LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_awt_XSpinField_idl__
20 #define __com_sun_star_awt_XSpinField_idl__
28 module
com { module sun { module star { module awt {
makes it possible to receive spin events.
Definition: XSpinListener.idl:34
gives access to the value of a spin field and makes it possible to register for spin events.
Definition: XSpinField.idl:35
void enableRepeat([in] boolean bRepeat)
enables/disables automatic repeat mode.
void up()
increases 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 down()
decreases the value by one step.
Definition: Ambiguous.idl:22
void removeSpinListener([in] com::sun::star::awt::XSpinListener l)
unregisters a listener for spin events.
base interface of all UNO interfaces
Definition: XInterface.idl:48
void first()
sets the value to the previously set lower value.