Home
last modified time | relevance | path

Searched refs:ServiceImpl (Results 1 – 4 of 4) sorted by relevance

/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_service.cxx150 class ServiceImpl class
164 ServiceImpl( Sequence<Any> const & args,
180 ServiceImpl::ServiceImpl( Sequence<Any> const& args, in ServiceImpl() function in dp_gui::ServiceImpl
202 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;
/trunk/main/testtools/source/performance/
H A Dubobject.cxx60 class ServiceImpl class
73 ServiceImpl() in ServiceImpl() function in benchmark_object::ServiceImpl
76 ServiceImpl( const Reference< XMultiServiceFactory > & xMgr ) in ServiceImpl() function in benchmark_object::ServiceImpl
201 { 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()
/trunk/main/bridges/test/
H A Dtestcomp.cxx114 class ServiceImpl class
127 ServiceImpl() in ServiceImpl() function in ServiceImpl
130 ServiceImpl( const Reference< XMultiServiceFactory > & /* xMgr */) in ServiceImpl() function in ServiceImpl
255 { 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()
/trunk/main/comphelper/inc/comphelper/
H A Dservicedecl.hxx191 class ServiceImpl : public OwnServiceImpl< ::cppu::ImplInheritanceHelper1<ImplT,css::lang::XService… class
195 ServiceImpl( in ServiceImpl() function in comphelper::service_decl::detail::ServiceImpl
200 ServiceImpl( in ServiceImpl() function in comphelper::service_decl::detail::ServiceImpl
289 struct class_ : public serviceimpl_base< detail::ServiceImpl<ImplT_>, WithArgsT >
291 typedef serviceimpl_base< detail::ServiceImpl<ImplT_>, WithArgsT > baseT;

Completed in 33 milliseconds