Searched refs:rNewPortions (Results 1 – 8 of 8) sorted by relevance
/trunk/main/sw/source/core/edit/ |
H A D | edlingu.cxx | 1310 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 D | impedit4.cxx | 2193 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 D | editeng.cxx | 2224 void EditEngine::ApplyChangedSentence(EditView& rEditView, const ::svx::SpellPortions& rNewPortions… in ApplyChangedSentence() argument 2227 pImpEditEngine->ApplyChangedSentence( rEditView, rNewPortions, bRecheck ); in ApplyChangedSentence()
|
H A D | impedit.hxx | 960 …ApplyChangedSentence(EditView& rEditView, const ::svx::SpellPortions& rNewPortions, bool bRecheck …
|
/trunk/main/editeng/source/outliner/ |
H A D | outlin2.cxx | 806 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 D | editeng.hxx | 403 …ApplyChangedSentence(EditView& rEditView, const ::svx::SpellPortions& rNewPortions, bool bRecheck …
|
H A D | outliner.hxx | 1062 …ApplyChangedSentence(EditView& rEditView, const ::svx::SpellPortions& rNewPortions, bool bRecheck …
|
/trunk/main/sw/inc/ |
H A D | editsh.hxx | 725 void ApplyChangedSentence(const ::svx::SpellPortions& rNewPortions, bool bRecheck);
|
Completed in 75 milliseconds