20 #ifndef __com_sun_star_inspection_XNumericControl_idl__ 21 #define __com_sun_star_inspection_XNumericControl_idl__ 27 module
com { module sun { module star { module inspection {
42 [attribute] com::sun::star::beans::Optional<double>
MinValue;
46 [attribute] com::sun::star::beans::Optional<double>
MaxValue;
58 [attribute]
short DisplayUnit
short DecimalDigits
describes the number of decimal digits to use for the value
Definition: XNumericControl.idl:38
defines the interface for an XPropertyControl which supports displaying and entering numerical values...
Definition: XNumericControl.idl:34
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
com::sun::star::beans::Optional< double > MaxValue
describes the maximum value which is allowed to be entered in the control
Definition: XNumericControl.idl:46
short ValueUnit
describes a com::sun::star::util::MeasureUnit to be applied for transferring values.
Definition: XNumericControl.idl:74
defines the interface for a single control in an ObjectInspector
Definition: XPropertyControl.idl:34
com::sun::star::beans::Optional< double > MinValue
describes the minimum value which is allowed to be entered in the control
Definition: XNumericControl.idl:42