Lines Matching refs:MyService1Impl
55 class MyService1Impl class
66 inline MyService1Impl(Reference< XComponentContext > const & xContext) throw () in MyService1Impl() function in my_sc_impl::MyService1Impl
71 virtual ~MyService1Impl() {} in ~MyService1Impl()
100 Any MyService1Impl::queryInterface( Type const & type ) in queryInterface()
136 void MyService1Impl::acquire() in acquire()
143 void MyService1Impl::release() in release()
154 Sequence< Type > MyService1Impl::getTypes() in getTypes()
163 Sequence< sal_Int8 > MyService1Impl::getImplementationId() in getImplementationId()
184 OUString MyService1Impl::methodOne( OUString const & str ) in methodOne()
192 OUString MyService1Impl::methodTwo( ) in methodTwo()
200 OUString MyService1Impl::getImplementationName() in getImplementationName()
207 sal_Bool MyService1Impl::supportsService( OUString const & serviceName ) in supportsService()
214 Sequence< OUString > MyService1Impl::getSupportedServiceNames() in getSupportedServiceNames()
226 return static_cast< lang::XTypeProvider * >( new MyService1Impl( xContext) ); in create_MyService1Impl()