LibreOffice Module sc (master) 1
|
#include <tphf.hxx>
Public Member Functions | |
virtual | ~ScHFPage () override |
virtual void | Reset (const SfxItemSet *rSet) override |
virtual bool | FillItemSet (SfxItemSet *rOutSet) override |
void | SetPageStyle (const OUString &rName) |
void | SetStyleDlg (ScStyleDlg *pDlg) |
Public Member Functions inherited from SvxHFPage | |
virtual bool | FillItemSet (SfxItemSet *rOutSet) override |
virtual void | Reset (const SfxItemSet *rSet) override |
virtual | ~SvxHFPage () override |
void | DisableDeleteQueryBox () |
virtual void | PageCreated (const SfxAllItemSet &) override |
void | EnableDynamicSpacing () |
Protected Member Functions | |
ScHFPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet, sal_uInt16 nSetId) | |
virtual void | ActivatePage (const SfxItemSet &rSet) override |
virtual DeactivateRC | DeactivatePage (SfxItemSet *pSet) override |
Protected Member Functions inherited from SvxHFPage | |
virtual void | ActivatePage (const SfxItemSet &rSet) override |
virtual DeactivateRC | DeactivatePage (SfxItemSet *pSet) override |
SvxHFPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet, sal_uInt16 nSetId) | |
void | InitHandler () |
void | TurnOn (const weld::Toggleable *pButton) |
DECL_LINK (TurnOnHdl, weld::Toggleable &, void) | |
DECL_DLLPRIVATE_LINK (BackgroundHdl, weld::Button &, void) | |
DECL_DLLPRIVATE_LINK (ValueChangeHdl, weld::MetricSpinButton &, void) | |
void | RangeHdl () |
void | UpdateExample () |
Private Member Functions | |
DECL_LINK (BtnHdl, weld::Button &, void) | |
DECL_LINK (TurnOnHdl, weld::Toggleable &, void) | |
Private Attributes | |
SfxItemSet | aDataSet |
OUString | aStrPageStyle |
SvxPageUsage | nPageUsage |
ScStyleDlg * | pStyleDlg |
std::unique_ptr< weld::Button > | m_xBtnEdit |
|
overridevirtual |
|
protected |
Definition at line 43 of file tphf.cxx.
References aDataSet, All, aStrPageStyle, SfxViewShell::Current(), ScViewData::GetDocument(), ScDocument::GetPageStyle(), ScViewData::GetTabNo(), ScTabView::GetViewData(), HID_SC_FOOTER_EDIT, HID_SC_HEADER_EDIT, LINK, m_xBtnEdit, SvxHFPage::m_xTurnOnBox, SvxHFPage::nId, SfxItemSet::Put(), and rSet.
|
overrideprotectedvirtual |
Reimplemented from SvxHFPage.
Definition at line 106 of file tphf.cxx.
References SvxHFPage::ActivatePage(), aDataSet, aStrPageStyle, ATTR_PAGE(), SfxItemSet::Get(), SfxStyleSheetBase::GetName(), SvxPageItem::GetPageUsage(), SfxStyleDialogController::GetStyleSheet(), GetWhich, nPageUsage, pStyleDlg, SfxItemSet::Put(), and rSet.
|
overrideprotectedvirtual |
Reimplemented from SvxHFPage.
Definition at line 122 of file tphf.cxx.
References SvxHFPage::DeactivatePage(), and FillItemSet().
|
private |
|
private |
|
overridevirtual |
Reimplemented from SvxHFPage.
Definition at line 86 of file tphf.cxx.
References aDataSet, ATTR_PAGE_FOOTERFIRST(), ATTR_PAGE_FOOTERLEFT(), ATTR_PAGE_FOOTERRIGHT(), ATTR_PAGE_HEADERFIRST(), ATTR_PAGE_HEADERLEFT(), ATTR_PAGE_HEADERRIGHT(), SvxHFPage::FillItemSet(), SfxItemSet::Get(), SvxHFPage::nId, and SfxItemSet::Put().
Referenced by DeactivatePage().
|
overridevirtual |
Reimplemented from SvxHFPage.
Definition at line 80 of file tphf.cxx.
References SvxHFPage::m_xTurnOnBox, SvxHFPage::Reset(), and rSet.
|
inline |
Definition at line 34 of file tphf.hxx.
References aStrPageStyle.
|
inline |
|
private |
Definition at line 44 of file tphf.hxx.
Referenced by ActivatePage(), FillItemSet(), and ScHFPage().
|
private |
Definition at line 45 of file tphf.hxx.
Referenced by ActivatePage(), ScHFPage(), and SetPageStyle().
|
private |
Definition at line 48 of file tphf.hxx.
Referenced by ScHFPage().
|
private |
Definition at line 46 of file tphf.hxx.
Referenced by ActivatePage().
|
private |
Definition at line 47 of file tphf.hxx.
Referenced by ActivatePage(), SetStyleDlg(), and ~ScHFPage().