20#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_BREAK_HXX
21#define INCLUDED_SW_SOURCE_UIBASE_INC_BREAK_HXX
std::unique_ptr< weld::RadioButton > m_xLineBtn
std::unique_ptr< weld::ComboBox > m_xPageCollBox
std::unique_ptr< weld::RadioButton > m_xColumnBtn
SwBreakDlg(weld::Window *pParent, SwWrtShell &rSh)
sal_uInt16 GetKind() const
DECL_LINK(OkHdl, weld::Button &, void)
const ::std::optional< sal_uInt16 > & GetPageNumber() const
const std::optional< SwLineBreakClear > & GetClear() const
::std::optional< sal_uInt16 > m_oPgNum
std::unique_ptr< weld::RadioButton > m_xPageBtn
std::optional< SwLineBreakClear > m_eClear
DECL_LINK(PageNumModifyHdl, weld::SpinButton &, void)
std::unique_ptr< weld::Button > m_xOkBtn
std::unique_ptr< weld::CheckButton > m_xPageNumBox
DECL_LINK(PageNumHdl, weld::Toggleable &, void)
std::unique_ptr< weld::Label > m_xPageCollText
DECL_LINK(ToggleHdl, weld::Toggleable &, void)
const OUString & GetTemplateName() const
std::unique_ptr< weld::Label > m_xLineClearText
std::unique_ptr< weld::ComboBox > m_xLineClearBox
std::unique_ptr< weld::SpinButton > m_xPageNumEdit
DECL_LINK(ChangeHdl, weld::ComboBox &, void)
Used by the UI to modify the document model.