Home
last modified time | relevance | path

Searched refs:MyService1Impl (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/odk/examples/DevelopersGuide/Components/CppComponent/
H A Dservice1_impl.cxx55 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()
[all …]