|
LibreOffice Module sw (master) 1
|
#include <swuiidxmrk.hxx>
Public Member Functions | |
| SwIndexMarkFloatDlg (SfxBindings *pBindings, SfxChildWindow *pChild, weld::Window *pParent, SfxChildWinInfo const *pInfo, bool bNew) | |
| void | ReInitDlg (SwWrtShell &rWrtShell) |
Public Member Functions inherited from SfxModelessDialogController | |
| virtual | ~SfxModelessDialogController () override |
| void | Initialize (SfxChildWinInfo const *pInfo) |
| bool | IsClosing () const |
| virtual void | Close () override |
| virtual void | EndDialog (int nResponse) override |
| virtual void | Activate () override |
| virtual void | Deactivate () override |
| virtual void | ChildWinDispose () override |
| virtual void | FillInfo (SfxChildWinInfo &) const |
| SfxBindings & | GetBindings () const |
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 Member Functions | |
| virtual void | Activate () override |
Private Attributes | |
| SwIndexMarkPane | m_aContent |
Additional Inherited Members | |
Protected Member Functions inherited from SfxModelessDialogController | |
| SfxModelessDialogController (SfxBindings *, SfxChildWindow *pChildWin, weld::Window *pParent, const OUString &rUIXMLDescription, const OUString &rID) | |
Definition at line 137 of file swuiidxmrk.hxx.
| SwIndexMarkFloatDlg::SwIndexMarkFloatDlg | ( | SfxBindings * | pBindings, |
| SfxChildWindow * | pChild, | ||
| weld::Window * | pParent, | ||
| SfxChildWinInfo const * | pInfo, | ||
| bool | bNew | ||
| ) |
Definition at line 1025 of file swuiidxmrk.cxx.
References GetActiveWrtShell(), SfxModelessDialogController::Initialize(), m_aContent, m_aContent, m_xDialog, and SwIndexMarkPane::ReInitDlg().
|
overrideprivatevirtual |
Reimplemented from SfxModelessDialogController.
Definition at line 1037 of file swuiidxmrk.cxx.
References SwIndexMarkPane::Activate(), SfxModelessDialogController::Activate(), and m_aContent.
| void SwIndexMarkFloatDlg::ReInitDlg | ( | SwWrtShell & | rWrtShell | ) |
Definition at line 1043 of file swuiidxmrk.cxx.
References m_aContent, and SwIndexMarkPane::ReInitDlg().
|
private |
Definition at line 139 of file swuiidxmrk.hxx.
Referenced by Activate(), ReInitDlg(), and SwIndexMarkFloatDlg().