Searched refs:TestBridgeImpl (Results 1 – 1 of 1) sorted by relevance
109 class TestBridgeImpl : public osl::DebugBase<TestBridgeImpl>, class115 TestBridgeImpl( const Reference< XComponentContext > & xContext ) in TestBridgeImpl() function in bridge_test::TestBridgeImpl118 virtual ~TestBridgeImpl() in ~TestBridgeImpl()1192 sal_Int32 TestBridgeImpl::run( const Sequence< OUString > & rArgs ) in run()1299 OUString TestBridgeImpl::getImplementationName() in getImplementationName()1304 sal_Bool TestBridgeImpl::supportsService( const OUString & rServiceName ) in supportsService()1316 Sequence< OUString > TestBridgeImpl::getSupportedServiceNames() in getSupportedServiceNames()1328 static_cast< OWeakObject * >( new TestBridgeImpl( xContext ) ) ); in TestBridgeImpl_create()