Searched refs:eLocale (Results 1 – 17 of 17) sorted by relevance
152 virtual void SAL_CALL setLocale(css::lang::Locale const & eLocale);334 void Service::setLocale(css::lang::Locale const & eLocale) in setLocale() argument338 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 );
678 void SAL_CALL SampleAddIn::setLocale( const lang::Locale& eLocale ) in setLocale() argument680 maLocale = eLocale; in setLocale()
125 virtual void SAL_CALL setLocale( const ::com::sun::star::lang::Locale& eLocale );
411 void SAL_CALL ScaDateAddIn::setLocale( const lang::Locale& eLocale ) in setLocale() argument413 aFuncLoc = eLocale; in setLocale()
363 virtual void SAL_CALL setLocale( const ::com::sun::star::lang::Locale& eLocale );
75 void SAL_CALL setLocale( const UNOLOCALE & eLocale );
49 void setLocale( [in] Locale eLocale );
936 void SAL_CALL T602ImportFilterDialog::setLocale( const Locale& eLocale ) in setLocale() argument938 meLocale = eLocale; in setLocale()
115 virtual void SAL_CALL setLocale( const com::sun::star::lang::Locale& eLocale );
322 void SAL_CALL AnalysisAddIn::setLocale( const lang::Locale& eLocale ) in setLocale() argument324 aFuncLoc = eLocale; in setLocale()
104 virtual void SAL_CALL setLocale( const CSS::lang::Locale& eLocale );
2881 lang::Locale eLocale; in init() local2882 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()