Home
last modified time | relevance | path

Searched refs:rNewPortions (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx1310 void SwEditShell::ApplyChangedSentence(const ::svx::SpellPortions& rNewPortions, bool bRecheck) in ApplyChangedSentence() argument
1337 if((rLastPortions.size() - nRedlinePortions) == rNewPortions.size()) in ApplyChangedSentence()
1339 DBG_ASSERT( rNewPortions.size() > 0, "rNewPortions should not be empty here" ); in ApplyChangedSentence()
1345 svx::SpellPortions::const_iterator aCurrentNewPortion = rNewPortions.end(); 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()
1418 while(aCurrentNewPortion != rNewPortions.end()) in ApplyChangedSentence()
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx2193 const ::svx::SpellPortions& rNewPortions, in ApplyChangedSentence()
2211 if(pSpellInfo->aLastSpellPortions.size() == rNewPortions.size()) in ApplyChangedSentence()
2213 DBG_ASSERT( rNewPortions.size() > 0, "rNewPortions should not be empty here" ); in ApplyChangedSentence()
2219 svx::SpellPortions::const_iterator aCurrentNewPortion = rNewPortions.end(); 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()
H A Dediteng.cxx2224 void EditEngine::ApplyChangedSentence(EditView& rEditView, const ::svx::SpellPortions& rNewPortions in ApplyChangedSentence() argument
2227 pImpEditEngine->ApplyChangedSentence( rEditView, rNewPortions, bRecheck ); in ApplyChangedSentence()
H A Dimpedit.hxx960 …ApplyChangedSentence(EditView& rEditView, const ::svx::SpellPortions& rNewPortions, bool bRecheck …
/trunk/main/editeng/source/outliner/
H A Doutlin2.cxx806 void Outliner::ApplyChangedSentence(EditView& rEditView, const ::svx::SpellPortions& rNewPortions, … in ApplyChangedSentence() argument
808 pEditEngine->ApplyChangedSentence( rEditView, rNewPortions, bRecheck ); in ApplyChangedSentence()
/trunk/main/editeng/inc/editeng/
H A Dediteng.hxx403 …ApplyChangedSentence(EditView& rEditView, const ::svx::SpellPortions& rNewPortions, bool bRecheck …
H A Doutliner.hxx1062 …ApplyChangedSentence(EditView& rEditView, const ::svx::SpellPortions& rNewPortions, bool bRecheck …
/trunk/main/sw/inc/
H A Deditsh.hxx725 void ApplyChangedSentence(const ::svx::SpellPortions& rNewPortions, bool bRecheck);

Completed in 86 milliseconds