Lines Matching refs:TextCheckerState
29 #include "TextCheckerState.h"
37 static TextCheckerState textCheckerState;
39 const TextCheckerState& TextChecker::state()
43 return textCheckerState;
46 textCheckerState.isContinuousSpellCheckingEnabled = client.continuousSpellCheckingEnabled();
47 textCheckerState.isGrammarCheckingEnabled = client.grammarCheckingEnabled();
51 return textCheckerState;
63 textCheckerState.isContinuousSpellCheckingEnabled = isContinuousSpellCheckingEnabled;
71 textCheckerState.isGrammarCheckingEnabled = isGrammarCheckingEnabled;
77 textCheckerState.isContinuousSpellCheckingEnabled = enabled;
82 textCheckerState.isGrammarCheckingEnabled = enabled;