Searched refs:ORadioSelectionPage (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/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() 230 m_aRadioName.SetModifyHdl(LINK(this, ORadioSelectionPage, OnNameModified)); in ORadioSelectionPage() 231 m_aExistingRadios.SetSelectHdl(LINK(this, ORadioSelectionPage, OnEntrySelected)); in ORadioSelectionPage() 243 void ORadioSelectionPage::ActivatePage() in ActivatePage() 250 void ORadioSelectionPage::initializePage() in initializePage() 264 sal_Bool ORadioSelectionPage::commitPage( ::svt::WizardTypes::CommitPageReason _eReason ) in commitPage() 286 IMPL_LINK( ORadioSelectionPage, OnMoveEntry, PushButton*, _pButton ) in IMPL_LINK() argument [all …]
|
| H A D | groupboxwiz.hxx | 95 class ORadioSelectionPage : public OGBWPage class 107 ORadioSelectionPage( OControlWizard* _pParent );
|