Searched refs:aCurrentNewPortion (Results 1 – 2 of 2) sorted by relevance
1350 --aCurrentNewPortion; in ApplyChangedSentence()1379 if(aCurrentNewPortion->sText != aCurrentOldPortion->sText) in ApplyChangedSentence()1386 pDoc->InsertString(*pCrsr, aCurrentNewPortion->sText); in ApplyChangedSentence()1393 else if( aCurrentNewPortion->bIgnoreThisError ) in ApplyChangedSentence()1399 if(aCurrentNewPortion == rNewPortions.begin()) in ApplyChangedSentence()1402 while(aCurrentNewPortion != rNewPortions.begin()); in ApplyChangedSentence()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()[all …]
2219 svx::SpellPortions::const_iterator aCurrentNewPortion = rNewPortions.end(); in ApplyChangedSentence()2225 --aCurrentNewPortion; in ApplyChangedSentence()2245 if(aCurrentNewPortion->sText != aCurrentOldPortion->sText) in ApplyChangedSentence()2251 ImpInsertText( *aCurrentOldPosition, aCurrentNewPortion->sText ); in ApplyChangedSentence()2253 else if(aCurrentNewPortion->eLanguage != aCurrentOldPortion->eLanguage) in ApplyChangedSentence()2260 if(aCurrentNewPortion == rNewPortions.begin()) in ApplyChangedSentence()2263 while(aCurrentNewPortion != rNewPortions.begin()); in ApplyChangedSentence()2279 while(aCurrentNewPortion != rNewPortions.end()) in ApplyChangedSentence()2283 if(eCurLanguage != aCurrentNewPortion->eLanguage) in ApplyChangedSentence()2297 aCurrentPaM = ImpInsertText( aCurrentPaM , aCurrentNewPortion->sText ); in ApplyChangedSentence()[all …]
Completed in 28 milliseconds