|
LibreOffice Module sw (master) 1
|
#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>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 = ',' |
| IMPL_LINK | ( | SwConvertTableDlg | , |
| BtnHdl | , | ||
| weld::Toggleable & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 175 of file convert.cxx.
| IMPL_LINK_NOARG | ( | SwConvertTableDlg | , |
| AutoFormatHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 165 of file convert.cxx.
References SwAbstractDialogFactory::CreateSwAutoFormatDlg(), swui::GetFactory(), m_pShell, m_xDialog, and RET_OK.
| IMPL_LINK_NOARG | ( | SwConvertTableDlg | , |
| CheckBoxHdl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 191 of file convert.cxx.
| IMPL_LINK_NOARG | ( | SwConvertTableDlg | , |
| RepeatHeaderCheckBoxHdl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 197 of file convert.cxx.
|
static |
Definition at line 36 of file convert.cxx.
Referenced by SwConvertTableDlg::GetValues(), and SwConvertTableDlg::SwConvertTableDlg().
|
static |
Definition at line 35 of file convert.cxx.
Referenced by SwConvertTableDlg::GetValues(), and SwConvertTableDlg::SwConvertTableDlg().
|
static |
Definition at line 37 of file convert.cxx.
Referenced by SwConvertTableDlg::GetValues(), and SwConvertTableDlg::SwConvertTableDlg().