LibreOffice
LibreOffice 24.2 SDK API Reference
|
Interface to create adapter objects giving types to be supported and a an invocation interface incoming calls are delegated to. More...
import"XInvocationAdapterFactory2.idl";
Public Member Functions | |
com::sun::star::uno::XInterface | createAdapter ([in] XInvocation Invocation, [in] sequence< type > aTypes) |
Creates an adapter interface of given types for calling the given XInvocation interface. 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... | |
Interface to create adapter objects giving types to be supported and a an invocation interface incoming calls are delegated to.
com::sun::star::uno::XInterface createAdapter | ( | [in] XInvocation | Invocation, |
[in] sequence< type > | aTypes | ||
) |
Creates an adapter interface of given types for calling the given XInvocation interface.
Invocation | invocation interface being called on incoming adapter calls |
aTypes | supported types of adapter |