Home
last modified time | relevance | path

Searched refs:successfull (Results 1 – 2 of 2) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/web/status/
H A DTask.java43 private int successfull = 0; field in Task
77 successfull++; in advance()
84 if (failed + successfull == max) in advance()
98 return successfull + failed; in getStatus()
189 return successfull; in getSuccessfull()
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DTask.java37 private int successfull = 0; field in Task
76 successfull++; in advance()
83 if (failed + successfull == max) in advance()
97 return successfull + failed; in getStatus()
198 return successfull; in getSuccessfull()

Completed in 22 milliseconds