Home
last modified time | relevance | path

Searched refs:aLocaleNamesSet (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx177 std::set< rtl::OUString, lt_rtl_OUString > aLocaleNamesSet; in getLocales() local
196 aLocaleNamesSet.insert( aLocaleNames[k] ); in getLocales()
202 aSuppLocales.realloc( aLocaleNamesSet.size() ); in getLocales()
205 for (aItB = aLocaleNamesSet.begin(); aItB != aLocaleNamesSet.end(); ++aItB) in getLocales()
/aoo42x/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx193 std::set< rtl::OUString, lt_rtl_OUString > aLocaleNamesSet; in getLocales() local
201 aLocaleNamesSet.insert( aLocaleNames[k] ); in getLocales()
205 aSuppLocales.realloc( aLocaleNamesSet.size() ); in getLocales()
208 for (aItB = aLocaleNamesSet.begin(); aItB != aLocaleNamesSet.end(); ++aItB) in getLocales()
/aoo42x/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx172 std::set< rtl::OUString, lt_rtl_OUString > aLocaleNamesSet; in getLocales() local
180 aLocaleNamesSet.insert( aLocaleNames[k] ); in getLocales()
184 aSuppLocales.realloc( aLocaleNamesSet.size() ); in getLocales()
187 for (aItB = aLocaleNamesSet.begin(); aItB != aLocaleNamesSet.end(); ++aItB) in getLocales()

Completed in 26 milliseconds