Home
last modified time | relevance | path

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

/trunk/main/bridges/test/
H A Dtestcomp.cxx289 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 …]
H A Dtestcomp.h69 class OCallMe : class
74 OCallMe() : m_nLastToDos(-1) {} in OCallMe() function in OCallMe
75 ~OCallMe() {} in ~OCallMe()

Completed in 19 milliseconds