Lines Matching refs:TestImpl
408 class TestImpl : public WeakImplHelper2< XServiceInfo, XMain > class
417 TestImpl( const Reference< XMultiServiceFactory > & xSMgr );
418 virtual ~TestImpl();
432 TestImpl::TestImpl( const Reference< XMultiServiceFactory > & xSMgr ) in TestImpl() function in benchmark_test::TestImpl
437 TestImpl::~TestImpl() in ~TestImpl()
444 return Reference< XInterface >( *new TestImpl( xSMgr ) ); in TestImpl_create()
449 OUString TestImpl::getImplementationName() in getImplementationName()
455 sal_Bool TestImpl::supportsService( const OUString & rServiceName ) in supportsService()
468 Sequence< OUString > TestImpl::getSupportedServiceNames() in getSupportedServiceNames()
475 Reference< XInterface > TestImpl::getDirect() in getDirect()
495 Reference< XInterface > TestImpl::resolveObject( const OUString & rUnoUrl ) in resolveObject()
965 sal_Int32 TestImpl::run( const Sequence< OUString > & rArgs ) in run()