|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
22 module
com { module sun { module star { module awt {
makes it possible to receive spin events.
Definition: XSpinListener.idl:28
base interface for all event listeners interfaces.
Definition: XEventListener.idl:27
specifies a spin button event.
Definition: SpinEvent.idl:28
void last([in] com::sun::star::awt::SpinEvent rEvent)
is invoked when the spin field is set to the upper value.
void up([in] com::sun::star::awt::SpinEvent rEvent)
is invoked when the spin field is spun up.
Definition: Ambiguous.idl:20
void down([in] com::sun::star::awt::SpinEvent rEvent)
is invoked when the spin field is spun down.
void first([in] com::sun::star::awt::SpinEvent rEvent)
is invoked when the spin field is set to the lower value.