Lines Matching refs:ScRedComDialog
38 ScRedComDialog::ScRedComDialog( Window* pParent, const SfxItemSet& rCoreSet, in ScRedComDialog() function in ScRedComDialog
51 pDlg->SetPrevHdl(LINK( this, ScRedComDialog, PrevHdl)); in ScRedComDialog()
52 pDlg->SetNextHdl(LINK( this, ScRedComDialog, NextHdl)); in ScRedComDialog()
58 ScRedComDialog::~ScRedComDialog() in ~ScRedComDialog()
63 ScChangeAction *ScRedComDialog::FindPrev(ScChangeAction *pAction) in FindPrev()
84 ScChangeAction *ScRedComDialog::FindNext(ScChangeAction *pAction) in FindNext()
105 void ScRedComDialog::ReInit(ScChangeAction *pAction) in ReInit()
131 short ScRedComDialog::Execute() in Execute()
144 void ScRedComDialog::SelectCell() in SelectCell()
161 IMPL_LINK(ScRedComDialog, PrevHdl, AbstractSvxPostItDialog*, pDlgP ) in IMPL_LINK() argument
172 IMPL_LINK(ScRedComDialog, NextHdl, AbstractSvxPostItDialog*, pDlgP ) in IMPL_LINK() argument