Home
last modified time | relevance | path

Searched refs:setCurrentLocale (Results 1 – 6 of 6) sorted by relevance

/trunk/main/scripting/source/stringresource/
H A Dstringresource.hxx213 …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 Dstringresource.cxx366 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 DStringResourceWithStorage.idl55 the <code>XStringResourceManager::setCurrentLocale</code> method is
57 see <code>XStringResourceManager::setCurrentLocale</code>
H A DStringResourceWithLocation.idl55 the <code>XStringResourceManager::setCurrentLocale</code> method is
57 see <code>XStringResourceManager::setCurrentLocale</code>
H A DXStringResourceManager.idl99 void setCurrentLocale
/trunk/main/basctl/source/basicide/
H A Dlocalizationmgr.cxx824 m_xStringResourceManager->setCurrentLocale( aLocale, false ); in handleSetCurrentLocale()
858 m_xStringResourceManager->setCurrentLocale( m_aLocaleBeforeBasicStart, true ); in handleBasicStopped()