/trunk/main/cui/source/options/ |
H A D | optlingu.cxx | 799 if (aLocales.getLength()) in SvxLinguData_Impl() 823 if (aLocales.getLength()) in SvxLinguData_Impl() 847 if (aLocales.getLength()) in SvxLinguData_Impl() 871 if (aLocales.getLength()) in SvxLinguData_Impl() 1024 Sequence< Locale > aLocales; in Reconfigure() local 1033 pLocale = aLocales.getConstArray(); in Reconfigure() 1034 nLocales = aLocales.getLength(); in Reconfigure() 1049 pLocale = aLocales.getConstArray(); in Reconfigure() 1050 nLocales = aLocales.getLength(); in Reconfigure() 1066 nLocales = aLocales.getLength(); in Reconfigure() [all …]
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docsh2.cxx | 184 uno::Sequence<lang::Locale> aLocales = aAsian.GetStartEndCharLocales(); in InitItems() local 185 if (aLocales.getLength()) in InitItems() 190 const lang::Locale* pLocales = aLocales.getConstArray(); in InitItems() 191 for (sal_Int32 i = 0; i < aLocales.getLength(); i++) in InitItems()
|
/trunk/main/editeng/source/uno/ |
H A D | UnoForbiddenCharsTable.cxx | 120 Sequence< Locale > aLocales( nCount ); in getLocales() local 123 Locale* pLocales = aLocales.getArray(); in getLocales() 132 return aLocales; in getLocales()
|
/trunk/main/unotools/source/config/ |
H A D | fontcfg.cxx | 134 Sequence< OUString > aLocales = m_xConfigAccess->getElementNames(); in DefaultFontConfiguration() local 136 int nLocales = aLocales.getLength(); in DefaultFontConfiguration() 137 const OUString* pLocaleStrings = aLocales.getConstArray(); in DefaultFontConfiguration() 414 Sequence< OUString > aLocales = m_xConfigAccess->getElementNames(); in FontSubstConfiguration() local 416 int nLocales = aLocales.getLength(); in FontSubstConfiguration() 417 const OUString* pLocaleStrings = aLocales.getConstArray(); in FontSubstConfiguration()
|
/trunk/main/linguistic/source/ |
H A D | thesdsp.cxx | 96 Sequence< Locale > aLocales( static_cast< sal_Int32 >(aSvcMap.size()) ); in getLocales() local 97 Locale *pLocales = aLocales.getArray(); in getLocales() 103 return aLocales; in getLocales()
|
H A D | lngsvcmgr.cxx | 1630 uno::Sequence< lang::Locale > aLocales; in SaveCfgSvcs() local 1637 aLocales = getAvailableLocales( A2OU( SN_SPELLCHECKER ) ); in SaveCfgSvcs() 1644 aLocales = getAvailableLocales( A2OU( SN_GRAMMARCHECKER ) ); in SaveCfgSvcs() 1651 aLocales = getAvailableLocales( A2OU( SN_HYPHENATOR ) ); in SaveCfgSvcs() 1658 aLocales = getAvailableLocales( A2OU( SN_THESAURUS ) ); in SaveCfgSvcs() 1661 if (pDsp && aLocales.getLength()) in SaveCfgSvcs() 1663 sal_Int32 nLen = aLocales.getLength(); in SaveCfgSvcs() 1664 const lang::Locale *pLocale = aLocales.getConstArray(); in SaveCfgSvcs()
|
H A D | hyphdsp.cxx | 233 Sequence< Locale > aLocales( static_cast< sal_Int32 >(aSvcMap.size()) ); in getLocales() local 234 Locale *pLocales = aLocales.getArray(); in getLocales() 240 return aLocales; in getLocales()
|
H A D | spelldsp.cxx | 237 Sequence< Locale > aLocales( static_cast< sal_Int32 >(aSvcMap.size()) ); in getLocales() local 238 Locale *pLocales = aLocales.getArray(); in getLocales() 244 return aLocales; in getLocales()
|
H A D | misc.cxx | 489 uno::Sequence< Locale > aLocales( nCount ); in LangSeqToLocaleSeq() local 490 Locale *pLocale = aLocales.getArray(); in LangSeqToLocaleSeq() 496 return aLocales; in LangSeqToLocaleSeq()
|
/trunk/main/sw/source/ui/app/ |
H A D | docshini.cxx | 144 Sequence<Locale> aLocales = aAsian.GetStartEndCharLocales(); in InitNew() local 145 if(aLocales.getLength()) in InitNew() 147 const Locale* pLocales = aLocales.getConstArray(); in InitNew() 148 for(sal_Int32 i = 0; i < aLocales.getLength(); i++) in InitNew()
|
/trunk/main/framework/source/accelerators/ |
H A D | acceleratorconfiguration.cxx | 1348 ::std::vector< ::rtl::OUString > aLocales; in impl_ts_load() 1350 aLocales.push_back(lLocales[j]); in impl_ts_load() 1353 for ( pFound = aLocales.begin(); pFound != aLocales.end(); ++pFound ) in impl_ts_load() 1359 if ( pFound == aLocales.end() ) in impl_ts_load() 1361 for ( pFound = aLocales.begin(); pFound != aLocales.end(); ++pFound ) in impl_ts_load() 1367 if ( pFound == aLocales.end() ) in impl_ts_load()
|
/trunk/main/cui/source/dialogs/ |
H A D | thesdlg.cxx | 686 uno::Sequence< lang::Locale > aLocales; in SvxThesaurusDialog() local 688 aLocales = m_pImpl->xThesaurus->getLocales(); in SvxThesaurusDialog() 689 const sal_Int32 nLocales = aLocales.getLength(); in SvxThesaurusDialog() 690 const lang::Locale *pLocales = aLocales.getConstArray(); in SvxThesaurusDialog()
|
/trunk/main/lingucomponent/source/spellcheck/macosxspell/ |
H A D | macspellimp.cxx | 126 NSArray *aLocales = [NSLocale availableLocaleIdentifiers]; in getLocales() local 129 for (unsigned int i = 0; i < [aLocales count]; i++) in getLocales() 131 NSString* pLangStr = (NSString*)[aLocales objectAtIndex:i]; in getLocales()
|
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/ |
H A D | SampleThesaurus.java | 142 Locale aLocales[] = in getLocales() local 147 return aLocales; in getLocales()
|
H A D | SampleSpellChecker.java | 259 Locale aLocales[] = in getLocales() local 265 return aLocales; in getLocales()
|
H A D | SampleHyphenator.java | 183 Locale aLocales[] = in getLocales() local 189 return aLocales; in getLocales()
|
/trunk/main/xmloff/source/core/ |
H A D | SettingsExportHelper.cxx | 469 const uno::Sequence< lang::Locale > aLocales( xLocales->getLocales() ); in exportForbiddenCharacters() local 470 const lang::Locale* pLocales = aLocales.getConstArray(); in exportForbiddenCharacters() 472 const sal_Int32 nCount = aLocales.getLength(); in exportForbiddenCharacters()
|