LibreOffice Module hwpfilter (master)
1
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
w
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Functions
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
w
y
Variables
a
b
c
d
e
f
h
i
j
k
l
n
p
r
s
t
w
y
z
Typedefs
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
Macros
a
b
c
d
e
f
g
h
i
l
m
n
o
t
u
v
w
y
z
hwpfilter
source
grammar.h
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/*
3
* This file is part of the LibreOffice project.
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
* This file incorporates work covered by the following license notice:
10
*
11
* Licensed to the Apache Software Foundation (ASF) under one or more
12
* contributor license agreements. See the NOTICE file distributed
13
* with this work for additional information regarding copyright
14
* ownership. The ASF licenses this file to you under the Apache
15
* License, Version 2.0 (the "License"); you may not use this file
16
* except in compliance with the License. You may obtain a copy of
17
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
18
*/
19
20
typedef
union
{
21
const
char
*
dval
;
22
const
char
*
str
;
23
Node
*
ptr
;
24
}
YYSTYPE
;
25
26
enum
Grammar
27
{
28
ACCENT
= 257,
29
SMALL_GREEK
= 258,
30
CAPITAL_GREEK
= 259,
31
BINARY_OPERATOR
= 260,
32
RELATION_OPERATOR
= 261,
33
ARROW
= 262,
34
GENERAL_IDEN
= 263,
35
GENERAL_OPER
= 264,
36
BIG_SYMBOL
= 265,
37
FUNCTION
= 266,
38
ROOT
= 267,
39
FRACTION
= 268,
40
SUBSUP
= 269,
41
EQOVER
= 270,
42
DELIMETER
= 271,
43
LARGE_DELIM
= 272,
44
DECORATION
= 273,
45
SPACE_SYMBOL
= 274,
46
CHARACTER
= 275,
47
STRING
= 276,
48
OPERATOR
= 277,
49
EQBEGIN
= 278,
50
EQEND
= 279,
51
EQLEFT
= 280,
52
EQRIGHT
= 281,
53
NEWLINE
= 282,
54
LEFT_DELIM
= 283,
55
RIGHT_DELIM
= 284,
56
DIGIT
= 285,
57
};
58
59
extern
YYSTYPE
yylval
;
60
61
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Grammar
Grammar
Definition:
grammar.h:27
RELATION_OPERATOR
@ RELATION_OPERATOR
Definition:
grammar.h:32
RIGHT_DELIM
@ RIGHT_DELIM
Definition:
grammar.h:55
GENERAL_IDEN
@ GENERAL_IDEN
Definition:
grammar.h:34
DIGIT
@ DIGIT
Definition:
grammar.h:56
DELIMETER
@ DELIMETER
Definition:
grammar.h:42
EQOVER
@ EQOVER
Definition:
grammar.h:41
EQEND
@ EQEND
Definition:
grammar.h:50
CAPITAL_GREEK
@ CAPITAL_GREEK
Definition:
grammar.h:30
ACCENT
@ ACCENT
Definition:
grammar.h:28
LARGE_DELIM
@ LARGE_DELIM
Definition:
grammar.h:43
GENERAL_OPER
@ GENERAL_OPER
Definition:
grammar.h:35
EQLEFT
@ EQLEFT
Definition:
grammar.h:51
ARROW
@ ARROW
Definition:
grammar.h:33
NEWLINE
@ NEWLINE
Definition:
grammar.h:53
OPERATOR
@ OPERATOR
Definition:
grammar.h:48
CHARACTER
@ CHARACTER
Definition:
grammar.h:46
BINARY_OPERATOR
@ BINARY_OPERATOR
Definition:
grammar.h:31
SUBSUP
@ SUBSUP
Definition:
grammar.h:40
SPACE_SYMBOL
@ SPACE_SYMBOL
Definition:
grammar.h:45
EQRIGHT
@ EQRIGHT
Definition:
grammar.h:52
EQBEGIN
@ EQBEGIN
Definition:
grammar.h:49
SMALL_GREEK
@ SMALL_GREEK
Definition:
grammar.h:29
LEFT_DELIM
@ LEFT_DELIM
Definition:
grammar.h:54
DECORATION
@ DECORATION
Definition:
grammar.h:44
FUNCTION
@ FUNCTION
Definition:
grammar.h:37
BIG_SYMBOL
@ BIG_SYMBOL
Definition:
grammar.h:36
FRACTION
@ FRACTION
Definition:
grammar.h:39
ROOT
@ ROOT
Definition:
grammar.h:38
STRING
@ STRING
Definition:
grammar.h:47
yylval
YYSTYPE yylval
Definition:
grammar.cxx:304
Node
YYSTYPE
Definition:
grammar.h:20
YYSTYPE::ptr
Node * ptr
Definition:
grammar.h:23
YYSTYPE::dval
const char * dval
Definition:
grammar.h:21
YYSTYPE::str
const char * str
Definition:
grammar.h:22
Generated on Sun Jul 30 2023 04:33:09 for LibreOffice Module hwpfilter (master) by
1.9.3