Home
last modified time | relevance | path

Searched refs:aLocale (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/trunk/main/comphelper/source/misc/
H A Dlocale.cxx48 return aLocale; in X_DEFAULT()
57 return aLocale; in EN()
66 return aLocale; in EN_US()
75 return aLocale; in DE_DE()
84 return aLocale; in DE_CH()
93 return aLocale; in DE_AT()
102 return aLocale; in AR()
111 return aLocale; in CA()
120 return aLocale; in CS()
129 return aLocale; in DA()
[all …]
/trunk/main/unotools/source/config/
H A Dfontcfg.cxx237 Locale aLocale; in getDefaultFont() local
246 aLocale.Variant = OUString(); in getDefaultFont()
247 aRet = tryLocale( aLocale, aType ); in getDefaultFont()
251 aLocale.Country = OUString(); in getDefaultFont()
252 aRet = tryLocale( aLocale, aType ); in getDefaultFont()
257 aRet = tryLocale( aLocale, aType ); in getDefaultFont()
264 Locale aLocale = rLocale; in getUserInterfaceFont() local
265 if( ! aLocale.Language.getLength() ) in getUserInterfaceFont()
1180 Locale aLocale; in getSubstInfo() local
1185 if( ! aLocale.Language.getLength() ) in getSubstInfo()
[all …]
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleSpellChecker.java135 private boolean IsUpper( String aWord, Locale aLocale ) in IsUpper() argument
138 aLocale.Language, aLocale.Country, aLocale.Variant ); in IsUpper()
155 Locale aLocale, in GetSpellFailure() argument
195 Locale aLocale, in GetProposals() argument
268 public boolean hasLocale( Locale aLocale ) in hasLocale() argument
283 String aWord, Locale aLocale, in isValid() argument
293 if (!hasLocale( aLocale )) in isValid()
322 String aWord, Locale aLocale, in spell() argument
332 if (!hasLocale( aLocale )) in spell()
336 if (!isValid( aWord, aLocale, aProperties )) in spell()
[all …]
H A DSampleHyphenator.java192 public boolean hasLocale( Locale aLocale ) in hasLocale() argument
196 if ( IsEqual( aLocale, new Locale( "de", "DE", "" ) ) || in hasLocale()
197 IsEqual( aLocale, new Locale( "en", "US", "" ) )) in hasLocale()
206 String aWord, Locale aLocale, in hyphenate() argument
216 if (!hasLocale( aLocale )) in hyphenate()
279 xRes = new XHyphenatedWord_impl(aWord, aLocale, in hyphenate()
287 String aWord, Locale aLocale, in queryAlternativeSpelling() argument
297 if (!hasLocale( aLocale )) in queryAlternativeSpelling()
336 String aWord, Locale aLocale, in createPossibleHyphens() argument
346 if (!hasLocale( aLocale )) in createPossibleHyphens()
[all …]
/trunk/main/tools/source/rc/
H A Dresmgr.cxx397 rLocale = aLocale; in getResMgr()
436 com::sun::star::lang::Locale aLocale = pMgr->aLocale; in getNextFallback() local
550 , aLocale( rLocale ) in InternalResMgr()
1441 ( pResMgr->pImpRes->aLocale.Language != pRes->aLocale.Language || in CreateFallbackResMgr()
1443 pResMgr->pImpRes->aLocale.Variant != pRes->aLocale.Variant ) in CreateFallbackResMgr()
1998 if( pFallback->aLocale.Language != m_pResImpl->aLocale.Language || in ReadString()
1999 pFallback->aLocale.Country != m_pResImpl->aLocale.Country || in ReadString()
2000 pFallback->aLocale.Variant != m_pResImpl->aLocale.Variant ) in ReadString()
2070 if( pFallback->aLocale.Language != m_pResImpl->aLocale.Language || in ReadBlob()
2071 pFallback->aLocale.Country != m_pResImpl->aLocale.Country || in ReadBlob()
[all …]
/trunk/main/sal/qa/rtl/locale/
H A Drtl_locale.cxx67 rtl::OLocale aLocale = ::rtl::OLocale::getDefault(); in TEST_F() local
88 rtl::OLocale aLocale = ::rtl::OLocale::getDefault(); in TEST_F() local
109 rtl::OLocale aLocale = ::rtl::OLocale::getDefault(); in TEST_F() local
110 rtl::OUString suLanguage = aLocale.getLanguage(); in TEST_F()
117 rtl::OLocale aLocale = ::rtl::OLocale::getDefault(); in TEST_F() local
139 rtl::OLocale aLocale = ::rtl::OLocale::getDefault(); in TEST_F() local
140 rtl::OUString suCountry = aLocale.getCountry(); in TEST_F()
147 rtl::OLocale aLocale = ::rtl::OLocale::getDefault(); in TEST_F() local
168 rtl::OLocale aLocale = ::rtl::OLocale::getDefault(); in TEST_F() local
169 rtl::OUString suVariant = aLocale.getVariant(); in TEST_F()
[all …]
/trunk/main/xmloff/source/style/
H A Dchrlohdl.cxx69 lang::Locale aLocale; in importXML() local
71 rValue >>= aLocale; in importXML()
76 rValue <<= aLocale; in importXML()
82 lang::Locale aLocale; in exportXML() local
83 if(!(rValue >>= aLocale)) in exportXML()
117 lang::Locale aLocale; in importXML() local
119 rValue >>= aLocale; in importXML()
124 rValue <<= aLocale; in importXML()
130 lang::Locale aLocale; in exportXML() local
131 if(!(rValue >>= aLocale)) in exportXML()
[all …]
/trunk/main/wizards/com/sun/star/wizards/common/
H A DNumberFormatter.java56 private Locale aLocale; field in NumberFormatter
61 aLocale = _aLocale; in NumberFormatter()
73 aLocale = _aLocale; in NumberFormatter()
150 int NewFormatKey = xNumberFormats.queryKey(_FormatString, aLocale, true); in defineNumberFormat()
153 NewFormatKey = xNumberFormats.addNew(_FormatString, aLocale); in defineNumberFormat()
247 iLogicalFormatKey = xNumberFormats.queryKey(FormatString, aLocale, true); in setBooleanReportDisplayNumberFormat()
252 iLogicalFormatKey = xNumberFormats.addNew(FormatString, aLocale); in setBooleanReportDisplayNumberFormat()
293 iLogicalFormatKey = xNumberFormatTypes.getStandardFormat(NumberFormat.LOGICAL, aLocale); in getLogicalFormatKey()
304 iNumberFormatKey = xNumberFormatTypes.getStandardFormat(NumberFormat.NUMBER, aLocale); in getNumberFormatKey()
315 iTextFormatKey = xNumberFormatTypes.getStandardFormat(NumberFormat.TEXT, aLocale); in getTextFormatKey()
[all …]
/trunk/main/svl/source/config/
H A Dasiancfg.cxx51 Locale aLocale; member
133 pInsert->aLocale.Language = pNodes[nNode].copy(0, 2); in Load()
135 pInsert->aLocale.Country = pNodes[nNode].copy(3, 2); in Load()
175 sPrefix += pImpl->aForbiddenArr[i]->aLocale.Language; in Commit()
178 sPrefix += pImpl->aForbiddenArr[i]->aLocale.Country; in Commit()
228 pRet[i] = pImpl->aForbiddenArr[i]->aLocale; in GetStartEndCharLocales()
241 if(rLocale.Language == pImpl->aForbiddenArr[i]->aLocale.Language && in GetStartEndChars()
242 rLocale.Country == pImpl->aForbiddenArr[i]->aLocale.Country) in GetStartEndChars()
261 if(rLocale.Language == pImpl->aForbiddenArr[i]->aLocale.Language && in SetStartEndChars()
262 rLocale.Country == pImpl->aForbiddenArr[i]->aLocale.Country) in SetStartEndChars()
[all …]
/trunk/main/i18npool/inc/
H A Dtextconversion.hxx51 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nTextConversionType,
58 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nTextConversionType,
65 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nTextConversionType,
71 interactiveConversion(const ::com::sun::star::lang::Locale& aLocale,
111 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nTextConversionType,
118 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nTextConversionType,
125 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nTextConversionType,
131 interactiveConversion(const ::com::sun::star::lang::Locale& aLocale,
167 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nTextConversionType,
187 interactiveConversion(const ::com::sun::star::lang::Locale& aLocale,
[all …]
/trunk/main/cui/source/options/
H A Doptasian.cxx232 Locale aLocale; in FillItemSet() local
233 SvxLanguageToLocale(aLocale, (sal_uInt16)nLang ); in FillItemSet()
235 pImpl->xForbidden->removeForbiddenCharacters( aLocale ); in FillItemSet()
237 pImpl->xForbidden->setForbiddenCharacters( aLocale, *pElem->pCharacters ); in FillItemSet()
344 Locale aLocale; in IMPL_LINK() local
346 SvxLanguageToLocale(aLocale, eSelectLanguage ); in IMPL_LINK()
370 bAvail = pImpl->xForbidden->hasForbiddenCharacters(aLocale); in IMPL_LINK()
386 bAvail = pImpl->aConfig.GetStartEndChars( aLocale, sStart, sEnd ); in IMPL_LINK()
391 LocaleDataWrapper aWrap( xMSF, aLocale ); in IMPL_LINK()
425 Locale aLocale; in IMPL_LINK() local
[all …]
H A Doptgdlg.cxx1362 Locale aLocale; in lcl_LangStringToLangType() local
1482 Locale aLocale; in FillItemSet() local
1530 aValue <<= aLocale; in FillItemSet()
1551 aValue <<= aLocale; in FillItemSet()
1572 aValue <<= aLocale; in FillItemSet()
1683 Locale aLocale; in Reset() local
1684 aWestLang >>= aLocale; in Reset()
1689 aLocale = Locale(); in Reset()
1690 aCJKLang >>= aLocale; in Reset()
1694 aLocale = Locale(); in Reset()
[all …]
/trunk/main/offapi/com/sun/star/i18n/
H A DXLocaleData.idl61 [in] com::sun::star::lang::Locale aLocale );
67 [in] com::sun::star::lang::Locale aLocale );
73 [in] com::sun::star::lang::Locale aLocale );
79 [in] com::sun::star::lang::Locale aLocale );
85 [in] com::sun::star::lang::Locale aLocale );
91 [in] com::sun::star::lang::Locale aLocale );
97 [in] com::sun::star::lang::Locale aLocale );
103 [in] com::sun::star::lang::Locale aLocale );
109 [in] com::sun::star::lang::Locale aLocale );
115 [in] com::sun::star::lang::Locale aLocale );
[all …]
H A DXBreakIterator.idl73 [in] ::com::sun::star::lang::Locale aLocale,
89 [in] ::com::sun::star::lang::Locale aLocale,
105 [in] ::com::sun::star::lang::Locale aLocale,
111 @param aLocale
122 call this method again with a correct <em>aLocale</em>
163 [in] ::com::sun::star::lang::Locale aLocale,
179 [in] ::com::sun::star::lang::Locale aLocale);
192 [in] ::com::sun::star::lang::Locale aLocale,
199 [in] ::com::sun::star::lang::Locale aLocale,
245 [in] ::com::sun::star::lang::Locale aLocale,
[all …]
H A DXExtendedIndexEntrySupplier.idl65 [in] com::sun::star::lang::Locale aLocale );
71 boolean usePhoneticEntry( [in] com::sun::star::lang::Locale aLocale);
78 [in] com::sun::star::lang::Locale aLocale);
96 boolean loadAlgorithm( [in] com::sun::star::lang::Locale aLocale,
113 @param aLocale
115 aLocale and the locale in loadAlgorithm may be different.
120 [in] com::sun::star::lang::Locale aLocale );
140 aLocale and the locale in loadAlgorithm may be different.
/trunk/main/linguistic/source/
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 …]
/trunk/main/unotools/source/i18n/
H A Dintlwrapper.cxx35 aLocale( rLocale ), in IntlWrapper()
43 eLanguage = MsLangId::convertLocaleToLanguage( aLocale ); in IntlWrapper()
59 MsLangId::convertLanguageToLocale( eLanguage, aLocale ); in IntlWrapper()
75 ((IntlWrapper*)this)->pCharClass = new CharClass( xSMgr, aLocale ); in ImplNewCharClass()
81 ((IntlWrapper*)this)->pLocaleData = new LocaleDataWrapper( xSMgr, aLocale ); in ImplNewLocaleData()
88 p->loadDefaultCalendar( aLocale ); in ImplNewCalendar()
98 p->loadDefaultCollator( aLocale, 0 ); in ImplNewCollator()
103 …p->loadDefaultCollator( aLocale, ::com::sun::star::i18n::CollatorOptions::CollatorOptions_IGNORE_C… in ImplNewCollator()
/trunk/main/offapi/com/sun/star/smarttags/
H A DXSmartTagAction.idl71 @param aLocale
77 string getName( [in] ::com::sun::star::lang::Locale aLocale );
83 @param aLocale
89 string getDescription( [in] ::com::sun::star::lang::Locale aLocale );
128 @param aLocale
138 [in] ::com::sun::star::lang::Locale aLocale)
196 @param aLocale
279 @param aLocale
292 [in] ::com::sun::star::lang::Locale aLocale )
308 @param aLocale
[all …]
H A DXSmartTagRecognizer.idl77 @param aLocale
83 string getName( [in] ::com::sun::star::lang::Locale aLocale );
89 @param aLocale
95 string getDescription( [in] ::com::sun::star::lang::Locale aLocale );
160 @param aLocale
180 [in] com::sun::star::lang::Locale aLocale,
194 @param aLocale
205 [in] ::com::sun::star::lang::Locale aLocale )
217 @param aLocale
224 [in] ::com::sun::star::lang::Locale aLocale )
/trunk/main/cui/source/dialogs/
H A DSpellAttrib.hxx48 ::com::sun::star::lang::Locale aLocale;
68 aLocale( rLocale ), in SpellErrorDescription()
85 aLocale.Language.equals( rDesc.aLocale.Language ) && in operator ==()
86 aLocale.Country.equals( rDesc.aLocale.Country ) && in operator ==()
87 aLocale.Variant.equals( rDesc.aLocale.Variant ) && in operator ==()
/trunk/main/i18npool/source/textconversion/
H A DtextconversionImpl.cxx91 if (xMSF.is() && rLocale != aLocale) { in getLocaleSpecificTextConversion()
92 aLocale = rLocale; in getLocaleSpecificTextConversion()
97 OUString::createFromAscii("com.sun.star.i18n.TextConversion_") + aLocale.Language); in getLocaleSpecificTextConversion()
101 OUString::createFromAscii("com.sun.star.i18n.TextConversion_") + aLocale.Language + in getLocaleSpecificTextConversion()
102 OUString::createFromAscii("_") + aLocale.Country); in getLocaleSpecificTextConversion()
105 OUString::createFromAscii("com.sun.star.i18n.TextConversion_") + aLocale.Language + in getLocaleSpecificTextConversion()
106 OUString::createFromAscii("_") + aLocale.Country + in getLocaleSpecificTextConversion()
107 OUString::createFromAscii("_") + aLocale.Variant); in getLocaleSpecificTextConversion()
/trunk/main/unotools/source/misc/
H A Dsyslocale.cxx91 com::sun::star::lang::Locale aLocale( aSysLocaleOptions.GetRealLocale() ); in ConfigurationChanged() local
92 pLocaleData->setLocale( aLocale ); in ConfigurationChanged()
93 GetCharClass()->setLocale( aLocale ); in ConfigurationChanged()
197 ::com::sun::star::lang::Locale aLocale( SvtSysLocale().GetUILocale() ); in GetBestMimeEncoding()
198 rtl_Locale * pLocale = rtl_locale_register( aLocale.Language.getStr(), in GetBestMimeEncoding()
199 aLocale.Country.getStr(), aLocale.Variant.getStr() ); in GetBestMimeEncoding()
/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_body.cxx152 Mapping &map = casefolding::getValue(in, i, nCount, aLocale, nMappingType); in transliterate()
183 const Mapping &map = casefolding::getValue( in, i, nCount, aLocale, nTmpMappingType ); in transliterate()
201 const Mapping &map = casefolding::getValue( in, i, nCount, aLocale, nTmpMappingType ); in transliterate()
238 const Mapping &map = casefolding::getValue( in, i, nCount, aLocale, nTmpMappingType ); in transliterate()
256 const Mapping &map = casefolding::getValue(&inChar, 0, 1, aLocale, nMappingType); in transliterateChar2String()
271 const Mapping &map = casefolding::getValue(&inChar, 0, 1, aLocale, nMappingType); in transliterateChar2Char()
295 aLocale = rLocale; in setMappingType()
445 return transliterate_titlecase_Impl( inStr, startPos, nCount, aLocale, offset ); in transliterate()
464 return transliterate_titlecase_Impl( inStr, startPos, nCount, aLocale, offset ); in transliterate()
/trunk/main/oox/source/drawingml/
H A Dtextcharacterproperties.cxx104 lang::Locale aLocale; in pushToPropMap() local
108 aLocale.Language = moLang.get().copy( 0, nSepPos ); in pushToPropMap()
109 aLocale.Country = moLang.get().copy( nSepPos + 1 ); in pushToPropMap()
113 aLocale.Language = moLang.get(); in pushToPropMap()
115 rPropMap[ PROP_CharLocale ] <<= aLocale; in pushToPropMap()
116 rPropMap[ PROP_CharLocaleAsian ] <<= aLocale; in pushToPropMap()
117 rPropMap[ PROP_CharLocaleComplex ] <<= aLocale; in pushToPropMap()
/trunk/main/i18nutil/source/utility/
H A Dcasefolding.cxx44 #define langIs(lang) (aLocale.Language.compareToAscii(lang) == 0)
55 …ionalValue(const sal_Unicode* str, sal_Int32 pos, sal_Int32 len, Locale& aLocale, sal_uInt8 nMappi… in getConditionalValue() argument
84 …::getValue(const sal_Unicode* str, sal_Int32 pos, sal_Int32 len, Locale& aLocale, sal_uInt8 nMappi… in getValue() argument
95 return getConditionalValue(str, pos, len, aLocale, nMappingType); in getValue()
101 return getConditionalValue(str, pos, len, aLocale, nMappingType); in getValue()
125 …_Unicode *str, sal_Int32& idx, sal_Int32 len, MappingElement& e, Locale& aLocale, sal_uInt8 nMappi… in getNextChar() argument
137 e.element = getValue(str, idx++, len, aLocale, nMappingType); in getNextChar()

Completed in 117 milliseconds

12345678910>>...12