Home
last modified time | relevance | path

Searched refs:getCurrentStep (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/wizards/com/sun/star/wizards/table/
H A DTableWizard.java210 super.enablefromStep(super.getCurrentStep() + 1, iscompleted(SOFIELDSFORMATPAGE)); in setcompleted()
214 super.enablefromStep(super.getCurrentStep() + 1, false); in setcompleted()
286 super.switchToStep(super.getCurrentStep(), SOFINALPAGE); in finishWizard()
/aoo4110/main/wizards/com/sun/star/wizards/ui/
H A DWizardDialog.java601 enableNextButton(_iStep > getCurrentStep() + 1); in enablefromStep()
605 enableNextButton(!(getCurrentStep() == nMaxStep)); in enablefromStep()
708 public int getCurrentStep() in getCurrentStep() method in WizardDialog
/aoo4110/main/wizards/com/sun/star/wizards/form/
H A DFormWizard.java284 int ncurStep = getCurrentStep(); in finishWizard()
/aoo4110/main/wizards/com/sun/star/wizards/query/
H A DQueryWizard.java265 int ncurStep = getCurrentStep(); in finishWizard()
/aoo4110/main/wizards/com/sun/star/wizards/report/
H A DReportWizard.java357 final int ncurStep = getCurrentStep(); in finishWizard()
/aoo4110/main/wizards/com/sun/star/wizards/fax/
H A DFaxWizardDialogImpl.java207 switchToStep(getCurrentStep(), getMaxStep()); in finishWizard()
/aoo4110/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialogImpl.java249 switchToStep(getCurrentStep(), getMaxStep()); in finishWizard()

Completed in 60 milliseconds