LibreOffice Module sw (master) 1
|
#include <view.hxx>
#include <swmodule.hxx>
#include <wrtsh.hxx>
#include <poolfmt.hxx>
#include <docsh.hxx>
#include <titlepage.hxx>
#include <fmtpdsc.hxx>
#include <pagedesc.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (SwTitlePageDlg, ValueChangeHdl, weld::SpinButton &, void) | |
IMPL_LINK_NOARG (SwTitlePageDlg, RestartNumberingHdl, weld::Toggleable &, void) | |
IMPL_LINK_NOARG (SwTitlePageDlg, SetPageNumberHdl, weld::Toggleable &, void) | |
IMPL_LINK_NOARG (SwTitlePageDlg, StartPageHdl, weld::Toggleable &, void) | |
IMPL_LINK_NOARG (SwTitlePageDlg, EditHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SwTitlePageDlg, OKHdl, weld::Button &, void) | |
IMPL_LINK_NOARG | ( | SwTitlePageDlg | , |
EditHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 264 of file titlepage.cxx.
References SwDocShell::FormatPage(), GetActiveView(), SwView::GetDocShell(), SwWrtShell::GetView(), SwView::GetWrtShell(), and SwView::InvalidateRulerPos().
IMPL_LINK_NOARG | ( | SwTitlePageDlg | , |
OKHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 275 of file titlepage.cxx.
References SwEditShell::CalcLayout(), SwWrtShell::EndPg(), SwEditShell::EndUndo(), GetActiveView(), SwView::GetWrtShell(), SwWrtShell::InsertPageBreak(), m_xDialog, RET_OK, SAL_MAX_UINT16, SwEditShell::SetAttrItem(), SwFormatPageDesc::SetNumOffset(), SwEditShell::StartUndo(), and SwWrtShell::SttNxtPg().
IMPL_LINK_NOARG | ( | SwTitlePageDlg | , |
RestartNumberingHdl | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 245 of file titlepage.cxx.
IMPL_LINK_NOARG | ( | SwTitlePageDlg | , |
SetPageNumberHdl | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 250 of file titlepage.cxx.
IMPL_LINK_NOARG | ( | SwTitlePageDlg | , |
StartPageHdl | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 255 of file titlepage.cxx.
IMPL_LINK_NOARG | ( | SwTitlePageDlg | , |
ValueChangeHdl | , | ||
weld::SpinButton & | , | ||
void | |||
) |
Definition at line 239 of file titlepage.cxx.