Searched refs:OCallMe (Results 1 – 2 of 2) sorted by relevance
284 Any OCallMe::queryInterface( const Type & aType ) in queryInterface()297 void OCallMe::call( const ::rtl::OUString& s, sal_Int32 nToDo ) in call()315 void SAL_CALL OCallMe::drawLine( sal_Int32 /* x1 */, sal_Int32 /* y1 */, sal_Int32 /* x2 */, sal_In… in drawLine()320 void OCallMe::callOneway( const ::rtl::OUString& /* s */, sal_Int32 nToDo ) in callOneway()338 ::test::TestTypes SAL_CALL OCallMe::transport( const ::test::TestTypes& types ) in transport()343 ::rtl::OUString OCallMe::getsAttribute() in getsAttribute()347 void OCallMe::setsAttribute( const ::rtl::OUString& _sattribute ) in setsAttribute()351 void OCallMe::callAgain( const Reference< ::test::XCallMe >& callAgainArg, in callAgain()436 return Reference< XCallMe > ( (XCallMe * ) new OCallMe() ); in createCallMe()653 Reference< XCallMe > rLCallMe = (XCallMe * ) new OCallMe(); in testRemote()[all …]
69 class OCallMe :74 OCallMe() : m_nLastToDos(-1) {} in OCallMe() function75 ~OCallMe() {} in ~OCallMe()