Main Page
Namespaces
Classes
Files
File List
File Members
WP6SingleByteFunction.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 WP6SINGLEBYTEFUNCTION_H
28
#define WP6SINGLEBYTEFUNCTION_H
29
30
#include "
WP6Part.h
"
31
32
class
WP6SingleByteFunction
:
public
WP6Part
33
{
34
public
:
35
static
WP6SingleByteFunction
*
constructSingleByteFunction
(
WPXInputStream
*input,
WPXEncryption
*encryption, uint8_t groupID);
36
};
37
38
class
WP6SpaceFunction
:
public
WP6SingleByteFunction
39
{
40
public
:
41
void
parse
(
WP6Listener
*listener);
42
};
43
44
class
WP6HardSpaceFunction
:
public
WP6SingleByteFunction
45
{
46
public
:
47
void
parse
(
WP6Listener
*listener);
48
};
49
50
class
WP6EOLFunction
:
public
WP6SingleByteFunction
51
{
52
public
:
53
void
parse
(
WP6Listener
*listener);
54
};
55
56
class
WP6EOCFunction
:
public
WP6SingleByteFunction
57
{
58
public
:
59
void
parse
(
WP6Listener
*listener);
60
};
61
62
class
WP6EOPFunction
:
public
WP6SingleByteFunction
63
{
64
public
:
65
void
parse
(
WP6Listener
*listener);
66
};
67
68
class
WP6SoftEOPFunction
:
public
WP6SingleByteFunction
69
{
70
public
:
71
void
parse
(
WP6Listener
*listener);
72
};
73
74
class
WP6SoftHyphenFunction
:
public
WP6SingleByteFunction
75
{
76
public
:
77
void
parse
(
WP6Listener
*listener);
78
};
79
80
class
WP6HyphenFunction
:
public
WP6SingleByteFunction
81
{
82
public
:
83
void
parse
(
WP6Listener
*listener);
84
};
85
86
class
WP6TableOffFunction
:
public
WP6SingleByteFunction
87
{
88
public
:
89
void
parse
(
WP6Listener
*listener);
90
};
91
92
class
WP6TableCellFunction
:
public
WP6SingleByteFunction
93
{
94
public
:
95
void
parse
(
WP6Listener
*listener);
96
};
97
98
class
WP6TableRowFunction
:
public
WP6SingleByteFunction
99
{
100
public
:
101
void
parse
(
WP6Listener
*listener);
102
};
103
104
class
WP6TableOffAtSoftEOPFunction
:
public
WP6SingleByteFunction
105
{
106
public
:
107
void
parse
(
WP6Listener
*listener);
108
};
109
110
class
WP6TableRowAtSoftEOPFunction
:
public
WP6SingleByteFunction
111
{
112
public
:
113
void
parse
(
WP6Listener
*listener);
114
};
115
116
class
WP6TableRowAtEOPFunction
:
public
WP6SingleByteFunction
117
{
118
public
:
119
void
parse
(
WP6Listener
*listener);
120
};
121
122
class
WP6TableRowAtEOCFunction
:
public
WP6SingleByteFunction
123
{
124
public
:
125
void
parse
(
WP6Listener
*listener);
126
};
127
128
#endif
/* WP6SINGLEBYTEFUNCTION_H */
129
/* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */
Generated for libwpd by
doxygen
1.8.4