Searched refs:mbNeedGrammarCheck (Results 1 – 2 of 2) sorted by relevance
83 …bool mbNeedGrammarCheck; // true when sth needs to be checked (not necessarily started yet!) member in SwRootFrm222 bool IsNeedGrammarCheck() const { return mbNeedGrammarCheck; } in IsNeedGrammarCheck()223 void SetNeedGrammarCheck( bool bVal ) { mbNeedGrammarCheck = bVal; } in SetNeedGrammarCheck()
488 mbNeedGrammarCheck( false ), in SwRootFrm()595 mbNeedGrammarCheck = pViewSh->GetViewOptions()->IsOnlineSpell(); in Init()
Completed in 10 milliseconds