Searched refs:TypeSelectionPage (Results 1 – 3 of 3) sorted by relevance
41 TypeSelectionPage::TypeSelectionPage( OAddessBookSourcePilot* _pParent ) in TypeSelectionPage() function in abp::TypeSelectionPage106 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 …]
37 class TypeSelectionPage : public AddressBookSourcePage class70 TypeSelectionPage( OAddessBookSourcePilot* _pParent );71 ~TypeSelectionPage();
227 …impl_updateRoadmap( static_cast< TypeSelectionPage* >( GetPage( STATE_SELECT_ABTYPE ) )->getSelect… in enterState()413 return new TypeSelectionPage( this ); in createPage()