LibreOffice
LibreOffice 5.0 SDK API Reference
|
Service to create proxy objects acting on behalf of a given target object. More...
import "ProxyFactory.idl";
Additional Inherited Members | |
![]() | |
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... | |
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.