LibreOffice Module sw (master) 1
|
#include <break.hxx>
Public Member Functions | |
SwBreakDlg (weld::Window *pParent, SwWrtShell &rSh) | |
const OUString & | GetTemplateName () const |
sal_uInt16 | GetKind () const |
const ::std::optional< sal_uInt16 > & | GetPageNumber () const |
const std::optional< SwLineBreakClear > & | GetClear () const |
Public Member Functions inherited from weld::GenericDialogController | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
Public Member Functions inherited from weld::DialogController | |
virtual Dialog * | getDialog ()=0 |
const Dialog * | getConstDialog () const |
virtual short | run () |
void | set_title (const OUString &rTitle) |
OUString | get_title () const |
void | set_help_id (const OUString &rHelpId) |
OUString | get_help_id () const |
void | response (int nResponse) |
virtual | ~DialogController () COVERITY_NOEXCEPT_FALSE |
Private Member Functions | |
DECL_LINK (ToggleHdl, weld::Toggleable &, void) | |
DECL_LINK (ChangeHdl, weld::ComboBox &, void) | |
DECL_LINK (PageNumHdl, weld::Toggleable &, void) | |
DECL_LINK (PageNumModifyHdl, weld::SpinButton &, void) | |
DECL_LINK (OkHdl, weld::Button &, void) | |
void | CheckEnable () |
void | rememberResult () |
Private Attributes | |
std::unique_ptr< weld::RadioButton > | m_xLineBtn |
std::unique_ptr< weld::Label > | m_xLineClearText |
std::unique_ptr< weld::ComboBox > | m_xLineClearBox |
std::unique_ptr< weld::RadioButton > | m_xColumnBtn |
std::unique_ptr< weld::RadioButton > | m_xPageBtn |
std::unique_ptr< weld::Label > | m_xPageCollText |
std::unique_ptr< weld::ComboBox > | m_xPageCollBox |
std::unique_ptr< weld::CheckButton > | m_xPageNumBox |
std::unique_ptr< weld::SpinButton > | m_xPageNumEdit |
std::unique_ptr< weld::Button > | m_xOkBtn |
SwWrtShell & | m_rSh |
OUString | m_aTemplate |
sal_uInt16 | m_nKind |
::std::optional< sal_uInt16 > | m_oPgNum |
std::optional< SwLineBreakClear > | m_eClear |
bool | m_bHtmlMode |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::DialogController | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
Protected Attributes inherited from weld::GenericDialogController | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
SwBreakDlg::SwBreakDlg | ( | weld::Window * | pParent, |
SwWrtShell & | rSh | ||
) |
Definition at line 128 of file break.cxx.
References CheckEnable(), SwPageDesc::GetName(), SwFEShell::GetPageDesc(), SwFEShell::GetPageDescCnt(), SwStyleNameMapper::GetUIName(), i, InsertStringSorted(), LINK, m_rSh, m_xColumnBtn, m_xLineBtn, m_xOkBtn, m_xPageBtn, m_xPageCollBox, m_xPageNumBox, m_xPageNumEdit, nCount, RES_POOLPAGE_BEGIN, RES_POOLPAGE_END, and RES_POOLPAGE_LANDSCAPE.
|
private |
Definition at line 177 of file break.cxx.
References FLY_ANY, FOOTER, FOOTNOTE, SwFEShell::GetFrameType(), HEADER, m_bHtmlMode, m_rSh, m_xColumnBtn, m_xLineBtn, m_xLineClearBox, m_xLineClearText, m_xPageBtn, m_xPageCollBox, m_xPageCollText, m_xPageNumBox, m_xPageNumEdit, and nPos.
Referenced by SwBreakDlg().
|
private |
|
private |
|
private |
|
private |
|
private |
|
inline |
Definition at line 64 of file break.hxx.
References m_eClear.
Referenced by AbstractSwBreakDlg_Impl::GetClear().
|
inline |
Definition at line 62 of file break.hxx.
References m_nKind.
Referenced by AbstractSwBreakDlg_Impl::GetKind().
|
inline |
Definition at line 63 of file break.hxx.
References m_oPgNum.
Referenced by AbstractSwBreakDlg_Impl::GetPageNumber().
|
inline |
Definition at line 61 of file break.hxx.
References m_aTemplate.
Referenced by AbstractSwBreakDlg_Impl::GetTemplateName().
|
private |
Definition at line 35 of file break.cxx.
References m_aTemplate, m_eClear, m_nKind, m_oPgNum, m_xColumnBtn, m_xLineBtn, m_xLineClearBox, m_xPageBtn, m_xPageCollBox, m_xPageNumBox, m_xPageNumEdit, and nPos.
|
private |
Definition at line 43 of file break.hxx.
Referenced by GetTemplateName(), and rememberResult().
|
private |
Definition at line 48 of file break.hxx.
Referenced by CheckEnable().
|
private |
Definition at line 46 of file break.hxx.
Referenced by GetClear(), and rememberResult().
|
private |
Definition at line 44 of file break.hxx.
Referenced by GetKind(), and rememberResult().
|
private |
Definition at line 45 of file break.hxx.
Referenced by GetPageNumber(), and rememberResult().
|
private |
Definition at line 42 of file break.hxx.
Referenced by CheckEnable(), and SwBreakDlg().
|
private |
Definition at line 34 of file break.hxx.
Referenced by CheckEnable(), rememberResult(), and SwBreakDlg().
|
private |
Definition at line 31 of file break.hxx.
Referenced by CheckEnable(), rememberResult(), and SwBreakDlg().
|
private |
Definition at line 33 of file break.hxx.
Referenced by CheckEnable(), and rememberResult().
|
private |
Definition at line 32 of file break.hxx.
Referenced by CheckEnable().
|
private |
Definition at line 40 of file break.hxx.
Referenced by SwBreakDlg().
|
private |
Definition at line 35 of file break.hxx.
Referenced by CheckEnable(), rememberResult(), and SwBreakDlg().
|
private |
Definition at line 37 of file break.hxx.
Referenced by CheckEnable(), rememberResult(), and SwBreakDlg().
|
private |
Definition at line 36 of file break.hxx.
Referenced by CheckEnable().
|
private |
Definition at line 38 of file break.hxx.
Referenced by CheckEnable(), rememberResult(), and SwBreakDlg().
|
private |
Definition at line 39 of file break.hxx.
Referenced by CheckEnable(), rememberResult(), and SwBreakDlg().