LibreOffice Module sw (master) 1
|
#include <splittbl.hxx>
Public Member Functions | |
SwSplitTableDlg (weld::Window *pParent, SwWrtShell &rSh) | |
virtual short | run () override |
SplitTable_HeadlineOption | GetSplitMode () const |
Public Member Functions inherited from weld::GenericDialogController | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
Public Member Functions inherited from weld::DialogController | |
virtual Dialog * | getDialog ()=0 |
const Dialog * | getConstDialog () const |
virtual short | run () |
void | set_title (const OUString &rTitle) |
OUString | get_title () const |
void | set_help_id (const OUString &rHelpId) |
OUString | get_help_id () const |
void | response (int nResponse) |
virtual | ~DialogController () COVERITY_NOEXCEPT_FALSE |
Private Member Functions | |
void | Apply () |
Private Attributes | |
std::unique_ptr< weld::RadioButton > | m_xBoxAttrCopyWithParaRB |
std::unique_ptr< weld::RadioButton > | m_xBoxAttrCopyNoParaRB |
std::unique_ptr< weld::RadioButton > | m_xBorderCopyRB |
SwWrtShell & | m_rShell |
SplitTable_HeadlineOption | m_nSplit |
Static Private Attributes | |
static SplitTable_HeadlineOption | m_eRememberedSplitOption = SplitTable_HeadlineOption::ContentCopy |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::DialogController | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
Protected Attributes inherited from weld::GenericDialogController | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 28 of file splittbl.hxx.
SwSplitTableDlg::SwSplitTableDlg | ( | weld::Window * | pParent, |
SwWrtShell & | rSh | ||
) |
Definition at line 27 of file splittbl.cxx.
References BorderCopy, BoxAttrAllCopy, BoxAttrCopy, ContentCopy, m_eRememberedSplitOption, m_nSplit, m_xBorderCopyRB, m_xBoxAttrCopyNoParaRB, m_xBoxAttrCopyWithParaRB, and NONE.
|
private |
Definition at line 56 of file splittbl.cxx.
References BorderCopy, BoxAttrAllCopy, BoxAttrCopy, ContentCopy, m_eRememberedSplitOption, m_nSplit, m_rShell, m_xBorderCopyRB, m_xBoxAttrCopyNoParaRB, m_xBoxAttrCopyWithParaRB, and SwEditShell::SplitTable().
Referenced by run().
|
inline |
Definition at line 54 of file splittbl.hxx.
References BorderCopy, BoxAttrAllCopy, BoxAttrCopy, ContentCopy, m_eRememberedSplitOption, m_xBorderCopyRB, m_xBoxAttrCopyNoParaRB, and m_xBoxAttrCopyWithParaRB.
|
inlineoverridevirtual |
Reimplemented from weld::DialogController.
Definition at line 46 of file splittbl.hxx.
|
staticprivate |
Definition at line 39 of file splittbl.hxx.
Referenced by Apply(), GetSplitMode(), and SwSplitTableDlg().
|
private |
Definition at line 36 of file splittbl.hxx.
Referenced by Apply(), and SwSplitTableDlg().
|
private |
Definition at line 35 of file splittbl.hxx.
Referenced by Apply().
|
private |
Definition at line 33 of file splittbl.hxx.
Referenced by Apply(), GetSplitMode(), and SwSplitTableDlg().
|
private |
Definition at line 32 of file splittbl.hxx.
Referenced by Apply(), GetSplitMode(), and SwSplitTableDlg().
|
private |
Definition at line 31 of file splittbl.hxx.
Referenced by Apply(), GetSplitMode(), and SwSplitTableDlg().