LibreOffice Module sw (master)
1
|
#include <swuiidxmrk.hxx>
Public Member Functions | |
SwAuthMarkFloatDlg (SfxBindings *pBindings, SfxChildWindow *pChild, weld::Window *pParent, SfxChildWinInfo const *pInfo, bool bNew) | |
void | ReInitDlg (SwWrtShell &rWrtShell) |
![]() | |
virtual | ~SfxModelessDialogController () override |
void | Initialize (SfxChildWinInfo const *pInfo) |
bool | IsClosing () const |
virtual void | Close () override |
virtual void | EndDialog () override |
virtual void | Deactivate () override |
virtual void | ChildWinDispose () override |
virtual void | FillInfo (SfxChildWinInfo &) const |
SfxBindings & | GetBindings () const |
![]() | |
SfxDialogController (weld::Widget *pParent, const OUString &rUIFile, const OString &rDialogId) | |
Private Member Functions | |
virtual void | Activate () override |
Private Attributes | |
SwAuthorMarkPane | m_aContent |
Additional Inherited Members | |
![]() | |
SfxModelessDialogController (SfxBindings *, SfxChildWindow *pChildWin, weld::Window *pParent, const OUString &rUIXMLDescription, const OString &rID) | |
Definition at line 210 of file swuiidxmrk.hxx.
SwAuthMarkFloatDlg::SwAuthMarkFloatDlg | ( | SfxBindings * | pBindings, |
SfxChildWindow * | pChild, | ||
weld::Window * | pParent, | ||
SfxChildWinInfo const * | pInfo, | ||
bool | bNew | ||
) |
Definition at line 1795 of file swuiidxmrk.cxx.
References GetActiveWrtShell(), SfxModelessDialogController::Initialize(), m_aContent, m_aContent, and SwAuthorMarkPane::ReInitDlg().
|
overrideprivatevirtual |
Reimplemented from SfxModelessDialogController.
Definition at line 1809 of file swuiidxmrk.cxx.
References SfxModelessDialogController::Activate(), SwAuthorMarkPane::Activate(), and m_aContent.
void SwAuthMarkFloatDlg::ReInitDlg | ( | SwWrtShell & | rWrtShell | ) |
Definition at line 1815 of file swuiidxmrk.cxx.
References m_aContent, and SwAuthorMarkPane::ReInitDlg().
|
private |
Definition at line 212 of file swuiidxmrk.hxx.
Referenced by Activate(), ReInitDlg(), and SwAuthMarkFloatDlg().