Searched refs:aCurrentOldPortion (Results 1 – 2 of 2) sorted by relevance
1346 SpellPortions::const_iterator aCurrentOldPortion = rLastPortions.end(); in ApplyChangedSentence() local1351 --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()
2220 … 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 37 milliseconds