| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
gives access to the value and settings of a progress bar. More...
import "XProgressBar.idl";
 
  
| Public Member Functions | |
| void | setForegroundColor ([in] com::sun::star::util::Color Color) | 
| sets the foreground color (RGB) of the control. | |
| void | setBackgroundColor ([in] com::sun::star::util::Color Color) | 
| sets the background 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. | |
| void | setValue ([in] long Value) | 
| sets the progress value of the progress bar. | |
| long | getValue () | 
| returns the current progress value of the progress bar. | |
| 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 and settings of a progress bar.
| long getValue | ( | ) | 
returns the current progress value of the progress bar.
| void setBackgroundColor | ( | [in] com::sun::star::util::Color | Color | ) | 
sets the background color (RGB) of the control.
| 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.
If the minimum value is greater than the maximum value, the method exchanges the values automatically.
| void setValue | ( | [in] long | Value | ) | 
sets the progress value of the progress bar.