Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: test :: bridge ::

interface XRecursiveCall

Base Interface
com::sun::star::uno::XInterface



Methods' Summary

callRecursivly *

Methods' Details

callRecursivly
 
void
callRecursivly(
[ in ] com::sun::star::test::bridge::XRecursiveCall xCall,
[ in ] long nToCall );

Description
*
Parameter nToCall
If nToCall is 0, the method returns immeadiatly. * Otherwise, call the given interface with nToCall -1 *

Top of Page