Home
last modified time | relevance | path

Searched refs:CreateEPaM (Results 1 – 6 of 6) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Dtextconv.cxx228 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 Dedtspell.cxx82 pSpellInfo->aSpellTo = pImpEE->CreateEPaM( in SpellStart()
94 pSpellInfo->aSpellTo = pImpEE->CreateEPaM( in SpellStart()
199 EPaM aEPaM = pImpEE->CreateEPaM( aPaM ); in CheckSpellTo()
H A Dimpedit4.cxx1505 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 Dimpedit2.cxx2173 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 Dimpedit.hxx866 inline EPaM CreateEPaM( const EditPaM& rPaM );
1036 inline EPaM ImpEditEngine::CreateEPaM( const EditPaM& rPaM ) in CreateEPaM() function in ImpEditEngine
H A Dimpedit.cxx1908 EPaM aP = pEditEngine->pImpEditEngine->CreateEPaM( aPaM ); in dragOver()