LibreOffice Module sw (master) 1
PageFooterPanel.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#ifndef INCLUDED_SW_SOURCE_UIBASE_SIDEBAR_PAGEFOOTERPANEL_HXX
20#define INCLUDED_SW_SOURCE_UIBASE_SIDEBAR_PAGEFOOTERPANEL_HXX
21
22#include <memory>
23
26#include <svl/intitem.hxx>
27#include <svl/poolitem.hxx>
28#include <svl/eitem.hxx>
29#include <svx/rulritem.hxx>
30
31namespace sw::sidebar {
32
34 public PanelLayout,
36{
37public:
38 static std::unique_ptr<PanelLayout> Create(
39 weld::Widget* pParent,
40 SfxBindings* pBindings);
41
42 virtual void NotifyItemUpdate(
43 const sal_uInt16 nSId,
44 const SfxItemState eState,
45 const SfxPoolItem* pState) override;
46
47 virtual void GetControlState(
48 const sal_uInt16 /*nSId*/,
49 boost::property_tree::ptree& /*rState*/) override {};
50
51 SfxBindings* GetBindings() const { return mpBindings; }
53 weld::Widget* pParent,
54 SfxBindings* pBindings);
55 virtual ~PageFooterPanel() override;
56
57private:
58
60
66
68
70
71 void Initialize();
73 void UpdateFooterCheck();
77
78 ::std::unique_ptr<SfxBoolItem> mpFooterItem;
79 ::std::unique_ptr<SvxLongLRSpaceItem> mpFooterLRMarginItem;
80 ::std::unique_ptr<SvxLongULSpaceItem> mpFooterSpacingItem;
81 ::std::unique_ptr<SfxInt16Item> mpFooterLayoutItem;
82
83 std::unique_ptr<weld::CheckButton> mxFooterToggle;
84 std::unique_ptr<weld::ComboBox> mxFooterSpacingLB;
85 std::unique_ptr<weld::ComboBox> mxFooterMarginPresetLB;
86 std::unique_ptr<weld::ComboBox> mxFooterLayoutLB;
87 std::unique_ptr<weld::Label> mxCustomEntry;
88
89 static FieldUnit GetCurrentUnit(SfxItemState eState, const SfxPoolItem* pState);
90
91 DECL_LINK( FooterToggleHdl, weld::Toggleable&, void );
92 DECL_LINK( FooterLRMarginHdl, weld::ComboBox&, void);
93 DECL_LINK( FooterSpacingHdl, weld::ComboBox&, void);
94 DECL_LINK( FooterLayoutHdl, weld::ComboBox&, void);
95};
96
97} //end of namespace sw::sidebar
98
99#endif
100
101/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
static FieldUnit GetCurrentUnit(SfxItemState eState, const SfxPoolItem *pState)
::std::unique_ptr< SvxLongLRSpaceItem > mpFooterLRMarginItem
::sfx2::sidebar::ControllerItem maFooterSpacingController
::sfx2::sidebar::ControllerItem maMetricController
std::unique_ptr< weld::ComboBox > mxFooterSpacingLB
virtual void NotifyItemUpdate(const sal_uInt16 nSId, const SfxItemState eState, const SfxPoolItem *pState) override
DECL_LINK(FooterLayoutHdl, weld::ComboBox &, void)
std::unique_ptr< weld::Label > mxCustomEntry
::std::unique_ptr< SfxBoolItem > mpFooterItem
DECL_LINK(FooterToggleHdl, weld::Toggleable &, void)
virtual ~PageFooterPanel() override
static std::unique_ptr< PanelLayout > Create(weld::Widget *pParent, SfxBindings *pBindings)
std::unique_ptr< weld::CheckButton > mxFooterToggle
std::unique_ptr< weld::ComboBox > mxFooterLayoutLB
std::unique_ptr< weld::ComboBox > mxFooterMarginPresetLB
::sfx2::sidebar::ControllerItem maHFToggleController
DECL_LINK(FooterSpacingHdl, weld::ComboBox &, void)
::std::unique_ptr< SfxInt16Item > mpFooterLayoutItem
DECL_LINK(FooterLRMarginHdl, weld::ComboBox &, void)
virtual void GetControlState(const sal_uInt16, boost::property_tree::ptree &) override
SfxBindings * GetBindings() const
::sfx2::sidebar::ControllerItem maFooterLRMarginController
::sfx2::sidebar::ControllerItem maFooterLayoutController
PageFooterPanel(weld::Widget *pParent, SfxBindings *pBindings)
::std::unique_ptr< SvxLongULSpaceItem > mpFooterSpacingItem
FieldUnit
SfxItemState