Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx1320 const SpellContentPositions rLastPositions = pSpellIter->GetLastPositions(); in ApplyChangedSentence() local
1322 rLastPortions.size() == rLastPositions.size(), in ApplyChangedSentence()
1341 DBG_ASSERT( rLastPositions.size() > 0, "rLastPositions should not be empty here" ); in ApplyChangedSentence()
1347 SpellContentPositions::const_iterator aCurrentOldPosition = rLastPositions.end(); in ApplyChangedSentence()
1357 aCurrentOldPosition != rLastPositions.begin()) in ApplyChangedSentence()
1406 DBG_ASSERT( rLastPositions.size() > 0, "rLastPositions should not be empty here" ); in ApplyChangedSentence()
1409 SpellContentPositions::const_iterator aCurrentEndPosition = rLastPositions.end(); in ApplyChangedSentence()
1411 SpellContentPositions::const_iterator aCurrentStartPosition = rLastPositions.begin(); in ApplyChangedSentence()

Completed in 17 milliseconds