Home
last modified time | relevance | path

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

/aoo42x/main/svtools/source/uno/wizard/
H A Dwizardshell.hxx48 typedef ::svt::RoadmapWizard WizardShell_Base; typedef
49 class WizardShell : public WizardShell_Base
83 sal_Bool travelNext() { return WizardShell_Base::travelNext(); } in travelNext()
84 sal_Bool travelPrevious() { return WizardShell_Base::travelPrevious(); } in travelPrevious()
88 WizardShell_Base::activatePath( PathId( i_nPathID ), i_bFinal ); in activatePath()
120 using WizardShell_Base::skip;
121 using WizardShell_Base::skipUntil;
122 using WizardShell_Base::skipBackwardUntil;
123 using WizardShell_Base::getCurrentState;
124 using WizardShell_Base::activatePath;
H A Dwizardshell.cxx77 :WizardShell_Base( i_pParent, WB_MOVEABLE | WB_CLOSEABLE ) in WizardShell()
112 return WizardShell_Base::Execute(); in Execute()
139 WizardShell_Base::enterState( i_nState ); in enterState()
157 if ( !WizardShell_Base::leaveState( i_nState ) ) in leaveState()
254 return WizardShell_Base::canAdvance(); in canAdvance()
270 return WizardShell_Base::onFinish(); in onFinish()

Completed in 9 milliseconds