Searched refs:OTableSelectionPage (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/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() 85 m_aTable.SetDoubleClickHdl(LINK(this, OTableSelectionPage, OnListboxDoubleClicked)); in OTableSelectionPage() 86 m_aSearchDatabase.SetClickHdl(LINK(this, OTableSelectionPage, OnSearchClicked)); in OTableSelectionPage() 92 void OTableSelectionPage::ActivatePage() in ActivatePage() 99 bool OTableSelectionPage::canAdvance() const in canAdvance() 114 void OTableSelectionPage::initializePage() in initializePage() 163 sal_Bool OTableSelectionPage::commitPage( ::svt::WizardTypes::CommitPageReason _eReason ) in commitPage() 200 IMPL_LINK( OTableSelectionPage, OnSearchClicked, PushButton*, /*_pButton*/ ) [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()
|