Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/edit/
H A Dedlingu.cxx1345 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()
[all …]
/AOO41X/main/editeng/source/editeng/
H A Dimpedit4.cxx2219 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()
[all …]