DosWord.h
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
2 /* libwps
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) 2015 Sean Young <sean@mess.org>
11  *
12  * For minor contributions see the git repository.
13  *
14  * Alternatively, the contents of this file may be used under the terms
15  * of the GNU Lesser General Public License Version 2.1 or later
16  * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are
17  * applicable instead of those above.
18  *
19  * For further information visit http://libwps.sourceforge.net
20  */
21 
22 #ifndef DOSWORD_H
23 #define DOSWORD_H
24 
25 #include <librevenge-stream/librevenge-stream.h>
26 #include "libwps_internal.h"
27 #include "libwps_tools_win.h"
28 
29 #include "MSWrite.h"
30 #include "WPSParser.h"
31 #include "WPSEntry.h"
32 #include "WPSPageSpan.h"
33 
38 class DosWordParser final : public MSWriteParser
39 {
40 public:
43 
44  ~DosWordParser() final;
45 
47  bool checkHeader(WPSHeader *header, bool strict=false);
48 
49 private:
50  DosWordParser(const DosWordParser &) = delete;
51  DosWordParser &operator=(const DosWordParser &) = delete;
53 
54  static WPSColor color(int clr);
55 
56  void readSECT(uint32_t fcSep, uint32_t fcLim);
57  void readSED() final;
58  void readFFNTB() final;
59  void readCHP(uint32_t fcFirst, uint32_t fcLim, unsigned cch) final;
60  void readPAP(uint32_t fcFirst, uint32_t fcLim, unsigned cch) final;
61  void readSUMD() final;
62  void readFNTB() final;
63 
64  void insertSpecial(uint8_t val, uint32_t fc, MSWriteParserInternal::Paragraph::Location location) final;
65  void insertControl(uint8_t val, uint32_t fc) final;
66 };
67 
68 #endif /* DOSWORD_H */
69 /* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */
DosWordParser(RVNGInputStreamPtr &input, WPSHeaderPtr &header, libwps_tools_win::Font::Type encoding=libwps_tools_win::Font::UNKNOWN)
Definition: DosWord.cpp:126
~DosWordParser() final
Definition: DosWord.cpp:132
void readCHP(uint32_t fcFirst, uint32_t fcLim, unsigned cch) final
Definition: DosWord.cpp:239
Type
enum Type
Definition: libwps_tools_win.h:46
void readSED() final
Definition: DosWord.cpp:818
void insertSpecial(uint8_t val, uint32_t fc, MSWriteParserInternal::Paragraph::Location location) final
Definition: DosWord.cpp:542
void readFNTB() final
Definition: DosWord.cpp:769
This class parses Microsoft Word for DOS.
Definition: DosWord.h:38
libwps_tools_win::Font::Type getFileEncoding(libwps_tools_win::Font::Type hint) final
Definition: DosWord.cpp:198
void readSUMD() final
Definition: DosWord.cpp:635
Definition: WPSHeader.h:31
Definition: libwps_tools_win.h:61
static WPSColor color(int clr)
Definition: DosWord.cpp:215
void insertControl(uint8_t val, uint32_t fc) final
Definition: DosWord.cpp:580
std::shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr
shared pointer to librevenge::RVNGInputStream
Definition: libwps_internal.h:87
void readSECT(uint32_t fcSep, uint32_t fcLim)
Definition: DosWord.cpp:876
This class parses Microsoft Write 3.0 and 3.1.
Definition: MSWrite.h:127
void readPAP(uint32_t fcFirst, uint32_t fcLim, unsigned cch) final
Definition: DosWord.cpp:336
bool checkHeader(WPSHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: DosWord.cpp:143
the class to store a color
Definition: libwps_internal.h:280
DosWordParser & operator=(const DosWordParser &)=delete
void readFFNTB() final
Definition: DosWord.cpp:136
Location
Definition: MSWrite.h:43
std::shared_ptr< WPSHeader > WPSHeaderPtr
shared pointer to WPSHeader
Definition: libwps_internal.h:109

Generated on Fri May 27 2022 03:06:59 for libwps by doxygen 1.8.14