Searched refs:ServiceImpl (Results 1 – 4 of 4) sorted by relevance
150 class ServiceImpl class164 ServiceImpl( Sequence<Any> const & args,180 ServiceImpl::ServiceImpl( Sequence<Any> const& args, in ServiceImpl() function in dp_gui::ServiceImpl202 void ServiceImpl::setDialogTitle( OUString const & title ) in setDialogTitle()219 void ServiceImpl::startExecuteModal( in startExecuteModal()319 void ServiceImpl::trigger( OUString const &rEvent ) throw (RuntimeException) in trigger()330 sdecl::class_<ServiceImpl, sdecl::with_args<true> > serviceSI;
60 class ServiceImpl class73 ServiceImpl() in ServiceImpl() function in benchmark_object::ServiceImpl76 ServiceImpl( const Reference< XMultiServiceFactory > & xMgr ) in ServiceImpl() function in benchmark_object::ServiceImpl201 { return new ServiceImpl(); } in createObject()210 OUString ServiceImpl::getImplementationName() in getImplementationName()216 sal_Bool ServiceImpl::supportsService( const OUString & rServiceName ) in supportsService()229 Sequence< OUString > ServiceImpl::getSupportedServiceNames() in getSupportedServiceNames()240 return Reference< XInterface >( (XPerformanceTest *)new ServiceImpl( xSMgr ) ); in ServiceImpl_create()
114 class ServiceImpl class127 ServiceImpl() in ServiceImpl() function in ServiceImpl130 ServiceImpl( const Reference< XMultiServiceFactory > & /* xMgr */) in ServiceImpl() function in ServiceImpl255 { return new ServiceImpl(); } in createObject()261 void ServiceImpl::async() throw(::com::sun::star::uno::RuntimeException) in async()266 OUString ServiceImpl::getImplementationName() in getImplementationName()272 sal_Bool ServiceImpl::supportsService( const OUString & /* rServiceName */) in supportsService()278 Sequence< OUString > ServiceImpl::getSupportedServiceNames() in getSupportedServiceNames()
191 class ServiceImpl : public OwnServiceImpl< ::cppu::ImplInheritanceHelper1<ImplT,css::lang::XService… class195 ServiceImpl( in ServiceImpl() function in comphelper::service_decl::detail::ServiceImpl200 ServiceImpl( in ServiceImpl() function in comphelper::service_decl::detail::ServiceImpl289 struct class_ : public serviceimpl_base< detail::ServiceImpl<ImplT_>, WithArgsT >291 typedef serviceimpl_base< detail::ServiceImpl<ImplT_>, WithArgsT > baseT;
Completed in 30 milliseconds