Lines Matching refs:aCurrentNewPortion

1345             svx::SpellPortions::const_iterator aCurrentNewPortion = rNewPortions.end();  in ApplyChangedSentence()  local
1350 --aCurrentNewPortion; in ApplyChangedSentence()
1372 … sal_uInt16 nScriptType = GetI18NScriptTypeOfLanguage( aCurrentNewPortion->eLanguage ); in ApplyChangedSentence()
1379 if(aCurrentNewPortion->sText != aCurrentOldPortion->sText) in ApplyChangedSentence()
1384 if(aCurrentNewPortion->eLanguage != aCurrentOldPortion->eLanguage) in ApplyChangedSentence()
1385 … SetAttrItem( SvxLanguageItem(aCurrentNewPortion->eLanguage, nLangWhichId), nLangWhichId ); in ApplyChangedSentence()
1386 pDoc->InsertString(*pCrsr, aCurrentNewPortion->sText); in ApplyChangedSentence()
1388 else if(aCurrentNewPortion->eLanguage != aCurrentOldPortion->eLanguage) in ApplyChangedSentence()
1391 … SetAttrItem( SvxLanguageItem(aCurrentNewPortion->eLanguage, nLangWhichId), nLangWhichId ); in ApplyChangedSentence()
1393 else if( aCurrentNewPortion->bIgnoreThisError ) in ApplyChangedSentence()
1399 if(aCurrentNewPortion == rNewPortions.begin()) in ApplyChangedSentence()
1402 while(aCurrentNewPortion != rNewPortions.begin()); in ApplyChangedSentence()
1417 svx::SpellPortions::const_iterator aCurrentNewPortion = rNewPortions.begin(); in ApplyChangedSentence() local
1418 while(aCurrentNewPortion != rNewPortions.end()) in ApplyChangedSentence()
1431 if(rLang.GetLanguage() != aCurrentNewPortion->eLanguage) in ApplyChangedSentence()
1432 SetAttrItem( SvxLanguageItem(aCurrentNewPortion->eLanguage, nLangWhichId) ); in ApplyChangedSentence()
1434 pDoc->InsertString(*pCrsr, aCurrentNewPortion->sText); in ApplyChangedSentence()
1438 ++aCurrentNewPortion; in ApplyChangedSentence()