| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
gives access to the text of a progress monitor. More...
import "XProgressMonitor.idl";
 
  
| Public Member Functions | |
| void | addText ([in] string Topic, [in] string Text, [in] boolean beforeProgress) | 
| adds a new text line to the control. | |
| void | removeText ([in] string Topic, [in] boolean beforeProgress) | 
| removes a text line from the control. | |
| void | updateText ([in] string Topic, [in] string Text, [in] boolean beforeProgress) | 
| updates an existing text line at the control. | |
| Public Member Functions inherited from XProgressBar | |
| 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 text of a progress monitor.
| void addText | ( | [in] string | Topic, | 
| [in] string | Text, | ||
| [in] boolean | beforeProgress ) | 
adds a new text line to the control.
| void removeText | ( | [in] string | Topic, | 
| [in] boolean | beforeProgress ) | 
removes a text line from the control.
| void updateText | ( | [in] string | Topic, | 
| [in] string | Text, | ||
| [in] boolean | beforeProgress ) | 
updates an existing text line at the control.