This is the complete list of members for
SpellChecker, including all inherited members.
_checkWord(const UT_UCSChar *word, size_t len)=0 | SpellChecker | [private, pure virtual] |
_requestDictionary(const char *szLang)=0 | SpellChecker | [private, pure virtual] |
_suggestWord(const UT_UCSChar *word, size_t len)=0 | SpellChecker | [private, pure virtual] |
addToCustomDict(const UT_UCSChar *word, size_t len) | SpellChecker | [virtual] |
checkWord(const UT_UCSChar *word, size_t len) | SpellChecker | |
correctWord(const UT_UCSChar *toCorrect, size_t toCorrectLen, const UT_UCSChar *correct, size_t correctLen) | SpellChecker | [virtual] |
couldNotLoadDictionary(const char *szLang) | SpellChecker | [protected, static] |
doesDictionaryExist(const char *) | SpellChecker | [inline, virtual] |
getLanguage() const | SpellChecker | [inline] |
getMapping() | SpellChecker | [inline, virtual] |
ignoreWord(const UT_UCSChar *toCorrect, size_t toCorrectLen)=0 | SpellChecker | [pure virtual] |
isDictionaryFound(void) | SpellChecker | [inline] |
isIgnored(const UT_UCSChar *pWord, size_t len) const =0 | SpellChecker | [pure virtual] |
LOOKUP_ERROR enum value | SpellChecker | |
LOOKUP_FAILED enum value | SpellChecker | |
LOOKUP_SUCCEEDED enum value | SpellChecker | |
m_BarbarismChecker | SpellChecker | [protected] |
m_bFoundDictionary | SpellChecker | [protected] |
m_bIsBarbarism | SpellChecker | [protected] |
m_bIsDictionaryWord | SpellChecker | [protected] |
m_sLanguage | SpellChecker | [protected] |
m_vecEmpty | SpellChecker | [protected] |
operator=(const SpellChecker &) | SpellChecker | [private] |
requestDictionary(const char *szLang) | SpellChecker | |
setDictionaryFound(bool b) | SpellChecker | [inline] |
setLanguage(const char *lang) | SpellChecker | [inline, protected] |
SpellChecker() | SpellChecker | [protected] |
SpellChecker(const SpellChecker &) | SpellChecker | [private] |
SpellCheckResult enum name | SpellChecker | |
SpellManager class | SpellChecker | [friend] |
suggestWord(const UT_UCSChar *word, size_t len) | SpellChecker | |
~SpellChecker() | SpellChecker | [protected, virtual] |