Lines Matching refs:ORadioSelectionPage
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
311 IMPL_LINK( ORadioSelectionPage, OnEntrySelected, ListBox*, /*_pList*/ )
318 IMPL_LINK( ORadioSelectionPage, OnNameModified, Edit*, /*_pList*/ )
325 bool ORadioSelectionPage::canAdvance() const in canAdvance()
331 void ORadioSelectionPage::implCheckMoveButtons() in implCheckMoveButtons()