LibreOffice Module sw (master) 1
Functions | Variables
convert.cxx File Reference
#include <modcfg.hxx>
#include <sfx2/htmlmode.hxx>
#include <viewopt.hxx>
#include <swmodule.hxx>
#include <convert.hxx>
#include <tablemgr.hxx>
#include <view.hxx>
#include <tblafmt.hxx>
#include <strings.hrc>
#include <swabstdlg.hxx>
#include <swuiexp.hxx>
#include <memory>
Include dependency graph for convert.cxx:

Go to the source code of this file.

Functions

 IMPL_LINK_NOARG (SwConvertTableDlg, AutoFormatHdl, weld::Button &, void)
 
 IMPL_LINK (SwConvertTableDlg, BtnHdl, weld::Toggleable &, rButton, void)
 
 IMPL_LINK_NOARG (SwConvertTableDlg, CheckBoxHdl, weld::Toggleable &, void)
 
 IMPL_LINK_NOARG (SwConvertTableDlg, RepeatHeaderCheckBoxHdl, weld::Toggleable &, void)
 

Variables

static int nSaveButtonState = -1
 
static bool bIsKeepColumn = true
 
static sal_Unicode uOther = ','
 

Function Documentation

◆ IMPL_LINK()

IMPL_LINK ( SwConvertTableDlg  ,
BtnHdl  ,
weld::Toggleable ,
rButton  ,
void   
)

Definition at line 175 of file convert.cxx.

◆ IMPL_LINK_NOARG() [1/3]

IMPL_LINK_NOARG ( SwConvertTableDlg  ,
AutoFormatHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [2/3]

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

Definition at line 191 of file convert.cxx.

◆ IMPL_LINK_NOARG() [3/3]

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

Definition at line 197 of file convert.cxx.

Variable Documentation

◆ bIsKeepColumn

bool bIsKeepColumn = true
static

◆ nSaveButtonState

int nSaveButtonState = -1
static

◆ uOther

sal_Unicode uOther = ','
static