Lines Matching refs:Service
69 class Service: public cppu::WeakImplHelper1< css::lang::XMain > { class
84 explicit Service( in Service() function in __anonedf4bf8c0111::Service
127 sal_Int32 Service::run(css::uno::Sequence< rtl::OUString > const &) in run()
865 rtl::OUString Service::getImplementationName() { in getImplementationName()
869 css::uno::Sequence< rtl::OUString > Service::getSupportedServiceNames() { in getSupportedServiceNames()
873 css::uno::Reference< css::uno::XInterface > Service::createInstance( in createInstance()
877 return static_cast< cppu::OWeakObject * >(new Service(context)); in createInstance()
893 if (Service::getImplementationName().equalsAscii(implName)) { in component_getFactory()
895 &Service::createInstance, Service::getImplementationName(), in component_getFactory()
896 Service::getSupportedServiceNames()); in component_getFactory()
937 && writeInfo(registryKey, Service::getImplementationName(), in component_writeInfo()
938 Service::getSupportedServiceNames()); in component_writeInfo()