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