LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_awt_XNumericField_idl__
20 #define __com_sun_star_awt_XNumericField_idl__
26 module
com { module sun { module star { module awt {
void setStrictFormat([in] boolean bStrict)
determines if the format is checked during user input.
double getValue()
returns the value which is currently displayed in the numeric field.
double getLast()
returns the currently set last value which is set on END key.
void setDecimalDigits([in] short nDigits)
sets the number of decimals.
gives access to the value and formatting of a numeric field.
Definition: XNumericField.idl:32
double getSpinSize()
returns the currently set increment value for the spin button.
short getDecimalDigits()
returns the currently set number of decimals.
double getMin()
returns the currently set minimum value that can be entered by the user.
void setValue([in] double Value)
sets the value which is displayed in the numeric field.
void setLast([in] double Value)
sets the last value to be set on END key.
void setFirst([in] double Value)
sets the first value to be set on POS1 key.
double getFirst()
returns the currently set first value which is set on POS1 key.
void setSpinSize([in] double Value)
sets the increment value for the spin button.
void setMin([in] double Value)
sets the minimum value that can be entered by the user.
void setMax([in] double Value)
sets the maximum value that can be entered by the user.
Definition: Ambiguous.idl:22
boolean isStrictFormat()
returns whether the format is currently checked during user input.
base interface of all UNO interfaces
Definition: XInterface.idl:48
double getMax()
returns the currently set maximum value that can be entered by the user.