Searched refs:MyService2Impl (Results 1 – 1 of 1) sorted by relevance
61 class MyService2Impl : public ::cppu::WeakImplHelper3< class69 inline MyService2Impl(Reference< XComponentContext > const & xContext) throw () in MyService2Impl() function in my_sc_impl::MyService2Impl73 virtual ~MyService2Impl() {} in ~MyService2Impl()97 void MyService2Impl::initialize( Sequence< Any > const & args ) in initialize()121 OUString MyService2Impl::methodOne( OUString const & str ) in methodOne()129 OUString MyService2Impl::methodTwo( ) in methodTwo()137 OUString MyService2Impl::getImplementationName() in getImplementationName()145 sal_Bool MyService2Impl::supportsService( OUString const & serviceName ) in supportsService()153 Sequence< OUString > MyService2Impl::getSupportedServiceNames() in getSupportedServiceNames()163 return static_cast< ::cppu::OWeakObject * >( new MyService2Impl( xContext ) ); in create_MyService2Impl()
Completed in 8 milliseconds