Searched refs:setCurrentLocale (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/scripting/source/stringresource/ |
| H A D | stringresource.hxx | 213 …virtual void SAL_CALL setCurrentLocale( const ::com::sun::star::lang::Locale& locale, ::sal_Bool F… 330 …virtual void SAL_CALL setCurrentLocale( const ::com::sun::star::lang::Locale& locale, ::sal_Bool F… 403 …virtual void SAL_CALL setCurrentLocale( const ::com::sun::star::lang::Locale& locale, ::sal_Bool F… 486 …virtual void SAL_CALL setCurrentLocale( const ::com::sun::star::lang::Locale& locale, ::sal_Bool F…
|
| H A D | stringresource.cxx | 366 void StringResourceImpl::setCurrentLocale( const Locale& locale, sal_Bool FindClosestMatch ) in setCurrentLocale() function in stringresource::StringResourceImpl 555 setCurrentLocale( pFallbackItem->m_locale, FindClosestMatch ); in removeLocale() 894 void StringResourcePersistenceImpl::setCurrentLocale( const Locale& locale, sal_Bool FindClosestMat… in setCurrentLocale() function in stringresource::StringResourcePersistenceImpl 896 StringResourceImpl::setCurrentLocale( locale, FindClosestMatch ); in setCurrentLocale() 2406 void StringResourceWithStorageImpl::setCurrentLocale( const Locale& locale, sal_Bool FindClosestMat… in setCurrentLocale() function in stringresource::StringResourceWithStorageImpl 2408 StringResourceImpl::setCurrentLocale( locale, FindClosestMatch ); in setCurrentLocale() 2731 void StringResourceWithLocationImpl::setCurrentLocale( const Locale& locale, sal_Bool FindClosestMa… in setCurrentLocale() function in stringresource::StringResourceWithLocationImpl 2733 StringResourceImpl::setCurrentLocale( locale, FindClosestMatch ); in setCurrentLocale()
|
| /trunk/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
|
| /trunk/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()
|