Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/edit/
H A Dedlingu.cxx197 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()
[all …]