22 module
com { module sun { module star { module awt {
gives access to the value of a spin field and makes it possible to register for spin events.
Definition XSpinField.idl:29
void up()
increases the value by one step.
void enableRepeat([in] boolean bRepeat)
enables/disables automatic repeat mode.
void first()
sets the value to the previously set lower value.
void down()
decreases the value by one step.
void addSpinListener([in] com::sun::star::awt::XSpinListener l)
registers a listener for spin events.
void last()
sets the value to the previously set upper value.
void removeSpinListener([in] com::sun::star::awt::XSpinListener l)
unregisters a listener for spin events.
makes it possible to receive spin events.
Definition XSpinListener.idl:28
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20