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) |
![]() | |
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 |
![]() | |
SvxHFPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet, sal_uInt16 nSetId) | |
void | InitHandler () |
void | TurnOn (const weld::ToggleButton *pButton) |
DECL_LINK (TurnOnHdl, weld::ToggleButton &, void) | |
DECL_LINK (BackgroundHdl, weld::Button &, void) | |
DECL_LINK (ValueChangeHdl, weld::MetricSpinButton &, void) | |
void | RangeHdl () |
void | UpdateExample () |
Private Member Functions | |
DECL_LINK (BtnHdl, weld::Button &, void) | |
DECL_LINK (TurnOnHdl, weld::ToggleButton &, void) | |
Private Attributes | |
SfxItemSet | aDataSet |
OUString | aStrPageStyle |
SvxPageUsage | nPageUsage |
ScStyleDlg * | pStyleDlg |
std::unique_ptr< weld::Button > | m_xBtnEdit |
|
overridevirtual |
|
protected |
|
overrideprotectedvirtual |
Reimplemented from SvxHFPage.
Definition at line 104 of file tphf.cxx.
References SvxHFPage::ActivatePage(), aDataSet, aStrPageStyle, ATTR_PAGE(), SfxItemSet::Get(), SfxStyleSheetBase::GetName(), SvxPageItem::GetPageUsage(), SfxStyleDialogController::GetStyleSheet(), GetWhich, nPageUsage, pStyleDlg, and SfxItemSet::Put().
|
overrideprotectedvirtual |
Reimplemented from SvxHFPage.
Definition at line 120 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_FOOTERLEFT(), ATTR_PAGE_FOOTERRIGHT(), 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, and SvxHFPage::Reset().
|
inline |
Definition at line 35 of file tphf.hxx.
References aStrPageStyle.
|
inline |
|
private |
Definition at line 45 of file tphf.hxx.
Referenced by ActivatePage(), and FillItemSet().
|
private |
Definition at line 46 of file tphf.hxx.
Referenced by ActivatePage(), and SetPageStyle().
|
private |
|
private |
Definition at line 47 of file tphf.hxx.
Referenced by ActivatePage().
|
private |
Definition at line 48 of file tphf.hxx.
Referenced by ActivatePage(), SetStyleDlg(), and ~ScHFPage().