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
38class DosWordParser final : public MSWriteParser
39{
40public:
43
44 ~DosWordParser() final;
45
47 bool checkHeader(WPSHeader *header, bool strict=false);
48
49private:
50 DosWordParser(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: */
static WPSColor color(int clr)
Definition DosWord.cpp:216
void readSED() final
Definition DosWord.cpp:819
void readFFNTB() final
Definition DosWord.cpp:137
void readSECT(uint32_t fcSep, uint32_t fcLim)
Definition DosWord.cpp:877
DosWordParser(RVNGInputStreamPtr &input, WPSHeaderPtr &header, libwps_tools_win::Font::Type encoding=libwps_tools_win::Font::UNKNOWN)
Definition DosWord.cpp:126
libwps_tools_win::Font::Type getFileEncoding(libwps_tools_win::Font::Type hint) final
Definition DosWord.cpp:199
DosWordParser & operator=(const DosWordParser &)=delete
void insertControl(uint8_t val, uint32_t fc) final
Definition DosWord.cpp:581
void readPAP(uint32_t fcFirst, uint32_t fcLim, unsigned cch) final
Definition DosWord.cpp:337
void readCHP(uint32_t fcFirst, uint32_t fcLim, unsigned cch) final
Definition DosWord.cpp:240
void readSUMD() final
Definition DosWord.cpp:636
void insertSpecial(uint8_t val, uint32_t fc, MSWriteParserInternal::Paragraph::Location location) final
Definition DosWord.cpp:543
DosWordParser(const DosWordParser &)=delete
~DosWordParser() final
Definition DosWord.cpp:133
void readFNTB() final
Definition DosWord.cpp:770
bool checkHeader(WPSHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition DosWord.cpp:144
MSWriteParser(RVNGInputStreamPtr &input, WPSHeaderPtr &header, libwps_tools_win::Font::Type encoding=libwps_tools_win::Font::WIN3_WEUROPE)
Definition MSWrite.cpp:290
friend struct MSWriteParserInternal::Paragraph
Definition MSWrite.h:134
Definition WPSHeader.h:32
Type
enum Type
Definition libwps_tools_win.h:46
@ UNKNOWN
Definition libwps_tools_win.h:63
std::shared_ptr< WPSHeader > WPSHeaderPtr
shared pointer to WPSHeader
Definition libwps_internal.h:109
std::shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr
shared pointer to librevenge::RVNGInputStream
Definition libwps_internal.h:87
Definition MSWrite.cpp:39
the class to store a color
Definition libwps_internal.h:281

Generated on Sat Jul 19 2025 05:24:39 for libwps by doxygen 1.14.0