Home | History | Annotate | Download | only in mac

Lines Matching refs:isAutomaticDashSubstitutionEnabled

673         bool checked = TextChecker::state().isAutomaticDashSubstitutionEnabled;
847 - (BOOL)isAutomaticDashSubstitutionEnabled
849 return TextChecker::state().isAutomaticDashSubstitutionEnabled;
854 if (static_cast<bool>(flag) == TextChecker::state().isAutomaticDashSubstitutionEnabled)
863 TextChecker::setAutomaticDashSubstitutionEnabled(!TextChecker::state().isAutomaticDashSubstitutionEnabled);