LibreOffice
LibreOffice 24.2 SDK API Reference
|
Factory interface to produce proxy objects. More...
import"XProxyFactory.idl";
Public Member Functions | |
com::sun::star::uno::XAggregation | createProxy ([in] com::sun::star::uno::XInterface xTarget) |
This method creates a new proxy object that acts on behalf of the given target object. 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... | |
Factory interface to produce proxy objects.
com::sun::star::uno::XAggregation createProxy | ( | [in] com::sun::star::uno::XInterface | xTarget | ) |
This method creates a new proxy object that acts on behalf of the given target object.
The proxy delegates calls to the given target object. In addition, it is aggregatable, thus it is possible to intercept calls on the proxy's interfaces.
xTarget | target object |