Lines Matching refs:aCurrentNewPortion

2219             svx::SpellPortions::const_iterator aCurrentNewPortion = rNewPortions.end();  in ApplyChangedSentence()
2225 --aCurrentNewPortion; in ApplyChangedSentence()
2236 … sal_uInt16 nScriptType = GetI18NScriptTypeOfLanguage( aCurrentNewPortion->eLanguage ); in ApplyChangedSentence()
2245 if(aCurrentNewPortion->sText != aCurrentOldPortion->sText) in ApplyChangedSentence()
2249 aSet.Put(SvxLanguageItem(aCurrentNewPortion->eLanguage, nLangWhichId)); in ApplyChangedSentence()
2251 ImpInsertText( *aCurrentOldPosition, aCurrentNewPortion->sText ); in ApplyChangedSentence()
2253 else if(aCurrentNewPortion->eLanguage != aCurrentOldPortion->eLanguage) in ApplyChangedSentence()
2257 aSet.Put(SvxLanguageItem(aCurrentNewPortion->eLanguage, nLangWhichId)); in ApplyChangedSentence()
2260 if(aCurrentNewPortion == rNewPortions.begin()) in ApplyChangedSentence()
2263 while(aCurrentNewPortion != rNewPortions.begin()); in ApplyChangedSentence()
2277 svx::SpellPortions::const_iterator aCurrentNewPortion = rNewPortions.begin(); in ApplyChangedSentence()
2279 while(aCurrentNewPortion != rNewPortions.end()) in ApplyChangedSentence()
2283 if(eCurLanguage != aCurrentNewPortion->eLanguage) in ApplyChangedSentence()
2285 … sal_uInt16 nScriptType = GetI18NScriptTypeOfLanguage( aCurrentNewPortion->eLanguage ); in ApplyChangedSentence()
2293 aSet.Put(SvxLanguageItem(aCurrentNewPortion->eLanguage, nLangWhichId)); in ApplyChangedSentence()
2297 aCurrentPaM = ImpInsertText( aCurrentPaM , aCurrentNewPortion->sText ); in ApplyChangedSentence()
2298 ++aCurrentNewPortion; in ApplyChangedSentence()