19#ifndef __com_sun_star_script_XInvocationAdapterFactory2_idl__
20#define __com_sun_star_script_XInvocationAdapterFactory2_idl__
28module
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
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.
gives access to an object's methods and properties.
Definition XInvocation.idl:46
base interface of all UNO interfaces
Definition XInterface.idl:48
Definition Ambiguous.idl:22
factory service that allows construction of Invocation objects.
Definition Invocation.idl:38