LibreOffice
LibreOffice 24.2 SDK API Reference
|
An interface to tunnel UNO. More...
import"XUnoTunnel.idl";
Public Member Functions | |
hyper | getSomething ([in] sequence< byte > aIdentifier) |
Call this method to get something which is not specified in UNO, e.g. 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... | |
An interface to tunnel UNO.
This means providing access to data or something else, which is not specified by UNO-IDL.
Common usage: Getting a C++ object pointer in the same process, thus to use an implementation directly, most often because of a design flaw.
hyper getSomething | ( | [in] sequence< byte > | aIdentifier | ) |
Call this method to get something which is not specified in UNO, e.g.
an address to some C++ object.
aIdentifier | identifier |