LibreOffice Module sw (master) 1
Functions
instable.cxx File Reference
#include <instable.hxx>
#include <shellres.hxx>
#include <modcfg.hxx>
#include <swmodule.hxx>
#include <sfx2/htmlmode.hxx>
#include <viewopt.hxx>
#include <comphelper/lok.hxx>
Include dependency graph for instable.cxx:

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)
 

Function Documentation

◆ IMPL_LINK() [1/3]

IMPL_LINK ( SwInsTableDlg  ,
ModifyName  ,
weld::Entry ,
rEdit  ,
void   
)

Definition at line 224 of file instable.cxx.

References m_pShell.

◆ IMPL_LINK() [2/3]

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() [3/3]

IMPL_LINK ( SwInsTableDlg  ,
TextFilterHdl  ,
OUString &  ,
rTest  ,
bool   
)

Definition at line 55 of file instable.cxx.

◆ IMPL_LINK_NOARG() [1/5]

IMPL_LINK_NOARG ( SwInsTableDlg  ,
CheckBoxHdl  ,
weld::Toggleable ,
void   
)

Definition at line 282 of file instable.cxx.

◆ IMPL_LINK_NOARG() [2/5]

IMPL_LINK_NOARG ( SwInsTableDlg  ,
ModifyRepeatHeaderNF_Hdl  ,
weld::SpinButton ,
void   
)

Definition at line 293 of file instable.cxx.

◆ IMPL_LINK_NOARG() [3/5]

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() [4/5]

IMPL_LINK_NOARG ( SwInsTableDlg  ,
RepeatHeaderCheckBoxHdl  ,
weld::Toggleable ,
void   
)

Definition at line 288 of file instable.cxx.

◆ IMPL_LINK_NOARG() [5/5]

IMPL_LINK_NOARG ( SwInsTableDlg  ,
SelFormatHdl  ,
weld::TreeView ,
void   
)

Definition at line 184 of file instable.cxx.

References SwViewShell::GetShellRes(), and lcl_SetProperties().

◆ lcl_SetProperties()

static void lcl_SetProperties ( SwTableAutoFormat pTableAutoFormat,
bool  bVal 
)
static