Lines Matching refs:m_pDialog

111         if ( m_pDialog )  in ~Wizard()
114 if ( m_pDialog ) in ~Wizard()
240 if ( m_pDialog ) in destroyDialog()
241 m_sHelpURL = lcl_getHelpURL( m_pDialog->GetHelpId() ); in destroyDialog()
298 if ( !m_pDialog ) in getHelpURL()
301 return lcl_getHelpURL( m_pDialog->GetHelpId() ); in getHelpURL()
310 if ( !m_pDialog ) in setHelpURL()
313 m_pDialog->SetHelpId( lcl_getHelpId( i_HelpURL ) ); in setHelpURL()
322 …ENSURE_OR_RETURN( m_pDialog, "Wizard::getDialogWindow: illegal call (execution did not start, yet)… in getDialogWindow()
323 return Reference< XWindow >( m_pDialog->GetComponentInterface(), UNO_QUERY ); in getDialogWindow()
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()
449 WizardShell* pWizardImpl = dynamic_cast< WizardShell* >( m_pDialog ); in activatePath()