WP6PageGroup.h
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
2 /* libwpd
3  * Version: MPL 2.0 / LGPLv2.1+
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  * Major Contributor(s):
10  * Copyright (C) 2002 William Lachance (wrlach@gmail.com)
11  * Copyright (C) 2002 Marc Maurer (uwog@uwog.net)
12  *
13  * For minor contributions see the git repository.
14  *
15  * Alternatively, the contents of this file may be used under the terms
16  * of the GNU Lesser General Public License Version 2.1 or later
17  * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are
18  * applicable instead of those above.
19  *
20  * For further information visit http://libwpd.sourceforge.net
21  */
22 
23 /* "This product is not manufactured, approved, or supported by
24  * Corel Corporation or Corel Corporation Limited."
25  */
26 
27 #ifndef WP6PAGEGROUP_H
28 #define WP6PAGEGROUP_H
29 
30 #include "WP6VariableLengthGroup.h"
31 
33 {
34 public:
35  WP6PageGroup(librevenge::RVNGInputStream *input, WPXEncryption *encryption);
36  ~WP6PageGroup() override;
37  void _readContents(librevenge::RVNGInputStream *input, WPXEncryption *encryption) override;
38  void parse(WP6Listener *listener) override;
39 
40 private:
41  // variables needed for subgroup 0 and 1 (Left/Right Margin Set)
42  unsigned short m_margin;
43  // variables needed for subgroup 2 (suppress page characteristics)
44  unsigned char m_suppressedCode;
45  // variables needed for subgroup 3 (page number position)
46  unsigned short m_pageNumberTypefaceDesc;
47  unsigned char m_pageNumberUseFlag;
49  unsigned short m_pageNumberPointSize;
50  unsigned char m_pageNumberPosition;
53  unsigned short m_pageNumberAttributes1;
54  unsigned short m_pageNumberAttributes2;
56  unsigned short m_pageNumberHeight;
58 
59  // variables needed for subgroup 0x11 (Form)
60  unsigned short m_formLength;
61  unsigned short m_formWidth;
62  unsigned char m_formType;
64 
65 };
66 
67 #endif /* WP6PAGEGROUP_H */
68 /* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */
WP6Listener.h
WP6PageGroup::m_margin
unsigned short m_margin
Definition: WP6PageGroup.h:42
WP6PageGroup::m_pageNumberAttributes1
unsigned short m_pageNumberAttributes1
Definition: WP6PageGroup.h:53
WP6VariableLengthGroup::getSubGroup
unsigned char getSubGroup() const
Definition: WP6VariableLengthGroup.h:56
RGBSColor::m_s
unsigned char m_s
Definition: libwpd_internal.h:175
WP6PageGroup::m_pageNumberingFontPIDCopy
unsigned short m_pageNumberingFontPIDCopy
Definition: WP6PageGroup.h:48
WP6FileStructure.h
WPXPageNumberPosition
WPXPageNumberPosition
Definition: libwpd_internal.h:97
WP6PageGroup::m_formOrientation
WPXFormOrientation m_formOrientation
Definition: WP6PageGroup.h:63
WPXFormOrientation
WPXFormOrientation
Definition: libwpd_internal.h:105
WP6PageGroup::~WP6PageGroup
~WP6PageGroup() override
Definition: WP6PageGroup.cpp:57
WP6PageGroup::_readContents
void _readContents(librevenge::RVNGInputStream *input, WPXEncryption *encryption) override
Definition: WP6PageGroup.cpp:61
RGBSColor
Definition: libwpd_internal.h:167
WP6PageGroup.h
RGBSColor::m_b
unsigned char m_b
Definition: libwpd_internal.h:174
WP6PageGroup::m_pageNumberUseFlag
unsigned char m_pageNumberUseFlag
Definition: WP6PageGroup.h:47
WP6PageGroup::m_pageNumberMatchedFontPointSize
unsigned short m_pageNumberMatchedFontPointSize
Definition: WP6PageGroup.h:52
WP6Listener::suppressPageCharacteristics
virtual void suppressPageCharacteristics(const unsigned char suppressCode)=0
WPD_DEBUG_MSG
#define WPD_DEBUG_MSG(M)
Definition: libwpd_internal.h:50
readU16
unsigned short readU16(librevenge::RVNGInputStream *input, WPXEncryption *encryption, bool bigendian)
Definition: libwpd_internal.cpp:119
WP6_PAGE_GROUP_PAGE_NUMBER_POSITION
#define WP6_PAGE_GROUP_PAGE_NUMBER_POSITION
Definition: WP6FileStructure.h:207
WPX_TOP
#define WPX_TOP
Definition: libwpd_internal.h:163
WP6PageGroup::m_formType
unsigned char m_formType
Definition: WP6PageGroup.h:62
WP6VariableLengthGroup
Definition: WP6VariableLengthGroup.h:43
libwpd_internal.h
WP6_PAGE_GROUP_FORM
#define WP6_PAGE_GROUP_FORM
Definition: WP6FileStructure.h:208
WP6Listener
Definition: WP6Listener.h:41
WP6PageGroup
Definition: WP6PageGroup.h:33
WP6_PAGE_GROUP_BOTTOM_MARGIN_SET
#define WP6_PAGE_GROUP_BOTTOM_MARGIN_SET
Definition: WP6FileStructure.h:205
WP6VariableLengthGroup::getPrefixIDs
const unsigned short * getPrefixIDs() const
Definition: WP6VariableLengthGroup.h:72
PORTRAIT
@ PORTRAIT
Definition: libwpd_internal.h:105
WP6PageGroup::m_formLength
unsigned short m_formLength
Definition: WP6PageGroup.h:60
WP6PageGroup::m_pageNumberColor
RGBSColor m_pageNumberColor
Definition: WP6PageGroup.h:55
LANDSCAPE
@ LANDSCAPE
Definition: libwpd_internal.h:105
WP6PageGroup::m_pageNumberAttributes2
unsigned short m_pageNumberAttributes2
Definition: WP6PageGroup.h:54
WP6VariableLengthGroup::_read
void _read(librevenge::RVNGInputStream *input, WPXEncryption *encryption)
Definition: WP6VariableLengthGroup.cpp:132
RGBSColor::m_g
unsigned char m_g
Definition: libwpd_internal.h:173
WP6PageGroup::parse
void parse(WP6Listener *listener) override
Definition: WP6PageGroup.cpp:121
WP6_PAGE_GROUP_SUPPRESS_PAGE_CHARACTERISTICS
#define WP6_PAGE_GROUP_SUPPRESS_PAGE_CHARACTERISTICS
Definition: WP6FileStructure.h:206
WP6PageGroup::m_pageNumberNewPagePosition
unsigned char m_pageNumberNewPagePosition
Definition: WP6PageGroup.h:57
RGBSColor::m_r
unsigned char m_r
Definition: libwpd_internal.h:172
WP6Listener::pageNumberingChange
virtual void pageNumberingChange(const WPXPageNumberPosition pageNumberPosition, const unsigned short pageNumberFontPointSize, const unsigned short pageNumberFontPID)=0
WP6VariableLengthGroup::getNumPrefixIDs
unsigned char getNumPrefixIDs() const
Definition: WP6VariableLengthGroup.h:68
WPX_BOTTOM
#define WPX_BOTTOM
Definition: libwpd_internal.h:164
WP6VariableLengthGroup.h
WP6PageGroup::m_pageNumberTypefaceDesc
unsigned short m_pageNumberTypefaceDesc
Definition: WP6PageGroup.h:46
WP6PageGroup::m_pageNumberMatchedFontIndex
unsigned short m_pageNumberMatchedFontIndex
Definition: WP6PageGroup.h:51
WP6PageGroup::m_formWidth
unsigned short m_formWidth
Definition: WP6PageGroup.h:61
WP6PageGroup::m_pageNumberPointSize
unsigned short m_pageNumberPointSize
Definition: WP6PageGroup.h:49
WP6PageGroup::m_suppressedCode
unsigned char m_suppressedCode
Definition: WP6PageGroup.h:44
WP6_PAGE_GROUP_TOP_MARGIN_SET
#define WP6_PAGE_GROUP_TOP_MARGIN_SET
Definition: WP6FileStructure.h:204
readU8
unsigned char readU8(librevenge::RVNGInputStream *input, WPXEncryption *encryption)
Definition: libwpd_internal.cpp:106
WP6PageGroup::WP6PageGroup
WP6PageGroup(librevenge::RVNGInputStream *input, WPXEncryption *encryption)
Definition: WP6PageGroup.cpp:33
WP6Listener::pageFormChange
virtual void pageFormChange(const unsigned short length, const unsigned short width, const WPXFormOrientation orientation)=0
WP6Listener::pageMarginChange
virtual void pageMarginChange(const unsigned char side, const unsigned short margin)=0
WPXEncryption
Definition: WPXEncryption.h:36
WP6PageGroup::m_pageNumberHeight
unsigned short m_pageNumberHeight
Definition: WP6PageGroup.h:56
WP6PageGroup::m_pageNumberPosition
unsigned char m_pageNumberPosition
Definition: WP6PageGroup.h:50

Generated for libwpd by doxygen 1.8.20