Lines Matching refs:StringResourceWithLocationImpl
2672 return static_cast< ::cppu::OWeakObject * >( new StringResourceWithLocationImpl( xContext ) ); in create_StringResourceWithLocationImpl()
2677 StringResourceWithLocationImpl::StringResourceWithLocationImpl( const Reference< XComponentContext … in StringResourceWithLocationImpl() function in stringresource::StringResourceWithLocationImpl
2685 StringResourceWithLocationImpl::~StringResourceWithLocationImpl() in ~StringResourceWithLocationImpl()
2693 ::rtl::OUString StringResourceWithLocationImpl::getImplementationName( ) throw (RuntimeException) in getImplementationName()
2700 sal_Bool StringResourceWithLocationImpl::supportsService( const ::rtl::OUString& rServiceName ) thr… in supportsService()
2713 Sequence< ::rtl::OUString > StringResourceWithLocationImpl::getSupportedServiceNames( ) throw (Run… in getSupportedServiceNames()
2722 void StringResourceWithLocationImpl::initialize( const Sequence< Any >& aArguments ) in initialize()
2768 void StringResourceWithLocationImpl::addModifyListener( const Reference< XModifyListener >& aListen… in addModifyListener()
2773 void StringResourceWithLocationImpl::removeModifyListener( const Reference< XModifyListener >& aLis… in removeModifyListener()
2780 ::rtl::OUString StringResourceWithLocationImpl::resolveString( const ::rtl::OUString& ResourceID ) in resolveString()
2785 ::rtl::OUString StringResourceWithLocationImpl::resolveStringForLocale( const ::rtl::OUString& Reso… in resolveStringForLocale()
2790 sal_Bool StringResourceWithLocationImpl::hasEntryForId( const ::rtl::OUString& ResourceID ) in hasEntryForId()
2795 sal_Bool StringResourceWithLocationImpl::hasEntryForIdAndLocale( const ::rtl::OUString& ResourceID, in hasEntryForIdAndLocale()
2801 Sequence< ::rtl::OUString > StringResourceWithLocationImpl::getResourceIDs( ) in getResourceIDs()
2806 Sequence< ::rtl::OUString > StringResourceWithLocationImpl::getResourceIDsForLocale in getResourceIDsForLocale()
2811 Locale StringResourceWithLocationImpl::getCurrentLocale() in getCurrentLocale()
2816 Locale StringResourceWithLocationImpl::getDefaultLocale( ) in getDefaultLocale()
2821 Sequence< Locale > StringResourceWithLocationImpl::getLocales( ) in getLocales()
2828 sal_Bool StringResourceWithLocationImpl::isReadOnly() in isReadOnly()
2833 void StringResourceWithLocationImpl::setCurrentLocale( const Locale& locale, sal_Bool FindClosestMa… in setCurrentLocale()
2838 void StringResourceWithLocationImpl::setDefaultLocale( const Locale& locale ) in setDefaultLocale()
2843 void StringResourceWithLocationImpl::setString( const ::rtl::OUString& ResourceID, const ::rtl::OUS… in setString()
2848 void StringResourceWithLocationImpl::setStringForLocale in setStringForLocale()
2854 void StringResourceWithLocationImpl::removeId( const ::rtl::OUString& ResourceID ) in removeId()
2859 void StringResourceWithLocationImpl::removeIdForLocale( const ::rtl::OUString& ResourceID, const Lo… in removeIdForLocale()
2864 void StringResourceWithLocationImpl::newLocale( const Locale& locale ) in newLocale()
2869 void StringResourceWithLocationImpl::removeLocale( const Locale& locale ) in removeLocale()
2874 sal_Int32 StringResourceWithLocationImpl::getUniqueNumericId( ) in getUniqueNumericId()
2881 void StringResourceWithLocationImpl::store() in store()
2899 sal_Bool StringResourceWithLocationImpl::isModified( ) in isModified()
2904 void StringResourceWithLocationImpl::setComment( const ::rtl::OUString& Comment ) in setComment()
2909 void StringResourceWithLocationImpl::storeToStorage( const Reference< XStorage >& Storage, in storeToStorage()
2915 void StringResourceWithLocationImpl::storeToURL( const ::rtl::OUString& URL, in storeToURL()
2922 Sequence< ::sal_Int8 > StringResourceWithLocationImpl::exportBinary( ) in exportBinary()
2927 void StringResourceWithLocationImpl::importBinary( const Sequence< ::sal_Int8 >& Data ) in importBinary()
2937 void StringResourceWithLocationImpl::storeAsURL( const ::rtl::OUString& URL ) in storeAsURL()
2944 void StringResourceWithLocationImpl::setURL( const ::rtl::OUString& URL ) in setURL()
2977 void StringResourceWithLocationImpl::implScanLocales( void ) in implScanLocales()
2988 bool StringResourceWithLocationImpl::implLoadLocale( LocaleItem* pLocaleItem ) in implLoadLocale()
3015 const Reference< ucb::XSimpleFileAccess > StringResourceWithLocationImpl::getFileAccess( void ) in getFileAccess()