Home
last modified time | relevance | path

Searched refs:aCharLocale (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx2406 PropertyDefinition aCharLocale( PROP_CHAR_LOCALE, true ); in GetCurrentLocale() local
2407 PropertyMap::iterator aLocaleIter = pTopContext->find( aCharLocale ); in GetCurrentLocale()
2413 aLocaleIter = pParaContext->find(aCharLocale); in GetCurrentLocale()
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextTableHandler.java58 private Locale aCharLocale; field in TextTableHandler
71 aCharLocale = (Locale) Helper.getUnoStructValue((Object) xTextDocument, "CharLocale"); in TextTableHandler()
72 oNumberFormatter = new NumberFormatter(xNumberFormatsSupplier, aCharLocale); in TextTableHandler()
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx554 lang::Locale aCharLocale; in lcl_itemsToCharProperties() local
555 MsLangId::convertLanguageToLocale( pFontItem->GetLanguage(), aCharLocale ); in lcl_itemsToCharProperties()
556 … lcl_pushBack( _out_rProperties, pItems[k].sPropertyName, uno::makeAny( aCharLocale ) ); in lcl_itemsToCharProperties()
/trunk/main/reportdesign/source/core/inc/
H A DReportHelperImpl.hxx465 return varName.aCharLocale; \
472 if ( varName.aCharLocale.Language != the_value.Language \
473 || varName.aCharLocale.Country != the_value.Country \
474 || varName.aCharLocale.Variant != the_value.Variant ) \
476 …prepareSet(PROPERTY_CHARLOCALE, ::com::sun::star::uno::makeAny(varName.aCharLocale), ::com::sun::s…
477 varName.aCharLocale = the_value; \
H A DReportControlModel.hxx54 ::com::sun::star::lang::Locale aCharLocale;
/trunk/main/reportdesign/source/core/api/
H A DReportComponent.cxx96 …uConfig.GetProperty(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultLocale"))) >>= aCharLocale; in OFormatProperties()
97 …MsLangId::resolveSystemLanguageByScriptType(MsLangId::convertLocaleToLanguage(aCharLocale), LATIN); in OFormatProperties()

Completed in 98 milliseconds