Lines Matching refs:Service
67 class Service: public cppu::WeakImplHelper1< css::lang::XMain > { class
82 explicit Service( in Service() function in __anon9d02001b0111::Service
125 sal_Int32 Service::run(css::uno::Sequence< rtl::OUString > const & arguments) in run()
296 rtl::OUString Service::getImplementationName() { in getImplementationName()
300 css::uno::Sequence< rtl::OUString > Service::getSupportedServiceNames() { in getSupportedServiceNames()
304 css::uno::Reference< css::uno::XInterface > Service::createInstance( in createInstance()
308 return static_cast< cppu::OWeakObject * >(new Service(context)); in createInstance()
324 if (Service::getImplementationName().equalsAscii(implName)) { in component_getFactory()
326 &Service::createInstance, Service::getImplementationName(), in component_getFactory()
327 Service::getSupportedServiceNames()); in component_getFactory()
368 && writeInfo(registryKey, Service::getImplementationName(), in component_writeInfo()
369 Service::getSupportedServiceNames()); in component_writeInfo()