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 );
41 void setUserValue( [in] hyper Value, [in]
short FieldUnit );
46 hyper getValue( [in]
short FieldUnit );
51 hyper getCorrectedValue( [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 );
83 hyper getFirst( [in]
short FieldUnit );
88 void setLast( [in] hyper Value, [in]
short FieldUnit );
93 hyper getLast( [in]
short FieldUnit );
98 void setSpinSize( [in] hyper Value );
108 void setDecimalDigits( [in]
short nDigits );
113 short getDecimalDigits();
118 void setStrictFormat( [in]
boolean bStrict );
123 boolean isStrictFormat();
– idl definition –
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:47
gives access to the value and formatting of a metric field.
Definition: XMetricField.idl:31