|
LibreOffice Module sw (master) 1
|
#include <instable.hxx>#include <shellres.hxx>#include <modcfg.hxx>#include <swmodule.hxx>#include <sfx2/htmlmode.hxx>#include <viewopt.hxx>#include <comphelper/lok.hxx>Go to the source code of this file.
Functions | |
| IMPL_LINK (SwInsTableDlg, TextFilterHdl, OUString &, rTest, bool) | |
| static void | lcl_SetProperties (SwTableAutoFormat *pTableAutoFormat, bool bVal) |
| IMPL_LINK_NOARG (SwInsTableDlg, SelFormatHdl, weld::TreeView &, void) | |
| IMPL_LINK_NOARG (SwInsTableDlg, OKHdl, weld::Button &, void) | |
| IMPL_LINK (SwInsTableDlg, ModifyName, weld::Entry &, rEdit, void) | |
| IMPL_LINK (SwInsTableDlg, ModifyRowCol, weld::Entry &, rEdit, void) | |
| IMPL_LINK_NOARG (SwInsTableDlg, CheckBoxHdl, weld::Toggleable &, void) | |
| IMPL_LINK_NOARG (SwInsTableDlg, RepeatHeaderCheckBoxHdl, weld::Toggleable &, void) | |
| IMPL_LINK_NOARG (SwInsTableDlg, ModifyRepeatHeaderNF_Hdl, weld::SpinButton &, void) | |
| IMPL_LINK | ( | SwInsTableDlg | , |
| ModifyName | , | ||
| weld::Entry & | , | ||
| rEdit | , | ||
| void | |||
| ) |
Definition at line 224 of file instable.cxx.
References m_pShell.
| IMPL_LINK | ( | SwInsTableDlg | , |
| ModifyRowCol | , | ||
| weld::Entry & | , | ||
| rEdit | , | ||
| void | |||
| ) |
Definition at line 238 of file instable.cxx.
References min(), weld::Normal, and weld::Warning.
| IMPL_LINK | ( | SwInsTableDlg | , |
| TextFilterHdl | , | ||
| OUString & | , | ||
| rTest | , | ||
| bool | |||
| ) |
Definition at line 55 of file instable.cxx.
| IMPL_LINK_NOARG | ( | SwInsTableDlg | , |
| CheckBoxHdl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 282 of file instable.cxx.
| IMPL_LINK_NOARG | ( | SwInsTableDlg | , |
| ModifyRepeatHeaderNF_Hdl | , | ||
| weld::SpinButton & | , | ||
| void | |||
| ) |
Definition at line 293 of file instable.cxx.
| IMPL_LINK_NOARG | ( | SwInsTableDlg | , |
| OKHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 203 of file instable.cxx.
References SwViewShell::GetShellRes(), lcl_SetProperties(), m_pShell, m_xDialog, and RET_OK.
| IMPL_LINK_NOARG | ( | SwInsTableDlg | , |
| RepeatHeaderCheckBoxHdl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 288 of file instable.cxx.
| IMPL_LINK_NOARG | ( | SwInsTableDlg | , |
| SelFormatHdl | , | ||
| weld::TreeView & | , | ||
| void | |||
| ) |
Definition at line 184 of file instable.cxx.
References SwViewShell::GetShellRes(), and lcl_SetProperties().
|
static |
Definition at line 174 of file instable.cxx.
References SwTableAutoFormat::SetBackground(), SwTableAutoFormat::SetFont(), SwTableAutoFormat::SetFrame(), SwTableAutoFormat::SetJustify(), SwTableAutoFormat::SetValueFormat(), and SwTableAutoFormat::SetWidthHeight().
Referenced by IMPL_LINK_NOARG().