Lines Matching refs:pSpellIter
197 static SwSpellIter* pSpellIter = 0; variable
692 if (pSpellIter) in HasLastSentenceGotGrammarChecked()
694 ::svx::SpellPortions aLastPortions( pSpellIter->GetLastPortions() ); in HasLastSentenceGotGrammarChecked()
748 if (!pConvArgs && !pSpellIter) in SpellStart()
750 ASSERT( !pSpellIter, "wer ist da schon am spellen?" ); in SpellStart()
751 pSpellIter = new SwSpellIter; in SpellStart()
752 pLinguIter = pSpellIter; in SpellStart()
774 if (!pConvArgs && pSpellIter) in SpellStart()
775 pSpellIter->Start( this, eStart, eEnd ); in SpellStart()
786 if (!pConvArgs && pSpellIter && pSpellIter->GetSh() == this) in SpellEnd()
788 ASSERT( pSpellIter, "wo ist mein Iterator?" ); in SpellEnd()
789 pSpellIter->_End(bRestoreSelection); in SpellEnd()
790 delete pSpellIter, pSpellIter = 0; in SpellEnd()
812 if ((!pConvArgs && pSpellIter->GetSh() != this) || in SpellContinue()
825 ASSERT( pConvArgs || pSpellIter, "SpellIter missing" ); in SpellContinue()
840 pSpellIter->Continue( pPageCnt, pPageSt ) >>= xRet; in SpellContinue()
1258 ASSERT( pSpellIter, "SpellIter missing" ); in SpellSentence()
1259 if(!pSpellIter) in SpellSentence()
1261 bool bRet = pSpellIter->SpellSentence(rPortions, bIsGrammarCheck); in SpellSentence()
1274 ASSERT( pSpellIter, "SpellIter missing" ); in PutSpellingToSentenceStart()
1275 if(!pSpellIter) in PutSpellingToSentenceStart()
1277 pSpellIter->ToSentenceStart(); in PutSpellingToSentenceStart()
1302 if (pSpellIter) in MoveContinuationPosToEndOfCheckedSentence()
1304 pSpellIter->SetCurr( new SwPosition( *pSpellIter->GetCurrX() ) ); in MoveContinuationPosToEndOfCheckedSentence()
1305 pSpellIter->ContinueAfterThisSentence(); in MoveContinuationPosToEndOfCheckedSentence()
1315 ASSERT( pSpellIter, "SpellIter missing" ); in ApplyChangedSentence()
1316 if(pSpellIter && in ApplyChangedSentence()
1317 pSpellIter->GetLastPortions().size() > 0) // no portions -> no text to be changed in ApplyChangedSentence()
1319 const SpellPortions& rLastPortions = pSpellIter->GetLastPortions(); in ApplyChangedSentence()
1320 const SpellContentPositions rLastPositions = pSpellIter->GetLastPositions(); in ApplyChangedSentence()
1455 pSpellIter->SetCurr( new SwPosition( *pCrsr->Start() ) ); in ApplyChangedSentence()