Home
last modified time | relevance | path

Searched refs:aLocaleNames (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/lingucomponent/source/lingutil/
H A Dlingutil.cxx196 aDicEntry.aLocaleNames.realloc(1); in GetOldStyleDics()
200 aDicEntry.aLocaleNames[0] = aLocaleName; in GetOldStyleDics()
222 const uno::Sequence< rtl::OUString > aLocaleNames( aIt->aLocaleNames ); in MergeNewStyleDicsAndOldStyleDics() local
223 sal_Int32 nLocaleNames = aLocaleNames.getLength(); in MergeNewStyleDicsAndOldStyleDics()
226 LanguageType nLang = MsLangId::convertIsoStringToLanguage( aLocaleNames[k] ); in MergeNewStyleDicsAndOldStyleDics()
236 sal_Int32 nOldStyleDics = aIt2->aLocaleNames.getLength(); in MergeNewStyleDicsAndOldStyleDics()
242 LanguageType nLang = MsLangId::convertIsoStringToLanguage( aIt2->aLocaleNames[0] ); in MergeNewStyleDicsAndOldStyleDics()
/aoo4110/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx168 uno::Sequence< rtl::OUString > aLocaleNames( aDictIt->aLocaleNames ); in getLocales() local
169 sal_Int32 nLen2 = aLocaleNames.getLength(); in getLocales()
172 aLocaleNamesSet.insert( aLocaleNames[k] ); in getLocales()
193 numdict = numdict + aDictIt->aLocaleNames.getLength(); in getLocales()
203 if (aDictIt->aLocaleNames.getLength() > 0 && in getLocales()
206 uno::Sequence< rtl::OUString > aLocaleNames( aDictIt->aLocaleNames ); in getLocales() local
207 sal_Int32 nLocales = aLocaleNames.getLength(); in getLocales()
217 MsLangId::convertIsoStringToLanguage( aLocaleNames[i] )); in getLocales()
/aoo4110/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx197 uno::Sequence< rtl::OUString > aLocaleNames( aDictIt->aLocaleNames ); in getLocales() local
198 sal_Int32 nLen2 = aLocaleNames.getLength(); in getLocales()
201 aLocaleNamesSet.insert( aLocaleNames[k] ); in getLocales()
222 numthes = numthes + aDictIt->aLocaleNames.getLength(); in getLocales()
234 if (aDictIt->aLocaleNames.getLength() > 0 && in getLocales()
237 uno::Sequence< rtl::OUString > aLocaleNames( aDictIt->aLocaleNames ); in getLocales() local
238 sal_Int32 nLocales = aLocaleNames.getLength(); in getLocales()
248 … MsLangId::convertIsoStringToLanguage( aDictIt->aLocaleNames[i] )); in getLocales()
/aoo4110/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx176 uno::Sequence< rtl::OUString > aLocaleNames( aDictIt->aLocaleNames ); in getLocales() local
177 sal_Int32 nLen2 = aLocaleNames.getLength(); in getLocales()
180 aLocaleNamesSet.insert( aLocaleNames[k] ); in getLocales()
201 numdict = numdict + aDictIt->aLocaleNames.getLength(); in getLocales()
209 if (aDictIt->aLocaleNames.getLength() > 0 && in getLocales()
212 uno::Sequence< rtl::OUString > aLocaleNames( aDictIt->aLocaleNames ); in getLocales() local
213 sal_Int32 nLocales = aLocaleNames.getLength(); in getLocales()
223 … MsLangId::convertIsoStringToLanguage( aDictIt->aLocaleNames[i] )); in getLocales()
/aoo4110/main/unotools/source/config/
H A Dlingucfg.cxx1129 uno::Sequence< rtl::OUString > aLocaleNames; in GetDictionaryEntry() local
1132 (xNA->getByName( aG_Locales ) >>= aLocaleNames); in GetDictionaryEntry()
1135 DBG_ASSERT( aLocaleNames.getLength(), "No locales set for the dictionary" ); in GetDictionaryEntry()
1154 rDicEntry.aLocaleNames = aLocaleNames; in GetDictionaryEntry()
1180 …DBG_ASSERT( rDicEntry.aLocaleNames.getLength(), "Applying empty list of locales for the dictionary… in SetOrCreateDictionaryEntry()
1185 xNR->replaceByName( aG_Locales, uno::makeAny( rDicEntry.aLocaleNames ) ); in SetOrCreateDictionaryEntry()
1271 DBG_ASSERT( aDicEntry.aLocaleNames.getLength(), in GetActiveDictionariesByFormat()
/aoo4110/main/unotools/inc/unotools/
H A Dlingucfg.hxx147 com::sun::star::uno::Sequence< rtl::OUString > aLocaleNames; member

Completed in 48 milliseconds