X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FAppleSpellChecker.h;h=64e5f2b26bc9d3182f8a89fbdb9102e305e46ff0;hb=410c716bf703dae98c2064d555b9e2b7678555ee;hp=e406325a706256f69ab27e7eecbbddd0b6f3cb4f;hpb=e4f2484cb5899da6d98e0be6db465ca011989e04;p=lyx.git diff --git a/src/AppleSpellChecker.h b/src/AppleSpellChecker.h index e406325a70..64e5f2b26b 100644 --- a/src/AppleSpellChecker.h +++ b/src/AppleSpellChecker.h @@ -26,11 +26,17 @@ public: //@{ enum Result check(WordLangTuple const &); void suggest(WordLangTuple const &, docstring_list &); + void stem(WordLangTuple const &, docstring_list &) {}; void insert(WordLangTuple const &); void remove(WordLangTuple const &); void accept(WordLangTuple const &); bool hasDictionary(Language const * lang) const; + int numDictionaries() const; + bool canCheckParagraph() const { return true; } + int numMisspelledWords() const; + void misspelledWord(int index, int & start, int & length) const; docstring const error(); + void advanceChangeNumber(); //@} private: