Lines Matching refs:TestImpl
407 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()
490 Reference< XInterface > TestImpl::resolveObject( const OUString & rUnoUrl ) in resolveObject()
958 sal_Int32 TestImpl::run( const Sequence< OUString > & rArgs ) in run()