21 module
com { module sun { module star { module awt {
42 void setValue( [in]
long value );
51 void setValues( [in]
long minValue, [in]
long maxValue, [in]
long currentValue );
61 void setMinimum( [in]
long minValue );
66 void setMaximum( [in]
long maxValue );
82 void setSpinIncrement( [in]
long spinIncrement );
88 long getSpinIncrement();
97 void setOrientation( [in]
long orientation )
103 long getOrientation();
Definition: Ambiguous.idl:20
This exception is thrown when a feature of an interface is not supported.
Definition: NoSupportException.idl:34
makes it possible to receive adjustment events.
Definition: XAdjustmentListener.idl:27
base interface of all UNO interfaces
Definition: XInterface.idl:45
gives access to the value and settings of a control which is associated with a spinnable value...
Definition: XSpinValue.idl:27