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