Home
last modified time | relevance | path

Searched refs:ScRedComDialog (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/miscdlgs/
H A Dredcom.cxx30 ScRedComDialog::ScRedComDialog( weld::Window* pParent, const SfxItemSet& rCoreSet, in ScRedComDialog() function in ScRedComDialog
42 pDlg->SetPrevHdl(LINK( this, ScRedComDialog, PrevHdl)); in ScRedComDialog()
43 pDlg->SetNextHdl(LINK( this, ScRedComDialog, NextHdl)); in ScRedComDialog()
48 ScRedComDialog::~ScRedComDialog() in ~ScRedComDialog()
53 ScChangeAction *ScRedComDialog::FindPrev(ScChangeAction *pAction) in FindPrev()
74 ScChangeAction *ScRedComDialog::FindNext(ScChangeAction *pAction) in FindNext()
95 void ScRedComDialog::ReInit(ScChangeAction *pAction) in ReInit()
120 void ScRedComDialog::Execute() in Execute()
131 void ScRedComDialog::SelectCell() in SelectCell()
148 IMPL_LINK(ScRedComDialog, PrevHdl, AbstractSvxPostItDialog&, rDlgP, void ) in IMPL_LINK() argument
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/miscdlgs/
H A Dredcom.cxx30 ScRedComDialog::ScRedComDialog( weld::Window* pParent, const SfxItemSet& rCoreSet, in ScRedComDialog() function in ScRedComDialog
42 pDlg->SetPrevHdl(LINK( this, ScRedComDialog, PrevHdl)); in ScRedComDialog()
43 pDlg->SetNextHdl(LINK( this, ScRedComDialog, NextHdl)); in ScRedComDialog()
48 ScRedComDialog::~ScRedComDialog() in ~ScRedComDialog()
53 ScChangeAction *ScRedComDialog::FindPrev(ScChangeAction *pAction) in FindPrev()
74 ScChangeAction *ScRedComDialog::FindNext(ScChangeAction *pAction) in FindNext()
95 void ScRedComDialog::ReInit(ScChangeAction *pAction) in ReInit()
120 void ScRedComDialog::Execute() in Execute()
131 void ScRedComDialog::SelectCell() in SelectCell()
148 IMPL_LINK(ScRedComDialog, PrevHdl, AbstractSvxPostItDialog&, rDlgP, void ) in IMPL_LINK() argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dredcom.hxx32 class ScRedComDialog final class
50 ScRedComDialog( weld::Window* pParent, const SfxItemSet& rCoreSet,
52 ~ScRedComDialog();
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dredcom.hxx33 class ScRedComDialog final class
51 ScRedComDialog( weld::Window* pParent, const SfxItemSet& rCoreSet,
53 ~ScRedComDialog();
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/docshell/
H A Ddocsh3.cxx655 std::unique_ptr<ScRedComDialog> pDlg(new ScRedComDialog( pParent, aSet,this,pAction,bPrevNext)); in ExecuteChangeCommentDialog()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/docshell/
H A Ddocsh3.cxx650 std::unique_ptr<ScRedComDialog> pDlg(new ScRedComDialog( pParent, aSet,this,pAction,bPrevNext)); in ExecuteChangeCommentDialog()