Home
last modified time | relevance | path

Searched refs:progress (Results 1 – 25 of 143) sorted by relevance

123456

/trunk/main/offapi/com/sun/star/task/
H A DXStatusIndicator.idl36 /** controls a status indicator which displays progress of
48 /** initialize and start the progress
54 and the possible range of progress value. That means that a progress
59 initial value for progress description for showing
63 means the maximum value of the progress which can be set by
71 /** stop the progress
86 /** update progress description
95 new value for progress description which should be shown now
100 /** update progress value
108 new value for progress which should be shown now
[all …]
/trunk/main/toolkit/src2xml/source/
H A Dsrc2xml.py138 progress ("parsing %(file_name)s ..." % locals ())
154 progress ("-"*68 + "\n")
155 progress ("** token dump\n")
157 progress ("** end of token dump\n")
178 progress ("\n")
184 progress (" SUCCESS\n")
187 progress (" FAILED\n")
229 progress ("writing %(out_name)s ..." % locals ())
233 progress ("\n")
H A Dsrclexer.py224 progress ("-"*68 + "\n")
225 progress ("All defines found in this translation unit:\n")
228 progress ("@ %s\n"%key)
387 progress ("%s ignored\n"%headerSub)
403 progress ("%s found\n"%headerPath)
407 progress ("%s already included\n"%headerPath)
412 progress ("%s in cache\n"%headerPath)
437 progress ("defines found in header %s:\n"%headerSub)
439 progress (" '%s'\n"%key)
H A Dsrcparser.py157 progress ("error parsing values (%d)\n"%i)
209 progress ("-"*68+"\n")
211 progress ("define: %s\n"%key)
/trunk/main/offapi/com/sun/star/awt/
H A DXProgressBar.idl41 /** gives access to the value and settings of a progress bar.
59 /** sets the minimum and the maximum progress value of the progress bar.
69 /** sets the progress value of the progress bar.
75 /** returns the current progress value of the progress bar.
H A DUnoControlProgressBarModel.idl108 /** specifies the progress value of the control.
114 /** specifies the maximum progress value of the control.
120 /** specifies the minimum progress value of the control.
/trunk/main/offapi/com/sun/star/ucb/
H A DXProgressHandler.idl36 /** Handle a tasks notification that it has made some progress.
42 (possibly a sub-activity of another activity already making progress;
51 some status text that describes the progress being made (possibly
54 as progress is being made).
60 progress.
62 @param Status An object representing the progress made. See the
H A DCHAOSProgressStart.idl36 /** An object representing the start of a task's activity that will progress
51 /** The minimal value of the progress.
56 /** The maximal value of the progress.
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DXSchemaHandler.idl80 <li>if there is a unfinished component or template in progress</li>
101 <li>if there is a unfinished component or template in progress</li>
128 <li>if there is a unfinished component or template in progress </li>
152 <li>if there is a unfinished subnode in progress<li>
189 <li>if there is a unfinished component or template in progress</li>
266 <li>if there is a unfinished subnode in progress</li>
302 <li>if there isn't a group node in progress currently</li>
345 <li>if there isn't a group node in progress currently</li>
374 <li>if the name is not a the name of the node in progress</li>
485 <li>if there isn't a group node in progress currently</li>
[all …]
H A DXUpdateHandler.idl90 <li>if there is an unfinished subnode in progress</li>
142 <li>if there isn't an update in progress at all</li>
192 <li>if there isn't a set node in progress currently</li>
240 <li>if there isn't a set node in progress currently</li>
296 <li>if there isn't a set node in progress currently</li>
351 <li>if there isn't a group or extensible node in progress currently</li>
387 <li>if there isn't a property modification in progress currently</li>
421 <li>if there isn't a property modification in progress currently</li>
445 <li>if there isn't a property modification in progress currently</li>
468 <li>if there isn't a property modification in progress currently</li>
[all …]
H A DXLayerHandler.idl66 if there is an unfinished layer in progress
84 <li>if there is a unfinished subnode in progress</li>
125 <li>if there isn't a layer in progress</li>
174 <li>if there isn't a set node in progress currently</li>
223 <li>if there isn't a set node in progress currently</li>
279 <li>if there isn't a set node in progress currently</li>
339 <li>if there isn't a group or extensible node in progress currently</li>
381 <li>if there isn't a property in progress currently</li>
416 <li>if there isn't a property in progress currently</li>
484 <li>if there isn't an extensible node in progress currently</li>
[all …]
/trunk/main/solenv/bin/
H A Dupdate_module_ignore_lists.pl139 my $progress = "$module ";
140 $progress .= "(" . $current . "/" . $count . ")";
145 $progress .= ( "." x $dots );
146 $progress .= " ";
148 print STDOUT $progress;
/trunk/main/offapi/com/sun/star/deployment/
H A DXExtensionManager.idl88 command environment for error and progress handling
114 command environment for error and progress handling
139 command environment for error and progress handling
161 command environment for error and progress handling
181 command environment for error and progress handling
204 command environment for error and progress handling
263 command environment for error and progress handling
H A DXPackageManager.idl120 command environment for error and progress handling
146 command environment for error and progress handling
168 command environment for error and progress handling
186 command environment for error and progress handling
204 command environment for error and progress handling
226 command environment for error and progress handling
H A DXPackage.idl122 command environment for error and progress handling
148 command environment for error and progress handling
168 command environment for error and progress handling
195 command environment for error and progress handling
307 command environment for error and progress handling
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/
H A DInstallationOngoingCtrl.java113 int progress = java.lang.Math.round((100*(i+1))/installPackages.size()); in duringShow()
114 panel.setProgressValue(progress); in duringShow()
164 int progress = java.lang.Math.round(100/installedPackages.size()) * (i+1); in duringShow()
165 panel.setProgressValue(progress); in duringShow()
H A DUninstallationOngoingCtrl.java98 int progress = java.lang.Math.round((100*(i+1))/uninstallPackages.size()); in duringShow()
99 panel.setProgressValue(progress); in duringShow()
/trunk/main/offapi/com/sun/star/view/
H A DXPrintableListener.idl42 /** receives events about print job progress.
45 Then, the client object will receive events about print progress. </p>
52 /** informs the user of the new state in print progress.
H A DXPrintJobBroadcaster.idl43 to be registered, thus a client object will learn about the print progress.</p>
51 /** adds an <type>XPrintJobListener</type> to be notified about print progress.
H A DXPrintJobListener.idl38 /** receives events about print job progress.
51 /** informs the user about the creation or the progress of a PrintJob
H A DXPrintableBroadcaster.idl43 to be registered, thus a client object will learn about the print progress.</p>
49 /** adds an <type>XPrintableListener</type> to be notified about print progress.
/trunk/main/scripting/examples/java/Newsgroup/
H A DStatusWindow.java129 public void setStatus( int progress, String status ) in setStatus() argument
131 progressBar.setValue( progress ); in setStatus()
134 if( progress == MAXPROGRESS ) in setStatus()
/trunk/main/offapi/com/sun/star/sdb/application/
H A DXCopyTableListener.idl40 /** specifies the interface required to listen for progress in copying
51 to update a progress indicator.</p>
63 for instance, to update a progress indicator.</p>
/trunk/main/offapi/com/sun/star/animations/
H A DXTransitionFilter.idl39 with <atom>double</atom> values that set the transition progress the specific
63 the transition progress increases and <false/> indicating that the parent media will
64 become less visible as the transition progress increases.
/trunk/main/offapi/com/sun/star/frame/
H A DXSessionManagerListener.idl50 <TRUE/> if a shutdown is in progress,
54 <TRUE/> if a shutdown in progress can be canceled by the listener,
58 event in case no real shutdown is in progress. He

Completed in 81 milliseconds

123456