- Description
- maps UNO types to COM types and vice versa. It is optimized for use in a
remote szenario.
The functionality is basically the same as
com::sun::star::bridge::OleBridgeSupplier2 .
However, the implementation should be optimized for remote access. For example, it could
try to reduce the calls into the remote process. Also it could create components on its own behalf in the remote process, if this increases performance.
- Developers Guide
- 3.4.4 Professional UNO - UNO Language Bindings - Automation Bridge - The Bridge Services - Service: com.sun.star.bridge.OleBridgeSupplierVar1
|