LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_awt_XSpinValue_idl__
20 #define __com_sun_star_awt_XSpinValue_idl__
27 module
com { module sun { module star { module awt {
57 void setValues( [in]
long minValue, [in]
long maxValue, [in]
long currentValue );
long getMaximum()
returns the currently set maximum value of the control
void setMinimum([in] long minValue)
sets the minimum value which can be set on the control
long getOrientation()
returns the current orientation of the control
long getValue()
returns the current value of the control.
makes it possible to receive adjustment events.
Definition: XAdjustmentListener.idl:34
void setSpinIncrement([in] long spinIncrement)
sets the value by which the current value of the control should be incremented or decremented upon sp...
long getMinimum()
returns the currently set minimum value of the control
void addAdjustmentListener([in] com::sun::star::awt::XAdjustmentListener listener)
registers an adjustment event listener.
long getSpinIncrement()
returns the value by which the current value of the control should be incremented or decremented upon...
void setMaximum([in] long maxValue)
sets the maximum value which can be set on the control
gives access to the value and settings of a control which is associated with a spinnable value.
Definition: XSpinValue.idl:34
void setValue([in] long value)
sets the current value of the control
void setValues([in] long minValue, [in] long maxValue, [in] long currentValue)
sets the value and value range of the control
Definition: Ambiguous.idl:22
void setOrientation([in] long orientation)
controls the orientation of the control
base interface of all UNO interfaces
Definition: XInterface.idl:48
void removeAdjustmentListener([in] com::sun::star::awt::XAdjustmentListener listener)
unregisters an adjustment event listener.
This exception is thrown when a feature of an interface is not supported.
Definition: NoSupportException.idl:39