LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_script_XInvocationAdapterFactory2_idl__
20 #define __com_sun_star_script_XInvocationAdapterFactory2_idl__
28 module
com { module sun { module star { module script {
49 [in] sequence< type > aTypes );
Interface to create adapter objects giving types to be supported and a an invocation interface incomi...
Definition: XInvocationAdapterFactory2.idl:34
factory service that allows construction of Invocation objects.
Definition: Invocation.idl:38
gives access to an object's methods and properties.
Definition: XInvocation.idl:46
Definition: Ambiguous.idl:22
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.
base interface of all UNO interfaces
Definition: XInterface.idl:48