LibreOffice
LibreOffice 24.2 SDK API Reference
|
Service to create proxy objects acting on behalf of a given target object. More...
import"ProxyFactory.idl";
Additional Inherited Members | |
Public Member Functions inherited from XProxyFactory | |
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... | |
Service to create proxy objects acting on behalf of a given target object.
A proxy delegates calls to a given target object. In addition, it is aggregatable, thus it is possible to intercept calls on the proxy's interfaces.