Searched refs:SpellCache (Results 1 – 5 of 5) sorted by relevance
95 class SpellCache : class108 SpellCache(const SpellCache &);109 SpellCache & operator = (const SpellCache &);112 SpellCache();113 virtual ~SpellCache();
234 SpellCache::SpellCache() in SpellCache() function in linguistic::SpellCache244 SpellCache::~SpellCache() in ~SpellCache()252 void SpellCache::Flush() in Flush()260 bool SpellCache::CheckWord( const OUString& rWord, LanguageType nLang ) in CheckWord()268 void SpellCache::AddWord( const OUString& rWord, LanguageType nLang ) in AddWord()
72 linguistic::SpellCache *pCache; // Spell Cache (holds known words)78 inline linguistic::SpellCache & GetCache() const;130 inline linguistic::SpellCache & SpellCheckerDispatcher::GetCache() const in GetCache()133 ((SpellCheckerDispatcher *) this)->pCache = new linguistic::SpellCache(); in GetCache()
106 SpellCache
Completed in 24 milliseconds