Searched refs:TableSelectionPage (Results 1 – 3 of 3) sorted by relevance
/trunk/main/extensions/source/abpilot/ |
H A D | tableselectionpage.cxx | 41 TableSelectionPage::TableSelectionPage( OAddessBookSourcePilot* _pParent ) in TableSelectionPage() function in abp::TableSelectionPage 48 m_aTableList.SetSelectHdl( LINK( this, TableSelectionPage, OnTableSelected ) ); in TableSelectionPage() 49 m_aTableList.SetDoubleClickHdl( LINK( this, TableSelectionPage, OnTableDoubleClicked ) ); in TableSelectionPage() 53 void TableSelectionPage::ActivatePage() in ActivatePage() 61 void TableSelectionPage::DeactivatePage() in DeactivatePage() 67 void TableSelectionPage::initializePage() in initializePage() 92 IMPL_LINK( TableSelectionPage, OnTableDoubleClicked, void*, /*NOTINTERESTEDIN*/ ) 101 IMPL_LINK( TableSelectionPage, OnTableSelected, void*, /*NOTINTERESTEDIN*/ ) 108 sal_Bool TableSelectionPage::commitPage( ::svt::WizardTypes::CommitPageReason _eReason ) in commitPage() 120 bool TableSelectionPage::canAdvance() const in canAdvance()
|
H A D | tableselectionpage.hxx | 38 class TableSelectionPage : public AddressBookSourcePage class 45 TableSelectionPage( OAddessBookSourcePilot* _pParent );
|
H A D | abspilot.cxx | 427 return new TableSelectionPage( this ); in createPage()
|
Completed in 13 milliseconds