Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx1346 SpellPortions::const_iterator aCurrentOldPortion = rLastPortions.end(); in ApplyChangedSentence() local
1351 --aCurrentOldPortion; in ApplyChangedSentence()
1354 while(aCurrentOldPortion->bIsHidden) in ApplyChangedSentence()
1356 if (aCurrentOldPortion != rLastPortions.begin() && in ApplyChangedSentence()
1359 --aCurrentOldPortion; in ApplyChangedSentence()
1379 if(aCurrentNewPortion->sText != aCurrentOldPortion->sText) in ApplyChangedSentence()
1384 if(aCurrentNewPortion->eLanguage != aCurrentOldPortion->eLanguage) in ApplyChangedSentence()
1388 else if(aCurrentNewPortion->eLanguage != aCurrentOldPortion->eLanguage) in ApplyChangedSentence()
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx2220 … svx::SpellPortions::const_iterator aCurrentOldPortion = pSpellInfo->aLastSpellPortions.end(); in ApplyChangedSentence()
2226 --aCurrentOldPortion; in ApplyChangedSentence()
2245 if(aCurrentNewPortion->sText != aCurrentOldPortion->sText) in ApplyChangedSentence()
2253 else if(aCurrentNewPortion->eLanguage != aCurrentOldPortion->eLanguage) in ApplyChangedSentence()

Completed in 30 milliseconds