Searched refs:setCurrentLocale (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/offapi/com/sun/star/resource/ |
H A D | StringResourceWithStorage.idl | 55 the <code>XStringResourceManager::setCurrentLocale</code> method is 57 see <code>XStringResourceManager::setCurrentLocale</code>
|
H A D | StringResourceWithLocation.idl | 55 the <code>XStringResourceManager::setCurrentLocale</code> method is 57 see <code>XStringResourceManager::setCurrentLocale</code>
|
H A D | XStringResourceManager.idl | 99 void setCurrentLocale
|
/aoo4110/main/scripting/source/stringresource/ |
H A D | stringresource.cxx | 380 void StringResourceImpl::setCurrentLocale( const Locale& locale, sal_Bool FindClosestMatch ) in setCurrentLocale() function in stringresource::StringResourceImpl 578 setCurrentLocale( pFallbackItem->m_locale, FindClosestMatch ); in removeLocale() 933 void StringResourcePersistenceImpl::setCurrentLocale( const Locale& locale, sal_Bool FindClosestMat… in setCurrentLocale() function in stringresource::StringResourcePersistenceImpl 936 StringResourceImpl::setCurrentLocale( locale, FindClosestMatch ); in setCurrentLocale() 2478 void StringResourceWithStorageImpl::setCurrentLocale( const Locale& locale, sal_Bool FindClosestMat… in setCurrentLocale() function in stringresource::StringResourceWithStorageImpl 2481 StringResourceImpl::setCurrentLocale( locale, FindClosestMatch ); in setCurrentLocale() 2833 void StringResourceWithLocationImpl::setCurrentLocale( const Locale& locale, sal_Bool FindClosestMa… in setCurrentLocale() function in stringresource::StringResourceWithLocationImpl 2836 StringResourceImpl::setCurrentLocale( locale, FindClosestMatch ); in setCurrentLocale()
|
H A D | stringresource.hxx | 234 …virtual void SAL_CALL setCurrentLocale( const ::com::sun::star::lang::Locale& locale, ::sal_Bool F… 387 …virtual void SAL_CALL setCurrentLocale( const ::com::sun::star::lang::Locale& locale, ::sal_Bool F… 501 …virtual void SAL_CALL setCurrentLocale( const ::com::sun::star::lang::Locale& locale, ::sal_Bool F… 627 …virtual void SAL_CALL setCurrentLocale( const ::com::sun::star::lang::Locale& locale, ::sal_Bool F…
|
/aoo4110/main/basctl/source/basicide/ |
H A D | localizationmgr.cxx | 824 m_xStringResourceManager->setCurrentLocale( aLocale, false ); in handleSetCurrentLocale() 858 m_xStringResourceManager->setCurrentLocale( m_aLocaleBeforeBasicStart, true ); in handleBasicStopped()
|
Completed in 49 milliseconds