Home
last modified time | relevance | path

Searched refs:aDLocs (Results 1 – 4 of 4) sorted by relevance

/trunk/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx76 aDLocs = NULL; in SpellChecker()
99 if (aDLocs) delete[] aDLocs; in ~SpellChecker()
100 aDLocs = NULL; in ~SpellChecker()
223 aDLocs = new Locale [numdict]; in getLocales()
241 aDLocs[k] = MsLangId::convertLanguageToLocale( in getLocales()
263 aDLocs = NULL; in getLocales()
326 if (rLocale == aDLocs[i]) in GetSpellFailure()
468 if (rLocale == aDLocs[i]) in GetProposals()
H A Dsspellimp.hxx70 Locale * aDLocs; member in SpellChecker
/trunk/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx59 aDLocs = NULL; in MacSpellChecker()
77 if (aDLocs) delete[] aDLocs; in ~MacSpellChecker()
78 aDLocs = NULL; in ~MacSpellChecker()
147 aDLocs = new Locale [numdict]; in getLocales()
177 aDLocs[k] = nLoc; in getLocales()
193 aDLocs = NULL; in getLocales()
H A Dmacspellimp.hxx78 Locale * aDLocs; member in MacSpellChecker