Searched refs:WordList_t (Results 1 – 2 of 2) sorted by relevance
263 WordList_t &rList = aWordLists[ nLang ]; in CheckWord()264 const WordList_t::const_iterator aIt = rList.find( rWord ); in CheckWord()271 WordList_t & rList = aWordLists[ nLang ]; in AddWord()
103 typedef std::set< ::rtl::OUString > WordList_t; typedef in linguistic::SpellCache104 typedef std::map< LanguageType, WordList_t > LangWordList_t;
Completed in 13 milliseconds