Home
last modified time | relevance | path

Searched refs:OTableSelectionPage (Results 1 – 4 of 4) sorted by relevance

/trunk/main/extensions/source/dbpilots/
H A Dcommonpagesdbp.cxx69 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 Dcommonpagesdbp.hxx40 class OTableSelectionPage : public OControlWizardPage class
55 OTableSelectionPage(OControlWizard* _pParent);
H A Dlistcombowizard.cxx102 return new OTableSelectionPage(this); in createPage()
H A Dgridwizard.cxx239 return new OTableSelectionPage(this); in createPage()

Completed in 28 milliseconds