LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_reflection_XServiceConstructorDescription_idl__
21 #define __com_sun_star_reflection_XServiceConstructorDescription_idl__
25 module
com { module sun { module star { module reflection {
27 interface XCompoundTypeDescription;
string getName()
Returns the constructor's name.
boolean isDefaultConstructor()
Returns whether the constructor is a default constructor.
Reflects a service constructor.
Definition: XServiceConstructorDescription.idl:35
sequence< XParameter > getParameters()
Returns the constructor's parameters.
Definition: Ambiguous.idl:22
sequence< XCompoundTypeDescription > getExceptions()
Returns the exceptions that can be raised by the constructor.