Searched refs:ResourceService (Results 1 – 1 of 1) sorted by relevance
61 class ResourceService : public cppu::WeakImplHelper3< XInvocation, XExactName, XServiceInfo > class64 ResourceService( const Reference< XMultiServiceFactory > & );65 ~ResourceService();102 ResourceService::ResourceService( const Reference< XMultiServiceFactory > & rSMgr ) in ResourceService() function in ResourceService109 Reference< XInterface > ResourceService::Create( const Reference< XComponentContext >& _rxContext ) in Create()112 return *( new ResourceService( xFactory ) ); in Create()116 ResourceService::~ResourceService() in ~ResourceService()122 OUString ResourceService::getImplementationName() throw() in getImplementationName()128 sal_Bool SAL_CALL ResourceService::supportsService(const OUString& ServiceName) throw() in supportsService()139 Sequence< OUString > SAL_CALL ResourceService::getSupportedServiceNames(void) throw() in getSupportedServiceNames()[all …]