LibreOffice
LibreOffice 24.2 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. More... | |
void | removeSpinListener ([in] com::sun::star::awt::XSpinListener l) |
unregisters a listener for spin events. More... | |
void | up () |
increases the value by one step. More... | |
void | down () |
decreases the value by one step. More... | |
void | first () |
sets the value to the previously set lower value. More... | |
void | last () |
sets the value to the previously set upper value. More... | |
void | enableRepeat ([in] boolean bRepeat) |
enables/disables automatic repeat mode. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
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.