Lines Matching refs:Service
59 class Service: public cppu::WeakImplHelper2< class
92 explicit inline Service( in Service() function in __anon22856db40111::Service
102 sal_Bool Service::supportsService(rtl::OUString const & rServiceName) in supportsService()
113 void Service::connect(rtl::OUString const & rConnection, in connect()
129 Service::get(rtl::OUString const & rName) throw (css::uno::RuntimeException) in get()
134 css::uno::Sequence< rtl::OUString > Service::getSupportedServiceNames_static() in getSupportedServiceNames_static()
142 css::uno::Reference< css::uno::XInterface > Service::createInstance( in createInstance()
158 return static_cast< cppu::OWeakObject * >(new Service(rContext)); in createInstance()
172 if (rtl_str_compare(pImplName, Service::getImplementationName_static()) in component_getFactory()
177 &Service::createInstance, in component_getFactory()
179 Service::getImplementationName_static()), in component_getFactory()
180 Service::getSupportedServiceNames_static())); in component_getFactory()
226 && writeInfo(pRegistryKey, Service::getImplementationName_static(), in component_writeInfo()
227 Service::getSupportedServiceNames_static()); in component_writeInfo()