Searched refs:eLocale (Results 1 – 17 of 17) sorted by relevance
160 virtual void SAL_CALL setLocale(css::lang::Locale const & eLocale)351 void Service::setLocale(css::lang::Locale const & eLocale) in setLocale() argument356 eLocale.Language, eLocale.Country, eLocale.Variant).toISO(); in setLocale()
88 LocaleType eLocale; member180 getLocale(pLoopFormats->eLocale), in ensureTableInitialized()188 getLocale(pLoopFormats->eLocale) in ensureTableInitialized()
702 com::sun::star::lang::Locale eLocale; in WriteRunProperties() local703 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()
336 void ScTestAddIn::setLocale(const lang::Locale& eLocale) THROWS( (UsrSystemException) ) in setLocale() argument338 aFuncLoc = eLocale; in setLocale()
72 …virtual void SAL_CALL setLocale( const ::com::sun::star::lang::Locale& eLocale ) throw(::com::sun:…
702 void SAL_CALL SampleAddIn::setLocale( const lang::Locale& eLocale ) in setLocale() argument705 maLocale = eLocale; in setLocale()
151 virtual void SAL_CALL setLocale( const ::com::sun::star::lang::Locale& eLocale )
411 void SAL_CALL ScaDateAddIn::setLocale( const lang::Locale& eLocale ) throw( uno::RuntimeException ) in setLocale() argument413 aFuncLoc = eLocale; in setLocale()
363 …virtual void SAL_CALL setLocale( const ::com::sun::star::lang::Locale& eLocale ) throw( ::co…
75 … void SAL_CALL setLocale( const UNOLOCALE & eLocale ) throw( RUNTIMEEXCEPTION );
49 void setLocale( [in] Locale eLocale );
948 void SAL_CALL T602ImportFilterDialog::setLocale( const Locale& eLocale ) in setLocale() argument951 meLocale = eLocale; in setLocale()
120 virtual void SAL_CALL setLocale( const com::sun::star::lang::Locale& eLocale )
322 void SAL_CALL AnalysisAddIn::setLocale( const lang::Locale& eLocale ) THROWDEF_RTE in setLocale() argument324 aFuncLoc = eLocale; in setLocale()
105 virtual void SAL_CALL setLocale( const CSS::lang::Locale& eLocale ) THROWDEF_RTE;
3039 lang::Locale eLocale; in init() local3040 nDefaultFormat = xFormatTypes->getStandardIndex( eLocale ); in init()
2023 com::sun::star::lang::Locale eLocale; in ImplGetPortionValues() local2024 if ( mAny >>= eLocale ) in ImplGetPortionValues()2025 meCharLocale = eLocale; in ImplGetPortionValues()
Completed in 109 milliseconds