Home
last modified time | relevance | path

Searched refs:TestImpl (Results 1 – 2 of 2) sorted by relevance

/trunk/main/testtools/source/performance/
H A Dubtest.cxx407 class TestImpl : public WeakImplHelper2< XServiceInfo, XMain > class
416 TestImpl( const Reference< XMultiServiceFactory > & xSMgr );
417 virtual ~TestImpl();
431 TestImpl::TestImpl( const Reference< XMultiServiceFactory > & xSMgr ) in TestImpl() function in benchmark_test::TestImpl
436 TestImpl::~TestImpl() in ~TestImpl()
443 return Reference< XInterface >( *new TestImpl( xSMgr ) ); in TestImpl_create()
448 OUString TestImpl::getImplementationName() in getImplementationName()
453 sal_Bool TestImpl::supportsService( const OUString & rServiceName ) in supportsService()
465 Sequence< OUString > TestImpl::getSupportedServiceNames() in getSupportedServiceNames()
471 Reference< XInterface > TestImpl::getDirect() in getDirect()
[all …]
/trunk/main/cppuhelper/test/
H A Dtestimplhelper.cxx86 struct TestImpl : public ImplHelper4< CA, DBA, FE, G > struct
90 virtual ~TestImpl() in ~TestImpl() argument
430 Reference< XInterface > xImpl( (lang::XTypeProvider *)new TestImpl() ); in test_ImplHelper()