19 #ifndef __com_sun_star_report_meta_XFunctionDescription_idl__
20 #define __com_sun_star_report_meta_XFunctionDescription_idl__
26 module com { module sun { module star { module report { module meta {
28 interface XFunctionCategory;
39 string createFormula([in] sequence< string > arguments )
50 [attribute,readonly]
string Name;
65 [attribute,readonly] sequence< com::sun::star::sheet::FunctionArgument >
Arguments;
the base of all UNO exceptions
Definition: Exception.idl:32
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
This exception occurs if the object behind this interface has been disposed before and can't uphold i...
Definition: DisposedException.idl:35
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:63