Lines Matching refs:Service
97 class Service: class
101 Service( in Service() function in configmgr::configuration_provider::__anoncce303250111::Service
111 virtual ~Service() {} in ~Service()
172 css::uno::Reference< css::uno::XInterface > Service::createInstance( in createInstance()
181 Service::createInstanceWithArguments( in createInstanceWithArguments()
290 css::uno::Sequence< rtl::OUString > Service::getAvailableServiceNames() in getAvailableServiceNames()
300 void Service::refresh() throw (css::uno::RuntimeException) { in refresh()
310 void Service::addRefreshListener( in addRefreshListener()
318 void Service::removeRefreshListener( in removeRefreshListener()
326 void Service::flush() throw (css::uno::RuntimeException) { in flush()
336 void Service::addFlushListener( in addFlushListener()
343 void Service::removeFlushListener( in removeFlushListener()
351 void Service::setLocale(css::lang::Locale const & eLocale) in setLocale()
359 css::lang::Locale Service::getLocale() throw (css::uno::RuntimeException) { in getLocale()
381 void Service::flushModifications() const { in flushModifications()
506 return static_cast< cppu::OWeakObject * >(new Service(Context, locale)); in createInstanceWithArgumentsAndContext()
516 new Service(context, rtl::OUString())); in createDefault()