Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx1283 const ::svx::SpellPortions& rLastPortions) in lcl_CountRedlines()
1286 SpellPortions::const_iterator aIter = rLastPortions.begin(); in lcl_CountRedlines()
1287 for( ; aIter != rLastPortions.end(); ++aIter) in lcl_CountRedlines()
1319 const SpellPortions& rLastPortions = pSpellIter->GetLastPortions(); in ApplyChangedSentence() local
1321 ASSERT(rLastPortions.size() > 0 && in ApplyChangedSentence()
1322 rLastPortions.size() == rLastPositions.size(), in ApplyChangedSentence()
1336 sal_uInt32 nRedlinePortions = lcl_CountRedlines(rLastPortions); in ApplyChangedSentence()
1337 if((rLastPortions.size() - nRedlinePortions) == rNewPortions.size()) in ApplyChangedSentence()
1340 DBG_ASSERT( rLastPortions.size() > 0, "rLastPortions should not be empty here" ); in ApplyChangedSentence()
1346 SpellPortions::const_iterator aCurrentOldPortion = rLastPortions.end(); in ApplyChangedSentence()
[all …]

Completed in 36 milliseconds