LibreOffice Module sw (master)
1
|
#include <redlndlg.hxx>
Public Member Functions | |
SwModelessRedlineAcceptDlg (SfxBindings *, SwChildWinWrapper *, weld::Window *pParent) | |
virtual | ~SwModelessRedlineAcceptDlg () override |
virtual void | Activate () override |
virtual void | FillInfo (SfxChildWinInfo &) const override |
void | Initialize (SfxChildWinInfo *pInfo) |
![]() | |
virtual | ~SfxModelessDialogController () override |
void | Initialize (SfxChildWinInfo const *pInfo) |
bool | IsClosing () const |
virtual void | Close () override |
virtual void | EndDialog (int nResponse) override |
virtual void | Deactivate () override |
virtual void | ChildWinDispose () override |
SfxBindings & | GetBindings () const |
![]() | |
SfxDialogController (weld::Widget *pParent, const OUString &rUIFile, const OString &rDialogId) | |
Private Attributes | |
std::unique_ptr< weld::Container > | m_xContentArea |
std::unique_ptr< SwRedlineAcceptDlg > | m_xImplDlg |
SwChildWinWrapper * | m_pChildWin |
Additional Inherited Members | |
![]() | |
SfxModelessDialogController (SfxBindings *, SfxChildWindow *pChildWin, weld::Window *pParent, const OUString &rUIXMLDescription, const OString &rID) | |
Definition at line 125 of file redlndlg.hxx.
SwModelessRedlineAcceptDlg::SwModelessRedlineAcceptDlg | ( | SfxBindings * | _pBindings, |
SwChildWinWrapper * | pChild, | ||
weld::Window * | pParent | ||
) |
Definition at line 80 of file redlndlg.cxx.
References m_xContentArea, m_xDialog, and m_xImplDlg.
|
overridevirtual |
Definition at line 136 of file redlndlg.cxx.
|
overridevirtual |
Reimplemented from SfxModelessDialogController.
Definition at line 90 of file redlndlg.cxx.
References SfxModelessDialogController::Activate(), SfxDispatcher::ExecuteList(), FN_REDLINE_SHOW, GetActiveView(), SfxViewFrame::GetDispatcher(), SwView::GetDocShell(), SwChildWinWrapper::GetOldDocShell(), SwWrtShell::GetView(), SfxViewShell::GetViewFrame(), SwView::GetWrtShellPtr(), SwEditShell::IsModified(), m_pChildWin, m_xImplDlg, SwEditShell::ResetModified(), and SwChildWinWrapper::SetOldDocShell().
|
overridevirtual |
Reimplemented from SfxModelessDialogController.
Definition at line 130 of file redlndlg.cxx.
References SfxChildWinInfo::aExtraString, SfxModelessDialogController::FillInfo(), and m_xImplDlg.
void SwModelessRedlineAcceptDlg::Initialize | ( | SfxChildWinInfo * | pInfo | ) |
Definition at line 122 of file redlndlg.cxx.
References SfxChildWinInfo::aExtraString, SfxModelessDialogController::Initialize(), and m_xImplDlg.
|
private |
Definition at line 129 of file redlndlg.hxx.
Referenced by Activate().
|
private |
Definition at line 127 of file redlndlg.hxx.
Referenced by SwModelessRedlineAcceptDlg().
|
private |
Definition at line 128 of file redlndlg.hxx.
Referenced by Activate(), FillInfo(), Initialize(), and SwModelessRedlineAcceptDlg().