Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service OleBridgeSupplier2

Description
maps UNO types to COM types and vice versa.

The COM types are restricted to those types that can be represented by a VARIANT except for VT_CY and VT_DATE . An IUnknown interface can only be mapped, if it can be successfully queried for IDispatch .

Other COM interfaces are not supported. On the other hand UNO objects and structs are always mapped to COM objects exposing IDispatch .

The service implements the XBridgeSupplier2 interface and handles the model types com::sun::star::bridge::ModelDependent::UNO and com::sun::star::bridge::ModelDependent::OLE . The service does not specify any requirements for registering OLE objects and class factories.

Guarantees
-thread safe
Guarantees
-one instance service


Exported Interfaces

com::sun::star::bridge::XBridgeSupplier2
Description
defines the interface for creating bridges to other object models.

Top of Page