Home
last modified time | relevance | path

Searched refs:aCurrentOldPosition (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx1347 SpellContentPositions::const_iterator aCurrentOldPosition = rLastPositions.end(); in ApplyChangedSentence() local
1352 --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()
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx2221 …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 36 milliseconds