Home
last modified time | relevance | path

Searched refs:EPaM (Results 1 – 8 of 8) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Deditundo.hxx114 EPaM aEPaM;
119 EditUndoInsertChars( ImpEditEngine* pImpEE, const EPaM& rEPaM, const String& rStr );
121 const EPaM& GetEPaM() { return aEPaM; } in GetEPaM()
136 EPaM aEPaM;
141 EditUndoRemoveChars( ImpEditEngine* pImpEE, const EPaM& rEPaM, const String& rStr );
143 const EPaM& GetEPaM() { return aEPaM; } in GetEPaM()
156 EPaM aEPaM;
161 EditUndoInsertFeature( ImpEditEngine* pImpEE, const EPaM& rEPaM,
H A Deditdoc.hxx60 struct EPaM struct
65 EPaM() { nPara = 0; nIndex = 0; } in EPaM() argument
66 EPaM( sal_uInt32 nP, sal_uInt16 nI ) { nPara = nP; nIndex = nI; } in EPaM() function
67 EPaM( const EPaM& r) { nPara = r.nPara; nIndex = r.nIndex; } in EPaM() function
68 EPaM& operator = ( const EPaM& r ) { nPara = r.nPara; nIndex = r.nIndex; return *this; } in operator =() argument
69 inline sal_Bool operator == ( const EPaM& r ) const;
70 inline sal_Bool operator < ( const EPaM& r ) const;
73 inline sal_Bool EPaM::operator < ( const EPaM& r ) const in operator <()
79 inline sal_Bool EPaM::operator == ( const EPaM& r ) const in operator ==()
H A Dimpedit.hxx162 EPaM aSpellStart;
163 EPaM aSpellTo;
176 EPaM aConvStart;
177 EPaM aConvTo;
178 EPaM aConvContinue; // position to start search for next text portion (word) with
866 inline EPaM CreateEPaM( const EditPaM& rPaM );
867 inline EditPaM CreateEditPaM( const EPaM& rEPaM );
1036 inline EPaM ImpEditEngine::CreateEPaM( const EditPaM& rPaM ) in CreateEPaM()
1039 return EPaM( aEditDoc.GetPos( pNode ), rPaM.GetIndex() ); in CreateEPaM()
1042 inline EditPaM ImpEditEngine::CreateEditPaM( const EPaM& rEPaM ) in CreateEditPaM()
H A Deditundo.cxx58 EPaM aEPaM( nPara, 0 ); in lcl_DoSetSelection()
346 EditUndoInsertChars::EditUndoInsertChars( ImpEditEngine* _pImpEE, const EPaM& rEPaM, const XubStrin… in EditUndoInsertChars()
393 EditUndoRemoveChars::EditUndoRemoveChars( ImpEditEngine* _pImpEE, const EPaM& rEPaM, const XubStrin… in EditUndoRemoveChars()
422 EditUndoInsertFeature::EditUndoInsertFeature( ImpEditEngine* _pImpEE, const EPaM& rEPaM, const SfxP… in EditUndoInsertFeature()
H A Dimpedit4.cxx1474 pSpellInfo->aSpellStart = EPaM(); in CreateSpellInfo()
1475 pSpellInfo->aSpellTo = EPaM( EE_PARA_NOT_FOUND, EE_INDEX_NOT_FOUND ); in CreateSpellInfo()
1754 EPaM aCurStart = CreateEPaM( aCurSel.Min() ); in ImpConvert()
1802 EditPaM aPaM( CreateEditPaM( EPaM(aCurStart.nPara, nLangIdx) ) ); in ImpConvert()
1838 EPaM aEPaM( CreateEPaM( aCurSel.Min() ) ); in ImpConvert()
1915 EPaM aEPaM( CreateEPaM( aCurSel.Max() ) ); in ImpSpell()
1987 EPaM aEPaM( CreateEPaM( aCurSel.Max() ) ); in ImpFindNextError()
H A Dtextconv.cxx221 pConvInfo->aConvContinue = EPaM( 0, 0 ); in ConvStart_impl()
H A Dedtspell.cxx199 EPaM aEPaM = pImpEE->CreateEPaM( aPaM ); in CheckSpellTo()
H A Dimpedit.cxx1908 EPaM aP = pEditEngine->pImpEditEngine->CreateEPaM( aPaM ); in dragOver()

Completed in 77 milliseconds