LibreOffice Module sw (master) 1
|
#include <titlepage.hxx>
Public Member Functions | |
SwTitlePageDlg (weld::Window *pParent) | |
virtual | ~SwTitlePageDlg () override |
Public Member Functions inherited from SfxDialogController | |
SfxDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId) | |
virtual void | Activate () |
virtual void | Deactivate () |
virtual void | ChildWinDispose () |
virtual void | Close () |
virtual void | EndDialog (int nResponse) |
virtual bool | CloseOnHide () const |
Private Member Functions | |
void | FillList () |
sal_uInt16 | GetInsertPosition () const |
DECL_LINK (OKHdl, weld::Button &, void) | |
DECL_LINK (EditHdl, weld::Button &, void) | |
DECL_LINK (RestartNumberingHdl, weld::Toggleable &, void) | |
DECL_LINK (SetPageNumberHdl, weld::Toggleable &, void) | |
DECL_LINK (ValueChangeHdl, weld::SpinButton &, void) | |
DECL_LINK (StartPageHdl, weld::Toggleable &, void) | |
Private Attributes | |
std::unique_ptr< const SwFormatPageDesc > | mpPageFormatDesc |
SwPageDesc * | mpTitleDesc |
const SwPageDesc * | mpIndexDesc |
const SwPageDesc * | mpNormalDesc |
std::unique_ptr< weld::RadioButton > | m_xUseExistingPagesRB |
std::unique_ptr< weld::RadioButton > | m_xInsertNewPagesRB |
std::unique_ptr< weld::SpinButton > | m_xPageCountNF |
std::unique_ptr< weld::RadioButton > | m_xDocumentStartRB |
std::unique_ptr< weld::RadioButton > | m_xPageStartRB |
std::unique_ptr< weld::SpinButton > | m_xPageStartNF |
std::unique_ptr< weld::CheckButton > | m_xRestartNumberingCB |
std::unique_ptr< weld::SpinButton > | m_xRestartNumberingNF |
std::unique_ptr< weld::CheckButton > | m_xSetPageNumberCB |
std::unique_ptr< weld::SpinButton > | m_xSetPageNumberNF |
std::unique_ptr< weld::ComboBox > | m_xPagePropertiesLB |
std::unique_ptr< weld::Button > | m_xPagePropertiesPB |
std::unique_ptr< weld::Button > | m_xOkPB |
Definition at line 24 of file titlepage.hxx.
SwTitlePageDlg::SwTitlePageDlg | ( | weld::Window * | pParent | ) |
Definition at line 147 of file titlepage.cxx.
References FillList(), GetActiveView(), SwFEShell::GetCurPageDesc(), SwCursorShell::GetPageCnt(), SwFEShell::GetPageDesc(), SwEditShell::GetPageDescFromPool(), SwWrtShell::GetView(), SwView::GetWrtShell(), SwView::InvalidateRulerPos(), lcl_GetPageDesc(), LINK, m_xDocumentStartRB, m_xOkPB, m_xPageCountNF, m_xPagePropertiesPB, m_xPageStartNF, m_xPageStartRB, m_xRestartNumberingCB, m_xRestartNumberingNF, m_xSetPageNumberCB, m_xSetPageNumberNF, m_xUseExistingPagesRB, mpIndexDesc, mpNormalDesc, mpPageFormatDesc, mpTitleDesc, RES_POOLPAGE_FIRST, RES_POOLPAGE_REGISTER, RES_POOLPAGE_STANDARD, SwWrtShell::StartOfSection(), and SwWrtShell::SttNxtPg().
|
overridevirtual |
Definition at line 260 of file titlepage.cxx.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 126 of file titlepage.cxx.
References SwPageDesc::GetName(), m_xPageCountNF, m_xPagePropertiesLB, mpIndexDesc, mpNormalDesc, and mpTitleDesc.
Referenced by SwTitlePageDlg().
|
private |
Definition at line 139 of file titlepage.cxx.
References m_xPageStartNF.
|
private |
Definition at line 36 of file titlepage.hxx.
Referenced by SwTitlePageDlg().
|
private |
Definition at line 34 of file titlepage.hxx.
|
private |
Definition at line 45 of file titlepage.hxx.
Referenced by SwTitlePageDlg().
|
private |
Definition at line 35 of file titlepage.hxx.
Referenced by FillList(), and SwTitlePageDlg().
|
private |
Definition at line 43 of file titlepage.hxx.
Referenced by FillList().
|
private |
Definition at line 44 of file titlepage.hxx.
Referenced by SwTitlePageDlg().
|
private |
Definition at line 38 of file titlepage.hxx.
Referenced by GetInsertPosition(), and SwTitlePageDlg().
|
private |
Definition at line 37 of file titlepage.hxx.
Referenced by SwTitlePageDlg().
|
private |
Definition at line 39 of file titlepage.hxx.
Referenced by SwTitlePageDlg().
|
private |
Definition at line 40 of file titlepage.hxx.
Referenced by SwTitlePageDlg().
|
private |
Definition at line 41 of file titlepage.hxx.
Referenced by SwTitlePageDlg().
|
private |
Definition at line 42 of file titlepage.hxx.
Referenced by SwTitlePageDlg().
|
private |
Definition at line 33 of file titlepage.hxx.
Referenced by SwTitlePageDlg().
|
private |
Definition at line 30 of file titlepage.hxx.
Referenced by FillList(), and SwTitlePageDlg().
|
private |
Definition at line 31 of file titlepage.hxx.
Referenced by FillList(), and SwTitlePageDlg().
|
private |
Definition at line 27 of file titlepage.hxx.
Referenced by SwTitlePageDlg().
|
private |
Definition at line 29 of file titlepage.hxx.
Referenced by FillList(), and SwTitlePageDlg().