Lines Matching refs:ResourceService

61 class ResourceService : public cppu::WeakImplHelper3< XInvocation, XExactName, XServiceInfo >  class
64 ResourceService( const Reference< XMultiServiceFactory > & );
65 ~ResourceService();
102 ResourceService::ResourceService( const Reference< XMultiServiceFactory > & rSMgr ) in ResourceService() function in ResourceService
109 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()
145 Sequence< OUString > ResourceService::getSupportedServiceNames_Static(void) throw() in getSupportedServiceNames_Static()
153 Reference< XTypeConverter > ResourceService::getTypeConverter() const in getTypeConverter()
159 ((ResourceService*)this)->xTypeConverter = xConv; in getTypeConverter()
165 Reference< XInvocation > ResourceService::getDefaultInvocation() const in getDefaultInvocation()
186 OUString SAL_CALL ResourceService::getExactName( const OUString & ApproximateName ) throw(RuntimeEx… in getExactName()
211 Reference< XIntrospectionAccess > SAL_CALL ResourceService::getIntrospection(void) in getIntrospection()
221 Any SAL_CALL ResourceService::invoke in invoke()
367 void SAL_CALL ResourceService::setValue(const OUString& PropertyName, const Any& Value) in setValue()
404 Any SAL_CALL ResourceService::getValue(const OUString& PropertyName) in getValue()
419 sal_Bool SAL_CALL ResourceService::hasMethod(const OUString& Name) in hasMethod()
441 sal_Bool SAL_CALL ResourceService::hasProperty(const OUString& Name) in hasProperty()
461 aInfo.aSupportedServices = ResourceService::getSupportedServiceNames_Static(); in getComponentInfo_VclStringResourceLoader()
462 aInfo.sImplementationName = ResourceService::getImplementationName_Static(); in getComponentInfo_VclStringResourceLoader()
463 aInfo.pFactory = &ResourceService::Create; in getComponentInfo_VclStringResourceLoader()