Home
last modified time | relevance | path

Searched refs:aLocale (Results 251 – 275 of 299) sorted by last modified time

1...<<1112

/trunk/main/i18npool/inc/
H A DbreakiteratorImpl.hxx123 …le& _aLocale, com::sun::star::uno::Reference < XBreakIterator >& _xBI) : aLocale(_aLocale), xBI(_x… in lookupTableItem()
124 com::sun::star::lang::Locale aLocale; member
128 com::sun::star::lang::Locale aLocale; member in com::sun::star::i18n::BreakIteratorImpl
H A Dbreakiterator_unicode.hxx89 com::sun::star::lang::Locale aLocale; member in com::sun::star::i18n::BreakIterator_Unicode
H A DcharacterclassificationImpl.hxx89 aLocale(rLocale), aName(rName), xCI(rxCI) {}; in lookupTableItem()
90 com::sun::star::lang::Locale aLocale; member
94 return aLocale.Language == rLocale.Language && in equals()
95 aLocale.Country == rLocale.Country && in equals()
96 aLocale.Variant == rLocale.Variant; in equals()
H A DcollatorImpl.hxx85 lang::Locale aLocale; member
90 …com::sun::star::uno::Reference < XCollator >& _xC) : aLocale(rLocale), algorithm(_algorithm), serv… in lookupTableItem()
92 return aLocale.Language == rLocale.Language && in equals()
93 aLocale.Country == rLocale.Country && in equals()
94 aLocale.Variant == rLocale.Variant && in equals()
H A Ddefaultnumberingprovider.hxx58 getDefaultOutlineNumberings( const com::sun::star::lang::Locale& aLocale )
63 getDefaultContinuousNumberingLevels( const com::sun::star::lang::Locale& aLocale )
70 const com::sun::star::lang::Locale& aLocale )
/trunk/main/framework/source/services/
H A Dlicense.cxx281 ::com::sun::star::lang::Locale aLocale; in execute()
284 aLocale = aSettings.GetUILocale(); in execute()
285 ResMgr* pResMgr = ResMgr::SearchCreateResMgr( aMgrName.getStr(), aLocale); in execute()
287 aLangString = aLocale.Language; in execute()
288 if ( aLocale.Country.getLength() != 0 ) in execute()
291 aLangString += aLocale.Country; in execute()
292 if ( aLocale.Variant.getLength() != 0 ) in execute()
295 aLangString += aLocale.Variant; in execute()
/trunk/main/framework/source/fwi/helper/
H A Dmischelper.cxx190 …::com::sun::star::lang::Locale aLocale(xLangGuesser->guessPrimaryLanguage( rGuessedTextLang, 0, rG… in FillLangItems()
191 LanguageType nLang = MsLangId::convertLocaleToLanguageWithFallback( aLocale ); in FillLangItems()
/trunk/main/framework/source/accelerators/
H A Dglobalacceleratorconfiguration.cxx106 ::comphelper::Locale aLocale = ::comphelper::Locale(m_sLocale); in impl_ts_fillCache()
H A Dmoduleacceleratorconfiguration.cxx152 ::comphelper::Locale aLocale = ::comphelper::Locale(m_sLocale); in impl_ts_fillCache()
/trunk/main/formula/source/core/resource/
H A Dcore_resource.cxx52 ::com::sun::star::lang::Locale aLocale = Application::GetSettings().GetUILocale(); in ensureImplExists()
56 m_pImpl = ResMgr::CreateResMgr(sFileName.GetBuffer(), aLocale); in ensureImplExists()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx434 Locale aLocale = pLocale[iLocale]; in setPropertyValue() local
439 if( xStringResourceManager->hasEntryForIdAndLocale( aOldPureIdStr, aLocale ) ) in setPropertyValue()
442 resolveStringForLocale( aOldPureIdStr, aLocale ); in setPropertyValue()
445 xStringResourceManager->setStringForLocale( aNewPureIdStr, aResourceStr, aLocale ); in setPropertyValue()
479 Locale aLocale = pLocale[iLocale]; in setPropertyValue() local
482 xStringResourceManager->removeIdForLocale( aPureIdStr, aLocale ); in setPropertyValue()
/trunk/main/editeng/source/rtf/
H A Dsvxrtf.cxx60 ::com::sun::star::lang::Locale aLocale; in SV_IMPL_PTRARR()
63 aLocale = Application::GetSettings().GetLocale(); in SV_IMPL_PTRARR()
64 aLangString = aLocale.Language; in SV_IMPL_PTRARR()
/trunk/main/editeng/source/uno/
H A DUnoForbiddenCharsTable.cxx135 sal_Bool SAL_CALL SvxUnoForbiddenCharsTable::hasLocale( const Locale& aLocale ) in hasLocale() argument
140 return hasForbiddenCharacters( aLocale ); in hasLocale()
/trunk/main/editeng/source/items/
H A Dnumitem.cxx119 Locale aLocale = SvxCreateLocale(eLang); in GetNumStr() local
120 return GetNumStr( nNo, aLocale ); in GetNumStr()
797 aLocale = SvxCreateLocale(eLang); in SvxNumRule()
848 aLocale = rCopy.aLocale; in SvxNumRule()
870 aLocale = SvxCreateLocale(eLang); in SvxNumRule()
1101 aStr += rNFmt.GetNumStr( rNum.GetLevelVal()[ i ], aLocale ); in MakeNumString()
H A Dtextitem.cxx2743 lang::Locale aLocale; in PutValue() local
2744 if(!(rVal >>= aLocale)) in PutValue()
2747 if (aLocale.Language.getLength() || aLocale.Country.getLength()) in PutValue()
2748 SetValue(MsLangId::convertLocaleToLanguage( aLocale )); in PutValue()
/trunk/main/editeng/inc/editeng/
H A Dnumitem.hxx275 com::sun::star::lang::Locale aLocale; member in SvxNumRule
H A DUnoForbiddenCharsTable.hxx58 …virtual sal_Bool SAL_CALL hasLocale( const ::com::sun::star::lang::Locale& aLocale ) throw (::com:…
/trunk/main/desktop/source/migration/services/
H A Djvmfwk.cxx179 const rtl::OUString& aLocale )
/trunk/main/desktop/source/migration/
H A Dcfgfilter.hxx160 const rtl::OUString& aLocale )
H A Dcfgfilter.cxx281 const OUString& aLocale ) in setPropertyValueForLocale() argument
287 m_xLayerHandler->setPropertyValueForLocale(aValue, aLocale); in setPropertyValueForLocale()
/trunk/main/desktop/source/app/
H A Duserinstall.cxx106 Locale aLocale = LanguageSelection::IsoStringToLocale(aUserLanguage); in is_user_install() local
107 localizable->setLocale(aLocale); in is_user_install()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx1423 const ::com::sun::star::lang::Locale aLocale = _pView->getLocale(); in GetANDCriteria() local
1473 aLocale, in GetANDCriteria()
1480 aLocale, in GetANDCriteria()
1531 ::rtl::OUString sCondition = ParseCondition(rController,pCondition,sDecimal,aLocale,1); in GetANDCriteria()
1543 ::rtl::OUString sCondition = ParseCondition(rController,pCondition,sDecimal,aLocale,1); in GetANDCriteria()
1551 aLocale, in GetANDCriteria()
1567 ::rtl::OUString aCondition = ParseCondition(rController,pCondition,sDecimal,aLocale,0); in GetANDCriteria()
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx1882 Locale aLocale; in getControlDefault() local
1883 …ty(xNumberFormatter,nFormatKey,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Locale"))) >>= aLocale; in getControlDefault()
1896 sDefault = xPreViewer->convertNumberToPreviewString(sFormat,nValue,aLocale,sal_True); in getControlDefault()
/trunk/main/dbaccess/source/core/resource/
H A Dcore_resource.cxx58 ::com::sun::star::lang::Locale aLocale = Application::GetSettings().GetUILocale(); in ensureImplExists()
62 m_pImpl = ResMgr::CreateResMgr(sFileName.GetBuffer(), aLocale); in ensureImplExists()
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx249 Locale aLocale = SvxCreateLocale(eLang); in SvxSingleNumPickTabPage() local
253 xDefNum->getDefaultContinuousNumberingLevels( aLocale ); in SvxSingleNumPickTabPage()
269 pExamplesVS->SetNumberingSettings(aNumberings, xFormat, aLocale); in SvxSingleNumPickTabPage()
684 Locale aLocale = SvxCreateLocale(eLang); in SvxNumPickTabPage() local
687 aOutlineAccess = xDefNum->getDefaultOutlineNumberings( aLocale ); in SvxNumPickTabPage()
710 pExamplesVS->SetOutlineNumberingSettings(aOutlineAccess, xFormat, aLocale); in SvxNumPickTabPage()

Completed in 176 milliseconds

1...<<1112