LibreOffice Module sc (master) 1
tphf.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20#pragma once
21
22#include <svx/hdft.hxx>
23
24class ScStyleDlg;
25
26class ScHFPage : public SvxHFPage
27{
28public:
29 virtual ~ScHFPage() override;
30
31 virtual void Reset( const SfxItemSet* rSet ) override;
32 virtual bool FillItemSet( SfxItemSet* rOutSet ) override;
33
34 void SetPageStyle( const OUString& rName ) { aStrPageStyle = rName; }
35 void SetStyleDlg ( ScStyleDlg* pDlg ) { pStyleDlg = pDlg; }
36
37protected:
38 ScHFPage(weld::Container* pPage, weld::DialogController* pController, const SfxItemSet& rSet, sal_uInt16 nSetId);
39
40 virtual void ActivatePage( const SfxItemSet& rSet ) override;
41 virtual DeactivateRC DeactivatePage( SfxItemSet* pSet ) override;
42
43private:
45 OUString aStrPageStyle;
48 std::unique_ptr<weld::Button> m_xBtnEdit;
49
50 DECL_LINK(BtnHdl, weld::Button&, void);
51 DECL_LINK(TurnOnHdl, weld::Toggleable&, void);
52};
53
54class ScHeaderPage : public ScHFPage
55{
56public:
57 static std::unique_ptr<SfxTabPage> Create( weld::Container* pPage, weld::DialogController* pController, const SfxItemSet* rSet );
60};
61
62class ScFooterPage : public ScHFPage
63{
64public:
65 static std::unique_ptr<SfxTabPage> Create( weld::Container* pPage, weld::DialogController* pController, const SfxItemSet* rSet );
68};
69
70/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
static std::unique_ptr< SfxTabPage > Create(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rSet)
Definition: tphf.cxx:252
ScFooterPage(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
Definition: tphf.cxx:247
static WhichRangesContainer GetRanges()
Definition: tphf.cxx:257
virtual void Reset(const SfxItemSet *rSet) override
Definition: tphf.cxx:80
virtual ~ScHFPage() override
Definition: tphf.cxx:75
virtual void ActivatePage(const SfxItemSet &rSet) override
Definition: tphf.cxx:106
void SetStyleDlg(ScStyleDlg *pDlg)
Definition: tphf.hxx:35
SvxPageUsage nPageUsage
Definition: tphf.hxx:46
OUString aStrPageStyle
Definition: tphf.hxx:45
SfxItemSet aDataSet
Definition: tphf.hxx:44
DECL_LINK(TurnOnHdl, weld::Toggleable &, void)
DECL_LINK(BtnHdl, weld::Button &, void)
virtual DeactivateRC DeactivatePage(SfxItemSet *pSet) override
Definition: tphf.cxx:122
void SetPageStyle(const OUString &rName)
Definition: tphf.hxx:34
std::unique_ptr< weld::Button > m_xBtnEdit
Definition: tphf.hxx:48
ScHFPage(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet, sal_uInt16 nSetId)
Definition: tphf.cxx:43
ScStyleDlg * pStyleDlg
Definition: tphf.hxx:47
virtual bool FillItemSet(SfxItemSet *rOutSet) override
Definition: tphf.cxx:86
static WhichRangesContainer GetRanges()
Definition: tphf.cxx:241
static std::unique_ptr< SfxTabPage > Create(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rSet)
Definition: tphf.cxx:236
ScHeaderPage(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
Definition: tphf.cxx:231
SvxPageUsage
static SfxItemSet & rSet
DeactivateRC