blob: b61e5581e381f294073d443e1dd773888e5cadb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_XMLOFF_XMLNMSPE_HXX
#define INCLUDED_XMLOFF_XMLNMSPE_HXX
#include <sal/types.h>
// current namespaces
// These namespaces have the same index in the namespace table as prefix used.
// If a namespace is added, XML_OLD_NAMESPACE_BASE has to be adjusted!
constexpr sal_uInt16 XML_NAMESPACE_OFFICE = 0;
constexpr sal_uInt16 XML_NAMESPACE_STYLE = 1;
constexpr sal_uInt16 XML_NAMESPACE_TEXT = 2;
constexpr sal_uInt16 XML_NAMESPACE_TABLE = 3;
constexpr sal_uInt16 XML_NAMESPACE_DRAW = 4;
constexpr sal_uInt16 XML_NAMESPACE_FO = 5;
constexpr sal_uInt16 XML_NAMESPACE_XLINK = 6;
constexpr sal_uInt16 XML_NAMESPACE_DC = 7;
constexpr sal_uInt16 XML_NAMESPACE_META = 8;
constexpr sal_uInt16 XML_NAMESPACE_NUMBER = 9;
constexpr sal_uInt16 XML_NAMESPACE_PRESENTATION = 10;
constexpr sal_uInt16 XML_NAMESPACE_SVG = 11;
constexpr sal_uInt16 XML_NAMESPACE_CHART = 12;
constexpr sal_uInt16 XML_NAMESPACE_DR3D = 13;
constexpr sal_uInt16 XML_NAMESPACE_MATH = 14;
constexpr sal_uInt16 XML_NAMESPACE_FORM = 15;
constexpr sal_uInt16 XML_NAMESPACE_SCRIPT = 16;
constexpr sal_uInt16 XML_NAMESPACE_BLOCKLIST = 17;
constexpr sal_uInt16 XML_NAMESPACE_FRAMEWORK = 18;
constexpr sal_uInt16 XML_NAMESPACE_CONFIG = 19;
constexpr sal_uInt16 XML_NAMESPACE_OOO = 20;
constexpr sal_uInt16 XML_NAMESPACE_OOOW = 21;
constexpr sal_uInt16 XML_NAMESPACE_OOOC = 22;
constexpr sal_uInt16 XML_NAMESPACE_DOM = 23;
constexpr sal_uInt16 XML_NAMESPACE_TCD = 24; // text conversion dictionary
constexpr sal_uInt16 XML_NAMESPACE_DB = 25;
constexpr sal_uInt16 XML_NAMESPACE_DLG = 26;
constexpr sal_uInt16 XML_NAMESPACE_XFORMS = 27;
constexpr sal_uInt16 XML_NAMESPACE_XSD = 28;
constexpr sal_uInt16 XML_NAMESPACE_XSI = 29;
constexpr sal_uInt16 XML_NAMESPACE_SMIL = 30;
constexpr sal_uInt16 XML_NAMESPACE_ANIMATION = 31;
constexpr sal_uInt16 XML_NAMESPACE_XML = 32;
constexpr sal_uInt16 XML_NAMESPACE_REPORT = 33;
constexpr sal_uInt16 XML_NAMESPACE_OF = 34; // OpenFormula aka ODFF
constexpr sal_uInt16 XML_NAMESPACE_XHTML = 35;
constexpr sal_uInt16 XML_NAMESPACE_GRDDL = 36;
constexpr sal_uInt16 XML_NAMESPACE_VERSIONS_LIST = 37;
// namespaces for odf extended formats
constexpr sal_uInt16 XML_NAMESPACE_EXT_BASE = 38;
constexpr sal_uInt16 XML_NAMESPACE_OFFICE_EXT = XML_NAMESPACE_EXT_BASE + 0;
constexpr sal_uInt16 XML_NAMESPACE_TABLE_EXT = XML_NAMESPACE_EXT_BASE + 1;
constexpr sal_uInt16 XML_NAMESPACE_CHART_EXT = XML_NAMESPACE_EXT_BASE + 2;
constexpr sal_uInt16 XML_NAMESPACE_DRAW_EXT = XML_NAMESPACE_EXT_BASE + 3;
constexpr sal_uInt16 XML_NAMESPACE_CALC_EXT = XML_NAMESPACE_EXT_BASE + 4;
constexpr sal_uInt16 XML_NAMESPACE_LO_EXT = XML_NAMESPACE_EXT_BASE + 5;
// namespaces for OOo formats
constexpr sal_uInt16 XML_NAMESPACE_OOO_BASE = 44U;
constexpr sal_uInt16 XML_NAMESPACE_OFFICE_OOO = XML_NAMESPACE_OOO_BASE + 0;
constexpr sal_uInt16 XML_NAMESPACE_META_OOO = XML_NAMESPACE_OOO_BASE + 1;
constexpr sal_uInt16 XML_NAMESPACE_STYLE_OOO = XML_NAMESPACE_OOO_BASE + 2;
constexpr sal_uInt16 XML_NAMESPACE_NUMBER_OOO = XML_NAMESPACE_OOO_BASE + 3;
constexpr sal_uInt16 XML_NAMESPACE_TEXT_OOO = XML_NAMESPACE_OOO_BASE + 4;
constexpr sal_uInt16 XML_NAMESPACE_TABLE_OOO = XML_NAMESPACE_OOO_BASE + 5;
constexpr sal_uInt16 XML_NAMESPACE_DRAW_OOO = XML_NAMESPACE_OOO_BASE + 6;
constexpr sal_uInt16 XML_NAMESPACE_DR3D_OOO = XML_NAMESPACE_OOO_BASE + 7;
constexpr sal_uInt16 XML_NAMESPACE_PRESENTATION_OOO = XML_NAMESPACE_OOO_BASE + 8;
constexpr sal_uInt16 XML_NAMESPACE_CHART_OOO = XML_NAMESPACE_OOO_BASE + 9;
constexpr sal_uInt16 XML_NAMESPACE_CONFIG_OOO = XML_NAMESPACE_OOO_BASE + 10;
constexpr sal_uInt16 XML_NAMESPACE_FORM_OOO = XML_NAMESPACE_OOO_BASE + 11;
constexpr sal_uInt16 XML_NAMESPACE_SCRIPT_OOO = XML_NAMESPACE_OOO_BASE + 12;
constexpr sal_uInt16 XML_NAMESPACE_COMPAT_BASE = 57;
constexpr sal_uInt16 XML_NAMESPACE_SVG_COMPAT = XML_NAMESPACE_COMPAT_BASE + 0;
constexpr sal_uInt16 XML_NAMESPACE_FO_COMPAT = XML_NAMESPACE_COMPAT_BASE + 1;
constexpr sal_uInt16 XML_NAMESPACE_SMIL_COMPAT = XML_NAMESPACE_COMPAT_BASE + 2;
constexpr sal_uInt16 XML_NAMESPACE_OASIS_BASE = 60;
constexpr sal_uInt16 XML_NAMESPACE_DB_OASIS = XML_NAMESPACE_OASIS_BASE + 0;
constexpr sal_uInt16 XML_NAMESPACE_REPORT_OASIS = XML_NAMESPACE_OASIS_BASE + 1;
// namespaces used in the technical preview (SO 5.2)
constexpr sal_uInt16 XML_OLD_NAMESPACE_BASE = 62;
constexpr sal_uInt16 XML_OLD_NAMESPACE_FO = XML_OLD_NAMESPACE_BASE + 0;
constexpr sal_uInt16 XML_OLD_NAMESPACE_XLINK = XML_OLD_NAMESPACE_BASE + 1;
constexpr sal_uInt16 XML_OLD_NAMESPACE_OFFICE = XML_OLD_NAMESPACE_BASE + 2;
constexpr sal_uInt16 XML_OLD_NAMESPACE_STYLE = XML_OLD_NAMESPACE_BASE + 3;
constexpr sal_uInt16 XML_OLD_NAMESPACE_TEXT = XML_OLD_NAMESPACE_BASE + 4;
constexpr sal_uInt16 XML_OLD_NAMESPACE_TABLE = XML_OLD_NAMESPACE_BASE + 5;
constexpr sal_uInt16 XML_OLD_NAMESPACE_META = XML_OLD_NAMESPACE_BASE + 6;
constexpr sal_uInt16 XML_OLD_NAMESPACE_DRAW = XML_OLD_NAMESPACE_BASE + 7;
constexpr sal_uInt16 XML_OLD_NAMESPACE_NUMBER = XML_OLD_NAMESPACE_BASE + 8;
constexpr sal_uInt16 XML_OLD_NAMESPACE_PRESENTATION = XML_OLD_NAMESPACE_BASE + 9;
constexpr sal_uInt16 XML_OLD_NAMESPACE_CHART = XML_OLD_NAMESPACE_BASE + 10;
constexpr sal_uInt16 XML_OLD_NAMESPACE_SMIL = XML_OLD_NAMESPACE_BASE + 11;
// experimental namespaces
constexpr sal_uInt16 XML_NAMESPACE_FIELD = 100;
constexpr sal_uInt16 XML_NAMESPACE_CSS3TEXT = 103; // CSS Text Level 3
constexpr sal_uInt16 XML_NAMESPACE_FORMX = 101; // form interop extensions
#endif // INCLUDED_XMLOFF_XMLNMSPE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|