Home
last modified time | relevance | path

Searched refs:WizardShell (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/svtools/source/uno/wizard/
H A Dunowizard.cxx231 WizardShell* pDialog( new WizardShell( i_pParent, this, m_xController, m_aWizardSteps ) ); in createDialog()
332 WizardShell* pWizardImpl = dynamic_cast< WizardShell* >( m_pDialog ); in enableButton()
344 WizardShell* pWizardImpl = dynamic_cast< WizardShell* >( m_pDialog ); in setDefaultButton()
356 WizardShell* pWizardImpl = dynamic_cast< WizardShell* >( m_pDialog ); in travelNext()
368 WizardShell* pWizardImpl = dynamic_cast< WizardShell* >( m_pDialog ); in travelPrevious()
380 WizardShell* pWizardImpl = dynamic_cast< WizardShell* >( m_pDialog ); in enablePage()
398 WizardShell* pWizardImpl = dynamic_cast< WizardShell* >( m_pDialog ); in updateTravelUI()
410 WizardShell* pWizardImpl = dynamic_cast< WizardShell* >( m_pDialog ); in advanceTo()
422 WizardShell* pWizardImpl = dynamic_cast< WizardShell* >( m_pDialog ); in goBackTo()
434 WizardShell* pWizardImpl = dynamic_cast< WizardShell* >( m_pDialog ); in getCurrentPage()
[all …]
H A Dwizardshell.cxx75WizardShell::WizardShell( Window* i_pParent, const Reference< XWizard >& i_rWizard, const Referenc… in WizardShell() function in svt::uno::WizardShell
105 WizardShell::~WizardShell() in ~WizardShell()
110 short WizardShell::Execute() in Execute()
138 void WizardShell::enterState( WizardState i_nState ) in enterState()
156 sal_Bool WizardShell::leaveState( WizardState i_nState ) in leaveState()
177 PWizardPageController WizardShell::impl_getController( TabPage* i_pPage ) const in impl_getController()
185 Reference< XWizardPage > WizardShell::getCurrentWizardPage() const in getCurrentWizardPage()
202 TabPage* WizardShell::createPage( WizardState i_nState ) in createPage()
227 String WizardShell::getStateDisplayName( WizardState i_nState ) const in getStateDisplayName()
243 bool WizardShell::canAdvance() const in canAdvance()
[all …]
H A Dwizardshell.hxx49 class WizardShell : public WizardShell_Base class
52 WizardShell(
58 virtual ~WizardShell();
H A Dwizardpagecontroller.hxx38 class WizardShell;
47 WizardShell& i_rParent,
H A Dwizardpagecontroller.cxx65 …WizardPageController::WizardPageController( WizardShell& i_rParent, const Reference< XWizardContro… in WizardPageController()
157 … return m_xWizardPage->commitPage( WizardShell::convertCommitReasonToTravelType( i_eReason ) ); in commitPage()

Completed in 26 milliseconds