19#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_INSTABLE_HXX
20#define INCLUDED_SW_SOURCE_UIBASE_INC_INSTABLE_HXX
24#include <rtl/ustring.hxx>
82 void GetValues(OUString& rName, sal_uInt16& rRow, sal_uInt16& rCol,
84 std::unique_ptr<SwTableAutoFormat>& prTAFormat);
std::unique_ptr< weld::SpinButton > m_xRowSpinButton
sal_Int64 m_nEnteredValRepeatHeaderNF
sal_uInt8 minTableIndexInLb
std::unique_ptr< weld::Entry > m_xNameEdit
std::unique_ptr< weld::Label > m_xWarning
std::unique_ptr< weld::SpinButton > m_xColSpinButton
DECL_LINK(ModifyName, weld::Entry &, void)
std::unique_ptr< weld::CheckButton > m_xDontSplitCB
std::unique_ptr< weld::CustomWeld > m_xWndPreview
DECL_LINK(OKHdl, weld::Button &, void)
DECL_LINK(CheckBoxHdl, weld::Toggleable &, void)
std::unique_ptr< weld::CheckButton > m_xHeaderCB
SwInsTableDlg(SwView &rView)
std::unique_ptr< weld::Button > m_xInsertBtn
std::unique_ptr< weld::SpinButton > m_xRepeatHeaderNF
std::unique_ptr< SwTableAutoFormat > m_xTAutoFormat
std::unique_ptr< weld::Frame > m_xStyleFrame
sal_uInt8 maxTableIndexInLb
AutoFormatPreview m_aWndPreview
DECL_LINK(SelFormatHdl, weld::TreeView &, void)
DECL_LINK(TextFilterHdl, OUString &, bool)
DECL_LINK(RepeatHeaderCheckBoxHdl, weld::Toggleable &, void)
DECL_LINK(ModifyRowCol, weld::Entry &, void)
std::unique_ptr< SwTableAutoFormatTable > m_xTableTable
DECL_LINK(ModifyRepeatHeaderNF_Hdl, weld::SpinButton &, void)
void InitAutoTableFormat()
std::unique_ptr< weld::CheckButton > m_xRepeatHeaderCB
sal_uInt8 lbIndexToTableIndex(const sal_uInt8 listboxIndex)
void GetValues(OUString &rName, sal_uInt16 &rRow, sal_uInt16 &rCol, SwInsertTableOptions &rInsTableOpts, OUString &rTableAutoFormatName, std::unique_ptr< SwTableAutoFormat > &prTAFormat)
std::unique_ptr< weld::TreeView > m_xLbFormat
std::unique_ptr< weld::Widget > m_xRepeatGroup
Used by the UI to modify the document model.