Searched refs:ORadioSelectionPage (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/extensions/source/dbpilots/ |
H A D | groupboxwiz.cxx | 86 return new ORadioSelectionPage(this); in createPage() 201 ORadioSelectionPage::ORadioSelectionPage( OControlWizard* _pParent ) in ORadioSelectionPage() function in dbp::ORadioSelectionPage 228 m_aMoveLeft.SetClickHdl(LINK(this, ORadioSelectionPage, OnMoveEntry)); in ORadioSelectionPage() 229 m_aMoveRight.SetClickHdl(LINK(this, ORadioSelectionPage, OnMoveEntry)); in ORadioSelectionPage() 243 void ORadioSelectionPage::ActivatePage() in ActivatePage() 250 void ORadioSelectionPage::initializePage() in initializePage() 286 IMPL_LINK( ORadioSelectionPage, OnMoveEntry, PushButton*, _pButton ) in IMPL_LINK() argument 311 IMPL_LINK( ORadioSelectionPage, OnEntrySelected, ListBox*, /*_pList*/ ) 318 IMPL_LINK( ORadioSelectionPage, OnNameModified, Edit*, /*_pList*/ ) 325 bool ORadioSelectionPage::canAdvance() const in canAdvance() [all …]
|
H A D | groupboxwiz.hxx | 95 class ORadioSelectionPage : public OGBWPage class 107 ORadioSelectionPage( OControlWizard* _pParent );
|
Completed in 9 milliseconds