Home
last modified time | relevance | path

Searched refs:aSuppLocales (Results 1 – 10 of 10) sorted by relevance

/trunk/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx151 aSuppLocales.realloc(numdict); in getLocales()
152 Locale * pLocale = aSuppLocales.getArray(); in getLocales()
187 aSuppLocales.realloc(numlocs); in getLocales()
196 aSuppLocales.realloc(0); in getLocales()
205 return aSuppLocales; in getLocales()
216 if (!aSuppLocales.getLength()) in hasLocale()
219 sal_Int32 nLen = aSuppLocales.getLength(); in hasLocale()
222 const Locale *pLocale = aSuppLocales.getConstArray(); in hasLocale()
H A Dmacspellimp.hxx76 Sequence< Locale > aSuppLocales; member in MacSpellChecker
/trunk/main/linguistic/workben/
H A Dsspellimp.cxx100 if (!aSuppLocales.getLength()) in getLocales()
102 aSuppLocales.realloc( 3 ); in getLocales()
103 Locale *pLocale = aSuppLocales.getArray(); in getLocales()
109 return aSuppLocales; in getLocales()
119 if (!aSuppLocales.getLength()) in hasLocale()
121 INT32 nLen = aSuppLocales.getLength(); in hasLocale()
124 const Locale *pLocale = aSuppLocales.getConstArray(); in hasLocale()
H A Dsspellimp.hxx67 Sequence< Locale > aSuppLocales; member in SpellChecker
/trunk/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx202 aSuppLocales.realloc( aLocaleNamesSet.size() ); in getLocales()
209 aSuppLocales[k++] = aTmp; in getLocales()
266 aSuppLocales.realloc(0); in getLocales()
270 return aSuppLocales; in getLocales()
280 if (!aSuppLocales.getLength()) in hasLocale()
283 sal_Int32 nLen = aSuppLocales.getLength(); in hasLocale()
286 const Locale *pLocale = aSuppLocales.getConstArray(); in hasLocale()
H A Dsspellimp.hxx67 Sequence< Locale > aSuppLocales; member in SpellChecker
/trunk/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx205 aSuppLocales.realloc( aLocaleNamesSet.size() ); in getLocales()
212 aSuppLocales[k++] = aTmp; in getLocales()
273 aSuppLocales.realloc(0); in getLocales()
277 return aSuppLocales; in getLocales()
288 if (!aSuppLocales.getLength()) in hasLocale()
290 sal_Int32 nLen = aSuppLocales.getLength(); in hasLocale()
293 const Locale *pLocale = aSuppLocales.getConstArray(); in hasLocale()
H A Dnthesimp.hxx81 Sequence< Locale > aSuppLocales; member in Thesaurus
/trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx184 aSuppLocales.realloc( aLocaleNamesSet.size() ); in getLocales()
191 aSuppLocales[k++] = aTmp; in getLocales()
244 aSuppLocales.realloc(0); in getLocales()
248 return aSuppLocales; in getLocales()
259 if (!aSuppLocales.getLength()) in hasLocale()
262 const Locale *pLocale = aSuppLocales.getConstArray(); in hasLocale()
263 sal_Int32 nLen = aSuppLocales.getLength(); in hasLocale()
H A Dhyphenimp.hxx81 Sequence< Locale > aSuppLocales; member in Hyphenator

Completed in 44 milliseconds