| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
gives access to the value of a spin field and makes it possible to register for spin events. More...
import "XSpinField.idl";
 
  
| Public Member Functions | |
| void | addSpinListener ([in] com::sun::star::awt::XSpinListener l) | 
| registers a listener for spin events. | |
| void | removeSpinListener ([in] com::sun::star::awt::XSpinListener l) | 
| unregisters a listener for spin events. | |
| void | up () | 
| increases the value by one step. | |
| void | down () | 
| decreases the value by one step. | |
| void | first () | 
| sets the value to the previously set lower value. | |
| void | last () | 
| sets the value to the previously set upper value. | |
| void | enableRepeat ([in] boolean bRepeat) | 
| enables/disables automatic repeat mode. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
gives access to the value of a spin field and makes it possible to register for spin events.
| void addSpinListener | ( | [in] com::sun::star::awt::XSpinListener | l | ) | 
registers a listener for spin events.
| void down | ( | ) | 
decreases 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 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.
| void up | ( | ) | 
increases the value by one step.