Searched refs:aCurrentOldPosition (Results 1 – 2 of 2) sorted by relevance
1347 SpellContentPositions::const_iterator aCurrentOldPosition = rLastPositions.end(); in ApplyChangedSentence() local1352 --aCurrentOldPosition; in ApplyChangedSentence()1357 aCurrentOldPosition != rLastPositions.begin()) in ApplyChangedSentence()1360 --aCurrentOldPosition; in ApplyChangedSentence()1370 pCrsr->GetPoint()->nContent = aCurrentOldPosition->nLeft; in ApplyChangedSentence()1371 pCrsr->GetMark()->nContent = aCurrentOldPosition->nRight; in ApplyChangedSentence()
2221 …SpellContentSelections::const_iterator aCurrentOldPosition = pSpellInfo->aLastSpellContentSelectio… in ApplyChangedSentence()2227 --aCurrentOldPosition; in ApplyChangedSentence()2233 rEditView.pImpEditView->SetEditSelection( aCurrentOldPosition->Max() ); in ApplyChangedSentence()2250 SetAttribs( *aCurrentOldPosition, aSet ); in ApplyChangedSentence()2251 ImpInsertText( *aCurrentOldPosition, aCurrentNewPortion->sText ); in ApplyChangedSentence()2258 SetAttribs( *aCurrentOldPosition, aSet ); in ApplyChangedSentence()
Completed in 112 milliseconds