LibreOffice Module sw (master) 1
|
#include <swmodalredlineacceptdlg.hxx>
Public Member Functions | |
SwModalRedlineAcceptDlg (weld::Window *pParent) | |
virtual | ~SwModalRedlineAcceptDlg () override |
void | AcceptAll (bool bAccept) |
virtual void | Activate () override |
Public Member Functions inherited from SfxDialogController | |
SfxDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId) | |
virtual void | Activate () |
virtual void | Deactivate () |
virtual void | ChildWinDispose () |
virtual void | Close () |
virtual void | EndDialog (int nResponse) |
virtual bool | CloseOnHide () const |
Private Attributes | |
std::unique_ptr< weld::Container > | m_xContentArea |
std::unique_ptr< SwRedlineAcceptDlg > | m_xImplDlg |
Definition at line 25 of file swmodalredlineacceptdlg.hxx.
SwModalRedlineAcceptDlg::SwModalRedlineAcceptDlg | ( | weld::Window * | pParent | ) |
Definition at line 26 of file swmodalredlineacceptdlg.cxx.
References SvtViewOptions::Exists(), SvtViewOptions::GetUserItem(), m_xContentArea, m_xDialog, and m_xImplDlg.
|
overridevirtual |
Definition at line 46 of file swmodalredlineacceptdlg.cxx.
References AcceptAll(), m_xDialog, m_xImplDlg, and SvtViewOptions::SetUserItem().
void SwModalRedlineAcceptDlg::AcceptAll | ( | bool | bAccept | ) |
Definition at line 62 of file swmodalredlineacceptdlg.cxx.
References SvxTPFilter::CheckAction(), SvxTPFilter::CheckAuthor(), SvxTPFilter::CheckDate(), SvxTPFilter::CheckRange(), SvxTPFilter::IsAction(), SvxTPFilter::IsAuthor(), SvxTPFilter::IsDate(), SvxTPFilter::IsRange(), and m_xImplDlg.
Referenced by ~SwModalRedlineAcceptDlg().
|
overridevirtual |
Reimplemented from SfxDialogController.
Definition at line 58 of file swmodalredlineacceptdlg.cxx.
|
private |
Definition at line 27 of file swmodalredlineacceptdlg.hxx.
Referenced by SwModalRedlineAcceptDlg().
|
private |
Definition at line 28 of file swmodalredlineacceptdlg.hxx.
Referenced by AcceptAll(), SwModalRedlineAcceptDlg(), and ~SwModalRedlineAcceptDlg().