Lines Matching refs:Service
190 class Service: public cppu::WeakImplHelper3< class
318 explicit Service( in Service() function in __anon481f6b320511::Service
330 sal_Bool Service::supportsService(rtl::OUString const & serviceName) in supportsService()
355 sal_Int32 Service::run(css::uno::Sequence< rtl::OUString > const & arguments) in run()
491 rtl::OUString Service::getImplementationName_static() { in getImplementationName_static()
496 css::uno::Sequence< rtl::OUString > Service::getSupportedServiceNames_static() { in getSupportedServiceNames_static()
503 css::uno::Reference< css::uno::XInterface > Service::createInstance( in createInstance()
507 return static_cast< cppu::OWeakObject * >(new Service(context)); in createInstance()
523 if (Service::getImplementationName_static().equalsAscii(implName)) { in component_getFactory()
525 &Service::createInstance, in component_getFactory()
526 Service::getImplementationName_static(), in component_getFactory()
527 Service::getSupportedServiceNames_static()); in component_getFactory()
568 && writeInfo(registryKey, Service::getImplementationName_static(), in component_writeInfo()
569 Service::getSupportedServiceNames_static()); in component_writeInfo()