19 #ifndef __com_sun_star_awt_XSpinValue_idl__
20 #define __com_sun_star_awt_XSpinValue_idl__
27 module
com { module sun { module star { module awt {
48 void setValue( [in]
long value );
57 void setValues( [in]
long minValue, [in]
long maxValue, [in]
long currentValue );
67 void setMinimum( [in]
long minValue );
72 void setMaximum( [in]
long maxValue );
88 void setSpinIncrement( [in]
long spinIncrement );
94 long getSpinIncrement();
103 void setOrientation( [in]
long orientation )
109 long getOrientation();
– idl definition –
Definition: Ambiguous.idl:22
This exception is thrown when a feature of an interface is not supported.
Definition: NoSupportException.idl:38
makes it possible to receive adjustment events.
Definition: XAdjustmentListener.idl:33
base interface of all UNO interfaces
Definition: XInterface.idl:47
gives access to the value and settings of a control which is associated with a spinnable value...
Definition: XSpinValue.idl:33