Home
last modified time | relevance | path

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

/trunk/main/configmgr/source/
H A Dconfigurationprovider.cxx160 virtual void SAL_CALL setLocale(css::lang::Locale const & eLocale)
351 void Service::setLocale(css::lang::Locale const & eLocale) in setLocale() argument
356 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 ) throw(::com::sun:…
/trunk/main/chart2/workbench/addin/
H A Dsampleaddin.cxx702 void SAL_CALL SampleAddIn::setLocale( const lang::Locale& eLocale ) in setLocale() argument
705 maLocale = eLocale; in setLocale()
H A Dsampleaddin.hxx151 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 ) throw( uno::RuntimeException ) in setLocale() argument
413 aFuncLoc = eLocale; in setLocale()
H A Ddatefunc.hxx363 …virtual void SAL_CALL setLocale( const ::com::sun::star::lang::Locale& eLocale ) throw( ::co…
/trunk/main/sfx2/source/inc/
H A Ddoctemplates.hxx75 … void SAL_CALL setLocale( const UNOLOCALE & eLocale ) throw( RUNTIMEEXCEPTION );
/trunk/main/udkapi/com/sun/star/lang/
H A DXLocalizable.idl49 void setLocale( [in] Locale eLocale );
/trunk/main/filter/source/t602/
H A Dt602filter.cxx948 void SAL_CALL T602ImportFilterDialog::setLocale( const Locale& eLocale ) in setLocale() argument
951 meLocale = eLocale; in setLocale()
H A Dt602filter.hxx120 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 ) THROWDEF_RTE in setLocale() argument
324 aFuncLoc = eLocale; in setLocale()
H A Danalysis.hxx105 virtual void SAL_CALL setLocale( const CSS::lang::Locale& eLocale ) THROWDEF_RTE;
H A Danalysishelper.cxx3039 lang::Locale eLocale; in init() local
3040 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()

Completed in 127 milliseconds