Lines Matching refs:Service
77 class Service: class
84 Service(css::uno::Reference< css::uno::XComponentContext > const & context);
87 virtual ~Service() {} in ~Service()
164 RegistryKey(Service & service, css::uno::Any const & value): in RegistryKey()
320 Service & service_;
324 Service::Service( in Service() function in configmgr::configuration_registry::__anon87761c130111::Service
352 rtl::OUString Service::getURL() throw (css::uno::RuntimeException) { in getURL()
358 void Service::open(rtl::OUString const & rURL, sal_Bool bReadOnly, sal_Bool) in open()
395 sal_Bool Service::isValid() throw (css::uno::RuntimeException) { in isValid()
400 void Service::close() in close()
408 void Service::destroy() in destroy()
419 css::uno::Reference< css::registry::XRegistryKey > Service::getRootKey() in getRootKey()
427 sal_Bool Service::isReadOnly() throw (css::uno::RuntimeException) { in isReadOnly()
433 void Service::mergeKey(rtl::OUString const &, rtl::OUString const &) in mergeKey()
446 void Service::flush() throw (css::uno::RuntimeException) in flush()
456 void Service::addFlushListener( in addFlushListener()
468 void Service::removeFlushListener( in removeFlushListener()
480 void Service::checkValid() { in checkValid()
491 void Service::checkValid_RuntimeException() { in checkValid_RuntimeException()
502 void Service::doClose() { in doClose()
880 return static_cast< cppu::OWeakObject * >(new Service(context)); in create()