Searched refs:OControlWizardPage (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/extensions/source/dbpilots/ |
H A D | controlwizard.cxx | 78 friend class OControlWizardPage; 88 OControlWizardPage::OControlWizardPage( OControlWizard* _pParent, const ResId& _rResId ) in OControlWizardPage() function in dbp::OControlWizardPage 101 OControlWizardPage::~OControlWizardPage() in ~OControlWizardPage() 113 OControlWizard* OControlWizardPage::getDialog() in getDialog() 119 const OControlWizard* OControlWizardPage::getDialog() const in getDialog() 125 sal_Bool OControlWizardPage::updateContext() in updateContext() 131 Reference< XConnection > OControlWizardPage::getFormConnection() const in getFormConnection() 143 const OControlWizardContext& OControlWizardPage::getContext() in getContext() 181 void OControlWizardPage::enableFormDatasourceDisplay() in enableFormDatasourceDisplay() 211 …void OControlWizardPage::adjustControlForNoDSDisplay(Control* _pControl, sal_Bool _bConstLowerDist… in adjustControlForNoDSDisplay() [all …]
|
H A D | commonpagesdbp.cxx | 70 :OControlWizardPage(_pParent, ModuleRes(RID_PAGE_TABLESELECTION)) in OTableSelectionPage() 94 OControlWizardPage::ActivatePage(); in ActivatePage() 101 if (!OControlWizardPage::canAdvance()) in canAdvance() 116 OControlWizardPage::initializePage(); in initializePage() 165 if (!OControlWizardPage::commitPage(_eReason)) in commitPage() 400 :OControlWizardPage(_pParent, _rId) in OMaybeListSelectionPage() 453 OControlWizardPage::ActivatePage(); in ActivatePage()
|
H A D | controlwizard.hxx | 65 class OControlWizardPage : public OControlWizardPage_Base class 86 OControlWizardPage( OControlWizard* _pParent, const ResId& _rResId ); 87 ~OControlWizardPage();
|
H A D | commonpagesdbp.hxx | 40 class OTableSelectionPage : public OControlWizardPage 81 class OMaybeListSelectionPage : public OControlWizardPage
|
H A D | gridwizard.hxx | 78 class OGridPage : public OControlWizardPage 81 OGridPage( OGridWizard* _pParent, const ResId& _rId ) : OControlWizardPage(_pParent, _rId) { } in OGridPage()
|
H A D | groupboxwiz.hxx | 83 class OGBWPage : public OControlWizardPage 86 OGBWPage( OControlWizard* _pParent, const ResId& _rId ) : OControlWizardPage(_pParent, _rId) { } in OGBWPage()
|
H A D | listcombowizard.hxx | 92 class OLCPage : public OControlWizardPage 95 OLCPage( OListComboWizard* _pParent, const ResId& _rId ) : OControlWizardPage(_pParent, _rId) { } in OLCPage()
|
Completed in 28 milliseconds