Home
last modified time | relevance | path

Searched refs:eLocale (Results 1 – 17 of 17) sorted by relevance

/trunk/main/configmgr/source/
H A Dconfigurationprovider.cxx152 virtual void SAL_CALL setLocale(css::lang::Locale const & eLocale);
334 void Service::setLocale(css::lang::Locale const & eLocale) in setLocale() argument
338 eLocale.Language, eLocale.Country, eLocale.Variant).toISO(); in setLocale()
/trunk/main/forms/source/misc/
H A Dlimitedformats.cxx88 LocaleType eLocale; member
180 getLocale(pLoopFormats->eLocale), in ensureTableInitialized()
188 getLocale(pLoopFormats->eLocale) in ensureTableInitialized()
/trunk/main/oox/source/export/
H A Ddrawingml.cxx702 com::sun::star::lang::Locale eLocale; in WriteRunProperties() local
703 mAny >>= eLocale; in WriteRunProperties()
705 OUStringBuffer usLanguageBuffer = eLocale.Language; in WriteRunProperties()
706 if( eLocale.Country.getLength() ) { in WriteRunProperties()
708 usLanguageBuffer.append( eLocale.Country ); in WriteRunProperties()
/trunk/main/sc/workben/
H A Daddin.cxx336 void ScTestAddIn::setLocale(const lang::Locale& eLocale) THROWS( (UsrSystemException) ) in setLocale() argument
338 aFuncLoc = eLocale; in setLocale()
H A Daddin.hxx72 virtual void SAL_CALL setLocale( const ::com::sun::star::lang::Locale& eLocale );
/trunk/main/chart2/workbench/addin/
H A Dsampleaddin.cxx678 void SAL_CALL SampleAddIn::setLocale( const lang::Locale& eLocale ) in setLocale() argument
680 maLocale = eLocale; in setLocale()
H A Dsampleaddin.hxx125 virtual void SAL_CALL setLocale( const ::com::sun::star::lang::Locale& eLocale );
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.cxx411 void SAL_CALL ScaDateAddIn::setLocale( const lang::Locale& eLocale ) in setLocale() argument
413 aFuncLoc = eLocale; in setLocale()
H A Ddatefunc.hxx363 virtual void SAL_CALL setLocale( const ::com::sun::star::lang::Locale& eLocale );
/trunk/main/sfx2/source/inc/
H A Ddoctemplates.hxx75 void SAL_CALL setLocale( const UNOLOCALE & eLocale );
/trunk/main/udkapi/com/sun/star/lang/
H A DXLocalizable.idl49 void setLocale( [in] Locale eLocale );
/trunk/main/filter/source/t602/
H A Dt602filter.cxx936 void SAL_CALL T602ImportFilterDialog::setLocale( const Locale& eLocale ) in setLocale() argument
938 meLocale = eLocale; in setLocale()
H A Dt602filter.hxx115 virtual void SAL_CALL setLocale( const com::sun::star::lang::Locale& eLocale );
/trunk/main/scaddins/source/analysis/
H A Danalysis.cxx322 void SAL_CALL AnalysisAddIn::setLocale( const lang::Locale& eLocale ) in setLocale() argument
324 aFuncLoc = eLocale; in setLocale()
H A Danalysis.hxx104 virtual void SAL_CALL setLocale( const CSS::lang::Locale& eLocale );
H A Danalysishelper.cxx2881 lang::Locale eLocale; in init() local
2882 nDefaultFormat = xFormatTypes->getStandardIndex( eLocale ); in init()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx2023 com::sun::star::lang::Locale eLocale; in ImplGetPortionValues() local
2024 if ( mAny >>= eLocale ) in ImplGetPortionValues()
2025 meCharLocale = eLocale; in ImplGetPortionValues()