LibreOffice
LibreOffice 6.2 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_reflection_XIdlMethod_idl__
20 #define __com_sun_star_reflection_XIdlMethod_idl__
34 module
com { module sun { module star { module reflection {
36 published
interface XIdlClass;
56 sequence<XIdlClass> getParameterTypes();
66 sequence<ParamInfo> getParameterInfos();
73 sequence<com::sun::star::reflection::XIdlClass> getExceptionTypes();
109 [inout] sequence<any> args )
Provides information reflecting an UNO type.
Definition: XIdlClass.idl:38
MethodMode
MethodMode denotes the mode in which method calls are run, i.e.
Definition: MethodMode.idl:31
Reflects an IDL interface method.
Definition: XIdlMethod.idl:41
This exception denotes a checked exception (wrapping an originating exception) and may be thrown upon...
Definition: InvocationTargetException.idl:34
Definition: Ambiguous.idl:22
Base interface for XIdlField2s and XIdlMethods.
Definition: XIdlMember.idl:32
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:29