Home
last modified time | relevance | path

Searched refs:TypeSelectionPage (Results 1 – 3 of 3) sorted by relevance

/trunk/main/extensions/source/abpilot/
H A Dtypeselectionpage.cxx41 TypeSelectionPage::TypeSelectionPage( OAddessBookSourcePilot* _pParent ) in TypeSelectionPage() function in abp::TypeSelectionPage
106 Link aTypeSelectionHandler = LINK(this, TypeSelectionPage, OnTypeSelected ); in TypeSelectionPage()
131 TypeSelectionPage::~TypeSelectionPage() in ~TypeSelectionPage()
141 void TypeSelectionPage::ActivatePage() in ActivatePage()
160 void TypeSelectionPage::DeactivatePage() in DeactivatePage()
167 void TypeSelectionPage::selectType( AddressSourceType _eType ) in selectType()
178 AddressSourceType TypeSelectionPage::getSelectedType() const in getSelectedType()
192 void TypeSelectionPage::initializePage() in initializePage()
201 sal_Bool TypeSelectionPage::commitPage( ::svt::WizardTypes::CommitPageReason _eReason ) in commitPage()
220 bool TypeSelectionPage::canAdvance() const in canAdvance()
[all …]
H A Dtypeselectionpage.hxx37 class TypeSelectionPage : public AddressBookSourcePage class
70 TypeSelectionPage( OAddessBookSourcePilot* _pParent );
71 ~TypeSelectionPage();
H A Dabspilot.cxx227 …impl_updateRoadmap( static_cast< TypeSelectionPage* >( GetPage( STATE_SELECT_ABTYPE ) )->getSelect… in enterState()
413 return new TypeSelectionPage( this ); in createPage()