Home | History | Annotate | Download | only in editing

Lines Matching refs:isAutomaticSpellingCorrectionEnabled

1381 bool Editor::isAutomaticSpellingCorrectionEnabled()
1383 return m_spellingCorrector->isAutomaticSpellingCorrectionEnabled();
1987 || ((textCheckingOptions & MarkSpelling) && isAutomaticSpellingCorrectionEnabled())))
3278 if (shouldMarkSpelling && isAutomaticSpellingCorrectionEnabled())