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

interface XBridgeSupplier

Methods' Summary
createBridge creates a bridge to provide an object of one object model with another.  
Methods' Details
createBridge
any
createBridge( [in] any  modelDepObject,
[in] ::com::sun::star::uno::Uik  MachineId,
[in] long  ProcessId,
[in] short  sourceModelType,
[in] short  destModelType )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
creates a bridge to provide an object of one object model with another.
Top of Page