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 );
gives access to the value and formatting of a metric field.
Definition: XMetricField.idl:32
hyper getValue([in] short FieldUnit)
returns the value which is currently displayed in the metric field.
hyper getSpinSize()
returns the currently set increment value for the spin button.
void setValue([in] hyper Value, [in] short FieldUnit)
sets the value which is displayed in the metric field.
void setLast([in] hyper Value, [in] short FieldUnit)
sets the last value to be set on END key.
hyper getCorrectedValue([in] short FieldUnit)
returns the corrected value which is displayed in the metric field.
short getDecimalDigits()
returns the currently set number of decimals.
hyper getMax([in] short FieldUnit)
returns the currently set maximum value that can be entered by the user.
void setFirst([in] hyper Value, [in] short FieldUnit)
sets the first value to be set on POS1 key.
hyper getMin([in] short FieldUnit)
returns the currently set minimum value that can be entered by the user.
void setSpinSize([in] hyper Value)
sets the increment value for the spin button.
void setMax([in] hyper Value, [in] short FieldUnit)
sets the maximum value that can be entered by the user.
hyper getLast([in] short FieldUnit)
returns the currently set last value which is set on END key.
boolean isStrictFormat()
returns whether the format is currently checked during user input.
void setMin([in] hyper Value, [in] short FieldUnit)
sets the minimum value that can be entered by the user.
void setStrictFormat([in] boolean bStrict)
determines if the format is checked during user input.
void setDecimalDigits([in] short nDigits)
sets the number of decimals.
hyper getFirst([in] short FieldUnit)
returns the currently set first value which is set on POS1 key.
void setUserValue([in] hyper Value, [in] short FieldUnit)
sets the user value which is displayed in the metric field.
base interface of all UNO interfaces
Definition: XInterface.idl:48
Definition: Ambiguous.idl:22