Home
last modified time | relevance | path

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

/trunk/main/bridges/test/
H A Dtestclient.java87 …public void callAgain( /*IN*/XCallMe callAgain, /*IN*/int nToCall ) throws com.sun.star.uno.Runtim… in callAgain() argument
H A Dtest_bridge.idl58 void callAgain( [in] XCallMe callAgain, [in] long nToCall );
H A Dtestcomp.h94 …virtual void SAL_CALL callAgain( const ::com::sun::star::uno::Reference< ::test::XCallMe >& callAg…
H A Dtestcomp.cxx361 void OCallMe::callAgain( const Reference< ::test::XCallMe >& callAgainArg, in callAgain() function in OCallMe
375 callAgainArg->callAgain( Reference< XCallMe > ( (XCallMe *) this ) , nToCall -1 ); in callAgain()
751 rLCallMe->callAgain( rRCallMe, 20 ); in testRemote()

Completed in 34 milliseconds