Searched refs:rLastPortions (Results 1 – 1 of 1) sorted by relevance
1283 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() local1321 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 12 milliseconds