Searched refs:WizardShell_Base (Results 1 – 2 of 2) sorted by relevance
48 typedef ::svt::RoadmapWizard WizardShell_Base; typedef49 class WizardShell : public WizardShell_Base83 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;
77 :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