Searched refs:OTableSelectionPage (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/extensions/source/dbpilots/ |
H A D | commonpagesdbp.cxx | 69 OTableSelectionPage::OTableSelectionPage(OControlWizard* _pParent) in OTableSelectionPage() function in dbp::OTableSelectionPage 83 m_aDatasource.SetSelectHdl(LINK(this, OTableSelectionPage, OnListboxSelection)); in OTableSelectionPage() 84 m_aTable.SetSelectHdl(LINK(this, OTableSelectionPage, OnListboxSelection)); in OTableSelectionPage() 92 void OTableSelectionPage::ActivatePage() in ActivatePage() 99 bool OTableSelectionPage::canAdvance() const in canAdvance() 114 void OTableSelectionPage::initializePage() in initializePage() 200 IMPL_LINK( OTableSelectionPage, OnSearchClicked, PushButton*, /*_pButton*/ ) 220 LINK(this, OTableSelectionPage, OnListboxSelection).Call(&m_aDatasource); 225 IMPL_LINK( OTableSelectionPage, OnListboxDoubleClicked, ListBox*, _pBox ) in IMPL_LINK() argument 233 IMPL_LINK( OTableSelectionPage, OnListboxSelection, ListBox*, _pBox ) in IMPL_LINK() argument [all …]
|
H A D | commonpagesdbp.hxx | 40 class OTableSelectionPage : public OControlWizardPage class 55 OTableSelectionPage(OControlWizard* _pParent);
|
H A D | listcombowizard.cxx | 102 return new OTableSelectionPage(this); in createPage()
|
H A D | gridwizard.cxx | 239 return new OTableSelectionPage(this); in createPage()
|
Completed in 58 milliseconds