LibreOffice
LibreOffice 24.2 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 | |
Public Member Functions inherited from XBridgeSupplier | |
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... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. 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 |