Home
last modified time | relevance | path

Searched refs:canAdvance (Results 1 – 25 of 42) sorted by relevance

12

/trunk/main/extensions/source/dbpilots/
H A Dlistcombowizard.cxx311 bool OContentTableSelection::canAdvance() const in canAdvance() function in dbp::OContentTableSelection
313 if (!OLCPage::canAdvance()) in canAdvance()
411 bool OContentFieldSelection::canAdvance() const in canAdvance() function in dbp::OContentFieldSelection
413 if (!OLCPage::canAdvance()) in canAdvance()
492 bool OLinkFieldsPage::canAdvance() const in canAdvance() function in dbp::OLinkFieldsPage
549 bool OComboDBFieldPage::canAdvance() const in canAdvance() function in dbp::OComboDBFieldPage
H A Dlistcombowizard.hxx128 virtual bool canAdvance() const;
162 virtual bool canAdvance() const;
189 virtual bool canAdvance() const;
212 virtual bool canAdvance() const;
H A Dgroupboxwiz.hxx116 virtual bool canAdvance() const;
217 virtual bool canAdvance() const;
H A Dgroupboxwiz.cxx325 bool ORadioSelectionPage::canAdvance() const in canAdvance() function in dbp::ORadioSelectionPage
537 bool OFinalizeGBWPage::canAdvance() const in canAdvance() function in dbp::OFinalizeGBWPage
H A Dcommonpagesdbp.cxx99 bool OTableSelectionPage::canAdvance() const in canAdvance() function in dbp::OTableSelectionPage
101 if (!OControlWizardPage::canAdvance()) in canAdvance()
/trunk/main/svtools/source/dialogs/
H A Dwizardmachine.cxx95 bool OWizardPage::canAdvance() const in canAdvance() function in svt::OWizardPage
427 enableButtons( WZB_NEXT, canAdvance() ); in enterState()
707 bool OWizardMachine::canAdvance() const in canAdvance() function in svt::OWizardMachine
719 … ( !pController || pController->canAdvance() ) // the current page allows to advance in updateTravelUI()
720 … && canAdvance(); // the dialog as a whole allows to advance in updateTravelUI()
H A Droadmapwizard.cxx403 bCurrentPageCanAdvance = !pController || pController->canAdvance(); in implUpdateRoadmap()
497 bool RoadmapWizard::canAdvance() const in canAdvance() function in svt::RoadmapWizard
/trunk/main/extensions/source/abpilot/
H A Dadmininvokationpage.cxx84 if ( canAdvance() ) in implTryConnect()
89 bool AdminDialogInvokationPage::canAdvance() const in canAdvance() function in abp::AdminDialogInvokationPage
91 return AddressBookSourcePage::canAdvance() && getDialog()->getDataSource().isConnected(); in canAdvance()
H A Dtableselectionpage.cxx120 bool TableSelectionPage::canAdvance() const in canAdvance() function in abp::TableSelectionPage
122 return AddressBookSourcePage::canAdvance() in canAdvance()
H A Dtypeselectionpage.cxx225 bool TypeSelectionPage::canAdvance() const in canAdvance() function in abp::TypeSelectionPage
227 return AddressBookSourcePage::canAdvance() in canAdvance()
H A Dadmininvokationpage.hxx55 virtual bool canAdvance() const;
H A Dtableselectionpage.hxx57 virtual bool canAdvance() const;
H A Dabpfinalpage.hxx72 virtual bool canAdvance() const;
H A Dtypeselectionpage.hxx89 virtual bool canAdvance() const;
/trunk/main/svtools/inc/svtools/
H A Dwizardmachine.hxx87 virtual bool canAdvance() const = 0;
113 virtual bool canAdvance() const;
200 virtual bool canAdvance() const;
H A Droadmapwizard.hxx101 virtual bool canAdvance() const;
/trunk/main/svtools/source/uno/wizard/
H A Dwizardshell.cxx242 bool WizardShell::canAdvance() const in canAdvance() function in svt::uno::WizardShell
246 if ( m_xController.is() && !m_xController->canAdvance() ) in canAdvance()
254 return WizardShell_Base::canAdvance(); in canAdvance()
H A Dwizardpagecontroller.cxx168 bool WizardPageController::canAdvance() const in canAdvance() function in svt::uno::WizardPageController
175 return m_xWizardPage->canAdvance(); in canAdvance()
H A Dwizardpagecontroller.hxx56 virtual bool canAdvance() const;
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmacromigrationpages.cxx178 bool SaveDBDocPage::canAdvance() const in canAdvance() function in dbmm::SaveDBDocPage
180 if ( !MacroMigrationPage::canAdvance() ) in canAdvance()
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DXWizard.idl66 …sults of calls to the <member>XWizardController::canAdvance</member> and <member>XWizardPage::canA…
151 …the <em>Next</em> button is disabled if the current page's <member>XWizardPage::canAdvance</member>
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_Location.cxx60 bool LocationTabPage::canAdvance() const in canAdvance() function in chart::LocationTabPage
H A Dtp_Location.hxx55 virtual bool canAdvance() const;
H A Dtp_Wizard_TitlesAndObjects.hxx59 virtual bool canAdvance() const;
/trunk/main/dbaccess/source/ui/dlg/
H A Dadmincontrols.hxx72 bool canAdvance() const;

Completed in 75 milliseconds

12