Home | History | Annotate | Download | only in editing

Lines Matching refs:isGrammarCheckingEnabled

1274 bool Editor::isGrammarCheckingEnabled()
1276 return client() && client()->isGrammarCheckingEnabled();
1752 String foundItem = TextCheckingHelper(client(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
1774 if (isGrammarCheckingEnabled())
1788 foundItem = TextCheckingHelper(client(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
1808 if (isGrammarCheckingEnabled())
1906 return TextCheckingHelper(client(), frame()->selection()->toNormalizedRange()).guessesForMisspelledOrUngrammaticalRange(isGrammarCheckingEnabled(), misspelled, ungrammatical);
1913 if (isGrammarCheckingEnabled() && isSelectionUngrammatical()) {
1961 bool markGrammar = markSpelling && isGrammarCheckingEnabled();
1993 if (isGrammarCheckingEnabled())
2041 if (!isGrammarCheckingEnabled())
2080 if (isGrammarCheckingEnabled())
2353 if (markGrammar && isGrammarCheckingEnabled())
3153 bool isContinuousGrammarCheckingEnabled = isContinuousSpellCheckingEnabled && isGrammarCheckingEnabled();