Home
last modified time | relevance | path

Searched refs:aLocale (Results 201 – 225 of 299) sorted by last modified time

12345678910>>...12

/trunk/main/offapi/com/sun/star/configuration/backend/
H A DXLayerHandler.idl411 @param aLocale
431 [in] string aLocale )
H A DXUpdateHandler.idl416 @param aLocale
435 void setPropertyValueForLocale( [in] any aValue, [in] string aLocale )
463 @param aLocale
480 void resetPropertyValueForLocale( [in] string aLocale )
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/
H A DNumber_Formats.java95 com.sun.star.lang.Locale aLocale = new com.sun.star.lang.Locale(); in doFunction() local
97 com.sun.star.util.NumberFormat.CURRENCY, aLocale ); in doFunction()
136 nIndexKey = xNumberFormats.queryKey( aFormatCode, aLocale, false ); in doFunction()
143 nIndexKey = xNumberFormats.addNew( aFormatCode, aLocale ); in doFunction()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DLinguisticExamples.java166 Locale aLocale = new Locale("en","US",""); in Run() local
184 boolean bIsCorrect = mxSpell.isValid( aWord, aLocale, aEmptyProps ); in Run()
189 bIsCorrect = mxSpell.isValid( aWord, aLocale , aEmptyProps ); in Run()
194 XSpellAlternatives xAlt = mxSpell.spell( aWord, aLocale, aEmptyProps ); in Run()
220 aLocale, nMaxLeading , in Run()
254 aLocale, in Run()
266 XMeaning[] xMeanings = mxThes.queryMeanings("house", aLocale, in Run()
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DChartInCalc.java364 Locale aLocale = new Locale( "de", "DE", "de" ); in testAxis() local
366 …String aFormatStr = aFormats.generateFormat( nNewNumberFormat, aLocale, true, true, (short)3, (sho… in testAxis()
367 nNewNumberFormat = aFormats.addNew( aFormatStr, aLocale ); in testAxis()
/trunk/main/linguistic/source/
H A Dlngopt.cxx106 Locale aLocale( CreateLocale( rLanguage ) ); in SetLocale_Impl() local
107 rOld.setValue( &aLocale, ::getCppuType((Locale*)0 )); in SetLocale_Impl()
224 Locale aLocale( MsLangId::convertLanguageToLocale( pData->nDefaultLanguage ) ); in GetValue() local
225 rVal.setValue( &aLocale, ::getCppuType((Locale*)0 )); in GetValue()
230 Locale aLocale( MsLangId::convertLanguageToLocale( pData->nDefaultLanguage_CJK ) ); in GetValue() local
231 rVal.setValue( &aLocale, ::getCppuType((Locale*)0 )); in GetValue()
236 Locale aLocale( MsLangId::convertLanguageToLocale( pData->nDefaultLanguage_CTL ) ); in GetValue() local
237 rVal.setValue( &aLocale, ::getCppuType((Locale*)0 )); in GetValue()
H A Dlngsvcmgr.cxx1154 … lang::Locale aLocale( CreateLocale( MsLangId::convertIsoStringToLanguage(aLocaleStr) ) ); in SetCfgServiceLists() local
1155 rSpellDsp.SetServiceList( aLocale, aSvcImplNames ); in SetCfgServiceLists()
1201 … lang::Locale aLocale( CreateLocale( MsLangId::convertIsoStringToLanguage(aLocaleStr) ) ); in SetCfgServiceLists() local
1202 rGrammarDsp.SetServiceList( aLocale, aSvcImplNames ); in SetCfgServiceLists()
1248 … lang::Locale aLocale( CreateLocale( MsLangId::convertIsoStringToLanguage(aLocaleStr) ) ); in SetCfgServiceLists() local
1249 rHyphDsp.SetServiceList( aLocale, aSvcImplNames ); in SetCfgServiceLists()
1291 … lang::Locale aLocale( CreateLocale( MsLangId::convertIsoStringToLanguage(aLocaleStr) ) ); in SetCfgServiceLists() local
1292 rThesDsp.SetServiceList( aLocale, aSvcImplNames ); in SetCfgServiceLists()
H A Dlngsvcmgr.hxx158 …nst ::rtl::OUString& aServiceName, const ::com::sun::star::lang::Locale& aLocale ) throw (::com::s…
159 …nst ::rtl::OUString& aServiceName, const ::com::sun::star::lang::Locale& aLocale, const ::com::sun…
160 …nst ::rtl::OUString& aServiceName, const ::com::sun::star::lang::Locale& aLocale ) throw (::com::s…
H A Dspelldsp.cxx338 Locale aLocale( CreateLocale( nLanguage ) ); in isValid_Impl() local
368 if (pRef[i].is() && pRef[i]->hasLocale( aLocale )) in isValid_Impl()
431 if (xSpell.is() && xSpell->hasLocale( aLocale )) in isValid_Impl()
506 Locale aLocale( CreateLocale( nLanguage ) ); in spell_Impl() local
536 if (pRef[i].is() && pRef[i]->hasLocale( aLocale )) in spell_Impl()
773 Locale aLocale( CreateLocale( nLanguage ) ); in hasLanguage() local
774 return hasLocale( aLocale ); in hasLanguage()
785 Locale aLocale( CreateLocale( nLanguage ) ); in isValid() local
786 return isValid( rWord, aLocale, rProperties); in isValid()
797 Locale aLocale( CreateLocale( nLanguage ) ); in spell() local
[all …]
H A Dspelldsp.hxx107 …virtual sal_Bool SAL_CALL hasLocale( const ::com::sun::star::lang::Locale& aLocale ) throw(::com::…
110 …lid( const ::rtl::OUString& aWord, const ::com::sun::star::lang::Locale& aLocale, const ::com::sun…
111 …ell( const ::rtl::OUString& aWord, const ::com::sun::star::lang::Locale& aLocale, const ::com::sun…
H A Dthesdsp.hxx88 hasLocale( const ::com::sun::star::lang::Locale& aLocale )
96 const ::com::sun::star::lang::Locale& aLocale,
H A Ddicimp.cxx797 void SAL_CALL DictionaryNeo::setLocale( const Locale& aLocale ) in setLocale() argument
801 sal_Int16 nLanguageP = LocaleToLanguage( aLocale ); in setLocale()
H A Dhyphdsp.hxx105 hasLocale( const ::com::sun::star::lang::Locale& aLocale )
112 const ::com::sun::star::lang::Locale& aLocale,
120 const ::com::sun::star::lang::Locale& aLocale,
129 const ::com::sun::star::lang::Locale& aLocale,
H A Dconvdiclist.hxx86 …ary( const ::rtl::OUString& aName, const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nConve…
87 …nt32 nStartPos, sal_Int32 nLength, const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nConve…
88 …virtual sal_Int16 SAL_CALL queryMaxCharCount( const ::com::sun::star::lang::Locale& aLocale, sal_I…
H A Ddicimp.hxx128 setLocale( const ::com::sun::star::lang::Locale& aLocale )
H A Ddlistimp.hxx116 …ary( const ::rtl::OUString& aName, const ::com::sun::star::lang::Locale& aLocale, ::com::sun::star…
119 …try( const ::rtl::OUString& aWord, const ::com::sun::star::lang::Locale& aLocale, sal_Bool bSearch…
H A Dgciterator.cxx604 aRes.aLocale = aCurLocale; in DequeueAndCheck()
H A Dgciterator.hxx171 …aph, const ::rtl::OUString& aText, const ::com::sun::star::lang::Locale& aLocale, ::sal_Int32 nSta…
/trunk/main/linguistic/qa/complex/linguistic/
H A DHangulHanjaConversion.java60 Locale aLocale = new Locale("ko", "KR", ""); field in HangulHanjaConversion
96 xDict = xCList.addNewDictionary("addNewDictionary", aLocale, in checkXConversionDictionaryList()
107 xCList.addNewDictionary("addNewDictionary", aLocale, dictType); in checkXConversionDictionaryList()
164 localRes = xCList.queryMaxCharCount(aLocale, dictType, in checkXConversionDictionaryList()
173 wordToCheck.length(), aLocale, in checkXConversionDictionaryList()
/trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx277 const ::com::sun::star::lang::Locale& aLocale, in hyphenate()
305 if (aLocale == aDicts[j].aLoc) in hyphenate()
503 … xRes = HyphenatedWord::CreateHyphenatedWord( aWord, LocaleToLanguage( aLocale ), nPos, in hyphenate()
509 xRes = HyphenatedWord::CreateHyphenatedWord( aWord, LocaleToLanguage( aLocale ), in hyphenate()
546 const ::com::sun::star::lang::Locale& aLocale, in createPossibleHyphens()
569 if (aLocale == aDicts[j].aLoc) k = j; in createPossibleHyphens()
712 xRes = PossibleHyphens::CreatePossibleHyphens( aWord, LocaleToLanguage( aLocale ), in createPossibleHyphens()
H A Dhyphenimp.hxx110 …ate( const ::rtl::OUString& aWord, const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nMaxLe…
111 …ing( const ::rtl::OUString& aWord, const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nIndex…
112 …ens( const ::rtl::OUString& aWord, const ::com::sun::star::lang::Locale& aLocale, const ::com::sun…
/trunk/main/lingucomponent/source/languageguessing/
H A Dguesslang.cxx178 Locale aLocale; in EnsureInitialized() local
179 aLocale.Language = OUString::createFromAscii( aDisable[i].pLang ); in EnsureInitialized()
180 aLocale.Country = OUString::createFromAscii( aDisable[i].pCountry ); in EnsureInitialized()
181 pDisableSeq[i] = aLocale; in EnsureInitialized()
/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_caseignore.cxx67 aLocale = rLocale; in loadModule()
87 u2l.loadModule((TransliterationModules)0, aLocale); in transliterateRange()
88 l2u.loadModule((TransliterationModules)0, aLocale); in transliterateRange()
156 … c1 = casefolding::getNextChar(unistr1, nMatch1, nCount1, e1, aLocale, nMappingType, moduleLoaded); in compare()
157 … c2 = casefolding::getNextChar(unistr2, nMatch2, nCount2, e2, aLocale, nMappingType, moduleLoaded); in compare()
H A Dtransliteration_commonclass.cxx51 aLocale = rLocale; in loadModule()
H A Dtransliteration_Numeric.cxx127 …Supplier(useOffset).getNativeNumberString( inStr.copy(startPos, nCount), aLocale, nNativeNumberMod… in transliterate()
142 return NativeNumberSupplier().getNativeNumberChar( inChar, aLocale, nNativeNumberMode ); in transliterateChar2Char()

Completed in 125 milliseconds

12345678910>>...12