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

interface XRecursiveCall
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XRecursiveCall
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces

Methods' Summary
callRecursivly *  
Methods' Details
callRecursivly
void
callRecursivly( [in] 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