Searched refs:OCallMe (Results 1 – 2 of 2) sorted by relevance
289 Any OCallMe::queryInterface( const Type & aType ) throw ( RuntimeException ) in queryInterface()302 void OCallMe::call( const ::rtl::OUString& s, sal_Int32 nToDo ) in call()327 void OCallMe::callOneway( const ::rtl::OUString& /* s */, sal_Int32 nToDo ) in callOneway()352 ::rtl::OUString OCallMe::getsAttribute() throw(RuntimeException) in getsAttribute()356 void OCallMe::setsAttribute( const ::rtl::OUString& _sattribute ) in setsAttribute()361 void OCallMe::callAgain( const Reference< ::test::XCallMe >& callAgainArg, in callAgain()451 return Reference< XCallMe > ( (XCallMe * ) new OCallMe() ); in createCallMe()669 Reference< XCallMe > rLCallMe = (XCallMe * ) new OCallMe(); in testRemote()721 Reference< XCallMe > rLCallMe1 = (XCallMe * ) new OCallMe(); in testRemote()722 Reference< XCallMe > rLCallMe2 = (XCallMe * ) new OCallMe(); in testRemote()[all …]
69 class OCallMe : class74 OCallMe() : m_nLastToDos(-1) {} in OCallMe() function in OCallMe75 ~OCallMe() {} in ~OCallMe()
Completed in 23 milliseconds