Lines Matching refs:InvocationService
1105 class InvocationService class
1109 InvocationService( const Reference<XComponentContext> & xCtx );
1110 virtual ~InvocationService();
1129 InvocationService::InvocationService( const Reference<XComponentContext> & xCtx ) in InvocationService() function in stoc_inv::InvocationService
1162 InvocationService::~InvocationService() in ~InvocationService()
1168 OUString InvocationService::getImplementationName() throw( RuntimeException ) in getImplementationName()
1174 sal_Bool InvocationService::supportsService(const OUString& ServiceName) throw( RuntimeException ) in supportsService()
1185 Sequence< OUString > InvocationService::getSupportedServiceNames(void) throw( RuntimeException ) in getSupportedServiceNames()
1191 Reference<XInterface> InvocationService::createInstance(void) throw( Exception, RuntimeException ) in createInstance()
1198 Reference<XInterface> InvocationService::createInstanceWithArguments( in createInstanceWithArguments()
1219 Reference<XInterface> xService = Reference< XInterface > ( *new InvocationService( xCtx ) ); in InvocationService_CreateInstance()