LibreOffice Module sw (master) 1
|
#include <colwd.hxx>
Public Member Functions | |
SwTableWidthDlg (weld::Window *pParent, SwTableFUNC &rFnc) | |
virtual short | run () override |
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 | |
DECL_LINK (LoseFocusHdl, weld::SpinButton &, void) | |
void | Apply () |
Private Attributes | |
SwTableFUNC & | m_rFnc |
std::unique_ptr< weld::SpinButton > | m_xColNF |
std::unique_ptr< weld::MetricSpinButton > | m_xWidthMF |
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 |
SwTableWidthDlg::SwTableWidthDlg | ( | weld::Window * | pParent, |
SwTableFUNC & | rFnc | ||
) |
Definition at line 37 of file colwd.cxx.
References CM, SwTableFUNC::GetColCount(), SwTableFUNC::GetColWidth(), SwTableFUNC::GetCurColNum(), SwView::GetDocShell(), SwTableFUNC::GetShell(), SwWrtShell::GetView(), LINK, m_rFnc, m_xColNF, m_xWidthMF, MINLAY, and SW_MOD.
|
private |
Definition at line 60 of file colwd.cxx.
References SwTableFUNC::InitTabCols(), m_rFnc, m_xColNF, m_xWidthMF, and SwTableFUNC::SetColWidth().
Referenced by run().
|
private |
|
overridevirtual |
Reimplemented from weld::DialogController.
|
private |
Definition at line 29 of file colwd.hxx.
Referenced by Apply(), and SwTableWidthDlg().
|
private |
Definition at line 31 of file colwd.hxx.
Referenced by Apply(), and SwTableWidthDlg().
|
private |
Definition at line 32 of file colwd.hxx.
Referenced by Apply(), and SwTableWidthDlg().