Lines Matching refs:StringResourceWithStorageImpl
2334 return static_cast< ::cppu::OWeakObject * >( new StringResourceWithStorageImpl( xContext ) ); in create_StringResourceWithStorageImpl()
2339 StringResourceWithStorageImpl::StringResourceWithStorageImpl( const Reference< XComponentContext >&… in StringResourceWithStorageImpl() function in stringresource::StringResourceWithStorageImpl
2347 StringResourceWithStorageImpl::~StringResourceWithStorageImpl() in ~StringResourceWithStorageImpl()
2355 ::rtl::OUString StringResourceWithStorageImpl::getImplementationName( ) throw (RuntimeException) in getImplementationName()
2362 sal_Bool StringResourceWithStorageImpl::supportsService( const ::rtl::OUString& rServiceName ) thro… in supportsService()
2375 Sequence< ::rtl::OUString > StringResourceWithStorageImpl::getSupportedServiceNames( ) throw (Runt… in getSupportedServiceNames()
2384 void StringResourceWithStorageImpl::initialize( const Sequence< Any >& aArguments ) in initialize()
2413 void StringResourceWithStorageImpl::addModifyListener( const Reference< XModifyListener >& aListene… in addModifyListener()
2418 void StringResourceWithStorageImpl::removeModifyListener( const Reference< XModifyListener >& aList… in removeModifyListener()
2425 ::rtl::OUString StringResourceWithStorageImpl::resolveString( const ::rtl::OUString& ResourceID ) in resolveString()
2430 ::rtl::OUString StringResourceWithStorageImpl::resolveStringForLocale( const ::rtl::OUString& Resou… in resolveStringForLocale()
2435 sal_Bool StringResourceWithStorageImpl::hasEntryForId( const ::rtl::OUString& ResourceID ) in hasEntryForId()
2440 sal_Bool StringResourceWithStorageImpl::hasEntryForIdAndLocale( const ::rtl::OUString& ResourceID, in hasEntryForIdAndLocale()
2446 Sequence< ::rtl::OUString > StringResourceWithStorageImpl::getResourceIDs( ) in getResourceIDs()
2451 Sequence< ::rtl::OUString > StringResourceWithStorageImpl::getResourceIDsForLocale in getResourceIDsForLocale()
2456 Locale StringResourceWithStorageImpl::getCurrentLocale() in getCurrentLocale()
2461 Locale StringResourceWithStorageImpl::getDefaultLocale( ) in getDefaultLocale()
2466 Sequence< Locale > StringResourceWithStorageImpl::getLocales( ) in getLocales()
2473 sal_Bool StringResourceWithStorageImpl::isReadOnly() in isReadOnly()
2478 void StringResourceWithStorageImpl::setCurrentLocale( const Locale& locale, sal_Bool FindClosestMat… in setCurrentLocale()
2483 void StringResourceWithStorageImpl::setDefaultLocale( const Locale& locale ) in setDefaultLocale()
2488 void StringResourceWithStorageImpl::setString( const ::rtl::OUString& ResourceID, const ::rtl::OUSt… in setString()
2493 void StringResourceWithStorageImpl::setStringForLocale in setStringForLocale()
2499 void StringResourceWithStorageImpl::removeId( const ::rtl::OUString& ResourceID ) in removeId()
2504 void StringResourceWithStorageImpl::removeIdForLocale( const ::rtl::OUString& ResourceID, const Loc… in removeIdForLocale()
2509 void StringResourceWithStorageImpl::newLocale( const Locale& locale ) in newLocale()
2514 void StringResourceWithStorageImpl::removeLocale( const Locale& locale ) in removeLocale()
2519 sal_Int32 StringResourceWithStorageImpl::getUniqueNumericId( ) in getUniqueNumericId()
2526 void StringResourceWithStorageImpl::store() in store()
2542 sal_Bool StringResourceWithStorageImpl::isModified( ) in isModified()
2547 void StringResourceWithStorageImpl::setComment( const ::rtl::OUString& Comment ) in setComment()
2552 void StringResourceWithStorageImpl::storeToStorage( const Reference< XStorage >& Storage, in storeToStorage()
2558 void StringResourceWithStorageImpl::storeToURL( const ::rtl::OUString& URL, in storeToURL()
2565 Sequence< ::sal_Int8 > StringResourceWithStorageImpl::exportBinary( ) in exportBinary()
2570 void StringResourceWithStorageImpl::importBinary( const Sequence< ::sal_Int8 >& Data ) in importBinary()
2579 void StringResourceWithStorageImpl::storeAsStorage( const Reference< XStorage >& Storage ) in storeAsStorage()
2586 void StringResourceWithStorageImpl::setStorage( const Reference< XStorage >& Storage ) in setStorage()
2610 void StringResourceWithStorageImpl::implScanLocales( void ) in implScanLocales()
2623 bool StringResourceWithStorageImpl::implLoadLocale( LocaleItem* pLocaleItem ) in implLoadLocale()