LibreOffice
LibreOffice 5.0 SDK API Reference
|
makes it possible to generate OLE bridges to UNO objects and vice versa. More...
import "OleBridgeSupplier.idl";
Exported Interfaces | |
interface | com::sun::star::bridge::XBridgeSupplier |
Additional Inherited Members | |
![]() | |
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 ) |
creates a bridge to provide an object of one object model with another. More... | |
makes it possible to generate OLE bridges to UNO objects and vice versa.
The service implements the XBridgeSupplier interface and handles the model types ModelDependent::UNO and ModelDependent::OLE. The service does not specify any requirements on registering OLE objects and class factories.
interface com::sun::star::bridge::XBridgeSupplier |