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