22 module 
com {  module sun {  module star {  module awt {
 
   34    void addText ( [in] 
string Topic, [in] 
string Text, [in] 
boolean beforeProgress ) ;
 
   39    void removeText ( [in] 
string Topic, [in] 
boolean beforeProgress ) ;
 
   44    void updateText ( [in] 
string Topic, [in] 
string Text, [in] 
boolean beforeProgress ) ;
 
 
gives access to the value and settings of a progress bar.
Definition XProgressBar.idl:28
gives access to the text of a progress monitor.
Definition XProgressMonitor.idl:30
void addText([in] string Topic, [in] string Text, [in] boolean beforeProgress)
adds a new text line to the control.
void updateText([in] string Topic, [in] string Text, [in] boolean beforeProgress)
updates an existing text line at the control.
void removeText([in] string Topic, [in] boolean beforeProgress)
removes a text line from the control.
Definition Ambiguous.idl:20