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

interface XBridgeSupplier2

Methods' Summary
createBridge creates a bridge to provide an object of one object model with another.  
Methods' Details
createBridge
any
createBridge( [in] any  aModelDepObject,
[in] sequence< byte >  aProcessId,
[in] short  nSourceModelType,
[in] short  nDestModelType )
raises( ::com::sun::star::lang::IllegalArgumentException );

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