Home
last modified time | relevance | path

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

/trunk/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()
/trunk/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx191 uno::Sequence< rtl::OUString > aLocaleNames( aDictIt->aLocaleNames ); in getLocales() local
192 sal_Int32 nLen2 = aLocaleNames.getLength(); in getLocales()
195 aLocaleNamesSet.insert( aLocaleNames[k] ); in getLocales()
218 numdict = numdict + aDictIt->aLocaleNames.getLength(); in getLocales()
228 if (aDictIt->aLocaleNames.getLength() > 0 && in getLocales()
231 uno::Sequence< rtl::OUString > aLocaleNames( aDictIt->aLocaleNames ); in getLocales() local
232 sal_Int32 nLocales = aLocaleNames.getLength(); in getLocales()
242 MsLangId::convertIsoStringToLanguage( aLocaleNames[i] )); in getLocales()
/trunk/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx196 uno::Sequence< rtl::OUString > aLocaleNames( aDictIt->aLocaleNames ); in getLocales() local
197 sal_Int32 nLen2 = aLocaleNames.getLength(); in getLocales()
200 aLocaleNamesSet.insert( aLocaleNames[k] ); in getLocales()
221 numthes = numthes + aDictIt->aLocaleNames.getLength(); in getLocales()
233 if (aDictIt->aLocaleNames.getLength() > 0 && in getLocales()
236 uno::Sequence< rtl::OUString > aLocaleNames( aDictIt->aLocaleNames ); in getLocales() local
237 sal_Int32 nLocales = aLocaleNames.getLength(); in getLocales()
247 … MsLangId::convertIsoStringToLanguage( aDictIt->aLocaleNames[i] )); in getLocales()
/trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx175 uno::Sequence< rtl::OUString > aLocaleNames( aDictIt->aLocaleNames ); in getLocales() local
176 sal_Int32 nLen2 = aLocaleNames.getLength(); in getLocales()
179 aLocaleNamesSet.insert( aLocaleNames[k] ); in getLocales()
200 numdict = numdict + aDictIt->aLocaleNames.getLength(); in getLocales()
208 if (aDictIt->aLocaleNames.getLength() > 0 && in getLocales()
211 uno::Sequence< rtl::OUString > aLocaleNames( aDictIt->aLocaleNames ); in getLocales() local
212 sal_Int32 nLocales = aLocaleNames.getLength(); in getLocales()
222 … MsLangId::convertIsoStringToLanguage( aDictIt->aLocaleNames[i] )); in getLocales()
/trunk/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()
/trunk/main/unotools/inc/unotools/
H A Dlingucfg.hxx147 com::sun::star::uno::Sequence< rtl::OUString > aLocaleNames; member