WP5ContentListener.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) 2003 William Lachance (wrlach@gmail.com)
11  * Copyright (C) 2003 Marc Maurer (uwog@uwog.net)
12  * Copyright (C) 2005-2007 Fridrich Strba (fridrich.strba@bluewin.ch)
13  *
14  * For minor contributions see the git repository.
15  *
16  * Alternatively, the contents of this file may be used under the terms
17  * of the GNU Lesser General Public License Version 2.1 or later
18  * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are
19  * applicable instead of those above.
20  *
21  * For further information visit http://libwpd.sourceforge.net
22  */
23 
24 /* "This product is not manufactured, approved, or supported by
25  * Corel Corporation or Corel Corporation Limited."
26  */
27 
28 #ifndef WP5CONTENTLISTENER_H
29 #define WP5CONTENTLISTENER_H
30 
31 #include "WP5Listener.h"
32 #include "WPXContentListener.h"
33 #include "WP5SubDocument.h"
34 #include "libwpd_internal.h"
35 #include <vector>
36 
39 {
42  librevenge::RVNGString m_textBuffer;
43  librevenge::RVNGString m_noteReference;
44 
46 
48 };
49 
51 {
52 public:
53  WP5ContentListener(std::list<WPXPageSpan> &pageList, std::vector<WP5SubDocument *> &subDocuments, librevenge::RVNGTextInterface *documentInterface);
55 
57  {
59  }
61  {
63  }
64  void setFont(const librevenge::RVNGString &fontName, double fontSize);
65  void setTabs(const std::vector<WPXTabStop> &tabStops, unsigned short tabOffset);
66  void insertCharacter(unsigned character);
67  void insertTab(unsigned char tabType, double tabPosition);
68  void insertIndent(unsigned char indentType, double indentPosition);
69  void insertEOL();
70  void insertBreak(unsigned char breakType)
71  {
73  }
74  void lineSpacingChange(double lineSpacing)
75  {
77  }
78  void justificationChange(unsigned char justification)
79  {
81  }
82  void characterColorChange(unsigned char red, unsigned char green, unsigned char blue);
83  void attributeChange(bool isOn, unsigned char attribute);
84  void pageMarginChange(unsigned char /* side */, unsigned short /* margin */) {}
85  void pageFormChange(unsigned short /* length */, unsigned short /* width */, WPXFormOrientation /* orientation */) {}
86  void marginChange(unsigned char side, unsigned short margin);
87  void paragraphMarginChange(unsigned char /* side */, signed short /* margin */) {}
88  void endDocument()
89  {
91  }
93  {
95  }
96 
97  void defineTable(unsigned char position, unsigned short leftOffset);
98  void addTableColumnDefinition(unsigned width, unsigned leftGutter, unsigned rightGutter,
99  unsigned attributes, unsigned char alignment);
100  void startTable();
101  void insertRow(unsigned short rowHeight, bool isMinimumHeight, bool isHeaderRow);
102  void insertCell(unsigned char colSpan, unsigned char rowSpan, unsigned char borderBits,
103  const RGBSColor *cellFgColor, const RGBSColor *cellBgColor,
104  const RGBSColor *cellBorderColor, WPXVerticalAlignment cellVerticalAlignment,
105  bool useCellAttributes, unsigned cellAttributes);
106  void endTable();
107 
108  void insertNoteReference(const librevenge::RVNGString &noteReference);
109  void insertNote(WPXNoteType noteType, const WP5SubDocument *subDocument);
110  void headerFooterGroup(unsigned char headerFooterType, unsigned char occurrenceBits, WP5SubDocument *subDocument);
111  void suppressPageCharacteristics(unsigned char /* suppressCode */) {}
112 
113  void setDefaultFont(const librevenge::RVNGString &fontName, double fontSize);
114 
115  void boxOn(unsigned char positionAndType, unsigned char alignment, unsigned short width, unsigned short height, unsigned short x, unsigned short y);
116  virtual void boxOff();
117  virtual void insertGraphicsData(const librevenge::RVNGBinaryData *data);
118 
119 protected:
120  void _handleSubDocument(const WPXSubDocument *subDocument, WPXSubDocumentType subDocumentType, WPXTableList tableList, unsigned nextTableIndice = 0);
121 
122  void _flushText();
123  void _changeList() {}
124 
125 private:
129  std::vector<WP5SubDocument *> &m_subDocuments;
131  librevenge::RVNGString m_defaultFontName;
132 };
133 
134 #endif /* WP5CONTENTLISTENER_H */
135 /* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */
void insertNoteReference(const librevenge::RVNGString &noteReference)
Definition: WP5ContentListener.cpp:518
void endSubDocument()
Definition: WP5ContentListener.h:92
void paragraphMarginChange(unsigned char, signed short)
Definition: WP5ContentListener.h:87
Definition: WP5SubDocument.h:33
Definition: WP5ContentListener.h:38
std::vector< WP5SubDocument * > & m_subDocuments
Definition: WP5ContentListener.h:129
Definition: WP5Listener.h:39
void attributeChange(bool isOn, unsigned char attribute)
Definition: WP5ContentListener.cpp:372
void startDocument()
Definition: WP5ContentListener.h:56
void justificationChange(const unsigned char justification)
Definition: WPXContentListener.cpp:1309
void startSubDocument()
Definition: WPXContentListener.cpp:157
void endDocument()
Definition: WPXContentListener.cpp:163
void startSubDocument()
Definition: WP5ContentListener.h:60
void insertBreak(unsigned char breakType)
Definition: WP5ContentListener.h:70
virtual void boxOff()
Definition: WP5ContentListener.cpp:800
void insertBreak(const unsigned char breakType)
Definition: WPXContentListener.cpp:1247
WPXSubDocumentType
Definition: libwpd_internal.h:111
void marginChange(unsigned char side, unsigned short margin)
Definition: WP5ContentListener.cpp:442
void justificationChange(unsigned char justification)
Definition: WP5ContentListener.h:78
~WP5ContentListener()
Definition: WP5ContentListener.cpp:56
void boxOn(unsigned char positionAndType, unsigned char alignment, unsigned short width, unsigned short height, unsigned short x, unsigned short y)
Definition: WP5ContentListener.cpp:610
Definition: libwpd_internal.h:167
Definition: WPXContentListener.h:147
void suppressPageCharacteristics(unsigned char)
Definition: WP5ContentListener.h:111
bool m_isFrameOpened
Definition: WP5ContentListener.h:47
Definition: WPXTable.h:81
void pageFormChange(unsigned short, unsigned short, WPXFormOrientation)
Definition: WP5ContentListener.h:85
void insertRow(unsigned short rowHeight, bool isMinimumHeight, bool isHeaderRow)
Definition: WP5ContentListener.cpp:321
void insertCell(unsigned char colSpan, unsigned char rowSpan, unsigned char borderBits, const RGBSColor *cellFgColor, const RGBSColor *cellBgColor, const RGBSColor *cellBorderColor, WPXVerticalAlignment cellVerticalAlignment, bool useCellAttributes, unsigned cellAttributes)
Definition: WP5ContentListener.cpp:331
void headerFooterGroup(unsigned char headerFooterType, unsigned char occurrenceBits, WP5SubDocument *subDocument)
Definition: WP5ContentListener.cpp:597
~_WP5ContentParsingState()
Definition: WP5ContentListener.cpp:42
_WP5ContentParsingState()
Definition: WP5ContentListener.cpp:34
librevenge::RVNGString m_noteReference
Definition: WP5ContentListener.h:43
void lineSpacingChange(double lineSpacing)
Definition: WP5ContentListener.h:74
WPXTableList m_tableList
Definition: WP5ContentListener.h:45
WPXFormOrientation
Definition: libwpd_internal.h:105
Definition: WPXSubDocument.h:34
WPXVerticalAlignment
Definition: libwpd_internal.h:107
void insertNote(WPXNoteType noteType, const WP5SubDocument *subDocument)
Definition: WP5ContentListener.cpp:526
void _flushText()
Definition: WP5ContentListener.cpp:828
void _changeList()
Definition: WP5ContentListener.h:123
librevenge::RVNGString m_defaultFontName
Definition: WP5ContentListener.h:131
void characterColorChange(unsigned char red, unsigned char green, unsigned char blue)
Definition: WP5ContentListener.cpp:487
librevenge::RVNGString m_textBuffer
Definition: WP5ContentListener.h:42
void startTable()
Definition: WP5ContentListener.cpp:300
void insertCharacter(unsigned character)
Definition: WP5ContentListener.cpp:66
void defineTable(unsigned char position, unsigned short leftOffset)
Definition: WP5ContentListener.cpp:240
void endSubDocument()
Definition: WPXContentListener.cpp:184
void endDocument()
Definition: WP5ContentListener.h:88
virtual void insertGraphicsData(const librevenge::RVNGBinaryData *data)
Definition: WP5ContentListener.cpp:809
void setTabs(const std::vector< WPXTabStop > &tabStops, unsigned short tabOffset)
Definition: WP5ContentListener.cpp:508
void endTable()
Definition: WP5ContentListener.cpp:354
void insertTab(unsigned char tabType, double tabPosition)
Definition: WP5ContentListener.cpp:74
void pageMarginChange(unsigned char, unsigned short)
Definition: WP5ContentListener.h:84
void insertEOL()
Definition: WP5ContentListener.cpp:227
void _handleSubDocument(const WPXSubDocument *subDocument, WPXSubDocumentType subDocumentType, WPXTableList tableList, unsigned nextTableIndice=0)
Definition: WP5ContentListener.cpp:560
void addTableColumnDefinition(unsigned width, unsigned leftGutter, unsigned rightGutter, unsigned attributes, unsigned char alignment)
Definition: WP5ContentListener.cpp:275
Definition: WP5ContentListener.h:50
void startDocument()
Definition: WPXContentListener.cpp:142
WP5ContentListener & operator=(const WP5ContentListener &)
void lineSpacingChange(const double lineSpacing)
Definition: WPXContentListener.cpp:1301
WP5ContentParsingState * m_parseState
Definition: WP5ContentListener.h:128
WP5ContentListener(std::list< WPXPageSpan > &pageList, std::vector< WP5SubDocument * > &subDocuments, librevenge::RVNGTextInterface *documentInterface)
Definition: WP5ContentListener.cpp:46
void insertIndent(unsigned char indentType, double indentPosition)
Definition: WP5ContentListener.cpp:169
void setDefaultFont(const librevenge::RVNGString &fontName, double fontSize)
Definition: WP5ContentListener.cpp:604
double m_defaultFontSize
Definition: WP5ContentListener.h:130
void setFont(const librevenge::RVNGString &fontName, double fontSize)
Definition: WP5ContentListener.cpp:498
WPXNoteType
Definition: libwpd_internal.h:93

Generated for libwpd by doxygen 1.8.8