Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/uno/wizard/
H A Dwizardshell.hxx48 typedef ::svt::RoadmapWizard WizardShell_Base; typedef
49 class WizardShell : public WizardShell_Base
88 sal_Bool travelNext() { return WizardShell_Base::travelNext(); } in travelNext()
89 sal_Bool travelPrevious() { return WizardShell_Base::travelPrevious(); } in travelPrevious()
93 WizardShell_Base::activatePath( PathId( i_nPathID ), i_bFinal ); in activatePath()
125 using WizardShell_Base::skip;
126 using WizardShell_Base::skipUntil;
127 using WizardShell_Base::skipBackwardUntil;
128 using WizardShell_Base::getCurrentState;
129 using WizardShell_Base::activatePath;
H A Dwizardshell.cxx77 :WizardShell_Base( i_pParent, WB_MOVEABLE | WB_CLOSEABLE ) in WizardShell()
113 return WizardShell_Base::Execute(); in Execute()
140 WizardShell_Base::enterState( i_nState ); in enterState()
158 if ( !WizardShell_Base::leaveState( i_nState ) ) in leaveState()
255 return WizardShell_Base::canAdvance(); in canAdvance()
271 return WizardShell_Base::onFinish(); in onFinish()