LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_awt_XProgressBar_idl__
20 #define __com_sun_star_awt_XProgressBar_idl__
28 module
com { module sun { module star { module awt {
long getValue()
returns the current progress value of the progress bar.
void setForegroundColor([in] com::sun::star::util::Color Color)
sets the foreground color (RGB) of the control.
void setRange([in] long Min, [in] long Max)
sets the minimum and the maximum progress value of the progress bar.
sequence< ColorComponent > Color
Shorthand for the device-dependent color components, and easier to read.
Definition: Color.idl:28
gives access to the value and settings of a progress bar.
Definition: XProgressBar.idl:34
void setValue([in] long Value)
sets the progress value of the progress bar.
void setBackgroundColor([in] com::sun::star::util::Color Color)
sets the background color (RGB) of the control.
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:36