Searched refs:aDefaultLocale (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/chart2/source/tools/ |
H A D | CharacterProperties.cxx | 498 lang::Locale aDefaultLocale; in AddDefaultsToMap() local 499 aLinguConfig.GetProperty(C2U("DefaultLocale")) >>= aDefaultLocale; in AddDefaultsToMap() 507 …angId::resolveSystemLanguageByScriptType(MsLangId::convertLocaleToLanguage(aDefaultLocale), LATIN); in AddDefaultsToMap() 541 ::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_CHAR_LOCALE, aDefaultLocale ); in AddDefaultsToMap()
|
/aoo4110/main/basctl/source/basicide/ |
H A D | basicbox.cxx | 429 Locale aDefaultLocale = pCurMgr->getStringResourceManager()->getDefaultLocale(); in FillBox() local 437 bool bIsDefault = localesAreEqual( aDefaultLocale, pLocale[i] ); in FillBox()
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbaformat.cxx | 459 lang::Locale aDefaultLocale = m_aDefaultLocale; in setNumberFormat() local 461 sal_Int32 nFormat = xNumberFormats->queryKey(sFormatString, aDefaultLocale, sal_True); in setNumberFormat() 464 nFormat = xNumberFormats->addNew(sFormatString, aDefaultLocale); in setNumberFormat()
|
/aoo4110/main/basctl/source/dlged/ |
H A D | managelang.cxx | 184 Locale aDefaultLocale = m_pLocalizationMgr->getStringResourceManager()->getDefaultLocale(); in FillLanguageBox() local 190 bool bIsDefault = localesAreEqual( aDefaultLocale, pLocale[i] ); in FillLanguageBox()
|
/aoo4110/main/scripting/source/stringresource/ |
H A D | stringresource.cxx | 1751 Locale aDefaultLocale; in implScanLocaleNames() local 1795 if( checkNamingSceme( aPureName, m_aNameBase, aDefaultLocale ) ) in implScanLocaleNames() 1801 LocaleItem* pLocaleItem = getItemForLocale( aDefaultLocale, false ); in implScanLocaleNames()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 2625 …com::sun::star::lang::Locale aDefaultLocale( OUString( RTL_CONSTASCII_USTRINGPARAM("en") ), OUStri… in ImplFindByFont() local 2626 …aSearchName = DefaultFontConfiguration::get()->getDefaultFont( aDefaultLocale, DEFAULTFONT_SYMBOL … in ImplFindByFont()
|
Completed in 78 milliseconds