Home
last modified time | relevance | path

Searched refs:SwRedlineAcceptDlg (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sw/source/ui/misc/
H A Dredlndlg.cxx128 pImplDlg = new SwRedlineAcceptDlg(this); in SwModelessRedlineAcceptDlg()
213 SwRedlineAcceptDlg::SwRedlineAcceptDlg(Dialog *pParent, sal_Bool bAutoFmt) : in SwRedlineAcceptDlg() function in SwRedlineAcceptDlg
233 pTPView->SetAcceptClickHdl(LINK(this, SwRedlineAcceptDlg, AcceptHdl)); in SwRedlineAcceptDlg()
234 pTPView->SetAcceptAllClickHdl(LINK(this, SwRedlineAcceptDlg, AcceptAllHdl)); in SwRedlineAcceptDlg()
235 pTPView->SetRejectClickHdl(LINK(this, SwRedlineAcceptDlg, RejectHdl)); in SwRedlineAcceptDlg()
236 pTPView->SetRejectAllClickHdl(LINK(this, SwRedlineAcceptDlg, RejectAllHdl)); in SwRedlineAcceptDlg()
237 pTPView->SetUndoClickHdl(LINK(this, SwRedlineAcceptDlg, UndoHdl)); in SwRedlineAcceptDlg()
239 aTabPagesCTRL.GetFilterPage()->SetReadyHdl(LINK(this, SwRedlineAcceptDlg, FilterChangedHdl)); in SwRedlineAcceptDlg()
286 pTable->SetSelectHdl(LINK(this, SwRedlineAcceptDlg, SelectHdl)); in SwRedlineAcceptDlg()
287 pTable->SetDeselectHdl(LINK(this, SwRedlineAcceptDlg, DeselectHdl)); in SwRedlineAcceptDlg()
[all …]
H A Dswmodalredlineacceptdlg.cxx86 pImplDlg = new SwRedlineAcceptDlg(this, sal_True); in SwModalRedlineAcceptDlg()
/AOO41X/main/sw/source/ui/inc/
H A Dredlndlg.hxx76 class SW_DLLPUBLIC SwRedlineAcceptDlg class
126 SwRedlineAcceptDlg(Dialog *pParent, sal_Bool bAutoFmt = sal_False);
127 virtual ~SwRedlineAcceptDlg();
150 SwRedlineAcceptDlg* pImplDlg;
H A Dswmodalredlineacceptdlg.hxx28 class SwRedlineAcceptDlg;
32 SwRedlineAcceptDlg* pImplDlg;