Home
last modified time | relevance | path

Searched refs:removeLocale (Results 1 – 4 of 4) sorted by relevance

/trunk/main/scripting/source/stringresource/
H A Dstringresource.hxx222 virtual void SAL_CALL removeLocale( const ::com::sun::star::lang::Locale& locale );
339 virtual void SAL_CALL removeLocale( const ::com::sun::star::lang::Locale& locale );
412 virtual void SAL_CALL removeLocale( const ::com::sun::star::lang::Locale& locale );
495 virtual void SAL_CALL removeLocale( const ::com::sun::star::lang::Locale& locale );
H A Dstringresource.cxx527 void StringResourceImpl::removeLocale( const Locale& locale ) in removeLocale() function in stringresource::StringResourceImpl
932 void StringResourcePersistenceImpl::removeLocale( const Locale& locale ) in removeLocale() function in stringresource::StringResourcePersistenceImpl
934 StringResourceImpl::removeLocale( locale ); in removeLocale()
1587 removeLocale( aLocale ); in importBinary()
2435 void StringResourceWithStorageImpl::removeLocale( const Locale& locale ) in removeLocale() function in stringresource::StringResourceWithStorageImpl
2437 StringResourceImpl::removeLocale( locale ); in removeLocale()
2760 void StringResourceWithLocationImpl::removeLocale( const Locale& locale ) in removeLocale() function in stringresource::StringResourceWithLocationImpl
2762 StringResourceImpl::removeLocale( locale ); in removeLocale()
/trunk/main/offapi/com/sun/star/resource/
H A DXStringResourceManager.idl263 void removeLocale( [in] com::sun::star::lang::Locale locale )
/trunk/main/basctl/source/basicide/
H A Dlocalizationmgr.cxx770 m_xStringResourceManager->removeLocale( rLocale ); in handleRemoveLocales()