Searched refs:CreateEPaM (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/editeng/source/editeng/ |
| H A D | textconv.cxx | 228 pConvInfo->aConvTo = pImpEE->CreateEPaM( in ConvStart_impl() 246 pConvInfo->aConvTo = pImpEE->CreateEPaM( in ConvStart_impl() 254 pConvInfo->aConvTo = pImpEE->CreateEPaM( in ConvStart_impl()
|
| H A D | edtspell.cxx | 82 pSpellInfo->aSpellTo = pImpEE->CreateEPaM( in SpellStart() 94 pSpellInfo->aSpellTo = pImpEE->CreateEPaM( in SpellStart() 199 EPaM aEPaM = pImpEE->CreateEPaM( aPaM ); in CheckSpellTo()
|
| H A D | impedit4.cxx | 1505 else if ( ( CreateEPaM( aEditDoc.GetStartPaM() ) == pSpellInfo->aSpellStart ) ) in Spell() 1590 pConvInfo->aConvStart = CreateEPaM( aCurSel.Min() ); in Convert() 1618 else if ( CreateEPaM( aEditDoc.GetStartPaM() ) == pConvInfo->aConvStart ) in Convert() 1754 EPaM aCurStart = CreateEPaM( aCurSel.Min() ); in ImpConvert() 1838 EPaM aEPaM( CreateEPaM( aCurSel.Min() ) ); in ImpConvert() 1869 pConvInfo->aConvContinue = CreateEPaM( aCurSel.Max() ); in ImpConvert() 1915 EPaM aEPaM( CreateEPaM( aCurSel.Max() ) ); in ImpSpell() 1987 EPaM aEPaM( CreateEPaM( aCurSel.Max() ) ); in ImpFindNextError() 1988 if ( !( aEPaM < CreateEPaM( rSelection.Max()) ) ) in ImpFindNextError()
|
| H A D | impedit2.cxx | 2173 InsertUndo( new EditUndoRemoveChars( this, CreateEPaM( rPaM ), aStr ) ); in ImpRemoveChars() 2750 EditUndoInsertChars* pNewUndo = new EditUndoInsertChars( this, CreateEPaM( aPaM ), c ); in InsertText() 2821 InsertUndo( new EditUndoInsertChars( this, CreateEPaM( aPaM ), aLine ) ); in ImpInsertText() 2884 InsertUndo( new EditUndoInsertChars( this, CreateEPaM( aPaM ), rStr ) ); in ImpFastInsertText() 2911 InsertUndo( new EditUndoInsertFeature( this, CreateEPaM( aPaM ), rItem ) ); in ImpInsertFeature()
|
| H A D | impedit.hxx | 866 inline EPaM CreateEPaM( const EditPaM& rPaM ); 1036 inline EPaM ImpEditEngine::CreateEPaM( const EditPaM& rPaM ) in CreateEPaM() function in ImpEditEngine
|
| H A D | impedit.cxx | 1908 EPaM aP = pEditEngine->pImpEditEngine->CreateEPaM( aPaM ); in dragOver()
|