summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UnoControls/meson.build1
-rw-r--r--accessibility/meson.build5
-rw-r--r--basctl/meson.build5
-rw-r--r--canvas/meson.build23
-rw-r--r--chart2/meson.build31
-rw-r--r--comphelper/meson.build5
-rw-r--r--config_host/config_box2d.h.meson7
-rw-r--r--config_host/config_options.h.meson8
-rw-r--r--config_host/config_zxing.h.meson17
-rw-r--r--config_host/meson.build10
-rw-r--r--configmgr/meson.build1
-rw-r--r--connectivity/meson.build7
-rwxr-xr-xcppuhelper/genservices.py4
-rw-r--r--cui/meson.build11
-rw-r--r--dbaccess/meson.build40
-rw-r--r--desktop/meson.build26
-rw-r--r--drawinglayer/meson.build13
-rw-r--r--dtrans/meson.build16
-rw-r--r--editeng/tokens.cxx4
-rw-r--r--embeddedobj/meson.build2
-rw-r--r--emfio/meson.build1
-rw-r--r--extensions/meson.build1
-rw-r--r--external/dtoa/meson.build18
-rw-r--r--external/dtoa/source/dtoa.c6205
-rw-r--r--external/dtoa/source/inc/dtoa.h1
-rw-r--r--external/meson.build1
-rw-r--r--filter/meson.build64
-rw-r--r--formula/meson.build1
-rw-r--r--fpicker/meson.build1
-rw-r--r--framework/meson.build200
-rw-r--r--i18npool/meson.build4
-rwxr-xr-xi18npool/oogen.py4
-rw-r--r--io/meson.build1
-rw-r--r--lingucomponent/meson.build26
-rw-r--r--linguistic/meson.build1
-rw-r--r--lotuswordpro/meson.build7
-rw-r--r--meson.build12
-rw-r--r--officecfg/Office/UI/meson.build19
-rw-r--r--officecfg/meson.build44
-rw-r--r--oox/meson.build1
-rw-r--r--oox/namespacenames.inc89
-rw-r--r--oox/namespaces-strictnames.inc89
-rw-r--r--oox/oox/token/namespaces.hxx90
-rw-r--r--oox/oox/token/properties.hxx1176
-rw-r--r--oox/oox/token/tokens.hxx9656
-rw-r--r--oox/propertynames.inc754
-rw-r--r--oox/tokenhash.inc22070
-rw-r--r--oox/tokennames.inc2
-rw-r--r--package/meson.build2
-rw-r--r--reportdesign/meson.build3
-rw-r--r--sal/meson.build4
-rw-r--r--sc/meson.build24
-rw-r--r--scripting/meson.build2
-rw-r--r--sd/meson.build10
-rw-r--r--sdext/meson.build1
-rw-r--r--sfx2/meson.build26
-rw-r--r--shell/meson.build1
-rw-r--r--slideshow/meson.build11
-rw-r--r--smoketest/meson.build8
-rwxr-xr-x[-rw-r--r--]solenv/bin/generate-tokens.py2
-rw-r--r--starmath/meson.build22
-rw-r--r--svgio/meson.build2
-rw-r--r--svl/meson.build8
-rw-r--r--svtools/meson.build17
-rw-r--r--svx/meson.build81
-rw-r--r--sw/meson.build44
-rw-r--r--sw/tokens.cxx329
-rw-r--r--toolkit/meson.build20
-rw-r--r--tools/meson.build1
-rw-r--r--ucb/meson.build17
-rw-r--r--ucbhelper/meson.build1
-rw-r--r--unotools/meson.build7
-rw-r--r--unoxml/meson.build3
-rw-r--r--uui/meson.build1
-rw-r--r--vbahelper/meson.build1
-rw-r--r--vcl/inc/qt5/Qt5Menu.hxx2
-rw-r--r--vcl/meson.build155
-rw-r--r--vcl/unx/kf5/KF5FilePicker.hxx5
-rw-r--r--xmloff/meson.build8
-rw-r--r--xmloff/tokenhash.inc11998
-rw-r--r--xmlscript/meson.build2
81 files changed, 30041 insertions, 23551 deletions
diff --git a/UnoControls/meson.build b/UnoControls/meson.build
index 57c4ea73be7a..8e9b62a9d274 100644
--- a/UnoControls/meson.build
+++ b/UnoControls/meson.build
@@ -2,7 +2,6 @@ ctl_lib = shared_library('ctl',
'source/base/basecontainercontrol.cxx',
'source/base/basecontrol.cxx',
'source/base/multiplexer.cxx',
- 'source/base/registercontrols.cxx',
'source/controls/OConnectionPointContainerHelper.cxx',
'source/controls/OConnectionPointHelper.cxx',
'source/controls/framecontrol.cxx',
diff --git a/accessibility/meson.build b/accessibility/meson.build
index ca1dc58ca5cc..51d6163e4444 100644
--- a/accessibility/meson.build
+++ b/accessibility/meson.build
@@ -66,7 +66,10 @@ acc_lib = shared_library('acclo',
'source/standard/vclxaccessibletoolbox.cxx',
'source/standard/vclxaccessibletoolboxitem.cxx',
udk_fake_h, off_fake_h,
- cpp_args: ['-DLIBO_INTERNAL_ONLY'],
+ cpp_args: [
+ '-DLIBO_INTERNAL_ONLY',
+ '-DVCL_INTERNALS',
+ ],
include_directories: [main_inc, udkh_inc, offapi_inc, 'inc', 'source/inc'],
link_with: [comphelper_lib,
cppu_lib,
diff --git a/basctl/meson.build b/basctl/meson.build
index 96f26799873c..59b484894ad2 100644
--- a/basctl/meson.build
+++ b/basctl/meson.build
@@ -48,9 +48,9 @@ basctl_lib = shared_library('basctl',
'source/basicide/moduldl2.cxx',
'source/basicide/moduldlg.cxx',
'source/basicide/ObjectCatalog.cxx',
- 'source/basicide/register.cxx',
'source/basicide/sbxitem.cxx',
'source/basicide/scriptdocument.cxx',
+ 'source/basicide/uiobject.cxx',
'source/basicide/unomodel.cxx',
'source/dlged/dlgedclip.cxx',
'source/dlged/dlged.cxx',
@@ -63,6 +63,7 @@ basctl_lib = shared_library('basctl',
'source/dlged/dlgedview.cxx',
'source/dlged/managelang.cxx',
'source/dlged/propbrw.cxx',
+ 'source/basicide/textwindowpeer.cxx',
basslots_hxx,
udk_fake_h, off_fake_h, common_hxx, basicide_hxx,
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
@@ -72,7 +73,7 @@ basctl_lib = shared_library('basctl',
cppu_lib,
cppuhelper_lib,
editeng_lib,
- fwe_lib,
+ fwk_lib,
sal_lib,
i18nlangtag_lib,
sb_lib,
diff --git a/canvas/meson.build b/canvas/meson.build
index f3ab2c545a07..51f204e48357 100644
--- a/canvas/meson.build
+++ b/canvas/meson.build
@@ -13,7 +13,12 @@ canvastools_lib = shared_library('canvastoolslo',
'source/tools/surfaceproxymanager.cxx',
'source/tools/verifyinput.cxx',
udk_fake_h, off_fake_h,
- include_directories: [main_inc, udkh_inc, offapi_inc],
+ include_directories: [
+ main_inc,
+ udkh_inc,
+ offapi_inc,
+ 'inc',
+ ],
cpp_args: ['-DLIBO_INTERNAL_ONLY',
'-DCANVASTOOLS_DLLIMPLEMENTATION'],
link_with: [basegfx_lib, comphelper_lib, cppuhelper_lib, cppu_lib, tk_lib, tl_lib, vcl_lib, sal_lib],
@@ -32,7 +37,6 @@ vclcanvas_lib = shared_library('vclcanvaslo',
'source/vcl/canvashelper.cxx',
'source/vcl/devicehelper.cxx',
'source/vcl/impltools.cxx',
- 'source/vcl/services.cxx',
'source/vcl/spritecanvas.cxx',
'source/vcl/spritecanvashelper.cxx',
'source/vcl/spritedevicehelper.cxx',
@@ -41,7 +45,12 @@ vclcanvas_lib = shared_library('vclcanvaslo',
'source/vcl/canvashelper_texturefill.cxx',
'source/vcl/windowoutdevholder.cxx',
udk_fake_h, off_fake_h,
- include_directories: [main_inc, udkh_inc, offapi_inc],
+ include_directories: [
+ main_inc,
+ udkh_inc,
+ offapi_inc,
+ 'inc',
+ ],
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
link_with: [basegfx_lib, canvastools_lib, vcl_lib, svt_lib, tk_lib, tl_lib, cppuhelper_lib, cppu_lib, comphelper_lib, i18nlangtag_lib, sal_lib],
install: true,
@@ -56,7 +65,6 @@ cairocanvas_lib = shared_library('cairocanvaslo',
'source/cairo/cairo_canvashelper.cxx',
'source/cairo/cairo_canvashelper_text.cxx',
'source/cairo/cairo_devicehelper.cxx',
- 'source/cairo/cairo_services.cxx',
'source/cairo/cairo_spritecanvas.cxx',
'source/cairo/cairo_spritecanvashelper.cxx',
'source/cairo/cairo_spritedevicehelper.cxx',
@@ -64,7 +72,12 @@ cairocanvas_lib = shared_library('cairocanvaslo',
'source/cairo/cairo_textlayout.cxx',
udk_fake_h, off_fake_h,
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
- include_directories: [main_inc, udkh_inc, offapi_inc],
+ include_directories: [
+ main_inc,
+ udkh_inc,
+ offapi_inc,
+ 'inc',
+ ],
link_with: [cppuhelper_lib, cppu_lib, basegfx_lib, canvastools_lib, vcl_lib, tk_lib, tl_lib, comphelper_lib, i18nlangtag_lib, sal_lib],
dependencies: [cairo_dep],
install: true,
diff --git a/chart2/meson.build b/chart2/meson.build
index e5312f4c1525..33fedc8c30a3 100644
--- a/chart2/meson.build
+++ b/chart2/meson.build
@@ -130,6 +130,7 @@ chartcore_lib = shared_library('chartcore',
'source/tools/LogarithmicRegressionCurveCalculator.cxx',
'source/tools/MeanValueRegressionCurveCalculator.cxx',
'source/tools/MediaDescriptorHelper.cxx',
+ 'source/tools/ModifyListenerCallBack.cxx',
'source/tools/ModifyListenerHelper.cxx',
'source/tools/MovingAverageRegressionCurveCalculator.cxx',
'source/tools/NameContainer.cxx',
@@ -170,13 +171,14 @@ chartcore_lib = shared_library('chartcore',
'-DOOO_DLLIMPLEMENTATION_CHARTVIEW',
'-DLIBO_INTERNAL_ONLY'],
include_directories: [main_inc, udkh_inc, offapi_inc, 'inc', 'source/view/inc', 'source/inc', 'source/model/inc/', setup_inc],
- link_with: [basegfx_lib,
+ link_with: [
+ basegfx_lib,
comphelper_lib,
cppu_lib,
cppuhelper_lib,
drawinglayer_lib,
editeng_lib,
- fwe_lib,
+ fwk_lib,
i18nlangtag_lib,
sal_lib,
salhelper_lib,
@@ -189,7 +191,9 @@ chartcore_lib = shared_library('chartcore',
utl_lib,
vcl_lib,
],
- dependencies: [],
+ dependencies: [
+ libxml_dep,
+ ],
install: true,
)
@@ -272,6 +276,7 @@ chartcontroller_lib = shared_library('chartcontroller',
'source/controller/dialogs/tp_AxisPositions.cxx',
'source/controller/dialogs/tp_ChartType.cxx',
'source/controller/dialogs/tp_DataLabel.cxx',
+ 'source/controller/dialogs/tp_DataPointOption.cxx',
'source/controller/dialogs/tp_DataSource.cxx',
'source/controller/dialogs/tp_ErrorBars.cxx',
'source/controller/dialogs/tp_LegendPosition.cxx',
@@ -345,19 +350,27 @@ chartcontroller_lib = shared_library('chartcontroller',
'source/controller/sidebar/ChartTypePanel.cxx',
'source/controller/uitest/uiobject.cxx',
- udk_fake_h, off_fake_h,
+ udk_fake_h, off_fake_h, compatibility_hxx, common_hxx,
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
- include_directories: [main_inc, udkh_inc, offapi_inc, 'inc', 'source/inc', 'source/controller/inc'],
- link_with: [basegfx_lib,
+ include_directories: [
+ 'inc',
+ main_inc,
+ setup_inc,
+ 'source/controller/inc',
+ 'source/inc',
+ udkh_inc,
+ ],
+ link_with: [
+ basegfx_lib,
chartcore_lib,
comphelper_lib,
- cppu_lib,
cppuhelper_lib,
+ cppu_lib,
drawinglayer_lib,
editeng_lib,
- sal_lib,
- salhelper_lib,
i18nlangtag_lib,
+ salhelper_lib,
+ sal_lib,
sfx_lib,
sot_lib,
svl_lib,
diff --git a/comphelper/meson.build b/comphelper/meson.build
index eab61766ce21..1bbb1f607b4b 100644
--- a/comphelper/meson.build
+++ b/comphelper/meson.build
@@ -25,10 +25,7 @@ comphelper_lib = shared_library('comphelper',
'source/misc/automationinvokedzone.cxx',
'source/misc/backupfilehelper.cxx',
'source/misc/base64.cxx',
- 'source/misc/comphelper_module.cxx',
- 'source/misc/comphelper_services.cxx',
'source/misc/componentbase.cxx',
- 'source/misc/componentmodule.cxx',
'source/misc/configuration.cxx',
'source/misc/configurationhelper.cxx',
'source/misc/DirectoryHelper.cxx',
@@ -104,7 +101,7 @@ comphelper_lib = shared_library('comphelper',
udk_fake_h, off_fake_h,
cpp_args: ['-DCOMPHELPER_DLLIMPLEMENTATION',
'-DLIBO_INTERNAL_ONLY' ],
- include_directories: [main_inc, 'source/inc'],
+ include_directories: [main_inc],
link_with: [cppuhelper_lib, cppu_lib, salhelper_lib, sal_lib, ucbhelper_lib, i18nlangtag_lib],
dependencies: [openssl_dep, nss_dep, zlib_dep, icuuc_dep],
gnu_symbol_visibility: 'hidden',
diff --git a/config_host/config_box2d.h.meson b/config_host/config_box2d.h.meson
new file mode 100644
index 000000000000..cc761536dc04
--- /dev/null
+++ b/config_host/config_box2d.h.meson
@@ -0,0 +1,7 @@
+#ifndef CONFIG_BOX2D_H
+#define CONFIG_BOX2D_H
+
+/* Box2D/Box2D.h is 2.3, 2.4 has box2d/box2d.h */
+#define BOX2D_HEADER <Box2D/Box2D.h>
+
+#endif
diff --git a/config_host/config_options.h.meson b/config_host/config_options.h.meson
index 84d7695d9159..9f5a2d5c59d4 100644
--- a/config_host/config_options.h.meson
+++ b/config_host/config_options.h.meson
@@ -13,4 +13,12 @@
#mesondefine ENABLE_RUNTIME_OPTIMIZATIONS
+// Used to turn off visibility for some classes/symbols when linking with --enable-mergelibs
+//
+#if ENABLE_MERGELIBS
+#define UNLESS_MERGELIBS(x)
+#else
+#define UNLESS_MERGELIBS(x) x
+#endif
+
#endif
diff --git a/config_host/config_zxing.h.meson b/config_host/config_zxing.h.meson
new file mode 100644
index 000000000000..71a5d8cea651
--- /dev/null
+++ b/config_host/config_zxing.h.meson
@@ -0,0 +1,17 @@
+/* -*- 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/.
+ */
+
+#ifndef INCLUDED_CONFIG_ZXING_H
+#define INCLUDED_CONFIG_ZXING_H
+
+#mesondefine ENABLE_ZXING
+
+#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/config_host/meson.build b/config_host/meson.build
index 538ce2e5ab86..57250f926577 100644
--- a/config_host/meson.build
+++ b/config_host/meson.build
@@ -110,6 +110,8 @@ cdata.set10('HAVE_DCONF', false)
cdata.set10('HAVE_FEATURE_SKIA', false)
+cdata.set10('ENABLE_ZXING', true)
+
configure_file(input: 'config_typesizes.h.meson',
output: 'config_typesizes.h',
configuration: cdata)
@@ -253,3 +255,11 @@ configure_file(input: 'config_skia.h.meson',
configure_file(input: 'config_libnumbertext.h.meson',
output: 'config_libnumbertext.h',
configuration: cdata)
+
+configure_file(input: 'config_zxing.h.meson',
+ output: 'config_zxing.h',
+ configuration: cdata)
+
+configure_file(input: 'config_box2d.h.meson',
+ output: 'config_box2d.h',
+ configuration: cdata)
diff --git a/configmgr/meson.build b/configmgr/meson.build
index 5f83aa3210e9..9a90d26f3e38 100644
--- a/configmgr/meson.build
+++ b/configmgr/meson.build
@@ -21,7 +21,6 @@ configmgr_lib = shared_library('configmgrlo',
'source/readwriteaccess.cxx',
'source/rootaccess.cxx',
'source/rootnode.cxx',
- 'source/services.cxx',
'source/setnode.cxx',
'source/type.cxx',
'source/update.cxx',
diff --git a/connectivity/meson.build b/connectivity/meson.build
index 39198c0171b0..1668e8af8b4b 100644
--- a/connectivity/meson.build
+++ b/connectivity/meson.build
@@ -82,9 +82,10 @@ dbtools_lib = shared_library('dbtoolslo',
'source/sdbcx/VUser.cxx',
'source/sdbcx/VView.cxx',
udk_fake_h, off_fake_h, sql_lex, sql_bison,
- cpp_args: ['-DOOO_DLLIMPLEMENTATION_DBTOOLS',
- '-DBOOST_SPIRIT_USE_OLD_NAMESPACE',
- '-DLIBO_INTERNAL_ONLY'],
+ cpp_args: [
+ '-DOOO_DLLIMPLEMENTATION_DBTOOLS',
+ '-DLIBO_INTERNAL_ONLY',
+ ],
include_directories: [main_inc, udkh_inc, offapi_inc, 'inc', 'source/inc'],
link_with: [
cppuhelper_lib,
diff --git a/cppuhelper/genservices.py b/cppuhelper/genservices.py
index 4de80b0445e9..b6d56a76724d 100755
--- a/cppuhelper/genservices.py
+++ b/cppuhelper/genservices.py
@@ -20,11 +20,9 @@ components = [
'cui/util/cui',
'desktop/source/deployment/deployment',
'drawinglayer/drawinglayer',
- 'dtrans/util/mcnttype',
'embeddedobj/util/embobj',
'eventattacher/source/evtatt',
'filter/source/config/cache/filterconfig1',
- 'filter/source/flash/flash',
'filter/source/graphic/graphicfilter',
'filter/source/msfilter/msfilter',
'filter/source/odfflatxml/odfflatxml',
@@ -39,8 +37,6 @@ components = [
'filter/source/xsltfilter/xsltfilter',
'formula/util/for',
'framework/util/fwk',
- 'framework/util/fwl',
- 'framework/util/fwm',
'hwpfilter/source/hwp',
'i18npool/source/search/i18nsearch',
'i18npool/util/i18npool',
diff --git a/cui/meson.build b/cui/meson.build
index 88a09977c16d..aeb58e56af4f 100644
--- a/cui/meson.build
+++ b/cui/meson.build
@@ -11,6 +11,7 @@ cui_lib = shared_library('cuilo',
'source/customize/SvxNotebookbarConfigPage.cxx',
'source/customize/CustomNotebookbarGenerator.cxx',
'source/dialogs/about.cxx',
+ 'source/dialogs/AdditionsDialog.cxx',
'source/dialogs/colorpicker.cxx',
'source/dialogs/cuicharmap.cxx',
'source/dialogs/cuifmsearch.cxx',
@@ -52,6 +53,7 @@ cui_lib = shared_library('cuilo',
'source/dialogs/splitcelldlg.cxx',
'source/dialogs/srchxtra.cxx',
'source/dialogs/thesdlg.cxx',
+ 'source/dialogs/toolbarmodedlg.cxx',
'source/dialogs/zoom.cxx',
'source/factory/cuiexp.cxx',
'source/factory/cuiresmgr.cxx',
@@ -103,7 +105,6 @@ cui_lib = shared_library('cuilo',
'source/tabpages/border.cxx',
'source/tabpages/chardlg.cxx',
'source/tabpages/connect.cxx',
- 'source/tabpages/dstribut.cxx',
'source/tabpages/grfpage.cxx',
'source/tabpages/labdlg.cxx',
'source/tabpages/macroass.cxx',
@@ -130,7 +131,6 @@ cui_lib = shared_library('cuilo',
'source/tabpages/tpshadow.cxx',
'source/tabpages/tptrans.cxx',
'source/tabpages/transfrm.cxx',
- 'source/uno/services.cxx',
udk_fake_h, off_fake_h, common_hxx, optionsdialog_hxx,
cpp_args: ['-DCUI_DLLIMPLEMENTATION',
'-DLIBO_INTERNAL_ONLY'],
@@ -162,7 +162,12 @@ cui_lib = shared_library('cuilo',
utl_lib,
vcl_lib,
],
- dependencies: [libxml_dep, icuuc_dep, qrcodegen_dep],
+ dependencies: [
+ libxml_dep,
+ icuuc_dep,
+ orcus_dep,
+ zxing_dep,
+ ],
install: true,
)
diff --git a/dbaccess/meson.build b/dbaccess/meson.build
index f1996113adfc..0e3f0511ea2a 100644
--- a/dbaccess/meson.build
+++ b/dbaccess/meson.build
@@ -93,7 +93,6 @@ dba_lib = shared_library('dbalo',
'source/core/misc/migrwarndlg.cxx',
'source/core/misc/PropertyForward.cxx',
'source/core/misc/sdbcoretools.cxx',
- 'source/core/misc/services.cxx',
'source/core/misc/veto.cxx',
'source/core/recovery/dbdocrecovery.cxx',
'source/core/recovery/settingsimport.cxx',
@@ -105,15 +104,25 @@ dba_lib = shared_library('dbalo',
'source/core/resource/core_resource.cxx',
sql_bison,
udk_fake_h, off_fake_h,
+ common_hxx,
cpp_args: ['-DOOO_DLLIMPLEMENTATION_DBA',
'-DLIBO_INTERNAL_ONLY'],
- include_directories: [main_inc, udkh_inc, offapi_inc, 'inc', 'source/inc', 'source/core/inc', 'source/filter/hsqldb'],
+ include_directories: [
+ 'inc',
+ main_inc,
+ offapi_inc,
+ setup_inc,
+ 'source/core/inc',
+ 'source/filter/hsqldb',
+ 'source/inc',
+ udkh_inc,
+ ],
link_with: [comphelper_lib,
cppu_lib,
cppuhelper_lib,
dbahsql_lib,
dbtools_lib,
- fwe_lib,
+ fwk_lib,
i18nlangtag_lib,
sal_lib,
salhelper_lib,
@@ -134,7 +143,6 @@ dba_lib = shared_library('dbalo',
)
dbu_lib = shared_library('dbulo',
- 'source/shared/dbu_reghelper.cxx',
'source/ui/app/AppController.cxx',
'source/ui/app/AppControllerDnD.cxx',
'source/ui/app/AppControllerGen.cxx',
@@ -144,6 +152,7 @@ dbu_lib = shared_library('dbulo',
'source/ui/app/AppSwapWindow.cxx',
'source/ui/app/AppTitleWindow.cxx',
'source/ui/app/AppView.cxx',
+ 'source/ui/app/ChildWindow.cxx',
'source/ui/app/subcomponentmanager.cxx',
'source/ui/browser/AsynchronousLink.cxx',
'source/ui/browser/brwctrlr.cxx',
@@ -152,7 +161,6 @@ dbu_lib = shared_library('dbulo',
'source/ui/browser/dbexchange.cxx',
'source/ui/browser/dbloader.cxx',
'source/ui/browser/dbtreemodel.cxx',
- 'source/ui/browser/dbtreeview.cxx',
'source/ui/browser/dsbrowserDnD.cxx',
'source/ui/browser/dsEntriesNoExp.cxx',
'source/ui/browser/exsrcbrw.cxx',
@@ -167,17 +175,13 @@ dbu_lib = shared_library('dbulo',
'source/ui/control/dbtreelistbox.cxx',
'source/ui/control/FieldControls.cxx',
'source/ui/control/FieldDescControl.cxx',
- 'source/ui/control/listviewitems.cxx',
- 'source/ui/control/marktree.cxx',
'source/ui/control/opendoccontrols.cxx',
'source/ui/control/RelationControl.cxx',
- 'source/ui/control/ScrollHelper.cxx',
'source/ui/control/sqledit.cxx',
'source/ui/control/SqlNameEdit.cxx',
'source/ui/control/TableGrantCtrl.cxx',
'source/ui/control/tabletree.cxx',
'source/ui/control/undosqledit.cxx',
- 'source/ui/control/VertSplitView.cxx',
'source/ui/dlg/admincontrols.cxx',
'source/ui/dlg/adminpages.cxx',
'source/ui/dlg/adtabdlg.cxx',
@@ -237,7 +241,6 @@ dbu_lib = shared_library('dbulo',
'source/ui/misc/stringlistitem.cxx',
'source/ui/misc/TableCopyHelper.cxx',
'source/ui/misc/TokenWriter.cxx',
- 'source/ui/misc/uiservices.cxx',
'source/ui/misc/UITools.cxx',
'source/ui/misc/WColumnSelect.cxx',
'source/ui/misc/WCopyTable.cxx',
@@ -253,7 +256,6 @@ dbu_lib = shared_library('dbulo',
'source/ui/querydesign/JoinDesignView.cxx',
'source/ui/querydesign/JoinExchange.cxx',
'source/ui/querydesign/JoinTableView.cxx',
- 'source/ui/querydesign/LimitBox.cxx',
'source/ui/querydesign/limitboxcontroller.cxx',
'source/ui/querydesign/QTableConnection.cxx',
'source/ui/querydesign/QTableConnectionData.cxx',
@@ -284,7 +286,6 @@ dbu_lib = shared_library('dbulo',
'source/ui/relationdesign/RelationTableView.cxx',
'source/ui/relationdesign/RTableConnection.cxx',
'source/ui/relationdesign/RTableConnectionData.cxx',
- 'source/ui/tabledesign/FieldDescGenWin.cxx',
'source/ui/tabledesign/FieldDescriptions.cxx',
'source/ui/tabledesign/TableController.cxx',
'source/ui/tabledesign/TableDesignControl.cxx',
@@ -312,6 +313,8 @@ dbu_lib = shared_library('dbulo',
'source/ui/uno/unoDirectSql.cxx',
'source/ui/uno/unosqlmessage.cxx',
'source/ui/uno/UserSettingsDlg.cxx',
+ 'source/ui/app/DocumentInfoPreview.cxx',
+ 'source/ui/app/templwin.cxx',
udk_fake_h, off_fake_h, common_hxx,
cpp_args: ['-DDBACCESS_DLLIMPLEMENTATION',
'-DLIBO_INTERNAL_ONLY'],
@@ -322,7 +325,7 @@ dbu_lib = shared_library('dbulo',
dba_lib,
dbtools_lib,
editeng_lib,
- fwe_lib,
+ fwk_lib,
sal_lib,
salhelper_lib,
i18nlangtag_lib,
@@ -364,14 +367,19 @@ dbaxml_lib = shared_library('dbaxmllo',
'source/filter/xml/xmlLogin.cxx',
'source/filter/xml/xmlQuery.cxx',
'source/filter/xml/xmlServerDatabase.cxx',
- 'source/filter/xml/xmlservices.cxx',
'source/filter/xml/xmlStyleImport.cxx',
'source/filter/xml/xmlTable.cxx',
'source/filter/xml/xmlTableFilterList.cxx',
'source/filter/xml/xmlTableFilterPattern.cxx',
- 'source/shared/flt_reghelper.cxx',
+ off_fake_h,
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
- include_directories: [main_inc, udkh_inc, offapi_inc, 'inc', 'source/inc'],
+ include_directories: [
+ 'inc',
+ main_inc,
+ offapi_inc,
+ 'source/inc',
+ udkh_inc,
+ ],
link_with: [comphelper_lib,
cppu_lib,
cppuhelper_lib,
diff --git a/desktop/meson.build b/desktop/meson.build
index 102b5c0ac2cd..2a0733571e46 100644
--- a/desktop/meson.build
+++ b/desktop/meson.build
@@ -73,7 +73,29 @@ sofficeapp_lib = shared_library('sofficeapp',
udk_fake_h, off_fake_h, setup_hxx, common_hxx, linguistic_hxx, update_hxx, calc_hxx,
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
include_directories: [main_inc, udkh_inc, offapi_inc, 'inc', 'source/deployment/inc', setup_inc],
- link_with: [glxtest_lib, comphelper_lib, cppuhelper_lib, cppu_lib, deploymentmisc_lib, editeng_lib, i18nlangtag_lib, sal_lib, salhelper_lib, sb_lib, sfx_lib, svl_lib, svx_lib, svxcore_lib, svt_lib, tk_lib, tl_lib, ucbhelper_lib, utl_lib, vcl_lib],
+ link_with: [
+ comphelper_lib,
+ cppuhelper_lib,
+ cppu_lib,
+ deploymentmisc_lib,
+ editeng_lib,
+ fwk_lib,
+ glxtest_lib,
+ i18nlangtag_lib,
+ salhelper_lib,
+ sal_lib,
+ sb_lib,
+ sfx_lib,
+ svl_lib,
+ svt_lib,
+ svxcore_lib,
+ svx_lib,
+ tk_lib,
+ tl_lib,
+ ucbhelper_lib,
+ utl_lib,
+ vcl_lib,
+ ],
dependencies: [dbus_dep],
install: true,
)
@@ -110,7 +132,6 @@ oosplash_bin = executable('oosplash',
)
spl_lib = shared_library('spllo',
- 'source/splash/services_spl.cxx',
'source/splash/splash.cxx',
'source/splash/unxsplash.cxx',
udk_fake_h, off_fake_h,
@@ -132,7 +153,6 @@ spl_lib = shared_library('spllo',
deployment_lib = shared_library('deployment',
'source/deployment/dp_log.cxx',
'source/deployment/dp_persmap.cxx',
- 'source/deployment/dp_services.cxx',
'source/deployment/dp_xml.cxx',
'source/deployment/manager/dp_activepackages.cxx',
'source/deployment/manager/dp_commandenvironments.cxx',
diff --git a/drawinglayer/meson.build b/drawinglayer/meson.build
index 47443e444d6e..3dcec9b116e2 100644
--- a/drawinglayer/meson.build
+++ b/drawinglayer/meson.build
@@ -10,6 +10,7 @@ drawinglayer_lib = shared_library('drawinglayerlo',
'source/attribute/sdrallattribute3d.cxx',
'source/attribute/sdrfillattribute.cxx',
'source/attribute/sdrfillgraphicattribute.cxx',
+ 'source/attribute/sdrglowattribute.cxx',
'source/attribute/sdrlightattribute3d.cxx',
'source/attribute/sdrlightingattribute3d.cxx',
'source/attribute/sdrlineattribute.cxx',
@@ -34,6 +35,7 @@ drawinglayer_lib = shared_library('drawinglayerlo',
'source/primitive2d/fillgraphicprimitive2d.cxx',
'source/primitive2d/fillgradientprimitive2d.cxx',
'source/primitive2d/fillhatchprimitive2d.cxx',
+ 'source/primitive2d/glowprimitive2d.cxx',
'source/primitive2d/graphicprimitivehelper2d.cxx',
'source/primitive2d/graphicprimitive2d.cxx',
'source/primitive2d/gridprimitive2d.cxx',
@@ -52,12 +54,20 @@ drawinglayer_lib = shared_library('drawinglayerlo',
'source/primitive2d/patternfillprimitive2d.cxx',
'source/primitive2d/pointarrayprimitive2d.cxx',
'source/primitive2d/polygonprimitive2d.cxx',
- 'source/primitive2d/polypolygonprimitive2d.cxx',
+ 'source/primitive2d/PolyPolygonColorPrimitive2D.cxx',
+ 'source/primitive2d/PolyPolygonGradientPrimitive2D.cxx',
+ 'source/primitive2d/PolyPolygonGraphicPrimitive2D.cxx',
+ 'source/primitive2d/PolyPolygonHairlinePrimitive2D.cxx',
+ 'source/primitive2d/PolyPolygonHatchPrimitive2D.cxx',
+ 'source/primitive2d/PolyPolygonMarkerPrimitive2D.cxx',
+ 'source/primitive2d/PolyPolygonSelectionPrimitive2D.cxx',
+ 'source/primitive2d/PolyPolygonStrokePrimitive2D.cxx',
'source/primitive2d/primitivetools2d.cxx',
'source/primitive2d/Primitive2DContainer.cxx',
'source/primitive2d/sceneprimitive2d.cxx',
'source/primitive2d/sdrdecompositiontools2d.cxx',
'source/primitive2d/shadowprimitive2d.cxx',
+ 'source/primitive2d/softedgeprimitive2d.cxx',
'source/primitive2d/structuretagprimitive2d.cxx',
'source/primitive2d/svggradientprimitive2d.cxx',
'source/primitive2d/textbreakuphelper.cxx',
@@ -129,7 +139,6 @@ drawinglayer_lib = shared_library('drawinglayerlo',
'source/tools/emfpcustomlinecap.cxx',
'source/tools/wmfemfhelper.cxx',
'source/tools/primitive2dxmldump.cxx',
- 'source/drawinglayeruno/drawinglayeruno.cxx',
'source/drawinglayeruno/xprimitive2drenderer.cxx',
'source/texture/texture.cxx',
'source/dumper/XShapeDumper.cxx',
diff --git a/dtrans/meson.build b/dtrans/meson.build
deleted file mode 100644
index 99fd7ab195b2..000000000000
--- a/dtrans/meson.build
+++ /dev/null
@@ -1,16 +0,0 @@
-mcnttype_lib = shared_library('mcnttype',
- 'source/cnttype/mcnttfactory.cxx',
- 'source/cnttype/mcnttype.cxx',
- 'source/cnttype/mctfentry.cxx',
- udk_fake_h, off_fake_h, common_hxx,
- cpp_args: ['-DLIBO_INTERNAL_ONLY'],
- include_directories: [main_inc, udkh_inc, offapi_inc, setup_inc],
- link_with: [cppu_lib,
- cppuhelper_lib,
- sal_lib,
- tl_lib,
- ],
- dependencies: [],
- gnu_symbol_visibility: 'hidden',
- install: true,
-)
diff --git a/editeng/tokens.cxx b/editeng/tokens.cxx
index fcd73255fdca..eb4a7646c74e 100644
--- a/editeng/tokens.cxx
+++ b/editeng/tokens.cxx
@@ -1,5 +1,5 @@
/* C++ code produced by gperf version 3.1 */
-/* Command-line: /usr/bin/gperf --compare-strncmp --readonly-tables --output-file=/home/jpakkane/bob/libreoffice/workdir/CustomTarget/editeng/generated/tokens.cxx /home/jpakkane/bob/libreoffice/workdir/CustomTarget/editeng/generated/tokens.gperf */
+/* Command-line: /usr/bin/gperf --compare-strncmp --readonly-tables --output-file=/home/jmg/Development/libreoffice/symbols/workdir/CustomTarget/editeng/generated/tokens.cxx /home/jmg/Development/libreoffice/symbols/workdir/CustomTarget/editeng/generated/tokens.gperf */
/* Computed positions: -k'1' */
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
@@ -31,7 +31,7 @@
struct xmltoken
{
- const sal_Char *name; XMLTokenEnum nToken;
+ const char *name; XMLTokenEnum nToken;
};
#define TOTAL_KEYWORDS 7
diff --git a/embeddedobj/meson.build b/embeddedobj/meson.build
index 1cee6da98431..3d84d1ba9279 100644
--- a/embeddedobj/meson.build
+++ b/embeddedobj/meson.build
@@ -3,7 +3,6 @@ embobj_lib = shared_library('embobj',
'source/commonembedding/inplaceobj.cxx',
'source/commonembedding/miscobj.cxx',
'source/commonembedding/persistence.cxx',
- 'source/commonembedding/register.cxx',
'source/commonembedding/specialobject.cxx',
'source/commonembedding/visobj.cxx',
'source/commonembedding/xfactory.cxx',
@@ -24,7 +23,6 @@ emboleobj_lib = shared_library('emboleobj',
'source/msole/oleembed.cxx',
'source/msole/olemisc.cxx',
'source/msole/olepersist.cxx',
- 'source/msole/oleregister.cxx',
'source/msole/olevisual.cxx',
'source/msole/ownview.cxx',
'source/msole/xolefactory.cxx',
diff --git a/emfio/meson.build b/emfio/meson.build
index f90219d60165..8c53fc04c439 100644
--- a/emfio/meson.build
+++ b/emfio/meson.build
@@ -1,5 +1,4 @@
emfio_lib = shared_library('emfio',
- 'source/emfuno/emfuno.cxx',
'source/emfuno/xemfparser.cxx',
'source/reader/mtftools.cxx',
'source/reader/wmfreader.cxx',
diff --git a/extensions/meson.build b/extensions/meson.build
index 4ce7d903732f..4d926c738adf 100644
--- a/extensions/meson.build
+++ b/extensions/meson.build
@@ -23,7 +23,6 @@ log_lib = shared_library('loglo',
)
scn_lib = shared_library('scnlo',
- 'source/scanner/scnserv.cxx',
'source/scanner/scanner.cxx',
'source/scanner/grid.cxx',
'source/scanner/sane.cxx',
diff --git a/external/dtoa/meson.build b/external/dtoa/meson.build
new file mode 100644
index 000000000000..5a9a84757d76
--- /dev/null
+++ b/external/dtoa/meson.build
@@ -0,0 +1,18 @@
+dtoa_st_lib = static_library('dtoa_static',
+ 'source/dtoa.cxx',
+ include_directories: [
+ '../../include',
+ 'source/inc',
+ 'source',
+ ],
+ cpp_args: [
+ '-DIEEE_8087',
+ '-D_PTHREADS',
+ '-D_REENTRANT',
+ ],
+ dependencies: [thread_dep],
+)
+
+dtoa_dep = declare_dependency(link_with: dtoa_st_lib,
+ include_directories: 'source/inc')
+
diff --git a/external/dtoa/source/dtoa.c b/external/dtoa/source/dtoa.c
new file mode 100644
index 000000000000..3f07fa427455
--- /dev/null
+++ b/external/dtoa/source/dtoa.c
@@ -0,0 +1,6205 @@
+/****************************************************************
+ *
+ * The author of this software is David M. Gay.
+ *
+ * Copyright (c) 1991, 2000, 2001 by Lucent Technologies.
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose without fee is hereby granted, provided that this entire notice
+ * is included in all copies of any software which is or includes a copy
+ * or modification of this software and in all copies of the supporting
+ * documentation for such software.
+ *
+ * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
+ * WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY
+ * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
+ * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
+ *
+ ***************************************************************/
+
+/* Please send bug reports to David M. Gay (dmg at acm dot org,
+ * with " at " changed at "@" and " dot " changed to "."). */
+
+/* On a machine with IEEE extended-precision registers, it is
+ * necessary to specify double-precision (53-bit) rounding precision
+ * before invoking strtod or dtoa. If the machine uses (the equivalent
+ * of) Intel 80x87 arithmetic, the call
+ * _control87(PC_53, MCW_PC);
+ * does this with many compilers. Whether this or another call is
+ * appropriate depends on the compiler; for this to work, it may be
+ * necessary to #include "float.h" or another system-dependent header
+ * file.
+ */
+
+/* strtod for IEEE-, VAX-, and IBM-arithmetic machines.
+ * (Note that IEEE arithmetic is disabled by gcc's -ffast-math flag.)
+ *
+ * This strtod returns a nearest machine number to the input decimal
+ * string (or sets errno to ERANGE). With IEEE arithmetic, ties are
+ * broken by the IEEE round-even rule. Otherwise ties are broken by
+ * biased rounding (add half and chop).
+ *
+ * Inspired loosely by William D. Clinger's paper "How to Read Floating
+ * Point Numbers Accurately" [Proc. ACM SIGPLAN '90, pp. 92-101].
+ *
+ * Modifications:
+ *
+ * 1. We only require IEEE, IBM, or VAX double-precision
+ * arithmetic (not IEEE double-extended).
+ * 2. We get by with floating-point arithmetic in a case that
+ * Clinger missed -- when we're computing d * 10^n
+ * for a small integer d and the integer n is not too
+ * much larger than 22 (the maximum integer k for which
+ * we can represent 10^k exactly), we may be able to
+ * compute (d*10^k) * 10^(e-k) with just one roundoff.
+ * 3. Rather than a bit-at-a-time adjustment of the binary
+ * result in the hard case, we use floating-point
+ * arithmetic to determine the adjustment to within
+ * one bit; only in really hard cases do we need to
+ * compute a second residual.
+ * 4. Because of 3., we don't need a large table of powers of 10
+ * for ten-to-e (just some small tables, e.g. of 10^k
+ * for 0 <= k <= 22).
+ */
+
+/*
+ * #define IEEE_8087 for IEEE-arithmetic machines where the least
+ * significant byte has the lowest address.
+ * #define IEEE_MC68k for IEEE-arithmetic machines where the most
+ * significant byte has the lowest address.
+ * #define Long int on machines with 32-bit ints and 64-bit longs.
+ * #define IBM for IBM mainframe-style floating-point arithmetic.
+ * #define VAX for VAX-style floating-point arithmetic (D_floating).
+ * #define No_leftright to omit left-right logic in fast floating-point
+ * computation of dtoa. This will cause dtoa modes 4 and 5 to be
+ * treated the same as modes 2 and 3 for some inputs.
+ * #define Honor_FLT_ROUNDS if FLT_ROUNDS can assume the values 2 or 3
+ * and strtod and dtoa should round accordingly. Unless Trust_FLT_ROUNDS
+ * is also #defined, fegetround() will be queried for the rounding mode.
+ * Note that both FLT_ROUNDS and fegetround() are specified by the C99
+ * standard (and are specified to be consistent, with fesetround()
+ * affecting the value of FLT_ROUNDS), but that some (Linux) systems
+ * do not work correctly in this regard, so using fegetround() is more
+ * portable than using FLT_ROUNDS directly.
+ * #define Check_FLT_ROUNDS if FLT_ROUNDS can assume the values 2 or 3
+ * and Honor_FLT_ROUNDS is not #defined.
+ * #define RND_PRODQUOT to use rnd_prod and rnd_quot (assembly routines
+ * that use extended-precision instructions to compute rounded
+ * products and quotients) with IBM.
+ * #define ROUND_BIASED for IEEE-format with biased rounding and arithmetic
+ * that rounds toward +Infinity.
+ * #define ROUND_BIASED_without_Round_Up for IEEE-format with biased
+ * rounding when the underlying floating-point arithmetic uses
+ * unbiased rounding. This prevent using ordinary floating-point
+ * arithmetic when the result could be computed with one rounding error.
+ * #define Inaccurate_Divide for IEEE-format with correctly rounded
+ * products but inaccurate quotients, e.g., for Intel i860.
+ * #define NO_LONG_LONG on machines that do not have a "long long"
+ * integer type (of >= 64 bits). On such machines, you can
+ * #define Just_16 to store 16 bits per 32-bit Long when doing
+ * high-precision integer arithmetic. Whether this speeds things
+ * up or slows things down depends on the machine and the number
+ * being converted. If long long is available and the name is
+ * something other than "long long", #define Llong to be the name,
+ * and if "unsigned Llong" does not work as an unsigned version of
+ * Llong, #define #ULLong to be the corresponding unsigned type.
+ * #define Bad_float_h if your system lacks a float.h or if it does not
+ * define some or all of DBL_DIG, DBL_MAX_10_EXP, DBL_MAX_EXP,
+ * FLT_RADIX, FLT_ROUNDS, and DBL_MAX.
+ * #define MALLOC your_malloc, where your_malloc(n) acts like malloc(n)
+ * if memory is available and otherwise does something you deem
+ * appropriate. If MALLOC is undefined, malloc will be invoked
+ * directly -- and assumed always to succeed. Similarly, if you
+ * want something other than the system's free() to be called to
+ * recycle memory acquired from MALLOC, #define FREE to be the
+ * name of the alternate routine. (FREE or free is only called in
+ * pathological cases, e.g., in a dtoa call after a dtoa return in
+ * mode 3 with thousands of digits requested.)
+ * #define Omit_Private_Memory to omit logic (added Jan. 1998) for making
+ * memory allocations from a private pool of memory when possible.
+ * When used, the private pool is PRIVATE_MEM bytes long: 2304 bytes,
+ * unless #defined to be a different length. This default length
+ * suffices to get rid of MALLOC calls except for unusual cases,
+ * such as decimal-to-binary conversion of a very long string of
+ * digits. The longest string dtoa can return is about 751 bytes
+ * long. For conversions by strtod of strings of 800 digits and
+ * all dtoa conversions in single-threaded executions with 8-byte
+ * pointers, PRIVATE_MEM >= 7400 appears to suffice; with 4-byte
+ * pointers, PRIVATE_MEM >= 7112 appears adequate.
+ * #define NO_INFNAN_CHECK if you do not wish to have INFNAN_CHECK
+ * #defined automatically on IEEE systems. On such systems,
+ * when INFNAN_CHECK is #defined, strtod checks
+ * for Infinity and NaN (case insensitively). On some systems
+ * (e.g., some HP systems), it may be necessary to #define NAN_WORD0
+ * appropriately -- to the most significant word of a quiet NaN.
+ * (On HP Series 700/800 machines, -DNAN_WORD0=0x7ff40000 works.)
+ * When INFNAN_CHECK is #defined and No_Hex_NaN is not #defined,
+ * strtod also accepts (case insensitively) strings of the form
+ * NaN(x), where x is a string of hexadecimal digits and spaces;
+ * if there is only one string of hexadecimal digits, it is taken
+ * for the 52 fraction bits of the resulting NaN; if there are two
+ * or more strings of hex digits, the first is for the high 20 bits,
+ * the second and subsequent for the low 32 bits, with intervening
+ * white space ignored; but if this results in none of the 52
+ * fraction bits being on (an IEEE Infinity symbol), then NAN_WORD0
+ * and NAN_WORD1 are used instead.
+ * #define MULTIPLE_THREADS if the system offers preemptively scheduled
+ * multiple threads. In this case, you must provide (or suitably
+ * #define) two locks, acquired by ACQUIRE_DTOA_LOCK(n) and freed
+ * by FREE_DTOA_LOCK(n) for n = 0 or 1. (The second lock, accessed
+ * in pow5mult, ensures lazy evaluation of only one copy of high
+ * powers of 5; omitting this lock would introduce a small
+ * probability of wasting memory, but would otherwise be harmless.)
+ * You must also invoke freedtoa(s) to free the value s returned by
+ * dtoa. You may do so whether or not MULTIPLE_THREADS is #defined.
+
+ * When MULTIPLE_THREADS is #defined, this source file provides
+ * void set_max_dtoa_threads(unsigned int n);
+ * and expects
+ * unsigned int dtoa_get_threadno(void);
+ * to be available (possibly provided by
+ * #define dtoa_get_threadno omp_get_thread_num
+ * if OpenMP is in use or by
+ * #define dtoa_get_threadno pthread_self
+ * if Pthreads is in use), to return the current thread number.
+ * If set_max_dtoa_threads(n) was called and the current thread
+ * number is k with k < n, then calls on ACQUIRE_DTOA_LOCK(...) and
+ * FREE_DTOA_LOCK(...) are avoided; instead each thread with thread
+ * number < n has a separate copy of relevant data structures.
+ * After set_max_dtoa_threads(n), a call set_max_dtoa_threads(m)
+ * with m <= n has has no effect, but a call with m > n is honored.
+ * Such a call invokes REALLOC (assumed to be "realloc" if REALLOC
+ * is not #defined) to extend the size of the relevant array.
+
+ * #define NO_IEEE_Scale to disable new (Feb. 1997) logic in strtod that
+ * avoids underflows on inputs whose result does not underflow.
+ * If you #define NO_IEEE_Scale on a machine that uses IEEE-format
+ * floating-point numbers and flushes underflows to zero rather
+ * than implementing gradual underflow, then you must also #define
+ * Sudden_Underflow.
+ * #define USE_LOCALE to use the current locale's decimal_point value.
+ * #define SET_INEXACT if IEEE arithmetic is being used and extra
+ * computation should be done to set the inexact flag when the
+ * result is inexact and avoid setting inexact when the result
+ * is exact. In this case, dtoa.c must be compiled in
+ * an environment, perhaps provided by #include "dtoa.c" in a
+ * suitable wrapper, that defines two functions,
+ * int get_inexact(void);
+ * void clear_inexact(void);
+ * such that get_inexact() returns a nonzero value if the
+ * inexact bit is already set, and clear_inexact() sets the
+ * inexact bit to 0. When SET_INEXACT is #defined, strtod
+ * also does extra computations to set the underflow and overflow
+ * flags when appropriate (i.e., when the result is tiny and
+ * inexact or when it is a numeric value rounded to +-infinity).
+ * #define NO_ERRNO if strtod should not assign errno = ERANGE when
+ * the result overflows to +-Infinity or underflows to 0.
+ * When errno should be assigned, under seemingly rare conditions
+ * it may be necessary to define Set_errno(x) suitably, e.g., in
+ * a local errno.h, such as
+ * #include <errno.h>
+ * #define Set_errno(x) _set_errno(x)
+ * #define NO_HEX_FP to omit recognition of hexadecimal floating-point
+ * values by strtod.
+ * #define NO_STRTOD_BIGCOMP (on IEEE-arithmetic systems only for now)
+ * to disable logic for "fast" testing of very long input strings
+ * to strtod. This testing proceeds by initially truncating the
+ * input string, then if necessary comparing the whole string with
+ * a decimal expansion to decide close cases. This logic is only
+ * used for input more than STRTOD_DIGLIM digits long (default 40).
+ */
+
+#ifndef Long
+#define Long int
+#endif
+#ifndef ULong
+typedef unsigned Long ULong;
+#endif
+
+#include <assert.h>
+
+#ifdef DEBUG
+#include "stdio.h"
+#define Bug(x) {fprintf(stderr, "%s\n", x); exit(1);}
+#define Debug(x) x
+int dtoa_stats[7]; /* strtod_{64,96,bigcomp},dtoa_{exact,64,96,bigcomp} */
+#else
+#define Debug(x) /*nothing*/
+#endif
+
+#include "stdlib.h"
+#include "string.h"
+
+#ifdef USE_LOCALE
+#include "locale.h"
+#endif
+
+#ifdef Honor_FLT_ROUNDS
+#ifndef Trust_FLT_ROUNDS
+#include <fenv.h>
+#endif
+#endif
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+#ifdef MALLOC
+extern void *MALLOC(size_t);
+#else
+#define MALLOC malloc
+#endif
+
+#ifdef REALLOC
+extern void *REALLOC(void*,size_t);
+#else
+#define REALLOC realloc
+#endif
+
+#ifndef FREE
+#define FREE free
+#endif
+
+#ifdef __cplusplus
+ }
+#endif
+
+#ifndef Omit_Private_Memory
+#ifndef PRIVATE_MEM
+#define PRIVATE_MEM 2304
+#endif
+#define PRIVATE_mem ((PRIVATE_MEM+sizeof(double)-1)/sizeof(double))
+static thread_local double private_mem[PRIVATE_mem], *pmem_next = private_mem;
+#endif
+
+#undef IEEE_Arith
+#undef Avoid_Underflow
+#ifdef IEEE_MC68k
+#define IEEE_Arith
+#endif
+#ifdef IEEE_8087
+#define IEEE_Arith
+#endif
+
+#ifdef IEEE_Arith
+#ifndef NO_INFNAN_CHECK
+#undef INFNAN_CHECK
+#define INFNAN_CHECK
+#endif
+#else
+#undef INFNAN_CHECK
+#define NO_STRTOD_BIGCOMP
+#endif
+
+#include "errno.h"
+
+#ifdef NO_ERRNO /*{*/
+#undef Set_errno
+#define Set_errno(x)
+#else
+#ifndef Set_errno
+#define Set_errno(x) errno = x
+#endif
+#endif /*}*/
+
+#ifdef Bad_float_h
+
+#ifdef IEEE_Arith
+#define DBL_DIG 15
+#define DBL_MAX_10_EXP 308
+#define DBL_MAX_EXP 1024
+#define FLT_RADIX 2
+#endif /*IEEE_Arith*/
+
+#ifdef IBM
+#define DBL_DIG 16
+#define DBL_MAX_10_EXP 75
+#define DBL_MAX_EXP 63
+#define FLT_RADIX 16
+#define DBL_MAX 7.2370055773322621e+75
+#endif
+
+#ifdef VAX
+#define DBL_DIG 16
+#define DBL_MAX_10_EXP 38
+#define DBL_MAX_EXP 127
+#define FLT_RADIX 2
+#define DBL_MAX 1.7014118346046923e+38
+#endif
+
+#ifndef LONG_MAX
+#define LONG_MAX 2147483647
+#endif
+
+#else /* ifndef Bad_float_h */
+#include "float.h"
+#endif /* Bad_float_h */
+
+#ifndef __MATH_H__
+#include "math.h"
+#endif
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#if defined(IEEE_8087) + defined(IEEE_MC68k) + defined(VAX) + defined(IBM) != 1
+Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined.
+#endif
+
+#undef USE_BF96
+
+#ifdef NO_LONG_LONG /*{{*/
+#undef ULLong
+#ifdef Just_16
+#undef Pack_32
+/* When Pack_32 is not defined, we store 16 bits per 32-bit Long.
+ * This makes some inner loops simpler and sometimes saves work
+ * during multiplications, but it often seems to make things slightly
+ * slower. Hence the default is now to store 32 bits per Long.
+ */
+#endif
+#else /*}{ long long available */
+#ifndef Llong
+#define Llong long long
+#endif
+#ifndef ULLong
+#define ULLong unsigned Llong
+#endif
+#ifndef NO_BF96 /*{*/
+#define USE_BF96
+
+#ifdef SET_INEXACT
+#define dtoa_divmax 27
+#else
+int dtoa_divmax = 2; /* Permit experimenting: on some systems, 64-bit integer */
+ /* division is slow enough that we may sometimes want to */
+ /* avoid using it. We assume (but do not check) that */
+ /* dtoa_divmax <= 27.*/
+#endif
+
+typedef struct BF96 { /* Normalized 96-bit software floating point numbers */
+ unsigned int b0,b1,b2; /* b0 = most significant, binary point just to its left */
+ int e; /* number represented = b * 2^e, with .5 <= b < 1 */
+ } BF96;
+
+ static BF96 pten[667] = {
+ { 0xeef453d6, 0x923bd65a, 0x113faa29, -1136 },
+ { 0x9558b466, 0x1b6565f8, 0x4ac7ca59, -1132 },
+ { 0xbaaee17f, 0xa23ebf76, 0x5d79bcf0, -1129 },
+ { 0xe95a99df, 0x8ace6f53, 0xf4d82c2c, -1126 },
+ { 0x91d8a02b, 0xb6c10594, 0x79071b9b, -1122 },
+ { 0xb64ec836, 0xa47146f9, 0x9748e282, -1119 },
+ { 0xe3e27a44, 0x4d8d98b7, 0xfd1b1b23, -1116 },
+ { 0x8e6d8c6a, 0xb0787f72, 0xfe30f0f5, -1112 },
+ { 0xb208ef85, 0x5c969f4f, 0xbdbd2d33, -1109 },
+ { 0xde8b2b66, 0xb3bc4723, 0xad2c7880, -1106 },
+ { 0x8b16fb20, 0x3055ac76, 0x4c3bcb50, -1102 },
+ { 0xaddcb9e8, 0x3c6b1793, 0xdf4abe24, -1099 },
+ { 0xd953e862, 0x4b85dd78, 0xd71d6dad, -1096 },
+ { 0x87d4713d, 0x6f33aa6b, 0x8672648c, -1092 },
+ { 0xa9c98d8c, 0xcb009506, 0x680efdaf, -1089 },
+ { 0xd43bf0ef, 0xfdc0ba48, 0x0212bd1b, -1086 },
+ { 0x84a57695, 0xfe98746d, 0x014bb630, -1082 },
+ { 0xa5ced43b, 0x7e3e9188, 0x419ea3bd, -1079 },
+ { 0xcf42894a, 0x5dce35ea, 0x52064cac, -1076 },
+ { 0x818995ce, 0x7aa0e1b2, 0x7343efeb, -1072 },
+ { 0xa1ebfb42, 0x19491a1f, 0x1014ebe6, -1069 },
+ { 0xca66fa12, 0x9f9b60a6, 0xd41a26e0, -1066 },
+ { 0xfd00b897, 0x478238d0, 0x8920b098, -1063 },
+ { 0x9e20735e, 0x8cb16382, 0x55b46e5f, -1059 },
+ { 0xc5a89036, 0x2fddbc62, 0xeb2189f7, -1056 },
+ { 0xf712b443, 0xbbd52b7b, 0xa5e9ec75, -1053 },
+ { 0x9a6bb0aa, 0x55653b2d, 0x47b233c9, -1049 },
+ { 0xc1069cd4, 0xeabe89f8, 0x999ec0bb, -1046 },
+ { 0xf148440a, 0x256e2c76, 0xc00670ea, -1043 },
+ { 0x96cd2a86, 0x5764dbca, 0x38040692, -1039 },
+ { 0xbc807527, 0xed3e12bc, 0xc6050837, -1036 },
+ { 0xeba09271, 0xe88d976b, 0xf7864a44, -1033 },
+ { 0x93445b87, 0x31587ea3, 0x7ab3ee6a, -1029 },
+ { 0xb8157268, 0xfdae9e4c, 0x5960ea05, -1026 },
+ { 0xe61acf03, 0x3d1a45df, 0x6fb92487, -1023 },
+ { 0x8fd0c162, 0x06306bab, 0xa5d3b6d4, -1019 },
+ { 0xb3c4f1ba, 0x87bc8696, 0x8f48a489, -1016 },
+ { 0xe0b62e29, 0x29aba83c, 0x331acdab, -1013 },
+ { 0x8c71dcd9, 0xba0b4925, 0x9ff0c08b, -1009 },
+ { 0xaf8e5410, 0x288e1b6f, 0x07ecf0ae, -1006 },
+ { 0xdb71e914, 0x32b1a24a, 0xc9e82cd9, -1003 },
+ { 0x892731ac, 0x9faf056e, 0xbe311c08, -999 },
+ { 0xab70fe17, 0xc79ac6ca, 0x6dbd630a, -996 },
+ { 0xd64d3d9d, 0xb981787d, 0x092cbbcc, -993 },
+ { 0x85f04682, 0x93f0eb4e, 0x25bbf560, -989 },
+ { 0xa76c5823, 0x38ed2621, 0xaf2af2b8, -986 },
+ { 0xd1476e2c, 0x07286faa, 0x1af5af66, -983 },
+ { 0x82cca4db, 0x847945ca, 0x50d98d9f, -979 },
+ { 0xa37fce12, 0x6597973c, 0xe50ff107, -976 },
+ { 0xcc5fc196, 0xfefd7d0c, 0x1e53ed49, -973 },
+ { 0xff77b1fc, 0xbebcdc4f, 0x25e8e89c, -970 },
+ { 0x9faacf3d, 0xf73609b1, 0x77b19161, -966 },
+ { 0xc795830d, 0x75038c1d, 0xd59df5b9, -963 },
+ { 0xf97ae3d0, 0xd2446f25, 0x4b057328, -960 },
+ { 0x9becce62, 0x836ac577, 0x4ee367f9, -956 },
+ { 0xc2e801fb, 0x244576d5, 0x229c41f7, -953 },
+ { 0xf3a20279, 0xed56d48a, 0x6b435275, -950 },
+ { 0x9845418c, 0x345644d6, 0x830a1389, -946 },
+ { 0xbe5691ef, 0x416bd60c, 0x23cc986b, -943 },
+ { 0xedec366b, 0x11c6cb8f, 0x2cbfbe86, -940 },
+ { 0x94b3a202, 0xeb1c3f39, 0x7bf7d714, -936 },
+ { 0xb9e08a83, 0xa5e34f07, 0xdaf5ccd9, -933 },
+ { 0xe858ad24, 0x8f5c22c9, 0xd1b3400f, -930 },
+ { 0x91376c36, 0xd99995be, 0x23100809, -926 },
+ { 0xb5854744, 0x8ffffb2d, 0xabd40a0c, -923 },
+ { 0xe2e69915, 0xb3fff9f9, 0x16c90c8f, -920 },
+ { 0x8dd01fad, 0x907ffc3b, 0xae3da7d9, -916 },
+ { 0xb1442798, 0xf49ffb4a, 0x99cd11cf, -913 },
+ { 0xdd95317f, 0x31c7fa1d, 0x40405643, -910 },
+ { 0x8a7d3eef, 0x7f1cfc52, 0x482835ea, -906 },
+ { 0xad1c8eab, 0x5ee43b66, 0xda324365, -903 },
+ { 0xd863b256, 0x369d4a40, 0x90bed43e, -900 },
+ { 0x873e4f75, 0xe2224e68, 0x5a7744a6, -896 },
+ { 0xa90de353, 0x5aaae202, 0x711515d0, -893 },
+ { 0xd3515c28, 0x31559a83, 0x0d5a5b44, -890 },
+ { 0x8412d999, 0x1ed58091, 0xe858790a, -886 },
+ { 0xa5178fff, 0x668ae0b6, 0x626e974d, -883 },
+ { 0xce5d73ff, 0x402d98e3, 0xfb0a3d21, -880 },
+ { 0x80fa687f, 0x881c7f8e, 0x7ce66634, -876 },
+ { 0xa139029f, 0x6a239f72, 0x1c1fffc1, -873 },
+ { 0xc9874347, 0x44ac874e, 0xa327ffb2, -870 },
+ { 0xfbe91419, 0x15d7a922, 0x4bf1ff9f, -867 },
+ { 0x9d71ac8f, 0xada6c9b5, 0x6f773fc3, -863 },
+ { 0xc4ce17b3, 0x99107c22, 0xcb550fb4, -860 },
+ { 0xf6019da0, 0x7f549b2b, 0x7e2a53a1, -857 },
+ { 0x99c10284, 0x4f94e0fb, 0x2eda7444, -853 },
+ { 0xc0314325, 0x637a1939, 0xfa911155, -850 },
+ { 0xf03d93ee, 0xbc589f88, 0x793555ab, -847 },
+ { 0x96267c75, 0x35b763b5, 0x4bc1558b, -843 },
+ { 0xbbb01b92, 0x83253ca2, 0x9eb1aaed, -840 },
+ { 0xea9c2277, 0x23ee8bcb, 0x465e15a9, -837 },
+ { 0x92a1958a, 0x7675175f, 0x0bfacd89, -833 },
+ { 0xb749faed, 0x14125d36, 0xcef980ec, -830 },
+ { 0xe51c79a8, 0x5916f484, 0x82b7e127, -827 },
+ { 0x8f31cc09, 0x37ae58d2, 0xd1b2ecb8, -823 },
+ { 0xb2fe3f0b, 0x8599ef07, 0x861fa7e6, -820 },
+ { 0xdfbdcece, 0x67006ac9, 0x67a791e0, -817 },
+ { 0x8bd6a141, 0x006042bd, 0xe0c8bb2c, -813 },
+ { 0xaecc4991, 0x4078536d, 0x58fae9f7, -810 },
+ { 0xda7f5bf5, 0x90966848, 0xaf39a475, -807 },
+ { 0x888f9979, 0x7a5e012d, 0x6d8406c9, -803 },
+ { 0xaab37fd7, 0xd8f58178, 0xc8e5087b, -800 },
+ { 0xd5605fcd, 0xcf32e1d6, 0xfb1e4a9a, -797 },
+ { 0x855c3be0, 0xa17fcd26, 0x5cf2eea0, -793 },
+ { 0xa6b34ad8, 0xc9dfc06f, 0xf42faa48, -790 },
+ { 0xd0601d8e, 0xfc57b08b, 0xf13b94da, -787 },
+ { 0x823c1279, 0x5db6ce57, 0x76c53d08, -783 },
+ { 0xa2cb1717, 0xb52481ed, 0x54768c4b, -780 },
+ { 0xcb7ddcdd, 0xa26da268, 0xa9942f5d, -777 },
+ { 0xfe5d5415, 0x0b090b02, 0xd3f93b35, -774 },
+ { 0x9efa548d, 0x26e5a6e1, 0xc47bc501, -770 },
+ { 0xc6b8e9b0, 0x709f109a, 0x359ab641, -767 },
+ { 0xf867241c, 0x8cc6d4c0, 0xc30163d2, -764 },
+ { 0x9b407691, 0xd7fc44f8, 0x79e0de63, -760 },
+ { 0xc2109436, 0x4dfb5636, 0x985915fc, -757 },
+ { 0xf294b943, 0xe17a2bc4, 0x3e6f5b7b, -754 },
+ { 0x979cf3ca, 0x6cec5b5a, 0xa705992c, -750 },
+ { 0xbd8430bd, 0x08277231, 0x50c6ff78, -747 },
+ { 0xece53cec, 0x4a314ebd, 0xa4f8bf56, -744 },
+ { 0x940f4613, 0xae5ed136, 0x871b7795, -740 },
+ { 0xb9131798, 0x99f68584, 0x28e2557b, -737 },
+ { 0xe757dd7e, 0xc07426e5, 0x331aeada, -734 },
+ { 0x9096ea6f, 0x3848984f, 0x3ff0d2c8, -730 },
+ { 0xb4bca50b, 0x065abe63, 0x0fed077a, -727 },
+ { 0xe1ebce4d, 0xc7f16dfb, 0xd3e84959, -724 },
+ { 0x8d3360f0, 0x9cf6e4bd, 0x64712dd7, -720 },
+ { 0xb080392c, 0xc4349dec, 0xbd8d794d, -717 },
+ { 0xdca04777, 0xf541c567, 0xecf0d7a0, -714 },
+ { 0x89e42caa, 0xf9491b60, 0xf41686c4, -710 },
+ { 0xac5d37d5, 0xb79b6239, 0x311c2875, -707 },
+ { 0xd77485cb, 0x25823ac7, 0x7d633293, -704 },
+ { 0x86a8d39e, 0xf77164bc, 0xae5dff9c, -700 },
+ { 0xa8530886, 0xb54dbdeb, 0xd9f57f83, -697 },
+ { 0xd267caa8, 0x62a12d66, 0xd072df63, -694 },
+ { 0x8380dea9, 0x3da4bc60, 0x4247cb9e, -690 },
+ { 0xa4611653, 0x8d0deb78, 0x52d9be85, -687 },
+ { 0xcd795be8, 0x70516656, 0x67902e27, -684 },
+ { 0x806bd971, 0x4632dff6, 0x00ba1cd8, -680 },
+ { 0xa086cfcd, 0x97bf97f3, 0x80e8a40e, -677 },
+ { 0xc8a883c0, 0xfdaf7df0, 0x6122cd12, -674 },
+ { 0xfad2a4b1, 0x3d1b5d6c, 0x796b8057, -671 },
+ { 0x9cc3a6ee, 0xc6311a63, 0xcbe33036, -667 },
+ { 0xc3f490aa, 0x77bd60fc, 0xbedbfc44, -664 },
+ { 0xf4f1b4d5, 0x15acb93b, 0xee92fb55, -661 },
+ { 0x99171105, 0x2d8bf3c5, 0x751bdd15, -657 },
+ { 0xbf5cd546, 0x78eef0b6, 0xd262d45a, -654 },
+ { 0xef340a98, 0x172aace4, 0x86fb8971, -651 },
+ { 0x9580869f, 0x0e7aac0e, 0xd45d35e6, -647 },
+ { 0xbae0a846, 0xd2195712, 0x89748360, -644 },
+ { 0xe998d258, 0x869facd7, 0x2bd1a438, -641 },
+ { 0x91ff8377, 0x5423cc06, 0x7b6306a3, -637 },
+ { 0xb67f6455, 0x292cbf08, 0x1a3bc84c, -634 },
+ { 0xe41f3d6a, 0x7377eeca, 0x20caba5f, -631 },
+ { 0x8e938662, 0x882af53e, 0x547eb47b, -627 },
+ { 0xb23867fb, 0x2a35b28d, 0xe99e619a, -624 },
+ { 0xdec681f9, 0xf4c31f31, 0x6405fa00, -621 },
+ { 0x8b3c113c, 0x38f9f37e, 0xde83bc40, -617 },
+ { 0xae0b158b, 0x4738705e, 0x9624ab50, -614 },
+ { 0xd98ddaee, 0x19068c76, 0x3badd624, -611 },
+ { 0x87f8a8d4, 0xcfa417c9, 0xe54ca5d7, -607 },
+ { 0xa9f6d30a, 0x038d1dbc, 0x5e9fcf4c, -604 },
+ { 0xd47487cc, 0x8470652b, 0x7647c320, -601 },
+ { 0x84c8d4df, 0xd2c63f3b, 0x29ecd9f4, -597 },
+ { 0xa5fb0a17, 0xc777cf09, 0xf4681071, -594 },
+ { 0xcf79cc9d, 0xb955c2cc, 0x7182148d, -591 },
+ { 0x81ac1fe2, 0x93d599bf, 0xc6f14cd8, -587 },
+ { 0xa21727db, 0x38cb002f, 0xb8ada00e, -584 },
+ { 0xca9cf1d2, 0x06fdc03b, 0xa6d90811, -581 },
+ { 0xfd442e46, 0x88bd304a, 0x908f4a16, -578 },
+ { 0x9e4a9cec, 0x15763e2e, 0x9a598e4e, -574 },
+ { 0xc5dd4427, 0x1ad3cdba, 0x40eff1e1, -571 },
+ { 0xf7549530, 0xe188c128, 0xd12bee59, -568 },
+ { 0x9a94dd3e, 0x8cf578b9, 0x82bb74f8, -564 },
+ { 0xc13a148e, 0x3032d6e7, 0xe36a5236, -561 },
+ { 0xf18899b1, 0xbc3f8ca1, 0xdc44e6c3, -558 },
+ { 0x96f5600f, 0x15a7b7e5, 0x29ab103a, -554 },
+ { 0xbcb2b812, 0xdb11a5de, 0x7415d448, -551 },
+ { 0xebdf6617, 0x91d60f56, 0x111b495b, -548 },
+ { 0x936b9fce, 0xbb25c995, 0xcab10dd9, -544 },
+ { 0xb84687c2, 0x69ef3bfb, 0x3d5d514f, -541 },
+ { 0xe65829b3, 0x046b0afa, 0x0cb4a5a3, -538 },
+ { 0x8ff71a0f, 0xe2c2e6dc, 0x47f0e785, -534 },
+ { 0xb3f4e093, 0xdb73a093, 0x59ed2167, -531 },
+ { 0xe0f218b8, 0xd25088b8, 0x306869c1, -528 },
+ { 0x8c974f73, 0x83725573, 0x1e414218, -524 },
+ { 0xafbd2350, 0x644eeacf, 0xe5d1929e, -521 },
+ { 0xdbac6c24, 0x7d62a583, 0xdf45f746, -518 },
+ { 0x894bc396, 0xce5da772, 0x6b8bba8c, -514 },
+ { 0xab9eb47c, 0x81f5114f, 0x066ea92f, -511 },
+ { 0xd686619b, 0xa27255a2, 0xc80a537b, -508 },
+ { 0x8613fd01, 0x45877585, 0xbd06742c, -504 },
+ { 0xa798fc41, 0x96e952e7, 0x2c481138, -501 },
+ { 0xd17f3b51, 0xfca3a7a0, 0xf75a1586, -498 },
+ { 0x82ef8513, 0x3de648c4, 0x9a984d73, -494 },
+ { 0xa3ab6658, 0x0d5fdaf5, 0xc13e60d0, -491 },
+ { 0xcc963fee, 0x10b7d1b3, 0x318df905, -488 },
+ { 0xffbbcfe9, 0x94e5c61f, 0xfdf17746, -485 },
+ { 0x9fd561f1, 0xfd0f9bd3, 0xfeb6ea8b, -481 },
+ { 0xc7caba6e, 0x7c5382c8, 0xfe64a52e, -478 },
+ { 0xf9bd690a, 0x1b68637b, 0x3dfdce7a, -475 },
+ { 0x9c1661a6, 0x51213e2d, 0x06bea10c, -471 },
+ { 0xc31bfa0f, 0xe5698db8, 0x486e494f, -468 },
+ { 0xf3e2f893, 0xdec3f126, 0x5a89dba3, -465 },
+ { 0x986ddb5c, 0x6b3a76b7, 0xf8962946, -461 },
+ { 0xbe895233, 0x86091465, 0xf6bbb397, -458 },
+ { 0xee2ba6c0, 0x678b597f, 0x746aa07d, -455 },
+ { 0x94db4838, 0x40b717ef, 0xa8c2a44e, -451 },
+ { 0xba121a46, 0x50e4ddeb, 0x92f34d62, -448 },
+ { 0xe896a0d7, 0xe51e1566, 0x77b020ba, -445 },
+ { 0x915e2486, 0xef32cd60, 0x0ace1474, -441 },
+ { 0xb5b5ada8, 0xaaff80b8, 0x0d819992, -438 },
+ { 0xe3231912, 0xd5bf60e6, 0x10e1fff6, -435 },
+ { 0x8df5efab, 0xc5979c8f, 0xca8d3ffa, -431 },
+ { 0xb1736b96, 0xb6fd83b3, 0xbd308ff8, -428 },
+ { 0xddd0467c, 0x64bce4a0, 0xac7cb3f6, -425 },
+ { 0x8aa22c0d, 0xbef60ee4, 0x6bcdf07a, -421 },
+ { 0xad4ab711, 0x2eb3929d, 0x86c16c98, -418 },
+ { 0xd89d64d5, 0x7a607744, 0xe871c7bf, -415 },
+ { 0x87625f05, 0x6c7c4a8b, 0x11471cd7, -411 },
+ { 0xa93af6c6, 0xc79b5d2d, 0xd598e40d, -408 },
+ { 0xd389b478, 0x79823479, 0x4aff1d10, -405 },
+ { 0x843610cb, 0x4bf160cb, 0xcedf722a, -401 },
+ { 0xa54394fe, 0x1eedb8fe, 0xc2974eb4, -398 },
+ { 0xce947a3d, 0xa6a9273e, 0x733d2262, -395 },
+ { 0x811ccc66, 0x8829b887, 0x0806357d, -391 },
+ { 0xa163ff80, 0x2a3426a8, 0xca07c2dc, -388 },
+ { 0xc9bcff60, 0x34c13052, 0xfc89b393, -385 },
+ { 0xfc2c3f38, 0x41f17c67, 0xbbac2078, -382 },
+ { 0x9d9ba783, 0x2936edc0, 0xd54b944b, -378 },
+ { 0xc5029163, 0xf384a931, 0x0a9e795e, -375 },
+ { 0xf64335bc, 0xf065d37d, 0x4d4617b5, -372 },
+ { 0x99ea0196, 0x163fa42e, 0x504bced1, -368 },
+ { 0xc06481fb, 0x9bcf8d39, 0xe45ec286, -365 },
+ { 0xf07da27a, 0x82c37088, 0x5d767327, -362 },
+ { 0x964e858c, 0x91ba2655, 0x3a6a07f8, -358 },
+ { 0xbbe226ef, 0xb628afea, 0x890489f7, -355 },
+ { 0xeadab0ab, 0xa3b2dbe5, 0x2b45ac74, -352 },
+ { 0x92c8ae6b, 0x464fc96f, 0x3b0b8bc9, -348 },
+ { 0xb77ada06, 0x17e3bbcb, 0x09ce6ebb, -345 },
+ { 0xe5599087, 0x9ddcaabd, 0xcc420a6a, -342 },
+ { 0x8f57fa54, 0xc2a9eab6, 0x9fa94682, -338 },
+ { 0xb32df8e9, 0xf3546564, 0x47939822, -335 },
+ { 0xdff97724, 0x70297ebd, 0x59787e2b, -332 },
+ { 0x8bfbea76, 0xc619ef36, 0x57eb4edb, -328 },
+ { 0xaefae514, 0x77a06b03, 0xede62292, -325 },
+ { 0xdab99e59, 0x958885c4, 0xe95fab36, -322 },
+ { 0x88b402f7, 0xfd75539b, 0x11dbcb02, -318 },
+ { 0xaae103b5, 0xfcd2a881, 0xd652bdc2, -315 },
+ { 0xd59944a3, 0x7c0752a2, 0x4be76d33, -312 },
+ { 0x857fcae6, 0x2d8493a5, 0x6f70a440, -308 },
+ { 0xa6dfbd9f, 0xb8e5b88e, 0xcb4ccd50, -305 },
+ { 0xd097ad07, 0xa71f26b2, 0x7e2000a4, -302 },
+ { 0x825ecc24, 0xc873782f, 0x8ed40066, -298 },
+ { 0xa2f67f2d, 0xfa90563b, 0x72890080, -295 },
+ { 0xcbb41ef9, 0x79346bca, 0x4f2b40a0, -292 },
+ { 0xfea126b7, 0xd78186bc, 0xe2f610c8, -289 },
+ { 0x9f24b832, 0xe6b0f436, 0x0dd9ca7d, -285 },
+ { 0xc6ede63f, 0xa05d3143, 0x91503d1c, -282 },
+ { 0xf8a95fcf, 0x88747d94, 0x75a44c63, -279 },
+ { 0x9b69dbe1, 0xb548ce7c, 0xc986afbe, -275 },
+ { 0xc24452da, 0x229b021b, 0xfbe85bad, -272 },
+ { 0xf2d56790, 0xab41c2a2, 0xfae27299, -269 },
+ { 0x97c560ba, 0x6b0919a5, 0xdccd879f, -265 },
+ { 0xbdb6b8e9, 0x05cb600f, 0x5400e987, -262 },
+ { 0xed246723, 0x473e3813, 0x290123e9, -259 },
+ { 0x9436c076, 0x0c86e30b, 0xf9a0b672, -255 },
+ { 0xb9447093, 0x8fa89bce, 0xf808e40e, -252 },
+ { 0xe7958cb8, 0x7392c2c2, 0xb60b1d12, -249 },
+ { 0x90bd77f3, 0x483bb9b9, 0xb1c6f22b, -245 },
+ { 0xb4ecd5f0, 0x1a4aa828, 0x1e38aeb6, -242 },
+ { 0xe2280b6c, 0x20dd5232, 0x25c6da63, -239 },
+ { 0x8d590723, 0x948a535f, 0x579c487e, -235 },
+ { 0xb0af48ec, 0x79ace837, 0x2d835a9d, -232 },
+ { 0xdcdb1b27, 0x98182244, 0xf8e43145, -229 },
+ { 0x8a08f0f8, 0xbf0f156b, 0x1b8e9ecb, -225 },
+ { 0xac8b2d36, 0xeed2dac5, 0xe272467e, -222 },
+ { 0xd7adf884, 0xaa879177, 0x5b0ed81d, -219 },
+ { 0x86ccbb52, 0xea94baea, 0x98e94712, -215 },
+ { 0xa87fea27, 0xa539e9a5, 0x3f2398d7, -212 },
+ { 0xd29fe4b1, 0x8e88640e, 0x8eec7f0d, -209 },
+ { 0x83a3eeee, 0xf9153e89, 0x1953cf68, -205 },
+ { 0xa48ceaaa, 0xb75a8e2b, 0x5fa8c342, -202 },
+ { 0xcdb02555, 0x653131b6, 0x3792f412, -199 },
+ { 0x808e1755, 0x5f3ebf11, 0xe2bbd88b, -195 },
+ { 0xa0b19d2a, 0xb70e6ed6, 0x5b6aceae, -192 },
+ { 0xc8de0475, 0x64d20a8b, 0xf245825a, -189 },
+ { 0xfb158592, 0xbe068d2e, 0xeed6e2f0, -186 },
+ { 0x9ced737b, 0xb6c4183d, 0x55464dd6, -182 },
+ { 0xc428d05a, 0xa4751e4c, 0xaa97e14c, -179 },
+ { 0xf5330471, 0x4d9265df, 0xd53dd99f, -176 },
+ { 0x993fe2c6, 0xd07b7fab, 0xe546a803, -172 },
+ { 0xbf8fdb78, 0x849a5f96, 0xde985204, -169 },
+ { 0xef73d256, 0xa5c0f77c, 0x963e6685, -166 },
+ { 0x95a86376, 0x27989aad, 0xdde70013, -162 },
+ { 0xbb127c53, 0xb17ec159, 0x5560c018, -159 },
+ { 0xe9d71b68, 0x9dde71af, 0xaab8f01e, -156 },
+ { 0x92267121, 0x62ab070d, 0xcab39613, -152 },
+ { 0xb6b00d69, 0xbb55c8d1, 0x3d607b97, -149 },
+ { 0xe45c10c4, 0x2a2b3b05, 0x8cb89a7d, -146 },
+ { 0x8eb98a7a, 0x9a5b04e3, 0x77f3608e, -142 },
+ { 0xb267ed19, 0x40f1c61c, 0x55f038b2, -139 },
+ { 0xdf01e85f, 0x912e37a3, 0x6b6c46de, -136 },
+ { 0x8b61313b, 0xbabce2c6, 0x2323ac4b, -132 },
+ { 0xae397d8a, 0xa96c1b77, 0xabec975e, -129 },
+ { 0xd9c7dced, 0x53c72255, 0x96e7bd35, -126 },
+ { 0x881cea14, 0x545c7575, 0x7e50d641, -122 },
+ { 0xaa242499, 0x697392d2, 0xdde50bd1, -119 },
+ { 0xd4ad2dbf, 0xc3d07787, 0x955e4ec6, -116 },
+ { 0x84ec3c97, 0xda624ab4, 0xbd5af13b, -112 },
+ { 0xa6274bbd, 0xd0fadd61, 0xecb1ad8a, -109 },
+ { 0xcfb11ead, 0x453994ba, 0x67de18ed, -106 },
+ { 0x81ceb32c, 0x4b43fcf4, 0x80eacf94, -102 },
+ { 0xa2425ff7, 0x5e14fc31, 0xa1258379, -99 },
+ { 0xcad2f7f5, 0x359a3b3e, 0x096ee458, -96 },
+ { 0xfd87b5f2, 0x8300ca0d, 0x8bca9d6e, -93 },
+ { 0x9e74d1b7, 0x91e07e48, 0x775ea264, -89 },
+ { 0xc6120625, 0x76589dda, 0x95364afe, -86 },
+ { 0xf79687ae, 0xd3eec551, 0x3a83ddbd, -83 },
+ { 0x9abe14cd, 0x44753b52, 0xc4926a96, -79 },
+ { 0xc16d9a00, 0x95928a27, 0x75b7053c, -76 },
+ { 0xf1c90080, 0xbaf72cb1, 0x5324c68b, -73 },
+ { 0x971da050, 0x74da7bee, 0xd3f6fc16, -69 },
+ { 0xbce50864, 0x92111aea, 0x88f4bb1c, -66 },
+ { 0xec1e4a7d, 0xb69561a5, 0x2b31e9e3, -63 },
+ { 0x9392ee8e, 0x921d5d07, 0x3aff322e, -59 },
+ { 0xb877aa32, 0x36a4b449, 0x09befeb9, -56 },
+ { 0xe69594be, 0xc44de15b, 0x4c2ebe68, -53 },
+ { 0x901d7cf7, 0x3ab0acd9, 0x0f9d3701, -49 },
+ { 0xb424dc35, 0x095cd80f, 0x538484c1, -46 },
+ { 0xe12e1342, 0x4bb40e13, 0x2865a5f2, -43 },
+ { 0x8cbccc09, 0x6f5088cb, 0xf93f87b7, -39 },
+ { 0xafebff0b, 0xcb24aafe, 0xf78f69a5, -36 },
+ { 0xdbe6fece, 0xbdedd5be, 0xb573440e, -33 },
+ { 0x89705f41, 0x36b4a597, 0x31680a88, -29 },
+ { 0xabcc7711, 0x8461cefc, 0xfdc20d2b, -26 },
+ { 0xd6bf94d5, 0xe57a42bc, 0x3d329076, -23 },
+ { 0x8637bd05, 0xaf6c69b5, 0xa63f9a49, -19 },
+ { 0xa7c5ac47, 0x1b478423, 0x0fcf80dc, -16 },
+ { 0xd1b71758, 0xe219652b, 0xd3c36113, -13 },
+ { 0x83126e97, 0x8d4fdf3b, 0x645a1cac, -9 },
+ { 0xa3d70a3d, 0x70a3d70a, 0x3d70a3d7, -6 },
+ { 0xcccccccc, 0xcccccccc, 0xcccccccc, -3 },
+ { 0x80000000, 0x00000000, 0x00000000, 1 },
+ { 0xa0000000, 0x00000000, 0x00000000, 4 },
+ { 0xc8000000, 0x00000000, 0x00000000, 7 },
+ { 0xfa000000, 0x00000000, 0x00000000, 10 },
+ { 0x9c400000, 0x00000000, 0x00000000, 14 },
+ { 0xc3500000, 0x00000000, 0x00000000, 17 },
+ { 0xf4240000, 0x00000000, 0x00000000, 20 },
+ { 0x98968000, 0x00000000, 0x00000000, 24 },
+ { 0xbebc2000, 0x00000000, 0x00000000, 27 },
+ { 0xee6b2800, 0x00000000, 0x00000000, 30 },
+ { 0x9502f900, 0x00000000, 0x00000000, 34 },
+ { 0xba43b740, 0x00000000, 0x00000000, 37 },
+ { 0xe8d4a510, 0x00000000, 0x00000000, 40 },
+ { 0x9184e72a, 0x00000000, 0x00000000, 44 },
+ { 0xb5e620f4, 0x80000000, 0x00000000, 47 },
+ { 0xe35fa931, 0xa0000000, 0x00000000, 50 },
+ { 0x8e1bc9bf, 0x04000000, 0x00000000, 54 },
+ { 0xb1a2bc2e, 0xc5000000, 0x00000000, 57 },
+ { 0xde0b6b3a, 0x76400000, 0x00000000, 60 },
+ { 0x8ac72304, 0x89e80000, 0x00000000, 64 },
+ { 0xad78ebc5, 0xac620000, 0x00000000, 67 },
+ { 0xd8d726b7, 0x177a8000, 0x00000000, 70 },
+ { 0x87867832, 0x6eac9000, 0x00000000, 74 },
+ { 0xa968163f, 0x0a57b400, 0x00000000, 77 },
+ { 0xd3c21bce, 0xcceda100, 0x00000000, 80 },
+ { 0x84595161, 0x401484a0, 0x00000000, 84 },
+ { 0xa56fa5b9, 0x9019a5c8, 0x00000000, 87 },
+ { 0xcecb8f27, 0xf4200f3a, 0x00000000, 90 },
+ { 0x813f3978, 0xf8940984, 0x40000000, 94 },
+ { 0xa18f07d7, 0x36b90be5, 0x50000000, 97 },
+ { 0xc9f2c9cd, 0x04674ede, 0xa4000000, 100 },
+ { 0xfc6f7c40, 0x45812296, 0x4d000000, 103 },
+ { 0x9dc5ada8, 0x2b70b59d, 0xf0200000, 107 },
+ { 0xc5371912, 0x364ce305, 0x6c280000, 110 },
+ { 0xf684df56, 0xc3e01bc6, 0xc7320000, 113 },
+ { 0x9a130b96, 0x3a6c115c, 0x3c7f4000, 117 },
+ { 0xc097ce7b, 0xc90715b3, 0x4b9f1000, 120 },
+ { 0xf0bdc21a, 0xbb48db20, 0x1e86d400, 123 },
+ { 0x96769950, 0xb50d88f4, 0x13144480, 127 },
+ { 0xbc143fa4, 0xe250eb31, 0x17d955a0, 130 },
+ { 0xeb194f8e, 0x1ae525fd, 0x5dcfab08, 133 },
+ { 0x92efd1b8, 0xd0cf37be, 0x5aa1cae5, 137 },
+ { 0xb7abc627, 0x050305ad, 0xf14a3d9e, 140 },
+ { 0xe596b7b0, 0xc643c719, 0x6d9ccd05, 143 },
+ { 0x8f7e32ce, 0x7bea5c6f, 0xe4820023, 147 },
+ { 0xb35dbf82, 0x1ae4f38b, 0xdda2802c, 150 },
+ { 0xe0352f62, 0xa19e306e, 0xd50b2037, 153 },
+ { 0x8c213d9d, 0xa502de45, 0x4526f422, 157 },
+ { 0xaf298d05, 0x0e4395d6, 0x9670b12b, 160 },
+ { 0xdaf3f046, 0x51d47b4c, 0x3c0cdd76, 163 },
+ { 0x88d8762b, 0xf324cd0f, 0xa5880a69, 167 },
+ { 0xab0e93b6, 0xefee0053, 0x8eea0d04, 170 },
+ { 0xd5d238a4, 0xabe98068, 0x72a49045, 173 },
+ { 0x85a36366, 0xeb71f041, 0x47a6da2b, 177 },
+ { 0xa70c3c40, 0xa64e6c51, 0x999090b6, 180 },
+ { 0xd0cf4b50, 0xcfe20765, 0xfff4b4e3, 183 },
+ { 0x82818f12, 0x81ed449f, 0xbff8f10e, 187 },
+ { 0xa321f2d7, 0x226895c7, 0xaff72d52, 190 },
+ { 0xcbea6f8c, 0xeb02bb39, 0x9bf4f8a6, 193 },
+ { 0xfee50b70, 0x25c36a08, 0x02f236d0, 196 },
+ { 0x9f4f2726, 0x179a2245, 0x01d76242, 200 },
+ { 0xc722f0ef, 0x9d80aad6, 0x424d3ad2, 203 },
+ { 0xf8ebad2b, 0x84e0d58b, 0xd2e08987, 206 },
+ { 0x9b934c3b, 0x330c8577, 0x63cc55f4, 210 },
+ { 0xc2781f49, 0xffcfa6d5, 0x3cbf6b71, 213 },
+ { 0xf316271c, 0x7fc3908a, 0x8bef464e, 216 },
+ { 0x97edd871, 0xcfda3a56, 0x97758bf0, 220 },
+ { 0xbde94e8e, 0x43d0c8ec, 0x3d52eeed, 223 },
+ { 0xed63a231, 0xd4c4fb27, 0x4ca7aaa8, 226 },
+ { 0x945e455f, 0x24fb1cf8, 0x8fe8caa9, 230 },
+ { 0xb975d6b6, 0xee39e436, 0xb3e2fd53, 233 },
+ { 0xe7d34c64, 0xa9c85d44, 0x60dbbca8, 236 },
+ { 0x90e40fbe, 0xea1d3a4a, 0xbc8955e9, 240 },
+ { 0xb51d13ae, 0xa4a488dd, 0x6babab63, 243 },
+ { 0xe264589a, 0x4dcdab14, 0xc696963c, 246 },
+ { 0x8d7eb760, 0x70a08aec, 0xfc1e1de5, 250 },
+ { 0xb0de6538, 0x8cc8ada8, 0x3b25a55f, 253 },
+ { 0xdd15fe86, 0xaffad912, 0x49ef0eb7, 256 },
+ { 0x8a2dbf14, 0x2dfcc7ab, 0x6e356932, 260 },
+ { 0xacb92ed9, 0x397bf996, 0x49c2c37f, 263 },
+ { 0xd7e77a8f, 0x87daf7fb, 0xdc33745e, 266 },
+ { 0x86f0ac99, 0xb4e8dafd, 0x69a028bb, 270 },
+ { 0xa8acd7c0, 0x222311bc, 0xc40832ea, 273 },
+ { 0xd2d80db0, 0x2aabd62b, 0xf50a3fa4, 276 },
+ { 0x83c7088e, 0x1aab65db, 0x792667c6, 280 },
+ { 0xa4b8cab1, 0xa1563f52, 0x577001b8, 283 },
+ { 0xcde6fd5e, 0x09abcf26, 0xed4c0226, 286 },
+ { 0x80b05e5a, 0xc60b6178, 0x544f8158, 290 },
+ { 0xa0dc75f1, 0x778e39d6, 0x696361ae, 293 },
+ { 0xc913936d, 0xd571c84c, 0x03bc3a19, 296 },
+ { 0xfb587849, 0x4ace3a5f, 0x04ab48a0, 299 },
+ { 0x9d174b2d, 0xcec0e47b, 0x62eb0d64, 303 },
+ { 0xc45d1df9, 0x42711d9a, 0x3ba5d0bd, 306 },
+ { 0xf5746577, 0x930d6500, 0xca8f44ec, 309 },
+ { 0x9968bf6a, 0xbbe85f20, 0x7e998b13, 313 },
+ { 0xbfc2ef45, 0x6ae276e8, 0x9e3fedd8, 316 },
+ { 0xefb3ab16, 0xc59b14a2, 0xc5cfe94e, 319 },
+ { 0x95d04aee, 0x3b80ece5, 0xbba1f1d1, 323 },
+ { 0xbb445da9, 0xca61281f, 0x2a8a6e45, 326 },
+ { 0xea157514, 0x3cf97226, 0xf52d09d7, 329 },
+ { 0x924d692c, 0xa61be758, 0x593c2626, 333 },
+ { 0xb6e0c377, 0xcfa2e12e, 0x6f8b2fb0, 336 },
+ { 0xe498f455, 0xc38b997a, 0x0b6dfb9c, 339 },
+ { 0x8edf98b5, 0x9a373fec, 0x4724bd41, 343 },
+ { 0xb2977ee3, 0x00c50fe7, 0x58edec91, 346 },
+ { 0xdf3d5e9b, 0xc0f653e1, 0x2f2967b6, 349 },
+ { 0x8b865b21, 0x5899f46c, 0xbd79e0d2, 353 },
+ { 0xae67f1e9, 0xaec07187, 0xecd85906, 356 },
+ { 0xda01ee64, 0x1a708de9, 0xe80e6f48, 359 },
+ { 0x884134fe, 0x908658b2, 0x3109058d, 363 },
+ { 0xaa51823e, 0x34a7eede, 0xbd4b46f0, 366 },
+ { 0xd4e5e2cd, 0xc1d1ea96, 0x6c9e18ac, 369 },
+ { 0x850fadc0, 0x9923329e, 0x03e2cf6b, 373 },
+ { 0xa6539930, 0xbf6bff45, 0x84db8346, 376 },
+ { 0xcfe87f7c, 0xef46ff16, 0xe6126418, 379 },
+ { 0x81f14fae, 0x158c5f6e, 0x4fcb7e8f, 383 },
+ { 0xa26da399, 0x9aef7749, 0xe3be5e33, 386 },
+ { 0xcb090c80, 0x01ab551c, 0x5cadf5bf, 389 },
+ { 0xfdcb4fa0, 0x02162a63, 0x73d9732f, 392 },
+ { 0x9e9f11c4, 0x014dda7e, 0x2867e7fd, 396 },
+ { 0xc646d635, 0x01a1511d, 0xb281e1fd, 399 },
+ { 0xf7d88bc2, 0x4209a565, 0x1f225a7c, 402 },
+ { 0x9ae75759, 0x6946075f, 0x3375788d, 406 },
+ { 0xc1a12d2f, 0xc3978937, 0x0052d6b1, 409 },
+ { 0xf209787b, 0xb47d6b84, 0xc0678c5d, 412 },
+ { 0x9745eb4d, 0x50ce6332, 0xf840b7ba, 416 },
+ { 0xbd176620, 0xa501fbff, 0xb650e5a9, 419 },
+ { 0xec5d3fa8, 0xce427aff, 0xa3e51f13, 422 },
+ { 0x93ba47c9, 0x80e98cdf, 0xc66f336c, 426 },
+ { 0xb8a8d9bb, 0xe123f017, 0xb80b0047, 429 },
+ { 0xe6d3102a, 0xd96cec1d, 0xa60dc059, 432 },
+ { 0x9043ea1a, 0xc7e41392, 0x87c89837, 436 },
+ { 0xb454e4a1, 0x79dd1877, 0x29babe45, 439 },
+ { 0xe16a1dc9, 0xd8545e94, 0xf4296dd6, 442 },
+ { 0x8ce2529e, 0x2734bb1d, 0x1899e4a6, 446 },
+ { 0xb01ae745, 0xb101e9e4, 0x5ec05dcf, 449 },
+ { 0xdc21a117, 0x1d42645d, 0x76707543, 452 },
+ { 0x899504ae, 0x72497eba, 0x6a06494a, 456 },
+ { 0xabfa45da, 0x0edbde69, 0x0487db9d, 459 },
+ { 0xd6f8d750, 0x9292d603, 0x45a9d284, 462 },
+ { 0x865b8692, 0x5b9bc5c2, 0x0b8a2392, 466 },
+ { 0xa7f26836, 0xf282b732, 0x8e6cac77, 469 },
+ { 0xd1ef0244, 0xaf2364ff, 0x3207d795, 472 },
+ { 0x8335616a, 0xed761f1f, 0x7f44e6bd, 476 },
+ { 0xa402b9c5, 0xa8d3a6e7, 0x5f16206c, 479 },
+ { 0xcd036837, 0x130890a1, 0x36dba887, 482 },
+ { 0x80222122, 0x6be55a64, 0xc2494954, 486 },
+ { 0xa02aa96b, 0x06deb0fd, 0xf2db9baa, 489 },
+ { 0xc83553c5, 0xc8965d3d, 0x6f928294, 492 },
+ { 0xfa42a8b7, 0x3abbf48c, 0xcb772339, 495 },
+ { 0x9c69a972, 0x84b578d7, 0xff2a7604, 499 },
+ { 0xc38413cf, 0x25e2d70d, 0xfef51385, 502 },
+ { 0xf46518c2, 0xef5b8cd1, 0x7eb25866, 505 },
+ { 0x98bf2f79, 0xd5993802, 0xef2f773f, 509 },
+ { 0xbeeefb58, 0x4aff8603, 0xaafb550f, 512 },
+ { 0xeeaaba2e, 0x5dbf6784, 0x95ba2a53, 515 },
+ { 0x952ab45c, 0xfa97a0b2, 0xdd945a74, 519 },
+ { 0xba756174, 0x393d88df, 0x94f97111, 522 },
+ { 0xe912b9d1, 0x478ceb17, 0x7a37cd56, 525 },
+ { 0x91abb422, 0xccb812ee, 0xac62e055, 529 },
+ { 0xb616a12b, 0x7fe617aa, 0x577b986b, 532 },
+ { 0xe39c4976, 0x5fdf9d94, 0xed5a7e85, 535 },
+ { 0x8e41ade9, 0xfbebc27d, 0x14588f13, 539 },
+ { 0xb1d21964, 0x7ae6b31c, 0x596eb2d8, 542 },
+ { 0xde469fbd, 0x99a05fe3, 0x6fca5f8e, 545 },
+ { 0x8aec23d6, 0x80043bee, 0x25de7bb9, 549 },
+ { 0xada72ccc, 0x20054ae9, 0xaf561aa7, 552 },
+ { 0xd910f7ff, 0x28069da4, 0x1b2ba151, 555 },
+ { 0x87aa9aff, 0x79042286, 0x90fb44d2, 559 },
+ { 0xa99541bf, 0x57452b28, 0x353a1607, 562 },
+ { 0xd3fa922f, 0x2d1675f2, 0x42889b89, 565 },
+ { 0x847c9b5d, 0x7c2e09b7, 0x69956135, 569 },
+ { 0xa59bc234, 0xdb398c25, 0x43fab983, 572 },
+ { 0xcf02b2c2, 0x1207ef2e, 0x94f967e4, 575 },
+ { 0x8161afb9, 0x4b44f57d, 0x1d1be0ee, 579 },
+ { 0xa1ba1ba7, 0x9e1632dc, 0x6462d92a, 582 },
+ { 0xca28a291, 0x859bbf93, 0x7d7b8f75, 585 },
+ { 0xfcb2cb35, 0xe702af78, 0x5cda7352, 588 },
+ { 0x9defbf01, 0xb061adab, 0x3a088813, 592 },
+ { 0xc56baec2, 0x1c7a1916, 0x088aaa18, 595 },
+ { 0xf6c69a72, 0xa3989f5b, 0x8aad549e, 598 },
+ { 0x9a3c2087, 0xa63f6399, 0x36ac54e2, 602 },
+ { 0xc0cb28a9, 0x8fcf3c7f, 0x84576a1b, 605 },
+ { 0xf0fdf2d3, 0xf3c30b9f, 0x656d44a2, 608 },
+ { 0x969eb7c4, 0x7859e743, 0x9f644ae5, 612 },
+ { 0xbc4665b5, 0x96706114, 0x873d5d9f, 615 },
+ { 0xeb57ff22, 0xfc0c7959, 0xa90cb506, 618 },
+ { 0x9316ff75, 0xdd87cbd8, 0x09a7f124, 622 },
+ { 0xb7dcbf53, 0x54e9bece, 0x0c11ed6d, 625 },
+ { 0xe5d3ef28, 0x2a242e81, 0x8f1668c8, 628 },
+ { 0x8fa47579, 0x1a569d10, 0xf96e017d, 632 },
+ { 0xb38d92d7, 0x60ec4455, 0x37c981dc, 635 },
+ { 0xe070f78d, 0x3927556a, 0x85bbe253, 638 },
+ { 0x8c469ab8, 0x43b89562, 0x93956d74, 642 },
+ { 0xaf584166, 0x54a6babb, 0x387ac8d1, 645 },
+ { 0xdb2e51bf, 0xe9d0696a, 0x06997b05, 648 },
+ { 0x88fcf317, 0xf22241e2, 0x441fece3, 652 },
+ { 0xab3c2fdd, 0xeeaad25a, 0xd527e81c, 655 },
+ { 0xd60b3bd5, 0x6a5586f1, 0x8a71e223, 658 },
+ { 0x85c70565, 0x62757456, 0xf6872d56, 662 },
+ { 0xa738c6be, 0xbb12d16c, 0xb428f8ac, 665 },
+ { 0xd106f86e, 0x69d785c7, 0xe13336d7, 668 },
+ { 0x82a45b45, 0x0226b39c, 0xecc00246, 672 },
+ { 0xa34d7216, 0x42b06084, 0x27f002d7, 675 },
+ { 0xcc20ce9b, 0xd35c78a5, 0x31ec038d, 678 },
+ { 0xff290242, 0xc83396ce, 0x7e670471, 681 },
+ { 0x9f79a169, 0xbd203e41, 0x0f0062c6, 685 },
+ { 0xc75809c4, 0x2c684dd1, 0x52c07b78, 688 },
+ { 0xf92e0c35, 0x37826145, 0xa7709a56, 691 },
+ { 0x9bbcc7a1, 0x42b17ccb, 0x88a66076, 695 },
+ { 0xc2abf989, 0x935ddbfe, 0x6acff893, 698 },
+ { 0xf356f7eb, 0xf83552fe, 0x0583f6b8, 701 },
+ { 0x98165af3, 0x7b2153de, 0xc3727a33, 705 },
+ { 0xbe1bf1b0, 0x59e9a8d6, 0x744f18c0, 708 },
+ { 0xeda2ee1c, 0x7064130c, 0x1162def0, 711 },
+ { 0x9485d4d1, 0xc63e8be7, 0x8addcb56, 715 },
+ { 0xb9a74a06, 0x37ce2ee1, 0x6d953e2b, 718 },
+ { 0xe8111c87, 0xc5c1ba99, 0xc8fa8db6, 721 },
+ { 0x910ab1d4, 0xdb9914a0, 0x1d9c9892, 725 },
+ { 0xb54d5e4a, 0x127f59c8, 0x2503beb6, 728 },
+ { 0xe2a0b5dc, 0x971f303a, 0x2e44ae64, 731 },
+ { 0x8da471a9, 0xde737e24, 0x5ceaecfe, 735 },
+ { 0xb10d8e14, 0x56105dad, 0x7425a83e, 738 },
+ { 0xdd50f199, 0x6b947518, 0xd12f124e, 741 },
+ { 0x8a5296ff, 0xe33cc92f, 0x82bd6b70, 745 },
+ { 0xace73cbf, 0xdc0bfb7b, 0x636cc64d, 748 },
+ { 0xd8210bef, 0xd30efa5a, 0x3c47f7e0, 751 },
+ { 0x8714a775, 0xe3e95c78, 0x65acfaec, 755 },
+ { 0xa8d9d153, 0x5ce3b396, 0x7f1839a7, 758 },
+ { 0xd31045a8, 0x341ca07c, 0x1ede4811, 761 },
+ { 0x83ea2b89, 0x2091e44d, 0x934aed0a, 765 },
+ { 0xa4e4b66b, 0x68b65d60, 0xf81da84d, 768 },
+ { 0xce1de406, 0x42e3f4b9, 0x36251260, 771 },
+ { 0x80d2ae83, 0xe9ce78f3, 0xc1d72b7c, 775 },
+ { 0xa1075a24, 0xe4421730, 0xb24cf65b, 778 },
+ { 0xc94930ae, 0x1d529cfc, 0xdee033f2, 781 },
+ { 0xfb9b7cd9, 0xa4a7443c, 0x169840ef, 784 },
+ { 0x9d412e08, 0x06e88aa5, 0x8e1f2895, 788 },
+ { 0xc491798a, 0x08a2ad4e, 0xf1a6f2ba, 791 },
+ { 0xf5b5d7ec, 0x8acb58a2, 0xae10af69, 794 },
+ { 0x9991a6f3, 0xd6bf1765, 0xacca6da1, 798 },
+ { 0xbff610b0, 0xcc6edd3f, 0x17fd090a, 801 },
+ { 0xeff394dc, 0xff8a948e, 0xddfc4b4c, 804 },
+ { 0x95f83d0a, 0x1fb69cd9, 0x4abdaf10, 808 },
+ { 0xbb764c4c, 0xa7a4440f, 0x9d6d1ad4, 811 },
+ { 0xea53df5f, 0xd18d5513, 0x84c86189, 814 },
+ { 0x92746b9b, 0xe2f8552c, 0x32fd3cf5, 818 },
+ { 0xb7118682, 0xdbb66a77, 0x3fbc8c33, 821 },
+ { 0xe4d5e823, 0x92a40515, 0x0fabaf3f, 824 },
+ { 0x8f05b116, 0x3ba6832d, 0x29cb4d87, 828 },
+ { 0xb2c71d5b, 0xca9023f8, 0x743e20e9, 831 },
+ { 0xdf78e4b2, 0xbd342cf6, 0x914da924, 834 },
+ { 0x8bab8eef, 0xb6409c1a, 0x1ad089b6, 838 },
+ { 0xae9672ab, 0xa3d0c320, 0xa184ac24, 841 },
+ { 0xda3c0f56, 0x8cc4f3e8, 0xc9e5d72d, 844 },
+ { 0x88658996, 0x17fb1871, 0x7e2fa67c, 848 },
+ { 0xaa7eebfb, 0x9df9de8d, 0xddbb901b, 851 },
+ { 0xd51ea6fa, 0x85785631, 0x552a7422, 854 },
+ { 0x8533285c, 0x936b35de, 0xd53a8895, 858 },
+ { 0xa67ff273, 0xb8460356, 0x8a892aba, 861 },
+ { 0xd01fef10, 0xa657842c, 0x2d2b7569, 864 },
+ { 0x8213f56a, 0x67f6b29b, 0x9c3b2962, 868 },
+ { 0xa298f2c5, 0x01f45f42, 0x8349f3ba, 871 },
+ { 0xcb3f2f76, 0x42717713, 0x241c70a9, 874 },
+ { 0xfe0efb53, 0xd30dd4d7, 0xed238cd3, 877 },
+ { 0x9ec95d14, 0x63e8a506, 0xf4363804, 881 },
+ { 0xc67bb459, 0x7ce2ce48, 0xb143c605, 884 },
+ { 0xf81aa16f, 0xdc1b81da, 0xdd94b786, 887 },
+ { 0x9b10a4e5, 0xe9913128, 0xca7cf2b4, 891 },
+ { 0xc1d4ce1f, 0x63f57d72, 0xfd1c2f61, 894 },
+ { 0xf24a01a7, 0x3cf2dccf, 0xbc633b39, 897 },
+ { 0x976e4108, 0x8617ca01, 0xd5be0503, 901 },
+ { 0xbd49d14a, 0xa79dbc82, 0x4b2d8644, 904 },
+ { 0xec9c459d, 0x51852ba2, 0xddf8e7d6, 907 },
+ { 0x93e1ab82, 0x52f33b45, 0xcabb90e5, 911 },
+ { 0xb8da1662, 0xe7b00a17, 0x3d6a751f, 914 },
+ { 0xe7109bfb, 0xa19c0c9d, 0x0cc51267, 917 },
+ { 0x906a617d, 0x450187e2, 0x27fb2b80, 921 },
+ { 0xb484f9dc, 0x9641e9da, 0xb1f9f660, 924 },
+ { 0xe1a63853, 0xbbd26451, 0x5e7873f8, 927 },
+ { 0x8d07e334, 0x55637eb2, 0xdb0b487b, 931 },
+ { 0xb049dc01, 0x6abc5e5f, 0x91ce1a9a, 934 },
+ { 0xdc5c5301, 0xc56b75f7, 0x7641a140, 937 },
+ { 0x89b9b3e1, 0x1b6329ba, 0xa9e904c8, 941 },
+ { 0xac2820d9, 0x623bf429, 0x546345fa, 944 },
+ { 0xd732290f, 0xbacaf133, 0xa97c1779, 947 },
+ { 0x867f59a9, 0xd4bed6c0, 0x49ed8eab, 951 },
+ { 0xa81f3014, 0x49ee8c70, 0x5c68f256, 954 },
+ { 0xd226fc19, 0x5c6a2f8c, 0x73832eec, 957 },
+ { 0x83585d8f, 0xd9c25db7, 0xc831fd53, 961 },
+ { 0xa42e74f3, 0xd032f525, 0xba3e7ca8, 964 },
+ { 0xcd3a1230, 0xc43fb26f, 0x28ce1bd2, 967 },
+ { 0x80444b5e, 0x7aa7cf85, 0x7980d163, 971 },
+ { 0xa0555e36, 0x1951c366, 0xd7e105bc, 974 },
+ { 0xc86ab5c3, 0x9fa63440, 0x8dd9472b, 977 },
+ { 0xfa856334, 0x878fc150, 0xb14f98f6, 980 },
+ { 0x9c935e00, 0xd4b9d8d2, 0x6ed1bf9a, 984 },
+ { 0xc3b83581, 0x09e84f07, 0x0a862f80, 987 },
+ { 0xf4a642e1, 0x4c6262c8, 0xcd27bb61, 990 },
+ { 0x98e7e9cc, 0xcfbd7dbd, 0x8038d51c, 994 },
+ { 0xbf21e440, 0x03acdd2c, 0xe0470a63, 997 },
+ { 0xeeea5d50, 0x04981478, 0x1858ccfc, 1000 },
+ { 0x95527a52, 0x02df0ccb, 0x0f37801e, 1004 },
+ { 0xbaa718e6, 0x8396cffd, 0xd3056025, 1007 },
+ { 0xe950df20, 0x247c83fd, 0x47c6b82e, 1010 },
+ { 0x91d28b74, 0x16cdd27e, 0x4cdc331d, 1014 },
+ { 0xb6472e51, 0x1c81471d, 0xe0133fe4, 1017 },
+ { 0xe3d8f9e5, 0x63a198e5, 0x58180fdd, 1020 },
+ { 0x8e679c2f, 0x5e44ff8f, 0x570f09ea, 1024 },
+ { 0xb201833b, 0x35d63f73, 0x2cd2cc65, 1027 },
+ { 0xde81e40a, 0x034bcf4f, 0xf8077f7e, 1030 },
+ { 0x8b112e86, 0x420f6191, 0xfb04afaf, 1034 },
+ { 0xadd57a27, 0xd29339f6, 0x79c5db9a, 1037 },
+ { 0xd94ad8b1, 0xc7380874, 0x18375281, 1040 },
+ { 0x87cec76f, 0x1c830548, 0x8f229391, 1044 },
+ { 0xa9c2794a, 0xe3a3c69a, 0xb2eb3875, 1047 },
+ { 0xd433179d, 0x9c8cb841, 0x5fa60692, 1050 },
+ { 0x849feec2, 0x81d7f328, 0xdbc7c41b, 1054 },
+ { 0xa5c7ea73, 0x224deff3, 0x12b9b522, 1057 },
+ { 0xcf39e50f, 0xeae16bef, 0xd768226b, 1060 },
+ { 0x81842f29, 0xf2cce375, 0xe6a11583, 1064 },
+ { 0xa1e53af4, 0x6f801c53, 0x60495ae3, 1067 },
+ { 0xca5e89b1, 0x8b602368, 0x385bb19c, 1070 },
+ { 0xfcf62c1d, 0xee382c42, 0x46729e03, 1073 },
+ { 0x9e19db92, 0xb4e31ba9, 0x6c07a2c2, 1077 }
+ };
+ static short int Lhint[2098] = {
+ /*18,*/19, 19, 19, 19, 20, 20, 20, 21, 21,
+ 21, 22, 22, 22, 23, 23, 23, 23, 24, 24,
+ 24, 25, 25, 25, 26, 26, 26, 26, 27, 27,
+ 27, 28, 28, 28, 29, 29, 29, 29, 30, 30,
+ 30, 31, 31, 31, 32, 32, 32, 32, 33, 33,
+ 33, 34, 34, 34, 35, 35, 35, 35, 36, 36,
+ 36, 37, 37, 37, 38, 38, 38, 38, 39, 39,
+ 39, 40, 40, 40, 41, 41, 41, 41, 42, 42,
+ 42, 43, 43, 43, 44, 44, 44, 44, 45, 45,
+ 45, 46, 46, 46, 47, 47, 47, 47, 48, 48,
+ 48, 49, 49, 49, 50, 50, 50, 51, 51, 51,
+ 51, 52, 52, 52, 53, 53, 53, 54, 54, 54,
+ 54, 55, 55, 55, 56, 56, 56, 57, 57, 57,
+ 57, 58, 58, 58, 59, 59, 59, 60, 60, 60,
+ 60, 61, 61, 61, 62, 62, 62, 63, 63, 63,
+ 63, 64, 64, 64, 65, 65, 65, 66, 66, 66,
+ 66, 67, 67, 67, 68, 68, 68, 69, 69, 69,
+ 69, 70, 70, 70, 71, 71, 71, 72, 72, 72,
+ 72, 73, 73, 73, 74, 74, 74, 75, 75, 75,
+ 75, 76, 76, 76, 77, 77, 77, 78, 78, 78,
+ 78, 79, 79, 79, 80, 80, 80, 81, 81, 81,
+ 82, 82, 82, 82, 83, 83, 83, 84, 84, 84,
+ 85, 85, 85, 85, 86, 86, 86, 87, 87, 87,
+ 88, 88, 88, 88, 89, 89, 89, 90, 90, 90,
+ 91, 91, 91, 91, 92, 92, 92, 93, 93, 93,
+ 94, 94, 94, 94, 95, 95, 95, 96, 96, 96,
+ 97, 97, 97, 97, 98, 98, 98, 99, 99, 99,
+ 100, 100, 100, 100, 101, 101, 101, 102, 102, 102,
+ 103, 103, 103, 103, 104, 104, 104, 105, 105, 105,
+ 106, 106, 106, 106, 107, 107, 107, 108, 108, 108,
+ 109, 109, 109, 110, 110, 110, 110, 111, 111, 111,
+ 112, 112, 112, 113, 113, 113, 113, 114, 114, 114,
+ 115, 115, 115, 116, 116, 116, 116, 117, 117, 117,
+ 118, 118, 118, 119, 119, 119, 119, 120, 120, 120,
+ 121, 121, 121, 122, 122, 122, 122, 123, 123, 123,
+ 124, 124, 124, 125, 125, 125, 125, 126, 126, 126,
+ 127, 127, 127, 128, 128, 128, 128, 129, 129, 129,
+ 130, 130, 130, 131, 131, 131, 131, 132, 132, 132,
+ 133, 133, 133, 134, 134, 134, 134, 135, 135, 135,
+ 136, 136, 136, 137, 137, 137, 137, 138, 138, 138,
+ 139, 139, 139, 140, 140, 140, 141, 141, 141, 141,
+ 142, 142, 142, 143, 143, 143, 144, 144, 144, 144,
+ 145, 145, 145, 146, 146, 146, 147, 147, 147, 147,
+ 148, 148, 148, 149, 149, 149, 150, 150, 150, 150,
+ 151, 151, 151, 152, 152, 152, 153, 153, 153, 153,
+ 154, 154, 154, 155, 155, 155, 156, 156, 156, 156,
+ 157, 157, 157, 158, 158, 158, 159, 159, 159, 159,
+ 160, 160, 160, 161, 161, 161, 162, 162, 162, 162,
+ 163, 163, 163, 164, 164, 164, 165, 165, 165, 165,
+ 166, 166, 166, 167, 167, 167, 168, 168, 168, 169,
+ 169, 169, 169, 170, 170, 170, 171, 171, 171, 172,
+ 172, 172, 172, 173, 173, 173, 174, 174, 174, 175,
+ 175, 175, 175, 176, 176, 176, 177, 177, 177, 178,
+ 178, 178, 178, 179, 179, 179, 180, 180, 180, 181,
+ 181, 181, 181, 182, 182, 182, 183, 183, 183, 184,
+ 184, 184, 184, 185, 185, 185, 186, 186, 186, 187,
+ 187, 187, 187, 188, 188, 188, 189, 189, 189, 190,
+ 190, 190, 190, 191, 191, 191, 192, 192, 192, 193,
+ 193, 193, 193, 194, 194, 194, 195, 195, 195, 196,
+ 196, 196, 197, 197, 197, 197, 198, 198, 198, 199,
+ 199, 199, 200, 200, 200, 200, 201, 201, 201, 202,
+ 202, 202, 203, 203, 203, 203, 204, 204, 204, 205,
+ 205, 205, 206, 206, 206, 206, 207, 207, 207, 208,
+ 208, 208, 209, 209, 209, 209, 210, 210, 210, 211,
+ 211, 211, 212, 212, 212, 212, 213, 213, 213, 214,
+ 214, 214, 215, 215, 215, 215, 216, 216, 216, 217,
+ 217, 217, 218, 218, 218, 218, 219, 219, 219, 220,
+ 220, 220, 221, 221, 221, 221, 222, 222, 222, 223,
+ 223, 223, 224, 224, 224, 224, 225, 225, 225, 226,
+ 226, 226, 227, 227, 227, 228, 228, 228, 228, 229,
+ 229, 229, 230, 230, 230, 231, 231, 231, 231, 232,
+ 232, 232, 233, 233, 233, 234, 234, 234, 234, 235,
+ 235, 235, 236, 236, 236, 237, 237, 237, 237, 238,
+ 238, 238, 239, 239, 239, 240, 240, 240, 240, 241,
+ 241, 241, 242, 242, 242, 243, 243, 243, 243, 244,
+ 244, 244, 245, 245, 245, 246, 246, 246, 246, 247,
+ 247, 247, 248, 248, 248, 249, 249, 249, 249, 250,
+ 250, 250, 251, 251, 251, 252, 252, 252, 252, 253,
+ 253, 253, 254, 254, 254, 255, 255, 255, 256, 256,
+ 256, 256, 257, 257, 257, 258, 258, 258, 259, 259,
+ 259, 259, 260, 260, 260, 261, 261, 261, 262, 262,
+ 262, 262, 263, 263, 263, 264, 264, 264, 265, 265,
+ 265, 265, 266, 266, 266, 267, 267, 267, 268, 268,
+ 268, 268, 269, 269, 269, 270, 270, 270, 271, 271,
+ 271, 271, 272, 272, 272, 273, 273, 273, 274, 274,
+ 274, 274, 275, 275, 275, 276, 276, 276, 277, 277,
+ 277, 277, 278, 278, 278, 279, 279, 279, 280, 280,
+ 280, 280, 281, 281, 281, 282, 282, 282, 283, 283,
+ 283, 283, 284, 284, 284, 285, 285, 285, 286, 286,
+ 286, 287, 287, 287, 287, 288, 288, 288, 289, 289,
+ 289, 290, 290, 290, 290, 291, 291, 291, 292, 292,
+ 292, 293, 293, 293, 293, 294, 294, 294, 295, 295,
+ 295, 296, 296, 296, 296, 297, 297, 297, 298, 298,
+ 298, 299, 299, 299, 299, 300, 300, 300, 301, 301,
+ 301, 302, 302, 302, 302, 303, 303, 303, 304, 304,
+ 304, 305, 305, 305, 305, 306, 306, 306, 307, 307,
+ 307, 308, 308, 308, 308, 309, 309, 309, 310, 310,
+ 310, 311, 311, 311, 311, 312, 312, 312, 313, 313,
+ 313, 314, 314, 314, 315, 315, 315, 315, 316, 316,
+ 316, 317, 317, 317, 318, 318, 318, 318, 319, 319,
+ 319, 320, 320, 320, 321, 321, 321, 321, 322, 322,
+ 322, 323, 323, 323, 324, 324, 324, 324, 325, 325,
+ 325, 326, 326, 326, 327, 327, 327, 327, 328, 328,
+ 328, 329, 329, 329, 330, 330, 330, 330, 331, 331,
+ 331, 332, 332, 332, 333, 333, 333, 333, 334, 334,
+ 334, 335, 335, 335, 336, 336, 336, 336, 337, 337,
+ 337, 338, 338, 338, 339, 339, 339, 339, 340, 340,
+ 340, 341, 341, 341, 342, 342, 342, 342, 343, 343,
+ 343, 344, 344, 344, 345, 345, 345, 346, 346, 346,
+ 346, 347, 347, 347, 348, 348, 348, 349, 349, 349,
+ 349, 350, 350, 350, 351, 351, 351, 352, 352, 352,
+ 352, 353, 353, 353, 354, 354, 354, 355, 355, 355,
+ 355, 356, 356, 356, 357, 357, 357, 358, 358, 358,
+ 358, 359, 359, 359, 360, 360, 360, 361, 361, 361,
+ 361, 362, 362, 362, 363, 363, 363, 364, 364, 364,
+ 364, 365, 365, 365, 366, 366, 366, 367, 367, 367,
+ 367, 368, 368, 368, 369, 369, 369, 370, 370, 370,
+ 370, 371, 371, 371, 372, 372, 372, 373, 373, 373,
+ 374, 374, 374, 374, 375, 375, 375, 376, 376, 376,
+ 377, 377, 377, 377, 378, 378, 378, 379, 379, 379,
+ 380, 380, 380, 380, 381, 381, 381, 382, 382, 382,
+ 383, 383, 383, 383, 384, 384, 384, 385, 385, 385,
+ 386, 386, 386, 386, 387, 387, 387, 388, 388, 388,
+ 389, 389, 389, 389, 390, 390, 390, 391, 391, 391,
+ 392, 392, 392, 392, 393, 393, 393, 394, 394, 394,
+ 395, 395, 395, 395, 396, 396, 396, 397, 397, 397,
+ 398, 398, 398, 398, 399, 399, 399, 400, 400, 400,
+ 401, 401, 401, 402, 402, 402, 402, 403, 403, 403,
+ 404, 404, 404, 405, 405, 405, 405, 406, 406, 406,
+ 407, 407, 407, 408, 408, 408, 408, 409, 409, 409,
+ 410, 410, 410, 411, 411, 411, 411, 412, 412, 412,
+ 413, 413, 413, 414, 414, 414, 414, 415, 415, 415,
+ 416, 416, 416, 417, 417, 417, 417, 418, 418, 418,
+ 419, 419, 419, 420, 420, 420, 420, 421, 421, 421,
+ 422, 422, 422, 423, 423, 423, 423, 424, 424, 424,
+ 425, 425, 425, 426, 426, 426, 426, 427, 427, 427,
+ 428, 428, 428, 429, 429, 429, 429, 430, 430, 430,
+ 431, 431, 431, 432, 432, 432, 433, 433, 433, 433,
+ 434, 434, 434, 435, 435, 435, 436, 436, 436, 436,
+ 437, 437, 437, 438, 438, 438, 439, 439, 439, 439,
+ 440, 440, 440, 441, 441, 441, 442, 442, 442, 442,
+ 443, 443, 443, 444, 444, 444, 445, 445, 445, 445,
+ 446, 446, 446, 447, 447, 447, 448, 448, 448, 448,
+ 449, 449, 449, 450, 450, 450, 451, 451, 451, 451,
+ 452, 452, 452, 453, 453, 453, 454, 454, 454, 454,
+ 455, 455, 455, 456, 456, 456, 457, 457, 457, 457,
+ 458, 458, 458, 459, 459, 459, 460, 460, 460, 461,
+ 461, 461, 461, 462, 462, 462, 463, 463, 463, 464,
+ 464, 464, 464, 465, 465, 465, 466, 466, 466, 467,
+ 467, 467, 467, 468, 468, 468, 469, 469, 469, 470,
+ 470, 470, 470, 471, 471, 471, 472, 472, 472, 473,
+ 473, 473, 473, 474, 474, 474, 475, 475, 475, 476,
+ 476, 476, 476, 477, 477, 477, 478, 478, 478, 479,
+ 479, 479, 479, 480, 480, 480, 481, 481, 481, 482,
+ 482, 482, 482, 483, 483, 483, 484, 484, 484, 485,
+ 485, 485, 485, 486, 486, 486, 487, 487, 487, 488,
+ 488, 488, 488, 489, 489, 489, 490, 490, 490, 491,
+ 491, 491, 492, 492, 492, 492, 493, 493, 493, 494,
+ 494, 494, 495, 495, 495, 495, 496, 496, 496, 497,
+ 497, 497, 498, 498, 498, 498, 499, 499, 499, 500,
+ 500, 500, 501, 501, 501, 501, 502, 502, 502, 503,
+ 503, 503, 504, 504, 504, 504, 505, 505, 505, 506,
+ 506, 506, 507, 507, 507, 507, 508, 508, 508, 509,
+ 509, 509, 510, 510, 510, 510, 511, 511, 511, 512,
+ 512, 512, 513, 513, 513, 513, 514, 514, 514, 515,
+ 515, 515, 516, 516, 516, 516, 517, 517, 517, 518,
+ 518, 518, 519, 519, 519, 520, 520, 520, 520, 521,
+ 521, 521, 522, 522, 522, 523, 523, 523, 523, 524,
+ 524, 524, 525, 525, 525, 526, 526, 526, 526, 527,
+ 527, 527, 528, 528, 528, 529, 529, 529, 529, 530,
+ 530, 530, 531, 531, 531, 532, 532, 532, 532, 533,
+ 533, 533, 534, 534, 534, 535, 535, 535, 535, 536,
+ 536, 536, 537, 537, 537, 538, 538, 538, 538, 539,
+ 539, 539, 540, 540, 540, 541, 541, 541, 541, 542,
+ 542, 542, 543, 543, 543, 544, 544, 544, 544, 545,
+ 545, 545, 546, 546, 546, 547, 547, 547, 548, 548,
+ 548, 548, 549, 549, 549, 550, 550, 550, 551, 551,
+ 551, 551, 552, 552, 552, 553, 553, 553, 554, 554,
+ 554, 554, 555, 555, 555, 556, 556, 556, 557, 557,
+ 557, 557, 558, 558, 558, 559, 559, 559, 560, 560,
+ 560, 560, 561, 561, 561, 562, 562, 562, 563, 563,
+ 563, 563, 564, 564, 564, 565, 565, 565, 566, 566,
+ 566, 566, 567, 567, 567, 568, 568, 568, 569, 569,
+ 569, 569, 570, 570, 570, 571, 571, 571, 572, 572,
+ 572, 572, 573, 573, 573, 574, 574, 574, 575, 575,
+ 575, 575, 576, 576, 576, 577, 577, 577, 578, 578,
+ 578, 579, 579, 579, 579, 580, 580, 580, 581, 581,
+ 581, 582, 582, 582, 582, 583, 583, 583, 584, 584,
+ 584, 585, 585, 585, 585, 586, 586, 586, 587, 587,
+ 587, 588, 588, 588, 588, 589, 589, 589, 590, 590,
+ 590, 591, 591, 591, 591, 592, 592, 592, 593, 593,
+ 593, 594, 594, 594, 594, 595, 595, 595, 596, 596,
+ 596, 597, 597, 597, 597, 598, 598, 598, 599, 599,
+ 599, 600, 600, 600, 600, 601, 601, 601, 602, 602,
+ 602, 603, 603, 603, 603, 604, 604, 604, 605, 605,
+ 605, 606, 606, 606, 607, 607, 607, 607, 608, 608,
+ 608, 609, 609, 609, 610, 610, 610, 610, 611, 611,
+ 611, 612, 612, 612, 613, 613, 613, 613, 614, 614,
+ 614, 615, 615, 615, 616, 616, 616, 616, 617, 617,
+ 617, 618, 618, 618, 619, 619, 619, 619, 620, 620,
+ 620, 621, 621, 621, 622, 622, 622, 622, 623, 623,
+ 623, 624, 624, 624, 625, 625, 625, 625, 626, 626,
+ 626, 627, 627, 627, 628, 628, 628, 628, 629, 629,
+ 629, 630, 630, 630, 631, 631, 631, 631, 632, 632,
+ 632, 633, 633, 633, 634, 634, 634, 634, 635, 635,
+ 635, 636, 636, 636, 637, 637, 637, 638, 638, 638,
+ 638, 639, 639, 639, 640, 640, 640, 641, 641, 641,
+ 641, 642, 642, 642, 643, 643, 643, 644, 644, 644,
+ 644, 645, 645, 645, 646, 646, 646, 647, 647, 647,
+ 647, 648, 648, 648, 649, 649, 649, 650, 650 };
+ static ULLong pfive[27] = {
+ 5ll,
+ 25ll,
+ 125ll,
+ 625ll,
+ 3125ll,
+ 15625ll,
+ 78125ll,
+ 390625ll,
+ 1953125ll,
+ 9765625ll,
+ 48828125ll,
+ 244140625ll,
+ 1220703125ll,
+ 6103515625ll,
+ 30517578125ll,
+ 152587890625ll,
+ 762939453125ll,
+ 3814697265625ll,
+ 19073486328125ll,
+ 95367431640625ll,
+ 476837158203125ll,
+ 2384185791015625ll,
+ 11920928955078125ll,
+ 59604644775390625ll,
+ 298023223876953125ll,
+ 1490116119384765625ll,
+ 7450580596923828125ll
+ };
+
+ static int pfivebits[25] = {3, 5, 7, 10, 12, 14, 17, 19, 21, 24, 26, 28, 31,
+ 33, 35, 38, 40, 42, 45, 47, 49, 52, 54, 56, 59};
+#endif /*}*/
+#endif /*}} NO_LONG_LONG */
+
+typedef union { double d; ULong L[2];
+#ifdef USE_BF96
+ ULLong LL;
+#endif
+ } U;
+
+#ifdef IEEE_8087
+#define word0(x) (x)->L[1]
+#define word1(x) (x)->L[0]
+#else
+#define word0(x) (x)->L[0]
+#define word1(x) (x)->L[1]
+#endif
+#define dval(x) (x)->d
+#define LLval(x) (x)->LL
+
+#ifndef STRTOD_DIGLIM
+#define STRTOD_DIGLIM 40
+#endif
+
+#ifdef DIGLIM_DEBUG
+extern int strtod_diglim;
+#else
+#define strtod_diglim STRTOD_DIGLIM
+#endif
+
+/* The following definition of Storeinc is appropriate for MIPS processors.
+ * An alternative that might be better on some machines is
+ * #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff)
+ */
+#if defined(IEEE_8087) + defined(VAX)
+#define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \
+((unsigned short *)a)[0] = (unsigned short)c, a++)
+#else
+#define Storeinc(a,b,c) (((unsigned short *)a)[0] = (unsigned short)b, \
+((unsigned short *)a)[1] = (unsigned short)c, a++)
+#endif
+
+/* #define P DBL_MANT_DIG */
+/* Ten_pmax = floor(P*log(2)/log(5)) */
+/* Bletch = (highest power of 2 < DBL_MAX_10_EXP) / 16 */
+/* Quick_max = floor((P-1)*log(FLT_RADIX)/log(10) - 1) */
+/* Int_max = floor(P*log(FLT_RADIX)/log(10) - 1) */
+
+#ifdef IEEE_Arith
+#define Exp_shift 20
+#define Exp_shift1 20
+#define Exp_msk1 0x100000
+#define Exp_msk11 0x100000
+#define Exp_mask 0x7ff00000
+#define P 53
+#define Nbits 53
+#define Bias 1023
+#define Emax 1023
+#define Emin (-1022)
+#define Exp_1 0x3ff00000
+#define Exp_11 0x3ff00000
+#define Ebits 11
+#define Frac_mask 0xfffff
+#define Frac_mask1 0xfffff
+#define Ten_pmax 22
+#define Bletch 0x10
+#define Bndry_mask 0xfffff
+#define Bndry_mask1 0xfffff
+#define LSB 1
+#define Sign_bit 0x80000000
+#define Log2P 1
+#define Tiny0 0
+#define Tiny1 1
+#define Quick_max 14
+#define Int_max 14
+#ifndef NO_IEEE_Scale
+#define Avoid_Underflow
+#ifdef Flush_Denorm /* debugging option */
+#undef Sudden_Underflow
+#endif
+#endif
+
+#ifndef Flt_Rounds
+#ifdef FLT_ROUNDS
+#define Flt_Rounds FLT_ROUNDS
+#else
+#define Flt_Rounds 1
+#endif
+#endif /*Flt_Rounds*/
+
+#ifdef Honor_FLT_ROUNDS
+#undef Check_FLT_ROUNDS
+#define Check_FLT_ROUNDS
+#else
+#define Rounding Flt_Rounds
+#endif
+
+#else /* ifndef IEEE_Arith */
+#undef Check_FLT_ROUNDS
+#undef Honor_FLT_ROUNDS
+#undef SET_INEXACT
+#undef Sudden_Underflow
+#define Sudden_Underflow
+#ifdef IBM
+#undef Flt_Rounds
+#define Flt_Rounds 0
+#define Exp_shift 24
+#define Exp_shift1 24
+#define Exp_msk1 0x1000000
+#define Exp_msk11 0x1000000
+#define Exp_mask 0x7f000000
+#define P 14
+#define Nbits 56
+#define Bias 65
+#define Emax 248
+#define Emin (-260)
+#define Exp_1 0x41000000
+#define Exp_11 0x41000000
+#define Ebits 8 /* exponent has 7 bits, but 8 is the right value in b2d */
+#define Frac_mask 0xffffff
+#define Frac_mask1 0xffffff
+#define Bletch 4
+#define Ten_pmax 22
+#define Bndry_mask 0xefffff
+#define Bndry_mask1 0xffffff
+#define LSB 1
+#define Sign_bit 0x80000000
+#define Log2P 4
+#define Tiny0 0x100000
+#define Tiny1 0
+#define Quick_max 14
+#define Int_max 15
+#else /* VAX */
+#undef Flt_Rounds
+#define Flt_Rounds 1
+#define Exp_shift 23
+#define Exp_shift1 7
+#define Exp_msk1 0x80
+#define Exp_msk11 0x800000
+#define Exp_mask 0x7f80
+#define P 56
+#define Nbits 56
+#define Bias 129
+#define Emax 126
+#define Emin (-129)
+#define Exp_1 0x40800000
+#define Exp_11 0x4080
+#define Ebits 8
+#define Frac_mask 0x7fffff
+#define Frac_mask1 0xffff007f
+#define Ten_pmax 24
+#define Bletch 2
+#define Bndry_mask 0xffff007f
+#define Bndry_mask1 0xffff007f
+#define LSB 0x10000
+#define Sign_bit 0x8000
+#define Log2P 1
+#define Tiny0 0x80
+#define Tiny1 0
+#define Quick_max 15
+#define Int_max 15
+#endif /* IBM, VAX */
+#endif /* IEEE_Arith */
+
+#ifndef IEEE_Arith
+#define ROUND_BIASED
+#else
+#ifdef ROUND_BIASED_without_Round_Up
+#undef ROUND_BIASED
+#define ROUND_BIASED
+#endif
+#endif
+
+#ifdef RND_PRODQUOT
+#define rounded_product(a,b) a = rnd_prod(a, b)
+#define rounded_quotient(a,b) a = rnd_quot(a, b)
+extern double rnd_prod(double, double), rnd_quot(double, double);
+#else
+#define rounded_product(a,b) a *= b
+#define rounded_quotient(a,b) a /= b
+#endif
+
+#define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1))
+#define Big1 0xffffffff
+
+#ifndef Pack_32
+#define Pack_32
+#endif
+
+typedef struct BCinfo BCinfo;
+ struct
+BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; };
+
+#define FFFFFFFF 0xffffffffUL
+
+#ifdef MULTIPLE_THREADS
+#define MTa , PTI
+#define MTb , &TI
+#define MTd , ThInfo **PTI
+static unsigned int maxthreads = 0;
+#else
+#define MTa /*nothing*/
+#define MTb /*nothing*/
+#define MTd /*nothing*/
+#endif
+
+#define Kmax 7
+
+#ifdef __cplusplus
+extern "C" double strtod_nolocale(const char *s00, char **se);
+#endif
+
+ struct
+Bigint {
+ struct Bigint *next;
+ int k, maxwds, sign, wds;
+ ULong x[1];
+ };
+
+ typedef struct Bigint Bigint;
+ typedef struct
+ThInfo {
+ Bigint *Freelist[Kmax+1];
+ Bigint *P5s;
+ } ThInfo;
+
+ static thread_local ThInfo TI0;
+
+#ifdef MULTIPLE_THREADS
+ static ThInfo *TI1;
+ static int TI0_used;
+
+ static void
+set_max_dtoa_threads(unsigned int n)
+{
+ size_t L;
+
+ if (n > maxthreads) {
+ L = n*sizeof(ThInfo);
+ if (TI1) {
+ TI1 = (ThInfo*)REALLOC(TI1, L);
+ memset(TI1 + maxthreads, 0, (n-maxthreads)*sizeof(ThInfo));
+ }
+ else {
+ TI1 = (ThInfo*)MALLOC(L);
+ if (TI0_used) {
+ memcpy(TI1, &TI0, sizeof(ThInfo));
+ if (n > 1)
+ memset(TI1 + 1, 0, L - sizeof(ThInfo));
+ memset(&TI0, 0, sizeof(ThInfo));
+ }
+ else
+ memset(TI1, 0, L);
+ }
+ maxthreads = n;
+ }
+ }
+
+ static ThInfo*
+get_TI(void)
+{
+ unsigned int thno = dtoa_get_threadno();
+ if (thno < maxthreads)
+ return TI1 + thno;
+ if (thno == 0)
+ TI0_used = 1;
+ return &TI0;
+ }
+#define freelist TI->Freelist
+#define p5s TI->P5s
+#else
+#define freelist TI0.Freelist
+#define p5s TI0.P5s
+#endif
+
+ static Bigint *
+Balloc(int k MTd)
+{
+ int x;
+ Bigint *rv;
+#ifndef Omit_Private_Memory
+ unsigned int len;
+#endif
+#ifdef MULTIPLE_THREADS
+ ThInfo *TI;
+
+ if (!(TI = *PTI))
+ *PTI = TI = get_TI();
+ if (TI == &TI0)
+ ACQUIRE_DTOA_LOCK(0);
+#endif
+ /* The k > Kmax case does not need ACQUIRE_DTOA_LOCK(0), */
+ /* but this case seems very unlikely. */
+ if (k <= Kmax && (rv = freelist[k]))
+ freelist[k] = rv->next;
+ else {
+ x = 1 << k;
+#ifdef Omit_Private_Memory
+ rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
+#else
+ len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1)
+ /sizeof(double);
+ if (k <= Kmax && pmem_next - private_mem + len <= PRIVATE_mem
+#ifdef MULTIPLE_THREADS
+ && TI == TI1
+#endif
+ ) {
+ rv = (Bigint*)pmem_next;
+ pmem_next += len;
+ }
+ else
+ rv = (Bigint*)MALLOC(len*sizeof(double));
+#endif
+ rv->k = k;
+ rv->maxwds = x;
+ }
+#ifdef MULTIPLE_THREADS
+ if (TI == &TI0)
+ FREE_DTOA_LOCK(0);
+#endif
+ rv->sign = rv->wds = 0;
+ return rv;
+ }
+
+ static void
+Bfree(Bigint *v MTd)
+{
+#ifdef MULTIPLE_THREADS
+ ThInfo *TI;
+#endif
+ if (v) {
+ if (v->k > Kmax)
+ FREE((void*)v);
+ else {
+#ifdef MULTIPLE_THREADS
+ if (!(TI = *PTI))
+ *PTI = TI = get_TI();
+ if (TI == &TI0)
+ ACQUIRE_DTOA_LOCK(0);
+#endif
+ v->next = freelist[v->k];
+ freelist[v->k] = v;
+#ifdef MULTIPLE_THREADS
+ if (TI == &TI0)
+ FREE_DTOA_LOCK(0);
+#endif
+ }
+ }
+ }
+
+#define Bcopy(x,y) memcpy((char *)&x->sign, (char *)&y->sign, \
+y->wds*sizeof(Long) + 2*sizeof(int))
+
+ static Bigint *
+multadd(Bigint *b, int m, int a MTd) /* multiply by m and add a */
+{
+ int i, wds;
+#ifdef ULLong
+ ULong *x;
+ ULLong carry, y;
+#else
+ ULong carry, *x, y;
+#ifdef Pack_32
+ ULong xi, z;
+#endif
+#endif
+ Bigint *b1;
+
+ wds = b->wds;
+ x = b->x;
+ i = 0;
+ carry = a;
+ do {
+#ifdef ULLong
+ y = *x * (ULLong)m + carry;
+ carry = y >> 32;
+ *x++ = y & FFFFFFFF;
+#else
+#ifdef Pack_32
+ xi = *x;
+ y = (xi & 0xffff) * m + carry;
+ z = (xi >> 16) * m + (y >> 16);
+ carry = z >> 16;
+ *x++ = (z << 16) + (y & 0xffff);
+#else
+ y = *x * m + carry;
+ carry = y >> 16;
+ *x++ = y & 0xffff;
+#endif
+#endif
+ }
+ while(++i < wds);
+ if (carry) {
+ if (wds >= b->maxwds) {
+ b1 = Balloc(b->k+1 MTa);
+ Bcopy(b1, b);
+ Bfree(b MTa);
+ b = b1;
+ }
+ b->x[wds++] = carry;
+ b->wds = wds;
+ }
+ return b;
+ }
+
+ static Bigint *
+s2b(const char *s, int nd0, int nd, ULong y9, int dplen MTd)
+{
+ Bigint *b;
+ int i, k;
+ Long x, y;
+
+ x = (nd + 8) / 9;
+ for(k = 0, y = 1; x > y; y <<= 1, k++) ;
+#ifdef Pack_32
+ b = Balloc(k MTa);
+ b->x[0] = y9;
+ b->wds = 1;
+#else
+ b = Balloc(k+1 MTa);
+ b->x[0] = y9 & 0xffff;
+ b->wds = (b->x[1] = y9 >> 16) ? 2 : 1;
+#endif
+
+ i = 9;
+ if (9 < nd0) {
+ s += 9;
+ do b = multadd(b, 10, *s++ - '0' MTa);
+ while(++i < nd0);
+ s += dplen;
+ }
+ else
+ s += dplen + 9;
+ for(; i < nd; i++)
+ b = multadd(b, 10, *s++ - '0' MTa);
+ return b;
+ }
+
+ static int
+hi0bits(ULong x)
+{
+ int k = 0;
+
+ if (!(x & 0xffff0000)) {
+ k = 16;
+ x <<= 16;
+ }
+ if (!(x & 0xff000000)) {
+ k += 8;
+ x <<= 8;
+ }
+ if (!(x & 0xf0000000)) {
+ k += 4;
+ x <<= 4;
+ }
+ if (!(x & 0xc0000000)) {
+ k += 2;
+ x <<= 2;
+ }
+ if (!(x & 0x80000000)) {
+ k++;
+ if (!(x & 0x40000000))
+ return 32;
+ }
+ return k;
+ }
+
+ static int
+lo0bits(ULong *y)
+{
+ int k;
+ ULong x = *y;
+
+ if (x & 7) {
+ if (x & 1)
+ return 0;
+ if (x & 2) {
+ *y = x >> 1;
+ return 1;
+ }
+ *y = x >> 2;
+ return 2;
+ }
+ k = 0;
+ if (!(x & 0xffff)) {
+ k = 16;
+ x >>= 16;
+ }
+ if (!(x & 0xff)) {
+ k += 8;
+ x >>= 8;
+ }
+ if (!(x & 0xf)) {
+ k += 4;
+ x >>= 4;
+ }
+ if (!(x & 0x3)) {
+ k += 2;
+ x >>= 2;
+ }
+ if (!(x & 1)) {
+ k++;
+ x >>= 1;
+ if (!x)
+ return 32;
+ }
+ *y = x;
+ return k;
+ }
+
+ static Bigint *
+i2b(int i MTd)
+{
+ Bigint *b;
+
+ b = Balloc(1 MTa);
+ b->x[0] = i;
+ b->wds = 1;
+ return b;
+ }
+
+ static Bigint *
+mult(Bigint *a, Bigint *b MTd)
+{
+ Bigint *c;
+ int k, wa, wb, wc;
+ ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0;
+ ULong y;
+#ifdef ULLong
+ ULLong carry, z;
+#else
+ ULong carry, z;
+#ifdef Pack_32
+ ULong z2;
+#endif
+#endif
+
+ if (a->wds < b->wds) {
+ c = a;
+ a = b;
+ b = c;
+ }
+ k = a->k;
+ wa = a->wds;
+ wb = b->wds;
+ wc = wa + wb;
+ if (wc > a->maxwds)
+ k++;
+ c = Balloc(k MTa);
+ for(x = c->x, xa = x + wc; x < xa; x++)
+ *x = 0;
+ xa = a->x;
+ xae = xa + wa;
+ xb = b->x;
+ xbe = xb + wb;
+ xc0 = c->x;
+#ifdef ULLong
+ for(; xb < xbe; xc0++) {
+ if ((y = *xb++)) {
+ x = xa;
+ xc = xc0;
+ carry = 0;
+ do {
+ z = *x++ * (ULLong)y + *xc + carry;
+ carry = z >> 32;
+ *xc++ = z & FFFFFFFF;
+ }
+ while(x < xae);
+ *xc = carry;
+ }
+ }
+#else
+#ifdef Pack_32
+ for(; xb < xbe; xb++, xc0++) {
+ if (y = *xb & 0xffff) {
+ x = xa;
+ xc = xc0;
+ carry = 0;
+ do {
+ z = (*x & 0xffff) * y + (*xc & 0xffff) + carry;
+ carry = z >> 16;
+ z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
+ carry = z2 >> 16;
+ Storeinc(xc, z2, z);
+ }
+ while(x < xae);
+ *xc = carry;
+ }
+ if (y = *xb >> 16) {
+ x = xa;
+ xc = xc0;
+ carry = 0;
+ z2 = *xc;
+ do {
+ z = (*x & 0xffff) * y + (*xc >> 16) + carry;
+ carry = z >> 16;
+ Storeinc(xc, z, z2);
+ z2 = (*x++ >> 16) * y + (*xc & 0xffff) + carry;
+ carry = z2 >> 16;
+ }
+ while(x < xae);
+ *xc = z2;
+ }
+ }
+#else
+ for(; xb < xbe; xc0++) {
+ if (y = *xb++) {
+ x = xa;
+ xc = xc0;
+ carry = 0;
+ do {
+ z = *x++ * y + *xc + carry;
+ carry = z >> 16;
+ *xc++ = z & 0xffff;
+ }
+ while(x < xae);
+ *xc = carry;
+ }
+ }
+#endif
+#endif
+ for(xc0 = c->x, xc = xc0 + wc; wc > 0 && !*--xc; --wc) ;
+ c->wds = wc;
+ return c;
+ }
+
+ static Bigint *
+pow5mult(Bigint *b, int k MTd)
+{
+ Bigint *b1, *p5, *p51;
+#ifdef MULTIPLE_THREADS
+ ThInfo *TI;
+#endif
+ int i;
+ static int p05[3] = { 5, 25, 125 };
+
+ if ((i = k & 3))
+ b = multadd(b, p05[i-1], 0 MTa);
+
+ if (!(k >>= 2))
+ return b;
+#ifdef MULTIPLE_THREADS
+ if (!(TI = *PTI))
+ *PTI = TI = get_TI();
+#endif
+ if (!(p5 = p5s)) {
+ /* first time */
+#ifdef MULTIPLE_THREADS
+ if (!(TI = *PTI))
+ *PTI = TI = get_TI();
+ if (TI == &TI0)
+ ACQUIRE_DTOA_LOCK(1);
+ if (!(p5 = p5s)) {
+ p5 = p5s = i2b(625 MTa);
+ p5->next = 0;
+ }
+ if (TI == &TI0)
+ FREE_DTOA_LOCK(1);
+#else
+ p5 = p5s = i2b(625 MTa);
+ p5->next = 0;
+#endif
+ }
+ for(;;) {
+ if (k & 1) {
+ b1 = mult(b, p5 MTa);
+ Bfree(b MTa);
+ b = b1;
+ }
+ if (!(k >>= 1))
+ break;
+ if (!(p51 = p5->next)) {
+#ifdef MULTIPLE_THREADS
+ if (!TI && !(TI = *PTI))
+ *PTI = TI = get_TI();
+ if (TI == &TI0)
+ ACQUIRE_DTOA_LOCK(1);
+ if (!(p51 = p5->next)) {
+ p51 = p5->next = mult(p5,p5 MTa);
+ p51->next = 0;
+ }
+ if (TI == &TI0)
+ FREE_DTOA_LOCK(1);
+#else
+ p51 = p5->next = mult(p5,p5);
+ p51->next = 0;
+#endif
+ }
+ p5 = p51;
+ }
+ return b;
+ }
+
+ static Bigint *
+lshift(Bigint *b, int k MTd)
+{
+ int i, k1, n, n1;
+ Bigint *b1;
+ ULong *x, *x1, *xe, z;
+
+#ifdef Pack_32
+ n = k >> 5;
+#else
+ n = k >> 4;
+#endif
+ k1 = b->k;
+ n1 = n + b->wds + 1;
+ for(i = b->maxwds; n1 > i; i <<= 1)
+ k1++;
+ b1 = Balloc(k1 MTa);
+ x1 = b1->x;
+ for(i = 0; i < n; i++)
+ *x1++ = 0;
+ x = b->x;
+ xe = x + b->wds;
+#ifdef Pack_32
+ if (k &= 0x1f) {
+ k1 = 32 - k;
+ z = 0;
+ do {
+ *x1++ = *x << k | z;
+ z = *x++ >> k1;
+ }
+ while(x < xe);
+ if ((*x1 = z))
+ ++n1;
+ }
+#else
+ if (k &= 0xf) {
+ k1 = 16 - k;
+ z = 0;
+ do {
+ *x1++ = *x << k & 0xffff | z;
+ z = *x++ >> k1;
+ }
+ while(x < xe);
+ if (*x1 = z)
+ ++n1;
+ }
+#endif
+ else do
+ *x1++ = *x++;
+ while(x < xe);
+ b1->wds = n1 - 1;
+ Bfree(b MTa);
+ return b1;
+ }
+
+ static int
+cmp(Bigint *a, Bigint *b)
+{
+ ULong *xa, *xa0, *xb, *xb0;
+ int i, j;
+
+ i = a->wds;
+ j = b->wds;
+#ifdef DEBUG
+ if (i > 1 && !a->x[i-1])
+ Bug("cmp called with a->x[a->wds-1] == 0");
+ if (j > 1 && !b->x[j-1])
+ Bug("cmp called with b->x[b->wds-1] == 0");
+#endif
+ if (i -= j)
+ return i;
+ xa0 = a->x;
+ xa = xa0 + j;
+ xb0 = b->x;
+ xb = xb0 + j;
+ for(;;) {
+ if (*--xa != *--xb)
+ return *xa < *xb ? -1 : 1;
+ if (xa <= xa0)
+ break;
+ }
+ return 0;
+ }
+
+ static Bigint *
+diff(Bigint *a, Bigint *b MTd)
+{
+ Bigint *c;
+ int i, wa, wb;
+ ULong *xa, *xae, *xb, *xbe, *xc;
+#ifdef ULLong
+ ULLong borrow, y;
+#else
+ ULong borrow, y;
+#ifdef Pack_32
+ ULong z;
+#endif
+#endif
+
+ i = cmp(a,b);
+ if (!i) {
+ c = Balloc(0 MTa);
+ c->wds = 1;
+ c->x[0] = 0;
+ return c;
+ }
+ if (i < 0) {
+ c = a;
+ a = b;
+ b = c;
+ i = 1;
+ }
+ else
+ i = 0;
+ c = Balloc(a->k MTa);
+ c->sign = i;
+ wa = a->wds;
+ xa = a->x;
+ xae = xa + wa;
+ wb = b->wds;
+ xb = b->x;
+ xbe = xb + wb;
+ xc = c->x;
+ borrow = 0;
+#ifdef ULLong
+ do {
+ y = (ULLong)*xa++ - *xb++ - borrow;
+ borrow = y >> 32 & (ULong)1;
+ *xc++ = y & FFFFFFFF;
+ }
+ while(xb < xbe);
+ while(xa < xae) {
+ y = *xa++ - borrow;
+ borrow = y >> 32 & (ULong)1;
+ *xc++ = y & FFFFFFFF;
+ }
+#else
+#ifdef Pack_32
+ do {
+ y = (*xa & 0xffff) - (*xb & 0xffff) - borrow;
+ borrow = (y & 0x10000) >> 16;
+ z = (*xa++ >> 16) - (*xb++ >> 16) - borrow;
+ borrow = (z & 0x10000) >> 16;
+ Storeinc(xc, z, y);
+ }
+ while(xb < xbe);
+ while(xa < xae) {
+ y = (*xa & 0xffff) - borrow;
+ borrow = (y & 0x10000) >> 16;
+ z = (*xa++ >> 16) - borrow;
+ borrow = (z & 0x10000) >> 16;
+ Storeinc(xc, z, y);
+ }
+#else
+ do {
+ y = *xa++ - *xb++ - borrow;
+ borrow = (y & 0x10000) >> 16;
+ *xc++ = y & 0xffff;
+ }
+ while(xb < xbe);
+ while(xa < xae) {
+ y = *xa++ - borrow;
+ borrow = (y & 0x10000) >> 16;
+ *xc++ = y & 0xffff;
+ }
+#endif
+#endif
+ while(!*--xc)
+ wa--;
+ c->wds = wa;
+ return c;
+ }
+
+ static double
+ulp(U *x)
+{
+ Long L;
+ U u;
+
+ L = (word0(x) & Exp_mask) - (P-1)*Exp_msk1;
+#ifndef Avoid_Underflow
+#ifndef Sudden_Underflow
+ if (L > 0) {
+#endif
+#endif
+#ifdef IBM
+ L |= Exp_msk1 >> 4;
+#endif
+ word0(&u) = L;
+ word1(&u) = 0;
+#ifndef Avoid_Underflow
+#ifndef Sudden_Underflow
+ }
+ else {
+ L = -L >> Exp_shift;
+ if (L < Exp_shift) {
+ word0(&u) = 0x80000 >> L;
+ word1(&u) = 0;
+ }
+ else {
+ word0(&u) = 0;
+ L -= Exp_shift;
+ word1(&u) = L >= 31 ? 1 : 1 << 31 - L;
+ }
+ }
+#endif
+#endif
+ return dval(&u);
+ }
+
+ static double
+b2d(Bigint *a, int *e)
+{
+ ULong *xa, *xa0, w, y, z;
+ int k;
+ U d;
+#ifdef VAX
+ ULong d0, d1;
+#else
+#define d0 word0(&d)
+#define d1 word1(&d)
+#endif
+
+ xa0 = a->x;
+ xa = xa0 + a->wds;
+ y = *--xa;
+#ifdef DEBUG
+ if (!y) Bug("zero y in b2d");
+#endif
+ k = hi0bits(y);
+ *e = 32 - k;
+#ifdef Pack_32
+ if (k < Ebits) {
+ d0 = Exp_1 | y >> (Ebits - k);
+ w = xa > xa0 ? *--xa : 0;
+ d1 = y << ((32-Ebits) + k) | w >> (Ebits - k);
+ goto ret_d;
+ }
+ z = xa > xa0 ? *--xa : 0;
+ if (k -= Ebits) {
+ d0 = Exp_1 | y << k | z >> (32 - k);
+ y = xa > xa0 ? *--xa : 0;
+ d1 = z << k | y >> (32 - k);
+ }
+ else {
+ d0 = Exp_1 | y;
+ d1 = z;
+ }
+#else
+ if (k < Ebits + 16) {
+ z = xa > xa0 ? *--xa : 0;
+ d0 = Exp_1 | y << k - Ebits | z >> Ebits + 16 - k;
+ w = xa > xa0 ? *--xa : 0;
+ y = xa > xa0 ? *--xa : 0;
+ d1 = z << k + 16 - Ebits | w << k - Ebits | y >> 16 + Ebits - k;
+ goto ret_d;
+ }
+ z = xa > xa0 ? *--xa : 0;
+ w = xa > xa0 ? *--xa : 0;
+ k -= Ebits + 16;
+ d0 = Exp_1 | y << k + 16 | z << k | w >> 16 - k;
+ y = xa > xa0 ? *--xa : 0;
+ d1 = w << k + 16 | y << k;
+#endif
+ ret_d:
+#ifdef VAX
+ word0(&d) = d0 >> 16 | d0 << 16;
+ word1(&d) = d1 >> 16 | d1 << 16;
+#else
+#undef d0
+#undef d1
+#endif
+ return dval(&d);
+ }
+
+ static Bigint *
+d2b(U *d, int *e, int *bits MTd)
+{
+ Bigint *b;
+ int de, k;
+ ULong *x, y, z;
+#ifndef Sudden_Underflow
+ int i;
+#endif
+#ifdef VAX
+ ULong d0, d1;
+ d0 = word0(d) >> 16 | word0(d) << 16;
+ d1 = word1(d) >> 16 | word1(d) << 16;
+#else
+#define d0 word0(d)
+#define d1 word1(d)
+#endif
+
+#ifdef Pack_32
+ b = Balloc(1 MTa);
+#else
+ b = Balloc(2 MTa);
+#endif
+ x = b->x;
+
+ z = d0 & Frac_mask;
+ d0 &= 0x7fffffff; /* clear sign bit, which we ignore */
+#ifdef Sudden_Underflow
+ de = (int)(d0 >> Exp_shift);
+#ifndef IBM
+ z |= Exp_msk11;
+#endif
+#else
+ if ((de = (int)(d0 >> Exp_shift)))
+ z |= Exp_msk1;
+#endif
+#ifdef Pack_32
+ if ((y = d1)) {
+ if ((k = lo0bits(&y))) {
+ x[0] = y | z << (32 - k);
+ assert(k < 32); /* https://bugs.python.org/issue23999 */
+ z >>= k;
+ }
+ else
+ x[0] = y;
+#ifndef Sudden_Underflow
+ i =
+#endif
+ b->wds = (x[1] = z) ? 2 : 1;
+ }
+ else {
+ k = lo0bits(&z);
+ x[0] = z;
+#ifndef Sudden_Underflow
+ i =
+#endif
+ b->wds = 1;
+ k += 32;
+ }
+#else
+ if (y = d1) {
+ if (k = lo0bits(&y))
+ if (k >= 16) {
+ x[0] = y | z << 32 - k & 0xffff;
+ x[1] = z >> k - 16 & 0xffff;
+ x[2] = z >> k;
+ i = 2;
+ }
+ else {
+ x[0] = y & 0xffff;
+ x[1] = y >> 16 | z << 16 - k & 0xffff;
+ x[2] = z >> k & 0xffff;
+ x[3] = z >> k+16;
+ i = 3;
+ }
+ else {
+ x[0] = y & 0xffff;
+ x[1] = y >> 16;
+ x[2] = z & 0xffff;
+ x[3] = z >> 16;
+ i = 3;
+ }
+ }
+ else {
+#ifdef DEBUG
+ if (!z)
+ Bug("Zero passed to d2b");
+#endif
+ k = lo0bits(&z);
+ if (k >= 16) {
+ x[0] = z;
+ i = 0;
+ }
+ else {
+ x[0] = z & 0xffff;
+ x[1] = z >> 16;
+ i = 1;
+ }
+ k += 32;
+ }
+ while(!x[i])
+ --i;
+ b->wds = i + 1;
+#endif
+#ifndef Sudden_Underflow
+ if (de) {
+#endif
+#ifdef IBM
+ *e = (de - Bias - (P-1) << 2) + k;
+ *bits = 4*P + 8 - k - hi0bits(word0(d) & Frac_mask);
+#else
+ *e = de - Bias - (P-1) + k;
+ *bits = P - k;
+#endif
+#ifndef Sudden_Underflow
+ }
+ else {
+ *e = de - Bias - (P-1) + 1 + k;
+#ifdef Pack_32
+ *bits = 32*i - hi0bits(x[i-1]);
+#else
+ *bits = (i+2)*16 - hi0bits(x[i]);
+#endif
+ }
+#endif
+ return b;
+ }
+#undef d0
+#undef d1
+
+ static double
+ratio(Bigint *a, Bigint *b)
+{
+ U da, db;
+ int k, ka, kb;
+
+ dval(&da) = b2d(a, &ka);
+ dval(&db) = b2d(b, &kb);
+#ifdef Pack_32
+ k = ka - kb + 32*(a->wds - b->wds);
+#else
+ k = ka - kb + 16*(a->wds - b->wds);
+#endif
+#ifdef IBM
+ if (k > 0) {
+ word0(&da) += (k >> 2)*Exp_msk1;
+ if (k &= 3)
+ dval(&da) *= 1 << k;
+ }
+ else {
+ k = -k;
+ word0(&db) += (k >> 2)*Exp_msk1;
+ if (k &= 3)
+ dval(&db) *= 1 << k;
+ }
+#else
+ if (k > 0)
+ word0(&da) += k*Exp_msk1;
+ else {
+ k = -k;
+ word0(&db) += k*Exp_msk1;
+ }
+#endif
+ return dval(&da) / dval(&db);
+ }
+
+ static const double
+tens[] = {
+ 1e0, 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9,
+ 1e10, 1e11, 1e12, 1e13, 1e14, 1e15, 1e16, 1e17, 1e18, 1e19,
+ 1e20, 1e21, 1e22
+#ifdef VAX
+ , 1e23, 1e24
+#endif
+ };
+
+ static const double
+#ifdef IEEE_Arith
+bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
+static const double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128,
+#ifdef Avoid_Underflow
+ 9007199254740992.*9007199254740992.e-256
+ /* = 2^106 * 1e-256 */
+#else
+ 1e-256
+#endif
+ };
+/* The factor of 2^53 in tinytens[4] helps us avoid setting the underflow */
+/* flag unnecessarily. It leads to a song and dance at the end of strtod. */
+#define Scale_Bit 0x10
+#define n_bigtens 5
+#else
+#ifdef IBM
+bigtens[] = { 1e16, 1e32, 1e64 };
+static const double tinytens[] = { 1e-16, 1e-32, 1e-64 };
+#define n_bigtens 3
+#else
+bigtens[] = { 1e16, 1e32 };
+static const double tinytens[] = { 1e-16, 1e-32 };
+#define n_bigtens 2
+#endif
+#endif
+
+#undef Need_Hexdig
+#ifdef INFNAN_CHECK
+#ifndef No_Hex_NaN
+#define Need_Hexdig
+#endif
+#endif
+
+#ifndef Need_Hexdig
+#ifndef NO_HEX_FP
+#define Need_Hexdig
+#endif
+#endif
+
+#ifdef Need_Hexdig /*{*/
+#if 0
+static unsigned char hexdig[256];
+
+ static void
+htinit(unsigned char *h, unsigned char *s, int inc)
+{
+ int i, j;
+ for(i = 0; (j = s[i]) !=0; i++)
+ h[j] = i + inc;
+ }
+
+ static void
+hexdig_init(void) /* Use of hexdig_init omitted 20121220 to avoid a */
+ /* race condition when multiple threads are used. */
+{
+#define USC (unsigned char *)
+ htinit(hexdig, USC "0123456789", 0x10);
+ htinit(hexdig, USC "abcdef", 0x10 + 10);
+ htinit(hexdig, USC "ABCDEF", 0x10 + 10);
+ }
+#else
+static unsigned char hexdig[256] = {
+ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+ 16,17,18,19,20,21,22,23,24,25,0,0,0,0,0,0,
+ 0,26,27,28,29,30,31,0,0,0,0,0,0,0,0,0,
+ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+ 0,26,27,28,29,30,31,0,0,0,0,0,0,0,0,0,
+ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
+ };
+#endif
+#endif /* } Need_Hexdig */
+
+#ifdef INFNAN_CHECK
+
+#ifndef NAN_WORD0
+#define NAN_WORD0 0x7ff80000
+#endif
+
+#ifndef NAN_WORD1
+#define NAN_WORD1 0
+#endif
+
+ static int
+match(const char **sp, const char *t)
+{
+ int c, d;
+ const char *s = *sp;
+
+ while((d = *t++)) {
+ if ((c = *++s) >= 'A' && c <= 'Z')
+ c += 'a' - 'A';
+ if (c != d)
+ return 0;
+ }
+ *sp = s + 1;
+ return 1;
+ }
+
+#ifndef No_Hex_NaN
+ static void
+hexnan(U *rvp, const char **sp)
+{
+ ULong c, x[2];
+ const char *s;
+ int c1, havedig, udx0, xshift;
+
+ /**** if (!hexdig['0']) hexdig_init(); ****/
+ x[0] = x[1] = 0;
+ havedig = xshift = 0;
+ udx0 = 1;
+ s = *sp;
+ /* allow optional initial 0x or 0X */
+ while((c = *(const unsigned char*)(s+1)) && c <= ' ')
+ ++s;
+ if (s[1] == '0' && (s[2] == 'x' || s[2] == 'X'))
+ s += 2;
+ while((c = *(const unsigned char*)++s)) {
+ if ((c1 = hexdig[c]))
+ c = c1 & 0xf;
+ else if (c <= ' ') {
+ if (udx0 && havedig) {
+ udx0 = 0;
+ xshift = 1;
+ }
+ continue;
+ }
+#ifdef GDTOA_NON_PEDANTIC_NANCHECK
+ else if (/*(*/ c == ')' && havedig) {
+ *sp = s + 1;
+ break;
+ }
+ else
+ return; /* invalid form: don't change *sp */
+#else
+ else {
+ do {
+ if (/*(*/ c == ')') {
+ *sp = s + 1;
+ break;
+ }
+ } while((c = *++s));
+ break;
+ }
+#endif
+ havedig = 1;
+ if (xshift) {
+ xshift = 0;
+ x[0] = x[1];
+ x[1] = 0;
+ }
+ if (udx0)
+ x[0] = (x[0] << 4) | (x[1] >> 28);
+ x[1] = (x[1] << 4) | c;
+ }
+ if ((x[0] &= 0xfffff) || x[1]) {
+ word0(rvp) = Exp_mask | x[0];
+ word1(rvp) = x[1];
+ }
+ }
+#endif /*No_Hex_NaN*/
+#endif /* INFNAN_CHECK */
+
+#ifdef Pack_32
+#define ULbits 32
+#define kshift 5
+#define kmask 31
+#else
+#define ULbits 16
+#define kshift 4
+#define kmask 15
+#endif
+
+#if !defined(NO_HEX_FP) || defined(Honor_FLT_ROUNDS) /*{*/
+ static Bigint *
+increment(Bigint *b MTd)
+{
+ ULong *x, *xe;
+ Bigint *b1;
+
+ x = b->x;
+ xe = x + b->wds;
+ do {
+ if (*x < (ULong)0xffffffffL) {
+ ++*x;
+ return b;
+ }
+ *x++ = 0;
+ } while(x < xe);
+ {
+ if (b->wds >= b->maxwds) {
+ b1 = Balloc(b->k+1 MTa);
+ Bcopy(b1,b);
+ Bfree(b MTa);
+ b = b1;
+ }
+ b->x[b->wds++] = 1;
+ }
+ return b;
+ }
+
+#endif /*}*/
+
+#ifndef NO_HEX_FP /*{*/
+
+ static void
+rshift(Bigint *b, int k)
+{
+ ULong *x, *x1, *xe, y;
+ int n;
+
+ x = x1 = b->x;
+ n = k >> kshift;
+ if (n < b->wds) {
+ xe = x + b->wds;
+ x += n;
+ if (k &= kmask) {
+ n = 32 - k;
+ y = *x++ >> k;
+ while(x < xe) {
+ *x1++ = (y | (*x << n)) & 0xffffffff;
+ y = *x++ >> k;
+ }
+ if ((*x1 = y) !=0)
+ x1++;
+ }
+ else
+ while(x < xe)
+ *x1++ = *x++;
+ }
+ if ((b->wds = x1 - b->x) == 0)
+ b->x[0] = 0;
+ }
+
+ static ULong
+any_on(Bigint *b, int k)
+{
+ int n, nwds;
+ ULong *x, *x0, x1, x2;
+
+ x = b->x;
+ nwds = b->wds;
+ n = k >> kshift;
+ if (n > nwds)
+ n = nwds;
+ else if (n < nwds && (k &= kmask)) {
+ x1 = x2 = x[n];
+ x1 >>= k;
+ x1 <<= k;
+ if (x1 != x2)
+ return 1;
+ }
+ x0 = x;
+ x += n;
+ while(x > x0)
+ if (*--x)
+ return 1;
+ return 0;
+ }
+
+enum { /* rounding values: same as FLT_ROUNDS */
+ Round_zero = 0,
+ Round_near = 1,
+ Round_up = 2,
+ Round_down = 3
+ };
+
+ static void
+gethex( const char **sp, U *rvp, int rounding, int sign MTd)
+{
+ Bigint *b;
+ const unsigned char *decpt, *s0, *s, *s1;
+ Long e, e1;
+ ULong L, lostbits, *x;
+ int big, denorm, esign, havedig, k, n, nbits, up, zret;
+#ifdef IBM
+ int j;
+#endif
+ enum {
+#ifdef IEEE_Arith /*{{*/
+ emax = 0x7fe - Bias - P + 1,
+ emin = Emin - P + 1
+#else /*}{*/
+ emin = Emin - P,
+#ifdef VAX
+ emax = 0x7ff - Bias - P + 1
+#endif
+#ifdef IBM
+ emax = 0x7f - Bias - P
+#endif
+#endif /*}}*/
+ };
+#ifdef USE_LOCALE
+ int i;
+#ifdef NO_LOCALE_CACHE
+ const unsigned char *decimalpoint = (unsigned char*)
+ localeconv()->decimal_point;
+#else
+ const unsigned char *decimalpoint;
+ static unsigned char *decimalpoint_cache;
+ if (!(s0 = decimalpoint_cache)) {
+ s0 = (unsigned char*)localeconv()->decimal_point;
+ if ((decimalpoint_cache = (unsigned char*)
+ MALLOC(strlen((const char*)s0) + 1))) {
+ strcpy((char*)decimalpoint_cache, (const char*)s0);
+ s0 = decimalpoint_cache;
+ }
+ }
+ decimalpoint = s0;
+#endif
+#endif
+
+ /**** if (!hexdig['0']) hexdig_init(); ****/
+ havedig = 0;
+ s0 = *(const unsigned char **)sp + 2;
+ while(s0[havedig] == '0')
+ havedig++;
+ s0 += havedig;
+ s = s0;
+ decpt = 0;
+ zret = 0;
+ e = 0;
+ if (hexdig[*s])
+ havedig++;
+ else {
+ zret = 1;
+#ifdef USE_LOCALE
+ for(i = 0; decimalpoint[i]; ++i) {
+ if (s[i] != decimalpoint[i])
+ goto pcheck;
+ }
+ decpt = s += i;
+#else
+ if (*s != '.')
+ goto pcheck;
+ decpt = ++s;
+#endif
+ if (!hexdig[*s])
+ goto pcheck;
+ while(*s == '0')
+ s++;
+ if (hexdig[*s])
+ zret = 0;
+ havedig = 1;
+ s0 = s;
+ }
+ while(hexdig[*s])
+ s++;
+#ifdef USE_LOCALE
+ if (*s == *decimalpoint && !decpt) {
+ for(i = 1; decimalpoint[i]; ++i) {
+ if (s[i] != decimalpoint[i])
+ goto pcheck;
+ }
+ decpt = s += i;
+#else
+ if (*s == '.' && !decpt) {
+ decpt = ++s;
+#endif
+ while(hexdig[*s])
+ s++;
+ }/*}*/
+ if (decpt)
+ e = -(((Long)(s-decpt)) << 2);
+ pcheck:
+ s1 = s;
+ big = esign = 0;
+ switch(*s) {
+ case 'p':
+ case 'P':
+ switch(*++s) {
+ case '-':
+ esign = 1;
+ /* no break */
+ case '+':
+ s++;
+ }
+ if ((n = hexdig[*s]) == 0 || n > 0x19) {
+ s = s1;
+ break;
+ }
+ e1 = n - 0x10;
+ while((n = hexdig[*++s]) !=0 && n <= 0x19) {
+ if (e1 & 0xf8000000)
+ big = 1;
+ e1 = 10*e1 + n - 0x10;
+ }
+ if (esign)
+ e1 = -e1;
+ e += e1;
+ }
+ *sp = (char*)s;
+ if (!havedig)
+ *sp = (char*)s0 - 1;
+ if (zret)
+ goto retz1;
+ if (big) {
+ if (esign) {
+#ifdef IEEE_Arith
+ switch(rounding) {
+ case Round_up:
+ if (sign)
+ break;
+ goto ret_tiny;
+ case Round_down:
+ if (!sign)
+ break;
+ goto ret_tiny;
+ }
+#endif
+ goto retz;
+#ifdef IEEE_Arith
+ ret_tinyf:
+ Bfree(b MTa);
+ ret_tiny:
+ Set_errno(ERANGE);
+ word0(rvp) = 0;
+ word1(rvp) = 1;
+ return;
+#endif /* IEEE_Arith */
+ }
+ switch(rounding) {
+ case Round_near:
+ goto ovfl1;
+ case Round_up:
+ if (!sign)
+ goto ovfl1;
+ goto ret_big;
+ case Round_down:
+ if (sign)
+ goto ovfl1;
+ goto ret_big;
+ }
+ ret_big:
+ word0(rvp) = Big0;
+ word1(rvp) = Big1;
+ return;
+ }
+ n = s1 - s0 - 1;
+ for(k = 0; n > (1 << (kshift-2)) - 1; n >>= 1)
+ k++;
+ b = Balloc(k MTa);
+ x = b->x;
+ n = 0;
+ L = 0;
+#ifdef USE_LOCALE
+ for(i = 0; decimalpoint[i+1]; ++i);
+#endif
+ while(s1 > s0) {
+#ifdef USE_LOCALE
+ if (*--s1 == decimalpoint[i]) {
+ s1 -= i;
+ continue;
+ }
+#else
+ if (*--s1 == '.')
+ continue;
+#endif
+ if (n == ULbits) {
+ *x++ = L;
+ L = 0;
+ n = 0;
+ }
+ L |= (hexdig[*s1] & 0x0f) << n;
+ n += 4;
+ }
+ *x++ = L;
+ b->wds = n = x - b->x;
+ n = ULbits*n - hi0bits(L);
+ nbits = Nbits;
+ lostbits = 0;
+ x = b->x;
+ if (n > nbits) {
+ n -= nbits;
+ if (any_on(b,n)) {
+ lostbits = 1;
+ k = n - 1;
+ if (x[k>>kshift] & 1 << (k & kmask)) {
+ lostbits = 2;
+ if (k > 0 && any_on(b,k))
+ lostbits = 3;
+ }
+ }
+ rshift(b, n);
+ e += n;
+ }
+ else if (n < nbits) {
+ n = nbits - n;
+ b = lshift(b, n MTa);
+ e -= n;
+ x = b->x;
+ }
+ if (e > emax) {
+ ovfl:
+ Bfree(b MTa);
+ ovfl1:
+ Set_errno(ERANGE);
+#ifdef Honor_FLT_ROUNDS
+ switch (rounding) {
+ case Round_zero:
+ goto ret_big;
+ case Round_down:
+ if (!sign)
+ goto ret_big;
+ break;
+ case Round_up:
+ if (sign)
+ goto ret_big;
+ }
+#endif
+ word0(rvp) = Exp_mask;
+ word1(rvp) = 0;
+ return;
+ }
+ denorm = 0;
+ if (e < emin) {
+ denorm = 1;
+ n = emin - e;
+ if (n >= nbits) {
+#ifdef IEEE_Arith /*{*/
+ switch (rounding) {
+ case Round_near:
+ if (n == nbits && (n < 2 || lostbits || any_on(b,n-1)))
+ goto ret_tinyf;
+ break;
+ case Round_up:
+ if (!sign)
+ goto ret_tinyf;
+ break;
+ case Round_down:
+ if (sign)
+ goto ret_tinyf;
+ }
+#endif /* } IEEE_Arith */
+ Bfree(b MTa);
+ retz:
+ Set_errno(ERANGE);
+ retz1:
+ rvp->d = 0.;
+ return;
+ }
+ k = n - 1;
+ if (lostbits)
+ lostbits = 1;
+ else if (k > 0)
+ lostbits = any_on(b,k);
+ if (x[k>>kshift] & 1 << (k & kmask))
+ lostbits |= 2;
+ nbits -= n;
+ rshift(b,n);
+ e = emin;
+ }
+ if (lostbits) {
+ up = 0;
+ switch(rounding) {
+ case Round_zero:
+ break;
+ case Round_near:
+ if (lostbits & 2
+ && (lostbits & 1) | (x[0] & 1))
+ up = 1;
+ break;
+ case Round_up:
+ up = 1 - sign;
+ break;
+ case Round_down:
+ up = sign;
+ }
+ if (up) {
+ k = b->wds;
+ b = increment(b MTa);
+ x = b->x;
+ if (denorm) {
+#if 0
+ if (nbits == Nbits - 1
+ && x[nbits >> kshift] & 1 << (nbits & kmask))
+ denorm = 0; /* not currently used */
+#endif
+ }
+ else if (b->wds > k
+ || ((n = nbits & kmask) !=0
+ && hi0bits(x[k-1]) < 32-n)) {
+ rshift(b,1);
+ /* coverity[dead_error_line] - not worth investigating */
+ if (++e > Emax)
+ goto ovfl;
+ }
+ }
+ }
+#ifdef IEEE_Arith
+ if (denorm)
+ word0(rvp) = b->wds > 1 ? b->x[1] & ~0x100000 : 0;
+ else
+ word0(rvp) = (b->x[1] & ~0x100000) | ((e + 0x3ff + 52) << 20);
+ word1(rvp) = b->x[0];
+#endif
+#ifdef IBM
+ if ((j = e & 3)) {
+ k = b->x[0] & ((1 << j) - 1);
+ rshift(b,j);
+ if (k) {
+ switch(rounding) {
+ case Round_up:
+ if (!sign)
+ increment(b);
+ break;
+ case Round_down:
+ if (sign)
+ increment(b);
+ break;
+ case Round_near:
+ j = 1 << (j-1);
+ if (k & j && ((k & (j-1)) | lostbits))
+ increment(b);
+ }
+ }
+ }
+ e >>= 2;
+ word0(rvp) = b->x[1] | ((e + 65 + 13) << 24);
+ word1(rvp) = b->x[0];
+#endif
+#ifdef VAX
+ /* The next two lines ignore swap of low- and high-order 2 bytes. */
+ /* word0(rvp) = (b->x[1] & ~0x800000) | ((e + 129 + 55) << 23); */
+ /* word1(rvp) = b->x[0]; */
+ word0(rvp) = ((b->x[1] & ~0x800000) >> 16) | ((e + 129 + 55) << 7) | (b->x[1] << 16);
+ word1(rvp) = (b->x[0] >> 16) | (b->x[0] << 16);
+#endif
+ Bfree(b MTa);
+ }
+#endif /*!NO_HEX_FP}*/
+
+ static int
+dshift(Bigint *b, int p2)
+{
+ int rv = hi0bits(b->x[b->wds-1]) - 4;
+ if (p2 > 0)
+ rv -= p2;
+ return rv & kmask;
+ }
+
+ static int
+quorem(Bigint *b, Bigint *S)
+{
+ int n;
+ ULong *bx, *bxe, q, *sx, *sxe;
+#ifdef ULLong
+ ULLong borrow, carry, y, ys;
+#else
+ ULong borrow, carry, y, ys;
+#ifdef Pack_32
+ ULong si, z, zs;
+#endif
+#endif
+
+ n = S->wds;
+#ifdef DEBUG
+ /*debug*/ if (b->wds > n)
+ /*debug*/ Bug("oversize b in quorem");
+#endif
+ if (b->wds < n)
+ return 0;
+ sx = S->x;
+ sxe = sx + --n;
+ bx = b->x;
+ bxe = bx + n;
+ q = *bxe / (*sxe + 1); /* ensure q <= true quotient */
+#ifdef DEBUG
+#ifdef NO_STRTOD_BIGCOMP
+ /*debug*/ if (q > 9)
+#else
+ /* An oversized q is possible when quorem is called from bigcomp and */
+ /* the input is near, e.g., twice the smallest denormalized number. */
+ /*debug*/ if (q > 15)
+#endif
+ /*debug*/ Bug("oversized quotient in quorem");
+#endif
+ if (q) {
+ borrow = 0;
+ carry = 0;
+ do {
+#ifdef ULLong
+ ys = *sx++ * (ULLong)q + carry;
+ carry = ys >> 32;
+ y = *bx - (ys & FFFFFFFF) - borrow;
+ borrow = y >> 32 & (ULong)1;
+ *bx++ = y & FFFFFFFF;
+#else
+#ifdef Pack_32
+ si = *sx++;
+ ys = (si & 0xffff) * q + carry;
+ zs = (si >> 16) * q + (ys >> 16);
+ carry = zs >> 16;
+ y = (*bx & 0xffff) - (ys & 0xffff) - borrow;
+ borrow = (y & 0x10000) >> 16;
+ z = (*bx >> 16) - (zs & 0xffff) - borrow;
+ borrow = (z & 0x10000) >> 16;
+ Storeinc(bx, z, y);
+#else
+ ys = *sx++ * q + carry;
+ carry = ys >> 16;
+ y = *bx - (ys & 0xffff) - borrow;
+ borrow = (y & 0x10000) >> 16;
+ *bx++ = y & 0xffff;
+#endif
+#endif
+ }
+ while(sx <= sxe);
+ if (!*bxe) {
+ bx = b->x;
+ while(--bxe > bx && !*bxe)
+ --n;
+ b->wds = n;
+ }
+ }
+ if (cmp(b, S) >= 0) {
+ q++;
+ borrow = 0;
+ carry = 0;
+ bx = b->x;
+ sx = S->x;
+ do {
+#ifdef ULLong
+ ys = *sx++ + carry;
+ carry = ys >> 32;
+ y = *bx - (ys & FFFFFFFF) - borrow;
+ borrow = y >> 32 & (ULong)1;
+ *bx++ = y & FFFFFFFF;
+#else
+#ifdef Pack_32
+ si = *sx++;
+ ys = (si & 0xffff) + carry;
+ zs = (si >> 16) + (ys >> 16);
+ carry = zs >> 16;
+ y = (*bx & 0xffff) - (ys & 0xffff) - borrow;
+ borrow = (y & 0x10000) >> 16;
+ z = (*bx >> 16) - (zs & 0xffff) - borrow;
+ borrow = (z & 0x10000) >> 16;
+ Storeinc(bx, z, y);
+#else
+ ys = *sx++ + carry;
+ carry = ys >> 16;
+ y = *bx - (ys & 0xffff) - borrow;
+ borrow = (y & 0x10000) >> 16;
+ *bx++ = y & 0xffff;
+#endif
+#endif
+ }
+ while(sx <= sxe);
+ bx = b->x;
+ bxe = bx + n;
+ if (!*bxe) {
+ while(--bxe > bx && !*bxe)
+ --n;
+ b->wds = n;
+ }
+ }
+ return q;
+ }
+
+#if defined(Avoid_Underflow) || !defined(NO_STRTOD_BIGCOMP) /*{*/
+ static double
+sulp(U *x, BCinfo *bc)
+{
+ U u;
+ double rv;
+ int i;
+
+ rv = ulp(x);
+ if (!bc->scale || (i = 2*P + 1 - ((word0(x) & Exp_mask) >> Exp_shift)) <= 0)
+ return rv; /* Is there an example where i <= 0 ? */
+ word0(&u) = Exp_1 + (i << Exp_shift);
+ word1(&u) = 0;
+ return rv * u.d;
+ }
+#endif /*}*/
+
+#ifndef NO_STRTOD_BIGCOMP
+ static void
+bigcomp(U *rv, const char *s0, BCinfo *bc MTd)
+{
+ Bigint *b, *d;
+ int b2, bbits, d2, dd, dig, dsign, i, j, nd, nd0, p2, p5, speccase;
+
+ dsign = bc->dsign;
+ nd = bc->nd;
+ nd0 = bc->nd0;
+ p5 = nd + bc->e0 - 1;
+ speccase = 0;
+#ifndef Sudden_Underflow
+ if (rv->d == 0.) { /* special case: value near underflow-to-zero */
+ /* threshold was rounded to zero */
+ b = i2b(1 MTa);
+ p2 = Emin - P + 1;
+ bbits = 1;
+#ifdef Avoid_Underflow
+ word0(rv) = (P+2) << Exp_shift;
+#else
+ word1(rv) = 1;
+#endif
+ i = 0;
+#ifdef Honor_FLT_ROUNDS
+ if (bc->rounding == 1)
+#endif
+ {
+ speccase = 1;
+ --p2;
+ dsign = 0;
+ goto have_i;
+ }
+ }
+ else
+#endif
+ b = d2b(rv, &p2, &bbits MTa);
+#ifdef Avoid_Underflow
+ p2 -= bc->scale;
+#endif
+ /* floor(log2(rv)) == bbits - 1 + p2 */
+ /* Check for denormal case. */
+ i = P - bbits;
+ if (i > (j = P - Emin - 1 + p2)) {
+#ifdef Sudden_Underflow
+ Bfree(b MTa);
+ b = i2b(1 MTa);
+ p2 = Emin;
+ i = P - 1;
+#ifdef Avoid_Underflow
+ word0(rv) = (1 + bc->scale) << Exp_shift;
+#else
+ word0(rv) = Exp_msk1;
+#endif
+ word1(rv) = 0;
+#else
+ i = j;
+#endif
+ }
+#ifdef Honor_FLT_ROUNDS
+ if (bc->rounding != 1) {
+ if (i > 0)
+ b = lshift(b, i MTa);
+ if (dsign)
+ b = increment(b MTa);
+ }
+ else
+#endif
+ {
+ b = lshift(b, ++i MTa);
+ b->x[0] |= 1;
+ }
+#ifndef Sudden_Underflow
+ have_i:
+#endif
+ p2 -= p5 + i;
+ d = i2b(1 MTa);
+ /* Arrange for convenient computation of quotients:
+ * shift left if necessary so divisor has 4 leading 0 bits.
+ */
+ if (p5 > 0)
+ d = pow5mult(d, p5 MTa);
+ else if (p5 < 0)
+ b = pow5mult(b, -p5 MTa);
+ if (p2 > 0) {
+ b2 = p2;
+ d2 = 0;
+ }
+ else {
+ b2 = 0;
+ d2 = -p2;
+ }
+ i = dshift(d, d2);
+ if ((b2 += i) > 0)
+ b = lshift(b, b2 MTa);
+ if ((d2 += i) > 0)
+ d = lshift(d, d2 MTa);
+
+ /* Now b/d = exactly half-way between the two floating-point values */
+ /* on either side of the input string. Compute first digit of b/d. */
+
+ if (!(dig = quorem(b,d))) {
+ b = multadd(b, 10, 0 MTa); /* very unlikely */
+ dig = quorem(b,d);
+ }
+
+ /* Compare b/d with s0 */
+
+ for(i = 0; i < nd0; ) {
+ if ((dd = s0[i++] - '0' - dig))
+ goto ret;
+ if (!b->x[0] && b->wds == 1) {
+ if (i < nd)
+ dd = 1;
+ goto ret;
+ }
+ b = multadd(b, 10, 0 MTa);
+ dig = quorem(b,d);
+ }
+ for(j = bc->dp1; i++ < nd;) {
+ if ((dd = s0[j++] - '0' - dig))
+ goto ret;
+ if (!b->x[0] && b->wds == 1) {
+ /* coverity[copy_paste_error : FALSE] */
+ if (i < nd)
+ dd = 1;
+ goto ret;
+ }
+ b = multadd(b, 10, 0 MTa);
+ dig = quorem(b,d);
+ }
+ if (dig > 0 || b->x[0] || b->wds > 1)
+ dd = -1;
+ ret:
+ Bfree(b MTa);
+ Bfree(d MTa);
+#ifdef Honor_FLT_ROUNDS
+ if (bc->rounding != 1) {
+ if (dd < 0) {
+ if (bc->rounding == 0) {
+ if (!dsign)
+ goto retlow1;
+ }
+ else if (dsign)
+ goto rethi1;
+ }
+ else if (dd > 0) {
+ if (bc->rounding == 0) {
+ if (dsign)
+ goto rethi1;
+ goto ret1;
+ }
+ if (!dsign)
+ goto rethi1;
+ dval(rv) += 2.*sulp(rv,bc);
+ }
+ else {
+ bc->inexact = 0;
+ if (dsign)
+ goto rethi1;
+ }
+ }
+ else
+#endif
+ if (speccase) {
+ if (dd <= 0)
+ rv->d = 0.;
+ }
+ else if (dd < 0) {
+ if (!dsign) /* does not happen for round-near */
+retlow1:
+ dval(rv) -= sulp(rv,bc);
+ }
+ else if (dd > 0) {
+ if (dsign) {
+ rethi1:
+ dval(rv) += sulp(rv,bc);
+ }
+ }
+ else {
+ /* Exact half-way case: apply round-even rule. */
+ if ((j = ((word0(rv) & Exp_mask) >> Exp_shift) - bc->scale) <= 0) {
+ i = 1 - j;
+ if (i <= 31) {
+ if (word1(rv) & (0x1 << i))
+ goto odd;
+ }
+ else if (word0(rv) & (0x1 << (i-32)))
+ goto odd;
+ }
+ else if (word1(rv) & 1) {
+ odd:
+ if (dsign)
+ goto rethi1;
+ goto retlow1;
+ }
+ }
+
+#ifdef Honor_FLT_ROUNDS
+ ret1:
+#endif
+ return;
+ }
+#endif /* NO_STRTOD_BIGCOMP */
+
+ double
+strtod_nolocale(const char *s00, char **se)
+{
+ int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, e, e1;
+ int esign, i, j, k, nd, nd0, nf, nz, nz0, nz1, sign;
+ const char *s, *s0, *s1;
+ double aadj, aadj1;
+ Long L;
+ U aadj2, adj, rv, rv0;
+ ULong y, z;
+ BCinfo bc;
+ Bigint *bb, *bb1, *bd, *bd0, *bs, *delta;
+#ifdef USE_BF96
+ ULLong bhi, blo, brv, t00, t01, t02, t10, t11, terv, tg, tlo, yz;
+ const BF96 *p10;
+ int bexact, erv;
+#endif
+#ifdef Avoid_Underflow
+ ULong Lsb, Lsb1;
+#endif
+#ifdef SET_INEXACT
+ int oldinexact;
+#endif
+#ifndef NO_STRTOD_BIGCOMP
+ int req_bigcomp = 0;
+#endif
+#ifdef MULTIPLE_THREADS
+ ThInfo *TI = 0;
+#endif
+#ifdef Honor_FLT_ROUNDS /*{*/
+#ifdef Trust_FLT_ROUNDS /*{{ only define this if FLT_ROUNDS really works! */
+ bc.rounding = Flt_Rounds;
+#else /*}{*/
+ bc.rounding = 1;
+ switch(fegetround()) {
+ case FE_TOWARDZERO: bc.rounding = 0; break;
+ case FE_UPWARD: bc.rounding = 2; break;
+ case FE_DOWNWARD: bc.rounding = 3;
+ }
+#endif /*}}*/
+#endif /*}*/
+#ifdef USE_LOCALE
+ const char *s2;
+#endif
+
+ sign = nz0 = nz1 = nz = bc.dplen = bc.uflchk = 0;
+ dval(&rv) = 0.;
+ for(s = s00;;s++) switch(*s) {
+ case '-':
+ sign = 1;
+ /* no break */
+ case '+':
+ if (*++s)
+ goto break2;
+ /* no break */
+ case 0:
+ goto ret0;
+ case '\t':
+ case '\n':
+ case '\v':
+ case '\f':
+ case '\r':
+ case ' ':
+ continue;
+ default:
+ goto break2;
+ }
+ break2:
+ if (*s == '0') {
+#ifndef NO_HEX_FP /*{*/
+ switch(s[1]) {
+ case 'x':
+ case 'X':
+#ifdef Honor_FLT_ROUNDS
+ gethex(&s, &rv, bc.rounding, sign MTb);
+#else
+ gethex(&s, &rv, 1, sign MTb);
+#endif
+ goto ret;
+ }
+#endif /*}*/
+ nz0 = 1;
+ while(*++s == '0') ;
+ if (!*s)
+ goto ret;
+ }
+ s0 = s;
+ nd = nf = 0;
+#ifdef USE_BF96
+ yz = 0;
+ for(; (c = *s) >= '0' && c <= '9'; nd++, s++)
+ if (nd < 19)
+ yz = 10*yz + c - '0';
+#else
+ y = z = 0;
+ for(; (c = *s) >= '0' && c <= '9'; nd++, s++)
+ if (nd < 9)
+ y = 10*y + c - '0';
+ else if (nd < DBL_DIG + 2)
+ z = 10*z + c - '0';
+#endif
+ nd0 = nd;
+ bc.dp0 = bc.dp1 = s - s0;
+ for(s1 = s; s1 > s0 && *--s1 == '0'; )
+ ++nz1;
+#ifdef USE_LOCALE
+ s1 = localeconv()->decimal_point;
+ if (c == *s1) {
+ c = '.';
+ if (*++s1) {
+ s2 = s;
+ for(;;) {
+ if (*++s2 != *s1) {
+ c = 0;
+ break;
+ }
+ if (!*++s1) {
+ s = s2;
+ break;
+ }
+ }
+ }
+ }
+#endif
+ if (c == '.') {
+ c = *++s;
+ bc.dp1 = s - s0;
+ bc.dplen = bc.dp1 - bc.dp0;
+ if (!nd) {
+ for(; c == '0'; c = *++s)
+ nz++;
+ if (c > '0' && c <= '9') {
+ bc.dp0 = s0 - s;
+ bc.dp1 = bc.dp0 + bc.dplen;
+ s0 = s;
+ nf += nz;
+ nz = 0;
+ goto have_dig;
+ }
+ goto dig_done;
+ }
+ for(; c >= '0' && c <= '9'; c = *++s) {
+ have_dig:
+ nz++;
+ if (c -= '0') {
+ nf += nz;
+ i = 1;
+#ifdef USE_BF96
+ for(; i < nz; ++i) {
+ if (++nd <= 19)
+ yz *= 10;
+ }
+ if (++nd <= 19)
+ yz = 10*yz + c;
+#else
+ for(; i < nz; ++i) {
+ if (nd++ < 9)
+ y *= 10;
+ else if (nd <= DBL_DIG + 2)
+ z *= 10;
+ }
+ if (nd++ < 9)
+ y = 10*y + c;
+ else if (nd <= DBL_DIG + 2)
+ z = 10*z + c;
+#endif
+ nz = nz1 = 0;
+ }
+ }
+ }
+ dig_done:
+ e = 0;
+ if (c == 'e' || c == 'E') {
+ if (!nd && !nz && !nz0) {
+ goto ret0;
+ }
+ s00 = s;
+ esign = 0;
+ switch(c = *++s) {
+ case '-':
+ esign = 1;
+ /* fall through */
+ case '+':
+ c = *++s;
+ }
+ if (c >= '0' && c <= '9') {
+ while(c == '0')
+ c = *++s;
+ if (c > '0' && c <= '9') {
+ ULong L = c - '0';
+ s1 = s;
+ while((c = *++s) >= '0' && c <= '9')
+ L = 10*L + c - '0';
+ if (s - s1 > 8 || L > 19999)
+ /* Avoid confusion from exponents
+ * so large that e might overflow.
+ */
+ e = 19999; /* safe for 16 bit ints */
+ else
+ e = (int)L;
+ if (esign)
+ e = -e;
+ }
+ else
+ e = 0;
+ }
+ else
+ s = s00;
+ }
+ if (!nd) {
+ if (!nz && !nz0) {
+#ifdef INFNAN_CHECK /*{*/
+ /* Check for Nan and Infinity */
+ if (!bc.dplen)
+ switch(c) {
+ case 'i':
+ case 'I':
+ if (match(&s,"nf")) {
+ --s;
+ if (!match(&s,"inity"))
+ ++s;
+ word0(&rv) = 0x7ff00000;
+ word1(&rv) = 0;
+ goto ret;
+ }
+ break;
+ case 'n':
+ case 'N':
+ if (match(&s, "an")) {
+ word0(&rv) = NAN_WORD0;
+ word1(&rv) = NAN_WORD1;
+#ifndef No_Hex_NaN
+ if (*s == '(') /*)*/
+ hexnan(&rv, &s);
+#endif
+ goto ret;
+ }
+ }
+#endif /*} INFNAN_CHECK */
+ ret0:
+ s = s00;
+ sign = 0;
+ }
+ goto ret;
+ }
+ bc.e0 = e1 = e -= nf;
+
+ /* Now we have nd0 digits, starting at s0, followed by a
+ * decimal point, followed by nd-nd0 digits. The number we're
+ * after is the integer represented by those digits times
+ * 10**e */
+
+ if (!nd0)
+ nd0 = nd;
+#ifndef USE_BF96
+ k = nd < DBL_DIG + 2 ? nd : DBL_DIG + 2;
+ dval(&rv) = y;
+ if (k > 9) {
+#ifdef SET_INEXACT
+ if (k > DBL_DIG)
+ oldinexact = get_inexact();
+#endif
+ dval(&rv) = tens[k - 9] * dval(&rv) + z;
+ }
+#endif
+ bd0 = 0;
+ if (nd <= DBL_DIG
+#ifndef RND_PRODQUOT
+#ifndef Honor_FLT_ROUNDS
+ && Flt_Rounds == 1
+#endif
+#endif
+ ) {
+#ifdef USE_BF96
+ dval(&rv) = yz;
+#endif
+ if (!e)
+ goto ret;
+#ifndef ROUND_BIASED_without_Round_Up
+ if (e > 0) {
+ if (e <= Ten_pmax) {
+#ifdef SET_INEXACT
+ bc.inexact = 0;
+ oldinexact = 1;
+#endif
+#ifdef VAX
+ goto vax_ovfl_check;
+#else
+#ifdef Honor_FLT_ROUNDS
+ /* round correctly FLT_ROUNDS = 2 or 3 */
+ if (sign) {
+ rv.d = -rv.d;
+ sign = 0;
+ }
+#endif
+ /* rv = */ rounded_product(dval(&rv), tens[e]);
+ goto ret;
+#endif
+ }
+ i = DBL_DIG - nd;
+ if (e <= Ten_pmax + i) {
+ /* A fancier test would sometimes let us do
+ * this for larger i values.
+ */
+#ifdef SET_INEXACT
+ bc.inexact = 0;
+ oldinexact = 1;
+#endif
+#ifdef Honor_FLT_ROUNDS
+ /* round correctly FLT_ROUNDS = 2 or 3 */
+ if (sign) {
+ rv.d = -rv.d;
+ sign = 0;
+ }
+#endif
+ e -= i;
+ dval(&rv) *= tens[i];
+#ifdef VAX
+ /* VAX exponent range is so narrow we must
+ * worry about overflow here...
+ */
+ vax_ovfl_check:
+ word0(&rv) -= P*Exp_msk1;
+ /* rv = */ rounded_product(dval(&rv), tens[e]);
+ if ((word0(&rv) & Exp_mask)
+ > Exp_msk1*(DBL_MAX_EXP+Bias-1-P))
+ goto ovfl;
+ word0(&rv) += P*Exp_msk1;
+#else
+ /* rv = */ rounded_product(dval(&rv), tens[e]);
+#endif
+ goto ret;
+ }
+ }
+#ifndef Inaccurate_Divide
+ else if (e >= -Ten_pmax) {
+#ifdef SET_INEXACT
+ bc.inexact = 0;
+ oldinexact = 1;
+#endif
+#ifdef Honor_FLT_ROUNDS
+ /* round correctly FLT_ROUNDS = 2 or 3 */
+ if (sign) {
+ rv.d = -rv.d;
+ sign = 0;
+ }
+#endif
+ /* rv = */ rounded_quotient(dval(&rv), tens[-e]);
+ goto ret;
+ }
+#endif
+#endif /* ROUND_BIASED_without_Round_Up */
+ }
+#ifdef USE_BF96
+ k = nd < 19 ? nd : 19;
+#endif
+ e1 += nd - k; /* scale factor = 10^e1 */
+
+#ifdef IEEE_Arith
+#ifdef SET_INEXACT
+ bc.inexact = 1;
+#ifndef USE_BF96
+ if (k <= DBL_DIG)
+#endif
+ oldinexact = get_inexact();
+#endif
+#ifdef Honor_FLT_ROUNDS
+ if (bc.rounding >= 2) {
+ if (sign)
+ bc.rounding = bc.rounding == 2 ? 0 : 2;
+ else
+ if (bc.rounding != 2)
+ bc.rounding = 0;
+ }
+#endif
+#endif /*IEEE_Arith*/
+
+#ifdef USE_BF96 /*{*/
+ Debug(++dtoa_stats[0]);
+ i = e1 + 342;
+ if (i < 0)
+ goto undfl;
+ if (i > 650)
+ goto ovfl;
+ p10 = &pten[i];
+ brv = yz;
+ /* shift brv left, with i = number of bits shifted */
+ i = 0;
+ if (!(brv & 0xffffffff00000000ull)) {
+ i = 32;
+ brv <<= 32;
+ }
+ if (!(brv & 0xffff000000000000ull)) {
+ i += 16;
+ brv <<= 16;
+ }
+ if (!(brv & 0xff00000000000000ull)) {
+ i += 8;
+ brv <<= 8;
+ }
+ if (!(brv & 0xf000000000000000ull)) {
+ i += 4;
+ brv <<= 4;
+ }
+ if (!(brv & 0xc000000000000000ull)) {
+ i += 2;
+ brv <<= 2;
+ }
+ if (!(brv & 0x8000000000000000ull)) {
+ i += 1;
+ brv <<= 1;
+ }
+ erv = (64 + 0x3fe) + p10->e - i;
+ if (erv <= 0 && nd > 19)
+ goto many_digits; /* denormal: may need to look at all digits */
+ bhi = brv >> 32;
+ blo = brv & 0xffffffffull;
+ /* Unsigned 32-bit ints lie in [0,2^32-1] and */
+ /* unsigned 64-bit ints lie in [0, 2^64-1]. The product of two unsigned */
+ /* 32-bit ints is <= 2^64 - 2*2^32-1 + 1 = 2^64 - 1 - 2*(2^32 - 1), so */
+ /* we can add two unsigned 32-bit ints to the product of two such ints, */
+ /* and 64 bits suffice to contain the result. */
+ t01 = bhi * p10->b1;
+ t10 = blo * p10->b0 + (t01 & 0xffffffffull);
+ t00 = bhi * p10->b0 + (t01 >> 32) + (t10 >> 32);
+ if (t00 & 0x8000000000000000ull) {
+ if ((t00 & 0x3ff) && (~t00 & 0x3fe)) { /* unambiguous result? */
+ if (nd > 19 && ((t00 + (1<<i) + 2) & 0x400) ^ (t00 & 0x400))
+ goto many_digits;
+ if (erv <= 0)
+ goto denormal;
+#ifdef Honor_FLT_ROUNDS
+ switch(bc.rounding) {
+ case 0: goto noround;
+ case 2: goto roundup;
+ }
+#endif
+ if (t00 & 0x400 && t00 & 0xbff)
+ goto roundup;
+ goto noround;
+ }
+ }
+ else {
+ if ((t00 & 0x1ff) && (~t00 & 0x1fe)) { /* unambiguous result? */
+ if (nd > 19 && ((t00 + (1<<i) + 2) & 0x200) ^ (t00 & 0x200))
+ goto many_digits;
+ if (erv <= 1)
+ goto denormal1;
+#ifdef Honor_FLT_ROUNDS
+ switch(bc.rounding) {
+ case 0: goto noround1;
+ case 2: goto roundup1;
+ }
+#endif
+ if (t00 & 0x200)
+ goto roundup1;
+ goto noround1;
+ }
+ }
+ /* 3 multiplies did not suffice; try a 96-bit approximation */
+ Debug(++dtoa_stats[1]);
+ t02 = bhi * p10->b2;
+ t11 = blo * p10->b1 + (t02 & 0xffffffffull);
+ bexact = 1;
+ if (e1 < 0 || e1 > 41 || (t10 | t11) & 0xffffffffull || nd > 19)
+ bexact = 0;
+ tlo = (t10 & 0xffffffffull) + (t02 >> 32) + (t11 >> 32);
+ if (!bexact && (tlo + 0x10) >> 32 > tlo >> 32)
+ goto many_digits;
+ t00 += tlo >> 32;
+ if (t00 & 0x8000000000000000ull) {
+ if (erv <= 0) { /* denormal result */
+ if (nd >= 20 || !((tlo & 0xfffffff0) | (t00 & 0x3ff)))
+ goto many_digits;
+ denormal:
+ if (erv <= -52) {
+#ifdef Honor_FLT_ROUNDS
+ switch(bc.rounding) {
+ case 0: goto undfl;
+ case 2: goto tiniest;
+ }
+#endif
+ if (erv < -52 || !(t00 & 0x7fffffffffffffffull))
+ goto undfl;
+ goto tiniest;
+ }
+ tg = 1ull << (11 - erv);
+ t00 &= ~(tg - 1); /* clear low bits */
+#ifdef Honor_FLT_ROUNDS
+ switch(bc.rounding) {
+ case 0: goto noround_den;
+ case 2: goto roundup_den;
+ }
+#endif
+ if (t00 & tg) {
+#ifdef Honor_FLT_ROUNDS
+ roundup_den:
+#endif
+ t00 += tg << 1;
+ if (!(t00 & 0x8000000000000000ull)) {
+ if (++erv > 0)
+ goto smallest_normal;
+ t00 = 0x8000000000000000ull;
+ }
+ }
+#ifdef Honor_FLT_ROUNDS
+ noround_den:
+#endif
+ LLval(&rv) = t00 >> (12 - erv);
+ Set_errno(ERANGE);
+ goto ret;
+ }
+ if (bexact) {
+#ifdef SET_INEXACT
+ if (!(t00 & 0x7ff) && !(tlo & 0xffffffffull)) {
+ bc.inexact = 0;
+ goto noround;
+ }
+#endif
+#ifdef Honor_FLT_ROUNDS
+ switch(bc.rounding) {
+ case 2:
+ if (t00 & 0x7ff)
+ goto roundup;
+ case 0: goto noround;
+ }
+#endif
+ if (t00 & 0x400 && (tlo & 0xffffffff) | (t00 & 0xbff))
+ goto roundup;
+ goto noround;
+ }
+ if ((tlo & 0xfffffff0) | (t00 & 0x3ff)
+ && (nd <= 19 || ((t00 + (1ull << i)) & 0xfffffffffffffc00ull)
+ == (t00 & 0xfffffffffffffc00ull))) {
+ /* Unambiguous result. */
+ /* If nd > 19, then incrementing the 19th digit */
+ /* does not affect rv. */
+#ifdef Honor_FLT_ROUNDS
+ switch(bc.rounding) {
+ case 0: goto noround;
+ case 2: goto roundup;
+ }
+#endif
+ if (t00 & 0x400) { /* round up */
+ roundup:
+ t00 += 0x800;
+ if (!(t00 & 0x8000000000000000ull)) {
+ /* rounded up to a power of 2 */
+ if (erv >= 0x7fe)
+ goto ovfl;
+ terv = erv + 1;
+ LLval(&rv) = terv << 52;
+ goto ret;
+ }
+ }
+ noround:
+ if (erv >= 0x7ff)
+ goto ovfl;
+ terv = erv;
+ LLval(&rv) = (terv << 52) | ((t00 & 0x7ffffffffffff800ull) >> 11);
+ goto ret;
+ }
+ }
+ else {
+ if (erv <= 1) { /* denormal result */
+ if (nd >= 20 || !((tlo & 0xfffffff0) | (t00 & 0x1ff)))
+ goto many_digits;
+ denormal1:
+ if (erv <= -51) {
+#ifdef Honor_FLT_ROUNDS
+ switch(bc.rounding) {
+ case 0: goto undfl;
+ case 2: goto tiniest;
+ }
+#endif
+ if (erv < -51 || !(t00 & 0x3fffffffffffffffull))
+ goto undfl;
+ tiniest:
+ LLval(&rv) = 1;
+ Set_errno(ERANGE);
+ goto ret;
+ }
+ tg = 1ull << (11 - erv);
+#ifdef Honor_FLT_ROUNDS
+ switch(bc.rounding) {
+ case 0: goto noround1_den;
+ case 2: goto roundup1_den;
+ }
+#endif
+ if (t00 & tg) {
+#ifdef Honor_FLT_ROUNDS
+ roundup1_den:
+#endif
+ if (0x8000000000000000ull & (t00 += (tg<<1)) && erv == 1) {
+
+ smallest_normal:
+ LLval(&rv) = 0x0010000000000000ull;
+ goto ret;
+ }
+ }
+#ifdef Honor_FLT_ROUNDS
+ noround1_den:
+#endif
+ if (erv <= -52)
+ goto undfl;
+ LLval(&rv) = t00 >> (12 - erv);
+ Set_errno(ERANGE);
+ goto ret;
+ }
+ if (bexact) {
+#ifdef SET_INEXACT
+ if (!(t00 & 0x3ff) && !(tlo & 0xffffffffull)) {
+ bc.inexact = 0;
+ goto noround1;
+ }
+#endif
+#ifdef Honor_FLT_ROUNDS
+ switch(bc.rounding) {
+ case 2:
+ if (t00 & 0x3ff)
+ goto roundup1;
+ case 0: goto noround1;
+ }
+#endif
+ if (t00 & 0x200 && (t00 & 0x5ff || tlo))
+ goto roundup1;
+ goto noround1;
+ }
+ if ((tlo & 0xfffffff0) | (t00 & 0x1ff)
+ && (nd <= 19 || ((t00 + (1ull << i)) & 0x7ffffffffffffe00ull)
+ == (t00 & 0x7ffffffffffffe00ull))) {
+ /* Unambiguous result. */
+#ifdef Honor_FLT_ROUNDS
+ switch(bc.rounding) {
+ case 0: goto noround1;
+ case 2: goto roundup1;
+ }
+#endif
+ if (t00 & 0x200) { /* round up */
+ roundup1:
+ t00 += 0x400;
+ if (!(t00 & 0x4000000000000000ull)) {
+ /* rounded up to a power of 2 */
+ if (erv >= 0x7ff)
+ goto ovfl;
+ terv = erv;
+ LLval(&rv) = terv << 52;
+ goto ret;
+ }
+ }
+ noround1:
+ if (erv >= 0x800)
+ goto ovfl;
+ terv = erv - 1;
+ LLval(&rv) = (terv << 52) | ((t00 & 0x3ffffffffffffc00ull) >> 10);
+ goto ret;
+ }
+ }
+ many_digits:
+ Debug(++dtoa_stats[2]);
+ if (nd > 17) {
+ if (nd > 18) {
+ yz /= 100;
+ e1 += 2;
+ }
+ else {
+ yz /= 10;
+ e1 += 1;
+ }
+ y = yz / 100000000;
+ }
+ else if (nd > 9) {
+ i = nd - 9;
+ y = (yz >> i) / pfive[i-1];
+ }
+ else
+ y = yz;
+ dval(&rv) = yz;
+#endif /*}*/
+
+#ifdef IEEE_Arith
+#ifdef Avoid_Underflow
+ bc.scale = 0;
+#endif
+#endif /*IEEE_Arith*/
+
+ /* Get starting approximation = rv * 10**e1 */
+
+ if (e1 > 0) {
+ if ((i = e1 & 15))
+ dval(&rv) *= tens[i];
+ if (e1 &= ~15) {
+ if (e1 > DBL_MAX_10_EXP) {
+ ovfl:
+ /* Can't trust HUGE_VAL */
+#ifdef IEEE_Arith
+#ifdef Honor_FLT_ROUNDS
+ switch(bc.rounding) {
+ case 0: /* toward 0 */
+ case 3: /* toward -infinity */
+ word0(&rv) = Big0;
+ word1(&rv) = Big1;
+ break;
+ default:
+ word0(&rv) = Exp_mask;
+ word1(&rv) = 0;
+ }
+#else /*Honor_FLT_ROUNDS*/
+ word0(&rv) = Exp_mask;
+ word1(&rv) = 0;
+#endif /*Honor_FLT_ROUNDS*/
+#ifdef SET_INEXACT
+ /* set overflow bit */
+ dval(&rv0) = 1e300;
+ dval(&rv0) *= dval(&rv0);
+#endif
+#else /*IEEE_Arith*/
+ word0(&rv) = Big0;
+ word1(&rv) = Big1;
+#endif /*IEEE_Arith*/
+ range_err:
+ if (bd0) {
+ Bfree(bb MTb);
+ Bfree(bd MTb);
+ Bfree(bs MTb);
+ Bfree(bd0 MTb);
+ Bfree(delta MTb);
+ }
+ Set_errno(ERANGE);
+ goto ret;
+ }
+ e1 >>= 4;
+ for(j = 0; e1 > 1; j++, e1 >>= 1)
+ if (e1 & 1)
+ dval(&rv) *= bigtens[j];
+ /* The last multiplication could overflow. */
+ word0(&rv) -= P*Exp_msk1;
+ dval(&rv) *= bigtens[j];
+ if ((z = word0(&rv) & Exp_mask)
+ > Exp_msk1*(DBL_MAX_EXP+Bias-P))
+ goto ovfl;
+ if (z > Exp_msk1*(DBL_MAX_EXP+Bias-1-P)) {
+ /* set to largest number */
+ /* (Can't trust DBL_MAX) */
+ word0(&rv) = Big0;
+ word1(&rv) = Big1;
+ }
+ else
+ word0(&rv) += P*Exp_msk1;
+ }
+ }
+ else if (e1 < 0) {
+ e1 = -e1;
+ if ((i = e1 & 15))
+ dval(&rv) /= tens[i];
+ if (e1 >>= 4) {
+ if (e1 >= 1 << n_bigtens)
+ goto undfl;
+#ifdef Avoid_Underflow
+ if (e1 & Scale_Bit)
+ bc.scale = 2*P;
+ for(j = 0; e1 > 0; j++, e1 >>= 1)
+ if (e1 & 1)
+ dval(&rv) *= tinytens[j];
+ if (bc.scale && (j = 2*P + 1 - ((word0(&rv) & Exp_mask)
+ >> Exp_shift)) > 0) {
+ /* scaled rv is denormal; clear j low bits */
+ if (j >= 32) {
+ if (j > 54)
+ goto undfl;
+ word1(&rv) = 0;
+ if (j >= 53)
+ word0(&rv) = (P+2)*Exp_msk1;
+ else
+ word0(&rv) &= 0xffffffff << (j-32);
+ }
+ else
+ word1(&rv) &= 0xffffffff << j;
+ }
+#else
+ for(j = 0; e1 > 1; j++, e1 >>= 1)
+ if (e1 & 1)
+ dval(&rv) *= tinytens[j];
+ /* The last multiplication could underflow. */
+ dval(&rv0) = dval(&rv);
+ dval(&rv) *= tinytens[j];
+ if (!dval(&rv)) {
+ dval(&rv) = 2.*dval(&rv0);
+ dval(&rv) *= tinytens[j];
+#endif
+ if (!dval(&rv)) {
+ undfl:
+ dval(&rv) = 0.;
+#ifdef Honor_FLT_ROUNDS
+ if (bc.rounding == 2)
+ word1(&rv) = 1;
+#endif
+ goto range_err;
+ }
+#ifndef Avoid_Underflow
+ word0(&rv) = Tiny0;
+ word1(&rv) = Tiny1;
+ /* The refinement below will clean
+ * this approximation up.
+ */
+ }
+#endif
+ }
+ }
+
+ /* Now the hard part -- adjusting rv to the correct value.*/
+
+ /* Put digits into bd: true value = bd * 10^e */
+
+ bc.nd = nd - nz1;
+#ifndef NO_STRTOD_BIGCOMP
+ bc.nd0 = nd0; /* Only needed if nd > strtod_diglim, but done here */
+ /* to silence an erroneous warning about bc.nd0 */
+ /* possibly not being initialized. */
+ if (nd > strtod_diglim) {
+ /* ASSERT(strtod_diglim >= 18); 18 == one more than the */
+ /* minimum number of decimal digits to distinguish double values */
+ /* in IEEE arithmetic. */
+ i = j = 18;
+ if (i > nd0)
+ j += bc.dplen;
+ for(;;) {
+ if (--j < bc.dp1 && j >= bc.dp0)
+ j = bc.dp0 - 1;
+ if (s0[j] != '0')
+ break;
+ --i;
+ }
+ e += nd - i;
+ nd = i;
+ if (nd0 > nd)
+ nd0 = nd;
+ if (nd < 9) { /* must recompute y */
+ y = 0;
+ for(i = 0; i < nd0; ++i)
+ y = 10*y + s0[i] - '0';
+ for(j = bc.dp1; i < nd; ++i)
+ y = 10*y + s0[j++] - '0';
+ }
+ }
+#endif
+ bd0 = s2b(s0, nd0, nd, y, bc.dplen MTb);
+
+ for(;;) {
+ bd = Balloc(bd0->k MTb);
+ Bcopy(bd, bd0);
+ bb = d2b(&rv, &bbe, &bbbits MTb); /* rv = bb * 2^bbe */
+ bs = i2b(1 MTb);
+
+ if (e >= 0) {
+ bb2 = bb5 = 0;
+ bd2 = bd5 = e;
+ }
+ else {
+ bb2 = bb5 = -e;
+ bd2 = bd5 = 0;
+ }
+ if (bbe >= 0)
+ bb2 += bbe;
+ else
+ bd2 -= bbe;
+ bs2 = bb2;
+#ifdef Honor_FLT_ROUNDS
+ if (bc.rounding != 1)
+ bs2++;
+#endif
+#ifdef Avoid_Underflow
+ Lsb = LSB;
+ Lsb1 = 0;
+ j = bbe - bc.scale;
+ i = j + bbbits - 1; /* logb(rv) */
+ j = P + 1 - bbbits;
+ if (i < Emin) { /* denormal */
+ i = Emin - i;
+ j -= i;
+ if (i < 32)
+ Lsb <<= i;
+ else if (i < 52)
+ Lsb1 = Lsb << (i-32);
+ else
+ Lsb1 = Exp_mask;
+ }
+#else /*Avoid_Underflow*/
+#ifdef Sudden_Underflow
+#ifdef IBM
+ j = 1 + 4*P - 3 - bbbits + ((bbe + bbbits - 1) & 3);
+#else
+ j = P + 1 - bbbits;
+#endif
+#else /*Sudden_Underflow*/
+ j = bbe;
+ i = j + bbbits - 1; /* logb(rv) */
+ if (i < Emin) /* denormal */
+ j += P - Emin;
+ else
+ j = P + 1 - bbbits;
+#endif /*Sudden_Underflow*/
+#endif /*Avoid_Underflow*/
+ bb2 += j;
+ bd2 += j;
+#ifdef Avoid_Underflow
+ bd2 += bc.scale;
+#endif
+ i = bb2 < bd2 ? bb2 : bd2;
+ if (i > bs2)
+ i = bs2;
+ if (i > 0) {
+ bb2 -= i;
+ bd2 -= i;
+ bs2 -= i;
+ }
+ if (bb5 > 0) {
+ bs = pow5mult(bs, bb5 MTb);
+ bb1 = mult(bs, bb MTb);
+ Bfree(bb MTb);
+ bb = bb1;
+ }
+ if (bb2 > 0)
+ bb = lshift(bb, bb2 MTb);
+ if (bd5 > 0)
+ bd = pow5mult(bd, bd5 MTb);
+ if (bd2 > 0)
+ bd = lshift(bd, bd2 MTb);
+ if (bs2 > 0)
+ bs = lshift(bs, bs2 MTb);
+ delta = diff(bb, bd MTb);
+ bc.dsign = delta->sign;
+ delta->sign = 0;
+ i = cmp(delta, bs);
+#ifndef NO_STRTOD_BIGCOMP /*{*/
+ if (bc.nd > nd && i <= 0) {
+ if (bc.dsign) {
+ /* Must use bigcomp(). */
+ req_bigcomp = 1;
+ break;
+ }
+#ifdef Honor_FLT_ROUNDS
+ if (bc.rounding != 1) {
+ if (i < 0) {
+ req_bigcomp = 1;
+ break;
+ }
+ }
+ else
+#endif
+ i = -1; /* Discarded digits make delta smaller. */
+ }
+#endif /*}*/
+#ifdef Honor_FLT_ROUNDS /*{*/
+ if (bc.rounding != 1) {
+ if (i < 0) {
+ /* Error is less than an ulp */
+ if (!delta->x[0] && delta->wds <= 1) {
+ /* exact */
+#ifdef SET_INEXACT
+ bc.inexact = 0;
+#endif
+ break;
+ }
+ if (bc.rounding) {
+ if (bc.dsign) {
+ adj.d = 1.;
+ goto apply_adj;
+ }
+ }
+ else if (!bc.dsign) {
+ adj.d = -1.;
+ if (!word1(&rv)
+ && !(word0(&rv) & Frac_mask)) {
+ y = word0(&rv) & Exp_mask;
+#ifdef Avoid_Underflow
+ if (!bc.scale || y > 2*P*Exp_msk1)
+#else
+ if (y)
+#endif
+ {
+ delta = lshift(delta,Log2P MTb);
+ if (cmp(delta, bs) <= 0)
+ adj.d = -0.5;
+ }
+ }
+ apply_adj:
+#ifdef Avoid_Underflow /*{*/
+ if (bc.scale && (y = word0(&rv) & Exp_mask)
+ <= 2*P*Exp_msk1)
+ word0(&adj) += (2*P+1)*Exp_msk1 - y;
+#else
+#ifdef Sudden_Underflow
+ if ((word0(&rv) & Exp_mask) <=
+ P*Exp_msk1) {
+ word0(&rv) += P*Exp_msk1;
+ dval(&rv) += adj.d*ulp(dval(&rv));
+ word0(&rv) -= P*Exp_msk1;
+ }
+ else
+#endif /*Sudden_Underflow*/
+#endif /*Avoid_Underflow}*/
+ dval(&rv) += adj.d*ulp(&rv);
+ }
+ break;
+ }
+ adj.d = ratio(delta, bs);
+ if (adj.d < 1.)
+ adj.d = 1.;
+ if (adj.d <= 0x7ffffffe) {
+ /* adj = rounding ? ceil(adj) : floor(adj); */
+ y = adj.d;
+ if (y != adj.d) {
+ if (!((bc.rounding>>1) ^ bc.dsign))
+ y++;
+ adj.d = y;
+ }
+ }
+#ifdef Avoid_Underflow /*{*/
+ if (bc.scale && (y = word0(&rv) & Exp_mask) <= 2*P*Exp_msk1)
+ word0(&adj) += (2*P+1)*Exp_msk1 - y;
+#else
+#ifdef Sudden_Underflow
+ if ((word0(&rv) & Exp_mask) <= P*Exp_msk1) {
+ word0(&rv) += P*Exp_msk1;
+ adj.d *= ulp(dval(&rv));
+ if (bc.dsign)
+ dval(&rv) += adj.d;
+ else
+ dval(&rv) -= adj.d;
+ word0(&rv) -= P*Exp_msk1;
+ goto cont;
+ }
+#endif /*Sudden_Underflow*/
+#endif /*Avoid_Underflow}*/
+ adj.d *= ulp(&rv);
+ if (bc.dsign) {
+ if (word0(&rv) == Big0 && word1(&rv) == Big1)
+ goto ovfl;
+ dval(&rv) += adj.d;
+ }
+ else
+ dval(&rv) -= adj.d;
+ goto cont;
+ }
+#endif /*}Honor_FLT_ROUNDS*/
+
+ if (i < 0) {
+ /* Error is less than half an ulp -- check for
+ * special case of mantissa a power of two.
+ */
+ if (bc.dsign || word1(&rv) || word0(&rv) & Bndry_mask
+#ifdef IEEE_Arith /*{*/
+#ifdef Avoid_Underflow
+ || (word0(&rv) & Exp_mask) <= (2*P+1)*Exp_msk1
+#else
+ || (word0(&rv) & Exp_mask) <= Exp_msk1
+#endif
+#endif /*}*/
+ ) {
+#ifdef SET_INEXACT
+ if (!delta->x[0] && delta->wds <= 1)
+ bc.inexact = 0;
+#endif
+ break;
+ }
+ if (!delta->x[0] && delta->wds <= 1) {
+ /* exact result */
+#ifdef SET_INEXACT
+ bc.inexact = 0;
+#endif
+ break;
+ }
+ delta = lshift(delta,Log2P MTb);
+ if (cmp(delta, bs) > 0)
+ goto drop_down;
+ break;
+ }
+ if (i == 0) {
+ /* exactly half-way between */
+ if (bc.dsign) {
+ if ((word0(&rv) & Bndry_mask1) == Bndry_mask1
+ && word1(&rv) == (
+#ifdef Avoid_Underflow
+ (bc.scale && (y = word0(&rv) & Exp_mask) <= 2*P*Exp_msk1)
+ ? (0xffffffff & (0xffffffff << (2*P+1-(y>>Exp_shift)))) :
+#endif
+ 0xffffffff)) {
+ /*boundary case -- increment exponent*/
+ if (word0(&rv) == Big0 && word1(&rv) == Big1)
+ goto ovfl;
+ word0(&rv) = (word0(&rv) & Exp_mask)
+ + Exp_msk1
+#ifdef IBM
+ | Exp_msk1 >> 4
+#endif
+ ;
+ word1(&rv) = 0;
+#ifdef Avoid_Underflow
+ bc.dsign = 0;
+#endif
+ break;
+ }
+ }
+ else if (!(word0(&rv) & Bndry_mask) && !word1(&rv)) {
+ drop_down:
+ /* boundary case -- decrement exponent */
+#ifdef Sudden_Underflow /*{{*/
+ L = word0(&rv) & Exp_mask;
+#ifdef IBM
+ if (L < Exp_msk1)
+#else
+#ifdef Avoid_Underflow
+ if (L <= (bc.scale ? (2*P+1)*Exp_msk1 : Exp_msk1))
+#else
+ if (L <= Exp_msk1)
+#endif /*Avoid_Underflow*/
+#endif /*IBM*/
+ {
+ if (bc.nd >nd) {
+ bc.uflchk = 1;
+ break;
+ }
+ goto undfl;
+ }
+ L -= Exp_msk1;
+#else /*Sudden_Underflow}{*/
+#ifdef Avoid_Underflow
+ if (bc.scale) {
+ L = word0(&rv) & Exp_mask;
+ if (L <= (2*P+1)*Exp_msk1) {
+ if (L > (P+2)*Exp_msk1)
+ /* round even ==> */
+ /* accept rv */
+ break;
+ /* rv = smallest denormal */
+ if (bc.nd >nd) {
+ bc.uflchk = 1;
+ break;
+ }
+ goto undfl;
+ }
+ }
+#endif /*Avoid_Underflow*/
+ L = (word0(&rv) & Exp_mask) - Exp_msk1;
+#endif /*Sudden_Underflow}}*/
+ word0(&rv) = L | Bndry_mask1;
+ word1(&rv) = 0xffffffff;
+#ifdef IBM
+ goto cont;
+#else
+#ifndef NO_STRTOD_BIGCOMP
+ if (bc.nd > nd)
+ goto cont;
+#endif
+ break;
+#endif
+ }
+#ifndef ROUND_BIASED
+#ifdef Avoid_Underflow
+ if (Lsb1) {
+ if (!(word0(&rv) & Lsb1))
+ break;
+ }
+ else if (!(word1(&rv) & Lsb))
+ break;
+#else
+ if (!(word1(&rv) & LSB))
+ break;
+#endif
+#endif
+ if (bc.dsign)
+#ifdef Avoid_Underflow
+ dval(&rv) += sulp(&rv, &bc);
+#else
+ dval(&rv) += ulp(&rv);
+#endif
+#ifndef ROUND_BIASED
+ else {
+#ifdef Avoid_Underflow
+ dval(&rv) -= sulp(&rv, &bc);
+#else
+ dval(&rv) -= ulp(&rv);
+#endif
+#ifndef Sudden_Underflow
+ if (!dval(&rv)) {
+ if (bc.nd >nd) {
+ bc.uflchk = 1;
+ break;
+ }
+ goto undfl;
+ }
+#endif
+ }
+#ifdef Avoid_Underflow
+ bc.dsign = 1 - bc.dsign;
+#endif
+#endif
+ break;
+ }
+ if ((aadj = ratio(delta, bs)) <= 2.) {
+ if (bc.dsign)
+ aadj = aadj1 = 1.;
+ else if (word1(&rv) || word0(&rv) & Bndry_mask) {
+#ifndef Sudden_Underflow
+ if (word1(&rv) == Tiny1 && !word0(&rv)) {
+ if (bc.nd >nd) {
+ bc.uflchk = 1;
+ break;
+ }
+ goto undfl;
+ }
+#endif
+ aadj = 1.;
+ aadj1 = -1.;
+ }
+ else {
+ /* special case -- power of FLT_RADIX to be */
+ /* rounded down... */
+
+ if (aadj < 2./FLT_RADIX)
+ aadj = 1./FLT_RADIX;
+ else
+ aadj *= 0.5;
+ aadj1 = -aadj;
+ }
+ }
+ else {
+ aadj *= 0.5;
+ aadj1 = bc.dsign ? aadj : -aadj;
+#ifdef Check_FLT_ROUNDS
+ switch(bc.rounding) {
+ case 2: /* towards +infinity */
+ aadj1 -= 0.5;
+ break;
+ case 0: /* towards 0 */
+ case 3: /* towards -infinity */
+ aadj1 += 0.5;
+ }
+#else
+ if (Flt_Rounds == 0)
+ aadj1 += 0.5;
+#endif /*Check_FLT_ROUNDS*/
+ }
+ y = word0(&rv) & Exp_mask;
+
+ /* Check for overflow */
+
+ if (y == Exp_msk1*(DBL_MAX_EXP+Bias-1)) {
+ dval(&rv0) = dval(&rv);
+ word0(&rv) -= P*Exp_msk1;
+ adj.d = aadj1 * ulp(&rv);
+ dval(&rv) += adj.d;
+ if ((word0(&rv) & Exp_mask) >=
+ Exp_msk1*(DBL_MAX_EXP+Bias-P)) {
+ if (word0(&rv0) == Big0 && word1(&rv0) == Big1)
+ goto ovfl;
+ word0(&rv) = Big0;
+ word1(&rv) = Big1;
+ goto cont;
+ }
+ else
+ word0(&rv) += P*Exp_msk1;
+ }
+ else {
+#ifdef Avoid_Underflow
+ if (bc.scale && y <= 2*P*Exp_msk1) {
+ if (aadj <= 0x7fffffff) {
+ if ((z = aadj) <= 0)
+ z = 1;
+ aadj = z;
+ aadj1 = bc.dsign ? aadj : -aadj;
+ }
+ dval(&aadj2) = aadj1;
+ word0(&aadj2) += (2*P+1)*Exp_msk1 - y;
+ aadj1 = dval(&aadj2);
+ adj.d = aadj1 * ulp(&rv);
+ dval(&rv) += adj.d;
+ if (rv.d == 0.)
+#ifdef NO_STRTOD_BIGCOMP
+ goto undfl;
+#else
+ {
+ req_bigcomp = 1;
+ break;
+ }
+#endif
+ }
+ else {
+ adj.d = aadj1 * ulp(&rv);
+ dval(&rv) += adj.d;
+ }
+#else
+#ifdef Sudden_Underflow
+ if ((word0(&rv) & Exp_mask) <= P*Exp_msk1) {
+ dval(&rv0) = dval(&rv);
+ word0(&rv) += P*Exp_msk1;
+ adj.d = aadj1 * ulp(&rv);
+ dval(&rv) += adj.d;
+#ifdef IBM
+ if ((word0(&rv) & Exp_mask) < P*Exp_msk1)
+#else
+ if ((word0(&rv) & Exp_mask) <= P*Exp_msk1)
+#endif
+ {
+ if (word0(&rv0) == Tiny0
+ && word1(&rv0) == Tiny1) {
+ if (bc.nd >nd) {
+ bc.uflchk = 1;
+ break;
+ }
+ goto undfl;
+ }
+ word0(&rv) = Tiny0;
+ word1(&rv) = Tiny1;
+ goto cont;
+ }
+ else
+ word0(&rv) -= P*Exp_msk1;
+ }
+ else {
+ adj.d = aadj1 * ulp(&rv);
+ dval(&rv) += adj.d;
+ }
+#else /*Sudden_Underflow*/
+ /* Compute adj so that the IEEE rounding rules will
+ * correctly round rv + adj in some half-way cases.
+ * If rv * ulp(rv) is denormalized (i.e.,
+ * y <= (P-1)*Exp_msk1), we must adjust aadj to avoid
+ * trouble from bits lost to denormalization;
+ * example: 1.2e-307 .
+ */
+ if (y <= (P-1)*Exp_msk1 && aadj > 1.) {
+ aadj1 = (double)(int)(aadj + 0.5);
+ if (!bc.dsign)
+ aadj1 = -aadj1;
+ }
+ adj.d = aadj1 * ulp(&rv);
+ dval(&rv) += adj.d;
+#endif /*Sudden_Underflow*/
+#endif /*Avoid_Underflow*/
+ }
+ z = word0(&rv) & Exp_mask;
+#ifndef SET_INEXACT
+ if (bc.nd == nd) {
+#ifdef Avoid_Underflow
+ if (!bc.scale)
+#endif
+ if (y == z) {
+ /* Can we stop now? */
+ L = (Long)aadj;
+ aadj -= L;
+ /* The tolerances below are conservative. */
+ if (bc.dsign || word1(&rv) || word0(&rv) & Bndry_mask) {
+ if (aadj < .4999999 || aadj > .5000001)
+ break;
+ }
+ else if (aadj < .4999999/FLT_RADIX)
+ break;
+ }
+ }
+#endif
+ cont:
+ Bfree(bb MTb);
+ Bfree(bd MTb);
+ Bfree(bs MTb);
+ Bfree(delta MTb);
+ }
+ Bfree(bb MTb);
+ Bfree(bd MTb);
+ Bfree(bs MTb);
+ Bfree(bd0 MTb);
+ Bfree(delta MTb);
+#ifndef NO_STRTOD_BIGCOMP
+ if (req_bigcomp) {
+ bd0 = 0;
+ bc.e0 += nz1;
+ bigcomp(&rv, s0, &bc MTb);
+ y = word0(&rv) & Exp_mask;
+ if (y == Exp_mask)
+ goto ovfl;
+ if (y == 0 && rv.d == 0.)
+ goto undfl;
+ }
+#endif
+#ifdef Avoid_Underflow
+ if (bc.scale) {
+ word0(&rv0) = Exp_1 - 2*P*Exp_msk1;
+ word1(&rv0) = 0;
+ dval(&rv) *= dval(&rv0);
+#ifndef NO_ERRNO
+ /* try to avoid the bug of testing an 8087 register value */
+#ifdef IEEE_Arith
+ if (!(word0(&rv) & Exp_mask))
+#else
+ if (word0(&rv) == 0 && word1(&rv) == 0)
+#endif
+ Set_errno(ERANGE);
+#endif
+ }
+#endif /* Avoid_Underflow */
+ ret:
+#ifdef SET_INEXACT
+ if (bc.inexact) {
+ if (!(word0(&rv) & Exp_mask)) {
+ /* set underflow and inexact bits */
+ dval(&rv0) = 1e-300;
+ dval(&rv0) *= dval(&rv0);
+ }
+ else if (!oldinexact) {
+ word0(&rv0) = Exp_1 + (70 << Exp_shift);
+ word1(&rv0) = 0;
+ dval(&rv0) += 1.;
+ }
+ }
+ else if (!oldinexact)
+ clear_inexact();
+#endif
+ if (se)
+ *se = (char *)s;
+ return sign ? -dval(&rv) : dval(&rv);
+ }
+
+#ifndef MULTIPLE_THREADS
+ static thread_local char *dtoa_result;
+#endif
+
+ static char *
+rv_alloc(int i MTd)
+{
+ int j, k, *r;
+
+ j = sizeof(ULong);
+ for(k = 0;
+ sizeof(Bigint) - sizeof(ULong) - sizeof(int) + j <= i;
+ j <<= 1)
+ k++;
+ r = (int*)Balloc(k MTa);
+ *r = k;
+ return
+#ifndef MULTIPLE_THREADS
+ dtoa_result =
+#endif
+ (char *)(r+1);
+ }
+
+ static char *
+nrv_alloc(const char *s, char *s0, size_t s0len, char **rve, int n MTd)
+{
+ char *rv, *t;
+
+ if (!s0)
+ s0 = rv_alloc(n MTa);
+ else if (s0len <= n) {
+ rv = 0;
+ t = rv + n;
+ goto rve_chk;
+ }
+ t = rv = s0;
+ while((*t = *s++))
+ ++t;
+ rve_chk:
+ if (rve)
+ *rve = t;
+ return rv;
+ }
+
+/* freedtoa(s) must be used to free values s returned by dtoa
+ * when MULTIPLE_THREADS is #defined. It should be used in all cases,
+ * but for consistency with earlier versions of dtoa, it is optional
+ * when MULTIPLE_THREADS is not defined.
+ */
+
+ static void
+freedtoa(char *s)
+{
+#ifdef MULTIPLE_THREADS
+ ThInfo *TI = 0;
+#endif
+ Bigint *b = (Bigint *)((int *)s - 1);
+ b->maxwds = 1 << (b->k = *(int*)b);
+ Bfree(b MTb);
+#ifndef MULTIPLE_THREADS
+ if (s == dtoa_result)
+ dtoa_result = 0;
+#endif
+ }
+
+/* dtoa for IEEE arithmetic (dmg): convert double to ASCII string.
+ *
+ * Inspired by "How to Print Floating-Point Numbers Accurately" by
+ * Guy L. Steele, Jr. and Jon L. White [Proc. ACM SIGPLAN '90, pp. 112-126].
+ *
+ * Modifications:
+ * 1. Rather than iterating, we use a simple numeric overestimate
+ * to determine k = floor(log10(d)). We scale relevant
+ * quantities using O(log2(k)) rather than O(k) multiplications.
+ * 2. For some modes > 2 (corresponding to ecvt and fcvt), we don't
+ * try to generate digits strictly left to right. Instead, we
+ * compute with fewer bits and propagate the carry if necessary
+ * when rounding the final digit up. This is often faster.
+ * 3. Under the assumption that input will be rounded nearest,
+ * mode 0 renders 1e23 as 1e23 rather than 9.999999999999999e22.
+ * That is, we allow equality in stopping tests when the
+ * round-nearest rule will give the same floating-point value
+ * as would satisfaction of the stopping test with strict
+ * inequality.
+ * 4. We remove common factors of powers of 2 from relevant
+ * quantities.
+ * 5. When converting floating-point integers less than 1e16,
+ * we use floating-point arithmetic rather than resorting
+ * to multiple-precision integers.
+ * 6. When asked to produce fewer than 15 digits, we first try
+ * to get by with floating-point arithmetic; we resort to
+ * multiple-precision integer arithmetic only if we cannot
+ * guarantee that the floating-point calculation has given
+ * the correctly rounded result. For k requested digits and
+ * "uniformly" distributed input, the probability is
+ * something like 10^(k-15) that we must resort to the Long
+ * calculation.
+ */
+
+ static char *
+dtoa_r(double dd, int mode, int ndigits, int *decpt, int *sign, char **rve, char *buf, size_t blen)
+{
+ /* Arguments ndigits, decpt, sign are similar to those
+ of ecvt and fcvt; trailing zeros are suppressed from
+ the returned string. If not null, *rve is set to point
+ to the end of the return value. If d is +-Infinity or NaN,
+ then *decpt is set to 9999.
+
+ mode:
+ 0 ==> shortest string that yields d when read in
+ and rounded to nearest.
+ 1 ==> like 0, but with Steele & White stopping rule;
+ e.g. with IEEE P754 arithmetic , mode 0 gives
+ 1e23 whereas mode 1 gives 9.999999999999999e22.
+ 2 ==> max(1,ndigits) significant digits. This gives a
+ return value similar to that of ecvt, except
+ that trailing zeros are suppressed.
+ 3 ==> through ndigits past the decimal point. This
+ gives a return value similar to that from fcvt,
+ except that trailing zeros are suppressed, and
+ ndigits can be negative.
+ 4,5 ==> similar to 2 and 3, respectively, but (in
+ round-nearest mode) with the tests of mode 0 to
+ possibly return a shorter string that rounds to d.
+ With IEEE arithmetic and compilation with
+ -DHonor_FLT_ROUNDS, modes 4 and 5 behave the same
+ as modes 2 and 3 when FLT_ROUNDS != 1.
+ 6-9 ==> Debugging modes similar to mode - 4: don't try
+ fast floating-point estimate (if applicable).
+
+ Values of mode other than 0-9 are treated as mode 0.
+
+ When not NULL, buf is an output buffer of length blen, which must
+ be large enough to accommodate suppressed trailing zeros and a trailing
+ null byte. If blen is too small, rv = NULL is returned, in which case
+ if rve is not NULL, a subsequent call with blen >= (*rve - rv) + 1
+ should succeed in returning buf.
+
+ When buf is NULL, sufficient space is allocated for the return value,
+ which, when done using, the caller should pass to freedtoa().
+
+ USE_BF is automatically defined when neither NO_LONG_LONG nor NO_BF96
+ is defined.
+ */
+
+#ifdef MULTIPLE_THREADS
+ ThInfo *TI = 0;
+#endif
+ int bbits, b2, b5, be, dig, i, ilim, ilim1,
+ j, j1, k, leftright, m2, m5, s2, s5, spec_case;
+#if !defined(Sudden_Underflow) || defined(USE_BF96)
+ int denorm;
+#endif
+ Bigint *b, *b1, *delta, *mlo, *mhi, *S;
+ U u;
+ char *s;
+#ifdef SET_INEXACT
+ int inexact, oldinexact;
+#endif
+#ifdef USE_BF96 /*{{*/
+ BF96 *p10;
+ ULLong dbhi, dbits, dblo, den, hb, rb, rblo, res, res0, res3, reslo, sres,
+ sulp, tv0, tv1, tv2, tv3, ulp, ulplo, ulpmask, ures, ureslo, zb;
+ int eulp, k1, n2, ulpadj, ulpshift;
+#else /*}{*/
+#ifndef Sudden_Underflow
+ ULong x;
+#endif
+ Long L;
+ U d2, eps;
+ double ds;
+ int ieps, ilim0, k0, k_check, try_quick;
+#ifndef No_leftright
+#ifdef IEEE_Arith
+ U eps1;
+#endif
+#endif
+#endif /*}}*/
+#ifdef Honor_FLT_ROUNDS /*{*/
+ int Rounding;
+#ifdef Trust_FLT_ROUNDS /*{{ only define this if FLT_ROUNDS really works! */
+ Rounding = Flt_Rounds;
+#else /*}{*/
+ Rounding = 1;
+ switch(fegetround()) {
+ case FE_TOWARDZERO: Rounding = 0; break;
+ case FE_UPWARD: Rounding = 2; break;
+ case FE_DOWNWARD: Rounding = 3;
+ }
+#endif /*}}*/
+#endif /*}*/
+
+ u.d = dd;
+ if (word0(&u) & Sign_bit) {
+ /* set sign for everything, including 0's and NaNs */
+ *sign = 1;
+ word0(&u) &= ~Sign_bit; /* clear sign bit */
+ }
+ else
+ *sign = 0;
+
+#if defined(IEEE_Arith) + defined(VAX)
+#ifdef IEEE_Arith
+ if ((word0(&u) & Exp_mask) == Exp_mask)
+#else
+ if (word0(&u) == 0x8000)
+#endif
+ {
+ /* Infinity or NaN */
+ *decpt = 9999;
+#ifdef IEEE_Arith
+ if (!word1(&u) && !(word0(&u) & 0xfffff))
+ return nrv_alloc("Infinity", buf, blen, rve, 8 MTb);
+#endif
+ return nrv_alloc("NaN", buf, blen, rve, 3 MTb);
+ }
+#endif
+#ifdef IBM
+ dval(&u) += 0; /* normalize */
+#endif
+ if (!dval(&u)) {
+ *decpt = 1;
+ return nrv_alloc("0", buf, blen, rve, 1 MTb);
+ }
+
+#ifdef SET_INEXACT
+#ifndef USE_BF96
+ try_quick =
+#endif
+ oldinexact = get_inexact();
+ inexact = 1;
+#endif
+#ifdef Honor_FLT_ROUNDS
+ if (Rounding >= 2) {
+ if (*sign)
+ Rounding = Rounding == 2 ? 0 : 2;
+ else
+ if (Rounding != 2)
+ Rounding = 0;
+ }
+#endif
+#ifdef USE_BF96 /*{{*/
+ dbits = (u.LL & 0xfffffffffffffull) << 11; /* fraction bits */
+ if ((be = u.LL >> 52)) /* biased exponent; nonzero ==> normal */ {
+ dbits |= 0x8000000000000000ull;
+ denorm = ulpadj = 0;
+ }
+ else {
+ denorm = 1;
+ ulpadj = be + 1;
+ dbits <<= 1;
+ if (!(dbits & 0xffffffff00000000ull)) {
+ dbits <<= 32;
+ be -= 32;
+ }
+ if (!(dbits & 0xffff000000000000ull)) {
+ dbits <<= 16;
+ be -= 16;
+ }
+ if (!(dbits & 0xff00000000000000ull)) {
+ dbits <<= 8;
+ be -= 8;
+ }
+ if (!(dbits & 0xf000000000000000ull)) {
+ dbits <<= 4;
+ be -= 4;
+ }
+ if (!(dbits & 0xc000000000000000ull)) {
+ dbits <<= 2;
+ be -= 2;
+ }
+ if (!(dbits & 0x8000000000000000ull)) {
+ dbits <<= 1;
+ be -= 1;
+ }
+ assert(be >= -51);
+ ulpadj -= be;
+ }
+ j = Lhint[be + 51];
+ p10 = &pten[j];
+ dbhi = dbits >> 32;
+ dblo = dbits & 0xffffffffull;
+ i = be - 0x3fe;
+ if (i < p10->e
+ || (i == p10->e && (dbhi < p10->b0 || (dbhi == p10->b0 && dblo < p10->b1))))
+ --j;
+ k = j - 342;
+
+ /* now 10^k <= dd < 10^(k+1) */
+
+#else /*}{*/
+
+ b = d2b(&u, &be, &bbits MTb);
+#ifdef Sudden_Underflow
+ i = (int)(word0(&u) >> Exp_shift1 & (Exp_mask>>Exp_shift1));
+#else
+ if ((i = (int)(word0(&u) >> Exp_shift1 & (Exp_mask>>Exp_shift1)))) {
+#endif
+ dval(&d2) = dval(&u);
+ word0(&d2) &= Frac_mask1;
+ word0(&d2) |= Exp_11;
+#ifdef IBM
+ if (j = 11 - hi0bits(word0(&d2) & Frac_mask))
+ dval(&d2) /= 1 << j;
+#endif
+
+ /* log(x) ~=~ log(1.5) + (x-1.5)/1.5
+ * log10(x) = log(x) / log(10)
+ * ~=~ log(1.5)/log(10) + (x-1.5)/(1.5*log(10))
+ * log10(d) = (i-Bias)*log(2)/log(10) + log10(d2)
+ *
+ * This suggests computing an approximation k to log10(d) by
+ *
+ * k = (i - Bias)*0.301029995663981
+ * + ( (d2-1.5)*0.289529654602168 + 0.176091259055681 );
+ *
+ * We want k to be too large rather than too small.
+ * The error in the first-order Taylor series approximation
+ * is in our favor, so we just round up the constant enough
+ * to compensate for any error in the multiplication of
+ * (i - Bias) by 0.301029995663981; since |i - Bias| <= 1077,
+ * and 1077 * 0.30103 * 2^-52 ~=~ 7.2e-14,
+ * adding 1e-13 to the constant term more than suffices.
+ * Hence we adjust the constant term to 0.1760912590558.
+ * (We could get a more accurate k by invoking log10,
+ * but this is probably not worthwhile.)
+ */
+
+ i -= Bias;
+#ifdef IBM
+ i <<= 2;
+ i += j;
+#endif
+#ifndef Sudden_Underflow
+ denorm = 0;
+ }
+ else {
+ /* d is denormalized */
+
+ i = bbits + be + (Bias + (P-1) - 1);
+ x = i > 32 ? word0(&u) << (64 - i) | word1(&u) >> (i - 32)
+ : word1(&u) << (32 - i);
+ dval(&d2) = x;
+ word0(&d2) -= 31*Exp_msk1; /* adjust exponent */
+ i -= (Bias + (P-1) - 1) + 1;
+ denorm = 1;
+ }
+#endif
+ ds = (dval(&d2)-1.5)*0.289529654602168 + 0.1760912590558 + i*0.301029995663981;
+ k = (int)ds;
+ if (ds < 0. && ds != k)
+ k--; /* want k = floor(ds) */
+ k_check = 1;
+ if (k >= 0 && k <= Ten_pmax) {
+ if (dval(&u) < tens[k])
+ k--;
+ k_check = 0;
+ }
+ j = bbits - i - 1;
+ if (j >= 0) {
+ b2 = 0;
+ s2 = j;
+ }
+ else {
+ b2 = -j;
+ s2 = 0;
+ }
+ if (k >= 0) {
+ b5 = 0;
+ s5 = k;
+ s2 += k;
+ }
+ else {
+ b2 -= k;
+ b5 = -k;
+ s5 = 0;
+ }
+#endif /*}}*/
+ if (mode < 0 || mode > 9)
+ mode = 0;
+
+#ifndef USE_BF96
+#ifndef SET_INEXACT
+#ifdef Check_FLT_ROUNDS
+ try_quick = Rounding == 1;
+#endif
+#endif /*SET_INEXACT*/
+#endif
+
+ if (mode > 5) {
+ mode -= 4;
+#ifndef USE_BF96
+ try_quick = 0;
+#endif
+ }
+ leftright = 1;
+ ilim = ilim1 = -1; /* Values for cases 0 and 1; done here to */
+ /* silence erroneous "gcc -Wall" warning. */
+ switch(mode) {
+ case 0:
+ case 1:
+ i = 18;
+ ndigits = 0;
+ break;
+ case 2:
+ leftright = 0;
+ /* no break */
+ case 4:
+ if (ndigits <= 0)
+ ndigits = 1;
+ ilim = ilim1 = i = ndigits;
+ break;
+ case 3:
+ leftright = 0;
+ /* no break */
+ case 5:
+ i = ndigits + k + 1;
+ ilim = i;
+ ilim1 = i - 1;
+ if (i <= 0)
+ i = 1;
+ }
+ if (!buf) {
+ buf = rv_alloc(i MTb);
+ blen = sizeof(Bigint) + ((1 << ((int*)buf)[-1]) - 1)*sizeof(ULong) - sizeof(int);
+ }
+ else if (blen <= i) {
+ buf = 0;
+ if (rve)
+ *rve = buf + i;
+ return buf;
+ }
+ s = buf;
+
+ /* Check for special case that d is a normalized power of 2. */
+
+ spec_case = 0;
+ if (mode < 2 || (leftright
+#ifdef Honor_FLT_ROUNDS
+ && Rounding == 1
+#endif
+ )) {
+ if (!word1(&u) && !(word0(&u) & Bndry_mask)
+#ifndef Sudden_Underflow
+ && word0(&u) & (Exp_mask & ~Exp_msk1)
+#endif
+ ) {
+ /* The special case */
+ spec_case = 1;
+ }
+ }
+
+#ifdef USE_BF96 /*{*/
+ b = 0;
+ if (ilim < 0 && (mode == 3 || mode == 5)) {
+ S = mhi = 0;
+ goto no_digits;
+ }
+ i = 1;
+ j = 52 + 0x3ff - be;
+ ulpshift = 0;
+ ulplo = 0;
+ /* Can we do an exact computation with 64-bit integer arithmetic? */
+ if (k < 0) {
+ if (k < -25)
+ goto toobig;
+ res = dbits >> 11;
+ n2 = pfivebits[k1 = -(k + 1)] + 53;
+ j1 = j;
+ if (n2 > 61) {
+ ulpshift = n2 - 61;
+ if (res & (ulpmask = (1ull << ulpshift) - 1))
+ goto toobig;
+ j -= ulpshift;
+ res >>= ulpshift;
+ }
+ /* Yes. */
+ res *= ulp = pfive[k1];
+ if (ulpshift) {
+ ulplo = ulp;
+ ulp >>= ulpshift;
+ }
+ j += k;
+ if (ilim == 0) {
+ S = mhi = 0;
+ if (res > (5ull << j))
+ goto one_digit;
+ goto no_digits;
+ }
+ goto no_div;
+ }
+ if (ilim == 0 && j + k >= 0) {
+ S = mhi = 0;
+ if ((dbits >> 11) > (pfive[k-1] << j))
+ goto one_digit;
+ goto no_digits;
+ }
+ if (k <= dtoa_divmax && j + k >= 0) {
+ /* Another "yes" case -- we will use exact integer arithmetic. */
+ use_exact:
+ Debug(++dtoa_stats[3]);
+ res = dbits >> 11; /* residual */
+ ulp = 1;
+ if (k <= 0)
+ goto no_div;
+ j1 = j + k + 1;
+ den = pfive[k-i] << (j1 - i);
+ for(;;) {
+ dig = res / den;
+ *s++ = '0' + dig;
+ if (!(res -= dig*den)) {
+#ifdef SET_INEXACT
+ inexact = 0;
+ oldinexact = 1;
+#endif
+ goto retc;
+ }
+ if (ilim < 0) {
+ ures = den - res;
+ if (2*res <= ulp
+ && (spec_case ? 4*res <= ulp : (2*res < ulp || dig & 1)))
+ goto ulp_reached;
+ if (2*ures < ulp)
+ goto Roundup;
+ }
+ else if (i == ilim) {
+ switch(Rounding) {
+ case 0: goto retc;
+ case 2: goto Roundup;
+ }
+ ures = 2*res;
+ if (ures > den
+ || (ures == den && dig & 1)
+ || (spec_case && res <= ulp && 2*res >= ulp))
+ goto Roundup;
+ goto retc;
+ }
+ if (j1 < ++i) {
+ res *= 10;
+ ulp *= 10;
+ }
+ else {
+ if (i > k)
+ break;
+ den = pfive[k-i] << (j1 - i);
+ }
+ }
+ no_div:
+ for(;;) {
+ dig = den = res >> j;
+ *s++ = '0' + dig;
+ if (!(res -= den << j)) {
+#ifdef SET_INEXACT
+ inexact = 0;
+ oldinexact = 1;
+#endif
+ goto retc;
+ }
+ if (ilim < 0) {
+ ures = (1ull << j) - res;
+ if (2*res <= ulp
+ && (spec_case ? 4*res <= ulp : (2*res < ulp || dig & 1))) {
+ ulp_reached:
+ if (ures < res
+ || (ures == res && dig & 1))
+ goto Roundup;
+ goto retc;
+ }
+ if (2*ures < ulp)
+ goto Roundup;
+ }
+ --j;
+ if (i == ilim) {
+#ifdef Honor_FLT_ROUNDS
+ switch(Rounding) {
+ case 0: goto retc;
+ case 2: goto Roundup;
+ }
+#endif
+ hb = 1ull << j;
+ if (res & hb && (dig & 1 || res & (hb-1)))
+ goto Roundup;
+ if (spec_case && res <= ulp && 2*res >= ulp) {
+ Roundup:
+ while(*--s == '9')
+ if (s == buf) {
+ ++k;
+ *s++ = '1';
+ goto ret1;
+ }
+ ++*s++;
+ goto ret1;
+ }
+ goto retc;
+ }
+ ++i;
+ res *= 5;
+ if (ulpshift) {
+ ulplo = 5*(ulplo & ulpmask);
+ ulp = 5*ulp + (ulplo >> ulpshift);
+ }
+ else
+ ulp *= 5;
+ }
+ }
+ toobig:
+ if (ilim > 28)
+ goto Fast_failed1;
+ /* Scale by 10^-k */
+ p10 = &pten[342-k];
+ tv0 = p10->b2 * dblo; /* rarely matters, but does, e.g., for 9.862818194192001e18 */
+ tv1 = p10->b1 * dblo + (tv0 >> 32);
+ tv2 = p10->b2 * dbhi + (tv1 & 0xffffffffull);
+ tv3 = p10->b0 * dblo + (tv1>>32) + (tv2>>32);
+ res3 = p10->b1 * dbhi + (tv3 & 0xffffffffull);
+ res = p10->b0 * dbhi + (tv3>>32) + (res3>>32);
+ be += p10->e - 0x3fe;
+ eulp = j1 = be - 54 + ulpadj;
+ if (!(res & 0x8000000000000000ull)) {
+ --be;
+ res3 <<= 1;
+ res = (res << 1) | ((res3 & 0x100000000ull) >> 32);
+ }
+ res0 = res; /* save for Fast_failed */
+#if !defined(SET_INEXACT) && !defined(NO_DTOA_64) /*{*/
+ if (ilim > 19)
+ goto Fast_failed;
+ Debug(++dtoa_stats[4]);
+ assert(be >= 0 && be <= 4); /* be = 0 is rare, but possible, e.g., for 1e20 */
+ res >>= 4 - be;
+ ulp = p10->b0; /* ulp */
+ ulp = (ulp << 29) | (p10->b1 >> 3);
+ /* scaled ulp = ulp * 2^(eulp - 60) */
+ /* We maintain 61 bits of the scaled ulp. */
+ if (ilim == 0) {
+ if (!(res & 0x7fffffffffffffeull)
+ || !((~res) & 0x7fffffffffffffeull))
+ goto Fast_failed1;
+ S = mhi = 0;
+ if (res >= 0x5000000000000000ull)
+ goto one_digit;
+ goto no_digits;
+ }
+ rb = 1; /* upper bound on rounding error */
+ for(;;++i) {
+ dig = res >> 60;
+ *s++ = '0' + dig;
+ res &= 0xfffffffffffffffull;
+ if (ilim < 0) {
+ ures = 0x1000000000000000ull - res;
+ if (eulp > 0) {
+ assert(eulp <= 4);
+ sulp = ulp << (eulp - 1);
+ if (res <= ures) {
+ if (res + rb > ures - rb)
+ goto Fast_failed;
+ if (res < sulp)
+ goto retc;
+ }
+ else {
+ if (res - rb <= ures + rb)
+ goto Fast_failed;
+ if (ures < sulp)
+ goto Roundup;
+ }
+ }
+ else {
+ zb = -(1ull << (eulp + 63));
+ if (!(zb & res)) {
+ sres = res << (1 - eulp);
+ if (sres < ulp && (!spec_case || 2*sres < ulp)) {
+ if ((res+rb) << (1 - eulp) >= ulp)
+ goto Fast_failed;
+ if (ures < res) {
+ if (ures + rb >= res - rb)
+ goto Fast_failed;
+ goto Roundup;
+ }
+ if (ures - rb < res + rb)
+ goto Fast_failed;
+ goto retc;
+ }
+ }
+ if (!(zb & ures) && ures << -eulp < ulp) {
+ if (ures << (1 - eulp) < ulp)
+ goto Roundup;
+ goto Fast_failed;
+ }
+ }
+ }
+ else if (i == ilim) {
+ ures = 0x1000000000000000ull - res;
+ if (ures < res) {
+ if (ures <= rb || res - rb <= ures + rb) {
+ if (j + k >= 0 && k >= 0 && k <= 27)
+ goto use_exact1;
+ goto Fast_failed;
+ }
+#ifdef Honor_FLT_ROUNDS
+ if (Rounding == 0)
+ goto retc;
+#endif
+ goto Roundup;
+ }
+ if (res <= rb || ures - rb <= res + rb) {
+ if (j + k >= 0 && k >= 0 && k <= 27) {
+ use_exact1:
+ s = buf;
+ i = 1;
+ goto use_exact;
+ }
+ goto Fast_failed;
+ }
+#ifdef Honor_FLT_ROUNDS
+ if (Rounding == 2)
+ goto Roundup;
+#endif
+ goto retc;
+ }
+ rb *= 10;
+ if (rb >= 0x1000000000000000ull)
+ goto Fast_failed;
+ res *= 10;
+ ulp *= 5;
+ if (ulp & 0x8000000000000000ull) {
+ eulp += 4;
+ ulp >>= 3;
+ }
+ else {
+ eulp += 3;
+ ulp >>= 2;
+ }
+ }
+#endif /*}*/
+#ifndef NO_BF96
+ Fast_failed:
+#endif
+ Debug(++dtoa_stats[5]);
+ s = buf;
+ i = 4 - be;
+ res = res0 >> i;
+ reslo = 0xffffffffull & res3;
+ if (i)
+ reslo = (res0 << (64 - i)) >> 32 | (reslo >> i);
+ rb = 0;
+ rblo = 4; /* roundoff bound */
+ ulp = p10->b0; /* ulp */
+ ulp = (ulp << 29) | (p10->b1 >> 3);
+ eulp = j1;
+ for(i = 1;;++i) {
+ dig = res >> 60;
+ *s++ = '0' + dig;
+ res &= 0xfffffffffffffffull;
+#ifdef SET_INEXACT
+ if (!res && !reslo) {
+ if (!(res3 & 0xffffffffull)) {
+ inexact = 0;
+ oldinexact = 1;
+ }
+ goto retc;
+ }
+#endif
+ if (ilim < 0) {
+ ures = 0x1000000000000000ull - res;
+ ureslo = 0;
+ if (reslo) {
+ ureslo = 0x100000000ull - reslo;
+ --ures;
+ }
+ if (eulp > 0) {
+ assert(eulp <= 4);
+ sulp = (ulp << (eulp - 1)) - rb;
+ if (res <= ures) {
+ if (res < sulp) {
+ if (res+rb < ures-rb)
+ goto retc;
+ }
+ }
+ else if (ures < sulp) {
+ if (res-rb > ures+rb)
+ goto Roundup;
+ }
+ goto Fast_failed1;
+ }
+ else {
+ zb = -(1ull << (eulp + 60));
+ if (!(zb & (res + rb))) {
+ sres = (res - rb) << (1 - eulp);
+ if (sres < ulp && (!spec_case || 2*sres < ulp)) {
+ sres = res << (1 - eulp);
+ if ((j = eulp + 31) > 0)
+ sres += (rblo + reslo) >> j;
+ else
+ sres += (rblo + reslo) << -j;
+ if (sres + (rb << (1 - eulp)) >= ulp)
+ goto Fast_failed1;
+ if (sres >= ulp)
+ goto more96;
+ if (ures < res
+ || (ures == res && ureslo < reslo)) {
+ if (ures + rb >= res - rb)
+ goto Fast_failed1;
+ goto Roundup;
+ }
+ if (ures - rb <= res + rb)
+ goto Fast_failed1;
+ goto retc;
+ }
+ }
+ if (!(zb & ures) && (ures-rb) << (1 - eulp) < ulp) {
+ if ((ures + rb) << (1 - eulp) < ulp)
+ goto Roundup;
+ goto Fast_failed1;
+ }
+ }
+ }
+ else if (i == ilim) {
+ ures = 0x1000000000000000ull - res;
+ sres = ureslo = 0;
+ if (reslo) {
+ ureslo = 0x100000000ull - reslo;
+ --ures;
+ sres = (reslo + rblo) >> 31;
+ }
+ sres += 2*rb;
+ if (ures <= res) {
+ if (ures <=sres || res - ures <= sres)
+ goto Fast_failed1;
+#ifdef Honor_FLT_ROUNDS
+ if (Rounding == 0)
+ goto retc;
+#endif
+ goto Roundup;
+ }
+ if (res <= sres || ures - res <= sres)
+ goto Fast_failed1;
+#ifdef Honor_FLT_ROUNDS
+ if (Rounding == 2)
+ goto Roundup;
+#endif
+ goto retc;
+ }
+ more96:
+ rblo *= 10;
+ rb = 10*rb + (rblo >> 32);
+ rblo &= 0xffffffffull;
+ if (rb >= 0x1000000000000000ull)
+ goto Fast_failed1;
+ reslo *= 10;
+ res = 10*res + (reslo >> 32);
+ reslo &= 0xffffffffull;
+ ulp *= 5;
+ if (ulp & 0x8000000000000000ull) {
+ eulp += 4;
+ ulp >>= 3;
+ }
+ else {
+ eulp += 3;
+ ulp >>= 2;
+ }
+ }
+ Fast_failed1:
+ Debug(++dtoa_stats[6]);
+ S = mhi = mlo = 0;
+#ifdef USE_BF96
+ b = d2b(&u, &be, &bbits MTb);
+#endif
+ s = buf;
+ i = (int)(word0(&u) >> Exp_shift1 & (Exp_mask>>Exp_shift1));
+ i -= Bias;
+ if (ulpadj)
+ i -= ulpadj - 1;
+ j = bbits - i - 1;
+ if (j >= 0) {
+ b2 = 0;
+ s2 = j;
+ }
+ else {
+ b2 = -j;
+ s2 = 0;
+ }
+ if (k >= 0) {
+ b5 = 0;
+ s5 = k;
+ s2 += k;
+ }
+ else {
+ b2 -= k;
+ b5 = -k;
+ s5 = 0;
+ }
+#endif /*}*/
+
+#ifdef Honor_FLT_ROUNDS
+ if (mode > 1 && Rounding != 1)
+ leftright = 0;
+#endif
+
+#ifndef USE_BF96 /*{*/
+ if (ilim >= 0 && ilim <= Quick_max && try_quick) {
+
+ /* Try to get by with floating-point arithmetic. */
+
+ i = 0;
+ dval(&d2) = dval(&u);
+ j1 = -(k0 = k);
+ ilim0 = ilim;
+ ieps = 2; /* conservative */
+ if (k > 0) {
+ ds = tens[k&0xf];
+ j = k >> 4;
+ if (j & Bletch) {
+ /* prevent overflows */
+ j &= Bletch - 1;
+ dval(&u) /= bigtens[n_bigtens-1];
+ ieps++;
+ }
+ for(; j; j >>= 1, i++)
+ if (j & 1) {
+ ieps++;
+ ds *= bigtens[i];
+ }
+ dval(&u) /= ds;
+ }
+ else if (j1 > 0) {
+ dval(&u) *= tens[j1 & 0xf];
+ for(j = j1 >> 4; j; j >>= 1, i++)
+ if (j & 1) {
+ ieps++;
+ dval(&u) *= bigtens[i];
+ }
+ }
+ if (k_check && dval(&u) < 1. && ilim > 0) {
+ if (ilim1 <= 0)
+ goto fast_failed;
+ ilim = ilim1;
+ k--;
+ dval(&u) *= 10.;
+ ieps++;
+ }
+ dval(&eps) = ieps*dval(&u) + 7.;
+ word0(&eps) -= (P-1)*Exp_msk1;
+ if (ilim == 0) {
+ S = mhi = 0;
+ dval(&u) -= 5.;
+ if (dval(&u) > dval(&eps))
+ goto one_digit;
+ if (dval(&u) < -dval(&eps))
+ goto no_digits;
+ goto fast_failed;
+ }
+#ifndef No_leftright
+ if (leftright) {
+ /* Use Steele & White method of only
+ * generating digits needed.
+ */
+ dval(&eps) = 0.5/tens[ilim-1] - dval(&eps);
+#ifdef IEEE_Arith
+ if (j1 >= 307) {
+ eps1.d = 1.01e256; /* 1.01 allows roundoff in the next few lines */
+ word0(&eps1) -= Exp_msk1 * (Bias+P-1);
+ dval(&eps1) *= tens[j1 & 0xf];
+ for(i = 0, j = (j1-256) >> 4; j; j >>= 1, i++)
+ if (j & 1)
+ dval(&eps1) *= bigtens[i];
+ if (eps.d < eps1.d)
+ eps.d = eps1.d;
+ if (10. - u.d < 10.*eps.d && eps.d < 1.) {
+ /* eps.d < 1. excludes trouble with the tiniest denormal */
+ *s++ = '1';
+ ++k;
+ goto ret1;
+ }
+ }
+#endif
+ for(i = 0;;) {
+ L = dval(&u);
+ dval(&u) -= L;
+ *s++ = '0' + (int)L;
+ if (1. - dval(&u) < dval(&eps))
+ goto bump_up;
+ if (dval(&u) < dval(&eps))
+ goto retc;
+ if (++i >= ilim)
+ break;
+ dval(&eps) *= 10.;
+ dval(&u) *= 10.;
+ }
+ }
+ else {
+#endif
+ /* Generate ilim digits, then fix them up. */
+ dval(&eps) *= tens[ilim-1];
+ for(i = 1;; i++, dval(&u) *= 10.) {
+ L = (Long)(dval(&u));
+ if (!(dval(&u) -= L))
+ ilim = i;
+ *s++ = '0' + (int)L;
+ if (i == ilim) {
+ if (dval(&u) > 0.5 + dval(&eps))
+ goto bump_up;
+ else if (dval(&u) < 0.5 - dval(&eps))
+ goto retc;
+ break;
+ }
+ }
+#ifndef No_leftright
+ }
+#endif
+ fast_failed:
+ s = buf;
+ dval(&u) = dval(&d2);
+ k = k0;
+ ilim = ilim0;
+ }
+
+ /* Do we have a "small" integer? */
+
+ if (be >= 0 && k <= Int_max) {
+ /* Yes. */
+ ds = tens[k];
+ if (ndigits < 0 && ilim <= 0) {
+ S = mhi = 0;
+ if (ilim < 0 || dval(&u) <= 5*ds)
+ goto no_digits;
+ goto one_digit;
+ }
+ for(i = 1;; i++, dval(&u) *= 10.) {
+ L = (Long)(dval(&u) / ds);
+ dval(&u) -= L*ds;
+#ifdef Check_FLT_ROUNDS
+ /* If FLT_ROUNDS == 2, L will usually be high by 1 */
+ if (dval(&u) < 0) {
+ L--;
+ dval(&u) += ds;
+ }
+#endif
+ *s++ = '0' + (int)L;
+ if (!dval(&u)) {
+#ifdef SET_INEXACT
+ inexact = 0;
+#endif
+ break;
+ }
+ if (i == ilim) {
+#ifdef Honor_FLT_ROUNDS
+ if (mode > 1)
+ switch(Rounding) {
+ case 0: goto retc;
+ case 2: goto bump_up;
+ }
+#endif
+ dval(&u) += dval(&u);
+#ifdef ROUND_BIASED
+ if (dval(&u) >= ds)
+#else
+ if (dval(&u) > ds || (dval(&u) == ds && L & 1))
+#endif
+ {
+ bump_up:
+ while(*--s == '9')
+ if (s == buf) {
+ k++;
+ *s = '0';
+ break;
+ }
+ ++*s++;
+ }
+ break;
+ }
+ }
+ goto retc;
+ }
+
+#endif /*}*/
+ m2 = b2;
+ m5 = b5;
+ mhi = mlo = 0;
+ if (leftright) {
+ i =
+#ifndef Sudden_Underflow
+ denorm ? be + (Bias + (P-1) - 1 + 1) :
+#endif
+#ifdef IBM
+ 1 + 4*P - 3 - bbits + ((bbits + be - 1) & 3);
+#else
+ 1 + P - bbits;
+#endif
+ b2 += i;
+ s2 += i;
+ mhi = i2b(1 MTb);
+ }
+ if (m2 > 0 && s2 > 0) {
+ i = m2 < s2 ? m2 : s2;
+ b2 -= i;
+ m2 -= i;
+ s2 -= i;
+ }
+ if (b5 > 0) {
+ if (leftright) {
+ if (m5 > 0) {
+ mhi = pow5mult(mhi, m5 MTb);
+ b1 = mult(mhi, b MTb);
+ Bfree(b MTb);
+ b = b1;
+ }
+ if ((j = b5 - m5))
+ b = pow5mult(b, j MTb);
+ }
+ else
+ b = pow5mult(b, b5 MTb);
+ }
+ S = i2b(1 MTb);
+ if (s5 > 0)
+ S = pow5mult(S, s5 MTb);
+
+ if (spec_case) {
+ b2 += Log2P;
+ s2 += Log2P;
+ }
+
+ /* Arrange for convenient computation of quotients:
+ * shift left if necessary so divisor has 4 leading 0 bits.
+ *
+ * Perhaps we should just compute leading 28 bits of S once
+ * and for all and pass them and a shift to quorem, so it
+ * can do shifts and ors to compute the numerator for q.
+ */
+ i = dshift(S, s2);
+ b2 += i;
+ m2 += i;
+ s2 += i;
+ if (b2 > 0)
+ b = lshift(b, b2 MTb);
+ if (s2 > 0)
+ S = lshift(S, s2 MTb);
+#ifndef USE_BF96
+ if (k_check) {
+ if (cmp(b,S) < 0) {
+ k--;
+ b = multadd(b, 10, 0 MTb); /* we botched the k estimate */
+ if (leftright)
+ mhi = multadd(mhi, 10, 0 MTb);
+ ilim = ilim1;
+ }
+ }
+#endif
+ if (ilim <= 0 && (mode == 3 || mode == 5)) {
+ if (ilim < 0 || cmp(b,S = multadd(S,5,0 MTb)) <= 0) {
+ /* no digits, fcvt style */
+ no_digits:
+ k = -1 - ndigits;
+ goto ret;
+ }
+ one_digit:
+ *s++ = '1';
+ ++k;
+ goto ret;
+ }
+ if (leftright) {
+ if (m2 > 0)
+ mhi = lshift(mhi, m2 MTb);
+
+ /* Compute mlo -- check for special case
+ * that d is a normalized power of 2.
+ */
+
+ mlo = mhi;
+ if (spec_case) {
+ mhi = Balloc(mhi->k MTb);
+ Bcopy(mhi, mlo);
+ mhi = lshift(mhi, Log2P MTb);
+ }
+
+ for(i = 1;;i++) {
+ dig = quorem(b,S) + '0';
+ /* Do we yet have the shortest decimal string
+ * that will round to d?
+ */
+ j = cmp(b, mlo);
+ delta = diff(S, mhi MTb);
+ j1 = delta->sign ? 1 : cmp(b, delta);
+ Bfree(delta MTb);
+#ifndef ROUND_BIASED
+ if (j1 == 0 && mode != 1 && !(word1(&u) & 1)
+#ifdef Honor_FLT_ROUNDS
+ && (mode <= 1 || Rounding >= 1)
+#endif
+ ) {
+ if (dig == '9')
+ goto round_9_up;
+ if (j > 0)
+ dig++;
+#ifdef SET_INEXACT
+ else if (!b->x[0] && b->wds <= 1)
+ inexact = 0;
+#endif
+ *s++ = dig;
+ goto ret;
+ }
+#endif
+ if (j < 0 || (j == 0 && mode != 1
+#ifndef ROUND_BIASED
+ && !(word1(&u) & 1)
+#endif
+ )) {
+ if (!b->x[0] && b->wds <= 1) {
+#ifdef SET_INEXACT
+ inexact = 0;
+#endif
+ goto accept_dig;
+ }
+#ifdef Honor_FLT_ROUNDS
+ if (mode > 1)
+ switch(Rounding) {
+ case 0: goto accept_dig;
+ case 2: goto keep_dig;
+ }
+#endif /*Honor_FLT_ROUNDS*/
+ if (j1 > 0) {
+ b = lshift(b, 1 MTb);
+ j1 = cmp(b, S);
+#ifdef ROUND_BIASED
+ if (j1 >= 0 /*)*/
+#else
+ if ((j1 > 0 || (j1 == 0 && dig & 1))
+#endif
+ && dig++ == '9')
+ goto round_9_up;
+ }
+ accept_dig:
+ *s++ = dig;
+ goto ret;
+ }
+ if (j1 > 0) {
+#ifdef Honor_FLT_ROUNDS
+ if (!Rounding && mode > 1)
+ goto accept_dig;
+#endif
+ if (dig == '9') { /* possible if i == 1 */
+ round_9_up:
+ *s++ = '9';
+ goto roundoff;
+ }
+ *s++ = dig + 1;
+ goto ret;
+ }
+#ifdef Honor_FLT_ROUNDS
+ keep_dig:
+#endif
+ *s++ = dig;
+ if (i == ilim)
+ break;
+ b = multadd(b, 10, 0 MTb);
+ if (mlo == mhi)
+ mlo = mhi = multadd(mhi, 10, 0 MTb);
+ else {
+ mlo = multadd(mlo, 10, 0 MTb);
+ mhi = multadd(mhi, 10, 0 MTb);
+ }
+ }
+ }
+ else
+ for(i = 1;; i++) {
+ dig = quorem(b,S) + '0';
+ *s++ = dig;
+ if (!b->x[0] && b->wds <= 1) {
+#ifdef SET_INEXACT
+ inexact = 0;
+#endif
+ goto ret;
+ }
+ if (i >= ilim)
+ break;
+ b = multadd(b, 10, 0 MTb);
+ }
+
+ /* Round off last digit */
+
+#ifdef Honor_FLT_ROUNDS
+ if (mode > 1)
+ switch(Rounding) {
+ case 0: goto ret;
+ case 2: goto roundoff;
+ }
+#endif
+ b = lshift(b, 1 MTb);
+ j = cmp(b, S);
+#ifdef ROUND_BIASED
+ if (j >= 0)
+#else
+ if (j > 0 || (j == 0 && dig & 1))
+#endif
+ {
+ roundoff:
+ while(*--s == '9')
+ if (s == buf) {
+ k++;
+ *s++ = '1';
+ goto ret;
+ }
+ ++*s++;
+ }
+ ret:
+ Bfree(S MTb);
+ if (mhi) {
+ if (mlo && mlo != mhi)
+ Bfree(mlo MTb);
+ Bfree(mhi MTb);
+ }
+ retc:
+ while(s > buf && s[-1] == '0')
+ --s;
+ ret1:
+ if (b)
+ Bfree(b MTb);
+ *s = 0;
+ *decpt = k + 1;
+ if (rve)
+ *rve = s;
+#ifdef SET_INEXACT
+ if (inexact) {
+ if (!oldinexact) {
+ word0(&u) = Exp_1 + (70 << Exp_shift);
+ word1(&u) = 0;
+ dval(&u) += 1.;
+ }
+ }
+ else if (!oldinexact)
+ clear_inexact();
+#endif
+ return buf;
+ }
+
+ static char *
+dtoa_nolocale(double dd, int mode, int ndigits, int *decpt, int *sign, char **rve)
+{
+ /* Sufficient space is allocated to the return value
+ to hold the suppressed trailing zeros.
+ See dtoa_r() above for details on the other arguments.
+ */
+#ifndef MULTIPLE_THREADS
+ if (dtoa_result)
+ freedtoa(dtoa_result);
+#endif
+ return dtoa_r(dd, mode, ndigits, decpt, sign, rve, 0, 0);
+ }
+
+#ifdef __cplusplus
+}
+#endif
diff --git a/external/dtoa/source/inc/dtoa.h b/external/dtoa/source/inc/dtoa.h
new file mode 100644
index 000000000000..036219b438a3
--- /dev/null
+++ b/external/dtoa/source/inc/dtoa.h
@@ -0,0 +1 @@
+extern "C" double strtod_nolocale(const char *s00, char **se);
diff --git a/external/meson.build b/external/meson.build
index e747a01bfa39..1e0773e7555d 100644
--- a/external/meson.build
+++ b/external/meson.build
@@ -1 +1,2 @@
subdir('clew')
+subdir('dtoa')
diff --git a/filter/meson.build b/filter/meson.build
index 2db6aaa18f1e..b451061f7eed 100644
--- a/filter/meson.build
+++ b/filter/meson.build
@@ -8,12 +8,21 @@ filterconfig_lib = shared_library('filterconfiglo',
'source/config/cache/filterfactory.cxx',
'source/config/cache/frameloaderfactory.cxx',
'source/config/cache/querytokenizer.cxx',
- 'source/config/cache/registration.cxx',
'source/config/cache/typedetection.cxx',
udk_fake_h, off_fake_h, setup_hxx, uisort_hxx,
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
include_directories: [main_inc, udkh_inc, offapi_inc, 'inc', setup_inc],
- link_with: [fwe_lib, utl_lib, tl_lib, comphelper_lib, cppuhelper_lib, cppu_lib, salhelper_lib, sal_lib, i18nlangtag_lib],
+ link_with: [
+ comphelper_lib,
+ cppuhelper_lib,
+ cppu_lib,
+ fwk_lib,
+ i18nlangtag_lib,
+ salhelper_lib,
+ sal_lib,
+ tl_lib,
+ utl_lib,
+ ],
dependencies: [],
install: true,
)
@@ -46,7 +55,6 @@ msfilter_lib = shared_library('msfilterlo',
'source/msfilter/msoleexp.cxx',
'source/msfilter/mstoolbar.cxx',
'source/msfilter/msvbahelper.cxx',
- 'source/msfilter/services.cxx',
'source/msfilter/svdfppt.cxx',
'source/msfilter/svxmsbas2.cxx',
'source/msfilter/rtfutil.cxx',
@@ -80,37 +88,8 @@ msfilter_lib = shared_library('msfilterlo',
install: true,
)
-flash_lib = shared_library('flashlo',
- 'source/flash/impswfdialog.cxx',
- 'source/flash/swfdialog.cxx',
- 'source/flash/swfexporter.cxx',
- 'source/flash/swffilter.cxx',
- 'source/flash/swfuno.cxx',
- 'source/flash/swfwriter.cxx',
- 'source/flash/swfwriter1.cxx',
- 'source/flash/swfwriter2.cxx',
- udk_fake_h, off_fake_h,
- cpp_args: ['-DLIBO_INTERNAL_ONLY'],
- include_directories: [main_inc, udkh_inc, offapi_inc, 'inc'],
- link_with: [svt_lib,
- vcl_lib,
- utl_lib,
- tl_lib,
- i18nlangtag_lib,
- comphelper_lib,
- basegfx_lib,
- cppuhelper_lib,
- cppu_lib,
- sal_lib,
- salhelper_lib,
- ],
- dependencies: [zlib_dep],
- install: true,
-)
-
graphicfilter_lib = shared_library('graphicfilterlo',
'source/graphic/GraphicExportFilter.cxx',
- 'source/graphic/Services.cxx',
udk_fake_h, off_fake_h,
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
include_directories: [main_inc, udkh_inc, offapi_inc, 'inc'],
@@ -155,7 +134,6 @@ pdffilter_lib = shared_library('pdffilterlo',
'source/pdf/pdfexport.cxx',
'source/pdf/pdffilter.cxx',
'source/pdf/pdfinteract.cxx',
- 'source/pdf/pdfuno.cxx',
udk_fake_h, off_fake_h, common_hxx,
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
include_directories: [main_inc, udkh_inc, offapi_inc, 'inc', setup_inc],
@@ -179,7 +157,6 @@ pdffilter_lib = shared_library('pdffilterlo',
)
storagefd_lib = shared_library('storagefdlo',
- 'source/storagefilterdetect/fdcomp.cxx',
'source/storagefilterdetect/filterdetect.cxx',
udk_fake_h, off_fake_h,
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
@@ -197,7 +174,6 @@ storagefd_lib = shared_library('storagefdlo',
)
t602filter_lib = shared_library('t602filterlo',
- 'source/t602/filterenv.cxx',
'source/t602/t602filter.cxx',
udk_fake_h, off_fake_h,
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
@@ -219,14 +195,16 @@ textfd_lib = shared_library('textfdlo',
udk_fake_h, off_fake_h,
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
include_directories: [main_inc, udkh_inc, offapi_inc, 'inc'],
- link_with: [comphelper_lib,
- ucbhelper_lib,
+ link_with: [
+ comphelper_lib,
cppuhelper_lib,
cppu_lib,
sal_lib,
+ sfx_lib,
+ svt_lib,
tl_lib,
+ ucbhelper_lib,
utl_lib,
- svt_lib,
],
dependencies: [],
install: true,
@@ -234,23 +212,24 @@ textfd_lib = shared_library('textfdlo',
xmlfa_lib = shared_library('xmlfalo',
'source/xmlfilteradaptor/XmlFilterAdaptor.cxx',
- 'source/xmlfilteradaptor/genericfilter.cxx',
udk_fake_h, off_fake_h,
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
include_directories: [main_inc, udkh_inc, offapi_inc, 'inc'],
- link_with: [comphelper_lib,
+ link_with: [
+ comphelper_lib,
cppuhelper_lib,
cppu_lib,
sal_lib,
+ sfx_lib,
tl_lib,
utl_lib,
+ xo_lib,
],
dependencies: [],
install: true,
)
xmlfd_lib = shared_library('xmlfdlo',
- 'source/xmlfilterdetect/fdcomp.cxx',
'source/xmlfilterdetect/filterdetect.cxx',
udk_fake_h, off_fake_h,
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
@@ -280,7 +259,8 @@ xsltdlg_lib = shared_library('xsltdlglo',
udk_fake_h, off_fake_h,
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
include_directories: [main_inc, udkh_inc, offapi_inc, 'inc'],
- link_with: [sfx_lib,
+ link_with: [
+ sfx_lib,
svt_lib,
tk_lib,
vcl_lib,
diff --git a/formula/meson.build b/formula/meson.build
index 105870263b07..19acf91d0bd0 100644
--- a/formula/meson.build
+++ b/formula/meson.build
@@ -2,7 +2,6 @@ for_lib = shared_library('forlo',
'source/core/api/FormulaCompiler.cxx',
'source/core/api/FormulaOpCodeMapperObj.cxx',
'source/core/api/grammar.cxx',
- 'source/core/api/services.cxx',
'source/core/api/token.cxx',
'source/core/api/vectortoken.cxx',
'source/core/resource/core_resource.cxx',
diff --git a/fpicker/meson.build b/fpicker/meson.build
index 5428ad9fdb87..2d06d6906202 100644
--- a/fpicker/meson.build
+++ b/fpicker/meson.build
@@ -8,7 +8,6 @@ fps_office_lib = shared_library('fps_office',
'source/office/foldertree.cxx',
'source/office/fpinteraction.cxx',
'source/office/fpsmartcontent.cxx',
- 'source/office/fps_office.cxx',
'source/office/iodlg.cxx',
'source/office/iodlgimp.cxx',
'source/office/OfficeControlAccess.cxx',
diff --git a/framework/meson.build b/framework/meson.build
index 92dc4097eec2..3ff9fa9f5f2b 100644
--- a/framework/meson.build
+++ b/framework/meson.build
@@ -1,144 +1,3 @@
-fwi_lib = shared_library('fwilo',
- 'source/fwi/classes/converter.cxx',
- 'source/fwi/classes/protocolhandlercache.cxx',
- 'source/fwi/helper/mischelper.cxx',
- 'source/fwi/helper/shareablemutex.cxx',
- 'source/fwi/jobs/configaccess.cxx',
- 'source/fwi/jobs/jobconst.cxx',
- 'source/fwi/threadhelp/transactionmanager.cxx',
- 'source/fwi/uielement/constitemcontainer.cxx',
- 'source/fwi/uielement/itemcontainer.cxx',
- 'source/fwi/uielement/rootitemcontainer.cxx',
- udk_fake_h, off_fake_h,
- cpp_args: ['-DFWI_DLLIMPLEMENTATION',
- '-DLIBO_INTERNAL_ONLY'],
- include_directories: [main_inc, udkh_inc, offapi_inc, 'source/inc', 'inc'],
- link_with: [
- comphelper_lib,
- cppu_lib,
- cppuhelper_lib,
- i18nlangtag_lib,
- sal_lib,
- salhelper_lib,
- svl_lib,
- svt_lib,
- tl_lib,
- utl_lib,
- vcl_lib,
- ],
- install: true,
-)
-
-fwe_lib = shared_library('fwelo',
- 'source/fwe/classes/actiontriggercontainer.cxx',
- 'source/fwe/classes/actiontriggerpropertyset.cxx',
- 'source/fwe/classes/actiontriggerseparatorpropertyset.cxx',
- 'source/fwe/classes/addonmenu.cxx',
- 'source/fwe/classes/addonsoptions.cxx',
- 'source/fwe/classes/framelistanalyzer.cxx',
- 'source/fwe/classes/fwkresid.cxx',
- 'source/fwe/classes/imagewrapper.cxx',
- 'source/fwe/classes/rootactiontriggercontainer.cxx',
- 'source/fwe/classes/sfxhelperfunctions.cxx',
- 'source/fwe/dispatch/interaction.cxx',
- 'source/fwe/helper/actiontriggerhelper.cxx',
- 'source/fwe/helper/configimporter.cxx',
- 'source/fwe/helper/propertysetcontainer.cxx',
- 'source/fwe/helper/titlehelper.cxx',
- 'source/fwe/helper/documentundoguard.cxx',
- 'source/fwe/helper/undomanagerhelper.cxx',
- 'source/fwe/xml/menuconfiguration.cxx',
- 'source/fwe/xml/menudocumenthandler.cxx',
- 'source/fwe/xml/saxnamespacefilter.cxx',
- 'source/fwe/xml/statusbarconfiguration.cxx',
- 'source/fwe/xml/statusbardocumenthandler.cxx',
- 'source/fwe/xml/toolboxconfiguration.cxx',
- 'source/fwe/xml/toolboxdocumenthandler.cxx',
- 'source/fwe/xml/xmlnamespaces.cxx',
- 'source/services/dispatchhelper.cxx',
- udk_fake_h, off_fake_h,
- cpp_args: ['-DFWE_DLLIMPLEMENTATION',
- '-DLIBO_INTERNAL_ONLY'],
- include_directories: [main_inc, udkh_inc, offapi_inc, 'source/inc', 'inc'],
- link_with: [
- comphelper_lib,
- cppu_lib,
- cppuhelper_lib,
- fwi_lib,
- sal_lib,
- salhelper_lib,
- svl_lib,
- svt_lib,
- tl_lib,
- utl_lib,
- vcl_lib,
- ],
- install: true,
-)
-
-fwl_lib = shared_library('fwllo',
- 'source/dispatch/mailtodispatcher.cxx',
- 'source/dispatch/oxt_handler.cxx',
- 'source/dispatch/popupmenudispatcher.cxx',
- 'source/dispatch/servicehandler.cxx',
- 'source/recording/dispatchrecorder.cxx',
- 'source/recording/dispatchrecordersupplier.cxx',
- 'source/register/registertemp.cxx',
- 'source/dispatch/dispatchdisabler.cxx',
- 'source/services/mediatypedetectionhelper.cxx',
- 'source/services/uriabbreviation.cxx',
- 'source/uielement/fontmenucontroller.cxx',
- 'source/uielement/fontsizemenucontroller.cxx',
- 'source/uielement/footermenucontroller.cxx',
- 'source/uielement/headermenucontroller.cxx',
- 'source/uielement/langselectionmenucontroller.cxx',
- 'source/uielement/macrosmenucontroller.cxx',
- 'source/uielement/newmenucontroller.cxx',
- 'source/uielement/toolbarmodemenucontroller.cxx',
- 'source/uielement/toolbarsmenucontroller.cxx',
- udk_fake_h, off_fake_h, common_hxx,
- cpp_args: ['-DFWL_DLLIMPLEMENTATION',
- '-DLIBO_INTERNAL_ONLY'],
- include_directories: [main_inc, udkh_inc, offapi_inc, 'source/inc', 'inc', setup_inc],
- link_with: [
- comphelper_lib,
- cppu_lib,
- cppuhelper_lib,
- fwe_lib,
- fwi_lib,
- i18nlangtag_lib,
- sal_lib,
- svl_lib,
- svt_lib,
- svt_lib,
- tk_lib,
- tl_lib,
- utl_lib,
- vcl_lib,
- ],
- install: true,
-)
-
-fwm_lib = shared_library('fwmlo',
- 'source/dispatch/systemexec.cxx',
- 'source/jobs/helponstartup.cxx',
- 'source/jobs/shelljob.cxx',
- 'source/register/register3rdcomponents.cxx',
- udk_fake_h, off_fake_h, common_hxx,
- cpp_args: ['-DFWM_DLLIMPLEMENTATION',
- '-DLIBO_INTERNAL_ONLY'],
- include_directories: [main_inc, udkh_inc, offapi_inc, 'source/inc', 'inc', setup_inc],
- link_with: [
- comphelper_lib,
- fwi_lib,
- cppuhelper_lib,
- cppu_lib,
- vcl_lib,
- sal_lib,
- ],
- install: true,
-)
-
fwk_lib = shared_library('fwklo',
'source/accelerators/acceleratorcache.cxx',
'source/accelerators/acceleratorconfiguration.cxx',
@@ -205,7 +64,6 @@ fwk_lib = shared_library('fwklo',
'source/uiconfiguration/uicategorydescription.cxx',
'source/uiconfiguration/uiconfigurationmanager.cxx',
'source/uiconfiguration/windowstateconfiguration.cxx',
- 'source/uielement/addonstoolbarmanager.cxx',
'source/uielement/addonstoolbarwrapper.cxx',
'source/uielement/buttontoolbarcontroller.cxx',
'source/uielement/comboboxtoolbarcontroller.cxx',
@@ -254,6 +112,62 @@ fwk_lib = shared_library('fwklo',
'source/xml/acceleratorconfigurationwriter.cxx',
'source/xml/imagesconfiguration.cxx',
'source/xml/imagesdocumenthandler.cxx',
+ 'source/dispatch/systemexec.cxx',
+ 'source/jobs/helponstartup.cxx',
+ 'source/jobs/shelljob.cxx',
+ 'source/dispatch/mailtodispatcher.cxx',
+ 'source/dispatch/oxt_handler.cxx',
+ 'source/dispatch/popupmenudispatcher.cxx',
+ 'source/dispatch/servicehandler.cxx',
+ 'source/recording/dispatchrecorder.cxx',
+ 'source/recording/dispatchrecordersupplier.cxx',
+ 'source/dispatch/dispatchdisabler.cxx',
+ 'source/services/mediatypedetectionhelper.cxx',
+ 'source/services/uriabbreviation.cxx',
+ 'source/uielement/fontmenucontroller.cxx',
+ 'source/uielement/fontsizemenucontroller.cxx',
+ 'source/uielement/footermenucontroller.cxx',
+ 'source/uielement/headermenucontroller.cxx',
+ 'source/uielement/langselectionmenucontroller.cxx',
+ 'source/uielement/macrosmenucontroller.cxx',
+ 'source/uielement/newmenucontroller.cxx',
+ 'source/uielement/toolbarmodemenucontroller.cxx',
+ 'source/uielement/toolbarsmenucontroller.cxx',
+ 'source/fwi/classes/converter.cxx',
+ 'source/fwi/classes/protocolhandlercache.cxx',
+ 'source/fwi/helper/mischelper.cxx',
+ 'source/fwi/helper/shareablemutex.cxx',
+ 'source/fwi/jobs/configaccess.cxx',
+ 'source/fwi/threadhelp/transactionmanager.cxx',
+ 'source/fwi/uielement/constitemcontainer.cxx',
+ 'source/fwi/uielement/itemcontainer.cxx',
+ 'source/fwi/uielement/rootitemcontainer.cxx',
+ 'source/fwe/classes/actiontriggercontainer.cxx',
+ 'source/fwe/classes/actiontriggerpropertyset.cxx',
+ 'source/fwe/classes/actiontriggerseparatorpropertyset.cxx',
+ 'source/fwe/classes/addonmenu.cxx',
+ 'source/fwe/classes/addonsoptions.cxx',
+ 'source/fwe/classes/framelistanalyzer.cxx',
+ 'source/fwe/classes/fwkresid.cxx',
+ 'source/fwe/classes/imagewrapper.cxx',
+ 'source/fwe/classes/rootactiontriggercontainer.cxx',
+ 'source/fwe/classes/sfxhelperfunctions.cxx',
+ 'source/fwe/dispatch/interaction.cxx',
+ 'source/fwe/helper/actiontriggerhelper.cxx',
+ 'source/fwe/helper/configimporter.cxx',
+ 'source/fwe/helper/propertysetcontainer.cxx',
+ 'source/fwe/helper/titlehelper.cxx',
+ 'source/fwe/helper/documentundoguard.cxx',
+ 'source/fwe/helper/undomanagerhelper.cxx',
+ 'source/fwe/xml/menuconfiguration.cxx',
+ 'source/fwe/xml/menudocumenthandler.cxx',
+ 'source/fwe/xml/saxnamespacefilter.cxx',
+ 'source/fwe/xml/statusbarconfiguration.cxx',
+ 'source/fwe/xml/statusbardocumenthandler.cxx',
+ 'source/fwe/xml/toolboxconfiguration.cxx',
+ 'source/fwe/xml/toolboxdocumenthandler.cxx',
+ 'source/fwe/xml/xmlnamespaces.cxx',
+ 'source/services/dispatchhelper.cxx',
udk_fake_h, off_fake_h, common_hxx, paths_hxx,
cpp_args: ['-DFWK_DLLIMPLEMENTATION',
'-DLIBO_INTERNAL_ONLY'],
@@ -262,8 +176,6 @@ fwk_lib = shared_library('fwklo',
comphelper_lib,
cppu_lib,
cppuhelper_lib,
- fwe_lib,
- fwi_lib,
i18nlangtag_lib,
sal_lib,
salhelper_lib,
diff --git a/i18npool/meson.build b/i18npool/meson.build
index 0ff1f4e9dbff..bfcf0a474b25 100644
--- a/i18npool/meson.build
+++ b/i18npool/meson.build
@@ -25,9 +25,7 @@ g = generator(breakgen,
output: '@BASENAME@_brk.c',
arguments: ['@INPUT@', '@OUTPUT@'])
-break_sources = g.process('source/breakiterator/data/char.txt',
- 'source/breakiterator/data/char_in.txt',
- 'source/breakiterator/data/count_word.txt',
+break_sources = g.process('source/breakiterator/data/count_word.txt',
'source/breakiterator/data/dict_word.txt',
'source/breakiterator/data/dict_word_he.txt',
'source/breakiterator/data/dict_word_hu.txt',
diff --git a/i18npool/oogen.py b/i18npool/oogen.py
index fd16fc4b519c..107212fa81bd 100755
--- a/i18npool/oogen.py
+++ b/i18npool/oogen.py
@@ -12,9 +12,7 @@ rsp_name = os.path.join(priv_dir, dattmp_name)
if not os.path.isdir(priv_dir):
os.mkdir(priv_dir)
-open(dattmp_name, 'w').write('''char_in.brk
-char.brk
-count_word.brk
+open(dattmp_name, 'w').write('''count_word.brk
dict_word_he.brk
dict_word_hu.brk
dict_word_nodash.brk
diff --git a/io/meson.build b/io/meson.build
index 059e945fc399..b840d4a782ef 100644
--- a/io/meson.build
+++ b/io/meson.build
@@ -1,5 +1,4 @@
io_lib = shared_library('iolo',
- 'source/services.cxx',
'source/acceptor/acc_pipe.cxx',
'source/acceptor/acc_socket.cxx',
'source/acceptor/acceptor.cxx',
diff --git a/lingucomponent/meson.build b/lingucomponent/meson.build
index 4539ea37dc48..318a2d04d547 100644
--- a/lingucomponent/meson.build
+++ b/lingucomponent/meson.build
@@ -1,12 +1,17 @@
ulingu_st = static_library('ulingu',
'source/lingutil/lingutil.cxx',
+ off_fake_h, udk_fake_h,
cpp_args: ['-DLIBO_INTERNAL_ONLY',
'-DSYSTEM_DICTS',
'-DDICT_SYSTEM_DIR="/usr/share/dict"',
'-DHYPH_SYSTEM_DIR="/usr/share/hyphen"',
'-DTHES_SYSTEM_DIR="/usr/share/FIXME"',
],
- include_directories: [main_inc, udkh_inc, offapi_inc],
+ include_directories: [
+ main_inc,
+ offapi_inc,
+ udkh_inc,
+ ],
link_with: [],
dependencies: [hunspell_dep],
gnu_symbol_visibility: 'hidden',
@@ -16,7 +21,12 @@ spell_lib = shared_library('spelllo',
'source/spellcheck/spell/sspellimp.cxx',
udk_fake_h, off_fake_h,
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
- include_directories: [main_inc, udkh_inc, offapi_inc, 'source/lingutil'],
+ include_directories: [
+ main_inc,
+ offapi_inc,
+ 'source/lingutil',
+ udkh_inc,
+ ],
link_with: [comphelper_lib,
cppu_lib,
cppuhelper_lib,
@@ -52,12 +62,17 @@ hyphen_lib = shared_library('hyphenlo',
install: true,
)
-
lnth_lib = shared_library('lnthlo',
'source/thesaurus/libnth/nthesdta.cxx',
'source/thesaurus/libnth/nthesimp.cxx',
+ off_fake_h, udk_fake_h,
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
- include_directories: [main_inc, udkh_inc, offapi_inc, 'source/lingutil'],
+ include_directories: [
+ main_inc,
+ offapi_inc,
+ 'source/lingutil',
+ udkh_inc,
+ ],
link_with: [comphelper_lib,
cppu_lib,
cppuhelper_lib,
@@ -80,7 +95,8 @@ guesslang_lib = shared_library('guesslanglo',
udk_fake_h, off_fake_h,
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
include_directories: [main_inc, udkh_inc, offapi_inc, 'source/lingutil'],
- link_with: [cppu_lib,
+ link_with: [
+ cppu_lib,
cppuhelper_lib,
sal_lib,
tl_lib,
diff --git a/linguistic/meson.build b/linguistic/meson.build
index 1d0fa10d6100..072e38c516dd 100644
--- a/linguistic/meson.build
+++ b/linguistic/meson.build
@@ -11,7 +11,6 @@ lng_lib = shared_library('lnglo',
'source/iprcache.cxx',
'source/lngopt.cxx',
'source/lngprophelp.cxx',
- 'source/lngreg.cxx',
'source/lngsvcmgr.cxx',
'source/misc.cxx',
'source/misc2.cxx',
diff --git a/lotuswordpro/meson.build b/lotuswordpro/meson.build
index c77cfc3fa7e6..8c4a2ce04d04 100644
--- a/lotuswordpro/meson.build
+++ b/lotuswordpro/meson.build
@@ -173,6 +173,7 @@ lwpft_lib = shared_library('lwpft',
i18nlangtag_lib,
sfx_lib,
sot_lib,
+ svl_lib,
svt_lib,
svxcore_lib,
tl_lib,
@@ -180,6 +181,10 @@ lwpft_lib = shared_library('lwpft',
vcl_lib,
xo_lib,
],
- dependencies: [icuuc_dep, icu18_dep],
+ dependencies: [
+ icuuc_dep,
+ icu18_dep,
+ mdds_dep,
+ ],
install: true,
)
diff --git a/meson.build b/meson.build
index 99c773588c44..2cd006aafdcd 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libreoffice', 'c', 'cpp',
- version: '1.2.3',
+ version: '7.2.0',
default_options: [
'cpp_std=c++17',
'prefix=' + meson.source_root() + '/instdir',
@@ -13,7 +13,7 @@ major_version = varr[0]
minor_version = varr[1]
micro_version = varr[2]
patch_version = '0'
-this_year = '2020'
+this_year = '2021'
main_inc = include_directories('include', 'config_host')
cpp = meson.get_compiler('cpp')
thread_dep = dependency('threads')
@@ -108,6 +108,7 @@ cppunit_dep = dependency('cppunit')
langtag_dep = dependency('liblangtag')
icuuc_dep = dependency('icu-uc')
icu18_dep = dependency('icu-i18n')
+icuio_dep = dependency('icu-io')
openssl_dep = dependency('', required: false) #dependency('openssl')
nss_dep = dependency('nss')
zlib_dep = dependency('zlib')
@@ -136,8 +137,6 @@ orcus_dep = dependency('liborcus-0.15')
clucene_dep = dependency('libclucene-core')
libxslt_dep = dependency('libxslt')
libexslt_dep = dependency('libexslt')
-qrcodegen_dep = declare_dependency(compile_args: ['-I/usr/include/qrcodegen'],
- dependencies: cpp.find_library('qrcodegencpp'))
revenge_dep = dependency('librevenge-0.0')
odfgen_dep = dependency('libodfgen-0.1')
epubgen_dep = dependency('libepubgen-0.1')
@@ -160,6 +159,8 @@ hyphen_dep = cpp.find_library('hyphen')
mythes_dep = dependency('mythes')
libexttextcat_dep = dependency('libexttextcat')
numbertext_dep = dependency('libnumbertext')
+zxing_dep = dependency('zxing')
+box2d_dep = dependency('box2d')
x11_core_dep = dependency('x11')
x11_ice_dep = dependency('ice')
@@ -185,6 +186,7 @@ jni_dep = declare_dependency(compile_args: ['-I/usr/lib/jvm/java-11-openjdk-amd6
'-I/usr/lib/jvm/java-11-openjdk-amd64/include/linux'])
subdir('config_host')
+subdir('external')
subdir('sal')
subdir('salhelper')
subdir('store')
@@ -216,7 +218,6 @@ subdir('i18nutil')
subdir('i18npool')
subdir('sot')
subdir('svl')
-subdir('external')
subdir('opencl')
subdir('vcl')
subdir('xmlscript')
@@ -276,7 +277,6 @@ subdir('shell')
subdir('extensions')
subdir('lingucomponent')
subdir('scripting')
-subdir('dtrans')
subdir('sdext')
subdir('instsetoo_native')
#subdir('postprocess')
diff --git a/officecfg/Office/UI/meson.build b/officecfg/Office/UI/meson.build
index 9e6dcb8311e2..7c6b4868bce3 100644
--- a/officecfg/Office/UI/meson.build
+++ b/officecfg/Office/UI/meson.build
@@ -54,3 +54,22 @@ effects_hxx = custom_target('Effects.cxx',
'-o',
'@OUTPUT@',
'@INPUT@'])
+
+infobar_hxx = custom_target('Infobar.hxx',
+ output: 'Infobar.hxx',
+ input: ['../../registry/cppheader.xsl',
+ '../../registry/schema/org/openoffice/Office/UI/Infobar.xcs'],
+ command: [xslt_bin,
+ '--nonet',
+ '--stringparam',
+ 'ns1',
+ 'Office',
+ '--stringparam',
+ 'ns2',
+ 'UI',
+ '--stringparam',
+ 'ns3',
+ 'Infobar',
+ '-o',
+ '@OUTPUT@',
+ '@INPUT@'])
diff --git a/officecfg/meson.build b/officecfg/meson.build
index ee3a66a4ba2f..d12250c288a7 100644
--- a/officecfg/meson.build
+++ b/officecfg/meson.build
@@ -58,53 +58,53 @@ setup_inc = include_directories('..') # HACK
registry_en_us_xcu = custom_target('registry_en_US',
output: 'registry_en-US.xcd',
input: [
- 'registry/data/org/openoffice/Setup.xcu',
'registry/data/org/openoffice/Office/Accelerators.xcu',
'registry/data/org/openoffice/Office/Addons.xcu',
'registry/data/org/openoffice/Office/Common.xcu',
'registry/data/org/openoffice/Office/DataAccess.xcu',
- 'registry/data/org/openoffice/Office/PresentationMinimizer.xcu',
- 'registry/data/org/openoffice/Office/PresenterScreen.xcu',
- 'registry/data/org/openoffice/Office/TableWizard.xcu',
- 'registry/data/org/openoffice/Office/UI.xcu',
'registry/data/org/openoffice/Office/Embedding.xcu',
'registry/data/org/openoffice/Office/ExtendedColorScheme.xcu',
'registry/data/org/openoffice/Office/FormWizard.xcu',
- 'registry/data/org/openoffice/Office/Writer.xcu',
+ 'registry/data/org/openoffice/Office/PresentationMinimizer.xcu',
+ 'registry/data/org/openoffice/Office/PresenterScreen.xcu',
+ 'registry/data/org/openoffice/Office/TableWizard.xcu',
+ 'registry/data/org/openoffice/Office/UI/BaseWindowState.xcu',
'registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu',
+ 'registry/data/org/openoffice/Office/UI/BasicIDEWindowState.xcu',
'registry/data/org/openoffice/Office/UI/BibliographyCommands.xcu',
'registry/data/org/openoffice/Office/UI/CalcCommands.xcu',
+ 'registry/data/org/openoffice/Office/UI/CalcWindowState.xcu',
'registry/data/org/openoffice/Office/UI/ChartCommands.xcu',
'registry/data/org/openoffice/Office/UI/ChartWindowState.xcu',
- 'registry/data/org/openoffice/Office/UI/DbuCommands.xcu',
- 'registry/data/org/openoffice/Office/UI/BaseWindowState.xcu',
- 'registry/data/org/openoffice/Office/UI/WriterFormWindowState.xcu',
- 'registry/data/org/openoffice/Office/UI/WriterReportWindowState.xcu',
+ 'registry/data/org/openoffice/Office/UI/DbBrowserWindowState.xcu',
'registry/data/org/openoffice/Office/UI/DbQueryWindowState.xcu',
- 'registry/data/org/openoffice/Office/UI/DbTableWindowState.xcu',
'registry/data/org/openoffice/Office/UI/DbRelationWindowState.xcu',
'registry/data/org/openoffice/Office/UI/DbReportWindowState.xcu',
- 'registry/data/org/openoffice/Office/UI/DbBrowserWindowState.xcu',
'registry/data/org/openoffice/Office/UI/DbTableDataWindowState.xcu',
+ 'registry/data/org/openoffice/Office/UI/DbTableWindowState.xcu',
+ 'registry/data/org/openoffice/Office/UI/DbuCommands.xcu',
'registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu',
+ 'registry/data/org/openoffice/Office/UI/DrawWindowState.xcu',
'registry/data/org/openoffice/Office/UI/Effects.xcu',
+ 'registry/data/org/openoffice/Office/UI/GenericCategories.xcu',
'registry/data/org/openoffice/Office/UI/GenericCommands.xcu',
- 'registry/data/org/openoffice/Office/UI/MathCommands.xcu',
- 'registry/data/org/openoffice/Office/UI/BasicIDEWindowState.xcu',
- 'registry/data/org/openoffice/Office/UI/CalcWindowState.xcu',
- 'registry/data/org/openoffice/Office/UI/DrawWindowState.xcu',
'registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu',
+ 'registry/data/org/openoffice/Office/UI/MathCommands.xcu',
'registry/data/org/openoffice/Office/UI/MathWindowState.xcu',
'registry/data/org/openoffice/Office/UI/ReportCommands.xcu',
'registry/data/org/openoffice/Office/UI/Sidebar.xcu',
'registry/data/org/openoffice/Office/UI/StartModuleWindowState.xcu',
- 'registry/data/org/openoffice/Office/UI/WriterWindowState.xcu',
- 'registry/data/org/openoffice/Office/UI/XFormsWindowState.xcu',
+ 'registry/data/org/openoffice/Office/UI/ToolbarMode.xcu',
+ 'registry/data/org/openoffice/Office/UI/WriterCommands.xcu',
+ 'registry/data/org/openoffice/Office/UI/WriterFormWindowState.xcu',
'registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu',
+ 'registry/data/org/openoffice/Office/UI/WriterReportWindowState.xcu',
'registry/data/org/openoffice/Office/UI/WriterWebWindowState.xcu',
- 'registry/data/org/openoffice/Office/UI/WriterCommands.xcu',
- 'registry/data/org/openoffice/Office/UI/GenericCategories.xcu',
- 'registry/data/org/openoffice/Office/UI/ToolbarMode.xcu',
+ 'registry/data/org/openoffice/Office/UI/WriterWindowState.xcu',
+ 'registry/data/org/openoffice/Office/UI.xcu',
+ 'registry/data/org/openoffice/Office/UI/XFormsWindowState.xcu',
+ 'registry/data/org/openoffice/Office/Writer.xcu',
+ 'registry/data/org/openoffice/Setup.xcu',
],
command: [find_program('genregistry.py'),
meson.current_source_dir(),
@@ -113,4 +113,4 @@ registry_en_us_xcu = custom_target('registry_en_US',
],
install: true,
install_dir: get_option('datadir') / 'registry/res',
-) \ No newline at end of file
+)
diff --git a/oox/meson.build b/oox/meson.build
index 5d1ce8f8dca6..619bf7ed5a7f 100644
--- a/oox/meson.build
+++ b/oox/meson.build
@@ -63,6 +63,7 @@ oox_lib = shared_library('ooxlo',
'source/drawingml/diagram/layoutatomvisitorbase.cxx',
'source/drawingml/diagram/layoutatomvisitors.cxx',
'source/drawingml/diagram/layoutnodecontext.cxx',
+ 'source/drawingml/diagram/rulelistcontext.cxx',
'source/drawingml/drawingmltypes.cxx',
'source/drawingml/effectproperties.cxx',
'source/drawingml/effectpropertiescontext.cxx',
diff --git a/oox/namespacenames.inc b/oox/namespacenames.inc
index f05b396d8421..4ab2bf3c6d00 100644
--- a/oox/namespacenames.inc
+++ b/oox/namespacenames.inc
@@ -1,46 +1,47 @@
{ 65536, "http://schemas.microsoft.com/office/drawing/2010/main" },
{ 131072, "http://schemas.microsoft.com/office/2006/activeX" },
-{ 196608, "http://purl.org/dc/elements/1.1/" },
-{ 262144, "http://purl.org/dc/terms/" },
-{ 327680, "http://purl.org/dc/dcmitype/" },
-{ 393216, "http://schemas.openxmlformats.org/drawingml/2006/main" },
-{ 458752, "http://schemas.openxmlformats.org/drawingml/2006/chart" },
-{ 524288, "http://schemas.openxmlformats.org/drawingml/2006/chartDrawing" },
-{ 589824, "http://schemas.openxmlformats.org/drawingml/2006/diagram" },
-{ 655360, "http://schemas.openxmlformats.org/drawingml/2006/lockedCanvas" },
-{ 720896, "http://schemas.openxmlformats.org/drawingml/2006/picture" },
-{ 786432, "http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing" },
-{ 851968, "http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" },
-{ 917504, "http://schemas.openxmlformats.org/wordprocessingml/2006/main" },
-{ 983040, "http://schemas.microsoft.com/office/drawing/2008/diagram" },
-{ 1048576, "http://schemas.libreoffice.org/" },
-{ 1114112, "http://schemas.openxmlformats.org/markup-compatibility/2006" },
-{ 1179648, "http://schemas.openxmlformats.org/spreadsheetml/2006/main/v2" },
-{ 1245184, "http://schemas.openxmlformats.org/officeDocument/2006/custom-properties" },
-{ 1310720, "http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes" },
-{ 1376256, "http://schemas.openxmlformats.org/officeDocument/2006/extended-properties" },
-{ 1441792, "http://schemas.openxmlformats.org/officeDocument/2006/math" },
-{ 1507328, "http://schemas.openxmlformats.org/officeDocument/2006/relationships" },
-{ 1572864, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme" },
-{ 1638400, "http://schemas.microsoft.com/office/powerpoint/2010/main" },
-{ 1703936, "http://schemas.microsoft.com/office/powerpoint/2012/main" },
-{ 1769472, "http://schemas.openxmlformats.org/package/2006/content-types" },
-{ 1835008, "http://schemas.openxmlformats.org/package/2006/metadata/core-properties" },
-{ 1900544, "http://schemas.openxmlformats.org/package/2006/relationships" },
-{ 1966080, "http://schemas.openxmlformats.org/presentationml/2006/main" },
-{ 2031616, "http://schemas.openxmlformats.org/schemaLibrary/2006/main" },
-{ 2097152, "urn:schemas-microsoft-com:vml" },
-{ 2162688, "urn:schemas-microsoft-com:office:excel" },
-{ 2228224, "urn:schemas-microsoft-com:office:office" },
-{ 2293760, "urn:schemas-microsoft-com:office:powerpoint" },
-{ 2359296, "urn:schemas-microsoft-com:office:word" },
-{ 2424832, "http://schemas.microsoft.com/office/word/2010/wordml" },
-{ 2490368, "http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" },
-{ 2555904, "http://schemas.microsoft.com/office/word/2010/wordprocessingGroup" },
-{ 2621440, "http://schemas.microsoft.com/office/word/2010/wordprocessingShape" },
-{ 2686976, "http://schemas.microsoft.com/office/spreadsheetml/2011/1/ac" },
-{ 2752512, "http://schemas.openxmlformats.org/spreadsheetml/2006/main" },
-{ 2818048, "http://schemas.microsoft.com/office/spreadsheetml/2009/9/main" },
-{ 2883584, "http://schemas.microsoft.com/office/excel/2006/main" },
-{ 2949120, "http://www.w3.org/XML/1998/namespace" },
-{ 3014656, "http://www.w3.org/2001/XMLSchema-instance" },
+{ 196608, "http://schemas.microsoft.com/office/drawing/2012/chart" },
+{ 262144, "http://purl.org/dc/elements/1.1/" },
+{ 327680, "http://purl.org/dc/terms/" },
+{ 393216, "http://purl.org/dc/dcmitype/" },
+{ 458752, "http://schemas.openxmlformats.org/drawingml/2006/main" },
+{ 524288, "http://schemas.openxmlformats.org/drawingml/2006/chart" },
+{ 589824, "http://schemas.openxmlformats.org/drawingml/2006/chartDrawing" },
+{ 655360, "http://schemas.openxmlformats.org/drawingml/2006/diagram" },
+{ 720896, "http://schemas.openxmlformats.org/drawingml/2006/lockedCanvas" },
+{ 786432, "http://schemas.openxmlformats.org/drawingml/2006/picture" },
+{ 851968, "http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing" },
+{ 917504, "http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" },
+{ 983040, "http://schemas.openxmlformats.org/wordprocessingml/2006/main" },
+{ 1048576, "http://schemas.microsoft.com/office/drawing/2008/diagram" },
+{ 1114112, "http://schemas.libreoffice.org/" },
+{ 1179648, "http://schemas.openxmlformats.org/markup-compatibility/2006" },
+{ 1245184, "http://schemas.openxmlformats.org/spreadsheetml/2006/main/v2" },
+{ 1310720, "http://schemas.openxmlformats.org/officeDocument/2006/custom-properties" },
+{ 1376256, "http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes" },
+{ 1441792, "http://schemas.openxmlformats.org/officeDocument/2006/extended-properties" },
+{ 1507328, "http://schemas.openxmlformats.org/officeDocument/2006/math" },
+{ 1572864, "http://schemas.openxmlformats.org/officeDocument/2006/relationships" },
+{ 1638400, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme" },
+{ 1703936, "http://schemas.microsoft.com/office/powerpoint/2010/main" },
+{ 1769472, "http://schemas.microsoft.com/office/powerpoint/2012/main" },
+{ 1835008, "http://schemas.openxmlformats.org/package/2006/content-types" },
+{ 1900544, "http://schemas.openxmlformats.org/package/2006/metadata/core-properties" },
+{ 1966080, "http://schemas.openxmlformats.org/package/2006/relationships" },
+{ 2031616, "http://schemas.openxmlformats.org/presentationml/2006/main" },
+{ 2097152, "http://schemas.openxmlformats.org/schemaLibrary/2006/main" },
+{ 2162688, "urn:schemas-microsoft-com:vml" },
+{ 2228224, "urn:schemas-microsoft-com:office:excel" },
+{ 2293760, "urn:schemas-microsoft-com:office:office" },
+{ 2359296, "urn:schemas-microsoft-com:office:powerpoint" },
+{ 2424832, "urn:schemas-microsoft-com:office:word" },
+{ 2490368, "http://schemas.microsoft.com/office/word/2010/wordml" },
+{ 2555904, "http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" },
+{ 2621440, "http://schemas.microsoft.com/office/word/2010/wordprocessingGroup" },
+{ 2686976, "http://schemas.microsoft.com/office/word/2010/wordprocessingShape" },
+{ 2752512, "http://schemas.microsoft.com/office/spreadsheetml/2011/1/ac" },
+{ 2818048, "http://schemas.openxmlformats.org/spreadsheetml/2006/main" },
+{ 2883584, "http://schemas.microsoft.com/office/spreadsheetml/2009/9/main" },
+{ 2949120, "http://schemas.microsoft.com/office/excel/2006/main" },
+{ 3014656, "http://www.w3.org/XML/1998/namespace" },
+{ 3080192, "http://www.w3.org/2001/XMLSchema-instance" },
diff --git a/oox/namespaces-strictnames.inc b/oox/namespaces-strictnames.inc
index c93446933908..f5750cb32d43 100644
--- a/oox/namespaces-strictnames.inc
+++ b/oox/namespaces-strictnames.inc
@@ -1,46 +1,47 @@
{ 65536, "http://schemas.microsoft.com/office/drawing/2010/main" },
{ 131072, "http://schemas.microsoft.com/office/2006/activeX" },
-{ 196608, "http://purl.org/dc/elements/1.1/" },
-{ 262144, "http://purl.org/dc/terms/" },
-{ 327680, "http://purl.org/dc/dcmitype/" },
-{ 393216, "http://purl.oclc.org/ooxml/drawingml/main" },
-{ 458752, "http://purl.oclc.org/ooxml/drawingml/chart" },
-{ 524288, "http://purl.oclc.org/ooxml/drawingml/chartDrawing" },
-{ 589824, "http://purl.oclc.org/ooxml/drawingml/diagram" },
-{ 655360, "http://purl.oclc.org/ooxml/drawingml/lockedCanvas" },
-{ 720896, "http://purl.oclc.org/ooxml/drawingml/picture" },
-{ 786432, "http://purl.oclc.org/ooxml/drawingml/spreadsheetDrawing" },
-{ 851968, "http://purl.oclc.org/ooxml/drawingml/wordprocessingDrawing" },
-{ 917504, "http://purl.oclc.org/ooxml/wordprocessingml/main" },
-{ 983040, "http://schemas.microsoft.com/office/drawing/2008/diagram" },
-{ 1048576, "http://schemas.libreoffice.org/" },
-{ 1114112, "http://schemas.openxmlformats.org/markup-compatibility/2006" },
-{ 1179648, "http://schemas.openxmlformats.org/spreadsheetml/2006/main/v2" },
-{ 1245184, "http://purl.oclc.org/ooxml/officeDocument/custom-properties" },
-{ 1310720, "http://purl.oclc.org/ooxml/officeDocument/docPropsVTypes" },
-{ 1376256, "http://purl.oclc.org/ooxml/officeDocument/extended-properties" },
-{ 1441792, "http://purl.oclc.org/ooxml/officeDocument/math" },
-{ 1507328, "http://purl.oclc.org/ooxml/officeDocument/relationships" },
-{ 1572864, "http://purl.oclc.org/ooxml/officeDocument/relationships/theme" },
-{ 1638400, "http://schemas.microsoft.com/office/powerpoint/2010/main" },
-{ 1703936, "http://schemas.microsoft.com/office/powerpoint/2012/main" },
-{ 1769472, "http://schemas.openxmlformats.org/package/2006/content-types" },
-{ 1835008, "http://schemas.openxmlformats.org/package/2006/metadata/core-properties" },
-{ 1900544, "http://schemas.openxmlformats.org/package/2006/relationships" },
-{ 1966080, "http://purl.oclc.org/ooxml/presentationml/main" },
-{ 2031616, "http://purl.oclc.org/ooxml/schemaLibrary/main" },
-{ 2097152, "urn:schemas-microsoft-com:vml" },
-{ 2162688, "urn:schemas-microsoft-com:office:excel" },
-{ 2228224, "urn:schemas-microsoft-com:office:office" },
-{ 2293760, "urn:schemas-microsoft-com:office:powerpoint" },
-{ 2359296, "urn:schemas-microsoft-com:office:word" },
-{ 2424832, "http://schemas.microsoft.com/office/word/2010/wordml" },
-{ 2490368, "http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" },
-{ 2555904, "http://schemas.microsoft.com/office/word/2010/wordprocessingGroup" },
-{ 2621440, "http://schemas.microsoft.com/office/word/2010/wordprocessingShape" },
-{ 2686976, "http://schemas.microsoft.com/office/spreadsheetml/2011/1/ac" },
-{ 2752512, "http://purl.oclc.org/ooxml/spreadsheetml/main" },
-{ 2818048, "http://schemas.microsoft.com/office/spreadsheetml/2009/9/main" },
-{ 2883584, "http://schemas.microsoft.com/office/excel/2006/main" },
-{ 2949120, "http://www.w3.org/XML/1998/namespace" },
-{ 3014656, "http://www.w3.org/2001/XMLSchema-instance" },
+{ 196608, "http://schemas.microsoft.com/office/drawing/2012/chart" },
+{ 262144, "http://purl.org/dc/elements/1.1/" },
+{ 327680, "http://purl.org/dc/terms/" },
+{ 393216, "http://purl.org/dc/dcmitype/" },
+{ 458752, "http://purl.oclc.org/ooxml/drawingml/main" },
+{ 524288, "http://purl.oclc.org/ooxml/drawingml/chart" },
+{ 589824, "http://purl.oclc.org/ooxml/drawingml/chartDrawing" },
+{ 655360, "http://purl.oclc.org/ooxml/drawingml/diagram" },
+{ 720896, "http://purl.oclc.org/ooxml/drawingml/lockedCanvas" },
+{ 786432, "http://purl.oclc.org/ooxml/drawingml/picture" },
+{ 851968, "http://purl.oclc.org/ooxml/drawingml/spreadsheetDrawing" },
+{ 917504, "http://purl.oclc.org/ooxml/drawingml/wordprocessingDrawing" },
+{ 983040, "http://purl.oclc.org/ooxml/wordprocessingml/main" },
+{ 1048576, "http://schemas.microsoft.com/office/drawing/2008/diagram" },
+{ 1114112, "http://schemas.libreoffice.org/" },
+{ 1179648, "http://schemas.openxmlformats.org/markup-compatibility/2006" },
+{ 1245184, "http://schemas.openxmlformats.org/spreadsheetml/2006/main/v2" },
+{ 1310720, "http://purl.oclc.org/ooxml/officeDocument/custom-properties" },
+{ 1376256, "http://purl.oclc.org/ooxml/officeDocument/docPropsVTypes" },
+{ 1441792, "http://purl.oclc.org/ooxml/officeDocument/extended-properties" },
+{ 1507328, "http://purl.oclc.org/ooxml/officeDocument/math" },
+{ 1572864, "http://purl.oclc.org/ooxml/officeDocument/relationships" },
+{ 1638400, "http://purl.oclc.org/ooxml/officeDocument/relationships/theme" },
+{ 1703936, "http://schemas.microsoft.com/office/powerpoint/2010/main" },
+{ 1769472, "http://schemas.microsoft.com/office/powerpoint/2012/main" },
+{ 1835008, "http://schemas.openxmlformats.org/package/2006/content-types" },
+{ 1900544, "http://schemas.openxmlformats.org/package/2006/metadata/core-properties" },
+{ 1966080, "http://schemas.openxmlformats.org/package/2006/relationships" },
+{ 2031616, "http://purl.oclc.org/ooxml/presentationml/main" },
+{ 2097152, "http://purl.oclc.org/ooxml/schemaLibrary/main" },
+{ 2162688, "urn:schemas-microsoft-com:vml" },
+{ 2228224, "urn:schemas-microsoft-com:office:excel" },
+{ 2293760, "urn:schemas-microsoft-com:office:office" },
+{ 2359296, "urn:schemas-microsoft-com:office:powerpoint" },
+{ 2424832, "urn:schemas-microsoft-com:office:word" },
+{ 2490368, "http://schemas.microsoft.com/office/word/2010/wordml" },
+{ 2555904, "http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" },
+{ 2621440, "http://schemas.microsoft.com/office/word/2010/wordprocessingGroup" },
+{ 2686976, "http://schemas.microsoft.com/office/word/2010/wordprocessingShape" },
+{ 2752512, "http://schemas.microsoft.com/office/spreadsheetml/2011/1/ac" },
+{ 2818048, "http://purl.oclc.org/ooxml/spreadsheetml/main" },
+{ 2883584, "http://schemas.microsoft.com/office/spreadsheetml/2009/9/main" },
+{ 2949120, "http://schemas.microsoft.com/office/excel/2006/main" },
+{ 3014656, "http://www.w3.org/XML/1998/namespace" },
+{ 3080192, "http://www.w3.org/2001/XMLSchema-instance" },
diff --git a/oox/oox/token/namespaces.hxx b/oox/oox/token/namespaces.hxx
index 45c16446eb2b..5f138955eebe 100644
--- a/oox/oox/token/namespaces.hxx
+++ b/oox/oox/token/namespaces.hxx
@@ -26,50 +26,51 @@ namespace oox {
const size_t NMSP_SHIFT = 16;
const sal_Int32 NMSP_a14 = 1 << NMSP_SHIFT;
const sal_Int32 NMSP_ax = 2 << NMSP_SHIFT;
-const sal_Int32 NMSP_dc = 3 << NMSP_SHIFT;
-const sal_Int32 NMSP_dcTerms = 4 << NMSP_SHIFT;
-const sal_Int32 NMSP_dcmiType = 5 << NMSP_SHIFT;
-const sal_Int32 NMSP_dml = 6 << NMSP_SHIFT;
-const sal_Int32 NMSP_dmlChart = 7 << NMSP_SHIFT;
-const sal_Int32 NMSP_dmlChartDr = 8 << NMSP_SHIFT;
-const sal_Int32 NMSP_dmlDiagram = 9 << NMSP_SHIFT;
-const sal_Int32 NMSP_dmlLockedCanvas = 10 << NMSP_SHIFT;
-const sal_Int32 NMSP_dmlPicture = 11 << NMSP_SHIFT;
-const sal_Int32 NMSP_dmlSpreadDr = 12 << NMSP_SHIFT;
-const sal_Int32 NMSP_dmlWordDr = 13 << NMSP_SHIFT;
-const sal_Int32 NMSP_doc = 14 << NMSP_SHIFT;
-const sal_Int32 NMSP_dsp = 15 << NMSP_SHIFT;
-const sal_Int32 NMSP_loext = 16 << NMSP_SHIFT;
-const sal_Int32 NMSP_mce = 17 << NMSP_SHIFT;
-const sal_Int32 NMSP_mceTest = 18 << NMSP_SHIFT;
-const sal_Int32 NMSP_officeCustomPr = 19 << NMSP_SHIFT;
-const sal_Int32 NMSP_officeDocPropsVT = 20 << NMSP_SHIFT;
-const sal_Int32 NMSP_officeExtPr = 21 << NMSP_SHIFT;
-const sal_Int32 NMSP_officeMath = 22 << NMSP_SHIFT;
-const sal_Int32 NMSP_officeRel = 23 << NMSP_SHIFT;
-const sal_Int32 NMSP_officeRelTheme = 24 << NMSP_SHIFT;
-const sal_Int32 NMSP_p14 = 25 << NMSP_SHIFT;
-const sal_Int32 NMSP_p15 = 26 << NMSP_SHIFT;
-const sal_Int32 NMSP_packageContentTypes = 27 << NMSP_SHIFT;
-const sal_Int32 NMSP_packageMetaCorePr = 28 << NMSP_SHIFT;
-const sal_Int32 NMSP_packageRel = 29 << NMSP_SHIFT;
-const sal_Int32 NMSP_ppt = 30 << NMSP_SHIFT;
-const sal_Int32 NMSP_schema = 31 << NMSP_SHIFT;
-const sal_Int32 NMSP_vml = 32 << NMSP_SHIFT;
-const sal_Int32 NMSP_vmlExcel = 33 << NMSP_SHIFT;
-const sal_Int32 NMSP_vmlOffice = 34 << NMSP_SHIFT;
-const sal_Int32 NMSP_vmlPowerpoint = 35 << NMSP_SHIFT;
-const sal_Int32 NMSP_vmlWord = 36 << NMSP_SHIFT;
-const sal_Int32 NMSP_w14 = 37 << NMSP_SHIFT;
-const sal_Int32 NMSP_wp14 = 38 << NMSP_SHIFT;
-const sal_Int32 NMSP_wpg = 39 << NMSP_SHIFT;
-const sal_Int32 NMSP_wps = 40 << NMSP_SHIFT;
-const sal_Int32 NMSP_x12ac = 41 << NMSP_SHIFT;
-const sal_Int32 NMSP_xls = 42 << NMSP_SHIFT;
-const sal_Int32 NMSP_xls14Lst = 43 << NMSP_SHIFT;
-const sal_Int32 NMSP_xm = 44 << NMSP_SHIFT;
-const sal_Int32 NMSP_xml = 45 << NMSP_SHIFT;
-const sal_Int32 NMSP_xsi = 46 << NMSP_SHIFT;
+const sal_Int32 NMSP_c15 = 3 << NMSP_SHIFT;
+const sal_Int32 NMSP_dc = 4 << NMSP_SHIFT;
+const sal_Int32 NMSP_dcTerms = 5 << NMSP_SHIFT;
+const sal_Int32 NMSP_dcmiType = 6 << NMSP_SHIFT;
+const sal_Int32 NMSP_dml = 7 << NMSP_SHIFT;
+const sal_Int32 NMSP_dmlChart = 8 << NMSP_SHIFT;
+const sal_Int32 NMSP_dmlChartDr = 9 << NMSP_SHIFT;
+const sal_Int32 NMSP_dmlDiagram = 10 << NMSP_SHIFT;
+const sal_Int32 NMSP_dmlLockedCanvas = 11 << NMSP_SHIFT;
+const sal_Int32 NMSP_dmlPicture = 12 << NMSP_SHIFT;
+const sal_Int32 NMSP_dmlSpreadDr = 13 << NMSP_SHIFT;
+const sal_Int32 NMSP_dmlWordDr = 14 << NMSP_SHIFT;
+const sal_Int32 NMSP_doc = 15 << NMSP_SHIFT;
+const sal_Int32 NMSP_dsp = 16 << NMSP_SHIFT;
+const sal_Int32 NMSP_loext = 17 << NMSP_SHIFT;
+const sal_Int32 NMSP_mce = 18 << NMSP_SHIFT;
+const sal_Int32 NMSP_mceTest = 19 << NMSP_SHIFT;
+const sal_Int32 NMSP_officeCustomPr = 20 << NMSP_SHIFT;
+const sal_Int32 NMSP_officeDocPropsVT = 21 << NMSP_SHIFT;
+const sal_Int32 NMSP_officeExtPr = 22 << NMSP_SHIFT;
+const sal_Int32 NMSP_officeMath = 23 << NMSP_SHIFT;
+const sal_Int32 NMSP_officeRel = 24 << NMSP_SHIFT;
+const sal_Int32 NMSP_officeRelTheme = 25 << NMSP_SHIFT;
+const sal_Int32 NMSP_p14 = 26 << NMSP_SHIFT;
+const sal_Int32 NMSP_p15 = 27 << NMSP_SHIFT;
+const sal_Int32 NMSP_packageContentTypes = 28 << NMSP_SHIFT;
+const sal_Int32 NMSP_packageMetaCorePr = 29 << NMSP_SHIFT;
+const sal_Int32 NMSP_packageRel = 30 << NMSP_SHIFT;
+const sal_Int32 NMSP_ppt = 31 << NMSP_SHIFT;
+const sal_Int32 NMSP_schema = 32 << NMSP_SHIFT;
+const sal_Int32 NMSP_vml = 33 << NMSP_SHIFT;
+const sal_Int32 NMSP_vmlExcel = 34 << NMSP_SHIFT;
+const sal_Int32 NMSP_vmlOffice = 35 << NMSP_SHIFT;
+const sal_Int32 NMSP_vmlPowerpoint = 36 << NMSP_SHIFT;
+const sal_Int32 NMSP_vmlWord = 37 << NMSP_SHIFT;
+const sal_Int32 NMSP_w14 = 38 << NMSP_SHIFT;
+const sal_Int32 NMSP_wp14 = 39 << NMSP_SHIFT;
+const sal_Int32 NMSP_wpg = 40 << NMSP_SHIFT;
+const sal_Int32 NMSP_wps = 41 << NMSP_SHIFT;
+const sal_Int32 NMSP_x12ac = 42 << NMSP_SHIFT;
+const sal_Int32 NMSP_xls = 43 << NMSP_SHIFT;
+const sal_Int32 NMSP_xls14Lst = 44 << NMSP_SHIFT;
+const sal_Int32 NMSP_xm = 45 << NMSP_SHIFT;
+const sal_Int32 NMSP_xml = 46 << NMSP_SHIFT;
+const sal_Int32 NMSP_xsi = 47 << NMSP_SHIFT;
/*
* This file is part of the LibreOffice project.
*
@@ -115,6 +116,7 @@ inline sal_Int32 getNamespace( sal_Int32 nToken ) { return nToken & NMSP_MASK; }
#define PPT_TOKEN( token ) OOX_TOKEN( ppt, token )
#define P14_TOKEN( token ) OOX_TOKEN( p14, token )
#define P15_TOKEN( token ) OOX_TOKEN( p15, token )
+#define C15_TOKEN( token ) OOX_TOKEN( c15, token )
#define PR_TOKEN( token ) OOX_TOKEN( packageRel, token )
#define R_TOKEN( token ) OOX_TOKEN( officeRel, token )
#define VML_TOKEN( token ) OOX_TOKEN( vml, token )
diff --git a/oox/oox/token/properties.hxx b/oox/oox/token/properties.hxx
index 2501b1fb27f8..b5ba4540eac5 100644
--- a/oox/oox/token/properties.hxx
+++ b/oox/oox/token/properties.hxx
@@ -22,588 +22,600 @@
#include <sal/types.h>
namespace oox {
-const sal_Int32 PROP_AbsoluteName = 0;
-const sal_Int32 PROP_Action = 1;
-const sal_Int32 PROP_ActiveSplitRange = 2;
-const sal_Int32 PROP_ActiveTable = 3;
-const sal_Int32 PROP_Address = 4;
-const sal_Int32 PROP_Adjust = 5;
-const sal_Int32 PROP_AdjustContrast = 6;
-const sal_Int32 PROP_AdjustLuminance = 7;
-const sal_Int32 PROP_AdjustmentValues = 8;
-const sal_Int32 PROP_Align = 9;
-const sal_Int32 PROP_AnchorPosition = 10;
-const sal_Int32 PROP_AnchorType = 11;
-const sal_Int32 PROP_ApplyFormDesignMode = 12;
-const sal_Int32 PROP_AreaLinks = 13;
-const sal_Int32 PROP_ArrangeOrder = 14;
-const sal_Int32 PROP_Aspect = 15;
-const sal_Int32 PROP_AttachedAxisIndex = 16;
-const sal_Int32 PROP_AutoFilter = 17;
-const sal_Int32 PROP_AutoShowInfo = 18;
-const sal_Int32 PROP_Autocomplete = 19;
-const sal_Int32 PROP_BackColor = 20;
-const sal_Int32 PROP_BackColorTransparency = 21;
-const sal_Int32 PROP_BackGraphic = 22;
-const sal_Int32 PROP_BackGraphicLocation = 23;
-const sal_Int32 PROP_Background = 24;
-const sal_Int32 PROP_BackgroundColor = 25;
-const sal_Int32 PROP_BasicLibraries = 26;
-const sal_Int32 PROP_BlackDay = 27;
-const sal_Int32 PROP_BlockIncrement = 28;
-const sal_Int32 PROP_Border = 29;
-const sal_Int32 PROP_BorderColor = 30;
-const sal_Int32 PROP_BorderDashName = 31;
-const sal_Int32 PROP_BorderStyle = 32;
-const sal_Int32 PROP_BorderTransparency = 33;
-const sal_Int32 PROP_BorderWidth = 34;
-const sal_Int32 PROP_BottomBorder = 35;
-const sal_Int32 PROP_BottomBorderDistance = 36;
-const sal_Int32 PROP_BottomMargin = 37;
-const sal_Int32 PROP_BuiltInUnit = 38;
-const sal_Int32 PROP_BulletChar = 39;
-const sal_Int32 PROP_BulletColor = 40;
-const sal_Int32 PROP_BulletFont = 41;
-const sal_Int32 PROP_BulletFontName = 42;
-const sal_Int32 PROP_BulletRelSize = 43;
-const sal_Int32 PROP_CLSID = 44;
-const sal_Int32 PROP_CalcAsShown = 45;
-const sal_Int32 PROP_CellBackColor = 46;
-const sal_Int32 PROP_CellProtection = 47;
-const sal_Int32 PROP_CellStyle = 48;
-const sal_Int32 PROP_CenterHorizontally = 49;
-const sal_Int32 PROP_CenterVertically = 50;
-const sal_Int32 PROP_Change = 51;
-const sal_Int32 PROP_CharBackColor = 52;
-const sal_Int32 PROP_CharCaseMap = 53;
-const sal_Int32 PROP_CharColor = 54;
-const sal_Int32 PROP_CharContoured = 55;
-const sal_Int32 PROP_CharEscapement = 56;
-const sal_Int32 PROP_CharEscapementHeight = 57;
-const sal_Int32 PROP_CharFontCharSet = 58;
-const sal_Int32 PROP_CharFontCharSetAsian = 59;
-const sal_Int32 PROP_CharFontCharSetComplex = 60;
-const sal_Int32 PROP_CharFontFamily = 61;
-const sal_Int32 PROP_CharFontFamilyAsian = 62;
-const sal_Int32 PROP_CharFontFamilyComplex = 63;
-const sal_Int32 PROP_CharFontName = 64;
-const sal_Int32 PROP_CharFontNameAsian = 65;
-const sal_Int32 PROP_CharFontNameComplex = 66;
-const sal_Int32 PROP_CharFontPitch = 67;
-const sal_Int32 PROP_CharFontPitchAsian = 68;
-const sal_Int32 PROP_CharFontPitchComplex = 69;
-const sal_Int32 PROP_CharHeight = 70;
-const sal_Int32 PROP_CharHeightAsian = 71;
-const sal_Int32 PROP_CharHeightComplex = 72;
-const sal_Int32 PROP_CharInteropGrabBag = 73;
-const sal_Int32 PROP_CharKerning = 74;
-const sal_Int32 PROP_CharLocale = 75;
-const sal_Int32 PROP_CharLocaleAsian = 76;
-const sal_Int32 PROP_CharLocaleComplex = 77;
-const sal_Int32 PROP_CharPosture = 78;
-const sal_Int32 PROP_CharPostureAsian = 79;
-const sal_Int32 PROP_CharPostureComplex = 80;
-const sal_Int32 PROP_CharShadowed = 81;
-const sal_Int32 PROP_CharStrikeout = 82;
-const sal_Int32 PROP_CharStyleName = 83;
-const sal_Int32 PROP_CharTransparence = 84;
-const sal_Int32 PROP_CharUnderline = 85;
-const sal_Int32 PROP_CharUnderlineColor = 86;
-const sal_Int32 PROP_CharUnderlineHasColor = 87;
-const sal_Int32 PROP_CharWeight = 88;
-const sal_Int32 PROP_CharWeightAsian = 89;
-const sal_Int32 PROP_CharWeightComplex = 90;
-const sal_Int32 PROP_CircleEndAngle = 91;
-const sal_Int32 PROP_CircleKind = 92;
-const sal_Int32 PROP_CircleStartAngle = 93;
-const sal_Int32 PROP_ClassId = 94;
-const sal_Int32 PROP_CodeName = 95;
-const sal_Int32 PROP_Color = 96;
-const sal_Int32 PROP_ColumnGrand = 97;
-const sal_Int32 PROP_ColumnLabelRanges = 98;
-const sal_Int32 PROP_CompileEnglish = 99;
-const sal_Int32 PROP_ConditionalFormat = 100;
-const sal_Int32 PROP_ConnectBars = 101;
-const sal_Int32 PROP_ContainsHeader = 102;
-const sal_Int32 PROP_Coordinates = 103;
-const sal_Int32 PROP_CopyBack = 104;
-const sal_Int32 PROP_CopyFormulas = 105;
-const sal_Int32 PROP_CopyOutputData = 106;
-const sal_Int32 PROP_CopyStyles = 107;
-const sal_Int32 PROP_CornerRadius = 108;
-const sal_Int32 PROP_CrossoverPosition = 109;
-const sal_Int32 PROP_CrossoverValue = 110;
-const sal_Int32 PROP_CursorPositionX = 111;
-const sal_Int32 PROP_CursorPositionY = 112;
-const sal_Int32 PROP_CurveName = 113;
-const sal_Int32 PROP_CurveStyle = 114;
-const sal_Int32 PROP_CustomLabelFields = 115;
-const sal_Int32 PROP_CustomLabelPosition = 116;
-const sal_Int32 PROP_CustomShapeGeometry = 117;
-const sal_Int32 PROP_D3DSceneAmbientColor = 118;
-const sal_Int32 PROP_D3DSceneLightColor2 = 119;
-const sal_Int32 PROP_D3DSceneLightDirection2 = 120;
-const sal_Int32 PROP_D3DSceneLightOn1 = 121;
-const sal_Int32 PROP_D3DSceneLightOn2 = 122;
-const sal_Int32 PROP_D3DScenePerspective = 123;
-const sal_Int32 PROP_D3DSceneShadeMode = 124;
-const sal_Int32 PROP_DDELinks = 125;
-const sal_Int32 PROP_DataTableHBorder = 126;
-const sal_Int32 PROP_DataTableOutline = 127;
-const sal_Int32 PROP_DataTableVBorder = 128;
-const sal_Int32 PROP_DatabaseRanges = 129;
-const sal_Int32 PROP_Decoration = 130;
-const sal_Int32 PROP_DefaultScrollValue = 131;
-const sal_Int32 PROP_DefaultSpinValue = 132;
-const sal_Int32 PROP_DefaultState = 133;
-const sal_Int32 PROP_DefaultText = 134;
-const sal_Int32 PROP_DefaultValue = 135;
-const sal_Int32 PROP_DeletedLegendEntries = 136;
-const sal_Int32 PROP_DiagonalBLTR = 137;
-const sal_Int32 PROP_DiagonalTLBR = 138;
-const sal_Int32 PROP_DialogLibraries = 139;
-const sal_Int32 PROP_DisableComplexChartTypes = 140;
-const sal_Int32 PROP_DisableDataTableDialog = 141;
-const sal_Int32 PROP_DisplayLabels = 142;
-const sal_Int32 PROP_DisplayUnits = 143;
-const sal_Int32 PROP_DrillDownOnDoubleClick = 144;
-const sal_Int32 PROP_Dropdown = 145;
-const sal_Int32 PROP_Duration = 146;
-const sal_Int32 PROP_EchoChar = 147;
-const sal_Int32 PROP_EnableVisible = 148;
-const sal_Int32 PROP_Enabled = 149;
-const sal_Int32 PROP_EndPosition = 150;
-const sal_Int32 PROP_Equations = 151;
-const sal_Int32 PROP_ErrorAlertStyle = 152;
-const sal_Int32 PROP_ErrorBarStyle = 153;
-const sal_Int32 PROP_ErrorBarX = 154;
-const sal_Int32 PROP_ErrorBarY = 155;
-const sal_Int32 PROP_ErrorMessage = 156;
-const sal_Int32 PROP_ErrorTitle = 157;
-const sal_Int32 PROP_Expansion = 158;
-const sal_Int32 PROP_ExternalData = 159;
-const sal_Int32 PROP_ExternalDocLinks = 160;
-const sal_Int32 PROP_ExternalLinks = 161;
-const sal_Int32 PROP_ExtrapolateBackward = 162;
-const sal_Int32 PROP_ExtrapolateForward = 163;
-const sal_Int32 PROP_FileFormat = 164;
-const sal_Int32 PROP_FillBackground = 165;
-const sal_Int32 PROP_FillBitmap = 166;
-const sal_Int32 PROP_FillBitmapMode = 167;
-const sal_Int32 PROP_FillBitmapName = 168;
-const sal_Int32 PROP_FillBitmapPositionOffsetX = 169;
-const sal_Int32 PROP_FillBitmapPositionOffsetY = 170;
-const sal_Int32 PROP_FillBitmapRectanglePoint = 171;
-const sal_Int32 PROP_FillBitmapSizeX = 172;
-const sal_Int32 PROP_FillBitmapSizeY = 173;
-const sal_Int32 PROP_FillColor = 174;
-const sal_Int32 PROP_FillGradient = 175;
-const sal_Int32 PROP_FillGradientName = 176;
-const sal_Int32 PROP_FillHatch = 177;
-const sal_Int32 PROP_FillHatchName = 178;
-const sal_Int32 PROP_FillStyle = 179;
-const sal_Int32 PROP_FillTransparence = 180;
-const sal_Int32 PROP_FillTransparenceGradient = 181;
-const sal_Int32 PROP_FillTransparenceGradientName = 182;
-const sal_Int32 PROP_Filter = 183;
-const sal_Int32 PROP_FilterCriteriaSource = 184;
-const sal_Int32 PROP_FilterOptions = 185;
-const sal_Int32 PROP_FirstLineOffset = 186;
-const sal_Int32 PROP_FirstPageNumber = 187;
-const sal_Int32 PROP_FocusOnClick = 188;
-const sal_Int32 PROP_FontCharset = 189;
-const sal_Int32 PROP_FontHeight = 190;
-const sal_Int32 PROP_FontIndependentLineSpacing = 191;
-const sal_Int32 PROP_FontName = 192;
-const sal_Int32 PROP_FontSlant = 193;
-const sal_Int32 PROP_FontStrikeout = 194;
-const sal_Int32 PROP_FontUnderline = 195;
-const sal_Int32 PROP_FontWeight = 196;
-const sal_Int32 PROP_FooterBodyDistance = 197;
-const sal_Int32 PROP_FooterHeight = 198;
-const sal_Int32 PROP_FooterIsDynamicHeight = 199;
-const sal_Int32 PROP_FooterIsOn = 200;
-const sal_Int32 PROP_FooterIsShared = 201;
-const sal_Int32 PROP_ForceIntercept = 202;
-const sal_Int32 PROP_FormulaConvention = 203;
-const sal_Int32 PROP_FrameIsAutomaticHeight = 204;
-const sal_Int32 PROP_FromWordArt = 205;
-const sal_Int32 PROP_Function = 206;
-const sal_Int32 PROP_GapwidthSequence = 207;
-const sal_Int32 PROP_GenerateVbaEvents = 208;
-const sal_Int32 PROP_Geometry3D = 209;
-const sal_Int32 PROP_GradientName = 210;
-const sal_Int32 PROP_Graphic = 211;
-const sal_Int32 PROP_GraphicBitmap = 212;
-const sal_Int32 PROP_GraphicColorMode = 213;
-const sal_Int32 PROP_GraphicCrop = 214;
-const sal_Int32 PROP_GraphicSize = 215;
-const sal_Int32 PROP_GridColor = 216;
-const sal_Int32 PROP_GroupInfo = 217;
-const sal_Int32 PROP_GroupName = 218;
-const sal_Int32 PROP_HScroll = 219;
-const sal_Int32 PROP_Handles = 220;
-const sal_Int32 PROP_HasAutoShowInfo = 221;
-const sal_Int32 PROP_HasColumnRowHeaders = 222;
-const sal_Int32 PROP_HasHorizontalScrollBar = 223;
-const sal_Int32 PROP_HasLayoutInfo = 224;
-const sal_Int32 PROP_HasMainTitle = 225;
-const sal_Int32 PROP_HasReference = 226;
-const sal_Int32 PROP_HasSecondaryXAxisTitle = 227;
-const sal_Int32 PROP_HasSecondaryYAxisTitle = 228;
-const sal_Int32 PROP_HasSheetTabs = 229;
-const sal_Int32 PROP_HasSortInfo = 230;
-const sal_Int32 PROP_HasVerticalScrollBar = 231;
-const sal_Int32 PROP_HasXAxisTitle = 232;
-const sal_Int32 PROP_HasYAxisTitle = 233;
-const sal_Int32 PROP_HasZAxisTitle = 234;
-const sal_Int32 PROP_HatchName = 235;
-const sal_Int32 PROP_HeaderBodyDistance = 236;
-const sal_Int32 PROP_HeaderHeight = 237;
-const sal_Int32 PROP_HeaderIsDynamicHeight = 238;
-const sal_Int32 PROP_HeaderIsOn = 239;
-const sal_Int32 PROP_HeaderIsShared = 240;
-const sal_Int32 PROP_Height = 241;
-const sal_Int32 PROP_HelpText = 242;
-const sal_Int32 PROP_HideInactiveSelection = 243;
-const sal_Int32 PROP_HoriJustify = 244;
-const sal_Int32 PROP_HoriJustifyMethod = 245;
-const sal_Int32 PROP_HoriOrient = 246;
-const sal_Int32 PROP_HoriOrientPosition = 247;
-const sal_Int32 PROP_HoriOrientRelation = 248;
-const sal_Int32 PROP_HorizontalSplitMode = 249;
-const sal_Int32 PROP_HorizontalSplitPositionTwips = 250;
-const sal_Int32 PROP_IgnoreBlankCells = 251;
-const sal_Int32 PROP_IgnoreCase = 252;
-const sal_Int32 PROP_IgnoreLeadingSpaces = 253;
-const sal_Int32 PROP_ImagePosition = 254;
-const sal_Int32 PROP_IncludeHiddenCells = 255;
-const sal_Int32 PROP_InputMessage = 256;
-const sal_Int32 PROP_InputTitle = 257;
-const sal_Int32 PROP_InterceptValue = 258;
-const sal_Int32 PROP_IsActive = 259;
-const sal_Int32 PROP_IsAdjustHeightEnabled = 260;
-const sal_Int32 PROP_IsCaseSensitive = 261;
-const sal_Int32 PROP_IsCellBackgroundTransparent = 262;
-const sal_Int32 PROP_IsChangeReadOnlyEnabled = 263;
-const sal_Int32 PROP_IsDate = 264;
-const sal_Int32 PROP_IsExecuteLinkEnabled = 265;
-const sal_Int32 PROP_IsHidden = 266;
-const sal_Int32 PROP_IsIterationEnabled = 267;
-const sal_Int32 PROP_IsLandscape = 268;
-const sal_Int32 PROP_IsLoaded = 269;
-const sal_Int32 PROP_IsNumbering = 270;
-const sal_Int32 PROP_IsOutlineSymbolsSet = 271;
-const sal_Int32 PROP_IsPlaceholderDependent = 272;
-const sal_Int32 PROP_IsSharedFormula = 273;
-const sal_Int32 PROP_IsStartOfNewPage = 274;
-const sal_Int32 PROP_IsTextWrapped = 275;
-const sal_Int32 PROP_IsUndoEnabled = 276;
-const sal_Int32 PROP_IsVisible = 277;
-const sal_Int32 PROP_IterationCount = 278;
-const sal_Int32 PROP_IterationEpsilon = 279;
-const sal_Int32 PROP_Japanese = 280;
-const sal_Int32 PROP_Label = 281;
-const sal_Int32 PROP_LabelBorderColor = 282;
-const sal_Int32 PROP_LabelBorderStyle = 283;
-const sal_Int32 PROP_LabelBorderWidth = 284;
-const sal_Int32 PROP_LabelPlacement = 285;
-const sal_Int32 PROP_LabelPosition = 286;
-const sal_Int32 PROP_LabelSeparator = 287;
-const sal_Int32 PROP_LayoutInfo = 288;
-const sal_Int32 PROP_LeftBorder = 289;
-const sal_Int32 PROP_LeftBorderDistance = 290;
-const sal_Int32 PROP_LeftMargin = 291;
-const sal_Int32 PROP_LeftPageFooterContent = 292;
-const sal_Int32 PROP_LeftPageHeaderContent = 293;
-const sal_Int32 PROP_LegacyFragment = 294;
-const sal_Int32 PROP_LineCap = 295;
-const sal_Int32 PROP_LineColor = 296;
-const sal_Int32 PROP_LineCount = 297;
-const sal_Int32 PROP_LineDash = 298;
-const sal_Int32 PROP_LineDashName = 299;
-const sal_Int32 PROP_LineEndCenter = 300;
-const sal_Int32 PROP_LineEndName = 301;
-const sal_Int32 PROP_LineEndWidth = 302;
-const sal_Int32 PROP_LineIncrement = 303;
-const sal_Int32 PROP_LineJoint = 304;
-const sal_Int32 PROP_LineStartCenter = 305;
-const sal_Int32 PROP_LineStartName = 306;
-const sal_Int32 PROP_LineStartWidth = 307;
-const sal_Int32 PROP_LineStyle = 308;
-const sal_Int32 PROP_LineTransparence = 309;
-const sal_Int32 PROP_LineWidth = 310;
-const sal_Int32 PROP_LinkNumberFormatToSource = 311;
-const sal_Int32 PROP_LinkURL = 312;
-const sal_Int32 PROP_LoadReadonly = 313;
-const sal_Int32 PROP_LookUpLabels = 314;
-const sal_Int32 PROP_MajorTickmarks = 315;
-const sal_Int32 PROP_MarkPosition = 316;
-const sal_Int32 PROP_MaxFieldCount = 317;
-const sal_Int32 PROP_MaxTextLen = 318;
-const sal_Int32 PROP_MediaType = 319;
-const sal_Int32 PROP_MediaURL = 320;
-const sal_Int32 PROP_MinorTickmarks = 321;
-const sal_Int32 PROP_MirroredX = 322;
-const sal_Int32 PROP_MirroredY = 323;
-const sal_Int32 PROP_MissingValueTreatment = 324;
-const sal_Int32 PROP_Model = 325;
-const sal_Int32 PROP_ModifyPasswordHash = 326;
-const sal_Int32 PROP_MoveProtect = 327;
-const sal_Int32 PROP_MovingAveragePeriod = 328;
-const sal_Int32 PROP_MultiLine = 329;
-const sal_Int32 PROP_MultiPageValue = 330;
-const sal_Int32 PROP_MultiSelection = 331;
-const sal_Int32 PROP_Name = 332;
-const sal_Int32 PROP_NamedRanges = 333;
-const sal_Int32 PROP_NegativeError = 334;
-const sal_Int32 PROP_NullDate = 335;
-const sal_Int32 PROP_NumberFormat = 336;
-const sal_Int32 PROP_NumberingIsNumber = 337;
-const sal_Int32 PROP_NumberingLevel = 338;
-const sal_Int32 PROP_NumberingRules = 339;
-const sal_Int32 PROP_NumberingType = 340;
-const sal_Int32 PROP_Offset = 341;
-const sal_Int32 PROP_OpCodeMap = 342;
-const sal_Int32 PROP_Opaque = 343;
-const sal_Int32 PROP_Orientation = 344;
-const sal_Int32 PROP_OutputPosition = 345;
-const sal_Int32 PROP_OverlapSequence = 346;
-const sal_Int32 PROP_PageScale = 347;
-const sal_Int32 PROP_PageStyle = 348;
-const sal_Int32 PROP_PageToggle = 349;
-const sal_Int32 PROP_PageViewZoomValue = 350;
-const sal_Int32 PROP_PaintTransparent = 351;
-const sal_Int32 PROP_ParaAdjust = 352;
-const sal_Int32 PROP_ParaBottomMargin = 353;
-const sal_Int32 PROP_ParaFirstLineIndent = 354;
-const sal_Int32 PROP_ParaIndent = 355;
-const sal_Int32 PROP_ParaIsHangingPunctuation = 356;
-const sal_Int32 PROP_ParaIsHyphenation = 357;
-const sal_Int32 PROP_ParaLeftMargin = 358;
-const sal_Int32 PROP_ParaLineSpacing = 359;
-const sal_Int32 PROP_ParaRightMargin = 360;
-const sal_Int32 PROP_ParaTabStops = 361;
-const sal_Int32 PROP_ParaTopMargin = 362;
-const sal_Int32 PROP_Path = 363;
-const sal_Int32 PROP_PercentageNumberFormat = 364;
-const sal_Int32 PROP_PersistName = 365;
-const sal_Int32 PROP_Perspective = 366;
-const sal_Int32 PROP_PolyPolygon = 367;
-const sal_Int32 PROP_PolyPolygonBezier = 368;
-const sal_Int32 PROP_PolygonKind = 369;
-const sal_Int32 PROP_PolynomialDegree = 370;
-const sal_Int32 PROP_Position = 371;
-const sal_Int32 PROP_PositionBottom = 372;
-const sal_Int32 PROP_PositionLeft = 373;
-const sal_Int32 PROP_PositionRight = 374;
-const sal_Int32 PROP_PositionTop = 375;
-const sal_Int32 PROP_PositionX = 376;
-const sal_Int32 PROP_PositionY = 377;
-const sal_Int32 PROP_PositiveError = 378;
-const sal_Int32 PROP_Prefix = 379;
-const sal_Int32 PROP_PresetTextWarp = 380;
-const sal_Int32 PROP_PrintAnnotations = 381;
-const sal_Int32 PROP_PrintBorder = 382;
-const sal_Int32 PROP_PrintDownFirst = 383;
-const sal_Int32 PROP_PrintGrid = 384;
-const sal_Int32 PROP_PrintHeaders = 385;
-const sal_Int32 PROP_Printable = 386;
-const sal_Int32 PROP_PrivateStream = 387;
-const sal_Int32 PROP_PrivateTempFileURL = 388;
-const sal_Int32 PROP_ProgressValueMax = 389;
-const sal_Int32 PROP_ProgressValueMin = 390;
-const sal_Int32 PROP_Protected = 391;
-const sal_Int32 PROP_RadiusRangeMaximum = 392;
-const sal_Int32 PROP_RadiusRangeMinimum = 393;
-const sal_Int32 PROP_RangeXMaximum = 394;
-const sal_Int32 PROP_RangeXMinimum = 395;
-const sal_Int32 PROP_RangeYMaximum = 396;
-const sal_Int32 PROP_RangeYMinimum = 397;
-const sal_Int32 PROP_ReadOnly = 398;
-const sal_Int32 PROP_RefAngle = 399;
-const sal_Int32 PROP_RefR = 400;
-const sal_Int32 PROP_RefX = 401;
-const sal_Int32 PROP_RefY = 402;
-const sal_Int32 PROP_Reference = 403;
-const sal_Int32 PROP_ReferenceDevice = 404;
-const sal_Int32 PROP_ReferenceSheet = 405;
-const sal_Int32 PROP_RefreshPeriod = 406;
-const sal_Int32 PROP_RegularExpressions = 407;
-const sal_Int32 PROP_RelId = 408;
-const sal_Int32 PROP_RelativeHeight = 409;
-const sal_Int32 PROP_RelativeHorizontalTabbarWidth = 410;
-const sal_Int32 PROP_RelativePosition = 411;
-const sal_Int32 PROP_RelativeSize = 412;
-const sal_Int32 PROP_RelativeWidth = 413;
-const sal_Int32 PROP_Repeat = 414;
-const sal_Int32 PROP_RepeatDelay = 415;
-const sal_Int32 PROP_Representation = 416;
-const sal_Int32 PROP_RightAngledAxes = 417;
-const sal_Int32 PROP_RightBorder = 418;
-const sal_Int32 PROP_RightBorderDistance = 419;
-const sal_Int32 PROP_RightMargin = 420;
-const sal_Int32 PROP_RightPageFooterContent = 421;
-const sal_Int32 PROP_RightPageHeaderContent = 422;
-const sal_Int32 PROP_Role = 423;
-const sal_Int32 PROP_RotateAngle = 424;
-const sal_Int32 PROP_RotateReference = 425;
-const sal_Int32 PROP_RotationHorizontal = 426;
-const sal_Int32 PROP_RotationVertical = 427;
-const sal_Int32 PROP_RowGrand = 428;
-const sal_Int32 PROP_RowLabelRanges = 429;
-const sal_Int32 PROP_SaveOutputPosition = 430;
-const sal_Int32 PROP_ScaleMode = 431;
-const sal_Int32 PROP_ScaleToPages = 432;
-const sal_Int32 PROP_ScaleToPagesX = 433;
-const sal_Int32 PROP_ScaleToPagesY = 434;
-const sal_Int32 PROP_ScrollHeight = 435;
-const sal_Int32 PROP_ScrollLeft = 436;
-const sal_Int32 PROP_ScrollTop = 437;
-const sal_Int32 PROP_ScrollValue = 438;
-const sal_Int32 PROP_ScrollValueMax = 439;
-const sal_Int32 PROP_ScrollValueMin = 440;
-const sal_Int32 PROP_ScrollWidth = 441;
-const sal_Int32 PROP_Segments = 442;
-const sal_Int32 PROP_SelectedItems = 443;
-const sal_Int32 PROP_SelectedPage = 444;
-const sal_Int32 PROP_Shadow = 445;
-const sal_Int32 PROP_ShadowColor = 446;
-const sal_Int32 PROP_ShadowFormat = 447;
-const sal_Int32 PROP_ShadowTransparence = 448;
-const sal_Int32 PROP_ShadowXDistance = 449;
-const sal_Int32 PROP_ShadowYDistance = 450;
-const sal_Int32 PROP_Show = 451;
-const sal_Int32 PROP_ShowBorder = 452;
-const sal_Int32 PROP_ShowCharts = 453;
-const sal_Int32 PROP_ShowCorrelationCoefficient = 454;
-const sal_Int32 PROP_ShowDetail = 455;
-const sal_Int32 PROP_ShowDrawing = 456;
-const sal_Int32 PROP_ShowEmpty = 457;
-const sal_Int32 PROP_ShowEquation = 458;
-const sal_Int32 PROP_ShowErrorMessage = 459;
-const sal_Int32 PROP_ShowFilterButton = 460;
-const sal_Int32 PROP_ShowFirst = 461;
-const sal_Int32 PROP_ShowFormulas = 462;
-const sal_Int32 PROP_ShowGrid = 463;
-const sal_Int32 PROP_ShowHighLow = 464;
-const sal_Int32 PROP_ShowInputMessage = 465;
-const sal_Int32 PROP_ShowLegendEntry = 466;
-const sal_Int32 PROP_ShowList = 467;
-const sal_Int32 PROP_ShowNegativeError = 468;
-const sal_Int32 PROP_ShowObjects = 469;
-const sal_Int32 PROP_ShowPageBreakPreview = 470;
-const sal_Int32 PROP_ShowPositiveError = 471;
-const sal_Int32 PROP_ShowZeroValues = 472;
-const sal_Int32 PROP_ShrinkToFit = 473;
-const sal_Int32 PROP_Size = 474;
-const sal_Int32 PROP_Size100thMM = 475;
-const sal_Int32 PROP_SizePixel = 476;
-const sal_Int32 PROP_SizeProtect = 477;
-const sal_Int32 PROP_SizeType = 478;
-const sal_Int32 PROP_SkipDuplicates = 479;
-const sal_Int32 PROP_SortInfo = 480;
-const sal_Int32 PROP_Sound = 481;
-const sal_Int32 PROP_SoundOn = 482;
-const sal_Int32 PROP_Speed = 483;
-const sal_Int32 PROP_Spin = 484;
-const sal_Int32 PROP_SpinIncrement = 485;
-const sal_Int32 PROP_SpinValue = 486;
-const sal_Int32 PROP_SpinValueMax = 487;
-const sal_Int32 PROP_SpinValueMin = 488;
-const sal_Int32 PROP_StackCharacters = 489;
-const sal_Int32 PROP_StackingDirection = 490;
-const sal_Int32 PROP_StartPosition = 491;
-const sal_Int32 PROP_StartWith = 492;
-const sal_Int32 PROP_StartingAngle = 493;
-const sal_Int32 PROP_State = 494;
-const sal_Int32 PROP_StringItemList = 495;
-const sal_Int32 PROP_SubViewSize = 496;
-const sal_Int32 PROP_Subtotals = 497;
-const sal_Int32 PROP_Suffix = 498;
-const sal_Int32 PROP_Surround = 499;
-const sal_Int32 PROP_SwapXAndYAxis = 500;
-const sal_Int32 PROP_Symbol = 501;
-const sal_Int32 PROP_SymbolColor = 502;
-const sal_Int32 PROP_TabColor = 503;
-const sal_Int32 PROP_TabIndex = 504;
-const sal_Int32 PROP_TableBorder = 505;
-const sal_Int32 PROP_TableLayout = 506;
-const sal_Int32 PROP_TableSelected = 507;
-const sal_Int32 PROP_Tables = 508;
-const sal_Int32 PROP_Tabstop = 509;
-const sal_Int32 PROP_Tag = 510;
-const sal_Int32 PROP_TargetFrame = 511;
-const sal_Int32 PROP_Text = 512;
-const sal_Int32 PROP_TextAutoGrowHeight = 513;
-const sal_Int32 PROP_TextBox = 514;
-const sal_Int32 PROP_TextBreak = 515;
-const sal_Int32 PROP_TextCameraZRotateAngle = 516;
-const sal_Int32 PROP_TextColor = 517;
-const sal_Int32 PROP_TextFitToSize = 518;
-const sal_Int32 PROP_TextFrames = 519;
-const sal_Int32 PROP_TextHorizontalAdjust = 520;
-const sal_Int32 PROP_TextLeftDistance = 521;
-const sal_Int32 PROP_TextLowerDistance = 522;
-const sal_Int32 PROP_TextOverlap = 523;
-const sal_Int32 PROP_TextPreRotateAngle = 524;
-const sal_Int32 PROP_TextRightDistance = 525;
-const sal_Int32 PROP_TextRotateAngle = 526;
-const sal_Int32 PROP_TextRotation = 527;
-const sal_Int32 PROP_TextUpperDistance = 528;
-const sal_Int32 PROP_TextVerticalAdjust = 529;
-const sal_Int32 PROP_TextWordWrap = 530;
-const sal_Int32 PROP_TextWritingMode = 531;
-const sal_Int32 PROP_Title = 532;
-const sal_Int32 PROP_Toggle = 533;
-const sal_Int32 PROP_TokenIndex = 534;
-const sal_Int32 PROP_TopBorder = 535;
-const sal_Int32 PROP_TopBorderDistance = 536;
-const sal_Int32 PROP_TopMargin = 537;
-const sal_Int32 PROP_TotalsRow = 538;
-const sal_Int32 PROP_Transformation = 539;
-const sal_Int32 PROP_TransitionDirection = 540;
-const sal_Int32 PROP_TransitionDuration = 541;
-const sal_Int32 PROP_TransitionFadeColor = 542;
-const sal_Int32 PROP_TransitionSubtype = 543;
-const sal_Int32 PROP_TransitionType = 544;
-const sal_Int32 PROP_Transparency = 545;
-const sal_Int32 PROP_TriState = 546;
-const sal_Int32 PROP_Type = 547;
-const sal_Int32 PROP_URL = 548;
-const sal_Int32 PROP_UnnamedDatabaseRanges = 549;
-const sal_Int32 PROP_Url = 550;
-const sal_Int32 PROP_UseFilterCriteriaSource = 551;
-const sal_Int32 PROP_UseRegularExpressions = 552;
-const sal_Int32 PROP_UseRings = 553;
-const sal_Int32 PROP_UseSelectedPage = 554;
-const sal_Int32 PROP_VScroll = 555;
-const sal_Int32 PROP_Validation = 556;
-const sal_Int32 PROP_Value = 557;
-const sal_Int32 PROP_VaryColorsByPoint = 558;
-const sal_Int32 PROP_VertJustify = 559;
-const sal_Int32 PROP_VertJustifyMethod = 560;
-const sal_Int32 PROP_VertOrient = 561;
-const sal_Int32 PROP_VertOrientPosition = 562;
-const sal_Int32 PROP_VertOrientRelation = 563;
-const sal_Int32 PROP_VerticalAlign = 564;
-const sal_Int32 PROP_VerticalSplitMode = 565;
-const sal_Int32 PROP_VerticalSplitPositionTwips = 566;
-const sal_Int32 PROP_ViewBox = 567;
-const sal_Int32 PROP_Visible = 568;
-const sal_Int32 PROP_VisibleFlag = 569;
-const sal_Int32 PROP_VisibleSize = 570;
-const sal_Int32 PROP_VisualArea = 571;
-const sal_Int32 PROP_VisualEffect = 572;
-const sal_Int32 PROP_Weight = 573;
-const sal_Int32 PROP_WhiteDay = 574;
-const sal_Int32 PROP_Width = 575;
-const sal_Int32 PROP_Wildcards = 576;
-const sal_Int32 PROP_WritingMode = 577;
-const sal_Int32 PROP_XLA1Representation = 578;
-const sal_Int32 PROP_ZoomType = 579;
-const sal_Int32 PROP_ZoomValue = 580;
-const sal_Int32 PROP_COUNT = 581;
+const sal_Int32 PROP_AbsoluteName = 0;
+const sal_Int32 PROP_Action = 1;
+const sal_Int32 PROP_ActiveSplitRange = 2;
+const sal_Int32 PROP_ActiveTable = 3;
+const sal_Int32 PROP_Address = 4;
+const sal_Int32 PROP_Adjust = 5;
+const sal_Int32 PROP_AdjustContrast = 6;
+const sal_Int32 PROP_AdjustLuminance = 7;
+const sal_Int32 PROP_AdjustmentValues = 8;
+const sal_Int32 PROP_Align = 9;
+const sal_Int32 PROP_AnchorPosition = 10;
+const sal_Int32 PROP_AnchorType = 11;
+const sal_Int32 PROP_ApplyFormDesignMode = 12;
+const sal_Int32 PROP_AreaLinks = 13;
+const sal_Int32 PROP_ArrangeOrder = 14;
+const sal_Int32 PROP_Aspect = 15;
+const sal_Int32 PROP_AttachedAxisIndex = 16;
+const sal_Int32 PROP_AutoFilter = 17;
+const sal_Int32 PROP_AutoShowInfo = 18;
+const sal_Int32 PROP_Autocomplete = 19;
+const sal_Int32 PROP_BackColor = 20;
+const sal_Int32 PROP_BackColorTransparency = 21;
+const sal_Int32 PROP_BackGraphic = 22;
+const sal_Int32 PROP_BackGraphicLocation = 23;
+const sal_Int32 PROP_Background = 24;
+const sal_Int32 PROP_BackgroundColor = 25;
+const sal_Int32 PROP_BasicLibraries = 26;
+const sal_Int32 PROP_BlackDay = 27;
+const sal_Int32 PROP_BlockIncrement = 28;
+const sal_Int32 PROP_Border = 29;
+const sal_Int32 PROP_BorderColor = 30;
+const sal_Int32 PROP_BorderDashName = 31;
+const sal_Int32 PROP_BorderStyle = 32;
+const sal_Int32 PROP_BorderTransparency = 33;
+const sal_Int32 PROP_BorderWidth = 34;
+const sal_Int32 PROP_BottomBorder = 35;
+const sal_Int32 PROP_BottomBorderDistance = 36;
+const sal_Int32 PROP_BottomMargin = 37;
+const sal_Int32 PROP_BuiltInUnit = 38;
+const sal_Int32 PROP_BulletChar = 39;
+const sal_Int32 PROP_BulletColor = 40;
+const sal_Int32 PROP_BulletFont = 41;
+const sal_Int32 PROP_BulletFontName = 42;
+const sal_Int32 PROP_BulletRelSize = 43;
+const sal_Int32 PROP_CLSID = 44;
+const sal_Int32 PROP_CalcAsShown = 45;
+const sal_Int32 PROP_CellBackColor = 46;
+const sal_Int32 PROP_CellProtection = 47;
+const sal_Int32 PROP_CellStyle = 48;
+const sal_Int32 PROP_CenterHorizontally = 49;
+const sal_Int32 PROP_CenterVertically = 50;
+const sal_Int32 PROP_Change = 51;
+const sal_Int32 PROP_CharBackColor = 52;
+const sal_Int32 PROP_CharCaseMap = 53;
+const sal_Int32 PROP_CharColor = 54;
+const sal_Int32 PROP_CharContoured = 55;
+const sal_Int32 PROP_CharEscapement = 56;
+const sal_Int32 PROP_CharEscapementHeight = 57;
+const sal_Int32 PROP_CharFontCharSet = 58;
+const sal_Int32 PROP_CharFontCharSetAsian = 59;
+const sal_Int32 PROP_CharFontCharSetComplex = 60;
+const sal_Int32 PROP_CharFontFamily = 61;
+const sal_Int32 PROP_CharFontFamilyAsian = 62;
+const sal_Int32 PROP_CharFontFamilyComplex = 63;
+const sal_Int32 PROP_CharFontName = 64;
+const sal_Int32 PROP_CharFontNameAsian = 65;
+const sal_Int32 PROP_CharFontNameComplex = 66;
+const sal_Int32 PROP_CharFontPitch = 67;
+const sal_Int32 PROP_CharFontPitchAsian = 68;
+const sal_Int32 PROP_CharFontPitchComplex = 69;
+const sal_Int32 PROP_CharHeight = 70;
+const sal_Int32 PROP_CharHeightAsian = 71;
+const sal_Int32 PROP_CharHeightComplex = 72;
+const sal_Int32 PROP_CharInteropGrabBag = 73;
+const sal_Int32 PROP_CharKerning = 74;
+const sal_Int32 PROP_CharLocale = 75;
+const sal_Int32 PROP_CharLocaleAsian = 76;
+const sal_Int32 PROP_CharLocaleComplex = 77;
+const sal_Int32 PROP_CharPosture = 78;
+const sal_Int32 PROP_CharPostureAsian = 79;
+const sal_Int32 PROP_CharPostureComplex = 80;
+const sal_Int32 PROP_CharShadowed = 81;
+const sal_Int32 PROP_CharStrikeout = 82;
+const sal_Int32 PROP_CharStyleName = 83;
+const sal_Int32 PROP_CharTransparence = 84;
+const sal_Int32 PROP_CharUnderline = 85;
+const sal_Int32 PROP_CharUnderlineColor = 86;
+const sal_Int32 PROP_CharUnderlineHasColor = 87;
+const sal_Int32 PROP_CharWeight = 88;
+const sal_Int32 PROP_CharWeightAsian = 89;
+const sal_Int32 PROP_CharWeightComplex = 90;
+const sal_Int32 PROP_CircleEndAngle = 91;
+const sal_Int32 PROP_CircleKind = 92;
+const sal_Int32 PROP_CircleStartAngle = 93;
+const sal_Int32 PROP_ClassId = 94;
+const sal_Int32 PROP_CodeName = 95;
+const sal_Int32 PROP_Color = 96;
+const sal_Int32 PROP_ColumnGrand = 97;
+const sal_Int32 PROP_ColumnLabelRanges = 98;
+const sal_Int32 PROP_CompileEnglish = 99;
+const sal_Int32 PROP_ConditionalFormat = 100;
+const sal_Int32 PROP_ConnectBars = 101;
+const sal_Int32 PROP_ContainsHeader = 102;
+const sal_Int32 PROP_Coordinates = 103;
+const sal_Int32 PROP_CopyBack = 104;
+const sal_Int32 PROP_CopyFormulas = 105;
+const sal_Int32 PROP_CopyOutputData = 106;
+const sal_Int32 PROP_CopyStyles = 107;
+const sal_Int32 PROP_CornerRadius = 108;
+const sal_Int32 PROP_CrossoverPosition = 109;
+const sal_Int32 PROP_CrossoverValue = 110;
+const sal_Int32 PROP_CursorPositionX = 111;
+const sal_Int32 PROP_CursorPositionY = 112;
+const sal_Int32 PROP_CurveName = 113;
+const sal_Int32 PROP_CurveStyle = 114;
+const sal_Int32 PROP_CustomLabelFields = 115;
+const sal_Int32 PROP_CustomLabelPosition = 116;
+const sal_Int32 PROP_CustomShapeGeometry = 117;
+const sal_Int32 PROP_D3DSceneAmbientColor = 118;
+const sal_Int32 PROP_D3DSceneLightColor2 = 119;
+const sal_Int32 PROP_D3DSceneLightDirection2 = 120;
+const sal_Int32 PROP_D3DSceneLightOn1 = 121;
+const sal_Int32 PROP_D3DSceneLightOn2 = 122;
+const sal_Int32 PROP_D3DScenePerspective = 123;
+const sal_Int32 PROP_D3DSceneShadeMode = 124;
+const sal_Int32 PROP_DDELinks = 125;
+const sal_Int32 PROP_DataTableHBorder = 126;
+const sal_Int32 PROP_DataTableOutline = 127;
+const sal_Int32 PROP_DataTableVBorder = 128;
+const sal_Int32 PROP_DatabaseRanges = 129;
+const sal_Int32 PROP_Decoration = 130;
+const sal_Int32 PROP_DefaultScrollValue = 131;
+const sal_Int32 PROP_DefaultSpinValue = 132;
+const sal_Int32 PROP_DefaultState = 133;
+const sal_Int32 PROP_DefaultText = 134;
+const sal_Int32 PROP_DefaultValue = 135;
+const sal_Int32 PROP_DeletedLegendEntries = 136;
+const sal_Int32 PROP_DiagonalBLTR = 137;
+const sal_Int32 PROP_DiagonalTLBR = 138;
+const sal_Int32 PROP_DialogLibraries = 139;
+const sal_Int32 PROP_DisableComplexChartTypes = 140;
+const sal_Int32 PROP_DisableDataTableDialog = 141;
+const sal_Int32 PROP_DisplayLabels = 142;
+const sal_Int32 PROP_DisplayUnits = 143;
+const sal_Int32 PROP_DrillDownOnDoubleClick = 144;
+const sal_Int32 PROP_Dropdown = 145;
+const sal_Int32 PROP_Duration = 146;
+const sal_Int32 PROP_EchoChar = 147;
+const sal_Int32 PROP_EnableVisible = 148;
+const sal_Int32 PROP_Enabled = 149;
+const sal_Int32 PROP_EndPosition = 150;
+const sal_Int32 PROP_Equations = 151;
+const sal_Int32 PROP_ErrorAlertStyle = 152;
+const sal_Int32 PROP_ErrorBarStyle = 153;
+const sal_Int32 PROP_ErrorBarX = 154;
+const sal_Int32 PROP_ErrorBarY = 155;
+const sal_Int32 PROP_ErrorMessage = 156;
+const sal_Int32 PROP_ErrorTitle = 157;
+const sal_Int32 PROP_Expansion = 158;
+const sal_Int32 PROP_ExternalData = 159;
+const sal_Int32 PROP_ExternalDocLinks = 160;
+const sal_Int32 PROP_ExternalLinks = 161;
+const sal_Int32 PROP_ExtrapolateBackward = 162;
+const sal_Int32 PROP_ExtrapolateForward = 163;
+const sal_Int32 PROP_FileFormat = 164;
+const sal_Int32 PROP_FillBackground = 165;
+const sal_Int32 PROP_FillBitmap = 166;
+const sal_Int32 PROP_FillBitmapMode = 167;
+const sal_Int32 PROP_FillBitmapName = 168;
+const sal_Int32 PROP_FillBitmapPositionOffsetX = 169;
+const sal_Int32 PROP_FillBitmapPositionOffsetY = 170;
+const sal_Int32 PROP_FillBitmapRectanglePoint = 171;
+const sal_Int32 PROP_FillBitmapSizeX = 172;
+const sal_Int32 PROP_FillBitmapSizeY = 173;
+const sal_Int32 PROP_FillColor = 174;
+const sal_Int32 PROP_FillGradient = 175;
+const sal_Int32 PROP_FillGradientName = 176;
+const sal_Int32 PROP_FillHatch = 177;
+const sal_Int32 PROP_FillHatchName = 178;
+const sal_Int32 PROP_FillStyle = 179;
+const sal_Int32 PROP_FillTransparence = 180;
+const sal_Int32 PROP_FillTransparenceGradient = 181;
+const sal_Int32 PROP_FillTransparenceGradientName = 182;
+const sal_Int32 PROP_Filter = 183;
+const sal_Int32 PROP_FilterCriteriaSource = 184;
+const sal_Int32 PROP_FilterOptions = 185;
+const sal_Int32 PROP_FirstLineOffset = 186;
+const sal_Int32 PROP_FirstPageNumber = 187;
+const sal_Int32 PROP_FocusOnClick = 188;
+const sal_Int32 PROP_FontCharset = 189;
+const sal_Int32 PROP_FontHeight = 190;
+const sal_Int32 PROP_FontIndependentLineSpacing = 191;
+const sal_Int32 PROP_FontName = 192;
+const sal_Int32 PROP_FontSlant = 193;
+const sal_Int32 PROP_FontStrikeout = 194;
+const sal_Int32 PROP_FontUnderline = 195;
+const sal_Int32 PROP_FontWeight = 196;
+const sal_Int32 PROP_FooterBodyDistance = 197;
+const sal_Int32 PROP_FooterHeight = 198;
+const sal_Int32 PROP_FooterIsDynamicHeight = 199;
+const sal_Int32 PROP_FooterIsOn = 200;
+const sal_Int32 PROP_FooterIsShared = 201;
+const sal_Int32 PROP_ForceIntercept = 202;
+const sal_Int32 PROP_FormulaConvention = 203;
+const sal_Int32 PROP_FrameIsAutomaticHeight = 204;
+const sal_Int32 PROP_FromWordArt = 205;
+const sal_Int32 PROP_Function = 206;
+const sal_Int32 PROP_GapwidthSequence = 207;
+const sal_Int32 PROP_GenerateVbaEvents = 208;
+const sal_Int32 PROP_Geometry3D = 209;
+const sal_Int32 PROP_GlowEffect = 210;
+const sal_Int32 PROP_GlowEffectRadius = 211;
+const sal_Int32 PROP_GradientName = 212;
+const sal_Int32 PROP_Graphic = 213;
+const sal_Int32 PROP_GraphicBitmap = 214;
+const sal_Int32 PROP_GraphicColorMode = 215;
+const sal_Int32 PROP_GraphicCrop = 216;
+const sal_Int32 PROP_GraphicSize = 217;
+const sal_Int32 PROP_GridColor = 218;
+const sal_Int32 PROP_GroupInfo = 219;
+const sal_Int32 PROP_GroupName = 220;
+const sal_Int32 PROP_HScroll = 221;
+const sal_Int32 PROP_Handles = 222;
+const sal_Int32 PROP_HasAutoShowInfo = 223;
+const sal_Int32 PROP_HasColumnRowHeaders = 224;
+const sal_Int32 PROP_HasHorizontalScrollBar = 225;
+const sal_Int32 PROP_HasLayoutInfo = 226;
+const sal_Int32 PROP_HasMainTitle = 227;
+const sal_Int32 PROP_HasReference = 228;
+const sal_Int32 PROP_HasSecondaryXAxisTitle = 229;
+const sal_Int32 PROP_HasSecondaryYAxisTitle = 230;
+const sal_Int32 PROP_HasSheetTabs = 231;
+const sal_Int32 PROP_HasSortInfo = 232;
+const sal_Int32 PROP_HasVerticalScrollBar = 233;
+const sal_Int32 PROP_HasXAxisTitle = 234;
+const sal_Int32 PROP_HasYAxisTitle = 235;
+const sal_Int32 PROP_HasZAxisTitle = 236;
+const sal_Int32 PROP_HatchName = 237;
+const sal_Int32 PROP_HeaderBodyDistance = 238;
+const sal_Int32 PROP_HeaderHeight = 239;
+const sal_Int32 PROP_HeaderIsDynamicHeight = 240;
+const sal_Int32 PROP_HeaderIsOn = 241;
+const sal_Int32 PROP_HeaderIsShared = 242;
+const sal_Int32 PROP_Height = 243;
+const sal_Int32 PROP_HelpText = 244;
+const sal_Int32 PROP_HideInactiveSelection = 245;
+const sal_Int32 PROP_HoriJustify = 246;
+const sal_Int32 PROP_HoriJustifyMethod = 247;
+const sal_Int32 PROP_HoriOrient = 248;
+const sal_Int32 PROP_HoriOrientPosition = 249;
+const sal_Int32 PROP_HoriOrientRelation = 250;
+const sal_Int32 PROP_HorizontalSplitMode = 251;
+const sal_Int32 PROP_HorizontalSplitPositionTwips = 252;
+const sal_Int32 PROP_IgnoreBlankCells = 253;
+const sal_Int32 PROP_IgnoreCase = 254;
+const sal_Int32 PROP_IgnoreLeadingSpaces = 255;
+const sal_Int32 PROP_ImagePosition = 256;
+const sal_Int32 PROP_IncludeHiddenCells = 257;
+const sal_Int32 PROP_InputMessage = 258;
+const sal_Int32 PROP_InputTitle = 259;
+const sal_Int32 PROP_InterceptValue = 260;
+const sal_Int32 PROP_IsActive = 261;
+const sal_Int32 PROP_IsAdjustHeightEnabled = 262;
+const sal_Int32 PROP_IsCaseSensitive = 263;
+const sal_Int32 PROP_IsCellBackgroundTransparent = 264;
+const sal_Int32 PROP_IsChangeReadOnlyEnabled = 265;
+const sal_Int32 PROP_IsDate = 266;
+const sal_Int32 PROP_IsExecuteLinkEnabled = 267;
+const sal_Int32 PROP_IsHidden = 268;
+const sal_Int32 PROP_IsIterationEnabled = 269;
+const sal_Int32 PROP_IsLandscape = 270;
+const sal_Int32 PROP_IsLoaded = 271;
+const sal_Int32 PROP_IsNumbering = 272;
+const sal_Int32 PROP_IsOutlineSymbolsSet = 273;
+const sal_Int32 PROP_IsPlaceholderDependent = 274;
+const sal_Int32 PROP_IsSharedFormula = 275;
+const sal_Int32 PROP_IsStartOfNewPage = 276;
+const sal_Int32 PROP_IsTextWrapped = 277;
+const sal_Int32 PROP_IsUndoEnabled = 278;
+const sal_Int32 PROP_IsVisible = 279;
+const sal_Int32 PROP_IterationCount = 280;
+const sal_Int32 PROP_IterationEpsilon = 281;
+const sal_Int32 PROP_Japanese = 282;
+const sal_Int32 PROP_Label = 283;
+const sal_Int32 PROP_LabelBorderColor = 284;
+const sal_Int32 PROP_LabelBorderStyle = 285;
+const sal_Int32 PROP_LabelBorderWidth = 286;
+const sal_Int32 PROP_LabelFillBackground = 287;
+const sal_Int32 PROP_LabelFillColor = 288;
+const sal_Int32 PROP_LabelFillHatchName = 289;
+const sal_Int32 PROP_LabelFillStyle = 290;
+const sal_Int32 PROP_LabelPlacement = 291;
+const sal_Int32 PROP_LabelPosition = 292;
+const sal_Int32 PROP_LabelSeparator = 293;
+const sal_Int32 PROP_LayoutInfo = 294;
+const sal_Int32 PROP_LeftBorder = 295;
+const sal_Int32 PROP_LeftBorderDistance = 296;
+const sal_Int32 PROP_LeftMargin = 297;
+const sal_Int32 PROP_LeftPageFooterContent = 298;
+const sal_Int32 PROP_LeftPageHeaderContent = 299;
+const sal_Int32 PROP_LegacyFragment = 300;
+const sal_Int32 PROP_LineCap = 301;
+const sal_Int32 PROP_LineColor = 302;
+const sal_Int32 PROP_LineCount = 303;
+const sal_Int32 PROP_LineDash = 304;
+const sal_Int32 PROP_LineDashName = 305;
+const sal_Int32 PROP_LineEndCenter = 306;
+const sal_Int32 PROP_LineEndName = 307;
+const sal_Int32 PROP_LineEndWidth = 308;
+const sal_Int32 PROP_LineIncrement = 309;
+const sal_Int32 PROP_LineJoint = 310;
+const sal_Int32 PROP_LineStartCenter = 311;
+const sal_Int32 PROP_LineStartName = 312;
+const sal_Int32 PROP_LineStartWidth = 313;
+const sal_Int32 PROP_LineStyle = 314;
+const sal_Int32 PROP_LineTransparence = 315;
+const sal_Int32 PROP_LineWidth = 316;
+const sal_Int32 PROP_LinkNumberFormatToSource = 317;
+const sal_Int32 PROP_LinkURL = 318;
+const sal_Int32 PROP_LoadReadonly = 319;
+const sal_Int32 PROP_LookUpLabels = 320;
+const sal_Int32 PROP_MajorTickmarks = 321;
+const sal_Int32 PROP_MarkPosition = 322;
+const sal_Int32 PROP_MaxFieldCount = 323;
+const sal_Int32 PROP_MaxTextLen = 324;
+const sal_Int32 PROP_MediaType = 325;
+const sal_Int32 PROP_MediaURL = 326;
+const sal_Int32 PROP_MinorTickmarks = 327;
+const sal_Int32 PROP_MirroredX = 328;
+const sal_Int32 PROP_MirroredY = 329;
+const sal_Int32 PROP_MissingValueTreatment = 330;
+const sal_Int32 PROP_Model = 331;
+const sal_Int32 PROP_ModifyPasswordHash = 332;
+const sal_Int32 PROP_MoveProtect = 333;
+const sal_Int32 PROP_MovingAveragePeriod = 334;
+const sal_Int32 PROP_MultiLine = 335;
+const sal_Int32 PROP_MultiPageValue = 336;
+const sal_Int32 PROP_MultiSelection = 337;
+const sal_Int32 PROP_Name = 338;
+const sal_Int32 PROP_NamedRanges = 339;
+const sal_Int32 PROP_NegativeError = 340;
+const sal_Int32 PROP_NullDate = 341;
+const sal_Int32 PROP_NumberFormat = 342;
+const sal_Int32 PROP_NumberingIsNumber = 343;
+const sal_Int32 PROP_NumberingLevel = 344;
+const sal_Int32 PROP_NumberingRules = 345;
+const sal_Int32 PROP_NumberingType = 346;
+const sal_Int32 PROP_Offset = 347;
+const sal_Int32 PROP_OpCodeMap = 348;
+const sal_Int32 PROP_Opaque = 349;
+const sal_Int32 PROP_Orientation = 350;
+const sal_Int32 PROP_OutputPosition = 351;
+const sal_Int32 PROP_OverlapSequence = 352;
+const sal_Int32 PROP_Overlay = 353;
+const sal_Int32 PROP_PageScale = 354;
+const sal_Int32 PROP_PageStyle = 355;
+const sal_Int32 PROP_PageToggle = 356;
+const sal_Int32 PROP_PageViewZoomValue = 357;
+const sal_Int32 PROP_PaintTransparent = 358;
+const sal_Int32 PROP_ParaAdjust = 359;
+const sal_Int32 PROP_ParaBottomMargin = 360;
+const sal_Int32 PROP_ParaFirstLineIndent = 361;
+const sal_Int32 PROP_ParaIndent = 362;
+const sal_Int32 PROP_ParaIsHangingPunctuation = 363;
+const sal_Int32 PROP_ParaIsHyphenation = 364;
+const sal_Int32 PROP_ParaLeftMargin = 365;
+const sal_Int32 PROP_ParaLineSpacing = 366;
+const sal_Int32 PROP_ParaRightMargin = 367;
+const sal_Int32 PROP_ParaTabStops = 368;
+const sal_Int32 PROP_ParaTopMargin = 369;
+const sal_Int32 PROP_Path = 370;
+const sal_Int32 PROP_PercentageNumberFormat = 371;
+const sal_Int32 PROP_PersistName = 372;
+const sal_Int32 PROP_Perspective = 373;
+const sal_Int32 PROP_PolyPolygon = 374;
+const sal_Int32 PROP_PolyPolygonBezier = 375;
+const sal_Int32 PROP_PolygonKind = 376;
+const sal_Int32 PROP_PolynomialDegree = 377;
+const sal_Int32 PROP_Position = 378;
+const sal_Int32 PROP_PositionBottom = 379;
+const sal_Int32 PROP_PositionLeft = 380;
+const sal_Int32 PROP_PositionRight = 381;
+const sal_Int32 PROP_PositionTop = 382;
+const sal_Int32 PROP_PositionX = 383;
+const sal_Int32 PROP_PositionY = 384;
+const sal_Int32 PROP_PositiveError = 385;
+const sal_Int32 PROP_Prefix = 386;
+const sal_Int32 PROP_PresetTextWarp = 387;
+const sal_Int32 PROP_PrintAnnotations = 388;
+const sal_Int32 PROP_PrintBorder = 389;
+const sal_Int32 PROP_PrintDownFirst = 390;
+const sal_Int32 PROP_PrintGrid = 391;
+const sal_Int32 PROP_PrintHeaders = 392;
+const sal_Int32 PROP_Printable = 393;
+const sal_Int32 PROP_PrivateStream = 394;
+const sal_Int32 PROP_PrivateTempFileURL = 395;
+const sal_Int32 PROP_ProgressValueMax = 396;
+const sal_Int32 PROP_ProgressValueMin = 397;
+const sal_Int32 PROP_Protected = 398;
+const sal_Int32 PROP_RadiusRangeMaximum = 399;
+const sal_Int32 PROP_RadiusRangeMinimum = 400;
+const sal_Int32 PROP_RangeXMaximum = 401;
+const sal_Int32 PROP_RangeXMinimum = 402;
+const sal_Int32 PROP_RangeYMaximum = 403;
+const sal_Int32 PROP_RangeYMinimum = 404;
+const sal_Int32 PROP_ReadOnly = 405;
+const sal_Int32 PROP_RefAngle = 406;
+const sal_Int32 PROP_RefR = 407;
+const sal_Int32 PROP_RefX = 408;
+const sal_Int32 PROP_RefY = 409;
+const sal_Int32 PROP_Reference = 410;
+const sal_Int32 PROP_ReferenceDevice = 411;
+const sal_Int32 PROP_ReferenceSheet = 412;
+const sal_Int32 PROP_RefreshPeriod = 413;
+const sal_Int32 PROP_RegularExpressions = 414;
+const sal_Int32 PROP_RelId = 415;
+const sal_Int32 PROP_RelativeHeight = 416;
+const sal_Int32 PROP_RelativeHorizontalTabbarWidth = 417;
+const sal_Int32 PROP_RelativePosition = 418;
+const sal_Int32 PROP_RelativeSize = 419;
+const sal_Int32 PROP_RelativeWidth = 420;
+const sal_Int32 PROP_Repeat = 421;
+const sal_Int32 PROP_RepeatDelay = 422;
+const sal_Int32 PROP_Representation = 423;
+const sal_Int32 PROP_RightAngledAxes = 424;
+const sal_Int32 PROP_RightBorder = 425;
+const sal_Int32 PROP_RightBorderDistance = 426;
+const sal_Int32 PROP_RightMargin = 427;
+const sal_Int32 PROP_RightPageFooterContent = 428;
+const sal_Int32 PROP_RightPageHeaderContent = 429;
+const sal_Int32 PROP_Role = 430;
+const sal_Int32 PROP_RotateAngle = 431;
+const sal_Int32 PROP_RotateReference = 432;
+const sal_Int32 PROP_RotationHorizontal = 433;
+const sal_Int32 PROP_RotationVertical = 434;
+const sal_Int32 PROP_RowGrand = 435;
+const sal_Int32 PROP_RowLabelRanges = 436;
+const sal_Int32 PROP_SaveOutputPosition = 437;
+const sal_Int32 PROP_ScaleMode = 438;
+const sal_Int32 PROP_ScaleToPages = 439;
+const sal_Int32 PROP_ScaleToPagesX = 440;
+const sal_Int32 PROP_ScaleToPagesY = 441;
+const sal_Int32 PROP_ScrollHeight = 442;
+const sal_Int32 PROP_ScrollLeft = 443;
+const sal_Int32 PROP_ScrollTop = 444;
+const sal_Int32 PROP_ScrollValue = 445;
+const sal_Int32 PROP_ScrollValueMax = 446;
+const sal_Int32 PROP_ScrollValueMin = 447;
+const sal_Int32 PROP_ScrollWidth = 448;
+const sal_Int32 PROP_Segments = 449;
+const sal_Int32 PROP_SelectedItems = 450;
+const sal_Int32 PROP_SelectedPage = 451;
+const sal_Int32 PROP_Shadow = 452;
+const sal_Int32 PROP_ShadowBlur = 453;
+const sal_Int32 PROP_ShadowColor = 454;
+const sal_Int32 PROP_ShadowFormat = 455;
+const sal_Int32 PROP_ShadowSizeX = 456;
+const sal_Int32 PROP_ShadowSizeY = 457;
+const sal_Int32 PROP_ShadowTransparence = 458;
+const sal_Int32 PROP_ShadowXDistance = 459;
+const sal_Int32 PROP_ShadowYDistance = 460;
+const sal_Int32 PROP_Show = 461;
+const sal_Int32 PROP_ShowBorder = 462;
+const sal_Int32 PROP_ShowCharts = 463;
+const sal_Int32 PROP_ShowCorrelationCoefficient = 464;
+const sal_Int32 PROP_ShowCustomLeaderLines = 465;
+const sal_Int32 PROP_ShowDetail = 466;
+const sal_Int32 PROP_ShowDrawing = 467;
+const sal_Int32 PROP_ShowEmpty = 468;
+const sal_Int32 PROP_ShowEquation = 469;
+const sal_Int32 PROP_ShowErrorMessage = 470;
+const sal_Int32 PROP_ShowFilterButton = 471;
+const sal_Int32 PROP_ShowFirst = 472;
+const sal_Int32 PROP_ShowFormulas = 473;
+const sal_Int32 PROP_ShowGrid = 474;
+const sal_Int32 PROP_ShowHighLow = 475;
+const sal_Int32 PROP_ShowInputMessage = 476;
+const sal_Int32 PROP_ShowLegendEntry = 477;
+const sal_Int32 PROP_ShowList = 478;
+const sal_Int32 PROP_ShowNegativeError = 479;
+const sal_Int32 PROP_ShowObjects = 480;
+const sal_Int32 PROP_ShowPageBreakPreview = 481;
+const sal_Int32 PROP_ShowPositiveError = 482;
+const sal_Int32 PROP_ShowZeroValues = 483;
+const sal_Int32 PROP_ShrinkToFit = 484;
+const sal_Int32 PROP_Size = 485;
+const sal_Int32 PROP_Size100thMM = 486;
+const sal_Int32 PROP_SizePixel = 487;
+const sal_Int32 PROP_SizeProtect = 488;
+const sal_Int32 PROP_SizeType = 489;
+const sal_Int32 PROP_SkipDuplicates = 490;
+const sal_Int32 PROP_SortInfo = 491;
+const sal_Int32 PROP_Sound = 492;
+const sal_Int32 PROP_SoundOn = 493;
+const sal_Int32 PROP_Speed = 494;
+const sal_Int32 PROP_Spin = 495;
+const sal_Int32 PROP_SpinIncrement = 496;
+const sal_Int32 PROP_SpinValue = 497;
+const sal_Int32 PROP_SpinValueMax = 498;
+const sal_Int32 PROP_SpinValueMin = 499;
+const sal_Int32 PROP_StackCharacters = 500;
+const sal_Int32 PROP_StackingDirection = 501;
+const sal_Int32 PROP_StartPosition = 502;
+const sal_Int32 PROP_StartWith = 503;
+const sal_Int32 PROP_StartingAngle = 504;
+const sal_Int32 PROP_State = 505;
+const sal_Int32 PROP_StringItemList = 506;
+const sal_Int32 PROP_SubViewSize = 507;
+const sal_Int32 PROP_Subtotals = 508;
+const sal_Int32 PROP_Suffix = 509;
+const sal_Int32 PROP_Surround = 510;
+const sal_Int32 PROP_SurroundContour = 511;
+const sal_Int32 PROP_SwapXAndYAxis = 512;
+const sal_Int32 PROP_Symbol = 513;
+const sal_Int32 PROP_SymbolColor = 514;
+const sal_Int32 PROP_TabColor = 515;
+const sal_Int32 PROP_TabIndex = 516;
+const sal_Int32 PROP_TableBorder = 517;
+const sal_Int32 PROP_TableLayout = 518;
+const sal_Int32 PROP_TableSelected = 519;
+const sal_Int32 PROP_Tables = 520;
+const sal_Int32 PROP_Tabstop = 521;
+const sal_Int32 PROP_Tag = 522;
+const sal_Int32 PROP_TargetFrame = 523;
+const sal_Int32 PROP_Text = 524;
+const sal_Int32 PROP_TextAutoGrowHeight = 525;
+const sal_Int32 PROP_TextBox = 526;
+const sal_Int32 PROP_TextBreak = 527;
+const sal_Int32 PROP_TextCameraZRotateAngle = 528;
+const sal_Int32 PROP_TextColor = 529;
+const sal_Int32 PROP_TextFitToSize = 530;
+const sal_Int32 PROP_TextFrames = 531;
+const sal_Int32 PROP_TextHorizontalAdjust = 532;
+const sal_Int32 PROP_TextLeftDistance = 533;
+const sal_Int32 PROP_TextLowerDistance = 534;
+const sal_Int32 PROP_TextOverlap = 535;
+const sal_Int32 PROP_TextPreRotateAngle = 536;
+const sal_Int32 PROP_TextRightDistance = 537;
+const sal_Int32 PROP_TextRotateAngle = 538;
+const sal_Int32 PROP_TextRotation = 539;
+const sal_Int32 PROP_TextUpperDistance = 540;
+const sal_Int32 PROP_TextVerticalAdjust = 541;
+const sal_Int32 PROP_TextWordWrap = 542;
+const sal_Int32 PROP_TextWritingMode = 543;
+const sal_Int32 PROP_Title = 544;
+const sal_Int32 PROP_Toggle = 545;
+const sal_Int32 PROP_TokenIndex = 546;
+const sal_Int32 PROP_TopBorder = 547;
+const sal_Int32 PROP_TopBorderDistance = 548;
+const sal_Int32 PROP_TopMargin = 549;
+const sal_Int32 PROP_TotalsRow = 550;
+const sal_Int32 PROP_Transformation = 551;
+const sal_Int32 PROP_TransitionDirection = 552;
+const sal_Int32 PROP_TransitionDuration = 553;
+const sal_Int32 PROP_TransitionFadeColor = 554;
+const sal_Int32 PROP_TransitionSubtype = 555;
+const sal_Int32 PROP_TransitionType = 556;
+const sal_Int32 PROP_Transparency = 557;
+const sal_Int32 PROP_TriState = 558;
+const sal_Int32 PROP_Type = 559;
+const sal_Int32 PROP_URL = 560;
+const sal_Int32 PROP_UnnamedDatabaseRanges = 561;
+const sal_Int32 PROP_Url = 562;
+const sal_Int32 PROP_UseFilterCriteriaSource = 563;
+const sal_Int32 PROP_UseRegularExpressions = 564;
+const sal_Int32 PROP_UseRings = 565;
+const sal_Int32 PROP_UseSelectedPage = 566;
+const sal_Int32 PROP_VScroll = 567;
+const sal_Int32 PROP_Validation = 568;
+const sal_Int32 PROP_Value = 569;
+const sal_Int32 PROP_VaryColorsByPoint = 570;
+const sal_Int32 PROP_VertJustify = 571;
+const sal_Int32 PROP_VertJustifyMethod = 572;
+const sal_Int32 PROP_VertOrient = 573;
+const sal_Int32 PROP_VertOrientPosition = 574;
+const sal_Int32 PROP_VertOrientRelation = 575;
+const sal_Int32 PROP_VerticalAlign = 576;
+const sal_Int32 PROP_VerticalSplitMode = 577;
+const sal_Int32 PROP_VerticalSplitPositionTwips = 578;
+const sal_Int32 PROP_ViewBox = 579;
+const sal_Int32 PROP_Visible = 580;
+const sal_Int32 PROP_VisibleFlag = 581;
+const sal_Int32 PROP_VisibleSize = 582;
+const sal_Int32 PROP_VisualArea = 583;
+const sal_Int32 PROP_VisualEffect = 584;
+const sal_Int32 PROP_Weight = 585;
+const sal_Int32 PROP_WhiteDay = 586;
+const sal_Int32 PROP_Width = 587;
+const sal_Int32 PROP_Wildcards = 588;
+const sal_Int32 PROP_WritingMode = 589;
+const sal_Int32 PROP_XLA1Representation = 590;
+const sal_Int32 PROP_ZoomType = 591;
+const sal_Int32 PROP_ZoomValue = 592;
+const sal_Int32 PROP_COUNT = 593;
const sal_Int32 PROP_INVALID = -1;
diff --git a/oox/oox/token/tokens.hxx b/oox/oox/token/tokens.hxx
index 66871dd4470c..072f0cb0f9d4 100644
--- a/oox/oox/token/tokens.hxx
+++ b/oox/oox/token/tokens.hxx
@@ -1046,4833 +1046,4835 @@ const sal_Int32 XML_by = 1020;
const sal_Int32 XML_byPosition = 1021;
const sal_Int32 XML_byte = 1022;
const sal_Int32 XML_c = 1023;
-const sal_Int32 XML_cBhvr = 1024;
-const sal_Int32 XML_cGp = 1025;
-const sal_Int32 XML_cGpRule = 1026;
-const sal_Int32 XML_cMediaNode = 1027;
-const sal_Int32 XML_cNvCnPr = 1028;
-const sal_Int32 XML_cNvCxnSpPr = 1029;
-const sal_Int32 XML_cNvGraphicFramePr = 1030;
-const sal_Int32 XML_cNvGrpSpPr = 1031;
-const sal_Int32 XML_cNvPicPr = 1032;
-const sal_Int32 XML_cNvPr = 1033;
-const sal_Int32 XML_cNvSpPr = 1034;
-const sal_Int32 XML_cSld = 1035;
-const sal_Int32 XML_cSldViewPr = 1036;
-const sal_Int32 XML_cSp = 1037;
-const sal_Int32 XML_cTn = 1038;
-const sal_Int32 XML_cViewPr = 1039;
-const sal_Int32 XML_ca = 1040;
-const sal_Int32 XML_cabins = 1041;
-const sal_Int32 XML_cacheField = 1042;
-const sal_Int32 XML_cacheFields = 1043;
-const sal_Int32 XML_cacheHierarchies = 1044;
-const sal_Int32 XML_cacheHierarchy = 1045;
-const sal_Int32 XML_cacheId = 1046;
-const sal_Int32 XML_cacheIndex = 1047;
-const sal_Int32 XML_cacheSource = 1048;
-const sal_Int32 XML_cachedColBalance = 1049;
-const sal_Int32 XML_cadetBlue = 1050;
-const sal_Int32 XML_cakeSlice = 1051;
-const sal_Int32 XML_calcChain = 1052;
-const sal_Int32 XML_calcCompleted = 1053;
-const sal_Int32 XML_calcId = 1054;
-const sal_Int32 XML_calcMode = 1055;
-const sal_Int32 XML_calcOnExit = 1056;
-const sal_Int32 XML_calcOnSave = 1057;
-const sal_Int32 XML_calcPr = 1058;
-const sal_Int32 XML_calcmode = 1059;
-const sal_Int32 XML_calculated = 1060;
-const sal_Int32 XML_calculatedColumn = 1061;
-const sal_Int32 XML_calculatedColumnFormula = 1062;
-const sal_Int32 XML_calculatedItem = 1063;
-const sal_Int32 XML_calculatedItems = 1064;
-const sal_Int32 XML_calculatedMember = 1065;
-const sal_Int32 XML_calculatedMembers = 1066;
-const sal_Int32 XML_calendar = 1067;
-const sal_Int32 XML_calendarType = 1068;
-const sal_Int32 XML_call = 1069;
-const sal_Int32 XML_callout = 1070;
-const sal_Int32 XML_callout1 = 1071;
-const sal_Int32 XML_callout2 = 1072;
-const sal_Int32 XML_callout3 = 1073;
-const sal_Int32 XML_camera = 1074;
-const sal_Int32 XML_can = 1075;
-const sal_Int32 XML_canSlip = 1076;
-const sal_Int32 XML_candyCorn = 1077;
-const sal_Int32 XML_cantSplit = 1078;
-const sal_Int32 XML_canvas = 1079;
-const sal_Int32 XML_cap = 1080;
-const sal_Int32 XML_caps = 1081;
-const sal_Int32 XML_caption = 1082;
-const sal_Int32 XML_captionBeginsWith = 1083;
-const sal_Int32 XML_captionBetween = 1084;
-const sal_Int32 XML_captionContains = 1085;
-const sal_Int32 XML_captionEndsWith = 1086;
-const sal_Int32 XML_captionEqual = 1087;
-const sal_Int32 XML_captionGreaterThan = 1088;
-const sal_Int32 XML_captionGreaterThanOrEqual = 1089;
-const sal_Int32 XML_captionLessThan = 1090;
-const sal_Int32 XML_captionLessThanOrEqual = 1091;
-const sal_Int32 XML_captionNotBeginsWith = 1092;
-const sal_Int32 XML_captionNotBetween = 1093;
-const sal_Int32 XML_captionNotContains = 1094;
-const sal_Int32 XML_captionNotEndsWith = 1095;
-const sal_Int32 XML_captionNotEqual = 1096;
-const sal_Int32 XML_captionText = 1097;
-const sal_Int32 XML_captions = 1098;
-const sal_Int32 XML_cardinalText = 1099;
-const sal_Int32 XML_caseSensitive = 1100;
-const sal_Int32 XML_cat = 1101;
-const sal_Int32 XML_catAx = 1102;
-const sal_Int32 XML_catLst = 1103;
-const sal_Int32 XML_catalog = 1104;
-const sal_Int32 XML_category = 1105;
-const sal_Int32 XML_categoryEl = 1106;
-const sal_Int32 XML_categoryIdx = 1107;
-const sal_Int32 XML_ccw = 1108;
-const sal_Int32 XML_ccwIn = 1109;
-const sal_Int32 XML_ccwOut = 1110;
-const sal_Int32 XML_cd2 = 1111;
-const sal_Int32 XML_cd3 = 1112;
-const sal_Int32 XML_cd4 = 1113;
-const sal_Int32 XML_cd8 = 1114;
-const sal_Int32 XML_cell = 1115;
-const sal_Int32 XML_cell3D = 1116;
-const sal_Int32 XML_cellColor = 1117;
-const sal_Int32 XML_cellComments = 1118;
-const sal_Int32 XML_cellDel = 1119;
-const sal_Int32 XML_cellIns = 1120;
-const sal_Int32 XML_cellIs = 1121;
-const sal_Int32 XML_cellMerge = 1122;
-const sal_Int32 XML_cellMeta = 1123;
-const sal_Int32 XML_cellMetadata = 1124;
-const sal_Int32 XML_cellSmartTag = 1125;
-const sal_Int32 XML_cellSmartTagPr = 1126;
-const sal_Int32 XML_cellSmartTags = 1127;
-const sal_Int32 XML_cellStyle = 1128;
-const sal_Int32 XML_cellStyleXfs = 1129;
-const sal_Int32 XML_cellStyles = 1130;
-const sal_Int32 XML_cellWatch = 1131;
-const sal_Int32 XML_cellWatches = 1132;
-const sal_Int32 XML_cellXfs = 1133;
-const sal_Int32 XML_celticKnotwork = 1134;
-const sal_Int32 XML_center = 1135;
-const sal_Int32 XML_centerContinuous = 1136;
-const sal_Int32 XML_centerGroup = 1137;
-const sal_Int32 XML_centered = 1138;
-const sal_Int32 XML_certificateBanner = 1139;
-const sal_Int32 XML_cf = 1140;
-const sal_Int32 XML_cfIcon = 1141;
-const sal_Int32 XML_cfRule = 1142;
-const sal_Int32 XML_cfvo = 1143;
-const sal_Int32 XML_ch = 1144;
-const sal_Int32 XML_chAlign = 1145;
-const sal_Int32 XML_chDir = 1146;
-const sal_Int32 XML_chExt = 1147;
-const sal_Int32 XML_chMax = 1148;
-const sal_Int32 XML_chOff = 1149;
-const sal_Int32 XML_chOrder = 1150;
-const sal_Int32 XML_chPref = 1151;
-const sal_Int32 XML_chainLink = 1152;
-const sal_Int32 XML_champagneBottle = 1153;
-const sal_Int32 XML_changesSavedWin = 1154;
-const sal_Int32 XML_chapNum = 1155;
-const sal_Int32 XML_chapSep = 1156;
-const sal_Int32 XML_chapStyle = 1157;
-const sal_Int32 XML_char = 1158;
-const sal_Int32 XML_charRg = 1159;
-const sal_Int32 XML_charSpace = 1160;
-const sal_Int32 XML_character = 1161;
-const sal_Int32 XML_characterSet = 1162;
-const sal_Int32 XML_characterSpacingControl = 1163;
-const sal_Int32 XML_characteristic = 1164;
-const sal_Int32 XML_charset = 1165;
-const sal_Int32 XML_chart = 1166;
-const sal_Int32 XML_chartAndTx = 1167;
-const sal_Int32 XML_chartFormat = 1168;
-const sal_Int32 XML_chartFormats = 1169;
-const sal_Int32 XML_chartObject = 1170;
-const sal_Int32 XML_chartPlus = 1171;
-const sal_Int32 XML_chartSpace = 1172;
-const sal_Int32 XML_chartStar = 1173;
-const sal_Int32 XML_chartX = 1174;
-const sal_Int32 XML_chartreuse = 1175;
-const sal_Int32 XML_chartsheet = 1176;
-const sal_Int32 XML_checkBox = 1177;
-const sal_Int32 XML_checkCompatibility = 1178;
-const sal_Int32 XML_checkErrors = 1179;
-const sal_Int32 XML_checkStyle = 1180;
-const sal_Int32 XML_checkbox = 1181;
-const sal_Int32 XML_checked = 1182;
-const sal_Int32 XML_checkedBarBlack = 1183;
-const sal_Int32 XML_checkedBarColor = 1184;
-const sal_Int32 XML_checkedState = 1185;
-const sal_Int32 XML_checker = 1186;
-const sal_Int32 XML_checkered = 1187;
-const sal_Int32 XML_chevron = 1188;
-const sal_Int32 XML_chicago = 1189;
-const sal_Int32 XML_childStyle = 1190;
-const sal_Int32 XML_childTnLst = 1191;
-const sal_Int32 XML_chilly = 1192;
-const sal_Int32 XML_chineseCounting = 1193;
-const sal_Int32 XML_chineseCountingThousand = 1194;
-const sal_Int32 XML_chineseLegalSimplified = 1195;
-const sal_Int32 XML_chocolate = 1196;
-const sal_Int32 XML_choose = 1197;
-const sal_Int32 XML_chord = 1198;
-const sal_Int32 XML_chosung = 1199;
-const sal_Int32 XML_chr = 1200;
-const sal_Int32 XML_christmasTree = 1201;
-const sal_Int32 XML_chromakey = 1202;
-const sal_Int32 XML_circle = 1203;
-const sal_Int32 XML_circleNumDbPlain = 1204;
-const sal_Int32 XML_circleNumWdBlackPlain = 1205;
-const sal_Int32 XML_circleNumWdWhitePlain = 1206;
-const sal_Int32 XML_circlesLines = 1207;
-const sal_Int32 XML_circlesRectangles = 1208;
-const sal_Int32 XML_circularArrow = 1209;
-const sal_Int32 XML_citation = 1210;
-const sal_Int32 XML_class = 1211;
-const sal_Int32 XML_classic = 1212;
-const sal_Int32 XML_classicalWave = 1213;
-const sal_Int32 XML_classid = 1214;
-const sal_Int32 XML_clean = 1215;
-const sal_Int32 XML_clear = 1216;
-const sal_Int32 XML_clearAll = 1217;
-const sal_Int32 XML_clearComments = 1218;
-const sal_Int32 XML_clearContents = 1219;
-const sal_Int32 XML_clearFormats = 1220;
-const sal_Int32 XML_click = 1221;
-const sal_Int32 XML_clickAndTypeStyle = 1222;
-const sal_Int32 XML_clickEffect = 1223;
-const sal_Int32 XML_clickPar = 1224;
-const sal_Int32 XML_clientData = 1225;
-const sal_Int32 XML_clientInsertedTime = 1226;
-const sal_Int32 XML_clip = 1227;
-const sal_Int32 XML_clipArt = 1228;
-const sal_Int32 XML_clipArtAndTx = 1229;
-const sal_Int32 XML_clipArtAndVertTx = 1230;
-const sal_Int32 XML_clippath = 1231;
-const sal_Int32 XML_clipped = 1232;
-const sal_Int32 XML_cliptowrap = 1233;
-const sal_Int32 XML_clocks = 1234;
-const sal_Int32 XML_close = 1235;
-const sal_Int32 XML_cloud = 1236;
-const sal_Int32 XML_cloudCallout = 1237;
-const sal_Int32 XML_clr = 1238;
-const sal_Int32 XML_clrChange = 1239;
-const sal_Int32 XML_clrData = 1240;
-const sal_Int32 XML_clrFrom = 1241;
-const sal_Int32 XML_clrIdx = 1242;
-const sal_Int32 XML_clrMap = 1243;
-const sal_Int32 XML_clrMapOvr = 1244;
-const sal_Int32 XML_clrMode = 1245;
-const sal_Int32 XML_clrMru = 1246;
-const sal_Int32 XML_clrRepl = 1247;
-const sal_Int32 XML_clrScheme = 1248;
-const sal_Int32 XML_clrSchemeMapping = 1249;
-const sal_Int32 XML_clrSpc = 1250;
-const sal_Int32 XML_clrTo = 1251;
-const sal_Int32 XML_clrVal = 1252;
-const sal_Int32 XML_clsid = 1253;
-const sal_Int32 XML_clustered = 1254;
-const sal_Int32 XML_cm = 1255;
-const sal_Int32 XML_cmAuthor = 1256;
-const sal_Int32 XML_cmAuthorLst = 1257;
-const sal_Int32 XML_cmLst = 1258;
-const sal_Int32 XML_cmd = 1259;
-const sal_Int32 XML_cmpd = 1260;
-const sal_Int32 XML_cnfStyle = 1261;
-const sal_Int32 XML_cnt = 1262;
-const sal_Int32 XML_cntxtAlts = 1263;
-const sal_Int32 XML_code = 1264;
-const sal_Int32 XML_codeName = 1265;
-const sal_Int32 XML_codePage = 1266;
-const sal_Int32 XML_coerce = 1267;
-const sal_Int32 XML_coherent3DOff = 1268;
-const sal_Int32 XML_col = 1269;
-const sal_Int32 XML_colBreaks = 1270;
-const sal_Int32 XML_colDelim = 1271;
-const sal_Int32 XML_colFields = 1272;
-const sal_Int32 XML_colFirst = 1273;
-const sal_Int32 XML_colGrandTotals = 1274;
-const sal_Int32 XML_colHeaderCaption = 1275;
-const sal_Int32 XML_colHidden = 1276;
-const sal_Int32 XML_colHierarchiesUsage = 1277;
-const sal_Int32 XML_colHierarchyUsage = 1278;
-const sal_Int32 XML_colId = 1279;
-const sal_Int32 XML_colItems = 1280;
-const sal_Int32 XML_colLast = 1281;
-const sal_Int32 XML_colOff = 1282;
-const sal_Int32 XML_colPageCount = 1283;
-const sal_Int32 XML_collapse = 1284;
-const sal_Int32 XML_collapsed = 1285;
-const sal_Int32 XML_collapsedLevelsAreSubtotals = 1286;
-const sal_Int32 XML_colon = 1287;
-const sal_Int32 XML_color = 1288;
-const sal_Int32 XML_color2 = 1289;
-const sal_Int32 XML_colorFilter = 1290;
-const sal_Int32 XML_colorId = 1291;
-const sal_Int32 XML_colorScale = 1292;
-const sal_Int32 XML_colorTemp = 1293;
-const sal_Int32 XML_colorTemperature = 1294;
-const sal_Int32 XML_colormenu = 1295;
-const sal_Int32 XML_colormode = 1296;
-const sal_Int32 XML_colormru = 1297;
-const sal_Int32 XML_colors = 1298;
-const sal_Int32 XML_colorsDef = 1299;
-const sal_Int32 XML_colorsDefHdr = 1300;
-const sal_Int32 XML_colorsDefHdrLst = 1301;
-const sal_Int32 XML_cols = 1302;
-const sal_Int32 XML_column = 1303;
-const sal_Int32 XML_columnSort = 1304;
-const sal_Int32 XML_comb = 1305;
-const sal_Int32 XML_combine = 1306;
-const sal_Int32 XML_combineBrackets = 1307;
-const sal_Int32 XML_comboBox = 1308;
-const sal_Int32 XML_commIndAndComment = 1309;
-const sal_Int32 XML_commIndicator = 1310;
-const sal_Int32 XML_commNone = 1311;
-const sal_Int32 XML_comma = 1312;
-const sal_Int32 XML_command = 1313;
-const sal_Int32 XML_commandType = 1314;
-const sal_Int32 XML_comment = 1315;
-const sal_Int32 XML_commentList = 1316;
-const sal_Int32 XML_commentPr = 1317;
-const sal_Int32 XML_commentRangeEnd = 1318;
-const sal_Int32 XML_commentRangeStart = 1319;
-const sal_Int32 XML_commentReference = 1320;
-const sal_Int32 XML_comments = 1321;
-const sal_Int32 XML_comp = 1322;
-const sal_Int32 XML_compact = 1323;
-const sal_Int32 XML_compactData = 1324;
-const sal_Int32 XML_compass = 1325;
-const sal_Int32 XML_compat = 1326;
-const sal_Int32 XML_compatLnSpc = 1327;
-const sal_Int32 XML_compatMode = 1328;
-const sal_Int32 XML_compatSetting = 1329;
-const sal_Int32 XML_complex = 1330;
-const sal_Int32 XML_composite = 1331;
-const sal_Int32 XML_compressPunctuation = 1332;
-const sal_Int32 XML_compressPunctuationAndJapaneseKana = 1333;
-const sal_Int32 XML_computedArea = 1334;
-const sal_Int32 XML_concurrent = 1335;
-const sal_Int32 XML_concurrentCalc = 1336;
-const sal_Int32 XML_concurrentManualCount = 1337;
-const sal_Int32 XML_cond = 1338;
-const sal_Int32 XML_condense = 1339;
-const sal_Int32 XML_conditionalFormat = 1340;
-const sal_Int32 XML_conditionalFormats = 1341;
-const sal_Int32 XML_conditionalFormatting = 1342;
-const sal_Int32 XML_conditionalFormattings = 1343;
-const sal_Int32 XML_cone = 1344;
-const sal_Int32 XML_coneToMax = 1345;
-const sal_Int32 XML_confetti = 1346;
-const sal_Int32 XML_confettiGrays = 1347;
-const sal_Int32 XML_confettiOutline = 1348;
-const sal_Int32 XML_confettiStreamers = 1349;
-const sal_Int32 XML_confettiWhite = 1350;
-const sal_Int32 XML_conformance = 1351;
-const sal_Int32 XML_conn = 1352;
-const sal_Int32 XML_connDist = 1353;
-const sal_Int32 XML_connRout = 1354;
-const sal_Int32 XML_connectString = 1355;
-const sal_Int32 XML_connectangles = 1356;
-const sal_Int32 XML_connection = 1357;
-const sal_Int32 XML_connectionId = 1358;
-const sal_Int32 XML_connections = 1359;
-const sal_Int32 XML_connectloc = 1360;
-const sal_Int32 XML_connectlocs = 1361;
-const sal_Int32 XML_connector = 1362;
-const sal_Int32 XML_connectortype = 1363;
-const sal_Int32 XML_connecttype = 1364;
-const sal_Int32 XML_consecutive = 1365;
-const sal_Int32 XML_consecutiveHyphenLimit = 1366;
-const sal_Int32 XML_consolidation = 1367;
-const sal_Int32 XML_constr = 1368;
-const sal_Int32 XML_constrLst = 1369;
-const sal_Int32 XML_constrainbounds = 1370;
-const sal_Int32 XML_cont = 1371;
-const sal_Int32 XML_contDir = 1372;
-const sal_Int32 XML_containsBlank = 1373;
-const sal_Int32 XML_containsBlanks = 1374;
-const sal_Int32 XML_containsDate = 1375;
-const sal_Int32 XML_containsErrors = 1376;
-const sal_Int32 XML_containsInteger = 1377;
-const sal_Int32 XML_containsMixedTypes = 1378;
-const sal_Int32 XML_containsNonDate = 1379;
-const sal_Int32 XML_containsNumber = 1380;
-const sal_Int32 XML_containsSemiMixedTypes = 1381;
-const sal_Int32 XML_containsString = 1382;
-const sal_Int32 XML_containsText = 1383;
-const sal_Int32 XML_content = 1384;
-const sal_Int32 XML_contentLocked = 1385;
-const sal_Int32 XML_contentStatus = 1386;
-const sal_Int32 XML_contentType = 1387;
-const sal_Int32 XML_contextualSpacing = 1388;
-const sal_Int32 XML_continuationNotice = 1389;
-const sal_Int32 XML_continuationSeparator = 1390;
-const sal_Int32 XML_continue = 1391;
-const sal_Int32 XML_continuous = 1392;
-const sal_Int32 XML_contourClr = 1393;
-const sal_Int32 XML_contourW = 1394;
-const sal_Int32 XML_contrast = 1395;
-const sal_Int32 XML_contrasting = 1396;
-const sal_Int32 XML_contributors = 1397;
-const sal_Int32 XML_control = 1398;
-const sal_Int32 XML_control1 = 1399;
-const sal_Int32 XML_control2 = 1400;
-const sal_Int32 XML_controls = 1401;
-const sal_Int32 XML_convMailMergeEsc = 1402;
-const sal_Int32 XML_convex = 1403;
-const sal_Int32 XML_conveyor = 1404;
-const sal_Int32 XML_coolSlant = 1405;
-const sal_Int32 XML_coordorigin = 1406;
-const sal_Int32 XML_coordsize = 1407;
-const sal_Int32 XML_copies = 1408;
-const sal_Int32 XML_copy = 1409;
-const sal_Int32 XML_coral = 1410;
-const sal_Int32 XML_coreProperties = 1411;
-const sal_Int32 XML_corner = 1412;
-const sal_Int32 XML_cornerTabs = 1413;
-const sal_Int32 XML_cornerTriangles = 1414;
-const sal_Int32 XML_cornflowerBlue = 1415;
-const sal_Int32 XML_cornsilk = 1416;
-const sal_Int32 XML_count = 1417;
-const sal_Int32 XML_countA = 1418;
-const sal_Int32 XML_countASubtotal = 1419;
-const sal_Int32 XML_countBy = 1420;
-const sal_Int32 XML_countNums = 1421;
-const sal_Int32 XML_countSubtotal = 1422;
-const sal_Int32 XML_couponCutoutDashes = 1423;
-const sal_Int32 XML_couponCutoutDots = 1424;
-const sal_Int32 XML_cover = 1425;
-const sal_Int32 XML_coverPg = 1426;
-const sal_Int32 XML_cp = 1427;
-const sal_Int32 XML_cr = 1428;
-const sal_Int32 XML_crackSpacing = 1429;
-const sal_Int32 XML_crashSave = 1430;
-const sal_Int32 XML_crazyMaze = 1431;
-const sal_Int32 XML_created = 1432;
-const sal_Int32 XML_createdVersion = 1433;
-const sal_Int32 XML_creator = 1434;
-const sal_Int32 XML_creaturesButterfly = 1435;
-const sal_Int32 XML_creaturesFish = 1436;
-const sal_Int32 XML_creaturesInsects = 1437;
-const sal_Int32 XML_creaturesLadyBug = 1438;
-const sal_Int32 XML_credentials = 1439;
-const sal_Int32 XML_crimson = 1440;
-const sal_Int32 XML_cropbottom = 1441;
-const sal_Int32 XML_cropleft = 1442;
-const sal_Int32 XML_cropping = 1443;
-const sal_Int32 XML_cropright = 1444;
-const sal_Int32 XML_croptop = 1445;
-const sal_Int32 XML_cross = 1446;
-const sal_Int32 XML_crossAx = 1447;
-const sal_Int32 XML_crossBetween = 1448;
-const sal_Int32 XML_crossStitch = 1449;
-const sal_Int32 XML_crosses = 1450;
-const sal_Int32 XML_crossesAt = 1451;
-const sal_Int32 XML_cryptAlgorithmClass = 1452;
-const sal_Int32 XML_cryptAlgorithmSid = 1453;
-const sal_Int32 XML_cryptAlgorithmType = 1454;
-const sal_Int32 XML_cryptProvider = 1455;
-const sal_Int32 XML_cryptProviderType = 1456;
-const sal_Int32 XML_cryptProviderTypeExt = 1457;
-const sal_Int32 XML_cryptProviderTypeExtSource = 1458;
-const sal_Int32 XML_cryptSpinCount = 1459;
-const sal_Int32 XML_cs = 1460;
-const sal_Int32 XML_csCatId = 1461;
-const sal_Int32 XML_csTypeId = 1462;
-const sal_Int32 XML_csb0 = 1463;
-const sal_Int32 XML_csb1 = 1464;
-const sal_Int32 XML_css = 1465;
-const sal_Int32 XML_cstate = 1466;
-const sal_Int32 XML_cstheme = 1467;
-const sal_Int32 XML_ct = 1468;
-const sal_Int32 XML_ctr = 1469;
-const sal_Int32 XML_ctrShpMap = 1470;
-const sal_Int32 XML_ctrTitle = 1471;
-const sal_Int32 XML_ctrX = 1472;
-const sal_Int32 XML_ctrXOff = 1473;
-const sal_Int32 XML_ctrY = 1474;
-const sal_Int32 XML_ctrYOff = 1475;
-const sal_Int32 XML_ctrlPr = 1476;
-const sal_Int32 XML_cube = 1477;
-const sal_Int32 XML_cubicBezTo = 1478;
-const sal_Int32 XML_culture = 1479;
-const sal_Int32 XML_cup = 1480;
-const sal_Int32 XML_curly = 1481;
-const sal_Int32 XML_current = 1482;
-const sal_Int32 XML_currentDate = 1483;
-const sal_Int32 XML_currentTime = 1484;
-const sal_Int32 XML_curve = 1485;
-const sal_Int32 XML_curved = 1486;
-const sal_Int32 XML_curvedConnector2 = 1487;
-const sal_Int32 XML_curvedConnector3 = 1488;
-const sal_Int32 XML_curvedConnector4 = 1489;
-const sal_Int32 XML_curvedConnector5 = 1490;
-const sal_Int32 XML_curvedDownArrow = 1491;
-const sal_Int32 XML_curvedLeftArrow = 1492;
-const sal_Int32 XML_curvedRightArrow = 1493;
-const sal_Int32 XML_curvedUpArrow = 1494;
-const sal_Int32 XML_cust = 1495;
-const sal_Int32 XML_custAng = 1496;
-const sal_Int32 XML_custAutoTxt = 1497;
-const sal_Int32 XML_custBib = 1498;
-const sal_Int32 XML_custClr = 1499;
-const sal_Int32 XML_custClrLst = 1500;
-const sal_Int32 XML_custCoverPg = 1501;
-const sal_Int32 XML_custDash = 1502;
-const sal_Int32 XML_custData = 1503;
-const sal_Int32 XML_custDataLst = 1504;
-const sal_Int32 XML_custEq = 1505;
-const sal_Int32 XML_custFlipHor = 1506;
-const sal_Int32 XML_custFlipVert = 1507;
-const sal_Int32 XML_custFtrs = 1508;
-const sal_Int32 XML_custGeom = 1509;
-const sal_Int32 XML_custHdrs = 1510;
-const sal_Int32 XML_custLinFactNeighborX = 1511;
-const sal_Int32 XML_custLinFactNeighborY = 1512;
-const sal_Int32 XML_custLinFactX = 1513;
-const sal_Int32 XML_custLinFactY = 1514;
-const sal_Int32 XML_custPgNum = 1515;
-const sal_Int32 XML_custPgNumB = 1516;
-const sal_Int32 XML_custPgNumMargins = 1517;
-const sal_Int32 XML_custPgNumT = 1518;
-const sal_Int32 XML_custQuickParts = 1519;
-const sal_Int32 XML_custRadScaleInc = 1520;
-const sal_Int32 XML_custRadScaleRad = 1521;
-const sal_Int32 XML_custScaleX = 1522;
-const sal_Int32 XML_custScaleY = 1523;
-const sal_Int32 XML_custShow = 1524;
-const sal_Int32 XML_custShowLst = 1525;
-const sal_Int32 XML_custSplit = 1526;
-const sal_Int32 XML_custSzX = 1527;
-const sal_Int32 XML_custSzY = 1528;
-const sal_Int32 XML_custT = 1529;
-const sal_Int32 XML_custTblOfContents = 1530;
-const sal_Int32 XML_custTbls = 1531;
-const sal_Int32 XML_custTxtBox = 1532;
-const sal_Int32 XML_custUnit = 1533;
-const sal_Int32 XML_custWatermarks = 1534;
-const sal_Int32 XML_custom = 1535;
-const sal_Int32 XML_custom1 = 1536;
-const sal_Int32 XML_custom2 = 1537;
-const sal_Int32 XML_custom3 = 1538;
-const sal_Int32 XML_custom4 = 1539;
-const sal_Int32 XML_custom5 = 1540;
-const sal_Int32 XML_customBuiltin = 1541;
-const sal_Int32 XML_customFilter = 1542;
-const sal_Int32 XML_customFilters = 1543;
-const sal_Int32 XML_customFormat = 1544;
-const sal_Int32 XML_customHeight = 1545;
-const sal_Int32 XML_customList = 1546;
-const sal_Int32 XML_customListSort = 1547;
-const sal_Int32 XML_customMarkFollows = 1548;
-const sal_Int32 XML_customMenu = 1549;
-const sal_Int32 XML_customPr = 1550;
-const sal_Int32 XML_customProperties = 1551;
-const sal_Int32 XML_customRollUp = 1552;
-const sal_Int32 XML_customSheetView = 1553;
-const sal_Int32 XML_customSheetViews = 1554;
-const sal_Int32 XML_customStyle = 1555;
-const sal_Int32 XML_customView = 1556;
-const sal_Int32 XML_customWidth = 1557;
-const sal_Int32 XML_customWorkbookView = 1558;
-const sal_Int32 XML_customWorkbookViews = 1559;
-const sal_Int32 XML_customXml = 1560;
-const sal_Int32 XML_customXmlDelRangeEnd = 1561;
-const sal_Int32 XML_customXmlDelRangeStart = 1562;
-const sal_Int32 XML_customXmlInsRangeEnd = 1563;
-const sal_Int32 XML_customXmlInsRangeStart = 1564;
-const sal_Int32 XML_customXmlMoveFromRangeEnd = 1565;
-const sal_Int32 XML_customXmlMoveFromRangeStart = 1566;
-const sal_Int32 XML_customXmlMoveToRangeEnd = 1567;
-const sal_Int32 XML_customXmlMoveToRangeStart = 1568;
-const sal_Int32 XML_customXmlPr = 1569;
-const sal_Int32 XML_cut = 1570;
-const sal_Int32 XML_cw = 1571;
-const sal_Int32 XML_cwIn = 1572;
-const sal_Int32 XML_cwOut = 1573;
-const sal_Int32 XML_cx = 1574;
-const sal_Int32 XML_cxn = 1575;
-const sal_Int32 XML_cxnId = 1576;
-const sal_Int32 XML_cxnLst = 1577;
-const sal_Int32 XML_cxnSp = 1578;
-const sal_Int32 XML_cxnSpLocks = 1579;
-const sal_Int32 XML_cy = 1580;
-const sal_Int32 XML_cyan = 1581;
-const sal_Int32 XML_cycle = 1582;
-const sal_Int32 XML_cylinder = 1583;
-const sal_Int32 XML_d = 1584;
-const sal_Int32 XML_dLbl = 1585;
-const sal_Int32 XML_dLblPos = 1586;
-const sal_Int32 XML_dLbls = 1587;
-const sal_Int32 XML_dPr = 1588;
-const sal_Int32 XML_dPt = 1589;
-const sal_Int32 XML_dTable = 1590;
-const sal_Int32 XML_dark1 = 1591;
-const sal_Int32 XML_dark2 = 1592;
-const sal_Int32 XML_darkBlue = 1593;
-const sal_Int32 XML_darkCyan = 1594;
-const sal_Int32 XML_darkDown = 1595;
-const sal_Int32 XML_darkGray = 1596;
-const sal_Int32 XML_darkGreen = 1597;
-const sal_Int32 XML_darkGrid = 1598;
-const sal_Int32 XML_darkHorizontal = 1599;
-const sal_Int32 XML_darkMagenta = 1600;
-const sal_Int32 XML_darkRed = 1601;
-const sal_Int32 XML_darkTrellis = 1602;
-const sal_Int32 XML_darkUp = 1603;
-const sal_Int32 XML_darkVertical = 1604;
-const sal_Int32 XML_darkYellow = 1605;
-const sal_Int32 XML_darken = 1606;
-const sal_Int32 XML_darkenLess = 1607;
-const sal_Int32 XML_dash = 1608;
-const sal_Int32 XML_dashDnDiag = 1609;
-const sal_Int32 XML_dashDot = 1610;
-const sal_Int32 XML_dashDotDot = 1611;
-const sal_Int32 XML_dashDotDotHeavy = 1612;
-const sal_Int32 XML_dashDotHeavy = 1613;
-const sal_Int32 XML_dashDotStroked = 1614;
-const sal_Int32 XML_dashHeavy = 1615;
-const sal_Int32 XML_dashHorz = 1616;
-const sal_Int32 XML_dashLong = 1617;
-const sal_Int32 XML_dashLongHeavy = 1618;
-const sal_Int32 XML_dashSmallGap = 1619;
-const sal_Int32 XML_dashUpDiag = 1620;
-const sal_Int32 XML_dashVert = 1621;
-const sal_Int32 XML_dashdot = 1622;
-const sal_Int32 XML_dashed = 1623;
-const sal_Int32 XML_dashedHeavy = 1624;
-const sal_Int32 XML_dashedSmall = 1625;
-const sal_Int32 XML_dashstyle = 1626;
-const sal_Int32 XML_data = 1627;
-const sal_Int32 XML_dataBar = 1628;
-const sal_Int32 XML_dataBinding = 1629;
-const sal_Int32 XML_dataBound = 1630;
-const sal_Int32 XML_dataCaption = 1631;
-const sal_Int32 XML_dataCellStyle = 1632;
-const sal_Int32 XML_dataConsolidate = 1633;
-const sal_Int32 XML_dataDxfId = 1634;
-const sal_Int32 XML_dataExtractLoad = 1635;
-const sal_Int32 XML_dataField = 1636;
-const sal_Int32 XML_dataFields = 1637;
-const sal_Int32 XML_dataModel = 1638;
-const sal_Int32 XML_dataModelExt = 1639;
-const sal_Int32 XML_dataOnRows = 1640;
-const sal_Int32 XML_dataOnly = 1641;
-const sal_Int32 XML_dataPosition = 1642;
-const sal_Int32 XML_dataRef = 1643;
-const sal_Int32 XML_dataRefs = 1644;
-const sal_Int32 XML_dataSource = 1645;
-const sal_Int32 XML_dataSourceSort = 1646;
-const sal_Int32 XML_dataTable = 1647;
-const sal_Int32 XML_dataType = 1648;
-const sal_Int32 XML_dataValidation = 1649;
-const sal_Int32 XML_dataValidations = 1650;
-const sal_Int32 XML_database = 1651;
-const sal_Int32 XML_databaseField = 1652;
-const sal_Int32 XML_datastoreItem = 1653;
-const sal_Int32 XML_date = 1654;
-const sal_Int32 XML_date1904 = 1655;
-const sal_Int32 XML_dateAx = 1656;
-const sal_Int32 XML_dateBetween = 1657;
-const sal_Int32 XML_dateCompatibility = 1658;
-const sal_Int32 XML_dateEqual = 1659;
-const sal_Int32 XML_dateFormat = 1660;
-const sal_Int32 XML_dateGroupItem = 1661;
-const sal_Int32 XML_dateNewerThan = 1662;
-const sal_Int32 XML_dateNewerThanOrEqual = 1663;
-const sal_Int32 XML_dateNotBetween = 1664;
-const sal_Int32 XML_dateNotEqual = 1665;
-const sal_Int32 XML_dateOlderThan = 1666;
-const sal_Int32 XML_dateOlderThanOrEqual = 1667;
-const sal_Int32 XML_dateTime = 1668;
-const sal_Int32 XML_dateTimeGrouping = 1669;
-const sal_Int32 XML_day = 1670;
-const sal_Int32 XML_dayLong = 1671;
-const sal_Int32 XML_dayShort = 1672;
-const sal_Int32 XML_days = 1673;
-const sal_Int32 XML_dbColumn = 1674;
-const sal_Int32 XML_dbPr = 1675;
-const sal_Int32 XML_dbl = 1676;
-const sal_Int32 XML_dblStrike = 1677;
-const sal_Int32 XML_dc = 1678;
-const sal_Int32 XML_dcmitype = 1679;
-const sal_Int32 XML_dcterms = 1680;
-const sal_Int32 XML_ddList = 1681;
-const sal_Int32 XML_ddeItem = 1682;
-const sal_Int32 XML_ddeItems = 1683;
-const sal_Int32 XML_ddeLink = 1684;
-const sal_Int32 XML_ddeService = 1685;
-const sal_Int32 XML_ddeTopic = 1686;
-const sal_Int32 XML_dec = 1687;
-const sal_Int32 XML_decagon = 1688;
-const sal_Int32 XML_decel = 1689;
-const sal_Int32 XML_decimal = 1690;
-const sal_Int32 XML_decimalEnclosedCircle = 1691;
-const sal_Int32 XML_decimalEnclosedCircleChinese = 1692;
-const sal_Int32 XML_decimalEnclosedFullstop = 1693;
-const sal_Int32 XML_decimalEnclosedParen = 1694;
-const sal_Int32 XML_decimalFullWidth = 1695;
-const sal_Int32 XML_decimalFullWidth2 = 1696;
-const sal_Int32 XML_decimalHalfWidth = 1697;
-const sal_Int32 XML_decimalSymbol = 1698;
-const sal_Int32 XML_decimalZero = 1699;
-const sal_Int32 XML_decoArch = 1700;
-const sal_Int32 XML_decoArchColor = 1701;
-const sal_Int32 XML_decoBlocks = 1702;
-const sal_Int32 XML_decorated = 1703;
-const sal_Int32 XML_decorative = 1704;
-const sal_Int32 XML_deepPink = 1705;
-const sal_Int32 XML_deepSkyBlue = 1706;
-const sal_Int32 XML_def = 1707;
-const sal_Int32 XML_defJc = 1708;
-const sal_Int32 XML_defLockedState = 1709;
-const sal_Int32 XML_defPPr = 1710;
-const sal_Int32 XML_defQFormat = 1711;
-const sal_Int32 XML_defRPr = 1712;
-const sal_Int32 XML_defSemiHidden = 1713;
-const sal_Int32 XML_defStyle = 1714;
-const sal_Int32 XML_defTabSz = 1715;
-const sal_Int32 XML_defUIPriority = 1716;
-const sal_Int32 XML_defUnhideWhenUsed = 1717;
-const sal_Int32 XML_default = 1718;
-const sal_Int32 XML_defaultAttributeDrillState = 1719;
-const sal_Int32 XML_defaultColWidth = 1720;
-const sal_Int32 XML_defaultGridColor = 1721;
-const sal_Int32 XML_defaultMemberUniqueName = 1722;
-const sal_Int32 XML_defaultPivotStyle = 1723;
-const sal_Int32 XML_defaultRowHeight = 1724;
-const sal_Int32 XML_defaultSize = 1725;
-const sal_Int32 XML_defaultSubtotal = 1726;
-const sal_Int32 XML_defaultTabStop = 1727;
-const sal_Int32 XML_defaultTableStyle = 1728;
-const sal_Int32 XML_defaultTextStyle = 1729;
-const sal_Int32 XML_defaultThemeVersion = 1730;
-const sal_Int32 XML_definedName = 1731;
-const sal_Int32 XML_definedNames = 1732;
-const sal_Int32 XML_deg = 1733;
-const sal_Int32 XML_degHide = 1734;
-const sal_Int32 XML_degree = 1735;
-const sal_Int32 XML_del = 1736;
-const sal_Int32 XML_del1 = 1737;
-const sal_Int32 XML_del2 = 1738;
-const sal_Int32 XML_delInstrText = 1739;
-const sal_Int32 XML_delText = 1740;
-const sal_Int32 XML_delay = 1741;
-const sal_Int32 XML_delete = 1742;
-const sal_Int32 XML_deleteCol = 1743;
-const sal_Int32 XML_deleteColumns = 1744;
-const sal_Int32 XML_deleteRow = 1745;
-const sal_Int32 XML_deleteRows = 1746;
-const sal_Int32 XML_deleted = 1747;
-const sal_Int32 XML_deletedField = 1748;
-const sal_Int32 XML_delimited = 1749;
-const sal_Int32 XML_delimiter = 1750;
-const sal_Int32 XML_den = 1751;
-const sal_Int32 XML_denormalized = 1752;
-const sal_Int32 XML_depth = 1753;
-const sal_Int32 XML_depthByBranch = 1754;
-const sal_Int32 XML_depthByNode = 1755;
-const sal_Int32 XML_depthPercent = 1756;
-const sal_Int32 XML_des = 1757;
-const sal_Int32 XML_desOrSelf = 1758;
-const sal_Int32 XML_desc = 1759;
-const sal_Int32 XML_descending = 1760;
-const sal_Int32 XML_descendingAlpha = 1761;
-const sal_Int32 XML_descendingNatural = 1762;
-const sal_Int32 XML_descr = 1763;
-const sal_Int32 XML_description = 1764;
-const sal_Int32 XML_destId = 1765;
-const sal_Int32 XML_destOrd = 1766;
-const sal_Int32 XML_destination = 1767;
-const sal_Int32 XML_destinationFile = 1768;
-const sal_Int32 XML_detail = 1769;
-const sal_Int32 XML_detectmouseclick = 1770;
-const sal_Int32 XML_dgm = 1771;
-const sal_Int32 XML_dgmbasetextscale = 1772;
-const sal_Int32 XML_dgmfontsize = 1773;
-const sal_Int32 XML_dgmlayout = 1774;
-const sal_Int32 XML_dgmlayoutmru = 1775;
-const sal_Int32 XML_dgmnodekind = 1776;
-const sal_Int32 XML_dgmscalex = 1777;
-const sal_Int32 XML_dgmscaley = 1778;
-const sal_Int32 XML_dgmstyle = 1779;
-const sal_Int32 XML_diagBrick = 1780;
-const sal_Int32 XML_diagCross = 1781;
-const sal_Int32 XML_diagStripe = 1782;
-const sal_Int32 XML_diagonal = 1783;
-const sal_Int32 XML_diagonalDown = 1784;
-const sal_Int32 XML_diagonalUp = 1785;
-const sal_Int32 XML_diagram = 1786;
-const sal_Int32 XML_dialogsheet = 1787;
-const sal_Int32 XML_diam = 1788;
-const sal_Int32 XML_diamond = 1789;
-const sal_Int32 XML_diamondsGray = 1790;
-const sal_Int32 XML_diff = 1791;
-const sal_Int32 XML_difference = 1792;
-const sal_Int32 XML_differentFirst = 1793;
-const sal_Int32 XML_differentOddEven = 1794;
-const sal_Int32 XML_diffusity = 1795;
-const sal_Int32 XML_dim = 1796;
-const sal_Int32 XML_dimGray = 1797;
-const sal_Int32 XML_dimension = 1798;
-const sal_Int32 XML_dimensionUniqueName = 1799;
-const sal_Int32 XML_dimensions = 1800;
-const sal_Int32 XML_dir = 1801;
-const sal_Int32 XML_dirty = 1802;
-const sal_Int32 XML_disableEdit = 1803;
-const sal_Int32 XML_disableFieldList = 1804;
-const sal_Int32 XML_disablePrompts = 1805;
-const sal_Int32 XML_disableRefresh = 1806;
-const sal_Int32 XML_disabled = 1807;
-const sal_Int32 XML_discrete = 1808;
-const sal_Int32 XML_discretePr = 1809;
-const sal_Int32 XML_diskRevisions = 1810;
-const sal_Int32 XML_dispBlanksAs = 1811;
-const sal_Int32 XML_dispDef = 1812;
-const sal_Int32 XML_dispEq = 1813;
-const sal_Int32 XML_dispRSqr = 1814;
-const sal_Int32 XML_dispUnits = 1815;
-const sal_Int32 XML_dispUnitsLbl = 1816;
-const sal_Int32 XML_displacedByCustomXml = 1817;
-const sal_Int32 XML_display = 1818;
-const sal_Int32 XML_displayBackgroundShape = 1819;
-const sal_Int32 XML_displayFolder = 1820;
-const sal_Int32 XML_displayHangulFixedWidth = 1821;
-const sal_Int32 XML_displayHorizontalDrawingGridEvery = 1822;
-const sal_Int32 XML_displayName = 1823;
-const sal_Int32 XML_displayText = 1824;
-const sal_Int32 XML_displayVerticalDrawingGridEvery = 1825;
-const sal_Int32 XML_displayed = 1826;
-const sal_Int32 XML_dissolve = 1827;
-const sal_Int32 XML_dist = 1828;
-const sal_Int32 XML_distB = 1829;
-const sal_Int32 XML_distL = 1830;
-const sal_Int32 XML_distR = 1831;
-const sal_Int32 XML_distT = 1832;
-const sal_Int32 XML_distance = 1833;
-const sal_Int32 XML_distribute = 1834;
-const sal_Int32 XML_distributeLetter = 1835;
-const sal_Int32 XML_distributeSpace = 1836;
-const sal_Int32 XML_distributed = 1837;
-const sal_Int32 XML_div = 1838;
-const sal_Int32 XML_divBdr = 1839;
-const sal_Int32 XML_divId = 1840;
-const sal_Int32 XML_divot = 1841;
-const sal_Int32 XML_divs = 1842;
-const sal_Int32 XML_divsChild = 1843;
-const sal_Int32 XML_dk1 = 1844;
-const sal_Int32 XML_dk2 = 1845;
-const sal_Int32 XML_dkBlue = 1846;
-const sal_Int32 XML_dkCyan = 1847;
-const sal_Int32 XML_dkDnDiag = 1848;
-const sal_Int32 XML_dkEdge = 1849;
-const sal_Int32 XML_dkGoldenrod = 1850;
-const sal_Int32 XML_dkGray = 1851;
-const sal_Int32 XML_dkGreen = 1852;
-const sal_Int32 XML_dkHorz = 1853;
-const sal_Int32 XML_dkKhaki = 1854;
-const sal_Int32 XML_dkMagenta = 1855;
-const sal_Int32 XML_dkOliveGreen = 1856;
-const sal_Int32 XML_dkOrange = 1857;
-const sal_Int32 XML_dkOrchid = 1858;
-const sal_Int32 XML_dkRed = 1859;
-const sal_Int32 XML_dkSalmon = 1860;
-const sal_Int32 XML_dkSeaGreen = 1861;
-const sal_Int32 XML_dkSlateBlue = 1862;
-const sal_Int32 XML_dkSlateGray = 1863;
-const sal_Int32 XML_dkTurquoise = 1864;
-const sal_Int32 XML_dkUpDiag = 1865;
-const sal_Int32 XML_dkVert = 1866;
-const sal_Int32 XML_dkViolet = 1867;
-const sal_Int32 XML_dllVersion = 1868;
-const sal_Int32 XML_dm = 1869;
-const sal_Int32 XML_dn = 1870;
-const sal_Int32 XML_dnDiag = 1871;
-const sal_Int32 XML_doNotAutoCompressPictures = 1872;
-const sal_Int32 XML_doNotAutofitConstrainedTables = 1873;
-const sal_Int32 XML_doNotBreakConstrainedForcedTable = 1874;
-const sal_Int32 XML_doNotBreakWrappedTables = 1875;
-const sal_Int32 XML_doNotCompress = 1876;
-const sal_Int32 XML_doNotDemarcateInvalidXml = 1877;
-const sal_Int32 XML_doNotDisplayPageBoundaries = 1878;
-const sal_Int32 XML_doNotEmbedSmartTags = 1879;
-const sal_Int32 XML_doNotExpandShiftReturn = 1880;
-const sal_Int32 XML_doNotHyphenateCaps = 1881;
-const sal_Int32 XML_doNotIncludeSubdocsInStats = 1882;
-const sal_Int32 XML_doNotLeaveBackslashAlone = 1883;
-const sal_Int32 XML_doNotOrganizeInFolder = 1884;
-const sal_Int32 XML_doNotRelyOnCSS = 1885;
-const sal_Int32 XML_doNotSaveAsSingleFile = 1886;
-const sal_Int32 XML_doNotShadeFormData = 1887;
-const sal_Int32 XML_doNotSnapToGridInCell = 1888;
-const sal_Int32 XML_doNotSuppressBlankLines = 1889;
-const sal_Int32 XML_doNotSuppressIndentation = 1890;
-const sal_Int32 XML_doNotSuppressParagraphBorders = 1891;
-const sal_Int32 XML_doNotTrackFormatting = 1892;
-const sal_Int32 XML_doNotTrackMoves = 1893;
-const sal_Int32 XML_doNotUseEastAsianBreakRules = 1894;
-const sal_Int32 XML_doNotUseHTMLParagraphAutoSpacing = 1895;
-const sal_Int32 XML_doNotUseIndentAsNumberingTabStop = 1896;
-const sal_Int32 XML_doNotUseLongFileNames = 1897;
-const sal_Int32 XML_doNotUseMarginsForDrawingGridOrigin = 1898;
-const sal_Int32 XML_doNotValidateAgainstSchema = 1899;
-const sal_Int32 XML_doNotVertAlignCellWithSp = 1900;
-const sal_Int32 XML_doNotVertAlignInTxbx = 1901;
-const sal_Int32 XML_doNotWrapTextWithPunct = 1902;
-const sal_Int32 XML_doc = 1903;
-const sal_Int32 XML_docDefaults = 1904;
-const sal_Int32 XML_docEnd = 1905;
-const sal_Int32 XML_docGrid = 1906;
-const sal_Int32 XML_docLocation = 1907;
-const sal_Int32 XML_docPart = 1908;
-const sal_Int32 XML_docPartBody = 1909;
-const sal_Int32 XML_docPartCategory = 1910;
-const sal_Int32 XML_docPartGallery = 1911;
-const sal_Int32 XML_docPartList = 1912;
-const sal_Int32 XML_docPartObj = 1913;
-const sal_Int32 XML_docPartPr = 1914;
-const sal_Int32 XML_docPartUnique = 1915;
-const sal_Int32 XML_docParts = 1916;
-const sal_Int32 XML_docPr = 1917;
-const sal_Int32 XML_docVar = 1918;
-const sal_Int32 XML_docVars = 1919;
-const sal_Int32 XML_document = 1920;
-const sal_Int32 XML_document1 = 1921;
-const sal_Int32 XML_document2 = 1922;
-const sal_Int32 XML_documentProtection = 1923;
-const sal_Int32 XML_documentType = 1924;
-const sal_Int32 XML_dodecagon = 1925;
-const sal_Int32 XML_dodgerBlue = 1926;
-const sal_Int32 XML_donut = 1927;
-const sal_Int32 XML_doors = 1928;
-const sal_Int32 XML_dos = 1929;
-const sal_Int32 XML_dot = 1930;
-const sal_Int32 XML_dotDash = 1931;
-const sal_Int32 XML_dotDashHeavy = 1932;
-const sal_Int32 XML_dotDmnd = 1933;
-const sal_Int32 XML_dotDotDash = 1934;
-const sal_Int32 XML_dotDotDashHeavy = 1935;
-const sal_Int32 XML_dotGrid = 1936;
-const sal_Int32 XML_dotted = 1937;
-const sal_Int32 XML_dottedHeavy = 1938;
-const sal_Int32 XML_double = 1939;
-const sal_Int32 XML_double_struck = 1940;
-const sal_Int32 XML_doubleAccounting = 1941;
-const sal_Int32 XML_doubleD = 1942;
-const sal_Int32 XML_doubleDiamonds = 1943;
-const sal_Int32 XML_doubleQuote = 1944;
-const sal_Int32 XML_doubleWave = 1945;
-const sal_Int32 XML_doubleclicknotify = 1946;
-const sal_Int32 XML_doughnutChart = 1947;
-const sal_Int32 XML_down = 1948;
-const sal_Int32 XML_downArrow = 1949;
-const sal_Int32 XML_downArrowCallout = 1950;
-const sal_Int32 XML_downBars = 1951;
-const sal_Int32 XML_downThenOver = 1952;
-const sal_Int32 XML_dpi = 1953;
-const sal_Int32 XML_dr = 1954;
-const sal_Int32 XML_draft = 1955;
-const sal_Int32 XML_dragOff = 1956;
-const sal_Int32 XML_dragToCol = 1957;
-const sal_Int32 XML_dragToData = 1958;
-const sal_Int32 XML_dragToPage = 1959;
-const sal_Int32 XML_dragToRow = 1960;
-const sal_Int32 XML_drawing = 1961;
-const sal_Int32 XML_drawingGridHorizontalOrigin = 1962;
-const sal_Int32 XML_drawingGridHorizontalSpacing = 1963;
-const sal_Int32 XML_drawingGridVerticalOrigin = 1964;
-const sal_Int32 XML_drawingGridVerticalSpacing = 1965;
-const sal_Int32 XML_drill = 1966;
-const sal_Int32 XML_drop = 1967;
-const sal_Int32 XML_dropCap = 1968;
-const sal_Int32 XML_dropDownList = 1969;
-const sal_Int32 XML_dropLines = 1970;
-const sal_Int32 XML_dropauto = 1971;
-const sal_Int32 XML_ds = 1972;
-const sal_Int32 XML_dstNode = 1973;
-const sal_Int32 XML_dstrike = 1974;
-const sal_Int32 XML_dt = 1975;
-const sal_Int32 XML_dt2D = 1976;
-const sal_Int32 XML_dtr = 1977;
-const sal_Int32 XML_duotone = 1978;
-const sal_Int32 XML_duplicateValues = 1979;
-const sal_Int32 XML_dur = 1980;
-const sal_Int32 XML_duration = 1981;
-const sal_Int32 XML_dvAspect = 1982;
-const sal_Int32 XML_dx = 1983;
-const sal_Int32 XML_dxa = 1984;
-const sal_Int32 XML_dxaOrig = 1985;
-const sal_Int32 XML_dxf = 1986;
-const sal_Int32 XML_dxfId = 1987;
-const sal_Int32 XML_dxfs = 1988;
-const sal_Int32 XML_dy = 1989;
-const sal_Int32 XML_dyaOrig = 1990;
-const sal_Int32 XML_dynamicAddress = 1991;
-const sal_Int32 XML_dynamicFilter = 1992;
-const sal_Int32 XML_dz = 1993;
-const sal_Int32 XML_e = 1994;
-const sal_Int32 XML_eMail = 1995;
-const sal_Int32 XML_ea = 1996;
-const sal_Int32 XML_ea1ChsPeriod = 1997;
-const sal_Int32 XML_ea1ChsPlain = 1998;
-const sal_Int32 XML_ea1ChtPeriod = 1999;
-const sal_Int32 XML_ea1ChtPlain = 2000;
-const sal_Int32 XML_ea1JpnChsDbPeriod = 2001;
-const sal_Int32 XML_ea1JpnKorPeriod = 2002;
-const sal_Int32 XML_ea1JpnKorPlain = 2003;
-const sal_Int32 XML_eaLnBrk = 2004;
-const sal_Int32 XML_eaVert = 2005;
-const sal_Int32 XML_eachPage = 2006;
-const sal_Int32 XML_eachSect = 2007;
-const sal_Int32 XML_earth1 = 2008;
-const sal_Int32 XML_earth2 = 2009;
-const sal_Int32 XML_eastAsia = 2010;
-const sal_Int32 XML_eastAsiaTheme = 2011;
-const sal_Int32 XML_eastAsianLayout = 2012;
-const sal_Int32 XML_eb = 2013;
-const sal_Int32 XML_eclipsingSquares1 = 2014;
-const sal_Int32 XML_eclipsingSquares2 = 2015;
-const sal_Int32 XML_ed = 2016;
-const sal_Int32 XML_edGrp = 2017;
-const sal_Int32 XML_edge = 2018;
-const sal_Int32 XML_edit = 2019;
-const sal_Int32 XML_editAs = 2020;
-const sal_Int32 XML_editData = 2021;
-const sal_Int32 XML_editPage = 2022;
-const sal_Int32 XML_editas = 2023;
-const sal_Int32 XML_edited = 2024;
-const sal_Int32 XML_editors = 2025;
-const sal_Int32 XML_effect = 2026;
-const sal_Int32 XML_effectClrLst = 2027;
-const sal_Int32 XML_effectDag = 2028;
-const sal_Int32 XML_effectExtent = 2029;
-const sal_Int32 XML_effectLst = 2030;
-const sal_Int32 XML_effectRef = 2031;
-const sal_Int32 XML_effectStyle = 2032;
-const sal_Int32 XML_effectStyleLst = 2033;
-const sal_Int32 XML_eggsBlack = 2034;
-const sal_Int32 XML_el = 2035;
-const sal_Int32 XML_elbow = 2036;
-const sal_Int32 XML_element = 2037;
-const sal_Int32 XML_ellipse = 2038;
-const sal_Int32 XML_ellipseRibbon = 2039;
-const sal_Int32 XML_ellipseRibbon2 = 2040;
-const sal_Int32 XML_ellipsis = 2041;
-const sal_Int32 XML_else = 2042;
-const sal_Int32 XML_em = 2043;
-const sal_Int32 XML_emDash = 2044;
-const sal_Int32 XML_email = 2045;
-const sal_Int32 XML_embed = 2046;
-const sal_Int32 XML_embedBold = 2047;
-const sal_Int32 XML_embedBoldItalic = 2048;
-const sal_Int32 XML_embedItalic = 2049;
-const sal_Int32 XML_embedRegular = 2050;
-const sal_Int32 XML_embedSystemFonts = 2051;
-const sal_Int32 XML_embedTrueTypeFonts = 2052;
-const sal_Int32 XML_embeddedFont = 2053;
-const sal_Int32 XML_embeddedFontLst = 2054;
-const sal_Int32 XML_emboss = 2055;
-const sal_Int32 XML_embosscolor = 2056;
-const sal_Int32 XML_emph = 2057;
-const sal_Int32 XML_empty = 2058;
-const sal_Int32 XML_emptyCellReference = 2059;
-const sal_Int32 XML_enDash = 2060;
-const sal_Int32 XML_enableDrill = 2061;
-const sal_Int32 XML_enableFieldProperties = 2062;
-const sal_Int32 XML_enableFormatConditionsCalculation = 2063;
-const sal_Int32 XML_enableRefresh = 2064;
-const sal_Int32 XML_enableWizard = 2065;
-const sal_Int32 XML_enabled = 2066;
-const sal_Int32 XML_encoding = 2067;
-const sal_Int32 XML_end = 2068;
-const sal_Int32 XML_endA = 2069;
-const sal_Int32 XML_endAngle = 2070;
-const sal_Int32 XML_endChars = 2071;
-const sal_Int32 XML_endChr = 2072;
-const sal_Int32 XML_endCnv = 2073;
-const sal_Int32 XML_endCondLst = 2074;
-const sal_Int32 XML_endCxn = 2075;
-const sal_Int32 XML_endDate = 2076;
-const sal_Int32 XML_endMarg = 2077;
-const sal_Int32 XML_endNum = 2078;
-const sal_Int32 XML_endOfListFormulaUpdate = 2079;
-const sal_Int32 XML_endPad = 2080;
-const sal_Int32 XML_endParaRPr = 2081;
-const sal_Int32 XML_endPos = 2082;
-const sal_Int32 XML_endPts = 2083;
-const sal_Int32 XML_endSnd = 2084;
-const sal_Int32 XML_endSty = 2085;
-const sal_Int32 XML_endSync = 2086;
-const sal_Int32 XML_endarrow = 2087;
-const sal_Int32 XML_endarrowlength = 2088;
-const sal_Int32 XML_endarrowwidth = 2089;
-const sal_Int32 XML_endcap = 2090;
-const sal_Int32 XML_endnote = 2091;
-const sal_Int32 XML_endnotePr = 2092;
-const sal_Int32 XML_endnoteRef = 2093;
-const sal_Int32 XML_endnoteReference = 2094;
-const sal_Int32 XML_endnotes = 2095;
-const sal_Int32 XML_endsWith = 2096;
-const sal_Int32 XML_enforcement = 2097;
-const sal_Int32 XML_entr = 2098;
-const sal_Int32 XML_entries = 2099;
-const sal_Int32 XML_entry = 2100;
-const sal_Int32 XML_entryMacro = 2101;
-const sal_Int32 XML_envelopes = 2102;
-const sal_Int32 XML_eol = 2103;
-const sal_Int32 XML_eq = 2104;
-const sal_Int32 XML_eqArr = 2105;
-const sal_Int32 XML_eqArrPr = 2106;
-const sal_Int32 XML_eqn = 2107;
-const sal_Int32 XML_equ = 2108;
-const sal_Int32 XML_equal = 2109;
-const sal_Int32 XML_equalAverage = 2110;
-const sal_Int32 XML_equalWidth = 2111;
-const sal_Int32 XML_equation = 2112;
-const sal_Int32 XML_equationxml = 2113;
-const sal_Int32 XML_err = 2114;
-const sal_Int32 XML_errBarType = 2115;
-const sal_Int32 XML_errBars = 2116;
-const sal_Int32 XML_errDir = 2117;
-const sal_Int32 XML_errValType = 2118;
-const sal_Int32 XML_error = 2119;
-const sal_Int32 XML_errorCaption = 2120;
-const sal_Int32 XML_errorStyle = 2121;
-const sal_Int32 XML_errorTitle = 2122;
-const sal_Int32 XML_errors = 2123;
-const sal_Int32 XML_evalError = 2124;
-const sal_Int32 XML_evalOrder = 2125;
-const sal_Int32 XML_even = 2126;
-const sal_Int32 XML_evenAndOddHeaders = 2127;
-const sal_Int32 XML_evenFooter = 2128;
-const sal_Int32 XML_evenHBand = 2129;
-const sal_Int32 XML_evenHeader = 2130;
-const sal_Int32 XML_evenPage = 2131;
-const sal_Int32 XML_evenVBand = 2132;
-const sal_Int32 XML_everyone = 2133;
-const sal_Int32 XML_evt = 2134;
-const sal_Int32 XML_evtFilter = 2135;
-const sal_Int32 XML_exact = 2136;
-const sal_Int32 XML_excl = 2137;
-const sal_Int32 XML_exclusive = 2138;
-const sal_Int32 XML_exit = 2139;
-const sal_Int32 XML_exitMacro = 2140;
-const sal_Int32 XML_exp = 2141;
-const sal_Int32 XML_explosion = 2142;
-const sal_Int32 XML_expression = 2143;
-const sal_Int32 XML_ext = 2144;
-const sal_Int32 XML_extCalcPr = 2145;
-const sal_Int32 XML_extLst = 2146;
-const sal_Int32 XML_extend = 2147;
-const sal_Int32 XML_extendable = 2148;
-const sal_Int32 XML_extent = 2149;
-const sal_Int32 XML_external = 2150;
-const sal_Int32 XML_externalBook = 2151;
-const sal_Int32 XML_externalData = 2152;
-const sal_Int32 XML_externalLink = 2153;
-const sal_Int32 XML_externalReference = 2154;
-const sal_Int32 XML_externalReferences = 2155;
-const sal_Int32 XML_extraClrScheme = 2156;
-const sal_Int32 XML_extraClrSchemeLst = 2157;
-const sal_Int32 XML_extrusion = 2158;
-const sal_Int32 XML_extrusionClr = 2159;
-const sal_Int32 XML_extrusionH = 2160;
-const sal_Int32 XML_extrusionOk = 2161;
-const sal_Int32 XML_extrusioncolor = 2162;
-const sal_Int32 XML_extrusionok = 2163;
-const sal_Int32 XML_f = 2164;
-const sal_Int32 XML_fHdr = 2165;
-const sal_Int32 XML_fLocksText = 2166;
-const sal_Int32 XML_fLocksWithSheet = 2167;
-const sal_Int32 XML_fName = 2168;
-const sal_Int32 XML_fNode = 2169;
-const sal_Int32 XML_fPr = 2170;
-const sal_Int32 XML_fPrintsWithSheet = 2171;
-const sal_Int32 XML_fPublished = 2172;
-const sal_Int32 XML_face = 2173;
-const sal_Int32 XML_facet = 2174;
-const sal_Int32 XML_fact = 2175;
-const sal_Int32 XML_factor = 2176;
-const sal_Int32 XML_fade = 2177;
-const sal_Int32 XML_fadeDir = 2178;
-const sal_Int32 XML_fallback = 2179;
-const sal_Int32 XML_false = 2180;
-const sal_Int32 XML_family = 2181;
-const sal_Int32 XML_fans = 2182;
-const sal_Int32 XML_fast = 2183;
-const sal_Int32 XML_fax = 2184;
-const sal_Int32 XML_fc = 2185;
-const sal_Int32 XML_ferris = 2186;
-const sal_Int32 XML_ffData = 2187;
-const sal_Int32 XML_fgClr = 2188;
-const sal_Int32 XML_fgColor = 2189;
-const sal_Int32 XML_fi = 2190;
-const sal_Int32 XML_field = 2191;
-const sal_Int32 XML_fieldGroup = 2192;
-const sal_Int32 XML_fieldId = 2193;
-const sal_Int32 XML_fieldIdWrapped = 2194;
-const sal_Int32 XML_fieldListSortAscending = 2195;
-const sal_Int32 XML_fieldMapData = 2196;
-const sal_Int32 XML_fieldPosition = 2197;
-const sal_Int32 XML_fieldPrintTitles = 2198;
-const sal_Int32 XML_fieldUsage = 2199;
-const sal_Int32 XML_fieldsUsage = 2200;
-const sal_Int32 XML_fileRecoveryPr = 2201;
-const sal_Int32 XML_fileSharing = 2202;
-const sal_Int32 XML_fileType = 2203;
-const sal_Int32 XML_fileVersion = 2204;
-const sal_Int32 XML_filetime = 2205;
-const sal_Int32 XML_fill = 2206;
-const sal_Int32 XML_fillClrLst = 2207;
-const sal_Int32 XML_fillFormulas = 2208;
-const sal_Int32 XML_fillId = 2209;
-const sal_Int32 XML_fillOverlay = 2210;
-const sal_Int32 XML_fillRect = 2211;
-const sal_Int32 XML_fillRef = 2212;
-const sal_Int32 XML_fillStyleLst = 2213;
-const sal_Int32 XML_fillToRect = 2214;
-const sal_Int32 XML_fillcolor = 2215;
-const sal_Int32 XML_filled = 2216;
-const sal_Int32 XML_fillok = 2217;
-const sal_Int32 XML_fills = 2218;
-const sal_Int32 XML_filltype = 2219;
-const sal_Int32 XML_film = 2220;
-const sal_Int32 XML_filter = 2221;
-const sal_Int32 XML_filterColumn = 2222;
-const sal_Int32 XML_filterMode = 2223;
-const sal_Int32 XML_filterPrivacy = 2224;
-const sal_Int32 XML_filterUnique = 2225;
-const sal_Int32 XML_filterVal = 2226;
-const sal_Int32 XML_filters = 2227;
-const sal_Int32 XML_firebrick = 2228;
-const sal_Int32 XML_firecrackers = 2229;
-const sal_Int32 XML_first = 2230;
-const sal_Int32 XML_firstAndLastLine = 2231;
-const sal_Int32 XML_firstBackgroundRefresh = 2232;
-const sal_Int32 XML_firstCol = 2233;
-const sal_Int32 XML_firstColumn = 2234;
-const sal_Int32 XML_firstColumnStripe = 2235;
-const sal_Int32 XML_firstColumnSubheading = 2236;
-const sal_Int32 XML_firstDataCol = 2237;
-const sal_Int32 XML_firstDataRow = 2238;
-const sal_Int32 XML_firstFooter = 2239;
-const sal_Int32 XML_firstHeader = 2240;
-const sal_Int32 XML_firstHeaderCell = 2241;
-const sal_Int32 XML_firstHeaderRow = 2242;
-const sal_Int32 XML_firstLine = 2243;
-const sal_Int32 XML_firstLineChars = 2244;
-const sal_Int32 XML_firstLineOnly = 2245;
-const sal_Int32 XML_firstPage = 2246;
-const sal_Int32 XML_firstPageNumber = 2247;
-const sal_Int32 XML_firstRow = 2248;
-const sal_Int32 XML_firstRowFirstColumn = 2249;
-const sal_Int32 XML_firstRowLastColumn = 2250;
-const sal_Int32 XML_firstRowStripe = 2251;
-const sal_Int32 XML_firstRowSubheading = 2252;
-const sal_Int32 XML_firstSheet = 2253;
-const sal_Int32 XML_firstSliceAng = 2254;
-const sal_Int32 XML_firstSlideNum = 2255;
-const sal_Int32 XML_firstSubtotalColumn = 2256;
-const sal_Int32 XML_firstSubtotalRow = 2257;
-const sal_Int32 XML_firstTotalCell = 2258;
-const sal_Int32 XML_fitText = 2259;
-const sal_Int32 XML_fitToHeight = 2260;
-const sal_Int32 XML_fitToPage = 2261;
-const sal_Int32 XML_fitToSlide = 2262;
-const sal_Int32 XML_fitToWidth = 2263;
-const sal_Int32 XML_fitpath = 2264;
-const sal_Int32 XML_fitshape = 2265;
-const sal_Int32 XML_fixed = 2266;
-const sal_Int32 XML_fixedVal = 2267;
-const sal_Int32 XML_flash = 2268;
-const sal_Int32 XML_flat = 2269;
-const sal_Int32 XML_flatBorders = 2270;
-const sal_Int32 XML_flatTx = 2271;
-const sal_Int32 XML_fld = 2272;
-const sal_Int32 XML_fldChar = 2273;
-const sal_Int32 XML_fldCharType = 2274;
-const sal_Int32 XML_fldData = 2275;
-const sal_Int32 XML_fldLock = 2276;
-const sal_Int32 XML_fldSimple = 2277;
-const sal_Int32 XML_flip = 2278;
-const sal_Int32 XML_flipH = 2279;
-const sal_Int32 XML_flipV = 2280;
-const sal_Int32 XML_float = 2281;
-const sal_Int32 XML_flood = 2282;
-const sal_Int32 XML_floor = 2283;
-const sal_Int32 XML_floralWhite = 2284;
-const sal_Int32 XML_flowChartAlternateProcess = 2285;
-const sal_Int32 XML_flowChartCollate = 2286;
-const sal_Int32 XML_flowChartConnector = 2287;
-const sal_Int32 XML_flowChartDecision = 2288;
-const sal_Int32 XML_flowChartDelay = 2289;
-const sal_Int32 XML_flowChartDisplay = 2290;
-const sal_Int32 XML_flowChartDocument = 2291;
-const sal_Int32 XML_flowChartExtract = 2292;
-const sal_Int32 XML_flowChartInputOutput = 2293;
-const sal_Int32 XML_flowChartInternalStorage = 2294;
-const sal_Int32 XML_flowChartMagneticDisk = 2295;
-const sal_Int32 XML_flowChartMagneticDrum = 2296;
-const sal_Int32 XML_flowChartMagneticTape = 2297;
-const sal_Int32 XML_flowChartManualInput = 2298;
-const sal_Int32 XML_flowChartManualOperation = 2299;
-const sal_Int32 XML_flowChartMerge = 2300;
-const sal_Int32 XML_flowChartMultidocument = 2301;
-const sal_Int32 XML_flowChartOfflineStorage = 2302;
-const sal_Int32 XML_flowChartOffpageConnector = 2303;
-const sal_Int32 XML_flowChartOnlineStorage = 2304;
-const sal_Int32 XML_flowChartOr = 2305;
-const sal_Int32 XML_flowChartPredefinedProcess = 2306;
-const sal_Int32 XML_flowChartPreparation = 2307;
-const sal_Int32 XML_flowChartProcess = 2308;
-const sal_Int32 XML_flowChartPunchedCard = 2309;
-const sal_Int32 XML_flowChartPunchedTape = 2310;
-const sal_Int32 XML_flowChartSort = 2311;
-const sal_Int32 XML_flowChartSummingJunction = 2312;
-const sal_Int32 XML_flowChartTerminator = 2313;
-const sal_Int32 XML_flowDir = 2314;
-const sal_Int32 XML_flowersBlockPrint = 2315;
-const sal_Int32 XML_flowersDaisies = 2316;
-const sal_Int32 XML_flowersModern1 = 2317;
-const sal_Int32 XML_flowersModern2 = 2318;
-const sal_Int32 XML_flowersPansy = 2319;
-const sal_Int32 XML_flowersRedRose = 2320;
-const sal_Int32 XML_flowersRoses = 2321;
-const sal_Int32 XML_flowersTeacup = 2322;
-const sal_Int32 XML_flowersTiny = 2323;
-const sal_Int32 XML_fltVal = 2324;
-const sal_Int32 XML_flythrough = 2325;
-const sal_Int32 XML_fmla = 2326;
-const sal_Int32 XML_fmt = 2327;
-const sal_Int32 XML_fmtId = 2328;
-const sal_Int32 XML_fmtScheme = 2329;
-const sal_Int32 XML_fmtid = 2330;
-const sal_Int32 XML_focus = 2331;
-const sal_Int32 XML_focusposition = 2332;
-const sal_Int32 XML_focussize = 2333;
-const sal_Int32 XML_folHlink = 2334;
-const sal_Int32 XML_foldedCorner = 2335;
-const sal_Int32 XML_follow = 2336;
-const sal_Int32 XML_followColorScheme = 2337;
-const sal_Int32 XML_followSib = 2338;
-const sal_Int32 XML_followedHyperlink = 2339;
-const sal_Int32 XML_font = 2340;
-const sal_Int32 XML_font4 = 2341;
-const sal_Int32 XML_fontAlgn = 2342;
-const sal_Int32 XML_fontColor = 2343;
-const sal_Int32 XML_fontId = 2344;
-const sal_Int32 XML_fontKey = 2345;
-const sal_Int32 XML_fontRef = 2346;
-const sal_Int32 XML_fontScale = 2347;
-const sal_Int32 XML_fontScheme = 2348;
-const sal_Int32 XML_fontSz = 2349;
-const sal_Int32 XML_fonts = 2350;
-const sal_Int32 XML_footer = 2351;
-const sal_Int32 XML_footerReference = 2352;
-const sal_Int32 XML_footnote = 2353;
-const sal_Int32 XML_footnoteLayoutLikeWW8 = 2354;
-const sal_Int32 XML_footnotePr = 2355;
-const sal_Int32 XML_footnoteRef = 2356;
-const sal_Int32 XML_footnoteReference = 2357;
-const sal_Int32 XML_footnotes = 2358;
-const sal_Int32 XML_for = 2359;
-const sal_Int32 XML_forEach = 2360;
-const sal_Int32 XML_forName = 2361;
-const sal_Int32 XML_forceAA = 2362;
-const sal_Int32 XML_forceFullCalc = 2363;
-const sal_Int32 XML_forceUpgrade = 2364;
-const sal_Int32 XML_forcedash = 2365;
-const sal_Int32 XML_foredepth = 2366;
-const sal_Int32 XML_forestGreen = 2367;
-const sal_Int32 XML_forgetLastTabAlignment = 2368;
-const sal_Int32 XML_formFld = 2369;
-const sal_Int32 XML_formLetters = 2370;
-const sal_Int32 XML_formProt = 2371;
-const sal_Int32 XML_format = 2372;
-const sal_Int32 XML_formatCells = 2373;
-const sal_Int32 XML_formatCode = 2374;
-const sal_Int32 XML_formatColumns = 2375;
-const sal_Int32 XML_formatRows = 2376;
-const sal_Int32 XML_formats = 2377;
-const sal_Int32 XML_formatting = 2378;
-const sal_Int32 XML_forms = 2379;
-const sal_Int32 XML_formsDesign = 2380;
-const sal_Int32 XML_formula = 2381;
-const sal_Int32 XML_formula1 = 2382;
-const sal_Int32 XML_formula2 = 2383;
-const sal_Int32 XML_formulaRange = 2384;
-const sal_Int32 XML_formulas = 2385;
-const sal_Int32 XML_forward = 2386;
-const sal_Int32 XML_fourObj = 2387;
-const sal_Int32 XML_fov = 2388;
-const sal_Int32 XML_fraktur = 2389;
-const sal_Int32 XML_frame = 2390;
-const sal_Int32 XML_frameLayout = 2391;
-const sal_Int32 XML_framePr = 2392;
-const sal_Int32 XML_frameSlides = 2393;
-const sal_Int32 XML_frameStyle1 = 2394;
-const sal_Int32 XML_frameStyle2 = 2395;
-const sal_Int32 XML_frameStyle3 = 2396;
-const sal_Int32 XML_frameStyle4 = 2397;
-const sal_Int32 XML_frameStyle5 = 2398;
-const sal_Int32 XML_frameStyle6 = 2399;
-const sal_Int32 XML_frameStyle7 = 2400;
-const sal_Int32 XML_frameset = 2401;
-const sal_Int32 XML_framesetSplitbar = 2402;
-const sal_Int32 XML_freeze = 2403;
-const sal_Int32 XML_freezing = 2404;
-const sal_Int32 XML_from = 2405;
-const sal_Int32 XML_fromB = 2406;
-const sal_Int32 XML_fromL = 2407;
-const sal_Int32 XML_fromR = 2408;
-const sal_Int32 XML_fromT = 2409;
-const sal_Int32 XML_fromWordArt = 2410;
-const sal_Int32 XML_front = 2411;
-const sal_Int32 XML_frozen = 2412;
-const sal_Int32 XML_frozenSplit = 2413;
-const sal_Int32 XML_ftr = 2414;
-const sal_Int32 XML_ftrs = 2415;
-const sal_Int32 XML_fuchsia = 2416;
-const sal_Int32 XML_full = 2417;
-const sal_Int32 XML_fullAlpha = 2418;
-const sal_Int32 XML_fullCalcOnLoad = 2419;
-const sal_Int32 XML_fullDate = 2420;
-const sal_Int32 XML_fullHangul = 2421;
-const sal_Int32 XML_fullKatakana = 2422;
-const sal_Int32 XML_fullPage = 2423;
-const sal_Int32 XML_fullPrecision = 2424;
-const sal_Int32 XML_fullScrn = 2425;
-const sal_Int32 XML_fullwidthKatakana = 2426;
-const sal_Int32 XML_func = 2427;
-const sal_Int32 XML_funcPr = 2428;
-const sal_Int32 XML_function = 2429;
-const sal_Int32 XML_functionGroup = 2430;
-const sal_Int32 XML_functionGroupId = 2431;
-const sal_Int32 XML_functionGroups = 2432;
-const sal_Int32 XML_funnel = 2433;
-const sal_Int32 XML_futureMetadata = 2434;
-const sal_Int32 XML_g = 2435;
-const sal_Int32 XML_gDay = 2436;
-const sal_Int32 XML_gMonth = 2437;
-const sal_Int32 XML_gMonthDay = 2438;
-const sal_Int32 XML_gYear = 2439;
-const sal_Int32 XML_gYearMonth = 2440;
-const sal_Int32 XML_gain = 2441;
-const sal_Int32 XML_gainsboro = 2442;
-const sal_Int32 XML_gallery = 2443;
-const sal_Int32 XML_gamma = 2444;
-const sal_Int32 XML_ganada = 2445;
-const sal_Int32 XML_gap = 2446;
-const sal_Int32 XML_gapDepth = 2447;
-const sal_Int32 XML_gapWidth = 2448;
-const sal_Int32 XML_gd = 2449;
-const sal_Int32 XML_gdLst = 2450;
-const sal_Int32 XML_gdRefAng = 2451;
-const sal_Int32 XML_gdRefR = 2452;
-const sal_Int32 XML_gdRefX = 2453;
-const sal_Int32 XML_gdRefY = 2454;
-const sal_Int32 XML_ge = 2455;
-const sal_Int32 XML_gear6 = 2456;
-const sal_Int32 XML_gear9 = 2457;
-const sal_Int32 XML_gems = 2458;
-const sal_Int32 XML_general = 2459;
-const sal_Int32 XML_gfxdata = 2460;
-const sal_Int32 XML_ghostCol = 2461;
-const sal_Int32 XML_ghostRow = 2462;
-const sal_Int32 XML_ghostWhite = 2463;
-const sal_Int32 XML_gingerbreadMan = 2464;
-const sal_Int32 XML_glitter = 2465;
-const sal_Int32 XML_glossaryDocument = 2466;
-const sal_Int32 XML_glow = 2467;
-const sal_Int32 XML_goal = 2468;
-const sal_Int32 XML_gold = 2469;
-const sal_Int32 XML_goldenrod = 2470;
-const sal_Int32 XML_grDir = 2471;
-const sal_Int32 XML_gradFill = 2472;
-const sal_Int32 XML_gradient = 2473;
-const sal_Int32 XML_gradientActiveCaption = 2474;
-const sal_Int32 XML_gradientCenter = 2475;
-const sal_Int32 XML_gradientFill = 2476;
-const sal_Int32 XML_gradientInactiveCaption = 2477;
-const sal_Int32 XML_gradientRadial = 2478;
-const sal_Int32 XML_gradientUnscaled = 2479;
-const sal_Int32 XML_gradientshapeok = 2480;
-const sal_Int32 XML_grainSize = 2481;
-const sal_Int32 XML_gramEnd = 2482;
-const sal_Int32 XML_gramStart = 2483;
-const sal_Int32 XML_grammar = 2484;
-const sal_Int32 XML_grand = 2485;
-const sal_Int32 XML_grandCol = 2486;
-const sal_Int32 XML_grandRow = 2487;
-const sal_Int32 XML_grandTotalCaption = 2488;
-const sal_Int32 XML_graphic = 2489;
-const sal_Int32 XML_graphicData = 2490;
-const sal_Int32 XML_graphicEl = 2491;
-const sal_Int32 XML_graphicFrame = 2492;
-const sal_Int32 XML_graphicFrameLocks = 2493;
-const sal_Int32 XML_grav = 2494;
-const sal_Int32 XML_gray = 2495;
-const sal_Int32 XML_gray0625 = 2496;
-const sal_Int32 XML_gray125 = 2497;
-const sal_Int32 XML_grayOutline = 2498;
-const sal_Int32 XML_grayScale = 2499;
-const sal_Int32 XML_grayText = 2500;
-const sal_Int32 XML_grayWhite = 2501;
-const sal_Int32 XML_grayscale = 2502;
-const sal_Int32 XML_grayscl = 2503;
-const sal_Int32 XML_greaterThan = 2504;
-const sal_Int32 XML_greaterThanOrEqual = 2505;
-const sal_Int32 XML_green = 2506;
-const sal_Int32 XML_greenMod = 2507;
-const sal_Int32 XML_greenOff = 2508;
-const sal_Int32 XML_greenYellow = 2509;
-const sal_Int32 XML_gregorian = 2510;
-const sal_Int32 XML_gregorianArabic = 2511;
-const sal_Int32 XML_gregorianMeFrench = 2512;
-const sal_Int32 XML_gregorianUs = 2513;
-const sal_Int32 XML_gregorianXlitEnglish = 2514;
-const sal_Int32 XML_gregorianXlitFrench = 2515;
-const sal_Int32 XML_gridAfter = 2516;
-const sal_Int32 XML_gridBefore = 2517;
-const sal_Int32 XML_gridCol = 2518;
-const sal_Int32 XML_gridDropZones = 2519;
-const sal_Int32 XML_gridLegend = 2520;
-const sal_Int32 XML_gridLines = 2521;
-const sal_Int32 XML_gridLinesSet = 2522;
-const sal_Int32 XML_gridSize = 2523;
-const sal_Int32 XML_gridSpacing = 2524;
-const sal_Int32 XML_gridSpan = 2525;
-const sal_Int32 XML_group = 2526;
-const sal_Int32 XML_groupBy = 2527;
-const sal_Int32 XML_groupChr = 2528;
-const sal_Int32 XML_groupChrPr = 2529;
-const sal_Int32 XML_groupInterval = 2530;
-const sal_Int32 XML_groupItems = 2531;
-const sal_Int32 XML_groupLevel = 2532;
-const sal_Int32 XML_groupLevels = 2533;
-const sal_Int32 XML_groupMember = 2534;
-const sal_Int32 XML_groupMembers = 2535;
-const sal_Int32 XML_grouping = 2536;
-const sal_Int32 XML_groups = 2537;
-const sal_Int32 XML_grow = 2538;
-const sal_Int32 XML_growAutofit = 2539;
-const sal_Int32 XML_growShrinkType = 2540;
-const sal_Int32 XML_grpFill = 2541;
-const sal_Int32 XML_grpId = 2542;
-const sal_Int32 XML_grpSp = 2543;
-const sal_Int32 XML_grpSpLocks = 2544;
-const sal_Int32 XML_grpSpPr = 2545;
-const sal_Int32 XML_gs = 2546;
-const sal_Int32 XML_gsLst = 2547;
-const sal_Int32 XML_gt = 2548;
-const sal_Int32 XML_gte = 2549;
-const sal_Int32 XML_guid = 2550;
-const sal_Int32 XML_guide = 2551;
-const sal_Int32 XML_guideLst = 2552;
-const sal_Int32 XML_gutter = 2553;
-const sal_Int32 XML_gutterAtTop = 2554;
-const sal_Int32 XML_h = 2555;
-const sal_Int32 XML_hAnchor = 2556;
-const sal_Int32 XML_hAnsi = 2557;
-const sal_Int32 XML_hAnsiTheme = 2558;
-const sal_Int32 XML_hArH = 2559;
-const sal_Int32 XML_hMerge = 2560;
-const sal_Int32 XML_hMode = 2561;
-const sal_Int32 XML_hOff = 2562;
-const sal_Int32 XML_hPercent = 2563;
-const sal_Int32 XML_hR = 2564;
-const sal_Int32 XML_hRule = 2565;
-const sal_Int32 XML_hSpace = 2566;
-const sal_Int32 XML_hagakiCard = 2567;
-const sal_Int32 XML_hair = 2568;
-const sal_Int32 XML_hairline = 2569;
-const sal_Int32 XML_half = 2570;
-const sal_Int32 XML_halfAlpha = 2571;
-const sal_Int32 XML_halfFrame = 2572;
-const sal_Int32 XML_halfHangul = 2573;
-const sal_Int32 XML_halfKatakana = 2574;
-const sal_Int32 XML_halfwidthKatakana = 2575;
-const sal_Int32 XML_handles = 2576;
-const sal_Int32 XML_handmade1 = 2577;
-const sal_Int32 XML_handmade2 = 2578;
-const sal_Int32 XML_handoutMaster = 2579;
-const sal_Int32 XML_handoutMasterId = 2580;
-const sal_Int32 XML_handoutMasterIdLst = 2581;
-const sal_Int32 XML_handoutView = 2582;
-const sal_Int32 XML_handouts1 = 2583;
-const sal_Int32 XML_handouts2 = 2584;
-const sal_Int32 XML_handouts3 = 2585;
-const sal_Int32 XML_handouts4 = 2586;
-const sal_Int32 XML_handouts6 = 2587;
-const sal_Int32 XML_handouts9 = 2588;
-const sal_Int32 XML_hang = 2589;
-const sal_Int32 XML_hanging = 2590;
-const sal_Int32 XML_hangingChars = 2591;
-const sal_Int32 XML_hangingPunct = 2592;
-const sal_Int32 XML_hardEdge = 2593;
-const sal_Int32 XML_harsh = 2594;
-const sal_Int32 XML_hasCustomPrompt = 2595;
-const sal_Int32 XML_hash = 2596;
-const sal_Int32 XML_hashData = 2597;
-const sal_Int32 XML_hashValue = 2598;
-const sal_Int32 XML_hc = 2599;
-const sal_Int32 XML_hd10 = 2600;
-const sal_Int32 XML_hd2 = 2601;
-const sal_Int32 XML_hd3 = 2602;
-const sal_Int32 XML_hd4 = 2603;
-const sal_Int32 XML_hd5 = 2604;
-const sal_Int32 XML_hd6 = 2605;
-const sal_Int32 XML_hd8 = 2606;
-const sal_Int32 XML_hdr = 2607;
-const sal_Int32 XML_hdrShapeDefaults = 2608;
-const sal_Int32 XML_hdrs = 2609;
-const sal_Int32 XML_headEnd = 2610;
-const sal_Int32 XML_header = 2611;
-const sal_Int32 XML_headerFooter = 2612;
-const sal_Int32 XML_headerReference = 2613;
-const sal_Int32 XML_headerRow = 2614;
-const sal_Int32 XML_headerRowBorderDxfId = 2615;
-const sal_Int32 XML_headerRowCellStyle = 2616;
-const sal_Int32 XML_headerRowCount = 2617;
-const sal_Int32 XML_headerRowDxfId = 2618;
-const sal_Int32 XML_headerSource = 2619;
-const sal_Int32 XML_headers = 2620;
-const sal_Int32 XML_headersInLastRefresh = 2621;
-const sal_Int32 XML_heading = 2622;
-const sal_Int32 XML_headings = 2623;
-const sal_Int32 XML_heart = 2624;
-const sal_Int32 XML_heartBalloon = 2625;
-const sal_Int32 XML_heartGray = 2626;
-const sal_Int32 XML_hearts = 2627;
-const sal_Int32 XML_heavy = 2628;
-const sal_Int32 XML_hebrew = 2629;
-const sal_Int32 XML_hebrew1 = 2630;
-const sal_Int32 XML_hebrew2 = 2631;
-const sal_Int32 XML_hebrew2Minus = 2632;
-const sal_Int32 XML_heebieJeebies = 2633;
-const sal_Int32 XML_help = 2634;
-const sal_Int32 XML_helpText = 2635;
-const sal_Int32 XML_heptagon = 2636;
-const sal_Int32 XML_hex = 2637;
-const sal_Int32 XML_hexBinary = 2638;
-const sal_Int32 XML_hexagon = 2639;
-const sal_Int32 XML_hf = 2640;
-const sal_Int32 XML_hiLowLines = 2641;
-const sal_Int32 XML_hidden = 2642;
-const sal_Int32 XML_hiddenButton = 2643;
-const sal_Int32 XML_hiddenColumn = 2644;
-const sal_Int32 XML_hiddenColumns = 2645;
-const sal_Int32 XML_hiddenLevel = 2646;
-const sal_Int32 XML_hiddenRow = 2647;
-const sal_Int32 XML_hiddenRows = 2648;
-const sal_Int32 XML_hiddenSlides = 2649;
-const sal_Int32 XML_hide = 2650;
-const sal_Int32 XML_hideBot = 2651;
-const sal_Int32 XML_hideGeom = 2652;
-const sal_Int32 XML_hideGrammaticalErrors = 2653;
-const sal_Int32 XML_hideLastTrans = 2654;
-const sal_Int32 XML_hideLeft = 2655;
-const sal_Int32 XML_hideMark = 2656;
-const sal_Int32 XML_hideNewItems = 2657;
-const sal_Int32 XML_hidePivotFieldList = 2658;
-const sal_Int32 XML_hideRight = 2659;
-const sal_Int32 XML_hideSpellingErrors = 2660;
-const sal_Int32 XML_hideTop = 2661;
-const sal_Int32 XML_hier = 2662;
-const sal_Int32 XML_hierAlign = 2663;
-const sal_Int32 XML_hierBranch = 2664;
-const sal_Int32 XML_hierChild = 2665;
-const sal_Int32 XML_hierRoot = 2666;
-const sal_Int32 XML_hierarchy = 2667;
-const sal_Int32 XML_hierarchyUsage = 2668;
-const sal_Int32 XML_high = 2669;
-const sal_Int32 XML_highContrast = 2670;
-const sal_Int32 XML_highKashida = 2671;
-const sal_Int32 XML_highlight = 2672;
-const sal_Int32 XML_highlightClick = 2673;
-const sal_Int32 XML_highlightText = 2674;
-const sal_Int32 XML_hijri = 2675;
-const sal_Int32 XML_hindiAlpha1Period = 2676;
-const sal_Int32 XML_hindiAlphaPeriod = 2677;
-const sal_Int32 XML_hindiConsonants = 2678;
-const sal_Int32 XML_hindiCounting = 2679;
-const sal_Int32 XML_hindiNumParenR = 2680;
-const sal_Int32 XML_hindiNumPeriod = 2681;
-const sal_Int32 XML_hindiNumbers = 2682;
-const sal_Int32 XML_hindiVowels = 2683;
-const sal_Int32 XML_hint = 2684;
-const sal_Int32 XML_hiragana = 2685;
-const sal_Int32 XML_history = 2686;
-const sal_Int32 XML_hlink = 2687;
-const sal_Int32 XML_hlinkClick = 2688;
-const sal_Int32 XML_hlinkHover = 2689;
-const sal_Int32 XML_hlinkMouseOver = 2690;
-const sal_Int32 XML_hold = 2691;
-const sal_Int32 XML_holeSize = 2692;
-const sal_Int32 XML_holly = 2693;
-const sal_Int32 XML_honeycomb = 2694;
-const sal_Int32 XML_homePlate = 2695;
-const sal_Int32 XML_honeydew = 2696;
-const sal_Int32 XML_horizontal = 2697;
-const sal_Int32 XML_horizontalCentered = 2698;
-const sal_Int32 XML_horizontalDpi = 2699;
-const sal_Int32 XML_horizontalScroll = 2700;
-const sal_Int32 XML_horz = 2701;
-const sal_Int32 XML_horzAlign = 2702;
-const sal_Int32 XML_horzAnchor = 2703;
-const sal_Int32 XML_horzBarState = 2704;
-const sal_Int32 XML_horzBrick = 2705;
-const sal_Int32 XML_horzCross = 2706;
-const sal_Int32 XML_horzOverflow = 2707;
-const sal_Int32 XML_horzStripe = 2708;
-const sal_Int32 XML_hotLight = 2709;
-const sal_Int32 XML_hotPink = 2710;
-const sal_Int32 XML_hour = 2711;
-const sal_Int32 XML_hours = 2712;
-const sal_Int32 XML_houseFunky = 2713;
-const sal_Int32 XML_how = 2714;
-const sal_Int32 XML_hps = 2715;
-const sal_Int32 XML_hpsBaseText = 2716;
-const sal_Int32 XML_hpsRaise = 2717;
-const sal_Int32 XML_hqprint = 2718;
-const sal_Int32 XML_hr = 2719;
-const sal_Int32 XML_hralign = 2720;
-const sal_Int32 XML_href = 2721;
-const sal_Int32 XML_hrnoshade = 2722;
-const sal_Int32 XML_hrpct = 2723;
-const sal_Int32 XML_hrstd = 2724;
-const sal_Int32 XML_hsl = 2725;
-const sal_Int32 XML_hslClr = 2726;
-const sal_Int32 XML_ht = 2727;
-const sal_Int32 XML_htmlFormat = 2728;
-const sal_Int32 XML_htmlPubPr = 2729;
-const sal_Int32 XML_htmlTables = 2730;
-const sal_Int32 XML_hue = 2731;
-const sal_Int32 XML_hueDir = 2732;
-const sal_Int32 XML_hueMod = 2733;
-const sal_Int32 XML_hueOff = 2734;
-const sal_Int32 XML_hundredMillions = 2735;
-const sal_Int32 XML_hundredThousands = 2736;
-const sal_Int32 XML_hundreds = 2737;
-const sal_Int32 XML_hybridMultilevel = 2738;
-const sal_Int32 XML_hyperlink = 2739;
-const sal_Int32 XML_hyperlinks = 2740;
-const sal_Int32 XML_hyphen = 2741;
-const sal_Int32 XML_hyphenationZone = 2742;
-const sal_Int32 XML_hypnotic = 2743;
-const sal_Int32 XML_i = 2744;
-const sal_Int32 XML_i1 = 2745;
-const sal_Int32 XML_i2 = 2746;
-const sal_Int32 XML_i3 = 2747;
-const sal_Int32 XML_i4 = 2748;
-const sal_Int32 XML_i8 = 2749;
-const sal_Int32 XML_iCs = 2750;
-const sal_Int32 XML_iLevel = 2751;
-const sal_Int32 XML_iMeasureFld = 2752;
-const sal_Int32 XML_iMeasureHier = 2753;
-const sal_Int32 XML_iceCreamCones = 2754;
-const sal_Int32 XML_icon = 2755;
-const sal_Int32 XML_iconFilter = 2756;
-const sal_Int32 XML_iconId = 2757;
-const sal_Int32 XML_iconSet = 2758;
-const sal_Int32 XML_id = 2759;
-const sal_Int32 XML_idcntr = 2760;
-const sal_Int32 XML_iddest = 2761;
-const sal_Int32 XML_identifier = 2762;
-const sal_Int32 XML_ideographDigital = 2763;
-const sal_Int32 XML_ideographEnclosedCircle = 2764;
-const sal_Int32 XML_ideographLegalTraditional = 2765;
-const sal_Int32 XML_ideographTraditional = 2766;
-const sal_Int32 XML_ideographZodiac = 2767;
-const sal_Int32 XML_ideographZodiacTraditional = 2768;
-const sal_Int32 XML_idmap = 2769;
-const sal_Int32 XML_idref = 2770;
-const sal_Int32 XML_idsrc = 2771;
-const sal_Int32 XML_idx = 2772;
-const sal_Int32 XML_if = 2773;
-const sal_Int32 XML_ignore = 2774;
-const sal_Int32 XML_ignoreMixedContent = 2775;
-const sal_Int32 XML_ignoredError = 2776;
-const sal_Int32 XML_ignoredErrors = 2777;
-const sal_Int32 XML_ilvl = 2778;
-const sal_Int32 XML_image = 2779;
-const sal_Int32 XML_imagealignshape = 2780;
-const sal_Int32 XML_imageaspect = 2781;
-const sal_Int32 XML_imagedata = 2782;
-const sal_Int32 XML_imagesize = 2783;
-const sal_Int32 XML_imeMode = 2784;
-const sal_Int32 XML_img = 2785;
-const sal_Int32 XML_imgEffect = 2786;
-const sal_Int32 XML_imgH = 2787;
-const sal_Int32 XML_imgLayer = 2788;
-const sal_Int32 XML_imgProps = 2789;
-const sal_Int32 XML_imgSz = 2790;
-const sal_Int32 XML_imgW = 2791;
-const sal_Int32 XML_immersive = 2792;
-const sal_Int32 XML_imprint = 2793;
-const sal_Int32 XML_in = 2794;
-const sal_Int32 XML_inBase = 2795;
-const sal_Int32 XML_inByRing = 2796;
-const sal_Int32 XML_inEnd = 2797;
-const sal_Int32 XML_inactiveBorder = 2798;
-const sal_Int32 XML_inactiveCaption = 2799;
-const sal_Int32 XML_inactiveCaptionText = 2800;
-const sal_Int32 XML_includeHiddenRowCol = 2801;
-const sal_Int32 XML_includeNewItemsInFilter = 2802;
-const sal_Int32 XML_includePrintSettings = 2803;
-const sal_Int32 XML_ind = 2804;
-const sal_Int32 XML_indefinite = 2805;
-const sal_Int32 XML_indent = 2806;
-const sal_Int32 XML_index = 2807;
-const sal_Int32 XML_indexed = 2808;
-const sal_Int32 XML_indexedColors = 2809;
-const sal_Int32 XML_indianRed = 2810;
-const sal_Int32 XML_indigo = 2811;
-const sal_Int32 XML_infoBk = 2812;
-const sal_Int32 XML_infoText = 2813;
-const sal_Int32 XML_information = 2814;
-const sal_Int32 XML_init = 2815;
-const sal_Int32 XML_initials = 2816;
-const sal_Int32 XML_ink = 2817;
-const sal_Int32 XML_inkAnnotations = 2818;
-const sal_Int32 XML_inkTgt = 2819;
-const sal_Int32 XML_inline = 2820;
-const sal_Int32 XML_inlineStr = 2821;
-const sal_Int32 XML_inner = 2822;
-const sal_Int32 XML_innerShdw = 2823;
-const sal_Int32 XML_inputCells = 2824;
-const sal_Int32 XML_ins = 2825;
-const sal_Int32 XML_insDel = 2826;
-const sal_Int32 XML_insertBlankRow = 2827;
-const sal_Int32 XML_insertClear = 2828;
-const sal_Int32 XML_insertCol = 2829;
-const sal_Int32 XML_insertColumns = 2830;
-const sal_Int32 XML_insertDelete = 2831;
-const sal_Int32 XML_insertHyperlinks = 2832;
-const sal_Int32 XML_insertPageBreak = 2833;
-const sal_Int32 XML_insertRow = 2834;
-const sal_Int32 XML_insertRowShift = 2835;
-const sal_Int32 XML_insertRows = 2836;
-const sal_Int32 XML_inset = 2837;
-const sal_Int32 XML_insetmode = 2838;
-const sal_Int32 XML_insetpen = 2839;
-const sal_Int32 XML_insetpenok = 2840;
-const sal_Int32 XML_inside = 2841;
-const sal_Int32 XML_insideH = 2842;
-const sal_Int32 XML_insideMargin = 2843;
-const sal_Int32 XML_insideV = 2844;
-const sal_Int32 XML_instr = 2845;
-const sal_Int32 XML_instrText = 2846;
-const sal_Int32 XML_int = 2847;
-const sal_Int32 XML_intLim = 2848;
-const sal_Int32 XML_intVal = 2849;
-const sal_Int32 XML_integer = 2850;
-const sal_Int32 XML_integrated = 2851;
-const sal_Int32 XML_intensity = 2852;
-const sal_Int32 XML_interSp = 2853;
-const sal_Int32 XML_interactiveSeq = 2854;
-const sal_Int32 XML_intercept = 2855;
-const sal_Int32 XML_intermediate = 2856;
-const sal_Int32 XML_interval = 2857;
-const sal_Int32 XML_intraSp = 2858;
-const sal_Int32 XML_inv = 2859;
-const sal_Int32 XML_invGamma = 2860;
-const sal_Int32 XML_invGray = 2861;
-const sal_Int32 XML_invalEndChars = 2862;
-const sal_Int32 XML_invalStChars = 2863;
-const sal_Int32 XML_invalid = 2864;
-const sal_Int32 XML_invalidUrl = 2865;
-const sal_Int32 XML_inverseGray = 2866;
-const sal_Int32 XML_invertIfNegative = 2867;
-const sal_Int32 XML_invx = 2868;
-const sal_Int32 XML_invy = 2869;
-const sal_Int32 XML_iroha = 2870;
-const sal_Int32 XML_irohaFullWidth = 2871;
-const sal_Int32 XML_irregularSeal1 = 2872;
-const sal_Int32 XML_irregularSeal2 = 2873;
-const sal_Int32 XML_is = 2874;
-const sal_Int32 XML_isInverted = 2875;
-const sal_Int32 XML_isLgl = 2876;
-const sal_Int32 XML_isNarration = 2877;
-const sal_Int32 XML_isPhoto = 2878;
-const sal_Int32 XML_iscomment = 2879;
-const sal_Int32 XML_isometricBottomDown = 2880;
-const sal_Int32 XML_isometricBottomUp = 2881;
-const sal_Int32 XML_isometricLeftDown = 2882;
-const sal_Int32 XML_isometricLeftUp = 2883;
-const sal_Int32 XML_isometricOffAxis1Left = 2884;
-const sal_Int32 XML_isometricOffAxis1Right = 2885;
-const sal_Int32 XML_isometricOffAxis1Top = 2886;
-const sal_Int32 XML_isometricOffAxis2Left = 2887;
-const sal_Int32 XML_isometricOffAxis2Right = 2888;
-const sal_Int32 XML_isometricOffAxis2Top = 2889;
-const sal_Int32 XML_isometricOffAxis3Bottom = 2890;
-const sal_Int32 XML_isometricOffAxis3Left = 2891;
-const sal_Int32 XML_isometricOffAxis3Right = 2892;
-const sal_Int32 XML_isometricOffAxis4Bottom = 2893;
-const sal_Int32 XML_isometricOffAxis4Left = 2894;
-const sal_Int32 XML_isometricOffAxis4Right = 2895;
-const sal_Int32 XML_isometricRightDown = 2896;
-const sal_Int32 XML_isometricRightUp = 2897;
-const sal_Int32 XML_isometricTopDown = 2898;
-const sal_Int32 XML_isometricTopUp = 2899;
-const sal_Int32 XML_issignatureline = 2900;
-const sal_Int32 XML_italic = 2901;
-const sal_Int32 XML_item = 2902;
-const sal_Int32 XML_itemID = 2903;
-const sal_Int32 XML_itemPageCount = 2904;
-const sal_Int32 XML_itemPrintTitles = 2905;
-const sal_Int32 XML_items = 2906;
-const sal_Int32 XML_iterate = 2907;
-const sal_Int32 XML_iterateCount = 2908;
-const sal_Int32 XML_iterateDelta = 2909;
-const sal_Int32 XML_ivory = 2910;
-const sal_Int32 XML_japan = 2911;
-const sal_Int32 XML_japaneseCounting = 2912;
-const sal_Int32 XML_japaneseDigitalTenThousand = 2913;
-const sal_Int32 XML_japaneseLegal = 2914;
-const sal_Int32 XML_jc = 2915;
-const sal_Int32 XML_joinstyle = 2916;
-const sal_Int32 XML_just = 2917;
-const sal_Int32 XML_justLow = 2918;
-const sal_Int32 XML_justify = 2919;
-const sal_Int32 XML_justifyLastLine = 2920;
-const sal_Int32 XML_k = 2921;
-const sal_Int32 XML_keepAlive = 2922;
-const sal_Int32 XML_keepChangeHistory = 2923;
-const sal_Int32 XML_keepLines = 2924;
-const sal_Int32 XML_keepNext = 2925;
-const sal_Int32 XML_kern = 2926;
-const sal_Int32 XML_key = 2927;
-const sal_Int32 XML_keyAttribute = 2928;
-const sal_Int32 XML_keywords = 2929;
-const sal_Int32 XML_khaki = 2930;
-const sal_Int32 XML_kinsoku = 2931;
-const sal_Int32 XML_kiosk = 2932;
-const sal_Int32 XML_korea = 2933;
-const sal_Int32 XML_koreanCounting = 2934;
-const sal_Int32 XML_koreanDigital = 2935;
-const sal_Int32 XML_koreanDigital2 = 2936;
-const sal_Int32 XML_koreanLegal = 2937;
-const sal_Int32 XML_kpi = 2938;
-const sal_Int32 XML_kpis = 2939;
-const sal_Int32 XML_kumimoji = 2940;
-const sal_Int32 XML_kx = 2941;
-const sal_Int32 XML_ky = 2942;
-const sal_Int32 XML_l = 2943;
-const sal_Int32 XML_lB = 2944;
-const sal_Int32 XML_lBounds = 2945;
-const sal_Int32 XML_lCtrCh = 2946;
-const sal_Int32 XML_lCtrDes = 2947;
-const sal_Int32 XML_lIns = 2948;
-const sal_Int32 XML_lMarg = 2949;
-const sal_Int32 XML_lMargin = 2950;
-const sal_Int32 XML_lOff = 2951;
-const sal_Int32 XML_lT = 2952;
-const sal_Int32 XML_label = 2953;
-const sal_Int32 XML_labelOnly = 2954;
-const sal_Int32 XML_landscape = 2955;
-const sal_Int32 XML_lang = 2956;
-const sal_Int32 XML_language = 2957;
-const sal_Int32 XML_largest = 2958;
-const sal_Int32 XML_last = 2959;
-const sal_Int32 XML_last7Days = 2960;
-const sal_Int32 XML_lastClick = 2961;
-const sal_Int32 XML_lastClr = 2962;
-const sal_Int32 XML_lastCol = 2963;
-const sal_Int32 XML_lastColumn = 2964;
-const sal_Int32 XML_lastEdited = 2965;
-const sal_Int32 XML_lastGuid = 2966;
-const sal_Int32 XML_lastHeaderCell = 2967;
-const sal_Int32 XML_lastIdx = 2968;
-const sal_Int32 XML_lastLineOnly = 2969;
-const sal_Int32 XML_lastModifiedBy = 2970;
-const sal_Int32 XML_lastMonth = 2971;
-const sal_Int32 XML_lastPrinted = 2972;
-const sal_Int32 XML_lastQuarter = 2973;
-const sal_Int32 XML_lastRenderedPageBreak = 2974;
-const sal_Int32 XML_lastRow = 2975;
-const sal_Int32 XML_lastRowFirstColumn = 2976;
-const sal_Int32 XML_lastRowLastColumn = 2977;
-const sal_Int32 XML_lastTotalCell = 2978;
-const sal_Int32 XML_lastValue = 2979;
-const sal_Int32 XML_lastView = 2980;
-const sal_Int32 XML_lastWeek = 2981;
-const sal_Int32 XML_lastYear = 2982;
-const sal_Int32 XML_lat = 2983;
-const sal_Int32 XML_latentStyles = 2984;
-const sal_Int32 XML_latin = 2985;
-const sal_Int32 XML_latinLnBrk = 2986;
-const sal_Int32 XML_lavender = 2987;
-const sal_Int32 XML_lavenderBlush = 2988;
-const sal_Int32 XML_lawnGreen = 2989;
-const sal_Int32 XML_layout = 2990;
-const sal_Int32 XML_layoutDef = 2991;
-const sal_Int32 XML_layoutDefHdr = 2992;
-const sal_Int32 XML_layoutDefHdrLst = 2993;
-const sal_Int32 XML_layoutInCell = 2994;
-const sal_Int32 XML_layoutNode = 2995;
-const sal_Int32 XML_layoutRawTableWidth = 2996;
-const sal_Int32 XML_layoutTableRowsApart = 2997;
-const sal_Int32 XML_layoutTarget = 2998;
-const sal_Int32 XML_lblAlgn = 2999;
-const sal_Int32 XML_lblOffset = 3000;
-const sal_Int32 XML_lc = 3001;
-const sal_Int32 XML_ld = 3002;
-const sal_Int32 XML_le = 3003;
-const sal_Int32 XML_leader = 3004;
-const sal_Int32 XML_leaderLines = 3005;
-const sal_Int32 XML_ledger = 3006;
-const sal_Int32 XML_left = 3007;
-const sal_Int32 XML_leftArrow = 3008;
-const sal_Int32 XML_leftArrowCallout = 3009;
-const sal_Int32 XML_leftBrace = 3010;
-const sal_Int32 XML_leftBracket = 3011;
-const sal_Int32 XML_leftChars = 3012;
-const sal_Int32 XML_leftCircularArrow = 3013;
-const sal_Int32 XML_leftFromText = 3014;
-const sal_Int32 XML_leftLabels = 3015;
-const sal_Int32 XML_leftMargin = 3016;
-const sal_Int32 XML_leftRightArrow = 3017;
-const sal_Int32 XML_leftRightArrowCallout = 3018;
-const sal_Int32 XML_leftRightCircularArrow = 3019;
-const sal_Int32 XML_leftRightRibbon = 3020;
-const sal_Int32 XML_leftRightUpArrow = 3021;
-const sal_Int32 XML_leftUpArrow = 3022;
-const sal_Int32 XML_legacy = 3023;
-const sal_Int32 XML_legacyDrawing = 3024;
-const sal_Int32 XML_legacyDrawingHF = 3025;
-const sal_Int32 XML_legacyFlat1 = 3026;
-const sal_Int32 XML_legacyFlat2 = 3027;
-const sal_Int32 XML_legacyFlat3 = 3028;
-const sal_Int32 XML_legacyFlat4 = 3029;
-const sal_Int32 XML_legacyHarsh1 = 3030;
-const sal_Int32 XML_legacyHarsh2 = 3031;
-const sal_Int32 XML_legacyHarsh3 = 3032;
-const sal_Int32 XML_legacyHarsh4 = 3033;
-const sal_Int32 XML_legacyIndent = 3034;
-const sal_Int32 XML_legacyMatte = 3035;
-const sal_Int32 XML_legacyMetal = 3036;
-const sal_Int32 XML_legacyNormal1 = 3037;
-const sal_Int32 XML_legacyNormal2 = 3038;
-const sal_Int32 XML_legacyNormal3 = 3039;
-const sal_Int32 XML_legacyNormal4 = 3040;
-const sal_Int32 XML_legacyObliqueBottom = 3041;
-const sal_Int32 XML_legacyObliqueBottomLeft = 3042;
-const sal_Int32 XML_legacyObliqueBottomRight = 3043;
-const sal_Int32 XML_legacyObliqueFront = 3044;
-const sal_Int32 XML_legacyObliqueLeft = 3045;
-const sal_Int32 XML_legacyObliqueRight = 3046;
-const sal_Int32 XML_legacyObliqueTop = 3047;
-const sal_Int32 XML_legacyObliqueTopLeft = 3048;
-const sal_Int32 XML_legacyObliqueTopRight = 3049;
-const sal_Int32 XML_legacyPerspectiveBottom = 3050;
-const sal_Int32 XML_legacyPerspectiveBottomLeft = 3051;
-const sal_Int32 XML_legacyPerspectiveBottomRight = 3052;
-const sal_Int32 XML_legacyPerspectiveFront = 3053;
-const sal_Int32 XML_legacyPerspectiveLeft = 3054;
-const sal_Int32 XML_legacyPerspectiveRight = 3055;
-const sal_Int32 XML_legacyPerspectiveTop = 3056;
-const sal_Int32 XML_legacyPerspectiveTopLeft = 3057;
-const sal_Int32 XML_legacyPerspectiveTopRight = 3058;
-const sal_Int32 XML_legacyPlastic = 3059;
-const sal_Int32 XML_legacySpace = 3060;
-const sal_Int32 XML_legacyWireframe = 3061;
-const sal_Int32 XML_legend = 3062;
-const sal_Int32 XML_legendEntry = 3063;
-const sal_Int32 XML_legendPos = 3064;
-const sal_Int32 XML_lemonChiffon = 3065;
-const sal_Int32 XML_len = 3066;
-const sal_Int32 XML_length = 3067;
-const sal_Int32 XML_lengthspecified = 3068;
-const sal_Int32 XML_lessThan = 3069;
-const sal_Int32 XML_lessThanOrEqual = 3070;
-const sal_Int32 XML_letter = 3071;
-const sal_Int32 XML_level = 3072;
-const sal_Int32 XML_lg = 3073;
-const sal_Int32 XML_lgCheck = 3074;
-const sal_Int32 XML_lgConfetti = 3075;
-const sal_Int32 XML_lgDash = 3076;
-const sal_Int32 XML_lgDashDot = 3077;
-const sal_Int32 XML_lgDashDotDot = 3078;
-const sal_Int32 XML_lgGrid = 3079;
-const sal_Int32 XML_license = 3080;
-const sal_Int32 XML_lid = 3081;
-const sal_Int32 XML_ligatures = 3082;
-const sal_Int32 XML_light1 = 3083;
-const sal_Int32 XML_light2 = 3084;
-const sal_Int32 XML_lightBulb = 3085;
-const sal_Int32 XML_lightDown = 3086;
-const sal_Int32 XML_lightGray = 3087;
-const sal_Int32 XML_lightGrayscale = 3088;
-const sal_Int32 XML_lightGrid = 3089;
-const sal_Int32 XML_lightHorizontal = 3090;
-const sal_Int32 XML_lightRig = 3091;
-const sal_Int32 XML_lightTrellis = 3092;
-const sal_Int32 XML_lightUp = 3093;
-const sal_Int32 XML_lightVertical = 3094;
-const sal_Int32 XML_lighten = 3095;
-const sal_Int32 XML_lightenLess = 3096;
-const sal_Int32 XML_lightface = 3097;
-const sal_Int32 XML_lightharsh = 3098;
-const sal_Int32 XML_lightharsh2 = 3099;
-const sal_Int32 XML_lightlevel = 3100;
-const sal_Int32 XML_lightlevel2 = 3101;
-const sal_Int32 XML_lightning1 = 3102;
-const sal_Int32 XML_lightning2 = 3103;
-const sal_Int32 XML_lightningBolt = 3104;
-const sal_Int32 XML_lightposition = 3105;
-const sal_Int32 XML_lightposition2 = 3106;
-const sal_Int32 XML_lights = 3107;
-const sal_Int32 XML_lim = 3108;
-const sal_Int32 XML_limLoc = 3109;
-const sal_Int32 XML_limLow = 3110;
-const sal_Int32 XML_limLowPr = 3111;
-const sal_Int32 XML_limUpp = 3112;
-const sal_Int32 XML_limUppPr = 3113;
-const sal_Int32 XML_lime = 3114;
-const sal_Int32 XML_limeGreen = 3115;
-const sal_Int32 XML_limo = 3116;
-const sal_Int32 XML_lin = 3117;
-const sal_Int32 XML_linClrLst = 3118;
-const sal_Int32 XML_linDir = 3119;
-const sal_Int32 XML_line = 3120;
-const sal_Int32 XML_line3DChart = 3121;
-const sal_Int32 XML_lineChart = 3122;
-const sal_Int32 XML_lineInv = 3123;
-const sal_Int32 XML_lineMarker = 3124;
-const sal_Int32 XML_linePitch = 3125;
-const sal_Int32 XML_lineRule = 3126;
-const sal_Int32 XML_lineTo = 3127;
-const sal_Int32 XML_lineWrapLikeWord6 = 3128;
-const sal_Int32 XML_linear = 3129;
-const sal_Int32 XML_linen = 3130;
-const sal_Int32 XML_lines = 3131;
-const sal_Int32 XML_linesAndChars = 3132;
-const sal_Int32 XML_linestyle = 3133;
-const sal_Int32 XML_link = 3134;
-const sal_Int32 XML_linkStyles = 3135;
-const sal_Int32 XML_linkTarget = 3136;
-const sal_Int32 XML_linkToQuery = 3137;
-const sal_Int32 XML_linkedToFile = 3138;
-const sal_Int32 XML_linkedTxbx = 3139;
-const sal_Int32 XML_list = 3140;
-const sal_Int32 XML_listDataValidation = 3141;
-const sal_Int32 XML_listEntry = 3142;
-const sal_Int32 XML_listItem = 3143;
-const sal_Int32 XML_listSeparator = 3144;
-const sal_Int32 XML_lit = 3145;
-const sal_Int32 XML_lkTxEntry = 3146;
-const sal_Int32 XML_ln = 3147;
-const sal_Int32 XML_lnB = 3148;
-const sal_Int32 XML_lnBlToTr = 3149;
-const sal_Int32 XML_lnDef = 3150;
-const sal_Int32 XML_lnL = 3151;
-const sal_Int32 XML_lnNumType = 3152;
-const sal_Int32 XML_lnR = 3153;
-const sal_Int32 XML_lnRef = 3154;
-const sal_Int32 XML_lnSpAfChP = 3155;
-const sal_Int32 XML_lnSpAfParP = 3156;
-const sal_Int32 XML_lnSpCh = 3157;
-const sal_Int32 XML_lnSpPar = 3158;
-const sal_Int32 XML_lnSpc = 3159;
-const sal_Int32 XML_lnSpcReduction = 3160;
-const sal_Int32 XML_lnStyleLst = 3161;
-const sal_Int32 XML_lnT = 3162;
-const sal_Int32 XML_lnTlToBr = 3163;
-const sal_Int32 XML_lnTo = 3164;
-const sal_Int32 XML_lo = 3165;
-const sal_Int32 XML_loCatId = 3166;
-const sal_Int32 XML_loTypeId = 3167;
-const sal_Int32 XML_local = 3168;
-const sal_Int32 XML_localConnection = 3169;
-const sal_Int32 XML_localRefresh = 3170;
-const sal_Int32 XML_localSheetId = 3171;
-const sal_Int32 XML_location = 3172;
-const sal_Int32 XML_lock = 3173;
-const sal_Int32 XML_lockRevision = 3174;
-const sal_Int32 XML_lockStructure = 3175;
-const sal_Int32 XML_lockWindows = 3176;
-const sal_Int32 XML_locked = 3177;
-const sal_Int32 XML_lockedCanvas = 3178;
-const sal_Int32 XML_lockrotationcenter = 3179;
-const sal_Int32 XML_loext = 3180;
-const sal_Int32 XML_log = 3181;
-const sal_Int32 XML_logBase = 3182;
-const sal_Int32 XML_lon = 3183;
-const sal_Int32 XML_long = 3184;
-const sal_Int32 XML_longCurve = 3185;
-const sal_Int32 XML_longFileNames = 3186;
-const sal_Int32 XML_longText = 3187;
-const sal_Int32 XML_longdash = 3188;
-const sal_Int32 XML_longdashdot = 3189;
-const sal_Int32 XML_longdashdotdot = 3190;
-const sal_Int32 XML_loop = 3191;
-const sal_Int32 XML_low = 3192;
-const sal_Int32 XML_lowKashida = 3193;
-const sal_Int32 XML_lowerLetter = 3194;
-const sal_Int32 XML_lowerRoman = 3195;
-const sal_Int32 XML_lowestEdited = 3196;
-const sal_Int32 XML_lpstr = 3197;
-const sal_Int32 XML_lpwstr = 3198;
-const sal_Int32 XML_lrTb = 3199;
-const sal_Int32 XML_lrTbV = 3200;
-const sal_Int32 XML_ls = 3201;
-const sal_Int32 XML_lsdException = 3202;
-const sal_Int32 XML_lstStyle = 3203;
-const sal_Int32 XML_lt = 3204;
-const sal_Int32 XML_lt1 = 3205;
-const sal_Int32 XML_lt2 = 3206;
-const sal_Int32 XML_ltBlue = 3207;
-const sal_Int32 XML_ltCoral = 3208;
-const sal_Int32 XML_ltCyan = 3209;
-const sal_Int32 XML_ltDnDiag = 3210;
-const sal_Int32 XML_ltGoldenrodYellow = 3211;
-const sal_Int32 XML_ltGray = 3212;
-const sal_Int32 XML_ltGreen = 3213;
-const sal_Int32 XML_ltHorz = 3214;
-const sal_Int32 XML_ltPink = 3215;
-const sal_Int32 XML_ltSalmon = 3216;
-const sal_Int32 XML_ltSeaGreen = 3217;
-const sal_Int32 XML_ltSkyBlue = 3218;
-const sal_Int32 XML_ltSlateGray = 3219;
-const sal_Int32 XML_ltSteelBlue = 3220;
-const sal_Int32 XML_ltUpDiag = 3221;
-const sal_Int32 XML_ltVert = 3222;
-const sal_Int32 XML_ltYellow = 3223;
-const sal_Int32 XML_lte = 3224;
-const sal_Int32 XML_lu = 3225;
-const sal_Int32 XML_lum = 3226;
-const sal_Int32 XML_lumMod = 3227;
-const sal_Int32 XML_lumOff = 3228;
-const sal_Int32 XML_lvl = 3229;
-const sal_Int32 XML_lvl1pPr = 3230;
-const sal_Int32 XML_lvl2pPr = 3231;
-const sal_Int32 XML_lvl3pPr = 3232;
-const sal_Int32 XML_lvl4pPr = 3233;
-const sal_Int32 XML_lvl5pPr = 3234;
-const sal_Int32 XML_lvl6pPr = 3235;
-const sal_Int32 XML_lvl7pPr = 3236;
-const sal_Int32 XML_lvl8pPr = 3237;
-const sal_Int32 XML_lvl9pPr = 3238;
-const sal_Int32 XML_lvlAtOnce = 3239;
-const sal_Int32 XML_lvlJc = 3240;
-const sal_Int32 XML_lvlOne = 3241;
-const sal_Int32 XML_lvlOverride = 3242;
-const sal_Int32 XML_lvlPicBulletId = 3243;
-const sal_Int32 XML_lvlRestart = 3244;
-const sal_Int32 XML_lvlText = 3245;
-const sal_Int32 XML_m = 3246;
-const sal_Int32 XML_mPr = 3247;
-const sal_Int32 XML_mac = 3248;
-const sal_Int32 XML_macro = 3249;
-const sal_Int32 XML_macrosheet = 3250;
-const sal_Int32 XML_magenta = 3251;
-const sal_Int32 XML_mailAsAttachment = 3252;
-const sal_Int32 XML_mailMerge = 3253;
-const sal_Int32 XML_mailSubject = 3254;
-const sal_Int32 XML_mailingLabels = 3255;
-const sal_Int32 XML_main = 3256;
-const sal_Int32 XML_mainDocumentType = 3257;
-const sal_Int32 XML_mainSeq = 3258;
-const sal_Int32 XML_major = 3259;
-const sal_Int32 XML_majorAscii = 3260;
-const sal_Int32 XML_majorBidi = 3261;
-const sal_Int32 XML_majorEastAsia = 3262;
-const sal_Int32 XML_majorFont = 3263;
-const sal_Int32 XML_majorGridlines = 3264;
-const sal_Int32 XML_majorHAnsi = 3265;
-const sal_Int32 XML_majorTickMark = 3266;
-const sal_Int32 XML_majorTimeUnit = 3267;
-const sal_Int32 XML_majorUnit = 3268;
-const sal_Int32 XML_man = 3269;
-const sal_Int32 XML_manifestLocation = 3270;
-const sal_Int32 XML_manual = 3271;
-const sal_Int32 XML_manualBreakCount = 3272;
-const sal_Int32 XML_manualLayout = 3273;
-const sal_Int32 XML_map = 3274;
-const sal_Int32 XML_mapId = 3275;
-const sal_Int32 XML_mapPins = 3276;
-const sal_Int32 XML_mapleLeaf = 3277;
-const sal_Int32 XML_mapleMuffins = 3278;
-const sal_Int32 XML_mappedName = 3279;
-const sal_Int32 XML_mappingCount = 3280;
-const sal_Int32 XML_maps = 3281;
-const sal_Int32 XML_marB = 3282;
-const sal_Int32 XML_marBottom = 3283;
-const sal_Int32 XML_marH = 3284;
-const sal_Int32 XML_marL = 3285;
-const sal_Int32 XML_marLeft = 3286;
-const sal_Int32 XML_marR = 3287;
-const sal_Int32 XML_marRight = 3288;
-const sal_Int32 XML_marT = 3289;
-const sal_Int32 XML_marTop = 3290;
-const sal_Int32 XML_marW = 3291;
-const sal_Int32 XML_margin = 3292;
-const sal_Int32 XML_marker = 3293;
-const sal_Int32 XML_markup = 3294;
-const sal_Int32 XML_maroon = 3295;
-const sal_Int32 XML_marquee = 3296;
-const sal_Int32 XML_marqueeToothed = 3297;
-const sal_Int32 XML_master = 3298;
-const sal_Int32 XML_masterClrMapping = 3299;
-const sal_Int32 XML_masterPages = 3300;
-const sal_Int32 XML_masterRel = 3301;
-const sal_Int32 XML_match = 3302;
-const sal_Int32 XML_matchSrc = 3303;
-const sal_Int32 XML_matchingName = 3304;
-const sal_Int32 XML_mathDivide = 3305;
-const sal_Int32 XML_mathEqual = 3306;
-const sal_Int32 XML_mathFont = 3307;
-const sal_Int32 XML_mathMinus = 3308;
-const sal_Int32 XML_mathMultiply = 3309;
-const sal_Int32 XML_mathNotEqual = 3310;
-const sal_Int32 XML_mathPlus = 3311;
-const sal_Int32 XML_mathPr = 3312;
-const sal_Int32 XML_matrix = 3313;
-const sal_Int32 XML_matte = 3314;
-const sal_Int32 XML_max = 3315;
-const sal_Int32 XML_maxAng = 3316;
-const sal_Int32 XML_maxDate = 3317;
-const sal_Int32 XML_maxDepth = 3318;
-const sal_Int32 XML_maxDist = 3319;
-const sal_Int32 XML_maxLength = 3320;
-const sal_Int32 XML_maxMin = 3321;
-const sal_Int32 XML_maxR = 3322;
-const sal_Int32 XML_maxRId = 3323;
-const sal_Int32 XML_maxRank = 3324;
-const sal_Int32 XML_maxSheetId = 3325;
-const sal_Int32 XML_maxSubtotal = 3326;
-const sal_Int32 XML_maxVal = 3327;
-const sal_Int32 XML_maxValue = 3328;
-const sal_Int32 XML_maxX = 3329;
-const sal_Int32 XML_maxY = 3330;
-const sal_Int32 XML_maximized = 3331;
-const sal_Int32 XML_mc = 3332;
-const sal_Int32 XML_mcJc = 3333;
-const sal_Int32 XML_mcPr = 3334;
-const sal_Int32 XML_mcs = 3335;
-const sal_Int32 XML_mdx = 3336;
-const sal_Int32 XML_mdxMetadata = 3337;
-const sal_Int32 XML_mdxSubqueries = 3338;
-const sal_Int32 XML_measure = 3339;
-const sal_Int32 XML_measureFilter = 3340;
-const sal_Int32 XML_measureGroup = 3341;
-const sal_Int32 XML_measureGroups = 3342;
-const sal_Int32 XML_measures = 3343;
-const sal_Int32 XML_med = 3344;
-const sal_Int32 XML_medAquamarine = 3345;
-const sal_Int32 XML_medBlue = 3346;
-const sal_Int32 XML_medOrchid = 3347;
-const sal_Int32 XML_medPurple = 3348;
-const sal_Int32 XML_medSeaGreen = 3349;
-const sal_Int32 XML_medSlateBlue = 3350;
-const sal_Int32 XML_medSpringGreen = 3351;
-const sal_Int32 XML_medTurquoise = 3352;
-const sal_Int32 XML_medVioletRed = 3353;
-const sal_Int32 XML_media = 3354;
-const sal_Int32 XML_mediaAndTx = 3355;
-const sal_Int32 XML_mediacall = 3356;
-const sal_Int32 XML_medium = 3357;
-const sal_Int32 XML_mediumDashDot = 3358;
-const sal_Int32 XML_mediumDashDotDot = 3359;
-const sal_Int32 XML_mediumDashed = 3360;
-const sal_Int32 XML_mediumGray = 3361;
-const sal_Int32 XML_mediumKashida = 3362;
-const sal_Int32 XML_member = 3363;
-const sal_Int32 XML_memberName = 3364;
-const sal_Int32 XML_memberPropertyField = 3365;
-const sal_Int32 XML_memberValueDatatype = 3366;
-const sal_Int32 XML_members = 3367;
-const sal_Int32 XML_menu = 3368;
-const sal_Int32 XML_menuBar = 3369;
-const sal_Int32 XML_menuHighlight = 3370;
-const sal_Int32 XML_menuText = 3371;
-const sal_Int32 XML_merge = 3372;
-const sal_Int32 XML_mergeCell = 3373;
-const sal_Int32 XML_mergeCells = 3374;
-const sal_Int32 XML_mergeInterval = 3375;
-const sal_Int32 XML_mergeItem = 3376;
-const sal_Int32 XML_metadata = 3377;
-const sal_Int32 XML_metadataStrings = 3378;
-const sal_Int32 XML_metadataType = 3379;
-const sal_Int32 XML_metadataTypes = 3380;
-const sal_Int32 XML_metal = 3381;
-const sal_Int32 XML_meth = 3382;
-const sal_Int32 XML_method = 3383;
-const sal_Int32 XML_mid = 3384;
-const sal_Int32 XML_midCat = 3385;
-const sal_Int32 XML_midL = 3386;
-const sal_Int32 XML_midR = 3387;
-const sal_Int32 XML_middle = 3388;
-const sal_Int32 XML_middleDot = 3389;
-const sal_Int32 XML_midnightBlue = 3390;
-const sal_Int32 XML_millions = 3391;
-const sal_Int32 XML_min = 3392;
-const sal_Int32 XML_minAng = 3393;
-const sal_Int32 XML_minDate = 3394;
-const sal_Int32 XML_minLength = 3395;
-const sal_Int32 XML_minMax = 3396;
-const sal_Int32 XML_minR = 3397;
-const sal_Int32 XML_minRId = 3398;
-const sal_Int32 XML_minRefreshableVersion = 3399;
-const sal_Int32 XML_minSubtotal = 3400;
-const sal_Int32 XML_minSupportedVersion = 3401;
-const sal_Int32 XML_minValue = 3402;
-const sal_Int32 XML_minVer = 3403;
-const sal_Int32 XML_minX = 3404;
-const sal_Int32 XML_minY = 3405;
-const sal_Int32 XML_minimized = 3406;
-const sal_Int32 XML_minimumVersion = 3407;
-const sal_Int32 XML_minor = 3408;
-const sal_Int32 XML_minorAscii = 3409;
-const sal_Int32 XML_minorBidi = 3410;
-const sal_Int32 XML_minorEastAsia = 3411;
-const sal_Int32 XML_minorFont = 3412;
-const sal_Int32 XML_minorGridlines = 3413;
-const sal_Int32 XML_minorHAnsi = 3414;
-const sal_Int32 XML_minorTickMark = 3415;
-const sal_Int32 XML_minorTimeUnit = 3416;
-const sal_Int32 XML_minorUnit = 3417;
-const sal_Int32 XML_mintCream = 3418;
-const sal_Int32 XML_minus = 3419;
-const sal_Int32 XML_minusx = 3420;
-const sal_Int32 XML_minusy = 3421;
-const sal_Int32 XML_minute = 3422;
-const sal_Int32 XML_minutes = 3423;
-const sal_Int32 XML_mirrorIndents = 3424;
-const sal_Int32 XML_mirrorMargins = 3425;
-const sal_Int32 XML_missingCaption = 3426;
-const sal_Int32 XML_missingItemsLimit = 3427;
-const sal_Int32 XML_mistyRose = 3428;
-const sal_Int32 XML_miter = 3429;
-const sal_Int32 XML_miterlimit = 3430;
-const sal_Int32 XML_moccasin = 3431;
-const sal_Int32 XML_mod = 3432;
-const sal_Int32 XML_modId = 3433;
-const sal_Int32 XML_modelId = 3434;
-const sal_Int32 XML_modern = 3435;
-const sal_Int32 XML_modified = 3436;
-const sal_Int32 XML_modifyVerifier = 3437;
-const sal_Int32 XML_mongolianVert = 3438;
-const sal_Int32 XML_monospace = 3439;
-const sal_Int32 XML_month = 3440;
-const sal_Int32 XML_monthLong = 3441;
-const sal_Int32 XML_monthShort = 3442;
-const sal_Int32 XML_months = 3443;
-const sal_Int32 XML_moon = 3444;
-const sal_Int32 XML_moons = 3445;
-const sal_Int32 XML_morning = 3446;
-const sal_Int32 XML_morph = 3447;
-const sal_Int32 XML_mosaic = 3448;
-const sal_Int32 XML_moveFrom = 3449;
-const sal_Int32 XML_moveFromRangeEnd = 3450;
-const sal_Int32 XML_moveFromRangeStart = 3451;
-const sal_Int32 XML_moveTo = 3452;
-const sal_Int32 XML_moveToRangeEnd = 3453;
-const sal_Int32 XML_moveToRangeStart = 3454;
-const sal_Int32 XML_moveWith = 3455;
-const sal_Int32 XML_moveWithCells = 3456;
-const sal_Int32 XML_movie = 3457;
-const sal_Int32 XML_movingAvg = 3458;
-const sal_Int32 XML_mp = 3459;
-const sal_Int32 XML_mpFld = 3460;
-const sal_Int32 XML_mpMap = 3461;
-const sal_Int32 XML_mps = 3462;
-const sal_Int32 XML_mr = 3463;
-const sal_Int32 XML_mruColors = 3464;
-const sal_Int32 XML_ms = 3465;
-const sal_Int32 XML_mult = 3466;
-const sal_Int32 XML_multiLevelType = 3467;
-const sal_Int32 XML_multiLine = 3468;
-const sal_Int32 XML_multiLvlStrCache = 3469;
-const sal_Int32 XML_multiLvlStrRef = 3470;
-const sal_Int32 XML_multilevel = 3471;
-const sal_Int32 XML_multipleFieldFilters = 3472;
-const sal_Int32 XML_multipleItemSelectionAllowed = 3473;
-const sal_Int32 XML_musicNotes = 3474;
-const sal_Int32 XML_mute = 3475;
-const sal_Int32 XML_mwSmallCaps = 3476;
-const sal_Int32 XML_n = 3477;
-const sal_Int32 XML_na = 3478;
-const sal_Int32 XML_name = 3479;
-const sal_Int32 XML_nameLen = 3480;
-const sal_Int32 XML_namespaceUri = 3481;
-const sal_Int32 XML_namespaceuri = 3482;
-const sal_Int32 XML_narHorz = 3483;
-const sal_Int32 XML_narVert = 3484;
-const sal_Int32 XML_narrow = 3485;
-const sal_Int32 XML_nary = 3486;
-const sal_Int32 XML_naryLim = 3487;
-const sal_Int32 XML_naryPr = 3488;
-const sal_Int32 XML_native = 3489;
-const sal_Int32 XML_navajoWhite = 3490;
-const sal_Int32 XML_navy = 3491;
-const sal_Int32 XML_nc = 3492;
-const sal_Int32 XML_nd = 3493;
-const sal_Int32 XML_ndxf = 3494;
-const sal_Int32 XML_neCell = 3495;
-const sal_Int32 XML_negativeBarColorSameAsPositive = 3496;
-const sal_Int32 XML_negativeFillColor = 3497;
-const sal_Int32 XML_negativeInteger = 3498;
-const sal_Int32 XML_neq = 3499;
-const sal_Int32 XML_never = 3500;
-const sal_Int32 XML_new = 3501;
-const sal_Int32 XML_newDocument = 3502;
-const sal_Int32 XML_newLength = 3503;
-const sal_Int32 XML_newName = 3504;
-const sal_Int32 XML_newPage = 3505;
-const sal_Int32 XML_newSection = 3506;
-const sal_Int32 XML_newsflash = 3507;
-const sal_Int32 XML_next = 3508;
-const sal_Int32 XML_nextAc = 3509;
-const sal_Int32 XML_nextClick = 3510;
-const sal_Int32 XML_nextColumn = 3511;
-const sal_Int32 XML_nextCondLst = 3512;
-const sal_Int32 XML_nextId = 3513;
-const sal_Int32 XML_nextMonth = 3514;
-const sal_Int32 XML_nextPage = 3515;
-const sal_Int32 XML_nextQuarter = 3516;
-const sal_Int32 XML_nextTo = 3517;
-const sal_Int32 XML_nextWeek = 3518;
-const sal_Int32 XML_nextYear = 3519;
-const sal_Int32 XML_nf = 3520;
-const sal_Int32 XML_nil = 3521;
-const sal_Int32 XML_nlCheck = 3522;
-const sal_Int32 XML_noAdjustHandles = 3523;
-const sal_Int32 XML_noArr = 3524;
-const sal_Int32 XML_noAutofit = 3525;
-const sal_Int32 XML_noBar = 3526;
-const sal_Int32 XML_noBorder = 3527;
-const sal_Int32 XML_noBreak = 3528;
-const sal_Int32 XML_noBreakHyphen = 3529;
-const sal_Int32 XML_noChangeArrowheads = 3530;
-const sal_Int32 XML_noChangeAspect = 3531;
-const sal_Int32 XML_noChangeShapeType = 3532;
-const sal_Int32 XML_noColumnBalance = 3533;
-const sal_Int32 XML_noControl = 3534;
-const sal_Int32 XML_noConversion = 3535;
-const sal_Int32 XML_noCrop = 3536;
-const sal_Int32 XML_noDrilldown = 3537;
-const sal_Int32 XML_noEditPoints = 3538;
-const sal_Int32 XML_noEndCap = 3539;
-const sal_Int32 XML_noEndnote = 3540;
-const sal_Int32 XML_noExtraLineSpacing = 3541;
-const sal_Int32 XML_noFill = 3542;
-const sal_Int32 XML_noGrp = 3543;
-const sal_Int32 XML_noHBand = 3544;
-const sal_Int32 XML_noIndicator = 3545;
-const sal_Int32 XML_noLabel = 3546;
-const sal_Int32 XML_noLeading = 3547;
-const sal_Int32 XML_noLineBreaksAfter = 3548;
-const sal_Int32 XML_noLineBreaksBefore = 3549;
-const sal_Int32 XML_noMove = 3550;
-const sal_Int32 XML_noMultiLvlLbl = 3551;
-const sal_Int32 XML_noProof = 3552;
-const sal_Int32 XML_noPunctuationKerning = 3553;
-const sal_Int32 XML_noResize = 3554;
-const sal_Int32 XML_noResizeAllowed = 3555;
-const sal_Int32 XML_noRot = 3556;
-const sal_Int32 XML_noSelect = 3557;
-const sal_Int32 XML_noSmoking = 3558;
-const sal_Int32 XML_noSpaceRaiseLower = 3559;
-const sal_Int32 XML_noStrike = 3560;
-const sal_Int32 XML_noTabHangInd = 3561;
-const sal_Int32 XML_noTextEdit = 3562;
-const sal_Int32 XML_noUngrp = 3563;
-const sal_Int32 XML_noVBand = 3564;
-const sal_Int32 XML_noWrap = 3565;
-const sal_Int32 XML_node = 3566;
-const sal_Int32 XML_nodeHorzAlign = 3567;
-const sal_Int32 XML_nodePh = 3568;
-const sal_Int32 XML_nodeType = 3569;
-const sal_Int32 XML_nodeVertAlign = 3570;
-const sal_Int32 XML_nonAsst = 3571;
-const sal_Int32 XML_nonAutoSortDefault = 3572;
-const sal_Int32 XML_nonIsoscelesTrapezoid = 3573;
-const sal_Int32 XML_nonNegativeInteger = 3574;
-const sal_Int32 XML_nonNorm = 3575;
-const sal_Int32 XML_nonPositiveInteger = 3576;
-const sal_Int32 XML_none = 3577;
-const sal_Int32 XML_nor = 3578;
-const sal_Int32 XML_norm = 3579;
-const sal_Int32 XML_normAutofit = 3580;
-const sal_Int32 XML_normal = 3581;
-const sal_Int32 XML_normalViewPr = 3582;
-const sal_Int32 XML_normalizeH = 3583;
-const sal_Int32 XML_normalizedString = 3584;
-const sal_Int32 XML_northwest = 3585;
-const sal_Int32 XML_notBeside = 3586;
-const sal_Int32 XML_notBetween = 3587;
-const sal_Int32 XML_notContains = 3588;
-const sal_Int32 XML_notContainsBlanks = 3589;
-const sal_Int32 XML_notContainsErrors = 3590;
-const sal_Int32 XML_notContainsText = 3591;
-const sal_Int32 XML_notEqual = 3592;
-const sal_Int32 XML_notFirstPage = 3593;
-const sal_Int32 XML_notSpecified = 3594;
-const sal_Int32 XML_notTrueType = 3595;
-const sal_Int32 XML_notchedRightArrow = 3596;
-const sal_Int32 XML_notes = 3597;
-const sal_Int32 XML_notesMaster = 3598;
-const sal_Int32 XML_notesMasterId = 3599;
-const sal_Int32 XML_notesMasterIdLst = 3600;
-const sal_Int32 XML_notesMasterView = 3601;
-const sal_Int32 XML_notesStyle = 3602;
-const sal_Int32 XML_notesSz = 3603;
-const sal_Int32 XML_notesTextViewPr = 3604;
-const sal_Int32 XML_notesView = 3605;
-const sal_Int32 XML_notesViewPr = 3606;
-const sal_Int32 XML_nothing = 3607;
-const sal_Int32 XML_np = 3608;
-const sal_Int32 XML_ns = 3609;
-const sal_Int32 XML_nsid = 3610;
-const sal_Int32 XML_null = 3611;
-const sal_Int32 XML_num = 3612;
-const sal_Int32 XML_numCache = 3613;
-const sal_Int32 XML_numCol = 3614;
-const sal_Int32 XML_numFmt = 3615;
-const sal_Int32 XML_numFmtId = 3616;
-const sal_Int32 XML_numFmts = 3617;
-const sal_Int32 XML_numForm = 3618;
-const sal_Int32 XML_numId = 3619;
-const sal_Int32 XML_numIdMacAtCleanup = 3620;
-const sal_Int32 XML_numLit = 3621;
-const sal_Int32 XML_numPicBullet = 3622;
-const sal_Int32 XML_numPicBulletId = 3623;
-const sal_Int32 XML_numPr = 3624;
-const sal_Int32 XML_numRef = 3625;
-const sal_Int32 XML_numRestart = 3626;
-const sal_Int32 XML_numSld = 3627;
-const sal_Int32 XML_numSpacing = 3628;
-const sal_Int32 XML_numStart = 3629;
-const sal_Int32 XML_numStyleLink = 3630;
-const sal_Int32 XML_numTab = 3631;
-const sal_Int32 XML_number = 3632;
-const sal_Int32 XML_numberInDash = 3633;
-const sal_Int32 XML_numberOfShades = 3634;
-const sal_Int32 XML_numberStoredAsText = 3635;
-const sal_Int32 XML_numbering = 3636;
-const sal_Int32 XML_numberingChange = 3637;
-const sal_Int32 XML_nvCxnSpPr = 3638;
-const sal_Int32 XML_nvGraphicFramePr = 3639;
-const sal_Int32 XML_nvGrpSpPr = 3640;
-const sal_Int32 XML_nvPicPr = 3641;
-const sal_Int32 XML_nvPr = 3642;
-const sal_Int32 XML_nvSpPr = 3643;
-const sal_Int32 XML_nwCell = 3644;
-const sal_Int32 XML_o = 3645;
-const sal_Int32 XML_oMath = 3646;
-const sal_Int32 XML_oMathPara = 3647;
-const sal_Int32 XML_oMathParaPr = 3648;
-const sal_Int32 XML_obj = 3649;
-const sal_Int32 XML_objAndTwoObj = 3650;
-const sal_Int32 XML_objAndTx = 3651;
-const sal_Int32 XML_objDist = 3652;
-const sal_Int32 XML_objOnly = 3653;
-const sal_Int32 XML_objOverTx = 3654;
-const sal_Int32 XML_objTx = 3655;
-const sal_Int32 XML_object = 3656;
-const sal_Int32 XML_objectDefaults = 3657;
-const sal_Int32 XML_objects = 3658;
-const sal_Int32 XML_obliqueBottom = 3659;
-const sal_Int32 XML_obliqueBottomLeft = 3660;
-const sal_Int32 XML_obliqueBottomRight = 3661;
-const sal_Int32 XML_obliqueLeft = 3662;
-const sal_Int32 XML_obliqueRight = 3663;
-const sal_Int32 XML_obliqueTop = 3664;
-const sal_Int32 XML_obliqueTopLeft = 3665;
-const sal_Int32 XML_obliqueTopRight = 3666;
-const sal_Int32 XML_oblob = 3667;
-const sal_Int32 XML_obscured = 3668;
-const sal_Int32 XML_oc = 3669;
-const sal_Int32 XML_octagon = 3670;
-const sal_Int32 XML_ocx = 3671;
-const sal_Int32 XML_ocxPr = 3672;
-const sal_Int32 XML_odbc = 3673;
-const sal_Int32 XML_odcFile = 3674;
-const sal_Int32 XML_oddFooter = 3675;
-const sal_Int32 XML_oddHBand = 3676;
-const sal_Int32 XML_oddHeader = 3677;
-const sal_Int32 XML_oddPage = 3678;
-const sal_Int32 XML_oddVBand = 3679;
-const sal_Int32 XML_odso = 3680;
-const sal_Int32 XML_odxf = 3681;
-const sal_Int32 XML_ofPieChart = 3682;
-const sal_Int32 XML_ofPieType = 3683;
-const sal_Int32 XML_off = 3684;
-const sal_Int32 XML_offset = 3685;
-const sal_Int32 XML_offset2 = 3686;
-const sal_Int32 XML_offsetFrom = 3687;
-const sal_Int32 XML_olapFunctions = 3688;
-const sal_Int32 XML_olapPr = 3689;
-const sal_Int32 XML_old = 3690;
-const sal_Int32 XML_oldComment = 3691;
-const sal_Int32 XML_oldCustomMenu = 3692;
-const sal_Int32 XML_oldDescription = 3693;
-const sal_Int32 XML_oldFormula = 3694;
-const sal_Int32 XML_oldFunction = 3695;
-const sal_Int32 XML_oldFunctionGroupId = 3696;
-const sal_Int32 XML_oldHelp = 3697;
-const sal_Int32 XML_oldHidden = 3698;
-const sal_Int32 XML_oldLace = 3699;
-const sal_Int32 XML_oldLength = 3700;
-const sal_Int32 XML_oldName = 3701;
-const sal_Int32 XML_oldPh = 3702;
-const sal_Int32 XML_oldQuotePrefix = 3703;
-const sal_Int32 XML_oldShortcutKey = 3704;
-const sal_Int32 XML_oldStatusBar = 3705;
-const sal_Int32 XML_ole = 3706;
-const sal_Int32 XML_oleChartEl = 3707;
-const sal_Int32 XML_oleItem = 3708;
-const sal_Int32 XML_oleItems = 3709;
-const sal_Int32 XML_oleLink = 3710;
-const sal_Int32 XML_oleObj = 3711;
-const sal_Int32 XML_oleObject = 3712;
-const sal_Int32 XML_oleObjects = 3713;
-const sal_Int32 XML_oleSize = 3714;
-const sal_Int32 XML_oleUpdate = 3715;
-const sal_Int32 XML_oleicon = 3716;
-const sal_Int32 XML_oleid = 3717;
-const sal_Int32 XML_olive = 3718;
-const sal_Int32 XML_oliveDrab = 3719;
-const sal_Int32 XML_on = 3720;
-const sal_Int32 XML_onBegin = 3721;
-const sal_Int32 XML_onClick = 3722;
-const sal_Int32 XML_onDblClick = 3723;
-const sal_Int32 XML_onEnd = 3724;
-const sal_Int32 XML_onMouseOut = 3725;
-const sal_Int32 XML_onMouseOver = 3726;
-const sal_Int32 XML_onNext = 3727;
-const sal_Int32 XML_onPrev = 3728;
-const sal_Int32 XML_onStopAudio = 3729;
-const sal_Int32 XML_one = 3730;
-const sal_Int32 XML_oneCell = 3731;
-const sal_Int32 XML_oneCellAnchor = 3732;
-const sal_Int32 XML_oneField = 3733;
-const sal_Int32 XML_oned = 3734;
-const sal_Int32 XML_onlySync = 3735;
-const sal_Int32 XML_onlyUseConnectionFile = 3736;
-const sal_Int32 XML_op = 3737;
-const sal_Int32 XML_opEmu = 3738;
-const sal_Int32 XML_opacity = 3739;
-const sal_Int32 XML_opacity2 = 3740;
-const sal_Int32 XML_open = 3741;
-const sal_Int32 XML_openDmnd = 3742;
-const sal_Int32 XML_operator = 3743;
-const sal_Int32 XML_optimizeForBrowser = 3744;
-const sal_Int32 XML_optimizeMemory = 3745;
-const sal_Int32 XML_orange = 3746;
-const sal_Int32 XML_orangeRed = 3747;
-const sal_Int32 XML_orchid = 3748;
-const sal_Int32 XML_order = 3749;
-const sal_Int32 XML_ordinal = 3750;
-const sal_Int32 XML_ordinalText = 3751;
-const sal_Int32 XML_orgChart = 3752;
-const sal_Int32 XML_organizeInFolders = 3753;
-const sal_Int32 XML_orgchart = 3754;
-const sal_Int32 XML_orient = 3755;
-const sal_Int32 XML_orientation = 3756;
-const sal_Int32 XML_orientationangle = 3757;
-const sal_Int32 XML_origin = 3758;
-const sal_Int32 XML_original = 3759;
-const sal_Int32 XML_orthographicFront = 3760;
-const sal_Int32 XML_ostorage = 3761;
-const sal_Int32 XML_ostream = 3762;
-const sal_Int32 XML_other = 3763;
-const sal_Int32 XML_otherStyle = 3764;
-const sal_Int32 XML_out = 3765;
-const sal_Int32 XML_outByRing = 3766;
-const sal_Int32 XML_outEnd = 3767;
-const sal_Int32 XML_outer = 3768;
-const sal_Int32 XML_outerShdw = 3769;
-const sal_Int32 XML_outline = 3770;
-const sal_Int32 XML_outline1pPr = 3771;
-const sal_Int32 XML_outline2pPr = 3772;
-const sal_Int32 XML_outlineData = 3773;
-const sal_Int32 XML_outlineLevel = 3774;
-const sal_Int32 XML_outlineLevelCol = 3775;
-const sal_Int32 XML_outlineLevelRow = 3776;
-const sal_Int32 XML_outlineLvl = 3777;
-const sal_Int32 XML_outlinePr = 3778;
-const sal_Int32 XML_outlineSymbols = 3779;
-const sal_Int32 XML_outlineView = 3780;
-const sal_Int32 XML_outlineViewPr = 3781;
-const sal_Int32 XML_outset = 3782;
-const sal_Int32 XML_outside = 3783;
-const sal_Int32 XML_outsideMargin = 3784;
-const sal_Int32 XML_oval = 3785;
-const sal_Int32 XML_ovals = 3786;
-const sal_Int32 XML_over = 3787;
-const sal_Int32 XML_overThenDown = 3788;
-const sal_Int32 XML_overflow = 3789;
-const sal_Int32 XML_overflowPunct = 3790;
-const sal_Int32 XML_overhead = 3791;
-const sal_Int32 XML_overlap = 3792;
-const sal_Int32 XML_overlay = 3793;
-const sal_Int32 XML_override = 3794;
-const sal_Int32 XML_overrideClrMapping = 3795;
-const sal_Int32 XML_overwriteClear = 3796;
-const sal_Int32 XML_owners = 3797;
-const sal_Int32 XML_p = 3798;
-const sal_Int32 XML_p14 = 3799;
-const sal_Int32 XML_p15 = 3800;
-const sal_Int32 XML_pBdr = 3801;
-const sal_Int32 XML_pLen = 3802;
-const sal_Int32 XML_pPos = 3803;
-const sal_Int32 XML_pPr = 3804;
-const sal_Int32 XML_pPrChange = 3805;
-const sal_Int32 XML_pPrDefault = 3806;
-const sal_Int32 XML_pRg = 3807;
-const sal_Int32 XML_pStyle = 3808;
-const sal_Int32 XML_packages = 3809;
-const sal_Int32 XML_page = 3810;
-const sal_Int32 XML_pageBottom = 3811;
-const sal_Int32 XML_pageBreakBefore = 3812;
-const sal_Int32 XML_pageBreakPreview = 3813;
-const sal_Int32 XML_pageField = 3814;
-const sal_Int32 XML_pageFieldLabels = 3815;
-const sal_Int32 XML_pageFieldValues = 3816;
-const sal_Int32 XML_pageFields = 3817;
-const sal_Int32 XML_pageItem = 3818;
-const sal_Int32 XML_pageLayout = 3819;
-const sal_Int32 XML_pageMargins = 3820;
-const sal_Int32 XML_pageOrder = 3821;
-const sal_Int32 XML_pageOverThenDown = 3822;
-const sal_Int32 XML_pageSetUpPr = 3823;
-const sal_Int32 XML_pageSetup = 3824;
-const sal_Int32 XML_pageStyle = 3825;
-const sal_Int32 XML_pageWrap = 3826;
-const sal_Int32 XML_pages = 3827;
-const sal_Int32 XML_paleGoldenrod = 3828;
-const sal_Int32 XML_paleGreen = 3829;
-const sal_Int32 XML_paleTurquoise = 3830;
-const sal_Int32 XML_paleVioletRed = 3831;
-const sal_Int32 XML_palmsBlack = 3832;
-const sal_Int32 XML_palmsColor = 3833;
-const sal_Int32 XML_pan = 3834;
-const sal_Int32 XML_pane = 3835;
-const sal_Int32 XML_panose = 3836;
-const sal_Int32 XML_panose1 = 3837;
-const sal_Int32 XML_papayaWhip = 3838;
-const sal_Int32 XML_paperClips = 3839;
-const sal_Int32 XML_paperHeight = 3840;
-const sal_Int32 XML_paperSize = 3841;
-const sal_Int32 XML_paperSrc = 3842;
-const sal_Int32 XML_paperUnits = 3843;
-const sal_Int32 XML_paperWidth = 3844;
-const sal_Int32 XML_papyrus = 3845;
-const sal_Int32 XML_par = 3846;
-const sal_Int32 XML_parOf = 3847;
-const sal_Int32 XML_parTrans = 3848;
-const sal_Int32 XML_parTransId = 3849;
-const sal_Int32 XML_parTxLTRAlign = 3850;
-const sal_Int32 XML_parTxRTLAlign = 3851;
-const sal_Int32 XML_paragraph = 3852;
-const sal_Int32 XML_parallel = 3853;
-const sal_Int32 XML_parallelogram = 3854;
-const sal_Int32 XML_param = 3855;
-const sal_Int32 XML_parameter = 3856;
-const sal_Int32 XML_parameterType = 3857;
-const sal_Int32 XML_parameters = 3858;
-const sal_Int32 XML_parent = 3859;
-const sal_Int32 XML_parentSet = 3860;
-const sal_Int32 XML_parsePre = 3861;
-const sal_Int32 XML_partyFavor = 3862;
-const sal_Int32 XML_partyGlass = 3863;
-const sal_Int32 XML_password = 3864;
-const sal_Int32 XML_pasteAll = 3865;
-const sal_Int32 XML_pasteBorders = 3866;
-const sal_Int32 XML_pasteColWidths = 3867;
-const sal_Int32 XML_pasteComments = 3868;
-const sal_Int32 XML_pasteDataValidation = 3869;
-const sal_Int32 XML_pasteFormats = 3870;
-const sal_Int32 XML_pasteFormulas = 3871;
-const sal_Int32 XML_pasteNumberFormats = 3872;
-const sal_Int32 XML_pasteValues = 3873;
-const sal_Int32 XML_path = 3874;
-const sal_Int32 XML_pathEditMode = 3875;
-const sal_Int32 XML_pathLst = 3876;
-const sal_Int32 XML_pattFill = 3877;
-const sal_Int32 XML_pattern = 3878;
-const sal_Int32 XML_patternFill = 3879;
-const sal_Int32 XML_patternType = 3880;
-const sal_Int32 XML_pct = 3881;
-const sal_Int32 XML_pct10 = 3882;
-const sal_Int32 XML_pct12 = 3883;
-const sal_Int32 XML_pct15 = 3884;
-const sal_Int32 XML_pct20 = 3885;
-const sal_Int32 XML_pct25 = 3886;
-const sal_Int32 XML_pct30 = 3887;
-const sal_Int32 XML_pct35 = 3888;
-const sal_Int32 XML_pct37 = 3889;
-const sal_Int32 XML_pct40 = 3890;
-const sal_Int32 XML_pct45 = 3891;
-const sal_Int32 XML_pct5 = 3892;
-const sal_Int32 XML_pct50 = 3893;
-const sal_Int32 XML_pct55 = 3894;
-const sal_Int32 XML_pct60 = 3895;
-const sal_Int32 XML_pct62 = 3896;
-const sal_Int32 XML_pct65 = 3897;
-const sal_Int32 XML_pct70 = 3898;
-const sal_Int32 XML_pct75 = 3899;
-const sal_Int32 XML_pct80 = 3900;
-const sal_Int32 XML_pct85 = 3901;
-const sal_Int32 XML_pct87 = 3902;
-const sal_Int32 XML_pct90 = 3903;
-const sal_Int32 XML_pct95 = 3904;
-const sal_Int32 XML_pctHeight = 3905;
-const sal_Int32 XML_pctPosHOffset = 3906;
-const sal_Int32 XML_pctPosVOffset = 3907;
-const sal_Int32 XML_pctWidth = 3908;
-const sal_Int32 XML_peachPuff = 3909;
-const sal_Int32 XML_penClr = 3910;
-const sal_Int32 XML_pencilSize = 3911;
-const sal_Int32 XML_pencils = 3912;
-const sal_Int32 XML_pentagon = 3913;
-const sal_Int32 XML_people = 3914;
-const sal_Int32 XML_peopleHats = 3915;
-const sal_Int32 XML_peopleWaving = 3916;
-const sal_Int32 XML_percent = 3917;
-const sal_Int32 XML_percentDiff = 3918;
-const sal_Int32 XML_percentOfCol = 3919;
-const sal_Int32 XML_percentOfRow = 3920;
-const sal_Int32 XML_percentOfTotal = 3921;
-const sal_Int32 XML_percentStacked = 3922;
-const sal_Int32 XML_percentage = 3923;
-const sal_Int32 XML_percentile = 3924;
-const sal_Int32 XML_period = 3925;
-const sal_Int32 XML_permEnd = 3926;
-const sal_Int32 XML_permStart = 3927;
-const sal_Int32 XML_persistPropertyBag = 3928;
-const sal_Int32 XML_persistStorage = 3929;
-const sal_Int32 XML_persistStream = 3930;
-const sal_Int32 XML_persistStreamInit = 3931;
-const sal_Int32 XML_persistence = 3932;
-const sal_Int32 XML_personal = 3933;
-const sal_Int32 XML_personalCompose = 3934;
-const sal_Int32 XML_personalReply = 3935;
-const sal_Int32 XML_personalView = 3936;
-const sal_Int32 XML_perspective = 3937;
-const sal_Int32 XML_perspectiveAbove = 3938;
-const sal_Int32 XML_perspectiveAboveLeftFacing = 3939;
-const sal_Int32 XML_perspectiveAboveRightFacing = 3940;
-const sal_Int32 XML_perspectiveBelow = 3941;
-const sal_Int32 XML_perspectiveContrastingLeftFacing = 3942;
-const sal_Int32 XML_perspectiveContrastingRightFacing = 3943;
-const sal_Int32 XML_perspectiveFront = 3944;
-const sal_Int32 XML_perspectiveHeroicExtremeLeftFacing = 3945;
-const sal_Int32 XML_perspectiveHeroicExtremeRightFacing = 3946;
-const sal_Int32 XML_perspectiveHeroicLeftFacing = 3947;
-const sal_Int32 XML_perspectiveHeroicRightFacing = 3948;
-const sal_Int32 XML_perspectiveLeft = 3949;
-const sal_Int32 XML_perspectiveRelaxed = 3950;
-const sal_Int32 XML_perspectiveRelaxedModerately = 3951;
-const sal_Int32 XML_perspectiveRight = 3952;
-const sal_Int32 XML_peru = 3953;
-const sal_Int32 XML_pg = 3954;
-const sal_Int32 XML_pgBorders = 3955;
-const sal_Int32 XML_pgMar = 3956;
-const sal_Int32 XML_pgNum = 3957;
-const sal_Int32 XML_pgNumB = 3958;
-const sal_Int32 XML_pgNumMargins = 3959;
-const sal_Int32 XML_pgNumT = 3960;
-const sal_Int32 XML_pgNumType = 3961;
-const sal_Int32 XML_pgSz = 3962;
-const sal_Int32 XML_ph = 3963;
-const sal_Int32 XML_phClr = 3964;
-const sal_Int32 XML_phant = 3965;
-const sal_Int32 XML_phantPr = 3966;
-const sal_Int32 XML_phldr = 3967;
-const sal_Int32 XML_phldrT = 3968;
-const sal_Int32 XML_phonetic = 3969;
-const sal_Int32 XML_phoneticPr = 3970;
-const sal_Int32 XML_photoAlbum = 3971;
-const sal_Int32 XML_pic = 3972;
-const sal_Int32 XML_picLocks = 3973;
-const sal_Int32 XML_picTx = 3974;
-const sal_Int32 XML_pict = 3975;
-const sal_Int32 XML_picture = 3976;
-const sal_Int32 XML_pictureFormat = 3977;
-const sal_Int32 XML_pictureOptions = 3978;
-const sal_Int32 XML_pictureStackUnit = 3979;
-const sal_Int32 XML_pid = 3980;
-const sal_Int32 XML_pie = 3981;
-const sal_Int32 XML_pie3DChart = 3982;
-const sal_Int32 XML_pieChart = 3983;
-const sal_Int32 XML_pieWedge = 3984;
-const sal_Int32 XML_pinYin = 3985;
-const sal_Int32 XML_pink = 3986;
-const sal_Int32 XML_pitch = 3987;
-const sal_Int32 XML_pitchFamily = 3988;
-const sal_Int32 XML_pivot = 3989;
-const sal_Int32 XML_pivotArea = 3990;
-const sal_Int32 XML_pivotAreas = 3991;
-const sal_Int32 XML_pivotButton = 3992;
-const sal_Int32 XML_pivotCache = 3993;
-const sal_Int32 XML_pivotCacheDefinition = 3994;
-const sal_Int32 XML_pivotCacheRecords = 3995;
-const sal_Int32 XML_pivotCaches = 3996;
-const sal_Int32 XML_pivotField = 3997;
-const sal_Int32 XML_pivotFields = 3998;
-const sal_Int32 XML_pivotFmt = 3999;
-const sal_Int32 XML_pivotFmts = 4000;
-const sal_Int32 XML_pivotHierarchies = 4001;
-const sal_Int32 XML_pivotHierarchy = 4002;
-const sal_Int32 XML_pivotSelection = 4003;
-const sal_Int32 XML_pivotSource = 4004;
-const sal_Int32 XML_pivotTable = 4005;
-const sal_Int32 XML_pivotTableDefinition = 4006;
-const sal_Int32 XML_pivotTableStyle = 4007;
-const sal_Int32 XML_pivotTableStyleInfo = 4008;
-const sal_Int32 XML_pivotTables = 4009;
-const sal_Int32 XML_pixelsPerInch = 4010;
-const sal_Int32 XML_placeholder = 4011;
-const sal_Int32 XML_placeholders = 4012;
-const sal_Int32 XML_plaid = 4013;
-const sal_Int32 XML_plane = 4014;
-const sal_Int32 XML_plaque = 4015;
-const sal_Int32 XML_plaqueTabs = 4016;
-const sal_Int32 XML_plastic = 4017;
-const sal_Int32 XML_plcHide = 4018;
-const sal_Int32 XML_plotArea = 4019;
-const sal_Int32 XML_plotVisOnly = 4020;
-const sal_Int32 XML_plum = 4021;
-const sal_Int32 XML_plus = 4022;
-const sal_Int32 XML_poinsettias = 4023;
-const sal_Int32 XML_points = 4024;
-const sal_Int32 XML_polar = 4025;
-const sal_Int32 XML_poly = 4026;
-const sal_Int32 XML_polyline = 4027;
-const sal_Int32 XML_portrait = 4028;
-const sal_Int32 XML_pos = 4029;
-const sal_Int32 XML_posEven = 4030;
-const sal_Int32 XML_posOdd = 4031;
-const sal_Int32 XML_posOffset = 4032;
-const sal_Int32 XML_position = 4033;
-const sal_Int32 XML_positionH = 4034;
-const sal_Int32 XML_positionV = 4035;
-const sal_Int32 XML_positiveInteger = 4036;
-const sal_Int32 XML_post = 4037;
-const sal_Int32 XML_postSp = 4038;
-const sal_Int32 XML_postageStamp = 4039;
-const sal_Int32 XML_powder = 4040;
-const sal_Int32 XML_powderBlue = 4041;
-const sal_Int32 XML_power = 4042;
-const sal_Int32 XML_prLst = 4043;
-const sal_Int32 XML_prSet = 4044;
-const sal_Int32 XML_preSp = 4045;
-const sal_Int32 XML_preced = 4046;
-const sal_Int32 XML_precedSib = 4047;
-const sal_Int32 XML_preferPic = 4048;
-const sal_Int32 XML_preferRelativeResize = 4049;
-const sal_Int32 XML_preferSingleView = 4050;
-const sal_Int32 XML_preferrelative = 4051;
-const sal_Int32 XML_prefixMappings = 4052;
-const sal_Int32 XML_pres = 4053;
-const sal_Int32 XML_presAssocID = 4054;
-const sal_Int32 XML_presId = 4055;
-const sal_Int32 XML_presLayoutVars = 4056;
-const sal_Int32 XML_presName = 4057;
-const sal_Int32 XML_presOf = 4058;
-const sal_Int32 XML_presParOf = 4059;
-const sal_Int32 XML_presStyleCnt = 4060;
-const sal_Int32 XML_presStyleIdx = 4061;
-const sal_Int32 XML_presStyleLbl = 4062;
-const sal_Int32 XML_present = 4063;
-const sal_Int32 XML_presentation = 4064;
-const sal_Int32 XML_presentationAccent = 4065;
-const sal_Int32 XML_presentationPr = 4066;
-const sal_Int32 XML_presentationText = 4067;
-const sal_Int32 XML_preserve = 4068;
-const sal_Int32 XML_preserveFormatting = 4069;
-const sal_Int32 XML_preserveHistory = 4070;
-const sal_Int32 XML_preserveSortFilterLayout = 4071;
-const sal_Int32 XML_presetClass = 4072;
-const sal_Int32 XML_presetID = 4073;
-const sal_Int32 XML_presetSubtype = 4074;
-const sal_Int32 XML_pressure = 4075;
-const sal_Int32 XML_prev = 4076;
-const sal_Int32 XML_prevAc = 4077;
-const sal_Int32 XML_prevCondLst = 4078;
-const sal_Int32 XML_previousCol = 4079;
-const sal_Int32 XML_previousRow = 4080;
-const sal_Int32 XML_pri = 4081;
-const sal_Int32 XML_primFontSz = 4082;
-const sal_Int32 XML_print = 4083;
-const sal_Int32 XML_printArea = 4084;
-const sal_Int32 XML_printBodyTextBeforeHeader = 4085;
-const sal_Int32 XML_printColBlack = 4086;
-const sal_Int32 XML_printDrill = 4087;
-const sal_Int32 XML_printFormsData = 4088;
-const sal_Int32 XML_printFractionalCharacterWidth = 4089;
-const sal_Int32 XML_printOptions = 4090;
-const sal_Int32 XML_printPostScriptOverText = 4091;
-const sal_Int32 XML_printSettings = 4092;
-const sal_Int32 XML_printTwoOnOne = 4093;
-const sal_Int32 XML_printer = 4094;
-const sal_Int32 XML_printerSettings = 4095;
-const sal_Int32 XML_priority = 4096;
-const sal_Int32 XML_prism = 4097;
-const sal_Int32 XML_prnPr = 4098;
-const sal_Int32 XML_prnWhat = 4099;
-const sal_Int32 XML_product = 4100;
-const sal_Int32 XML_productSubtotal = 4101;
-const sal_Int32 XML_progId = 4102;
-const sal_Int32 XML_progress = 4103;
-const sal_Int32 XML_prompt = 4104;
-const sal_Int32 XML_promptTitle = 4105;
-const sal_Int32 XML_promptedSolutions = 4106;
-const sal_Int32 XML_proofErr = 4107;
-const sal_Int32 XML_proofState = 4108;
-const sal_Int32 XML_property = 4109;
-const sal_Int32 XML_propertyName = 4110;
-const sal_Int32 XML_props3d = 4111;
-const sal_Int32 XML_prot = 4112;
-const sal_Int32 XML_protected = 4113;
-const sal_Int32 XML_protectedRange = 4114;
-const sal_Int32 XML_protectedRanges = 4115;
-const sal_Int32 XML_protection = 4116;
-const sal_Int32 XML_provid = 4117;
-const sal_Int32 XML_proxy = 4118;
-const sal_Int32 XML_prst = 4119;
-const sal_Int32 XML_prstClr = 4120;
-const sal_Int32 XML_prstDash = 4121;
-const sal_Int32 XML_prstGeom = 4122;
-const sal_Int32 XML_prstMaterial = 4123;
-const sal_Int32 XML_prstShdw = 4124;
-const sal_Int32 XML_prstTrans = 4125;
-const sal_Int32 XML_prstTxWarp = 4126;
-const sal_Int32 XML_pt = 4127;
-const sal_Int32 XML_ptCount = 4128;
-const sal_Int32 XML_ptInCategory = 4129;
-const sal_Int32 XML_ptInSeries = 4130;
-const sal_Int32 XML_ptLst = 4131;
-const sal_Int32 XML_ptType = 4132;
-const sal_Int32 XML_ptab = 4133;
-const sal_Int32 XML_ptsTypes = 4134;
-const sal_Int32 XML_pubBrowser = 4135;
-const sal_Int32 XML_publishItems = 4136;
-const sal_Int32 XML_publishToServer = 4137;
-const sal_Int32 XML_published = 4138;
-const sal_Int32 XML_pull = 4139;
-const sal_Int32 XML_pumpkin1 = 4140;
-const sal_Int32 XML_purple = 4141;
-const sal_Int32 XML_push = 4142;
-const sal_Int32 XML_pushPinNote1 = 4143;
-const sal_Int32 XML_pushPinNote2 = 4144;
-const sal_Int32 XML_pyra = 4145;
-const sal_Int32 XML_pyraAcctBkgdNode = 4146;
-const sal_Int32 XML_pyraAcctPos = 4147;
-const sal_Int32 XML_pyraAcctRatio = 4148;
-const sal_Int32 XML_pyraAcctTxMar = 4149;
-const sal_Int32 XML_pyraAcctTxNode = 4150;
-const sal_Int32 XML_pyraLvlNode = 4151;
-const sal_Int32 XML_pyramid = 4152;
-const sal_Int32 XML_pyramidToMax = 4153;
-const sal_Int32 XML_pyramids = 4154;
-const sal_Int32 XML_pyramidsAbove = 4155;
-const sal_Int32 XML_qFormat = 4156;
-const sal_Int32 XML_qs = 4157;
-const sal_Int32 XML_qsCatId = 4158;
-const sal_Int32 XML_qsTypeId = 4159;
-const sal_Int32 XML_quadArrow = 4160;
-const sal_Int32 XML_quadArrowCallout = 4161;
-const sal_Int32 XML_quadBezTo = 4162;
-const sal_Int32 XML_quadrants = 4163;
-const sal_Int32 XML_qualifier = 4164;
-const sal_Int32 XML_quarter = 4165;
-const sal_Int32 XML_quarters = 4166;
-const sal_Int32 XML_query = 4167;
-const sal_Int32 XML_queryCache = 4168;
-const sal_Int32 XML_queryFailed = 4169;
-const sal_Int32 XML_queryTable = 4170;
-const sal_Int32 XML_queryTableDeletedFields = 4171;
-const sal_Int32 XML_queryTableField = 4172;
-const sal_Int32 XML_queryTableFieldId = 4173;
-const sal_Int32 XML_queryTableFields = 4174;
-const sal_Int32 XML_queryTableRefresh = 4175;
-const sal_Int32 XML_quickTimeFile = 4176;
-const sal_Int32 XML_quotePrefix = 4177;
-const sal_Int32 XML_r = 4178;
-const sal_Int32 XML_r1 = 4179;
-const sal_Int32 XML_r2 = 4180;
-const sal_Int32 XML_r4 = 4181;
-const sal_Int32 XML_r8 = 4182;
-const sal_Int32 XML_rAng = 4183;
-const sal_Int32 XML_rAngAx = 4184;
-const sal_Int32 XML_rB = 4185;
-const sal_Int32 XML_rCtr = 4186;
-const sal_Int32 XML_rCtrCh = 4187;
-const sal_Int32 XML_rCtrDes = 4188;
-const sal_Int32 XML_rFont = 4189;
-const sal_Int32 XML_rFonts = 4190;
-const sal_Int32 XML_rId = 4191;
-const sal_Int32 XML_rIns = 4192;
-const sal_Int32 XML_rMarg = 4193;
-const sal_Int32 XML_rMargin = 4194;
-const sal_Int32 XML_rOff = 4195;
-const sal_Int32 XML_rPh = 4196;
-const sal_Int32 XML_rPr = 4197;
-const sal_Int32 XML_rPrChange = 4198;
-const sal_Int32 XML_rPrDefault = 4199;
-const sal_Int32 XML_rSp = 4200;
-const sal_Int32 XML_rSpRule = 4201;
-const sal_Int32 XML_rStyle = 4202;
-const sal_Int32 XML_rT = 4203;
-const sal_Int32 XML_ra = 4204;
-const sal_Int32 XML_rad = 4205;
-const sal_Int32 XML_radPr = 4206;
-const sal_Int32 XML_radarChart = 4207;
-const sal_Int32 XML_radarStyle = 4208;
-const sal_Int32 XML_radial = 4209;
-const sal_Int32 XML_radiusrange = 4210;
-const sal_Int32 XML_raf = 4211;
-const sal_Int32 XML_random = 4212;
-const sal_Int32 XML_randomBar = 4213;
-const sal_Int32 XML_range = 4214;
-const sal_Int32 XML_rangePr = 4215;
-const sal_Int32 XML_rangeSet = 4216;
-const sal_Int32 XML_rangeSets = 4217;
-const sal_Int32 XML_rank = 4218;
-const sal_Int32 XML_rankBy = 4219;
-const sal_Int32 XML_rc = 4220;
-const sal_Int32 XML_rcc = 4221;
-const sal_Int32 XML_rcft = 4222;
-const sal_Int32 XML_rcmt = 4223;
-const sal_Int32 XML_rctx = 4224;
-const sal_Int32 XML_rcv = 4225;
-const sal_Int32 XML_rd = 4226;
-const sal_Int32 XML_rdn = 4227;
-const sal_Int32 XML_readModeInkLockDown = 4228;
-const sal_Int32 XML_readOnly = 4229;
-const sal_Int32 XML_readOnlyRecommended = 4230;
-const sal_Int32 XML_readingOrder = 4231;
-const sal_Int32 XML_realTimeData = 4232;
-const sal_Int32 XML_recipientData = 4233;
-const sal_Int32 XML_recipients = 4234;
-const sal_Int32 XML_recolor = 4235;
-const sal_Int32 XML_recolortarget = 4236;
-const sal_Int32 XML_recommended = 4237;
-const sal_Int32 XML_reconnectionMethod = 4238;
-const sal_Int32 XML_recordCount = 4239;
-const sal_Int32 XML_rect = 4240;
-const sal_Int32 XML_red = 4241;
-const sal_Int32 XML_redMod = 4242;
-const sal_Int32 XML_redOff = 4243;
-const sal_Int32 XML_ref = 4244;
-const sal_Int32 XML_ref3D = 4245;
-const sal_Int32 XML_refError = 4246;
-const sal_Int32 XML_refFor = 4247;
-const sal_Int32 XML_refForName = 4248;
-const sal_Int32 XML_refMode = 4249;
-const sal_Int32 XML_refPtType = 4250;
-const sal_Int32 XML_refType = 4251;
-const sal_Int32 XML_reference = 4252;
-const sal_Int32 XML_references = 4253;
-const sal_Int32 XML_refersTo = 4254;
-const sal_Int32 XML_reflection = 4255;
-const sal_Int32 XML_refreshAllConnections = 4256;
-const sal_Int32 XML_refreshError = 4257;
-const sal_Int32 XML_refreshOnChange = 4258;
-const sal_Int32 XML_refreshOnLoad = 4259;
-const sal_Int32 XML_refreshedBy = 4260;
-const sal_Int32 XML_refreshedDate = 4261;
-const sal_Int32 XML_refreshedVersion = 4262;
-const sal_Int32 XML_regroupid = 4263;
-const sal_Int32 XML_regrouptable = 4264;
-const sal_Int32 XML_regular = 4265;
-const sal_Int32 XML_rel = 4266;
-const sal_Int32 XML_relId = 4267;
-const sal_Int32 XML_relIds = 4268;
-const sal_Int32 XML_relOff = 4269;
-const sal_Int32 XML_relSizeAnchor = 4270;
-const sal_Int32 XML_relation = 4271;
-const sal_Int32 XML_relationtable = 4272;
-const sal_Int32 XML_relative = 4273;
-const sal_Int32 XML_relativeFrom = 4274;
-const sal_Int32 XML_relativeHeight = 4275;
-const sal_Int32 XML_relativeIndent = 4276;
-const sal_Int32 XML_relativeTo = 4277;
-const sal_Int32 XML_relaxedInset = 4278;
-const sal_Int32 XML_relid = 4279;
-const sal_Int32 XML_relyOnVML = 4280;
-const sal_Int32 XML_relyOnVml = 4281;
-const sal_Int32 XML_remove = 4282;
-const sal_Int32 XML_removeDataOnSave = 4283;
-const sal_Int32 XML_removeDateAndTime = 4284;
-const sal_Int32 XML_removePersonalInfoOnSave = 4285;
-const sal_Int32 XML_removePersonalInformation = 4286;
-const sal_Int32 XML_render = 4287;
-const sal_Int32 XML_repairLoad = 4288;
-const sal_Int32 XML_repeat = 4289;
-const sal_Int32 XML_repeatCount = 4290;
-const sal_Int32 XML_repeatDur = 4291;
-const sal_Int32 XML_repl = 4292;
-const sal_Int32 XML_resId = 4293;
-const sal_Int32 XML_reservationPassword = 4294;
-const sal_Int32 XML_resizeGraphics = 4295;
-const sal_Int32 XML_resizeHandles = 4296;
-const sal_Int32 XML_rest = 4297;
-const sal_Int32 XML_restart = 4298;
-const sal_Int32 XML_restored = 4299;
-const sal_Int32 XML_restoredLeft = 4300;
-const sal_Int32 XML_restoredTop = 4301;
-const sal_Int32 XML_result = 4302;
-const sal_Int32 XML_rev = 4303;
-const sal_Int32 XML_revDir = 4304;
-const sal_Int32 XML_revPos = 4305;
-const sal_Int32 XML_reveal = 4306;
-const sal_Int32 XML_reverse = 4307;
-const sal_Int32 XML_reverseDiagStripe = 4308;
-const sal_Int32 XML_reviewed = 4309;
-const sal_Int32 XML_reviewedList = 4310;
-const sal_Int32 XML_revision = 4311;
-const sal_Int32 XML_revisionId = 4312;
-const sal_Int32 XML_revisionView = 4313;
-const sal_Int32 XML_revisions = 4314;
-const sal_Int32 XML_revisionsPassword = 4315;
-const sal_Int32 XML_rfmt = 4316;
-const sal_Int32 XML_rgb = 4317;
-const sal_Int32 XML_rgbColor = 4318;
-const sal_Int32 XML_ribbon = 4319;
-const sal_Int32 XML_ribbon2 = 4320;
-const sal_Int32 XML_riblet = 4321;
-const sal_Int32 XML_rich = 4322;
-const sal_Int32 XML_richText = 4323;
-const sal_Int32 XML_rig = 4324;
-const sal_Int32 XML_right = 4325;
-const sal_Int32 XML_rightArrow = 4326;
-const sal_Int32 XML_rightArrowCallout = 4327;
-const sal_Int32 XML_rightBrace = 4328;
-const sal_Int32 XML_rightBracket = 4329;
-const sal_Int32 XML_rightChars = 4330;
-const sal_Int32 XML_rightFromText = 4331;
-const sal_Int32 XML_rightMargin = 4332;
-const sal_Int32 XML_rightToLeft = 4333;
-const sal_Int32 XML_rightVertical = 4334;
-const sal_Int32 XML_rings = 4335;
-const sal_Int32 XML_ripple = 4336;
-const sal_Int32 XML_ris = 4337;
-const sal_Int32 XML_rm = 4338;
-const sal_Int32 XML_rnd = 4339;
-const sal_Int32 XML_roman = 4340;
-const sal_Int32 XML_romanLcParenBoth = 4341;
-const sal_Int32 XML_romanLcParenR = 4342;
-const sal_Int32 XML_romanLcPeriod = 4343;
-const sal_Int32 XML_romanUcParenBoth = 4344;
-const sal_Int32 XML_romanUcParenR = 4345;
-const sal_Int32 XML_romanUcPeriod = 4346;
-const sal_Int32 XML_root = 4347;
-const sal_Int32 XML_rosyBrown = 4348;
-const sal_Int32 XML_rot = 4349;
-const sal_Int32 XML_rotPath = 4350;
-const sal_Int32 XML_rotWithShape = 4351;
-const sal_Int32 XML_rotX = 4352;
-const sal_Int32 XML_rotY = 4353;
-const sal_Int32 XML_rotate = 4354;
-const sal_Int32 XML_rotation = 4355;
-const sal_Int32 XML_rotationangle = 4356;
-const sal_Int32 XML_rotationcenter = 4357;
-const sal_Int32 XML_round = 4358;
-const sal_Int32 XML_round1Rect = 4359;
-const sal_Int32 XML_round2DiagRect = 4360;
-const sal_Int32 XML_round2SameRect = 4361;
-const sal_Int32 XML_roundRect = 4362;
-const sal_Int32 XML_roundedCorners = 4363;
-const sal_Int32 XML_roundrect = 4364;
-const sal_Int32 XML_row = 4365;
-const sal_Int32 XML_rowBreaks = 4366;
-const sal_Int32 XML_rowColShift = 4367;
-const sal_Int32 XML_rowDrillCount = 4368;
-const sal_Int32 XML_rowFields = 4369;
-const sal_Int32 XML_rowGrandTotals = 4370;
-const sal_Int32 XML_rowHeaderCaption = 4371;
-const sal_Int32 XML_rowHidden = 4372;
-const sal_Int32 XML_rowHierarchiesUsage = 4373;
-const sal_Int32 XML_rowHierarchyUsage = 4374;
-const sal_Int32 XML_rowItems = 4375;
-const sal_Int32 XML_rowNumbers = 4376;
-const sal_Int32 XML_rowOff = 4377;
-const sal_Int32 XML_rowPageCount = 4378;
-const sal_Int32 XML_rowSpan = 4379;
-const sal_Int32 XML_rows = 4380;
-const sal_Int32 XML_royalBlue = 4381;
-const sal_Int32 XML_rqt = 4382;
-const sal_Int32 XML_rrc = 4383;
-const sal_Int32 XML_rsaAES = 4384;
-const sal_Int32 XML_rsaFull = 4385;
-const sal_Int32 XML_rsid = 4386;
-const sal_Int32 XML_rsidDel = 4387;
-const sal_Int32 XML_rsidP = 4388;
-const sal_Int32 XML_rsidR = 4389;
-const sal_Int32 XML_rsidRDefault = 4390;
-const sal_Int32 XML_rsidRPr = 4391;
-const sal_Int32 XML_rsidRoot = 4392;
-const sal_Int32 XML_rsidSect = 4393;
-const sal_Int32 XML_rsidTr = 4394;
-const sal_Int32 XML_rsids = 4395;
-const sal_Int32 XML_rsnm = 4396;
-const sal_Int32 XML_rt = 4397;
-const sal_Int32 XML_rtShortDist = 4398;
-const sal_Int32 XML_rtTriangle = 4399;
-const sal_Int32 XML_rtf = 4400;
-const sal_Int32 XML_rtl = 4401;
-const sal_Int32 XML_rtlCol = 4402;
-const sal_Int32 XML_rtlGutter = 4403;
-const sal_Int32 XML_rtn = 4404;
-const sal_Int32 XML_ru = 4405;
-const sal_Int32 XML_ruby = 4406;
-const sal_Int32 XML_rubyAlign = 4407;
-const sal_Int32 XML_rubyBase = 4408;
-const sal_Int32 XML_rubyPr = 4409;
-const sal_Int32 XML_rule = 4410;
-const sal_Int32 XML_ruleLst = 4411;
-const sal_Int32 XML_rules = 4412;
-const sal_Int32 XML_runTotal = 4413;
-const sal_Int32 XML_rupBuild = 4414;
-const sal_Int32 XML_russianLower = 4415;
-const sal_Int32 XML_russianUpper = 4416;
-const sal_Int32 XML_s = 4417;
-const sal_Int32 XML_sId = 4418;
-const sal_Int32 XML_sPre = 4419;
-const sal_Int32 XML_sPrePr = 4420;
-const sal_Int32 XML_sSub = 4421;
-const sal_Int32 XML_sSubPr = 4422;
-const sal_Int32 XML_sSubSup = 4423;
-const sal_Int32 XML_sSubSupPr = 4424;
-const sal_Int32 XML_sSup = 4425;
-const sal_Int32 XML_sSupPr = 4426;
-const sal_Int32 XML_saddleBrown = 4427;
-const sal_Int32 XML_safari = 4428;
-const sal_Int32 XML_saka = 4429;
-const sal_Int32 XML_salmon = 4430;
-const sal_Int32 XML_salt = 4431;
-const sal_Int32 XML_saltData = 4432;
-const sal_Int32 XML_saltValue = 4433;
-const sal_Int32 XML_sameClick = 4434;
-const sal_Int32 XML_sameDir = 4435;
-const sal_Int32 XML_sampData = 4436;
-const sal_Int32 XML_sandyBrown = 4437;
-const sal_Int32 XML_sans_serif = 4438;
-const sal_Int32 XML_sat = 4439;
-const sal_Int32 XML_satMod = 4440;
-const sal_Int32 XML_satOff = 4441;
-const sal_Int32 XML_saturation = 4442;
-const sal_Int32 XML_saveData = 4443;
-const sal_Int32 XML_saveExternalLinkValues = 4444;
-const sal_Int32 XML_saveFormsData = 4445;
-const sal_Int32 XML_saveInvalidXml = 4446;
-const sal_Int32 XML_savePassword = 4447;
-const sal_Int32 XML_savePreviewPicture = 4448;
-const sal_Int32 XML_saveSmartTagsAsXml = 4449;
-const sal_Int32 XML_saveSubsetFonts = 4450;
-const sal_Int32 XML_saveThroughXslt = 4451;
-const sal_Int32 XML_saveXmlDataOnly = 4452;
-const sal_Int32 XML_sawtooth = 4453;
-const sal_Int32 XML_sawtoothGray = 4454;
-const sal_Int32 XML_sb = 4455;
-const sal_Int32 XML_scale = 4456;
-const sal_Int32 XML_scaleToFitPaper = 4457;
-const sal_Int32 XML_scaleWithDoc = 4458;
-const sal_Int32 XML_scaled = 4459;
-const sal_Int32 XML_scaling = 4460;
-const sal_Int32 XML_scaredCat = 4461;
-const sal_Int32 XML_scatterChart = 4462;
-const sal_Int32 XML_scatterStyle = 4463;
-const sal_Int32 XML_scenario = 4464;
-const sal_Int32 XML_scenarios = 4465;
-const sal_Int32 XML_scene3d = 4466;
-const sal_Int32 XML_schema = 4467;
-const sal_Int32 XML_schemaLibrary = 4468;
-const sal_Int32 XML_schemaLocation = 4469;
-const sal_Int32 XML_schemaRef = 4470;
-const sal_Int32 XML_schemaRefs = 4471;
-const sal_Int32 XML_scheme = 4472;
-const sal_Int32 XML_schemeClr = 4473;
-const sal_Int32 XML_scope = 4474;
-const sal_Int32 XML_scr = 4475;
-const sal_Int32 XML_screen = 4476;
-const sal_Int32 XML_screen16x10 = 4477;
-const sal_Int32 XML_screen16x9 = 4478;
-const sal_Int32 XML_screen4x3 = 4479;
-const sal_Int32 XML_scrgbClr = 4480;
-const sal_Int32 XML_script = 4481;
-const sal_Int32 XML_scrollBar = 4482;
-const sal_Int32 XML_scrollbar = 4483;
-const sal_Int32 XML_sd = 4484;
-const sal_Int32 XML_sdt = 4485;
-const sal_Int32 XML_sdtContent = 4486;
-const sal_Int32 XML_sdtContentLocked = 4487;
-const sal_Int32 XML_sdtEndContent = 4488;
-const sal_Int32 XML_sdtEndPr = 4489;
-const sal_Int32 XML_sdtLocked = 4490;
-const sal_Int32 XML_sdtPr = 4491;
-const sal_Int32 XML_seCell = 4492;
-const sal_Int32 XML_seaGreen = 4493;
-const sal_Int32 XML_seaShell = 4494;
-const sal_Int32 XML_seattle = 4495;
-const sal_Int32 XML_secChAlign = 4496;
-const sal_Int32 XML_secFontSz = 4497;
-const sal_Int32 XML_secHead = 4498;
-const sal_Int32 XML_secLinDir = 4499;
-const sal_Int32 XML_secSibSp = 4500;
-const sal_Int32 XML_second = 4501;
-const sal_Int32 XML_secondColumnStripe = 4502;
-const sal_Int32 XML_secondColumnSubheading = 4503;
-const sal_Int32 XML_secondPiePt = 4504;
-const sal_Int32 XML_secondPieSize = 4505;
-const sal_Int32 XML_secondRowStripe = 4506;
-const sal_Int32 XML_secondRowSubheading = 4507;
-const sal_Int32 XML_secondSubtotalColumn = 4508;
-const sal_Int32 XML_secondSubtotalRow = 4509;
-const sal_Int32 XML_seconds = 4510;
-const sal_Int32 XML_sectEnd = 4511;
-const sal_Int32 XML_sectPr = 4512;
-const sal_Int32 XML_sectPrChange = 4513;
-const sal_Int32 XML_securityDescriptor = 4514;
-const sal_Int32 XML_seek = 4515;
-const sal_Int32 XML_segments = 4516;
-const sal_Int32 XML_selectFldWithFirstOrLastChar = 4517;
-const sal_Int32 XML_selectLockedCells = 4518;
-const sal_Int32 XML_selectUnlockedCells = 4519;
-const sal_Int32 XML_selected = 4520;
-const sal_Int32 XML_selection = 4521;
-const sal_Int32 XML_self = 4522;
-const sal_Int32 XML_semiHidden = 4523;
-const sal_Int32 XML_semicolon = 4524;
-const sal_Int32 XML_sendLocale = 4525;
-const sal_Int32 XML_sep = 4526;
-const sal_Int32 XML_sepChr = 4527;
-const sal_Int32 XML_separate = 4528;
-const sal_Int32 XML_separator = 4529;
-const sal_Int32 XML_seq = 4530;
-const sal_Int32 XML_ser = 4531;
-const sal_Int32 XML_serAx = 4532;
-const sal_Int32 XML_serLines = 4533;
-const sal_Int32 XML_series = 4534;
-const sal_Int32 XML_seriesEl = 4535;
-const sal_Int32 XML_seriesIdx = 4536;
-const sal_Int32 XML_serverCommand = 4537;
-const sal_Int32 XML_serverField = 4538;
-const sal_Int32 XML_serverFill = 4539;
-const sal_Int32 XML_serverFont = 4540;
-const sal_Int32 XML_serverFontColor = 4541;
-const sal_Int32 XML_serverFormat = 4542;
-const sal_Int32 XML_serverFormats = 4543;
-const sal_Int32 XML_serverNumberFormat = 4544;
-const sal_Int32 XML_serverSldId = 4545;
-const sal_Int32 XML_serverSldModifiedTime = 4546;
-const sal_Int32 XML_serverZoom = 4547;
-const sal_Int32 XML_set = 4548;
-const sal_Int32 XML_setDefinition = 4549;
-const sal_Int32 XML_sets = 4550;
-const sal_Int32 XML_settings = 4551;
-const sal_Int32 XML_shade = 4552;
-const sal_Int32 XML_shadeToTitle = 4553;
-const sal_Int32 XML_shadow = 4554;
-const sal_Int32 XML_shadowcolor = 4555;
-const sal_Int32 XML_shadowedSquares = 4556;
-const sal_Int32 XML_shadowok = 4557;
-const sal_Int32 XML_shape = 4558;
-const sal_Int32 XML_shapeDefaults = 4559;
-const sal_Int32 XML_shapeId = 4560;
-const sal_Int32 XML_shapeLayoutLikeWW8 = 4561;
-const sal_Int32 XML_shapedefaults = 4562;
-const sal_Int32 XML_shapeid = 4563;
-const sal_Int32 XML_shapelayout = 4564;
-const sal_Int32 XML_shapetype = 4565;
-const sal_Int32 XML_shared = 4566;
-const sal_Int32 XML_sharedItems = 4567;
-const sal_Int32 XML_sharksTeeth = 4568;
-const sal_Int32 XML_sharpenSoften = 4569;
-const sal_Int32 XML_shd = 4570;
-const sal_Int32 XML_shdw1 = 4571;
-const sal_Int32 XML_shdw10 = 4572;
-const sal_Int32 XML_shdw11 = 4573;
-const sal_Int32 XML_shdw12 = 4574;
-const sal_Int32 XML_shdw13 = 4575;
-const sal_Int32 XML_shdw14 = 4576;
-const sal_Int32 XML_shdw15 = 4577;
-const sal_Int32 XML_shdw16 = 4578;
-const sal_Int32 XML_shdw17 = 4579;
-const sal_Int32 XML_shdw18 = 4580;
-const sal_Int32 XML_shdw19 = 4581;
-const sal_Int32 XML_shdw2 = 4582;
-const sal_Int32 XML_shdw20 = 4583;
-const sal_Int32 XML_shdw3 = 4584;
-const sal_Int32 XML_shdw4 = 4585;
-const sal_Int32 XML_shdw5 = 4586;
-const sal_Int32 XML_shdw6 = 4587;
-const sal_Int32 XML_shdw7 = 4588;
-const sal_Int32 XML_shdw8 = 4589;
-const sal_Int32 XML_shdw9 = 4590;
-const sal_Int32 XML_sheet = 4591;
-const sal_Int32 XML_sheetCalcPr = 4592;
-const sal_Int32 XML_sheetData = 4593;
-const sal_Int32 XML_sheetDataSet = 4594;
-const sal_Int32 XML_sheetFormatPr = 4595;
-const sal_Int32 XML_sheetId = 4596;
-const sal_Int32 XML_sheetIdMap = 4597;
-const sal_Int32 XML_sheetName = 4598;
-const sal_Int32 XML_sheetNames = 4599;
-const sal_Int32 XML_sheetPosition = 4600;
-const sal_Int32 XML_sheetPr = 4601;
-const sal_Int32 XML_sheetProtection = 4602;
-const sal_Int32 XML_sheetView = 4603;
-const sal_Int32 XML_sheetViews = 4604;
-const sal_Int32 XML_sheets = 4605;
-const sal_Int32 XML_shimmer = 4606;
-const sal_Int32 XML_shingle = 4607;
-const sal_Int32 XML_shininess = 4608;
-const sal_Int32 XML_shorebirdTracks = 4609;
-const sal_Int32 XML_short = 4610;
-const sal_Int32 XML_shortcutKey = 4611;
-const sal_Int32 XML_shortdash = 4612;
-const sal_Int32 XML_shortdashdot = 4613;
-const sal_Int32 XML_shortdashdotdot = 4614;
-const sal_Int32 XML_shortdot = 4615;
-const sal_Int32 XML_show = 4616;
-const sal_Int32 XML_showAll = 4617;
-const sal_Int32 XML_showAnimation = 4618;
-const sal_Int32 XML_showAsCaption = 4619;
-const sal_Int32 XML_showAsIcon = 4620;
-const sal_Int32 XML_showAutoFilter = 4621;
-const sal_Int32 XML_showBorderUnselectedTables = 4622;
-const sal_Int32 XML_showBreaksInFrames = 4623;
-const sal_Int32 XML_showBubbleSize = 4624;
-const sal_Int32 XML_showButton = 4625;
-const sal_Int32 XML_showCalcMbrs = 4626;
-const sal_Int32 XML_showCaptions = 4627;
-const sal_Int32 XML_showCatName = 4628;
-const sal_Int32 XML_showCell = 4629;
-const sal_Int32 XML_showColHeaders = 4630;
-const sal_Int32 XML_showColStripes = 4631;
-const sal_Int32 XML_showColumnStripes = 4632;
-const sal_Int32 XML_showComments = 4633;
-const sal_Int32 XML_showDLblsOverMax = 4634;
-const sal_Int32 XML_showDataAs = 4635;
-const sal_Int32 XML_showDataDropDown = 4636;
-const sal_Int32 XML_showDataTips = 4637;
-const sal_Int32 XML_showDrill = 4638;
-const sal_Int32 XML_showDropDown = 4639;
-const sal_Int32 XML_showDropDowns = 4640;
-const sal_Int32 XML_showDropZones = 4641;
-const sal_Int32 XML_showEmptyCol = 4642;
-const sal_Int32 XML_showEmptyRow = 4643;
-const sal_Int32 XML_showEnvelope = 4644;
-const sal_Int32 XML_showError = 4645;
-const sal_Int32 XML_showErrorMessage = 4646;
-const sal_Int32 XML_showFirstColumn = 4647;
-const sal_Int32 XML_showFormatting = 4648;
-const sal_Int32 XML_showFormulaBar = 4649;
-const sal_Int32 XML_showFormulas = 4650;
-const sal_Int32 XML_showGridLines = 4651;
-const sal_Int32 XML_showGuides = 4652;
-const sal_Int32 XML_showHeader = 4653;
-const sal_Int32 XML_showHeaders = 4654;
-const sal_Int32 XML_showHorizontalScroll = 4655;
-const sal_Int32 XML_showHorzBorder = 4656;
-const sal_Int32 XML_showInFieldList = 4657;
-const sal_Int32 XML_showInkAnnotation = 4658;
-const sal_Int32 XML_showInputMessage = 4659;
-const sal_Int32 XML_showItems = 4660;
-const sal_Int32 XML_showKeys = 4661;
-const sal_Int32 XML_showLastColumn = 4662;
-const sal_Int32 XML_showLeaderLines = 4663;
-const sal_Int32 XML_showLegendKey = 4664;
-const sal_Int32 XML_showMasterPhAnim = 4665;
-const sal_Int32 XML_showMasterSp = 4666;
-const sal_Int32 XML_showMemberPropertyTips = 4667;
-const sal_Int32 XML_showMissing = 4668;
-const sal_Int32 XML_showMultipleLabel = 4669;
-const sal_Int32 XML_showNarration = 4670;
-const sal_Int32 XML_showNegBubbles = 4671;
-const sal_Int32 XML_showObjects = 4672;
-const sal_Int32 XML_showOutline = 4673;
-const sal_Int32 XML_showOutlineIcons = 4674;
-const sal_Int32 XML_showOutlineSymbols = 4675;
-const sal_Int32 XML_showPageBreaks = 4676;
-const sal_Int32 XML_showPercent = 4677;
-const sal_Int32 XML_showPivotChartFilter = 4678;
-const sal_Int32 XML_showPr = 4679;
-const sal_Int32 XML_showPropAsCaption = 4680;
-const sal_Int32 XML_showPropCell = 4681;
-const sal_Int32 XML_showPropTip = 4682;
-const sal_Int32 XML_showRowCol = 4683;
-const sal_Int32 XML_showRowColHeaders = 4684;
-const sal_Int32 XML_showRowHeaders = 4685;
-const sal_Int32 XML_showRowStripes = 4686;
-const sal_Int32 XML_showRuler = 4687;
-const sal_Int32 XML_showScrollbar = 4688;
-const sal_Int32 XML_showSerName = 4689;
-const sal_Int32 XML_showSheetTabs = 4690;
-const sal_Int32 XML_showSpeakerNotes = 4691;
-const sal_Int32 XML_showSpecialPlsOnTitleSld = 4692;
-const sal_Int32 XML_showStatusbar = 4693;
-const sal_Int32 XML_showTip = 4694;
-const sal_Int32 XML_showVal = 4695;
-const sal_Int32 XML_showValue = 4696;
-const sal_Int32 XML_showVertBorder = 4697;
-const sal_Int32 XML_showVerticalScroll = 4698;
-const sal_Int32 XML_showWhenStopped = 4699;
-const sal_Int32 XML_showWhiteSpace = 4700;
-const sal_Int32 XML_showXMLTags = 4701;
-const sal_Int32 XML_showZeros = 4702;
-const sal_Int32 XML_showingPlcHdr = 4703;
-const sal_Int32 XML_showsigndate = 4704;
-const sal_Int32 XML_shp = 4705;
-const sal_Int32 XML_shpTxLTRAlignCh = 4706;
-const sal_Int32 XML_shpTxRTLAlignCh = 4707;
-const sal_Int32 XML_shred = 4708;
-const sal_Int32 XML_shrinkToFit = 4709;
-const sal_Int32 XML_si = 4710;
-const sal_Int32 XML_sib = 4711;
-const sal_Int32 XML_sibSp = 4712;
-const sal_Int32 XML_sibTrans = 4713;
-const sal_Int32 XML_sibTransId = 4714;
-const sal_Int32 XML_side = 4715;
-const sal_Int32 XML_sideWall = 4716;
-const sal_Int32 XML_sienna = 4717;
-const sal_Int32 XML_sig = 4718;
-const sal_Int32 XML_sigma = 4719;
-const sal_Int32 XML_signatureline = 4720;
-const sal_Int32 XML_signinginstructions = 4721;
-const sal_Int32 XML_signinginstructionsset = 4722;
-const sal_Int32 XML_sigprovurl = 4723;
-const sal_Int32 XML_silver = 4724;
-const sal_Int32 XML_simplePos = 4725;
-const sal_Int32 XML_single = 4726;
-const sal_Int32 XML_singleAccounting = 4727;
-const sal_Int32 XML_singleLevel = 4728;
-const sal_Int32 XML_singleQuote = 4729;
-const sal_Int32 XML_singleSignOnId = 4730;
-const sal_Int32 XML_singleXmlCell = 4731;
-const sal_Int32 XML_singleXmlCells = 4732;
-const sal_Int32 XML_singleclick = 4733;
-const sal_Int32 XML_size = 4734;
-const sal_Int32 XML_sizeAuto = 4735;
-const sal_Int32 XML_sizeRelH = 4736;
-const sal_Int32 XML_sizeRelV = 4737;
-const sal_Int32 XML_sizeRepresents = 4738;
-const sal_Int32 XML_sizeWithCells = 4739;
-const sal_Int32 XML_skew = 4740;
-const sal_Int32 XML_skewamt = 4741;
-const sal_Int32 XML_skewangle = 4742;
-const sal_Int32 XML_skip = 4743;
-const sal_Int32 XML_skipTimed = 4744;
-const sal_Int32 XML_skw = 4745;
-const sal_Int32 XML_skyBlue = 4746;
-const sal_Int32 XML_skyrocket = 4747;
-const sal_Int32 XML_slantDashDot = 4748;
-const sal_Int32 XML_slateBlue = 4749;
-const sal_Int32 XML_slateGray = 4750;
-const sal_Int32 XML_sld = 4751;
-const sal_Int32 XML_sldAll = 4752;
-const sal_Int32 XML_sldId = 4753;
-const sal_Int32 XML_sldIdLst = 4754;
-const sal_Int32 XML_sldImg = 4755;
-const sal_Int32 XML_sldLayout = 4756;
-const sal_Int32 XML_sldLayoutId = 4757;
-const sal_Int32 XML_sldLayoutIdLst = 4758;
-const sal_Int32 XML_sldLst = 4759;
-const sal_Int32 XML_sldMaster = 4760;
-const sal_Int32 XML_sldMasterId = 4761;
-const sal_Int32 XML_sldMasterIdLst = 4762;
-const sal_Int32 XML_sldMasterView = 4763;
-const sal_Int32 XML_sldNum = 4764;
-const sal_Int32 XML_sldRg = 4765;
-const sal_Int32 XML_sldSorterView = 4766;
-const sal_Int32 XML_sldSyncPr = 4767;
-const sal_Int32 XML_sldSz = 4768;
-const sal_Int32 XML_sldTgt = 4769;
-const sal_Int32 XML_sldThumbnailView = 4770;
-const sal_Int32 XML_sldView = 4771;
-const sal_Int32 XML_slideViewPr = 4772;
-const sal_Int32 XML_slides = 4773;
-const sal_Int32 XML_slope = 4774;
-const sal_Int32 XML_slow = 4775;
-const sal_Int32 XML_sm = 4776;
-const sal_Int32 XML_smCheck = 4777;
-const sal_Int32 XML_smConfetti = 4778;
-const sal_Int32 XML_smGrid = 4779;
-const sal_Int32 XML_small = 4780;
-const sal_Int32 XML_smallCaps = 4781;
-const sal_Int32 XML_smallFrac = 4782;
-const sal_Int32 XML_smartTag = 4783;
-const sal_Int32 XML_smartTagPr = 4784;
-const sal_Int32 XML_smartTagType = 4785;
-const sal_Int32 XML_smartTagTypes = 4786;
-const sal_Int32 XML_smartTags = 4787;
-const sal_Int32 XML_smileyFace = 4788;
-const sal_Int32 XML_smooth = 4789;
-const sal_Int32 XML_smoothMarker = 4790;
-const sal_Int32 XML_smoothness = 4791;
-const sal_Int32 XML_smtClean = 4792;
-const sal_Int32 XML_smtId = 4793;
-const sal_Int32 XML_snake = 4794;
-const sal_Int32 XML_snapToChars = 4795;
-const sal_Int32 XML_snapToGrid = 4796;
-const sal_Int32 XML_snapToObjects = 4797;
-const sal_Int32 XML_snapVertSplitter = 4798;
-const sal_Int32 XML_snd = 4799;
-const sal_Int32 XML_sndAc = 4800;
-const sal_Int32 XML_sndTgt = 4801;
-const sal_Int32 XML_sng = 4802;
-const sal_Int32 XML_sngStrike = 4803;
-const sal_Int32 XML_snip1Rect = 4804;
-const sal_Int32 XML_snip2DiagRect = 4805;
-const sal_Int32 XML_snip2SameRect = 4806;
-const sal_Int32 XML_snipRoundRect = 4807;
-const sal_Int32 XML_snow = 4808;
-const sal_Int32 XML_snowflakeFancy = 4809;
-const sal_Int32 XML_snowflakes = 4810;
-const sal_Int32 XML_soft = 4811;
-const sal_Int32 XML_softEdge = 4812;
-const sal_Int32 XML_softHyphen = 4813;
-const sal_Int32 XML_softRound = 4814;
-const sal_Int32 XML_softmetal = 4815;
-const sal_Int32 XML_solid = 4816;
-const sal_Int32 XML_solidDmnd = 4817;
-const sal_Int32 XML_solidFill = 4818;
-const sal_Int32 XML_solutionID = 4819;
-const sal_Int32 XML_solveOrder = 4820;
-const sal_Int32 XML_sombrero = 4821;
-const sal_Int32 XML_sort = 4822;
-const sal_Int32 XML_sortBy = 4823;
-const sal_Int32 XML_sortByTuple = 4824;
-const sal_Int32 XML_sortCondition = 4825;
-const sal_Int32 XML_sortMethod = 4826;
-const sal_Int32 XML_sortState = 4827;
-const sal_Int32 XML_sortType = 4828;
-const sal_Int32 XML_sorterViewPr = 4829;
-const sal_Int32 XML_source = 4830;
-const sal_Int32 XML_sourceData = 4831;
-const sal_Int32 XML_sourceFile = 4832;
-const sal_Int32 XML_sourceFileName = 4833;
-const sal_Int32 XML_sourceLinked = 4834;
-const sal_Int32 XML_sourceObject = 4835;
-const sal_Int32 XML_sourceRef = 4836;
-const sal_Int32 XML_sourceSheetId = 4837;
-const sal_Int32 XML_sourceType = 4838;
-const sal_Int32 XML_southwest = 4839;
-const sal_Int32 XML_sp = 4840;
-const sal_Int32 XML_sp3d = 4841;
-const sal_Int32 XML_spAutoFit = 4842;
-const sal_Int32 XML_spDef = 4843;
-const sal_Int32 XML_spLocks = 4844;
-const sal_Int32 XML_spPr = 4845;
-const sal_Int32 XML_spTgt = 4846;
-const sal_Int32 XML_spTree = 4847;
-const sal_Int32 XML_space = 4848;
-const sal_Int32 XML_spaceForUL = 4849;
-const sal_Int32 XML_spacing = 4850;
-const sal_Int32 XML_spacingInWholePoints = 4851;
-const sal_Int32 XML_span = 4852;
-const sal_Int32 XML_spanAng = 4853;
-const sal_Int32 XML_spans = 4854;
-const sal_Int32 XML_sparkle = 4855;
-const sal_Int32 XML_spc = 4856;
-const sal_Int32 XML_spcAft = 4857;
-const sal_Int32 XML_spcBef = 4858;
-const sal_Int32 XML_spcCol = 4859;
-const sal_Int32 XML_spcFirstLastPara = 4860;
-const sal_Int32 XML_spcPct = 4861;
-const sal_Int32 XML_spcPts = 4862;
-const sal_Int32 XML_spd = 4863;
-const sal_Int32 XML_specVanish = 4864;
-const sal_Int32 XML_specularity = 4865;
-const sal_Int32 XML_spellEnd = 4866;
-const sal_Int32 XML_spellStart = 4867;
-const sal_Int32 XML_speller = 4868;
-const sal_Int32 XML_spelling = 4869;
-const sal_Int32 XML_sphere = 4870;
-const sal_Int32 XML_spid = 4871;
-const sal_Int32 XML_spidmax = 4872;
-const sal_Int32 XML_spinCount = 4873;
-const sal_Int32 XML_split = 4874;
-const sal_Int32 XML_splitAll = 4875;
-const sal_Int32 XML_splitFirst = 4876;
-const sal_Int32 XML_splitPgBreakAndParaMark = 4877;
-const sal_Int32 XML_splitPos = 4878;
-const sal_Int32 XML_splitType = 4879;
-const sal_Int32 XML_spokes = 4880;
-const sal_Int32 XML_spreadsheet = 4881;
-const sal_Int32 XML_springGreen = 4882;
-const sal_Int32 XML_spt = 4883;
-const sal_Int32 XML_sq = 4884;
-const sal_Int32 XML_sqlType = 4885;
-const sal_Int32 XML_sqref = 4886;
-const sal_Int32 XML_square = 4887;
-const sal_Int32 XML_squareTabs = 4888;
-const sal_Int32 XML_src = 4889;
-const sal_Int32 XML_srcId = 4890;
-const sal_Int32 XML_srcNode = 4891;
-const sal_Int32 XML_srcOrd = 4892;
-const sal_Int32 XML_srcRect = 4893;
-const sal_Int32 XML_srgbClr = 4894;
-const sal_Int32 XML_ss = 4895;
-const sal_Int32 XML_ssd16 = 4896;
-const sal_Int32 XML_ssd2 = 4897;
-const sal_Int32 XML_ssd32 = 4898;
-const sal_Int32 XML_ssd4 = 4899;
-const sal_Int32 XML_ssd6 = 4900;
-const sal_Int32 XML_ssd8 = 4901;
-const sal_Int32 XML_sst = 4902;
-const sal_Int32 XML_st = 4903;
-const sal_Int32 XML_stA = 4904;
-const sal_Int32 XML_stAng = 4905;
-const sal_Int32 XML_stBulletLvl = 4906;
-const sal_Int32 XML_stCondLst = 4907;
-const sal_Int32 XML_stCxn = 4908;
-const sal_Int32 XML_stElem = 4909;
-const sal_Int32 XML_stPos = 4910;
-const sal_Int32 XML_stSnd = 4911;
-const sal_Int32 XML_stack = 4912;
-const sal_Int32 XML_stackScale = 4913;
-const sal_Int32 XML_stacked = 4914;
-const sal_Int32 XML_standard = 4915;
-const sal_Int32 XML_star = 4916;
-const sal_Int32 XML_star10 = 4917;
-const sal_Int32 XML_star12 = 4918;
-const sal_Int32 XML_star16 = 4919;
-const sal_Int32 XML_star24 = 4920;
-const sal_Int32 XML_star32 = 4921;
-const sal_Int32 XML_star4 = 4922;
-const sal_Int32 XML_star5 = 4923;
-const sal_Int32 XML_star6 = 4924;
-const sal_Int32 XML_star7 = 4925;
-const sal_Int32 XML_star8 = 4926;
-const sal_Int32 XML_stars = 4927;
-const sal_Int32 XML_stars3d = 4928;
-const sal_Int32 XML_starsBlack = 4929;
-const sal_Int32 XML_starsShadowed = 4930;
-const sal_Int32 XML_starsTop = 4931;
-const sal_Int32 XML_start = 4932;
-const sal_Int32 XML_startAngle = 4933;
-const sal_Int32 XML_startAt = 4934;
-const sal_Int32 XML_startChars = 4935;
-const sal_Int32 XML_startDate = 4936;
-const sal_Int32 XML_startNum = 4937;
-const sal_Int32 XML_startOverride = 4938;
-const sal_Int32 XML_startarrow = 4939;
-const sal_Int32 XML_startarrowlength = 4940;
-const sal_Int32 XML_startarrowwidth = 4941;
-const sal_Int32 XML_state = 4942;
-const sal_Int32 XML_status = 4943;
-const sal_Int32 XML_statusBar = 4944;
-const sal_Int32 XML_statusText = 4945;
-const sal_Int32 XML_std = 4946;
-const sal_Int32 XML_stdDev = 4947;
-const sal_Int32 XML_stdDevP = 4948;
-const sal_Int32 XML_stdDevPSubtotal = 4949;
-const sal_Int32 XML_stdDevSubtotal = 4950;
-const sal_Int32 XML_stdDevp = 4951;
-const sal_Int32 XML_stdErr = 4952;
-const sal_Int32 XML_stealth = 4953;
-const sal_Int32 XML_steelBlue = 4954;
-const sal_Int32 XML_stemThick = 4955;
-const sal_Int32 XML_step = 4956;
-const sal_Int32 XML_stockChart = 4957;
-const sal_Int32 XML_stop = 4958;
-const sal_Int32 XML_stopIfTrue = 4959;
-const sal_Int32 XML_storage = 4960;
-const sal_Int32 XML_storeItemID = 4961;
-const sal_Int32 XML_storeMappedDataAs = 4962;
-const sal_Int32 XML_stored = 4963;
-const sal_Int32 XML_stp = 4964;
-const sal_Int32 XML_str = 4965;
-const sal_Int32 XML_strCache = 4966;
-const sal_Int32 XML_strLit = 4967;
-const sal_Int32 XML_strRef = 4968;
-const sal_Int32 XML_strVal = 4969;
-const sal_Int32 XML_stra = 4970;
-const sal_Int32 XML_straight = 4971;
-const sal_Int32 XML_straightConnector1 = 4972;
-const sal_Int32 XML_stream = 4973;
-const sal_Int32 XML_stretch = 4974;
-const sal_Int32 XML_strictFirstAndLastChars = 4975;
-const sal_Int32 XML_strike = 4976;
-const sal_Int32 XML_strikeBLTR = 4977;
-const sal_Int32 XML_strikeH = 4978;
-const sal_Int32 XML_strikeTLBR = 4979;
-const sal_Int32 XML_strikeV = 4980;
-const sal_Int32 XML_string = 4981;
-const sal_Int32 XML_stringRefSyntax = 4982;
-const sal_Int32 XML_stringValue1 = 4983;
-const sal_Int32 XML_stringValue2 = 4984;
-const sal_Int32 XML_stripedRightArrow = 4985;
-const sal_Int32 XML_strips = 4986;
-const sal_Int32 XML_stroke = 4987;
-const sal_Int32 XML_strokecolor = 4988;
-const sal_Int32 XML_stroked = 4989;
-const sal_Int32 XML_strokeok = 4990;
-const sal_Int32 XML_strokeweight = 4991;
-const sal_Int32 XML_sty = 4992;
-const sal_Int32 XML_style = 4993;
-const sal_Int32 XML_styleData = 4994;
-const sal_Int32 XML_styleDef = 4995;
-const sal_Int32 XML_styleDefHdr = 4996;
-const sal_Int32 XML_styleDefHdrLst = 4997;
-const sal_Int32 XML_styleId = 4998;
-const sal_Int32 XML_styleLbl = 4999;
-const sal_Int32 XML_styleLink = 5000;
-const sal_Int32 XML_styleLockQFSet = 5001;
-const sal_Int32 XML_styleLockTheme = 5002;
-const sal_Int32 XML_styleName = 5003;
-const sal_Int32 XML_stylePaneFormatFilter = 5004;
-const sal_Int32 XML_stylePaneSortMethod = 5005;
-const sal_Int32 XML_styleSet = 5006;
-const sal_Int32 XML_styleSheet = 5007;
-const sal_Int32 XML_styles = 5008;
-const sal_Int32 XML_stylisticSets = 5009;
-const sal_Int32 XML_sub = 5010;
-const sal_Int32 XML_subDoc = 5011;
-const sal_Int32 XML_subFontBySize = 5012;
-const sal_Int32 XML_subHide = 5013;
-const sal_Int32 XML_subSp = 5014;
-const sal_Int32 XML_subSup = 5015;
-const sal_Int32 XML_subTitle = 5016;
-const sal_Int32 XML_subTnLst = 5017;
-const sal_Int32 XML_subject = 5018;
-const sal_Int32 XML_subscript = 5019;
-const sal_Int32 XML_subsetted = 5020;
-const sal_Int32 XML_subtotal = 5021;
-const sal_Int32 XML_subtotalCaption = 5022;
-const sal_Int32 XML_subtotalHiddenItems = 5023;
-const sal_Int32 XML_subtotalTop = 5024;
-const sal_Int32 XML_suff = 5025;
-const sal_Int32 XML_suggestedsigner = 5026;
-const sal_Int32 XML_suggestedsigner2 = 5027;
-const sal_Int32 XML_suggestedsigneremail = 5028;
-const sal_Int32 XML_sum = 5029;
-const sal_Int32 XML_sumSubtotal = 5030;
-const sal_Int32 XML_summaryBelow = 5031;
-const sal_Int32 XML_summaryLength = 5032;
-const sal_Int32 XML_summaryRight = 5033;
-const sal_Int32 XML_sun = 5034;
-const sal_Int32 XML_sunrise = 5035;
-const sal_Int32 XML_sunset = 5036;
-const sal_Int32 XML_sup = 5037;
-const sal_Int32 XML_supHide = 5038;
-const sal_Int32 XML_superscript = 5039;
-const sal_Int32 XML_supportAdvancedDrill = 5040;
-const sal_Int32 XML_supportSubquery = 5041;
-const sal_Int32 XML_suppressAutoHyphens = 5042;
-const sal_Int32 XML_suppressBottomSpacing = 5043;
-const sal_Int32 XML_suppressLineNumbers = 5044;
-const sal_Int32 XML_suppressOverlap = 5045;
-const sal_Int32 XML_suppressSpBfAfterPgBrk = 5046;
-const sal_Int32 XML_suppressSpacingAtTopOfPage = 5047;
-const sal_Int32 XML_suppressTopSpacing = 5048;
-const sal_Int32 XML_suppressTopSpacingWP = 5049;
-const sal_Int32 XML_surface3DChart = 5050;
-const sal_Int32 XML_surfaceChart = 5051;
-const sal_Int32 XML_swAng = 5052;
-const sal_Int32 XML_swCell = 5053;
-const sal_Int32 XML_swapBordersFacingPages = 5054;
-const sal_Int32 XML_swirligig = 5055;
-const sal_Int32 XML_swiss = 5056;
-const sal_Int32 XML_switch = 5057;
-const sal_Int32 XML_swooshArrow = 5058;
-const sal_Int32 XML_sx = 5059;
-const sal_Int32 XML_sy = 5060;
-const sal_Int32 XML_sym = 5061;
-const sal_Int32 XML_symbol = 5062;
-const sal_Int32 XML_syncBehavior = 5063;
-const sal_Int32 XML_syncHorizontal = 5064;
-const sal_Int32 XML_syncRef = 5065;
-const sal_Int32 XML_syncVertical = 5066;
-const sal_Int32 XML_sysClr = 5067;
-const sal_Int32 XML_sysDash = 5068;
-const sal_Int32 XML_sysDashDot = 5069;
-const sal_Int32 XML_sysDashDotDot = 5070;
-const sal_Int32 XML_sysDot = 5071;
-const sal_Int32 XML_sz = 5072;
-const sal_Int32 XML_szCs = 5073;
-const sal_Int32 XML_t = 5074;
-const sal_Int32 XML_t1 = 5075;
-const sal_Int32 XML_t2 = 5076;
-const sal_Int32 XML_tCtr = 5077;
-const sal_Int32 XML_tCtrCh = 5078;
-const sal_Int32 XML_tCtrDes = 5079;
-const sal_Int32 XML_tIns = 5080;
-const sal_Int32 XML_tL = 5081;
-const sal_Int32 XML_tMarg = 5082;
-const sal_Int32 XML_tOff = 5083;
-const sal_Int32 XML_tR = 5084;
-const sal_Int32 XML_tab = 5085;
-const sal_Int32 XML_tabColor = 5086;
-const sal_Int32 XML_tabLst = 5087;
-const sal_Int32 XML_tabRatio = 5088;
-const sal_Int32 XML_tabSelected = 5089;
-const sal_Int32 XML_table = 5090;
-const sal_Int32 XML_tableBorderDxfId = 5091;
-const sal_Int32 XML_tableCellDelete = 5092;
-const sal_Int32 XML_tableCellInsert = 5093;
-const sal_Int32 XML_tableColumn = 5094;
-const sal_Int32 XML_tableColumnId = 5095;
-const sal_Int32 XML_tableColumns = 5096;
-const sal_Int32 XML_tablePart = 5097;
-const sal_Int32 XML_tableParts = 5098;
-const sal_Int32 XML_tableRowDelete = 5099;
-const sal_Int32 XML_tableRowInsert = 5100;
-const sal_Int32 XML_tableStyle = 5101;
-const sal_Int32 XML_tableStyleElement = 5102;
-const sal_Int32 XML_tableStyleId = 5103;
-const sal_Int32 XML_tableStyleInfo = 5104;
-const sal_Int32 XML_tableStyles = 5105;
-const sal_Int32 XML_tableType = 5106;
-const sal_Int32 XML_tablelimits = 5107;
-const sal_Int32 XML_tableproperties = 5108;
-const sal_Int32 XML_tables = 5109;
-const sal_Int32 XML_tabs = 5110;
-const sal_Int32 XML_tag = 5111;
-const sal_Int32 XML_tagLst = 5112;
-const sal_Int32 XML_tags = 5113;
-const sal_Int32 XML_tailEnd = 5114;
-const sal_Int32 XML_taiwan = 5115;
-const sal_Int32 XML_taiwaneseCounting = 5116;
-const sal_Int32 XML_taiwaneseCountingThousand = 5117;
-const sal_Int32 XML_taiwaneseDigital = 5118;
-const sal_Int32 XML_tan = 5119;
-const sal_Int32 XML_target = 5120;
-const sal_Int32 XML_targetScreenSize = 5121;
-const sal_Int32 XML_targetScreenSz = 5122;
-const sal_Int32 XML_targetscreensize = 5123;
-const sal_Int32 XML_tav = 5124;
-const sal_Int32 XML_tavLst = 5125;
-const sal_Int32 XML_tbLrV = 5126;
-const sal_Int32 XML_tbRl = 5127;
-const sal_Int32 XML_tbRlV = 5128;
-const sal_Int32 XML_tbl = 5129;
-const sal_Int32 XML_tblBg = 5130;
-const sal_Int32 XML_tblBorders = 5131;
-const sal_Int32 XML_tblCaption = 5132;
-const sal_Int32 XML_tblCellMar = 5133;
-const sal_Int32 XML_tblCellSpacing = 5134;
-const sal_Int32 XML_tblDescription = 5135;
-const sal_Int32 XML_tblGrid = 5136;
-const sal_Int32 XML_tblGridChange = 5137;
-const sal_Int32 XML_tblHeader = 5138;
-const sal_Int32 XML_tblInd = 5139;
-const sal_Int32 XML_tblLayout = 5140;
-const sal_Int32 XML_tblLook = 5141;
-const sal_Int32 XML_tblOfContents = 5142;
-const sal_Int32 XML_tblOverlap = 5143;
-const sal_Int32 XML_tblPr = 5144;
-const sal_Int32 XML_tblPrChange = 5145;
-const sal_Int32 XML_tblPrEx = 5146;
-const sal_Int32 XML_tblPrExChange = 5147;
-const sal_Int32 XML_tblStyle = 5148;
-const sal_Int32 XML_tblStyleColBandSize = 5149;
-const sal_Int32 XML_tblStyleLst = 5150;
-const sal_Int32 XML_tblStylePr = 5151;
-const sal_Int32 XML_tblStyleRowBandSize = 5152;
-const sal_Int32 XML_tblW = 5153;
-const sal_Int32 XML_tblpPr = 5154;
-const sal_Int32 XML_tblpX = 5155;
-const sal_Int32 XML_tblpXSpec = 5156;
-const sal_Int32 XML_tblpY = 5157;
-const sal_Int32 XML_tblpYSpec = 5158;
-const sal_Int32 XML_tbls = 5159;
-const sal_Int32 XML_tc = 5160;
-const sal_Int32 XML_tcBdr = 5161;
-const sal_Int32 XML_tcBorders = 5162;
-const sal_Int32 XML_tcFitText = 5163;
-const sal_Int32 XML_tcMar = 5164;
-const sal_Int32 XML_tcPr = 5165;
-const sal_Int32 XML_tcPrChange = 5166;
-const sal_Int32 XML_tcStyle = 5167;
-const sal_Int32 XML_tcTxStyle = 5168;
-const sal_Int32 XML_tcW = 5169;
-const sal_Int32 XML_teal = 5170;
-const sal_Int32 XML_teardrop = 5171;
-const sal_Int32 XML_temporary = 5172;
-const sal_Int32 XML_tenMillions = 5173;
-const sal_Int32 XML_tenThousands = 5174;
-const sal_Int32 XML_tentative = 5175;
-const sal_Int32 XML_text = 5176;
-const sal_Int32 XML_text1 = 5177;
-const sal_Int32 XML_text2 = 5178;
-const sal_Int32 XML_textAlignment = 5179;
-const sal_Int32 XML_textAndBackground = 5180;
-const sal_Int32 XML_textArchDown = 5181;
-const sal_Int32 XML_textArchDownPour = 5182;
-const sal_Int32 XML_textArchUp = 5183;
-const sal_Int32 XML_textArchUpPour = 5184;
-const sal_Int32 XML_textButton = 5185;
-const sal_Int32 XML_textButtonPour = 5186;
-const sal_Int32 XML_textCanDown = 5187;
-const sal_Int32 XML_textCanUp = 5188;
-const sal_Int32 XML_textCascadeDown = 5189;
-const sal_Int32 XML_textCascadeUp = 5190;
-const sal_Int32 XML_textChevron = 5191;
-const sal_Int32 XML_textChevronInverted = 5192;
-const sal_Int32 XML_textCircle = 5193;
-const sal_Int32 XML_textCirclePour = 5194;
-const sal_Int32 XML_textCurveDown = 5195;
-const sal_Int32 XML_textCurveUp = 5196;
-const sal_Int32 XML_textDates = 5197;
-const sal_Int32 XML_textDeflate = 5198;
-const sal_Int32 XML_textDeflateBottom = 5199;
-const sal_Int32 XML_textDeflateInflate = 5200;
-const sal_Int32 XML_textDeflateInflateDeflate = 5201;
-const sal_Int32 XML_textDeflateTop = 5202;
-const sal_Int32 XML_textDirection = 5203;
-const sal_Int32 XML_textDoubleWave1 = 5204;
-const sal_Int32 XML_textFadeDown = 5205;
-const sal_Int32 XML_textFadeLeft = 5206;
-const sal_Int32 XML_textFadeRight = 5207;
-const sal_Int32 XML_textFadeUp = 5208;
-const sal_Int32 XML_textField = 5209;
-const sal_Int32 XML_textFields = 5210;
-const sal_Int32 XML_textFile = 5211;
-const sal_Int32 XML_textFill = 5212;
-const sal_Int32 XML_textFit = 5213;
-const sal_Int32 XML_textHAlign = 5214;
-const sal_Int32 XML_textInflate = 5215;
-const sal_Int32 XML_textInflateBottom = 5216;
-const sal_Int32 XML_textInflateTop = 5217;
-const sal_Int32 XML_textInput = 5218;
-const sal_Int32 XML_textLength = 5219;
-const sal_Int32 XML_textNoShape = 5220;
-const sal_Int32 XML_textOutline = 5221;
-const sal_Int32 XML_textPlain = 5222;
-const sal_Int32 XML_textPr = 5223;
-const sal_Int32 XML_textRingInside = 5224;
-const sal_Int32 XML_textRingOutside = 5225;
-const sal_Int32 XML_textRotation = 5226;
-const sal_Int32 XML_textSlantDown = 5227;
-const sal_Int32 XML_textSlantUp = 5228;
-const sal_Int32 XML_textStop = 5229;
-const sal_Int32 XML_textTriangle = 5230;
-const sal_Int32 XML_textTriangleInverted = 5231;
-const sal_Int32 XML_textVAlign = 5232;
-const sal_Int32 XML_textWave1 = 5233;
-const sal_Int32 XML_textWave2 = 5234;
-const sal_Int32 XML_textWave4 = 5235;
-const sal_Int32 XML_textWrapping = 5236;
-const sal_Int32 XML_textborder = 5237;
-const sal_Int32 XML_textbox = 5238;
-const sal_Int32 XML_textboxTightWrap = 5239;
-const sal_Int32 XML_textboxrect = 5240;
-const sal_Int32 XML_textdata = 5241;
-const sal_Int32 XML_textlink = 5242;
-const sal_Int32 XML_textpath = 5243;
-const sal_Int32 XML_textpathok = 5244;
-const sal_Int32 XML_tgtEl = 5245;
-const sal_Int32 XML_tgtFrame = 5246;
-const sal_Int32 XML_thai = 5247;
-const sal_Int32 XML_thaiAlphaParenBoth = 5248;
-const sal_Int32 XML_thaiAlphaParenR = 5249;
-const sal_Int32 XML_thaiAlphaPeriod = 5250;
-const sal_Int32 XML_thaiCounting = 5251;
-const sal_Int32 XML_thaiDist = 5252;
-const sal_Int32 XML_thaiDistribute = 5253;
-const sal_Int32 XML_thaiLetters = 5254;
-const sal_Int32 XML_thaiNumParenBoth = 5255;
-const sal_Int32 XML_thaiNumParenR = 5256;
-const sal_Int32 XML_thaiNumPeriod = 5257;
-const sal_Int32 XML_thaiNumbers = 5258;
-const sal_Int32 XML_theme = 5259;
-const sal_Int32 XML_themeColor = 5260;
-const sal_Int32 XML_themeElements = 5261;
-const sal_Int32 XML_themeFill = 5262;
-const sal_Int32 XML_themeFillShade = 5263;
-const sal_Int32 XML_themeFillTint = 5264;
-const sal_Int32 XML_themeFontLang = 5265;
-const sal_Int32 XML_themeManager = 5266;
-const sal_Int32 XML_themeOverride = 5267;
-const sal_Int32 XML_themeShade = 5268;
-const sal_Int32 XML_themeTint = 5269;
-const sal_Int32 XML_thick = 5270;
-const sal_Int32 XML_thickBetweenThin = 5271;
-const sal_Int32 XML_thickBetweenThinLarge = 5272;
-const sal_Int32 XML_thickBetweenThinSmall = 5273;
-const sal_Int32 XML_thickBot = 5274;
-const sal_Int32 XML_thickBottom = 5275;
-const sal_Int32 XML_thickThin = 5276;
-const sal_Int32 XML_thickThinLarge = 5277;
-const sal_Int32 XML_thickThinLargeGap = 5278;
-const sal_Int32 XML_thickThinMediumGap = 5279;
-const sal_Int32 XML_thickThinSmall = 5280;
-const sal_Int32 XML_thickThinSmallGap = 5281;
-const sal_Int32 XML_thickTop = 5282;
-const sal_Int32 XML_thicket = 5283;
-const sal_Int32 XML_thickness = 5284;
-const sal_Int32 XML_thin = 5285;
-const sal_Int32 XML_thinDiagCross = 5286;
-const sal_Int32 XML_thinDiagStripe = 5287;
-const sal_Int32 XML_thinHorzCross = 5288;
-const sal_Int32 XML_thinHorzStripe = 5289;
-const sal_Int32 XML_thinReverseDiagStripe = 5290;
-const sal_Int32 XML_thinThick = 5291;
-const sal_Int32 XML_thinThickLarge = 5292;
-const sal_Int32 XML_thinThickLargeGap = 5293;
-const sal_Int32 XML_thinThickMediumGap = 5294;
-const sal_Int32 XML_thinThickSmall = 5295;
-const sal_Int32 XML_thinThickSmallGap = 5296;
-const sal_Int32 XML_thinThickThinLargeGap = 5297;
-const sal_Int32 XML_thinThickThinMediumGap = 5298;
-const sal_Int32 XML_thinThickThinSmallGap = 5299;
-const sal_Int32 XML_thinThin = 5300;
-const sal_Int32 XML_thinVertStripe = 5301;
-const sal_Int32 XML_thirdColumnSubheading = 5302;
-const sal_Int32 XML_thirdRowSubheading = 5303;
-const sal_Int32 XML_thirdSubtotalColumn = 5304;
-const sal_Int32 XML_thirdSubtotalRow = 5305;
-const sal_Int32 XML_thisMonth = 5306;
-const sal_Int32 XML_thisQuarter = 5307;
-const sal_Int32 XML_thisWeek = 5308;
-const sal_Int32 XML_thisYear = 5309;
-const sal_Int32 XML_thistle = 5310;
-const sal_Int32 XML_thousands = 5311;
-const sal_Int32 XML_threeDEmboss = 5312;
-const sal_Int32 XML_threeDEngrave = 5313;
-const sal_Int32 XML_threePt = 5314;
-const sal_Int32 XML_thresh = 5315;
-const sal_Int32 XML_through = 5316;
-const sal_Int32 XML_thruBlk = 5317;
-const sal_Int32 XML_tickLblPos = 5318;
-const sal_Int32 XML_tickLblSkip = 5319;
-const sal_Int32 XML_tickMarkSkip = 5320;
-const sal_Int32 XML_tight = 5321;
-const sal_Int32 XML_tile = 5322;
-const sal_Int32 XML_tileRect = 5323;
-const sal_Int32 XML_time = 5324;
-const sal_Int32 XML_timePeriod = 5325;
-const sal_Int32 XML_timing = 5326;
-const sal_Int32 XML_tint = 5327;
-const sal_Int32 XML_title = 5328;
-const sal_Int32 XML_titleOnly = 5329;
-const sal_Int32 XML_titlePg = 5330;
-const sal_Int32 XML_titleStyle = 5331;
-const sal_Int32 XML_tl = 5332;
-const sal_Int32 XML_tl2br = 5333;
-const sal_Int32 XML_tm = 5334;
-const sal_Int32 XML_tmAbs = 5335;
-const sal_Int32 XML_tmFilter = 5336;
-const sal_Int32 XML_tmPct = 5337;
-const sal_Int32 XML_tmRoot = 5338;
-const sal_Int32 XML_tmpl = 5339;
-const sal_Int32 XML_tmplLst = 5340;
-const sal_Int32 XML_tn = 5341;
-const sal_Int32 XML_tnLst = 5342;
-const sal_Int32 XML_to = 5343;
-const sal_Int32 XML_today = 5344;
-const sal_Int32 XML_token = 5345;
-const sal_Int32 XML_tomato = 5346;
-const sal_Int32 XML_tomorrow = 5347;
-const sal_Int32 XML_toolbar = 5348;
-const sal_Int32 XML_tooltip = 5349;
-const sal_Int32 XML_top = 5350;
-const sal_Int32 XML_top10 = 5351;
-const sal_Int32 XML_topAndBottom = 5352;
-const sal_Int32 XML_topAutoShow = 5353;
-const sal_Int32 XML_topFromText = 5354;
-const sal_Int32 XML_topLabels = 5355;
-const sal_Int32 XML_topLeft = 5356;
-const sal_Int32 XML_topLeftCell = 5357;
-const sal_Int32 XML_topLinePunct = 5358;
-const sal_Int32 XML_topMargin = 5359;
-const sal_Int32 XML_topRight = 5360;
-const sal_Int32 XML_tornPaper = 5361;
-const sal_Int32 XML_tornPaperBlack = 5362;
-const sal_Int32 XML_totalRow = 5363;
-const sal_Int32 XML_totalsRowBorderDxfId = 5364;
-const sal_Int32 XML_totalsRowCellStyle = 5365;
-const sal_Int32 XML_totalsRowCount = 5366;
-const sal_Int32 XML_totalsRowDxfId = 5367;
-const sal_Int32 XML_totalsRowFormula = 5368;
-const sal_Int32 XML_totalsRowFunction = 5369;
-const sal_Int32 XML_totalsRowLabel = 5370;
-const sal_Int32 XML_totalsRowShown = 5371;
-const sal_Int32 XML_tp = 5372;
-const sal_Int32 XML_tpl = 5373;
-const sal_Int32 XML_tplc = 5374;
-const sal_Int32 XML_tpls = 5375;
-const sal_Int32 XML_tr = 5376;
-const sal_Int32 XML_tr2bl = 5377;
-const sal_Int32 XML_trHeight = 5378;
-const sal_Int32 XML_trPr = 5379;
-const sal_Int32 XML_trPrChange = 5380;
-const sal_Int32 XML_track = 5381;
-const sal_Int32 XML_trackRevisions = 5382;
-const sal_Int32 XML_trackedChanges = 5383;
-const sal_Int32 XML_trans = 5384;
-const sal_Int32 XML_transition = 5385;
-const sal_Int32 XML_transitionEntry = 5386;
-const sal_Int32 XML_transitionEvaluation = 5387;
-const sal_Int32 XML_translucentPowder = 5388;
-const sal_Int32 XML_transp = 5389;
-const sal_Int32 XML_trapezoid = 5390;
-const sal_Int32 XML_tree = 5391;
-const sal_Int32 XML_trees = 5392;
-const sal_Int32 XML_trellis = 5393;
-const sal_Int32 XML_trend = 5394;
-const sal_Int32 XML_trendline = 5395;
-const sal_Int32 XML_trendlineLbl = 5396;
-const sal_Int32 XML_trendlineType = 5397;
-const sal_Int32 XML_tri = 5398;
-const sal_Int32 XML_triangle = 5399;
-const sal_Int32 XML_triangleParty = 5400;
-const sal_Int32 XML_triangles = 5401;
-const sal_Int32 XML_tribal1 = 5402;
-const sal_Int32 XML_tribal2 = 5403;
-const sal_Int32 XML_tribal3 = 5404;
-const sal_Int32 XML_tribal4 = 5405;
-const sal_Int32 XML_tribal5 = 5406;
-const sal_Int32 XML_tribal6 = 5407;
-const sal_Int32 XML_trillions = 5408;
-const sal_Int32 XML_trim = 5409;
-const sal_Int32 XML_triple = 5410;
-const sal_Int32 XML_true = 5411;
-const sal_Int32 XML_truncateFontHeightsLikeWP6 = 5412;
-const sal_Int32 XML_tupleCache = 5413;
-const sal_Int32 XML_turquoise = 5414;
-const sal_Int32 XML_twistedLines1 = 5415;
-const sal_Int32 XML_twistedLines2 = 5416;
-const sal_Int32 XML_twoCell = 5417;
-const sal_Int32 XML_twoCellAnchor = 5418;
-const sal_Int32 XML_twoColTx = 5419;
-const sal_Int32 XML_twoDigitTextYear = 5420;
-const sal_Int32 XML_twoObj = 5421;
-const sal_Int32 XML_twoObjAndObj = 5422;
-const sal_Int32 XML_twoObjAndTx = 5423;
-const sal_Int32 XML_twoObjOverTx = 5424;
-const sal_Int32 XML_twoPt = 5425;
-const sal_Int32 XML_twoTxTwoObj = 5426;
-const sal_Int32 XML_tx = 5427;
-const sal_Int32 XML_tx1 = 5428;
-const sal_Int32 XML_tx2 = 5429;
-const sal_Int32 XML_txAnchorHorz = 5430;
-const sal_Int32 XML_txAnchorHorzCh = 5431;
-const sal_Int32 XML_txAnchorVert = 5432;
-const sal_Int32 XML_txAnchorVertCh = 5433;
-const sal_Int32 XML_txAndChart = 5434;
-const sal_Int32 XML_txAndClipArt = 5435;
-const sal_Int32 XML_txAndMedia = 5436;
-const sal_Int32 XML_txAndObj = 5437;
-const sal_Int32 XML_txAndTwoObj = 5438;
-const sal_Int32 XML_txBlDir = 5439;
-const sal_Int32 XML_txBody = 5440;
-const sal_Int32 XML_txBox = 5441;
-const sal_Int32 XML_txDef = 5442;
-const sal_Int32 XML_txDir = 5443;
-const sal_Int32 XML_txEffectClrLst = 5444;
-const sal_Int32 XML_txEl = 5445;
-const sal_Int32 XML_txFillClrLst = 5446;
-const sal_Int32 XML_txLinClrLst = 5447;
-const sal_Int32 XML_txOverObj = 5448;
-const sal_Int32 XML_txPr = 5449;
-const sal_Int32 XML_txSp = 5450;
-const sal_Int32 XML_txStyles = 5451;
-const sal_Int32 XML_txXfrm = 5452;
-const sal_Int32 XML_txbx = 5453;
-const sal_Int32 XML_txbxContent = 5454;
-const sal_Int32 XML_txtBox = 5455;
-const sal_Int32 XML_ty = 5456;
-const sal_Int32 XML_type = 5457;
-const sal_Int32 XML_typeAny = 5458;
-const sal_Int32 XML_typeface = 5459;
-const sal_Int32 XML_types = 5460;
-const sal_Int32 XML_u = 5461;
-const sal_Int32 XML_uBounds = 5462;
-const sal_Int32 XML_uFill = 5463;
-const sal_Int32 XML_uFillTx = 5464;
-const sal_Int32 XML_uLn = 5465;
-const sal_Int32 XML_uLnTx = 5466;
-const sal_Int32 XML_ua = 5467;
-const sal_Int32 XML_udl = 5468;
-const sal_Int32 XML_ui1 = 5469;
-const sal_Int32 XML_ui2 = 5470;
-const sal_Int32 XML_ui4 = 5471;
-const sal_Int32 XML_ui8 = 5472;
-const sal_Int32 XML_uiCompat97To2003 = 5473;
-const sal_Int32 XML_uiExpand = 5474;
-const sal_Int32 XML_uiPriority = 5475;
-const sal_Int32 XML_uint = 5476;
-const sal_Int32 XML_ulTrailSpace = 5477;
-const sal_Int32 XML_un = 5478;
-const sal_Int32 XML_unbalanced = 5479;
-const sal_Int32 XML_unbalancedGroup = 5480;
-const sal_Int32 XML_unboundColumnsLeft = 5481;
-const sal_Int32 XML_unboundColumnsRight = 5482;
-const sal_Int32 XML_uncheckedState = 5483;
-const sal_Int32 XML_undOvr = 5484;
-const sal_Int32 XML_underDot = 5485;
-const sal_Int32 XML_underlineTabInNumList = 5486;
-const sal_Int32 XML_underscore = 5487;
-const sal_Int32 XML_undo = 5488;
-const sal_Int32 XML_undone = 5489;
-const sal_Int32 XML_undrawn = 5490;
-const sal_Int32 XML_ungrouping = 5491;
-const sal_Int32 XML_unhideWhenUsed = 5492;
-const sal_Int32 XML_uniqueCount = 5493;
-const sal_Int32 XML_uniqueId = 5494;
-const sal_Int32 XML_uniqueList = 5495;
-const sal_Int32 XML_uniqueMemberProperty = 5496;
-const sal_Int32 XML_uniqueName = 5497;
-const sal_Int32 XML_uniqueParent = 5498;
-const sal_Int32 XML_uniqueTag = 5499;
-const sal_Int32 XML_uniqueValues = 5500;
-const sal_Int32 XML_unknown = 5501;
-const sal_Int32 XML_unknownRelationship = 5502;
-const sal_Int32 XML_unlocked = 5503;
-const sal_Int32 XML_unlockedFormula = 5504;
-const sal_Int32 XML_unsignedByte = 5505;
-const sal_Int32 XML_unsignedInt = 5506;
-const sal_Int32 XML_unsignedLong = 5507;
-const sal_Int32 XML_unsignedShort = 5508;
-const sal_Int32 XML_up = 5509;
-const sal_Int32 XML_upArrow = 5510;
-const sal_Int32 XML_upArrowCallout = 5511;
-const sal_Int32 XML_upBars = 5512;
-const sal_Int32 XML_upDiag = 5513;
-const sal_Int32 XML_upDownArrow = 5514;
-const sal_Int32 XML_upDownArrowCallout = 5515;
-const sal_Int32 XML_upDownBars = 5516;
-const sal_Int32 XML_updateAutomatic = 5517;
-const sal_Int32 XML_updateFields = 5518;
-const sal_Int32 XML_updateLinks = 5519;
-const sal_Int32 XML_updatedVersion = 5520;
-const sal_Int32 XML_upgradeOnRefresh = 5521;
-const sal_Int32 XML_upperLetter = 5522;
-const sal_Int32 XML_upperRoman = 5523;
-const sal_Int32 XML_upr = 5524;
-const sal_Int32 XML_upright = 5525;
-const sal_Int32 XML_uri = 5526;
-const sal_Int32 XML_url = 5527;
-const sal_Int32 XML_usb0 = 5528;
-const sal_Int32 XML_usb1 = 5529;
-const sal_Int32 XML_usb2 = 5530;
-const sal_Int32 XML_usb3 = 5531;
-const sal_Int32 XML_useA = 5532;
-const sal_Int32 XML_useAltKinsokuLineBreakRules = 5533;
-const sal_Int32 XML_useAnsiKerningPairs = 5534;
-const sal_Int32 XML_useAutoFormatting = 5535;
-const sal_Int32 XML_useBgFill = 5536;
-const sal_Int32 XML_useDef = 5537;
-const sal_Int32 XML_useFELayout = 5538;
-const sal_Int32 XML_useFirstPageNumber = 5539;
-const sal_Int32 XML_useLongFilenames = 5540;
-const sal_Int32 XML_useNormalStyleForList = 5541;
-const sal_Int32 XML_usePrinterDefaults = 5542;
-const sal_Int32 XML_usePrinterMetrics = 5543;
-const sal_Int32 XML_useSingleBorderforContiguousCells = 5544;
-const sal_Int32 XML_useSpRect = 5545;
-const sal_Int32 XML_useTimings = 5546;
-const sal_Int32 XML_useWord2002TableStyleRules = 5547;
-const sal_Int32 XML_useWord97LineBreakRules = 5548;
-const sal_Int32 XML_useXSLTWhenSaving = 5549;
-const sal_Int32 XML_user = 5550;
-const sal_Int32 XML_userA = 5551;
-const sal_Int32 XML_userB = 5552;
-const sal_Int32 XML_userC = 5553;
-const sal_Int32 XML_userD = 5554;
-const sal_Int32 XML_userDrawn = 5555;
-const sal_Int32 XML_userE = 5556;
-const sal_Int32 XML_userF = 5557;
-const sal_Int32 XML_userG = 5558;
-const sal_Int32 XML_userH = 5559;
-const sal_Int32 XML_userI = 5560;
-const sal_Int32 XML_userInfo = 5561;
-const sal_Int32 XML_userInterface = 5562;
-const sal_Int32 XML_userJ = 5563;
-const sal_Int32 XML_userK = 5564;
-const sal_Int32 XML_userL = 5565;
-const sal_Int32 XML_userM = 5566;
-const sal_Int32 XML_userN = 5567;
-const sal_Int32 XML_userName = 5568;
-const sal_Int32 XML_userO = 5569;
-const sal_Int32 XML_userP = 5570;
-const sal_Int32 XML_userQ = 5571;
-const sal_Int32 XML_userR = 5572;
-const sal_Int32 XML_userS = 5573;
-const sal_Int32 XML_userSet = 5574;
-const sal_Int32 XML_userShapes = 5575;
-const sal_Int32 XML_userT = 5576;
-const sal_Int32 XML_userU = 5577;
-const sal_Int32 XML_userV = 5578;
-const sal_Int32 XML_userW = 5579;
-const sal_Int32 XML_userX = 5580;
-const sal_Int32 XML_userY = 5581;
-const sal_Int32 XML_userZ = 5582;
-const sal_Int32 XML_userdrawn = 5583;
-const sal_Int32 XML_userhidden = 5584;
-const sal_Int32 XML_users = 5585;
-const sal_Int32 XML_uturnArrow = 5586;
-const sal_Int32 XML_v = 5587;
-const sal_Int32 XML_v2 = 5588;
-const sal_Int32 XML_v3 = 5589;
-const sal_Int32 XML_v3v4 = 5590;
-const sal_Int32 XML_v4 = 5591;
-const sal_Int32 XML_vAlign = 5592;
-const sal_Int32 XML_vAnchor = 5593;
-const sal_Int32 XML_vMerge = 5594;
-const sal_Int32 XML_vMergeOrig = 5595;
-const sal_Int32 XML_vSpace = 5596;
-const sal_Int32 XML_vacatedStyle = 5597;
-const sal_Int32 XML_val = 5598;
-const sal_Int32 XML_valAx = 5599;
-const sal_Int32 XML_value = 5600;
-const sal_Int32 XML_valueBetween = 5601;
-const sal_Int32 XML_valueEqual = 5602;
-const sal_Int32 XML_valueGreaterThan = 5603;
-const sal_Int32 XML_valueGreaterThanOrEqual = 5604;
-const sal_Int32 XML_valueLessThan = 5605;
-const sal_Int32 XML_valueLessThanOrEqual = 5606;
-const sal_Int32 XML_valueMetadata = 5607;
-const sal_Int32 XML_valueNotBetween = 5608;
-const sal_Int32 XML_valueNotEqual = 5609;
-const sal_Int32 XML_valueType = 5610;
-const sal_Int32 XML_values = 5611;
-const sal_Int32 XML_vanish = 5612;
-const sal_Int32 XML_var = 5613;
-const sal_Int32 XML_varLst = 5614;
-const sal_Int32 XML_varP = 5615;
-const sal_Int32 XML_varPSubtotal = 5616;
-const sal_Int32 XML_varScale = 5617;
-const sal_Int32 XML_varSubtotal = 5618;
-const sal_Int32 XML_variable = 5619;
-const sal_Int32 XML_variant = 5620;
-const sal_Int32 XML_varp = 5621;
-const sal_Int32 XML_varyColors = 5622;
-const sal_Int32 XML_vbProcedure = 5623;
-const sal_Int32 XML_vc = 5624;
-const sal_Int32 XML_vector = 5625;
-const sal_Int32 XML_vendorID = 5626;
-const sal_Int32 XML_venn = 5627;
-const sal_Int32 XML_verb = 5628;
-const sal_Int32 XML_version = 5629;
-const sal_Int32 XML_vert = 5630;
-const sal_Int32 XML_vert270 = 5631;
-const sal_Int32 XML_vertAlign = 5632;
-const sal_Int32 XML_vertAnchor = 5633;
-const sal_Int32 XML_vertBarState = 5634;
-const sal_Int32 XML_vertCompress = 5635;
-const sal_Int32 XML_vertJc = 5636;
-const sal_Int32 XML_vertOverflow = 5637;
-const sal_Int32 XML_vertStripe = 5638;
-const sal_Int32 XML_vertTitleAndTx = 5639;
-const sal_Int32 XML_vertTitleAndTxOverChart = 5640;
-const sal_Int32 XML_vertTx = 5641;
-const sal_Int32 XML_vertical = 5642;
-const sal_Int32 XML_verticalCentered = 5643;
-const sal_Int32 XML_verticalDpi = 5644;
-const sal_Int32 XML_verticalScroll = 5645;
-const sal_Int32 XML_verticies = 5646;
-const sal_Int32 XML_veryHidden = 5647;
-const sal_Int32 XML_video = 5648;
-const sal_Int32 XML_videoFile = 5649;
-const sal_Int32 XML_vietnameseCounting = 5650;
-const sal_Int32 XML_view = 5651;
-const sal_Int32 XML_view3D = 5652;
-const sal_Int32 XML_viewMergedData = 5653;
-const sal_Int32 XML_viewPr = 5654;
-const sal_Int32 XML_viewpoint = 5655;
-const sal_Int32 XML_viewpointorigin = 5656;
-const sal_Int32 XML_vine = 5657;
-const sal_Int32 XML_violet = 5658;
-const sal_Int32 XML_visibility = 5659;
-const sal_Int32 XML_visible = 5660;
-const sal_Int32 XML_visualTotals = 5661;
-const sal_Int32 XML_vm = 5662;
-const sal_Int32 XML_vml = 5663;
-const sal_Int32 XML_vocabulary = 5664;
-const sal_Int32 XML_vol = 5665;
-const sal_Int32 XML_volType = 5666;
-const sal_Int32 XML_volTypes = 5667;
-const sal_Int32 XML_vortex = 5668;
-const sal_Int32 XML_vstream = 5669;
-const sal_Int32 XML_vt = 5670;
-const sal_Int32 XML_w = 5671;
-const sal_Int32 XML_w10 = 5672;
-const sal_Int32 XML_w14 = 5673;
-const sal_Int32 XML_wAfter = 5674;
-const sal_Int32 XML_wArH = 5675;
-const sal_Int32 XML_wBefore = 5676;
-const sal_Int32 XML_wMode = 5677;
-const sal_Int32 XML_wOff = 5678;
-const sal_Int32 XML_wR = 5679;
-const sal_Int32 XML_warmMatte = 5680;
-const sal_Int32 XML_warning = 5681;
-const sal_Int32 XML_warp = 5682;
-const sal_Int32 XML_watermarks = 5683;
-const sal_Int32 XML_wavAudioFile = 5684;
-const sal_Int32 XML_wave = 5685;
-const sal_Int32 XML_waveline = 5686;
-const sal_Int32 XML_wavy = 5687;
-const sal_Int32 XML_wavyDbl = 5688;
-const sal_Int32 XML_wavyDouble = 5689;
-const sal_Int32 XML_wavyHeavy = 5690;
-const sal_Int32 XML_wd = 5691;
-const sal_Int32 XML_wd10 = 5692;
-const sal_Int32 XML_wd12 = 5693;
-const sal_Int32 XML_wd2 = 5694;
-const sal_Int32 XML_wd3 = 5695;
-const sal_Int32 XML_wd32 = 5696;
-const sal_Int32 XML_wd4 = 5697;
-const sal_Int32 XML_wd5 = 5698;
-const sal_Int32 XML_wd6 = 5699;
-const sal_Int32 XML_wd8 = 5700;
-const sal_Int32 XML_wdDnDiag = 5701;
-const sal_Int32 XML_wdUpDiag = 5702;
-const sal_Int32 XML_weave = 5703;
-const sal_Int32 XML_weavingAngles = 5704;
-const sal_Int32 XML_weavingBraid = 5705;
-const sal_Int32 XML_weavingRibbon = 5706;
-const sal_Int32 XML_weavingStrips = 5707;
-const sal_Int32 XML_web = 5708;
-const sal_Int32 XML_webHidden = 5709;
-const sal_Int32 XML_webPr = 5710;
-const sal_Int32 XML_webPublishItem = 5711;
-const sal_Int32 XML_webPublishItems = 5712;
-const sal_Int32 XML_webPublishObject = 5713;
-const sal_Int32 XML_webPublishObjects = 5714;
-const sal_Int32 XML_webPublishing = 5715;
-const sal_Int32 XML_webSettings = 5716;
-const sal_Int32 XML_wedge = 5717;
-const sal_Int32 XML_wedgeEllipseCallout = 5718;
-const sal_Int32 XML_wedgeRectCallout = 5719;
-const sal_Int32 XML_wedgeRoundRectCallout = 5720;
-const sal_Int32 XML_weight = 5721;
-const sal_Int32 XML_wgp = 5722;
-const sal_Int32 XML_wheat = 5723;
-const sal_Int32 XML_wheel = 5724;
-const sal_Int32 XML_wheelReverse = 5725;
-const sal_Int32 XML_whenNotActive = 5726;
-const sal_Int32 XML_white = 5727;
-const sal_Int32 XML_whiteFlowers = 5728;
-const sal_Int32 XML_whiteSmoke = 5729;
-const sal_Int32 XML_whiteTextOnBlack = 5730;
-const sal_Int32 XML_whole = 5731;
-const sal_Int32 XML_wholeTable = 5732;
-const sal_Int32 XML_wholeTbl = 5733;
-const sal_Int32 XML_wide = 5734;
-const sal_Int32 XML_widowControl = 5735;
-const sal_Int32 XML_width = 5736;
-const sal_Int32 XML_win = 5737;
-const sal_Int32 XML_window = 5738;
-const sal_Int32 XML_windowFrame = 5739;
-const sal_Int32 XML_windowHeight = 5740;
-const sal_Int32 XML_windowProtection = 5741;
-const sal_Int32 XML_windowText = 5742;
-const sal_Int32 XML_windowWidth = 5743;
-const sal_Int32 XML_wipe = 5744;
-const sal_Int32 XML_wireFrame = 5745;
-const sal_Int32 XML_wireframe = 5746;
-const sal_Int32 XML_withEffect = 5747;
-const sal_Int32 XML_withGroup = 5748;
-const sal_Int32 XML_woodwork = 5749;
-const sal_Int32 XML_wordArtVert = 5750;
-const sal_Int32 XML_wordArtVertRtl = 5751;
-const sal_Int32 XML_wordWrap = 5752;
-const sal_Int32 XML_words = 5753;
-const sal_Int32 XML_workbook = 5754;
-const sal_Int32 XML_workbookParameter = 5755;
-const sal_Int32 XML_workbookPassword = 5756;
-const sal_Int32 XML_workbookPr = 5757;
-const sal_Int32 XML_workbookProtection = 5758;
-const sal_Int32 XML_workbookView = 5759;
-const sal_Int32 XML_workbookViewId = 5760;
-const sal_Int32 XML_worksheet = 5761;
-const sal_Int32 XML_worksheetSource = 5762;
-const sal_Int32 XML_wp = 5763;
-const sal_Int32 XML_wp14 = 5764;
-const sal_Int32 XML_wpJustification = 5765;
-const sal_Int32 XML_wpSpaceWidth = 5766;
-const sal_Int32 XML_wpg = 5767;
-const sal_Int32 XML_wps = 5768;
-const sal_Int32 XML_wrap = 5769;
-const sal_Int32 XML_wrapIndent = 5770;
-const sal_Int32 XML_wrapNone = 5771;
-const sal_Int32 XML_wrapPolygon = 5772;
-const sal_Int32 XML_wrapRight = 5773;
-const sal_Int32 XML_wrapSquare = 5774;
-const sal_Int32 XML_wrapText = 5775;
-const sal_Int32 XML_wrapThrough = 5776;
-const sal_Int32 XML_wrapTight = 5777;
-const sal_Int32 XML_wrapTopAndBottom = 5778;
-const sal_Int32 XML_wrapTrailSpaces = 5779;
-const sal_Int32 XML_wrapcoords = 5780;
-const sal_Int32 XML_writeProtection = 5781;
-const sal_Int32 XML_wsDr = 5782;
-const sal_Int32 XML_wsp = 5783;
-const sal_Int32 XML_x = 5784;
-const sal_Int32 XML_x12ac = 5785;
-const sal_Int32 XML_x14 = 5786;
-const sal_Int32 XML_xAlign = 5787;
-const sal_Int32 XML_xIllusions = 5788;
-const sal_Int32 XML_xMode = 5789;
-const sal_Int32 XML_xSplit = 5790;
-const sal_Int32 XML_xVal = 5791;
-const sal_Int32 XML_xWindow = 5792;
-const sal_Int32 XML_xdr = 5793;
-const sal_Int32 XML_xf = 5794;
-const sal_Int32 XML_xfDxf = 5795;
-const sal_Int32 XML_xfId = 5796;
-const sal_Int32 XML_xfrm = 5797;
-const sal_Int32 XML_xfrmType = 5798;
-const sal_Int32 XML_xl2000 = 5799;
-const sal_Int32 XML_xl97 = 5800;
-const sal_Int32 XML_xlm = 5801;
-const sal_Int32 XML_xm = 5802;
-const sal_Int32 XML_xml = 5803;
-const sal_Int32 XML_xmlBased = 5804;
-const sal_Int32 XML_xmlCellPr = 5805;
-const sal_Int32 XML_xmlColumnPr = 5806;
-const sal_Int32 XML_xmlDataType = 5807;
-const sal_Int32 XML_xmlPr = 5808;
-const sal_Int32 XML_xmlns = 5809;
-const sal_Int32 XML_xpath = 5810;
-const sal_Int32 XML_xrange = 5811;
-const sal_Int32 XML_xsc = 5812;
-const sal_Int32 XML_xscale = 5813;
-const sal_Int32 XML_xsi = 5814;
-const sal_Int32 XML_xy = 5815;
-const sal_Int32 XML_y = 5816;
-const sal_Int32 XML_yAlign = 5817;
-const sal_Int32 XML_yMode = 5818;
-const sal_Int32 XML_ySplit = 5819;
-const sal_Int32 XML_yVal = 5820;
-const sal_Int32 XML_yWindow = 5821;
-const sal_Int32 XML_year = 5822;
-const sal_Int32 XML_yearLong = 5823;
-const sal_Int32 XML_yearShort = 5824;
-const sal_Int32 XML_yearToDate = 5825;
-const sal_Int32 XML_years = 5826;
-const sal_Int32 XML_yellow = 5827;
-const sal_Int32 XML_yellowGreen = 5828;
-const sal_Int32 XML_yesterday = 5829;
-const sal_Int32 XML_yrange = 5830;
-const sal_Int32 XML_z = 5831;
-const sal_Int32 XML_zOrder = 5832;
-const sal_Int32 XML_zOrderOff = 5833;
-const sal_Int32 XML_zanyTriangles = 5834;
-const sal_Int32 XML_zero = 5835;
-const sal_Int32 XML_zeroAsc = 5836;
-const sal_Int32 XML_zeroDesc = 5837;
-const sal_Int32 XML_zeroHeight = 5838;
-const sal_Int32 XML_zeroValues = 5839;
-const sal_Int32 XML_zeroWid = 5840;
-const sal_Int32 XML_zigZag = 5841;
-const sal_Int32 XML_zigZagStitch = 5842;
-const sal_Int32 XML_zoom = 5843;
-const sal_Int32 XML_zoomContents = 5844;
-const sal_Int32 XML_zoomScale = 5845;
-const sal_Int32 XML_zoomScaleNormal = 5846;
-const sal_Int32 XML_zoomScalePageLayoutView = 5847;
-const sal_Int32 XML_zoomScaleSheetLayoutView = 5848;
-const sal_Int32 XML_zoomToFit = 5849;
-const sal_Int32 XML_TOKEN_COUNT = 5850;
+const sal_Int32 XML_c15 = 1024;
+const sal_Int32 XML_cBhvr = 1025;
+const sal_Int32 XML_cdr = 1026;
+const sal_Int32 XML_cGp = 1027;
+const sal_Int32 XML_cGpRule = 1028;
+const sal_Int32 XML_cMediaNode = 1029;
+const sal_Int32 XML_cNvCnPr = 1030;
+const sal_Int32 XML_cNvCxnSpPr = 1031;
+const sal_Int32 XML_cNvGraphicFramePr = 1032;
+const sal_Int32 XML_cNvGrpSpPr = 1033;
+const sal_Int32 XML_cNvPicPr = 1034;
+const sal_Int32 XML_cNvPr = 1035;
+const sal_Int32 XML_cNvSpPr = 1036;
+const sal_Int32 XML_cSld = 1037;
+const sal_Int32 XML_cSldViewPr = 1038;
+const sal_Int32 XML_cSp = 1039;
+const sal_Int32 XML_cTn = 1040;
+const sal_Int32 XML_cViewPr = 1041;
+const sal_Int32 XML_ca = 1042;
+const sal_Int32 XML_cabins = 1043;
+const sal_Int32 XML_cacheField = 1044;
+const sal_Int32 XML_cacheFields = 1045;
+const sal_Int32 XML_cacheHierarchies = 1046;
+const sal_Int32 XML_cacheHierarchy = 1047;
+const sal_Int32 XML_cacheId = 1048;
+const sal_Int32 XML_cacheIndex = 1049;
+const sal_Int32 XML_cacheSource = 1050;
+const sal_Int32 XML_cachedColBalance = 1051;
+const sal_Int32 XML_cadetBlue = 1052;
+const sal_Int32 XML_cakeSlice = 1053;
+const sal_Int32 XML_calcChain = 1054;
+const sal_Int32 XML_calcCompleted = 1055;
+const sal_Int32 XML_calcId = 1056;
+const sal_Int32 XML_calcMode = 1057;
+const sal_Int32 XML_calcOnExit = 1058;
+const sal_Int32 XML_calcOnSave = 1059;
+const sal_Int32 XML_calcPr = 1060;
+const sal_Int32 XML_calcmode = 1061;
+const sal_Int32 XML_calculated = 1062;
+const sal_Int32 XML_calculatedColumn = 1063;
+const sal_Int32 XML_calculatedColumnFormula = 1064;
+const sal_Int32 XML_calculatedItem = 1065;
+const sal_Int32 XML_calculatedItems = 1066;
+const sal_Int32 XML_calculatedMember = 1067;
+const sal_Int32 XML_calculatedMembers = 1068;
+const sal_Int32 XML_calendar = 1069;
+const sal_Int32 XML_calendarType = 1070;
+const sal_Int32 XML_call = 1071;
+const sal_Int32 XML_callout = 1072;
+const sal_Int32 XML_callout1 = 1073;
+const sal_Int32 XML_callout2 = 1074;
+const sal_Int32 XML_callout3 = 1075;
+const sal_Int32 XML_camera = 1076;
+const sal_Int32 XML_can = 1077;
+const sal_Int32 XML_canSlip = 1078;
+const sal_Int32 XML_candyCorn = 1079;
+const sal_Int32 XML_cantSplit = 1080;
+const sal_Int32 XML_canvas = 1081;
+const sal_Int32 XML_cap = 1082;
+const sal_Int32 XML_caps = 1083;
+const sal_Int32 XML_caption = 1084;
+const sal_Int32 XML_captionBeginsWith = 1085;
+const sal_Int32 XML_captionBetween = 1086;
+const sal_Int32 XML_captionContains = 1087;
+const sal_Int32 XML_captionEndsWith = 1088;
+const sal_Int32 XML_captionEqual = 1089;
+const sal_Int32 XML_captionGreaterThan = 1090;
+const sal_Int32 XML_captionGreaterThanOrEqual = 1091;
+const sal_Int32 XML_captionLessThan = 1092;
+const sal_Int32 XML_captionLessThanOrEqual = 1093;
+const sal_Int32 XML_captionNotBeginsWith = 1094;
+const sal_Int32 XML_captionNotBetween = 1095;
+const sal_Int32 XML_captionNotContains = 1096;
+const sal_Int32 XML_captionNotEndsWith = 1097;
+const sal_Int32 XML_captionNotEqual = 1098;
+const sal_Int32 XML_captionText = 1099;
+const sal_Int32 XML_captions = 1100;
+const sal_Int32 XML_cardinalText = 1101;
+const sal_Int32 XML_caseSensitive = 1102;
+const sal_Int32 XML_cat = 1103;
+const sal_Int32 XML_catAx = 1104;
+const sal_Int32 XML_catLst = 1105;
+const sal_Int32 XML_catalog = 1106;
+const sal_Int32 XML_category = 1107;
+const sal_Int32 XML_categoryEl = 1108;
+const sal_Int32 XML_categoryIdx = 1109;
+const sal_Int32 XML_ccw = 1110;
+const sal_Int32 XML_ccwIn = 1111;
+const sal_Int32 XML_ccwOut = 1112;
+const sal_Int32 XML_cd2 = 1113;
+const sal_Int32 XML_cd3 = 1114;
+const sal_Int32 XML_cd4 = 1115;
+const sal_Int32 XML_cd8 = 1116;
+const sal_Int32 XML_cell = 1117;
+const sal_Int32 XML_cell3D = 1118;
+const sal_Int32 XML_cellColor = 1119;
+const sal_Int32 XML_cellComments = 1120;
+const sal_Int32 XML_cellDel = 1121;
+const sal_Int32 XML_cellIns = 1122;
+const sal_Int32 XML_cellIs = 1123;
+const sal_Int32 XML_cellMerge = 1124;
+const sal_Int32 XML_cellMeta = 1125;
+const sal_Int32 XML_cellMetadata = 1126;
+const sal_Int32 XML_cellSmartTag = 1127;
+const sal_Int32 XML_cellSmartTagPr = 1128;
+const sal_Int32 XML_cellSmartTags = 1129;
+const sal_Int32 XML_cellStyle = 1130;
+const sal_Int32 XML_cellStyleXfs = 1131;
+const sal_Int32 XML_cellStyles = 1132;
+const sal_Int32 XML_cellWatch = 1133;
+const sal_Int32 XML_cellWatches = 1134;
+const sal_Int32 XML_cellXfs = 1135;
+const sal_Int32 XML_celticKnotwork = 1136;
+const sal_Int32 XML_center = 1137;
+const sal_Int32 XML_centerContinuous = 1138;
+const sal_Int32 XML_centerGroup = 1139;
+const sal_Int32 XML_centered = 1140;
+const sal_Int32 XML_certificateBanner = 1141;
+const sal_Int32 XML_cf = 1142;
+const sal_Int32 XML_cfIcon = 1143;
+const sal_Int32 XML_cfRule = 1144;
+const sal_Int32 XML_cfvo = 1145;
+const sal_Int32 XML_ch = 1146;
+const sal_Int32 XML_chAlign = 1147;
+const sal_Int32 XML_chDir = 1148;
+const sal_Int32 XML_chExt = 1149;
+const sal_Int32 XML_chMax = 1150;
+const sal_Int32 XML_chOff = 1151;
+const sal_Int32 XML_chOrder = 1152;
+const sal_Int32 XML_chPref = 1153;
+const sal_Int32 XML_chainLink = 1154;
+const sal_Int32 XML_champagneBottle = 1155;
+const sal_Int32 XML_changesSavedWin = 1156;
+const sal_Int32 XML_chapNum = 1157;
+const sal_Int32 XML_chapSep = 1158;
+const sal_Int32 XML_chapStyle = 1159;
+const sal_Int32 XML_char = 1160;
+const sal_Int32 XML_charRg = 1161;
+const sal_Int32 XML_charSpace = 1162;
+const sal_Int32 XML_character = 1163;
+const sal_Int32 XML_characterSet = 1164;
+const sal_Int32 XML_characterSpacingControl = 1165;
+const sal_Int32 XML_characteristic = 1166;
+const sal_Int32 XML_charset = 1167;
+const sal_Int32 XML_chart = 1168;
+const sal_Int32 XML_chartAndTx = 1169;
+const sal_Int32 XML_chartFormat = 1170;
+const sal_Int32 XML_chartFormats = 1171;
+const sal_Int32 XML_chartObject = 1172;
+const sal_Int32 XML_chartPlus = 1173;
+const sal_Int32 XML_chartSpace = 1174;
+const sal_Int32 XML_chartStar = 1175;
+const sal_Int32 XML_chartX = 1176;
+const sal_Int32 XML_chartreuse = 1177;
+const sal_Int32 XML_chartsheet = 1178;
+const sal_Int32 XML_checkBox = 1179;
+const sal_Int32 XML_checkCompatibility = 1180;
+const sal_Int32 XML_checkErrors = 1181;
+const sal_Int32 XML_checkStyle = 1182;
+const sal_Int32 XML_checkbox = 1183;
+const sal_Int32 XML_checked = 1184;
+const sal_Int32 XML_checkedBarBlack = 1185;
+const sal_Int32 XML_checkedBarColor = 1186;
+const sal_Int32 XML_checkedState = 1187;
+const sal_Int32 XML_checker = 1188;
+const sal_Int32 XML_checkered = 1189;
+const sal_Int32 XML_chevron = 1190;
+const sal_Int32 XML_chicago = 1191;
+const sal_Int32 XML_childStyle = 1192;
+const sal_Int32 XML_childTnLst = 1193;
+const sal_Int32 XML_chilly = 1194;
+const sal_Int32 XML_chineseCounting = 1195;
+const sal_Int32 XML_chineseCountingThousand = 1196;
+const sal_Int32 XML_chineseLegalSimplified = 1197;
+const sal_Int32 XML_chocolate = 1198;
+const sal_Int32 XML_choose = 1199;
+const sal_Int32 XML_chord = 1200;
+const sal_Int32 XML_chosung = 1201;
+const sal_Int32 XML_chr = 1202;
+const sal_Int32 XML_christmasTree = 1203;
+const sal_Int32 XML_chromakey = 1204;
+const sal_Int32 XML_circle = 1205;
+const sal_Int32 XML_circleNumDbPlain = 1206;
+const sal_Int32 XML_circleNumWdBlackPlain = 1207;
+const sal_Int32 XML_circleNumWdWhitePlain = 1208;
+const sal_Int32 XML_circlesLines = 1209;
+const sal_Int32 XML_circlesRectangles = 1210;
+const sal_Int32 XML_circularArrow = 1211;
+const sal_Int32 XML_citation = 1212;
+const sal_Int32 XML_class = 1213;
+const sal_Int32 XML_classic = 1214;
+const sal_Int32 XML_classicalWave = 1215;
+const sal_Int32 XML_classid = 1216;
+const sal_Int32 XML_clean = 1217;
+const sal_Int32 XML_clear = 1218;
+const sal_Int32 XML_clearAll = 1219;
+const sal_Int32 XML_clearComments = 1220;
+const sal_Int32 XML_clearContents = 1221;
+const sal_Int32 XML_clearFormats = 1222;
+const sal_Int32 XML_click = 1223;
+const sal_Int32 XML_clickAndTypeStyle = 1224;
+const sal_Int32 XML_clickEffect = 1225;
+const sal_Int32 XML_clickPar = 1226;
+const sal_Int32 XML_clientData = 1227;
+const sal_Int32 XML_clientInsertedTime = 1228;
+const sal_Int32 XML_clip = 1229;
+const sal_Int32 XML_clipArt = 1230;
+const sal_Int32 XML_clipArtAndTx = 1231;
+const sal_Int32 XML_clipArtAndVertTx = 1232;
+const sal_Int32 XML_clippath = 1233;
+const sal_Int32 XML_clipped = 1234;
+const sal_Int32 XML_cliptowrap = 1235;
+const sal_Int32 XML_clocks = 1236;
+const sal_Int32 XML_close = 1237;
+const sal_Int32 XML_cloud = 1238;
+const sal_Int32 XML_cloudCallout = 1239;
+const sal_Int32 XML_clr = 1240;
+const sal_Int32 XML_clrChange = 1241;
+const sal_Int32 XML_clrData = 1242;
+const sal_Int32 XML_clrFrom = 1243;
+const sal_Int32 XML_clrIdx = 1244;
+const sal_Int32 XML_clrMap = 1245;
+const sal_Int32 XML_clrMapOvr = 1246;
+const sal_Int32 XML_clrMode = 1247;
+const sal_Int32 XML_clrMru = 1248;
+const sal_Int32 XML_clrRepl = 1249;
+const sal_Int32 XML_clrScheme = 1250;
+const sal_Int32 XML_clrSchemeMapping = 1251;
+const sal_Int32 XML_clrSpc = 1252;
+const sal_Int32 XML_clrTo = 1253;
+const sal_Int32 XML_clrVal = 1254;
+const sal_Int32 XML_clsid = 1255;
+const sal_Int32 XML_clustered = 1256;
+const sal_Int32 XML_cm = 1257;
+const sal_Int32 XML_cmAuthor = 1258;
+const sal_Int32 XML_cmAuthorLst = 1259;
+const sal_Int32 XML_cmLst = 1260;
+const sal_Int32 XML_cmd = 1261;
+const sal_Int32 XML_cmpd = 1262;
+const sal_Int32 XML_cnfStyle = 1263;
+const sal_Int32 XML_cnt = 1264;
+const sal_Int32 XML_cntxtAlts = 1265;
+const sal_Int32 XML_code = 1266;
+const sal_Int32 XML_codeName = 1267;
+const sal_Int32 XML_codePage = 1268;
+const sal_Int32 XML_coerce = 1269;
+const sal_Int32 XML_coherent3DOff = 1270;
+const sal_Int32 XML_col = 1271;
+const sal_Int32 XML_colBreaks = 1272;
+const sal_Int32 XML_colDelim = 1273;
+const sal_Int32 XML_colFields = 1274;
+const sal_Int32 XML_colFirst = 1275;
+const sal_Int32 XML_colGrandTotals = 1276;
+const sal_Int32 XML_colHeaderCaption = 1277;
+const sal_Int32 XML_colHidden = 1278;
+const sal_Int32 XML_colHierarchiesUsage = 1279;
+const sal_Int32 XML_colHierarchyUsage = 1280;
+const sal_Int32 XML_colId = 1281;
+const sal_Int32 XML_colItems = 1282;
+const sal_Int32 XML_colLast = 1283;
+const sal_Int32 XML_colOff = 1284;
+const sal_Int32 XML_colPageCount = 1285;
+const sal_Int32 XML_collapse = 1286;
+const sal_Int32 XML_collapsed = 1287;
+const sal_Int32 XML_collapsedLevelsAreSubtotals = 1288;
+const sal_Int32 XML_colon = 1289;
+const sal_Int32 XML_color = 1290;
+const sal_Int32 XML_color2 = 1291;
+const sal_Int32 XML_colorFilter = 1292;
+const sal_Int32 XML_colorId = 1293;
+const sal_Int32 XML_colorScale = 1294;
+const sal_Int32 XML_colorTemp = 1295;
+const sal_Int32 XML_colorTemperature = 1296;
+const sal_Int32 XML_colormenu = 1297;
+const sal_Int32 XML_colormode = 1298;
+const sal_Int32 XML_colormru = 1299;
+const sal_Int32 XML_colors = 1300;
+const sal_Int32 XML_colorsDef = 1301;
+const sal_Int32 XML_colorsDefHdr = 1302;
+const sal_Int32 XML_colorsDefHdrLst = 1303;
+const sal_Int32 XML_cols = 1304;
+const sal_Int32 XML_column = 1305;
+const sal_Int32 XML_columnSort = 1306;
+const sal_Int32 XML_comb = 1307;
+const sal_Int32 XML_combine = 1308;
+const sal_Int32 XML_combineBrackets = 1309;
+const sal_Int32 XML_comboBox = 1310;
+const sal_Int32 XML_commIndAndComment = 1311;
+const sal_Int32 XML_commIndicator = 1312;
+const sal_Int32 XML_commNone = 1313;
+const sal_Int32 XML_comma = 1314;
+const sal_Int32 XML_command = 1315;
+const sal_Int32 XML_commandType = 1316;
+const sal_Int32 XML_comment = 1317;
+const sal_Int32 XML_commentList = 1318;
+const sal_Int32 XML_commentPr = 1319;
+const sal_Int32 XML_commentRangeEnd = 1320;
+const sal_Int32 XML_commentRangeStart = 1321;
+const sal_Int32 XML_commentReference = 1322;
+const sal_Int32 XML_comments = 1323;
+const sal_Int32 XML_comp = 1324;
+const sal_Int32 XML_compact = 1325;
+const sal_Int32 XML_compactData = 1326;
+const sal_Int32 XML_compass = 1327;
+const sal_Int32 XML_compat = 1328;
+const sal_Int32 XML_compatLnSpc = 1329;
+const sal_Int32 XML_compatMode = 1330;
+const sal_Int32 XML_compatSetting = 1331;
+const sal_Int32 XML_complex = 1332;
+const sal_Int32 XML_composite = 1333;
+const sal_Int32 XML_compressPunctuation = 1334;
+const sal_Int32 XML_compressPunctuationAndJapaneseKana = 1335;
+const sal_Int32 XML_computedArea = 1336;
+const sal_Int32 XML_concurrent = 1337;
+const sal_Int32 XML_concurrentCalc = 1338;
+const sal_Int32 XML_concurrentManualCount = 1339;
+const sal_Int32 XML_cond = 1340;
+const sal_Int32 XML_condense = 1341;
+const sal_Int32 XML_conditionalFormat = 1342;
+const sal_Int32 XML_conditionalFormats = 1343;
+const sal_Int32 XML_conditionalFormatting = 1344;
+const sal_Int32 XML_conditionalFormattings = 1345;
+const sal_Int32 XML_cone = 1346;
+const sal_Int32 XML_coneToMax = 1347;
+const sal_Int32 XML_confetti = 1348;
+const sal_Int32 XML_confettiGrays = 1349;
+const sal_Int32 XML_confettiOutline = 1350;
+const sal_Int32 XML_confettiStreamers = 1351;
+const sal_Int32 XML_confettiWhite = 1352;
+const sal_Int32 XML_conformance = 1353;
+const sal_Int32 XML_conn = 1354;
+const sal_Int32 XML_connDist = 1355;
+const sal_Int32 XML_connRout = 1356;
+const sal_Int32 XML_connectString = 1357;
+const sal_Int32 XML_connectangles = 1358;
+const sal_Int32 XML_connection = 1359;
+const sal_Int32 XML_connectionId = 1360;
+const sal_Int32 XML_connections = 1361;
+const sal_Int32 XML_connectloc = 1362;
+const sal_Int32 XML_connectlocs = 1363;
+const sal_Int32 XML_connector = 1364;
+const sal_Int32 XML_connectortype = 1365;
+const sal_Int32 XML_connecttype = 1366;
+const sal_Int32 XML_consecutive = 1367;
+const sal_Int32 XML_consecutiveHyphenLimit = 1368;
+const sal_Int32 XML_consolidation = 1369;
+const sal_Int32 XML_constr = 1370;
+const sal_Int32 XML_constrLst = 1371;
+const sal_Int32 XML_constrainbounds = 1372;
+const sal_Int32 XML_cont = 1373;
+const sal_Int32 XML_contDir = 1374;
+const sal_Int32 XML_containsBlank = 1375;
+const sal_Int32 XML_containsBlanks = 1376;
+const sal_Int32 XML_containsDate = 1377;
+const sal_Int32 XML_containsErrors = 1378;
+const sal_Int32 XML_containsInteger = 1379;
+const sal_Int32 XML_containsMixedTypes = 1380;
+const sal_Int32 XML_containsNonDate = 1381;
+const sal_Int32 XML_containsNumber = 1382;
+const sal_Int32 XML_containsSemiMixedTypes = 1383;
+const sal_Int32 XML_containsString = 1384;
+const sal_Int32 XML_containsText = 1385;
+const sal_Int32 XML_content = 1386;
+const sal_Int32 XML_contentLocked = 1387;
+const sal_Int32 XML_contentStatus = 1388;
+const sal_Int32 XML_contentType = 1389;
+const sal_Int32 XML_contextualSpacing = 1390;
+const sal_Int32 XML_continuationNotice = 1391;
+const sal_Int32 XML_continuationSeparator = 1392;
+const sal_Int32 XML_continue = 1393;
+const sal_Int32 XML_continuous = 1394;
+const sal_Int32 XML_contourClr = 1395;
+const sal_Int32 XML_contourW = 1396;
+const sal_Int32 XML_contrast = 1397;
+const sal_Int32 XML_contrasting = 1398;
+const sal_Int32 XML_contributors = 1399;
+const sal_Int32 XML_control = 1400;
+const sal_Int32 XML_control1 = 1401;
+const sal_Int32 XML_control2 = 1402;
+const sal_Int32 XML_controls = 1403;
+const sal_Int32 XML_convMailMergeEsc = 1404;
+const sal_Int32 XML_convex = 1405;
+const sal_Int32 XML_conveyor = 1406;
+const sal_Int32 XML_coolSlant = 1407;
+const sal_Int32 XML_coordorigin = 1408;
+const sal_Int32 XML_coordsize = 1409;
+const sal_Int32 XML_copies = 1410;
+const sal_Int32 XML_copy = 1411;
+const sal_Int32 XML_coral = 1412;
+const sal_Int32 XML_coreProperties = 1413;
+const sal_Int32 XML_corner = 1414;
+const sal_Int32 XML_cornerTabs = 1415;
+const sal_Int32 XML_cornerTriangles = 1416;
+const sal_Int32 XML_cornflowerBlue = 1417;
+const sal_Int32 XML_cornsilk = 1418;
+const sal_Int32 XML_count = 1419;
+const sal_Int32 XML_countA = 1420;
+const sal_Int32 XML_countASubtotal = 1421;
+const sal_Int32 XML_countBy = 1422;
+const sal_Int32 XML_countNums = 1423;
+const sal_Int32 XML_countSubtotal = 1424;
+const sal_Int32 XML_couponCutoutDashes = 1425;
+const sal_Int32 XML_couponCutoutDots = 1426;
+const sal_Int32 XML_cover = 1427;
+const sal_Int32 XML_coverPg = 1428;
+const sal_Int32 XML_cp = 1429;
+const sal_Int32 XML_cr = 1430;
+const sal_Int32 XML_crackSpacing = 1431;
+const sal_Int32 XML_crashSave = 1432;
+const sal_Int32 XML_crazyMaze = 1433;
+const sal_Int32 XML_created = 1434;
+const sal_Int32 XML_createdVersion = 1435;
+const sal_Int32 XML_creator = 1436;
+const sal_Int32 XML_creaturesButterfly = 1437;
+const sal_Int32 XML_creaturesFish = 1438;
+const sal_Int32 XML_creaturesInsects = 1439;
+const sal_Int32 XML_creaturesLadyBug = 1440;
+const sal_Int32 XML_credentials = 1441;
+const sal_Int32 XML_crimson = 1442;
+const sal_Int32 XML_cropbottom = 1443;
+const sal_Int32 XML_cropleft = 1444;
+const sal_Int32 XML_cropping = 1445;
+const sal_Int32 XML_cropright = 1446;
+const sal_Int32 XML_croptop = 1447;
+const sal_Int32 XML_cross = 1448;
+const sal_Int32 XML_crossAx = 1449;
+const sal_Int32 XML_crossBetween = 1450;
+const sal_Int32 XML_crossStitch = 1451;
+const sal_Int32 XML_crosses = 1452;
+const sal_Int32 XML_crossesAt = 1453;
+const sal_Int32 XML_cryptAlgorithmClass = 1454;
+const sal_Int32 XML_cryptAlgorithmSid = 1455;
+const sal_Int32 XML_cryptAlgorithmType = 1456;
+const sal_Int32 XML_cryptProvider = 1457;
+const sal_Int32 XML_cryptProviderType = 1458;
+const sal_Int32 XML_cryptProviderTypeExt = 1459;
+const sal_Int32 XML_cryptProviderTypeExtSource = 1460;
+const sal_Int32 XML_cryptSpinCount = 1461;
+const sal_Int32 XML_cs = 1462;
+const sal_Int32 XML_csCatId = 1463;
+const sal_Int32 XML_csTypeId = 1464;
+const sal_Int32 XML_csb0 = 1465;
+const sal_Int32 XML_csb1 = 1466;
+const sal_Int32 XML_css = 1467;
+const sal_Int32 XML_cstate = 1468;
+const sal_Int32 XML_cstheme = 1469;
+const sal_Int32 XML_ct = 1470;
+const sal_Int32 XML_ctr = 1471;
+const sal_Int32 XML_ctrShpMap = 1472;
+const sal_Int32 XML_ctrTitle = 1473;
+const sal_Int32 XML_ctrX = 1474;
+const sal_Int32 XML_ctrXOff = 1475;
+const sal_Int32 XML_ctrY = 1476;
+const sal_Int32 XML_ctrYOff = 1477;
+const sal_Int32 XML_ctrlPr = 1478;
+const sal_Int32 XML_cube = 1479;
+const sal_Int32 XML_cubicBezTo = 1480;
+const sal_Int32 XML_culture = 1481;
+const sal_Int32 XML_cup = 1482;
+const sal_Int32 XML_curly = 1483;
+const sal_Int32 XML_current = 1484;
+const sal_Int32 XML_currentDate = 1485;
+const sal_Int32 XML_currentTime = 1486;
+const sal_Int32 XML_curve = 1487;
+const sal_Int32 XML_curved = 1488;
+const sal_Int32 XML_curvedConnector2 = 1489;
+const sal_Int32 XML_curvedConnector3 = 1490;
+const sal_Int32 XML_curvedConnector4 = 1491;
+const sal_Int32 XML_curvedConnector5 = 1492;
+const sal_Int32 XML_curvedDownArrow = 1493;
+const sal_Int32 XML_curvedLeftArrow = 1494;
+const sal_Int32 XML_curvedRightArrow = 1495;
+const sal_Int32 XML_curvedUpArrow = 1496;
+const sal_Int32 XML_cust = 1497;
+const sal_Int32 XML_custAng = 1498;
+const sal_Int32 XML_custAutoTxt = 1499;
+const sal_Int32 XML_custBib = 1500;
+const sal_Int32 XML_custClr = 1501;
+const sal_Int32 XML_custClrLst = 1502;
+const sal_Int32 XML_custCoverPg = 1503;
+const sal_Int32 XML_custDash = 1504;
+const sal_Int32 XML_custData = 1505;
+const sal_Int32 XML_custDataLst = 1506;
+const sal_Int32 XML_custEq = 1507;
+const sal_Int32 XML_custFlipHor = 1508;
+const sal_Int32 XML_custFlipVert = 1509;
+const sal_Int32 XML_custFtrs = 1510;
+const sal_Int32 XML_custGeom = 1511;
+const sal_Int32 XML_custHdrs = 1512;
+const sal_Int32 XML_custLinFactNeighborX = 1513;
+const sal_Int32 XML_custLinFactNeighborY = 1514;
+const sal_Int32 XML_custLinFactX = 1515;
+const sal_Int32 XML_custLinFactY = 1516;
+const sal_Int32 XML_custPgNum = 1517;
+const sal_Int32 XML_custPgNumB = 1518;
+const sal_Int32 XML_custPgNumMargins = 1519;
+const sal_Int32 XML_custPgNumT = 1520;
+const sal_Int32 XML_custQuickParts = 1521;
+const sal_Int32 XML_custRadScaleInc = 1522;
+const sal_Int32 XML_custRadScaleRad = 1523;
+const sal_Int32 XML_custScaleX = 1524;
+const sal_Int32 XML_custScaleY = 1525;
+const sal_Int32 XML_custShow = 1526;
+const sal_Int32 XML_custShowLst = 1527;
+const sal_Int32 XML_custSplit = 1528;
+const sal_Int32 XML_custSzX = 1529;
+const sal_Int32 XML_custSzY = 1530;
+const sal_Int32 XML_custT = 1531;
+const sal_Int32 XML_custTblOfContents = 1532;
+const sal_Int32 XML_custTbls = 1533;
+const sal_Int32 XML_custTxtBox = 1534;
+const sal_Int32 XML_custUnit = 1535;
+const sal_Int32 XML_custWatermarks = 1536;
+const sal_Int32 XML_custom = 1537;
+const sal_Int32 XML_custom1 = 1538;
+const sal_Int32 XML_custom2 = 1539;
+const sal_Int32 XML_custom3 = 1540;
+const sal_Int32 XML_custom4 = 1541;
+const sal_Int32 XML_custom5 = 1542;
+const sal_Int32 XML_customBuiltin = 1543;
+const sal_Int32 XML_customFilter = 1544;
+const sal_Int32 XML_customFilters = 1545;
+const sal_Int32 XML_customFormat = 1546;
+const sal_Int32 XML_customHeight = 1547;
+const sal_Int32 XML_customList = 1548;
+const sal_Int32 XML_customListSort = 1549;
+const sal_Int32 XML_customMarkFollows = 1550;
+const sal_Int32 XML_customMenu = 1551;
+const sal_Int32 XML_customPr = 1552;
+const sal_Int32 XML_customProperties = 1553;
+const sal_Int32 XML_customRollUp = 1554;
+const sal_Int32 XML_customSheetView = 1555;
+const sal_Int32 XML_customSheetViews = 1556;
+const sal_Int32 XML_customStyle = 1557;
+const sal_Int32 XML_customView = 1558;
+const sal_Int32 XML_customWidth = 1559;
+const sal_Int32 XML_customWorkbookView = 1560;
+const sal_Int32 XML_customWorkbookViews = 1561;
+const sal_Int32 XML_customXml = 1562;
+const sal_Int32 XML_customXmlDelRangeEnd = 1563;
+const sal_Int32 XML_customXmlDelRangeStart = 1564;
+const sal_Int32 XML_customXmlInsRangeEnd = 1565;
+const sal_Int32 XML_customXmlInsRangeStart = 1566;
+const sal_Int32 XML_customXmlMoveFromRangeEnd = 1567;
+const sal_Int32 XML_customXmlMoveFromRangeStart = 1568;
+const sal_Int32 XML_customXmlMoveToRangeEnd = 1569;
+const sal_Int32 XML_customXmlMoveToRangeStart = 1570;
+const sal_Int32 XML_customXmlPr = 1571;
+const sal_Int32 XML_cut = 1572;
+const sal_Int32 XML_cw = 1573;
+const sal_Int32 XML_cwIn = 1574;
+const sal_Int32 XML_cwOut = 1575;
+const sal_Int32 XML_cx = 1576;
+const sal_Int32 XML_cxn = 1577;
+const sal_Int32 XML_cxnId = 1578;
+const sal_Int32 XML_cxnLst = 1579;
+const sal_Int32 XML_cxnSp = 1580;
+const sal_Int32 XML_cxnSpLocks = 1581;
+const sal_Int32 XML_cy = 1582;
+const sal_Int32 XML_cyan = 1583;
+const sal_Int32 XML_cycle = 1584;
+const sal_Int32 XML_cylinder = 1585;
+const sal_Int32 XML_d = 1586;
+const sal_Int32 XML_dLbl = 1587;
+const sal_Int32 XML_dLblPos = 1588;
+const sal_Int32 XML_dLbls = 1589;
+const sal_Int32 XML_dPr = 1590;
+const sal_Int32 XML_dPt = 1591;
+const sal_Int32 XML_dTable = 1592;
+const sal_Int32 XML_dark1 = 1593;
+const sal_Int32 XML_dark2 = 1594;
+const sal_Int32 XML_darkBlue = 1595;
+const sal_Int32 XML_darkCyan = 1596;
+const sal_Int32 XML_darkDown = 1597;
+const sal_Int32 XML_darkGray = 1598;
+const sal_Int32 XML_darkGreen = 1599;
+const sal_Int32 XML_darkGrid = 1600;
+const sal_Int32 XML_darkHorizontal = 1601;
+const sal_Int32 XML_darkMagenta = 1602;
+const sal_Int32 XML_darkRed = 1603;
+const sal_Int32 XML_darkTrellis = 1604;
+const sal_Int32 XML_darkUp = 1605;
+const sal_Int32 XML_darkVertical = 1606;
+const sal_Int32 XML_darkYellow = 1607;
+const sal_Int32 XML_darken = 1608;
+const sal_Int32 XML_darkenLess = 1609;
+const sal_Int32 XML_dash = 1610;
+const sal_Int32 XML_dashDnDiag = 1611;
+const sal_Int32 XML_dashDot = 1612;
+const sal_Int32 XML_dashDotDot = 1613;
+const sal_Int32 XML_dashDotDotHeavy = 1614;
+const sal_Int32 XML_dashDotHeavy = 1615;
+const sal_Int32 XML_dashDotStroked = 1616;
+const sal_Int32 XML_dashHeavy = 1617;
+const sal_Int32 XML_dashHorz = 1618;
+const sal_Int32 XML_dashLong = 1619;
+const sal_Int32 XML_dashLongHeavy = 1620;
+const sal_Int32 XML_dashSmallGap = 1621;
+const sal_Int32 XML_dashUpDiag = 1622;
+const sal_Int32 XML_dashVert = 1623;
+const sal_Int32 XML_dashdot = 1624;
+const sal_Int32 XML_dashed = 1625;
+const sal_Int32 XML_dashedHeavy = 1626;
+const sal_Int32 XML_dashedSmall = 1627;
+const sal_Int32 XML_dashstyle = 1628;
+const sal_Int32 XML_data = 1629;
+const sal_Int32 XML_dataBar = 1630;
+const sal_Int32 XML_dataBinding = 1631;
+const sal_Int32 XML_dataBound = 1632;
+const sal_Int32 XML_dataCaption = 1633;
+const sal_Int32 XML_dataCellStyle = 1634;
+const sal_Int32 XML_dataConsolidate = 1635;
+const sal_Int32 XML_dataDxfId = 1636;
+const sal_Int32 XML_dataExtractLoad = 1637;
+const sal_Int32 XML_dataField = 1638;
+const sal_Int32 XML_dataFields = 1639;
+const sal_Int32 XML_dataModel = 1640;
+const sal_Int32 XML_dataModelExt = 1641;
+const sal_Int32 XML_dataOnRows = 1642;
+const sal_Int32 XML_dataOnly = 1643;
+const sal_Int32 XML_dataPosition = 1644;
+const sal_Int32 XML_dataRef = 1645;
+const sal_Int32 XML_dataRefs = 1646;
+const sal_Int32 XML_dataSource = 1647;
+const sal_Int32 XML_dataSourceSort = 1648;
+const sal_Int32 XML_dataTable = 1649;
+const sal_Int32 XML_dataType = 1650;
+const sal_Int32 XML_dataValidation = 1651;
+const sal_Int32 XML_dataValidations = 1652;
+const sal_Int32 XML_database = 1653;
+const sal_Int32 XML_databaseField = 1654;
+const sal_Int32 XML_datastoreItem = 1655;
+const sal_Int32 XML_date = 1656;
+const sal_Int32 XML_date1904 = 1657;
+const sal_Int32 XML_dateAx = 1658;
+const sal_Int32 XML_dateBetween = 1659;
+const sal_Int32 XML_dateCompatibility = 1660;
+const sal_Int32 XML_dateEqual = 1661;
+const sal_Int32 XML_dateFormat = 1662;
+const sal_Int32 XML_dateGroupItem = 1663;
+const sal_Int32 XML_dateNewerThan = 1664;
+const sal_Int32 XML_dateNewerThanOrEqual = 1665;
+const sal_Int32 XML_dateNotBetween = 1666;
+const sal_Int32 XML_dateNotEqual = 1667;
+const sal_Int32 XML_dateOlderThan = 1668;
+const sal_Int32 XML_dateOlderThanOrEqual = 1669;
+const sal_Int32 XML_dateTime = 1670;
+const sal_Int32 XML_dateTimeGrouping = 1671;
+const sal_Int32 XML_day = 1672;
+const sal_Int32 XML_dayLong = 1673;
+const sal_Int32 XML_dayShort = 1674;
+const sal_Int32 XML_days = 1675;
+const sal_Int32 XML_dbColumn = 1676;
+const sal_Int32 XML_dbPr = 1677;
+const sal_Int32 XML_dbl = 1678;
+const sal_Int32 XML_dblStrike = 1679;
+const sal_Int32 XML_dc = 1680;
+const sal_Int32 XML_dcmitype = 1681;
+const sal_Int32 XML_dcterms = 1682;
+const sal_Int32 XML_ddList = 1683;
+const sal_Int32 XML_ddeItem = 1684;
+const sal_Int32 XML_ddeItems = 1685;
+const sal_Int32 XML_ddeLink = 1686;
+const sal_Int32 XML_ddeService = 1687;
+const sal_Int32 XML_ddeTopic = 1688;
+const sal_Int32 XML_dec = 1689;
+const sal_Int32 XML_decagon = 1690;
+const sal_Int32 XML_decel = 1691;
+const sal_Int32 XML_decimal = 1692;
+const sal_Int32 XML_decimalEnclosedCircle = 1693;
+const sal_Int32 XML_decimalEnclosedCircleChinese = 1694;
+const sal_Int32 XML_decimalEnclosedFullstop = 1695;
+const sal_Int32 XML_decimalEnclosedParen = 1696;
+const sal_Int32 XML_decimalFullWidth = 1697;
+const sal_Int32 XML_decimalFullWidth2 = 1698;
+const sal_Int32 XML_decimalHalfWidth = 1699;
+const sal_Int32 XML_decimalSymbol = 1700;
+const sal_Int32 XML_decimalZero = 1701;
+const sal_Int32 XML_decoArch = 1702;
+const sal_Int32 XML_decoArchColor = 1703;
+const sal_Int32 XML_decoBlocks = 1704;
+const sal_Int32 XML_decorated = 1705;
+const sal_Int32 XML_decorative = 1706;
+const sal_Int32 XML_deepPink = 1707;
+const sal_Int32 XML_deepSkyBlue = 1708;
+const sal_Int32 XML_def = 1709;
+const sal_Int32 XML_defJc = 1710;
+const sal_Int32 XML_defLockedState = 1711;
+const sal_Int32 XML_defPPr = 1712;
+const sal_Int32 XML_defQFormat = 1713;
+const sal_Int32 XML_defRPr = 1714;
+const sal_Int32 XML_defSemiHidden = 1715;
+const sal_Int32 XML_defStyle = 1716;
+const sal_Int32 XML_defTabSz = 1717;
+const sal_Int32 XML_defUIPriority = 1718;
+const sal_Int32 XML_defUnhideWhenUsed = 1719;
+const sal_Int32 XML_default = 1720;
+const sal_Int32 XML_defaultAttributeDrillState = 1721;
+const sal_Int32 XML_defaultColWidth = 1722;
+const sal_Int32 XML_defaultGridColor = 1723;
+const sal_Int32 XML_defaultMemberUniqueName = 1724;
+const sal_Int32 XML_defaultPivotStyle = 1725;
+const sal_Int32 XML_defaultRowHeight = 1726;
+const sal_Int32 XML_defaultSize = 1727;
+const sal_Int32 XML_defaultSubtotal = 1728;
+const sal_Int32 XML_defaultTabStop = 1729;
+const sal_Int32 XML_defaultTableStyle = 1730;
+const sal_Int32 XML_defaultTextStyle = 1731;
+const sal_Int32 XML_defaultThemeVersion = 1732;
+const sal_Int32 XML_definedName = 1733;
+const sal_Int32 XML_definedNames = 1734;
+const sal_Int32 XML_deg = 1735;
+const sal_Int32 XML_degHide = 1736;
+const sal_Int32 XML_degree = 1737;
+const sal_Int32 XML_del = 1738;
+const sal_Int32 XML_del1 = 1739;
+const sal_Int32 XML_del2 = 1740;
+const sal_Int32 XML_delInstrText = 1741;
+const sal_Int32 XML_delText = 1742;
+const sal_Int32 XML_delay = 1743;
+const sal_Int32 XML_delete = 1744;
+const sal_Int32 XML_deleteCol = 1745;
+const sal_Int32 XML_deleteColumns = 1746;
+const sal_Int32 XML_deleteRow = 1747;
+const sal_Int32 XML_deleteRows = 1748;
+const sal_Int32 XML_deleted = 1749;
+const sal_Int32 XML_deletedField = 1750;
+const sal_Int32 XML_delimited = 1751;
+const sal_Int32 XML_delimiter = 1752;
+const sal_Int32 XML_den = 1753;
+const sal_Int32 XML_denormalized = 1754;
+const sal_Int32 XML_depth = 1755;
+const sal_Int32 XML_depthByBranch = 1756;
+const sal_Int32 XML_depthByNode = 1757;
+const sal_Int32 XML_depthPercent = 1758;
+const sal_Int32 XML_des = 1759;
+const sal_Int32 XML_desOrSelf = 1760;
+const sal_Int32 XML_desc = 1761;
+const sal_Int32 XML_descending = 1762;
+const sal_Int32 XML_descendingAlpha = 1763;
+const sal_Int32 XML_descendingNatural = 1764;
+const sal_Int32 XML_descr = 1765;
+const sal_Int32 XML_description = 1766;
+const sal_Int32 XML_destId = 1767;
+const sal_Int32 XML_destOrd = 1768;
+const sal_Int32 XML_destination = 1769;
+const sal_Int32 XML_destinationFile = 1770;
+const sal_Int32 XML_detail = 1771;
+const sal_Int32 XML_detectmouseclick = 1772;
+const sal_Int32 XML_dgm = 1773;
+const sal_Int32 XML_dgmbasetextscale = 1774;
+const sal_Int32 XML_dgmfontsize = 1775;
+const sal_Int32 XML_dgmlayout = 1776;
+const sal_Int32 XML_dgmlayoutmru = 1777;
+const sal_Int32 XML_dgmnodekind = 1778;
+const sal_Int32 XML_dgmscalex = 1779;
+const sal_Int32 XML_dgmscaley = 1780;
+const sal_Int32 XML_dgmstyle = 1781;
+const sal_Int32 XML_diagBrick = 1782;
+const sal_Int32 XML_diagCross = 1783;
+const sal_Int32 XML_diagStripe = 1784;
+const sal_Int32 XML_diagonal = 1785;
+const sal_Int32 XML_diagonalDown = 1786;
+const sal_Int32 XML_diagonalUp = 1787;
+const sal_Int32 XML_diagram = 1788;
+const sal_Int32 XML_dialogsheet = 1789;
+const sal_Int32 XML_diam = 1790;
+const sal_Int32 XML_diamond = 1791;
+const sal_Int32 XML_diamondsGray = 1792;
+const sal_Int32 XML_diff = 1793;
+const sal_Int32 XML_difference = 1794;
+const sal_Int32 XML_differentFirst = 1795;
+const sal_Int32 XML_differentOddEven = 1796;
+const sal_Int32 XML_diffusity = 1797;
+const sal_Int32 XML_dim = 1798;
+const sal_Int32 XML_dimGray = 1799;
+const sal_Int32 XML_dimension = 1800;
+const sal_Int32 XML_dimensionUniqueName = 1801;
+const sal_Int32 XML_dimensions = 1802;
+const sal_Int32 XML_dir = 1803;
+const sal_Int32 XML_dirty = 1804;
+const sal_Int32 XML_disableEdit = 1805;
+const sal_Int32 XML_disableFieldList = 1806;
+const sal_Int32 XML_disablePrompts = 1807;
+const sal_Int32 XML_disableRefresh = 1808;
+const sal_Int32 XML_disabled = 1809;
+const sal_Int32 XML_discrete = 1810;
+const sal_Int32 XML_discretePr = 1811;
+const sal_Int32 XML_diskRevisions = 1812;
+const sal_Int32 XML_dispBlanksAs = 1813;
+const sal_Int32 XML_dispDef = 1814;
+const sal_Int32 XML_dispEq = 1815;
+const sal_Int32 XML_dispRSqr = 1816;
+const sal_Int32 XML_dispUnits = 1817;
+const sal_Int32 XML_dispUnitsLbl = 1818;
+const sal_Int32 XML_displacedByCustomXml = 1819;
+const sal_Int32 XML_display = 1820;
+const sal_Int32 XML_displayBackgroundShape = 1821;
+const sal_Int32 XML_displayFolder = 1822;
+const sal_Int32 XML_displayHangulFixedWidth = 1823;
+const sal_Int32 XML_displayHorizontalDrawingGridEvery = 1824;
+const sal_Int32 XML_displayName = 1825;
+const sal_Int32 XML_displayText = 1826;
+const sal_Int32 XML_displayVerticalDrawingGridEvery = 1827;
+const sal_Int32 XML_displayed = 1828;
+const sal_Int32 XML_dissolve = 1829;
+const sal_Int32 XML_dist = 1830;
+const sal_Int32 XML_distB = 1831;
+const sal_Int32 XML_distL = 1832;
+const sal_Int32 XML_distR = 1833;
+const sal_Int32 XML_distT = 1834;
+const sal_Int32 XML_distance = 1835;
+const sal_Int32 XML_distribute = 1836;
+const sal_Int32 XML_distributeLetter = 1837;
+const sal_Int32 XML_distributeSpace = 1838;
+const sal_Int32 XML_distributed = 1839;
+const sal_Int32 XML_div = 1840;
+const sal_Int32 XML_divBdr = 1841;
+const sal_Int32 XML_divId = 1842;
+const sal_Int32 XML_divot = 1843;
+const sal_Int32 XML_divs = 1844;
+const sal_Int32 XML_divsChild = 1845;
+const sal_Int32 XML_dk1 = 1846;
+const sal_Int32 XML_dk2 = 1847;
+const sal_Int32 XML_dkBlue = 1848;
+const sal_Int32 XML_dkCyan = 1849;
+const sal_Int32 XML_dkDnDiag = 1850;
+const sal_Int32 XML_dkEdge = 1851;
+const sal_Int32 XML_dkGoldenrod = 1852;
+const sal_Int32 XML_dkGray = 1853;
+const sal_Int32 XML_dkGreen = 1854;
+const sal_Int32 XML_dkHorz = 1855;
+const sal_Int32 XML_dkKhaki = 1856;
+const sal_Int32 XML_dkMagenta = 1857;
+const sal_Int32 XML_dkOliveGreen = 1858;
+const sal_Int32 XML_dkOrange = 1859;
+const sal_Int32 XML_dkOrchid = 1860;
+const sal_Int32 XML_dkRed = 1861;
+const sal_Int32 XML_dkSalmon = 1862;
+const sal_Int32 XML_dkSeaGreen = 1863;
+const sal_Int32 XML_dkSlateBlue = 1864;
+const sal_Int32 XML_dkSlateGray = 1865;
+const sal_Int32 XML_dkTurquoise = 1866;
+const sal_Int32 XML_dkUpDiag = 1867;
+const sal_Int32 XML_dkVert = 1868;
+const sal_Int32 XML_dkViolet = 1869;
+const sal_Int32 XML_dllVersion = 1870;
+const sal_Int32 XML_dm = 1871;
+const sal_Int32 XML_dn = 1872;
+const sal_Int32 XML_dnDiag = 1873;
+const sal_Int32 XML_doNotAutoCompressPictures = 1874;
+const sal_Int32 XML_doNotAutofitConstrainedTables = 1875;
+const sal_Int32 XML_doNotBreakConstrainedForcedTable = 1876;
+const sal_Int32 XML_doNotBreakWrappedTables = 1877;
+const sal_Int32 XML_doNotCompress = 1878;
+const sal_Int32 XML_doNotDemarcateInvalidXml = 1879;
+const sal_Int32 XML_doNotDisplayPageBoundaries = 1880;
+const sal_Int32 XML_doNotEmbedSmartTags = 1881;
+const sal_Int32 XML_doNotExpandShiftReturn = 1882;
+const sal_Int32 XML_doNotHyphenateCaps = 1883;
+const sal_Int32 XML_doNotIncludeSubdocsInStats = 1884;
+const sal_Int32 XML_doNotLeaveBackslashAlone = 1885;
+const sal_Int32 XML_doNotOrganizeInFolder = 1886;
+const sal_Int32 XML_doNotRelyOnCSS = 1887;
+const sal_Int32 XML_doNotSaveAsSingleFile = 1888;
+const sal_Int32 XML_doNotShadeFormData = 1889;
+const sal_Int32 XML_doNotSnapToGridInCell = 1890;
+const sal_Int32 XML_doNotSuppressBlankLines = 1891;
+const sal_Int32 XML_doNotSuppressIndentation = 1892;
+const sal_Int32 XML_doNotSuppressParagraphBorders = 1893;
+const sal_Int32 XML_doNotTrackFormatting = 1894;
+const sal_Int32 XML_doNotTrackMoves = 1895;
+const sal_Int32 XML_doNotUseEastAsianBreakRules = 1896;
+const sal_Int32 XML_doNotUseHTMLParagraphAutoSpacing = 1897;
+const sal_Int32 XML_doNotUseIndentAsNumberingTabStop = 1898;
+const sal_Int32 XML_doNotUseLongFileNames = 1899;
+const sal_Int32 XML_doNotUseMarginsForDrawingGridOrigin = 1900;
+const sal_Int32 XML_doNotValidateAgainstSchema = 1901;
+const sal_Int32 XML_doNotVertAlignCellWithSp = 1902;
+const sal_Int32 XML_doNotVertAlignInTxbx = 1903;
+const sal_Int32 XML_doNotWrapTextWithPunct = 1904;
+const sal_Int32 XML_doc = 1905;
+const sal_Int32 XML_docDefaults = 1906;
+const sal_Int32 XML_docEnd = 1907;
+const sal_Int32 XML_docGrid = 1908;
+const sal_Int32 XML_docLocation = 1909;
+const sal_Int32 XML_docPart = 1910;
+const sal_Int32 XML_docPartBody = 1911;
+const sal_Int32 XML_docPartCategory = 1912;
+const sal_Int32 XML_docPartGallery = 1913;
+const sal_Int32 XML_docPartList = 1914;
+const sal_Int32 XML_docPartObj = 1915;
+const sal_Int32 XML_docPartPr = 1916;
+const sal_Int32 XML_docPartUnique = 1917;
+const sal_Int32 XML_docParts = 1918;
+const sal_Int32 XML_docPr = 1919;
+const sal_Int32 XML_docVar = 1920;
+const sal_Int32 XML_docVars = 1921;
+const sal_Int32 XML_document = 1922;
+const sal_Int32 XML_document1 = 1923;
+const sal_Int32 XML_document2 = 1924;
+const sal_Int32 XML_documentProtection = 1925;
+const sal_Int32 XML_documentType = 1926;
+const sal_Int32 XML_dodecagon = 1927;
+const sal_Int32 XML_dodgerBlue = 1928;
+const sal_Int32 XML_donut = 1929;
+const sal_Int32 XML_doors = 1930;
+const sal_Int32 XML_dos = 1931;
+const sal_Int32 XML_dot = 1932;
+const sal_Int32 XML_dotDash = 1933;
+const sal_Int32 XML_dotDashHeavy = 1934;
+const sal_Int32 XML_dotDmnd = 1935;
+const sal_Int32 XML_dotDotDash = 1936;
+const sal_Int32 XML_dotDotDashHeavy = 1937;
+const sal_Int32 XML_dotGrid = 1938;
+const sal_Int32 XML_dotted = 1939;
+const sal_Int32 XML_dottedHeavy = 1940;
+const sal_Int32 XML_double = 1941;
+const sal_Int32 XML_double_struck = 1942;
+const sal_Int32 XML_doubleAccounting = 1943;
+const sal_Int32 XML_doubleD = 1944;
+const sal_Int32 XML_doubleDiamonds = 1945;
+const sal_Int32 XML_doubleQuote = 1946;
+const sal_Int32 XML_doubleWave = 1947;
+const sal_Int32 XML_doubleclicknotify = 1948;
+const sal_Int32 XML_doughnutChart = 1949;
+const sal_Int32 XML_down = 1950;
+const sal_Int32 XML_downArrow = 1951;
+const sal_Int32 XML_downArrowCallout = 1952;
+const sal_Int32 XML_downBars = 1953;
+const sal_Int32 XML_downThenOver = 1954;
+const sal_Int32 XML_dpi = 1955;
+const sal_Int32 XML_dr = 1956;
+const sal_Int32 XML_draft = 1957;
+const sal_Int32 XML_dragOff = 1958;
+const sal_Int32 XML_dragToCol = 1959;
+const sal_Int32 XML_dragToData = 1960;
+const sal_Int32 XML_dragToPage = 1961;
+const sal_Int32 XML_dragToRow = 1962;
+const sal_Int32 XML_drawing = 1963;
+const sal_Int32 XML_drawingGridHorizontalOrigin = 1964;
+const sal_Int32 XML_drawingGridHorizontalSpacing = 1965;
+const sal_Int32 XML_drawingGridVerticalOrigin = 1966;
+const sal_Int32 XML_drawingGridVerticalSpacing = 1967;
+const sal_Int32 XML_drill = 1968;
+const sal_Int32 XML_drop = 1969;
+const sal_Int32 XML_dropCap = 1970;
+const sal_Int32 XML_dropDownList = 1971;
+const sal_Int32 XML_dropLines = 1972;
+const sal_Int32 XML_dropauto = 1973;
+const sal_Int32 XML_ds = 1974;
+const sal_Int32 XML_dstNode = 1975;
+const sal_Int32 XML_dstrike = 1976;
+const sal_Int32 XML_dt = 1977;
+const sal_Int32 XML_dt2D = 1978;
+const sal_Int32 XML_dtr = 1979;
+const sal_Int32 XML_duotone = 1980;
+const sal_Int32 XML_duplicateValues = 1981;
+const sal_Int32 XML_dur = 1982;
+const sal_Int32 XML_duration = 1983;
+const sal_Int32 XML_dvAspect = 1984;
+const sal_Int32 XML_dx = 1985;
+const sal_Int32 XML_dxa = 1986;
+const sal_Int32 XML_dxaOrig = 1987;
+const sal_Int32 XML_dxf = 1988;
+const sal_Int32 XML_dxfId = 1989;
+const sal_Int32 XML_dxfs = 1990;
+const sal_Int32 XML_dy = 1991;
+const sal_Int32 XML_dyaOrig = 1992;
+const sal_Int32 XML_dynamicAddress = 1993;
+const sal_Int32 XML_dynamicFilter = 1994;
+const sal_Int32 XML_dz = 1995;
+const sal_Int32 XML_e = 1996;
+const sal_Int32 XML_eMail = 1997;
+const sal_Int32 XML_ea = 1998;
+const sal_Int32 XML_ea1ChsPeriod = 1999;
+const sal_Int32 XML_ea1ChsPlain = 2000;
+const sal_Int32 XML_ea1ChtPeriod = 2001;
+const sal_Int32 XML_ea1ChtPlain = 2002;
+const sal_Int32 XML_ea1JpnChsDbPeriod = 2003;
+const sal_Int32 XML_ea1JpnKorPeriod = 2004;
+const sal_Int32 XML_ea1JpnKorPlain = 2005;
+const sal_Int32 XML_eaLnBrk = 2006;
+const sal_Int32 XML_eaVert = 2007;
+const sal_Int32 XML_eachPage = 2008;
+const sal_Int32 XML_eachSect = 2009;
+const sal_Int32 XML_earth1 = 2010;
+const sal_Int32 XML_earth2 = 2011;
+const sal_Int32 XML_eastAsia = 2012;
+const sal_Int32 XML_eastAsiaTheme = 2013;
+const sal_Int32 XML_eastAsianLayout = 2014;
+const sal_Int32 XML_eb = 2015;
+const sal_Int32 XML_eclipsingSquares1 = 2016;
+const sal_Int32 XML_eclipsingSquares2 = 2017;
+const sal_Int32 XML_ed = 2018;
+const sal_Int32 XML_edGrp = 2019;
+const sal_Int32 XML_edge = 2020;
+const sal_Int32 XML_edit = 2021;
+const sal_Int32 XML_editAs = 2022;
+const sal_Int32 XML_editData = 2023;
+const sal_Int32 XML_editPage = 2024;
+const sal_Int32 XML_editas = 2025;
+const sal_Int32 XML_edited = 2026;
+const sal_Int32 XML_editors = 2027;
+const sal_Int32 XML_effect = 2028;
+const sal_Int32 XML_effectClrLst = 2029;
+const sal_Int32 XML_effectDag = 2030;
+const sal_Int32 XML_effectExtent = 2031;
+const sal_Int32 XML_effectLst = 2032;
+const sal_Int32 XML_effectRef = 2033;
+const sal_Int32 XML_effectStyle = 2034;
+const sal_Int32 XML_effectStyleLst = 2035;
+const sal_Int32 XML_eggsBlack = 2036;
+const sal_Int32 XML_el = 2037;
+const sal_Int32 XML_elbow = 2038;
+const sal_Int32 XML_element = 2039;
+const sal_Int32 XML_ellipse = 2040;
+const sal_Int32 XML_ellipseRibbon = 2041;
+const sal_Int32 XML_ellipseRibbon2 = 2042;
+const sal_Int32 XML_ellipsis = 2043;
+const sal_Int32 XML_else = 2044;
+const sal_Int32 XML_em = 2045;
+const sal_Int32 XML_emDash = 2046;
+const sal_Int32 XML_email = 2047;
+const sal_Int32 XML_embed = 2048;
+const sal_Int32 XML_embedBold = 2049;
+const sal_Int32 XML_embedBoldItalic = 2050;
+const sal_Int32 XML_embedItalic = 2051;
+const sal_Int32 XML_embedRegular = 2052;
+const sal_Int32 XML_embedSystemFonts = 2053;
+const sal_Int32 XML_embedTrueTypeFonts = 2054;
+const sal_Int32 XML_embeddedFont = 2055;
+const sal_Int32 XML_embeddedFontLst = 2056;
+const sal_Int32 XML_emboss = 2057;
+const sal_Int32 XML_embosscolor = 2058;
+const sal_Int32 XML_emph = 2059;
+const sal_Int32 XML_empty = 2060;
+const sal_Int32 XML_emptyCellReference = 2061;
+const sal_Int32 XML_enDash = 2062;
+const sal_Int32 XML_enableDrill = 2063;
+const sal_Int32 XML_enableFieldProperties = 2064;
+const sal_Int32 XML_enableFormatConditionsCalculation = 2065;
+const sal_Int32 XML_enableRefresh = 2066;
+const sal_Int32 XML_enableWizard = 2067;
+const sal_Int32 XML_enabled = 2068;
+const sal_Int32 XML_encoding = 2069;
+const sal_Int32 XML_end = 2070;
+const sal_Int32 XML_endA = 2071;
+const sal_Int32 XML_endAngle = 2072;
+const sal_Int32 XML_endChars = 2073;
+const sal_Int32 XML_endChr = 2074;
+const sal_Int32 XML_endCnv = 2075;
+const sal_Int32 XML_endCondLst = 2076;
+const sal_Int32 XML_endCxn = 2077;
+const sal_Int32 XML_endDate = 2078;
+const sal_Int32 XML_endMarg = 2079;
+const sal_Int32 XML_endNum = 2080;
+const sal_Int32 XML_endOfListFormulaUpdate = 2081;
+const sal_Int32 XML_endPad = 2082;
+const sal_Int32 XML_endParaRPr = 2083;
+const sal_Int32 XML_endPos = 2084;
+const sal_Int32 XML_endPts = 2085;
+const sal_Int32 XML_endSnd = 2086;
+const sal_Int32 XML_endSty = 2087;
+const sal_Int32 XML_endSync = 2088;
+const sal_Int32 XML_endarrow = 2089;
+const sal_Int32 XML_endarrowlength = 2090;
+const sal_Int32 XML_endarrowwidth = 2091;
+const sal_Int32 XML_endcap = 2092;
+const sal_Int32 XML_endnote = 2093;
+const sal_Int32 XML_endnotePr = 2094;
+const sal_Int32 XML_endnoteRef = 2095;
+const sal_Int32 XML_endnoteReference = 2096;
+const sal_Int32 XML_endnotes = 2097;
+const sal_Int32 XML_endsWith = 2098;
+const sal_Int32 XML_enforcement = 2099;
+const sal_Int32 XML_entr = 2100;
+const sal_Int32 XML_entries = 2101;
+const sal_Int32 XML_entry = 2102;
+const sal_Int32 XML_entryMacro = 2103;
+const sal_Int32 XML_envelopes = 2104;
+const sal_Int32 XML_eol = 2105;
+const sal_Int32 XML_eq = 2106;
+const sal_Int32 XML_eqArr = 2107;
+const sal_Int32 XML_eqArrPr = 2108;
+const sal_Int32 XML_eqn = 2109;
+const sal_Int32 XML_equ = 2110;
+const sal_Int32 XML_equal = 2111;
+const sal_Int32 XML_equalAverage = 2112;
+const sal_Int32 XML_equalWidth = 2113;
+const sal_Int32 XML_equation = 2114;
+const sal_Int32 XML_equationxml = 2115;
+const sal_Int32 XML_err = 2116;
+const sal_Int32 XML_errBarType = 2117;
+const sal_Int32 XML_errBars = 2118;
+const sal_Int32 XML_errDir = 2119;
+const sal_Int32 XML_errValType = 2120;
+const sal_Int32 XML_error = 2121;
+const sal_Int32 XML_errorCaption = 2122;
+const sal_Int32 XML_errorStyle = 2123;
+const sal_Int32 XML_errorTitle = 2124;
+const sal_Int32 XML_errors = 2125;
+const sal_Int32 XML_evalError = 2126;
+const sal_Int32 XML_evalOrder = 2127;
+const sal_Int32 XML_even = 2128;
+const sal_Int32 XML_evenAndOddHeaders = 2129;
+const sal_Int32 XML_evenFooter = 2130;
+const sal_Int32 XML_evenHBand = 2131;
+const sal_Int32 XML_evenHeader = 2132;
+const sal_Int32 XML_evenPage = 2133;
+const sal_Int32 XML_evenVBand = 2134;
+const sal_Int32 XML_everyone = 2135;
+const sal_Int32 XML_evt = 2136;
+const sal_Int32 XML_evtFilter = 2137;
+const sal_Int32 XML_exact = 2138;
+const sal_Int32 XML_excl = 2139;
+const sal_Int32 XML_exclusive = 2140;
+const sal_Int32 XML_exit = 2141;
+const sal_Int32 XML_exitMacro = 2142;
+const sal_Int32 XML_exp = 2143;
+const sal_Int32 XML_explosion = 2144;
+const sal_Int32 XML_expression = 2145;
+const sal_Int32 XML_ext = 2146;
+const sal_Int32 XML_extCalcPr = 2147;
+const sal_Int32 XML_extLst = 2148;
+const sal_Int32 XML_extend = 2149;
+const sal_Int32 XML_extendable = 2150;
+const sal_Int32 XML_extent = 2151;
+const sal_Int32 XML_external = 2152;
+const sal_Int32 XML_externalBook = 2153;
+const sal_Int32 XML_externalData = 2154;
+const sal_Int32 XML_externalLink = 2155;
+const sal_Int32 XML_externalReference = 2156;
+const sal_Int32 XML_externalReferences = 2157;
+const sal_Int32 XML_extraClrScheme = 2158;
+const sal_Int32 XML_extraClrSchemeLst = 2159;
+const sal_Int32 XML_extrusion = 2160;
+const sal_Int32 XML_extrusionClr = 2161;
+const sal_Int32 XML_extrusionH = 2162;
+const sal_Int32 XML_extrusionOk = 2163;
+const sal_Int32 XML_extrusioncolor = 2164;
+const sal_Int32 XML_extrusionok = 2165;
+const sal_Int32 XML_f = 2166;
+const sal_Int32 XML_fHdr = 2167;
+const sal_Int32 XML_fLocksText = 2168;
+const sal_Int32 XML_fLocksWithSheet = 2169;
+const sal_Int32 XML_fName = 2170;
+const sal_Int32 XML_fNode = 2171;
+const sal_Int32 XML_fPr = 2172;
+const sal_Int32 XML_fPrintsWithSheet = 2173;
+const sal_Int32 XML_fPublished = 2174;
+const sal_Int32 XML_face = 2175;
+const sal_Int32 XML_facet = 2176;
+const sal_Int32 XML_fact = 2177;
+const sal_Int32 XML_factor = 2178;
+const sal_Int32 XML_fade = 2179;
+const sal_Int32 XML_fadeDir = 2180;
+const sal_Int32 XML_fallback = 2181;
+const sal_Int32 XML_false = 2182;
+const sal_Int32 XML_family = 2183;
+const sal_Int32 XML_fans = 2184;
+const sal_Int32 XML_fast = 2185;
+const sal_Int32 XML_fax = 2186;
+const sal_Int32 XML_fc = 2187;
+const sal_Int32 XML_ferris = 2188;
+const sal_Int32 XML_ffData = 2189;
+const sal_Int32 XML_fgClr = 2190;
+const sal_Int32 XML_fgColor = 2191;
+const sal_Int32 XML_fi = 2192;
+const sal_Int32 XML_field = 2193;
+const sal_Int32 XML_fieldGroup = 2194;
+const sal_Int32 XML_fieldId = 2195;
+const sal_Int32 XML_fieldIdWrapped = 2196;
+const sal_Int32 XML_fieldListSortAscending = 2197;
+const sal_Int32 XML_fieldMapData = 2198;
+const sal_Int32 XML_fieldPosition = 2199;
+const sal_Int32 XML_fieldPrintTitles = 2200;
+const sal_Int32 XML_fieldUsage = 2201;
+const sal_Int32 XML_fieldsUsage = 2202;
+const sal_Int32 XML_fileRecoveryPr = 2203;
+const sal_Int32 XML_fileSharing = 2204;
+const sal_Int32 XML_fileType = 2205;
+const sal_Int32 XML_fileVersion = 2206;
+const sal_Int32 XML_filetime = 2207;
+const sal_Int32 XML_fill = 2208;
+const sal_Int32 XML_fillClrLst = 2209;
+const sal_Int32 XML_fillFormulas = 2210;
+const sal_Int32 XML_fillId = 2211;
+const sal_Int32 XML_fillOverlay = 2212;
+const sal_Int32 XML_fillRect = 2213;
+const sal_Int32 XML_fillRef = 2214;
+const sal_Int32 XML_fillStyleLst = 2215;
+const sal_Int32 XML_fillToRect = 2216;
+const sal_Int32 XML_fillcolor = 2217;
+const sal_Int32 XML_filled = 2218;
+const sal_Int32 XML_fillok = 2219;
+const sal_Int32 XML_fills = 2220;
+const sal_Int32 XML_filltype = 2221;
+const sal_Int32 XML_film = 2222;
+const sal_Int32 XML_filter = 2223;
+const sal_Int32 XML_filterColumn = 2224;
+const sal_Int32 XML_filterMode = 2225;
+const sal_Int32 XML_filterPrivacy = 2226;
+const sal_Int32 XML_filterUnique = 2227;
+const sal_Int32 XML_filterVal = 2228;
+const sal_Int32 XML_filters = 2229;
+const sal_Int32 XML_firebrick = 2230;
+const sal_Int32 XML_firecrackers = 2231;
+const sal_Int32 XML_first = 2232;
+const sal_Int32 XML_firstAndLastLine = 2233;
+const sal_Int32 XML_firstBackgroundRefresh = 2234;
+const sal_Int32 XML_firstCol = 2235;
+const sal_Int32 XML_firstColumn = 2236;
+const sal_Int32 XML_firstColumnStripe = 2237;
+const sal_Int32 XML_firstColumnSubheading = 2238;
+const sal_Int32 XML_firstDataCol = 2239;
+const sal_Int32 XML_firstDataRow = 2240;
+const sal_Int32 XML_firstFooter = 2241;
+const sal_Int32 XML_firstHeader = 2242;
+const sal_Int32 XML_firstHeaderCell = 2243;
+const sal_Int32 XML_firstHeaderRow = 2244;
+const sal_Int32 XML_firstLine = 2245;
+const sal_Int32 XML_firstLineChars = 2246;
+const sal_Int32 XML_firstLineOnly = 2247;
+const sal_Int32 XML_firstPage = 2248;
+const sal_Int32 XML_firstPageNumber = 2249;
+const sal_Int32 XML_firstRow = 2250;
+const sal_Int32 XML_firstRowFirstColumn = 2251;
+const sal_Int32 XML_firstRowLastColumn = 2252;
+const sal_Int32 XML_firstRowStripe = 2253;
+const sal_Int32 XML_firstRowSubheading = 2254;
+const sal_Int32 XML_firstSheet = 2255;
+const sal_Int32 XML_firstSliceAng = 2256;
+const sal_Int32 XML_firstSlideNum = 2257;
+const sal_Int32 XML_firstSubtotalColumn = 2258;
+const sal_Int32 XML_firstSubtotalRow = 2259;
+const sal_Int32 XML_firstTotalCell = 2260;
+const sal_Int32 XML_fitText = 2261;
+const sal_Int32 XML_fitToHeight = 2262;
+const sal_Int32 XML_fitToPage = 2263;
+const sal_Int32 XML_fitToSlide = 2264;
+const sal_Int32 XML_fitToWidth = 2265;
+const sal_Int32 XML_fitpath = 2266;
+const sal_Int32 XML_fitshape = 2267;
+const sal_Int32 XML_fixed = 2268;
+const sal_Int32 XML_fixedVal = 2269;
+const sal_Int32 XML_flash = 2270;
+const sal_Int32 XML_flat = 2271;
+const sal_Int32 XML_flatBorders = 2272;
+const sal_Int32 XML_flatTx = 2273;
+const sal_Int32 XML_fld = 2274;
+const sal_Int32 XML_fldChar = 2275;
+const sal_Int32 XML_fldCharType = 2276;
+const sal_Int32 XML_fldData = 2277;
+const sal_Int32 XML_fldLock = 2278;
+const sal_Int32 XML_fldSimple = 2279;
+const sal_Int32 XML_flip = 2280;
+const sal_Int32 XML_flipH = 2281;
+const sal_Int32 XML_flipV = 2282;
+const sal_Int32 XML_float = 2283;
+const sal_Int32 XML_flood = 2284;
+const sal_Int32 XML_floor = 2285;
+const sal_Int32 XML_floralWhite = 2286;
+const sal_Int32 XML_flowChartAlternateProcess = 2287;
+const sal_Int32 XML_flowChartCollate = 2288;
+const sal_Int32 XML_flowChartConnector = 2289;
+const sal_Int32 XML_flowChartDecision = 2290;
+const sal_Int32 XML_flowChartDelay = 2291;
+const sal_Int32 XML_flowChartDisplay = 2292;
+const sal_Int32 XML_flowChartDocument = 2293;
+const sal_Int32 XML_flowChartExtract = 2294;
+const sal_Int32 XML_flowChartInputOutput = 2295;
+const sal_Int32 XML_flowChartInternalStorage = 2296;
+const sal_Int32 XML_flowChartMagneticDisk = 2297;
+const sal_Int32 XML_flowChartMagneticDrum = 2298;
+const sal_Int32 XML_flowChartMagneticTape = 2299;
+const sal_Int32 XML_flowChartManualInput = 2300;
+const sal_Int32 XML_flowChartManualOperation = 2301;
+const sal_Int32 XML_flowChartMerge = 2302;
+const sal_Int32 XML_flowChartMultidocument = 2303;
+const sal_Int32 XML_flowChartOfflineStorage = 2304;
+const sal_Int32 XML_flowChartOffpageConnector = 2305;
+const sal_Int32 XML_flowChartOnlineStorage = 2306;
+const sal_Int32 XML_flowChartOr = 2307;
+const sal_Int32 XML_flowChartPredefinedProcess = 2308;
+const sal_Int32 XML_flowChartPreparation = 2309;
+const sal_Int32 XML_flowChartProcess = 2310;
+const sal_Int32 XML_flowChartPunchedCard = 2311;
+const sal_Int32 XML_flowChartPunchedTape = 2312;
+const sal_Int32 XML_flowChartSort = 2313;
+const sal_Int32 XML_flowChartSummingJunction = 2314;
+const sal_Int32 XML_flowChartTerminator = 2315;
+const sal_Int32 XML_flowDir = 2316;
+const sal_Int32 XML_flowersBlockPrint = 2317;
+const sal_Int32 XML_flowersDaisies = 2318;
+const sal_Int32 XML_flowersModern1 = 2319;
+const sal_Int32 XML_flowersModern2 = 2320;
+const sal_Int32 XML_flowersPansy = 2321;
+const sal_Int32 XML_flowersRedRose = 2322;
+const sal_Int32 XML_flowersRoses = 2323;
+const sal_Int32 XML_flowersTeacup = 2324;
+const sal_Int32 XML_flowersTiny = 2325;
+const sal_Int32 XML_fltVal = 2326;
+const sal_Int32 XML_flythrough = 2327;
+const sal_Int32 XML_fmla = 2328;
+const sal_Int32 XML_fmt = 2329;
+const sal_Int32 XML_fmtId = 2330;
+const sal_Int32 XML_fmtScheme = 2331;
+const sal_Int32 XML_fmtid = 2332;
+const sal_Int32 XML_focus = 2333;
+const sal_Int32 XML_focusposition = 2334;
+const sal_Int32 XML_focussize = 2335;
+const sal_Int32 XML_folHlink = 2336;
+const sal_Int32 XML_foldedCorner = 2337;
+const sal_Int32 XML_follow = 2338;
+const sal_Int32 XML_followColorScheme = 2339;
+const sal_Int32 XML_followSib = 2340;
+const sal_Int32 XML_followedHyperlink = 2341;
+const sal_Int32 XML_font = 2342;
+const sal_Int32 XML_font4 = 2343;
+const sal_Int32 XML_fontAlgn = 2344;
+const sal_Int32 XML_fontColor = 2345;
+const sal_Int32 XML_fontId = 2346;
+const sal_Int32 XML_fontKey = 2347;
+const sal_Int32 XML_fontRef = 2348;
+const sal_Int32 XML_fontScale = 2349;
+const sal_Int32 XML_fontScheme = 2350;
+const sal_Int32 XML_fontSz = 2351;
+const sal_Int32 XML_fonts = 2352;
+const sal_Int32 XML_footer = 2353;
+const sal_Int32 XML_footerReference = 2354;
+const sal_Int32 XML_footnote = 2355;
+const sal_Int32 XML_footnoteLayoutLikeWW8 = 2356;
+const sal_Int32 XML_footnotePr = 2357;
+const sal_Int32 XML_footnoteRef = 2358;
+const sal_Int32 XML_footnoteReference = 2359;
+const sal_Int32 XML_footnotes = 2360;
+const sal_Int32 XML_for = 2361;
+const sal_Int32 XML_forEach = 2362;
+const sal_Int32 XML_forName = 2363;
+const sal_Int32 XML_forceAA = 2364;
+const sal_Int32 XML_forceFullCalc = 2365;
+const sal_Int32 XML_forceUpgrade = 2366;
+const sal_Int32 XML_forcedash = 2367;
+const sal_Int32 XML_foredepth = 2368;
+const sal_Int32 XML_forestGreen = 2369;
+const sal_Int32 XML_forgetLastTabAlignment = 2370;
+const sal_Int32 XML_formFld = 2371;
+const sal_Int32 XML_formLetters = 2372;
+const sal_Int32 XML_formProt = 2373;
+const sal_Int32 XML_format = 2374;
+const sal_Int32 XML_formatCells = 2375;
+const sal_Int32 XML_formatCode = 2376;
+const sal_Int32 XML_formatColumns = 2377;
+const sal_Int32 XML_formatRows = 2378;
+const sal_Int32 XML_formats = 2379;
+const sal_Int32 XML_formatting = 2380;
+const sal_Int32 XML_forms = 2381;
+const sal_Int32 XML_formsDesign = 2382;
+const sal_Int32 XML_formula = 2383;
+const sal_Int32 XML_formula1 = 2384;
+const sal_Int32 XML_formula2 = 2385;
+const sal_Int32 XML_formulaRange = 2386;
+const sal_Int32 XML_formulas = 2387;
+const sal_Int32 XML_forward = 2388;
+const sal_Int32 XML_fourObj = 2389;
+const sal_Int32 XML_fov = 2390;
+const sal_Int32 XML_fraktur = 2391;
+const sal_Int32 XML_frame = 2392;
+const sal_Int32 XML_frameLayout = 2393;
+const sal_Int32 XML_framePr = 2394;
+const sal_Int32 XML_frameSlides = 2395;
+const sal_Int32 XML_frameStyle1 = 2396;
+const sal_Int32 XML_frameStyle2 = 2397;
+const sal_Int32 XML_frameStyle3 = 2398;
+const sal_Int32 XML_frameStyle4 = 2399;
+const sal_Int32 XML_frameStyle5 = 2400;
+const sal_Int32 XML_frameStyle6 = 2401;
+const sal_Int32 XML_frameStyle7 = 2402;
+const sal_Int32 XML_frameset = 2403;
+const sal_Int32 XML_framesetSplitbar = 2404;
+const sal_Int32 XML_freeze = 2405;
+const sal_Int32 XML_freezing = 2406;
+const sal_Int32 XML_from = 2407;
+const sal_Int32 XML_fromB = 2408;
+const sal_Int32 XML_fromL = 2409;
+const sal_Int32 XML_fromR = 2410;
+const sal_Int32 XML_fromT = 2411;
+const sal_Int32 XML_fromWordArt = 2412;
+const sal_Int32 XML_front = 2413;
+const sal_Int32 XML_frozen = 2414;
+const sal_Int32 XML_frozenSplit = 2415;
+const sal_Int32 XML_ftr = 2416;
+const sal_Int32 XML_ftrs = 2417;
+const sal_Int32 XML_fuchsia = 2418;
+const sal_Int32 XML_full = 2419;
+const sal_Int32 XML_fullAlpha = 2420;
+const sal_Int32 XML_fullCalcOnLoad = 2421;
+const sal_Int32 XML_fullDate = 2422;
+const sal_Int32 XML_fullHangul = 2423;
+const sal_Int32 XML_fullKatakana = 2424;
+const sal_Int32 XML_fullPage = 2425;
+const sal_Int32 XML_fullPrecision = 2426;
+const sal_Int32 XML_fullScrn = 2427;
+const sal_Int32 XML_fullwidthKatakana = 2428;
+const sal_Int32 XML_func = 2429;
+const sal_Int32 XML_funcPr = 2430;
+const sal_Int32 XML_function = 2431;
+const sal_Int32 XML_functionGroup = 2432;
+const sal_Int32 XML_functionGroupId = 2433;
+const sal_Int32 XML_functionGroups = 2434;
+const sal_Int32 XML_funnel = 2435;
+const sal_Int32 XML_futureMetadata = 2436;
+const sal_Int32 XML_g = 2437;
+const sal_Int32 XML_gDay = 2438;
+const sal_Int32 XML_gMonth = 2439;
+const sal_Int32 XML_gMonthDay = 2440;
+const sal_Int32 XML_gYear = 2441;
+const sal_Int32 XML_gYearMonth = 2442;
+const sal_Int32 XML_gain = 2443;
+const sal_Int32 XML_gainsboro = 2444;
+const sal_Int32 XML_gallery = 2445;
+const sal_Int32 XML_gamma = 2446;
+const sal_Int32 XML_ganada = 2447;
+const sal_Int32 XML_gap = 2448;
+const sal_Int32 XML_gapDepth = 2449;
+const sal_Int32 XML_gapWidth = 2450;
+const sal_Int32 XML_gd = 2451;
+const sal_Int32 XML_gdLst = 2452;
+const sal_Int32 XML_gdRefAng = 2453;
+const sal_Int32 XML_gdRefR = 2454;
+const sal_Int32 XML_gdRefX = 2455;
+const sal_Int32 XML_gdRefY = 2456;
+const sal_Int32 XML_ge = 2457;
+const sal_Int32 XML_gear6 = 2458;
+const sal_Int32 XML_gear9 = 2459;
+const sal_Int32 XML_gems = 2460;
+const sal_Int32 XML_general = 2461;
+const sal_Int32 XML_gfxdata = 2462;
+const sal_Int32 XML_ghostCol = 2463;
+const sal_Int32 XML_ghostRow = 2464;
+const sal_Int32 XML_ghostWhite = 2465;
+const sal_Int32 XML_gingerbreadMan = 2466;
+const sal_Int32 XML_glitter = 2467;
+const sal_Int32 XML_glossaryDocument = 2468;
+const sal_Int32 XML_glow = 2469;
+const sal_Int32 XML_goal = 2470;
+const sal_Int32 XML_gold = 2471;
+const sal_Int32 XML_goldenrod = 2472;
+const sal_Int32 XML_grDir = 2473;
+const sal_Int32 XML_gradFill = 2474;
+const sal_Int32 XML_gradient = 2475;
+const sal_Int32 XML_gradientActiveCaption = 2476;
+const sal_Int32 XML_gradientCenter = 2477;
+const sal_Int32 XML_gradientFill = 2478;
+const sal_Int32 XML_gradientInactiveCaption = 2479;
+const sal_Int32 XML_gradientRadial = 2480;
+const sal_Int32 XML_gradientUnscaled = 2481;
+const sal_Int32 XML_gradientshapeok = 2482;
+const sal_Int32 XML_grainSize = 2483;
+const sal_Int32 XML_gramEnd = 2484;
+const sal_Int32 XML_gramStart = 2485;
+const sal_Int32 XML_grammar = 2486;
+const sal_Int32 XML_grand = 2487;
+const sal_Int32 XML_grandCol = 2488;
+const sal_Int32 XML_grandRow = 2489;
+const sal_Int32 XML_grandTotalCaption = 2490;
+const sal_Int32 XML_graphic = 2491;
+const sal_Int32 XML_graphicData = 2492;
+const sal_Int32 XML_graphicEl = 2493;
+const sal_Int32 XML_graphicFrame = 2494;
+const sal_Int32 XML_graphicFrameLocks = 2495;
+const sal_Int32 XML_grav = 2496;
+const sal_Int32 XML_gray = 2497;
+const sal_Int32 XML_gray0625 = 2498;
+const sal_Int32 XML_gray125 = 2499;
+const sal_Int32 XML_grayOutline = 2500;
+const sal_Int32 XML_grayScale = 2501;
+const sal_Int32 XML_grayText = 2502;
+const sal_Int32 XML_grayWhite = 2503;
+const sal_Int32 XML_grayscale = 2504;
+const sal_Int32 XML_grayscl = 2505;
+const sal_Int32 XML_greaterThan = 2506;
+const sal_Int32 XML_greaterThanOrEqual = 2507;
+const sal_Int32 XML_green = 2508;
+const sal_Int32 XML_greenMod = 2509;
+const sal_Int32 XML_greenOff = 2510;
+const sal_Int32 XML_greenYellow = 2511;
+const sal_Int32 XML_gregorian = 2512;
+const sal_Int32 XML_gregorianArabic = 2513;
+const sal_Int32 XML_gregorianMeFrench = 2514;
+const sal_Int32 XML_gregorianUs = 2515;
+const sal_Int32 XML_gregorianXlitEnglish = 2516;
+const sal_Int32 XML_gregorianXlitFrench = 2517;
+const sal_Int32 XML_gridAfter = 2518;
+const sal_Int32 XML_gridBefore = 2519;
+const sal_Int32 XML_gridCol = 2520;
+const sal_Int32 XML_gridDropZones = 2521;
+const sal_Int32 XML_gridLegend = 2522;
+const sal_Int32 XML_gridLines = 2523;
+const sal_Int32 XML_gridLinesSet = 2524;
+const sal_Int32 XML_gridSize = 2525;
+const sal_Int32 XML_gridSpacing = 2526;
+const sal_Int32 XML_gridSpan = 2527;
+const sal_Int32 XML_group = 2528;
+const sal_Int32 XML_groupBy = 2529;
+const sal_Int32 XML_groupChr = 2530;
+const sal_Int32 XML_groupChrPr = 2531;
+const sal_Int32 XML_groupInterval = 2532;
+const sal_Int32 XML_groupItems = 2533;
+const sal_Int32 XML_groupLevel = 2534;
+const sal_Int32 XML_groupLevels = 2535;
+const sal_Int32 XML_groupMember = 2536;
+const sal_Int32 XML_groupMembers = 2537;
+const sal_Int32 XML_grouping = 2538;
+const sal_Int32 XML_groups = 2539;
+const sal_Int32 XML_grow = 2540;
+const sal_Int32 XML_growAutofit = 2541;
+const sal_Int32 XML_growShrinkType = 2542;
+const sal_Int32 XML_grpFill = 2543;
+const sal_Int32 XML_grpId = 2544;
+const sal_Int32 XML_grpSp = 2545;
+const sal_Int32 XML_grpSpLocks = 2546;
+const sal_Int32 XML_grpSpPr = 2547;
+const sal_Int32 XML_gs = 2548;
+const sal_Int32 XML_gsLst = 2549;
+const sal_Int32 XML_gt = 2550;
+const sal_Int32 XML_gte = 2551;
+const sal_Int32 XML_guid = 2552;
+const sal_Int32 XML_guide = 2553;
+const sal_Int32 XML_guideLst = 2554;
+const sal_Int32 XML_gutter = 2555;
+const sal_Int32 XML_gutterAtTop = 2556;
+const sal_Int32 XML_h = 2557;
+const sal_Int32 XML_hAnchor = 2558;
+const sal_Int32 XML_hAnsi = 2559;
+const sal_Int32 XML_hAnsiTheme = 2560;
+const sal_Int32 XML_hArH = 2561;
+const sal_Int32 XML_hMerge = 2562;
+const sal_Int32 XML_hMode = 2563;
+const sal_Int32 XML_hOff = 2564;
+const sal_Int32 XML_hPercent = 2565;
+const sal_Int32 XML_hR = 2566;
+const sal_Int32 XML_hRule = 2567;
+const sal_Int32 XML_hSpace = 2568;
+const sal_Int32 XML_hagakiCard = 2569;
+const sal_Int32 XML_hair = 2570;
+const sal_Int32 XML_hairline = 2571;
+const sal_Int32 XML_half = 2572;
+const sal_Int32 XML_halfAlpha = 2573;
+const sal_Int32 XML_halfFrame = 2574;
+const sal_Int32 XML_halfHangul = 2575;
+const sal_Int32 XML_halfKatakana = 2576;
+const sal_Int32 XML_halfwidthKatakana = 2577;
+const sal_Int32 XML_handles = 2578;
+const sal_Int32 XML_handmade1 = 2579;
+const sal_Int32 XML_handmade2 = 2580;
+const sal_Int32 XML_handoutMaster = 2581;
+const sal_Int32 XML_handoutMasterId = 2582;
+const sal_Int32 XML_handoutMasterIdLst = 2583;
+const sal_Int32 XML_handoutView = 2584;
+const sal_Int32 XML_handouts1 = 2585;
+const sal_Int32 XML_handouts2 = 2586;
+const sal_Int32 XML_handouts3 = 2587;
+const sal_Int32 XML_handouts4 = 2588;
+const sal_Int32 XML_handouts6 = 2589;
+const sal_Int32 XML_handouts9 = 2590;
+const sal_Int32 XML_hang = 2591;
+const sal_Int32 XML_hanging = 2592;
+const sal_Int32 XML_hangingChars = 2593;
+const sal_Int32 XML_hangingPunct = 2594;
+const sal_Int32 XML_hardEdge = 2595;
+const sal_Int32 XML_harsh = 2596;
+const sal_Int32 XML_hasCustomPrompt = 2597;
+const sal_Int32 XML_hash = 2598;
+const sal_Int32 XML_hashData = 2599;
+const sal_Int32 XML_hashValue = 2600;
+const sal_Int32 XML_hc = 2601;
+const sal_Int32 XML_hd10 = 2602;
+const sal_Int32 XML_hd2 = 2603;
+const sal_Int32 XML_hd3 = 2604;
+const sal_Int32 XML_hd4 = 2605;
+const sal_Int32 XML_hd5 = 2606;
+const sal_Int32 XML_hd6 = 2607;
+const sal_Int32 XML_hd8 = 2608;
+const sal_Int32 XML_hdr = 2609;
+const sal_Int32 XML_hdrShapeDefaults = 2610;
+const sal_Int32 XML_hdrs = 2611;
+const sal_Int32 XML_headEnd = 2612;
+const sal_Int32 XML_header = 2613;
+const sal_Int32 XML_headerFooter = 2614;
+const sal_Int32 XML_headerReference = 2615;
+const sal_Int32 XML_headerRow = 2616;
+const sal_Int32 XML_headerRowBorderDxfId = 2617;
+const sal_Int32 XML_headerRowCellStyle = 2618;
+const sal_Int32 XML_headerRowCount = 2619;
+const sal_Int32 XML_headerRowDxfId = 2620;
+const sal_Int32 XML_headerSource = 2621;
+const sal_Int32 XML_headers = 2622;
+const sal_Int32 XML_headersInLastRefresh = 2623;
+const sal_Int32 XML_heading = 2624;
+const sal_Int32 XML_headings = 2625;
+const sal_Int32 XML_heart = 2626;
+const sal_Int32 XML_heartBalloon = 2627;
+const sal_Int32 XML_heartGray = 2628;
+const sal_Int32 XML_hearts = 2629;
+const sal_Int32 XML_heavy = 2630;
+const sal_Int32 XML_hebrew = 2631;
+const sal_Int32 XML_hebrew1 = 2632;
+const sal_Int32 XML_hebrew2 = 2633;
+const sal_Int32 XML_hebrew2Minus = 2634;
+const sal_Int32 XML_heebieJeebies = 2635;
+const sal_Int32 XML_help = 2636;
+const sal_Int32 XML_helpText = 2637;
+const sal_Int32 XML_heptagon = 2638;
+const sal_Int32 XML_hex = 2639;
+const sal_Int32 XML_hexBinary = 2640;
+const sal_Int32 XML_hexagon = 2641;
+const sal_Int32 XML_hf = 2642;
+const sal_Int32 XML_hiLowLines = 2643;
+const sal_Int32 XML_hidden = 2644;
+const sal_Int32 XML_hiddenButton = 2645;
+const sal_Int32 XML_hiddenColumn = 2646;
+const sal_Int32 XML_hiddenColumns = 2647;
+const sal_Int32 XML_hiddenLevel = 2648;
+const sal_Int32 XML_hiddenRow = 2649;
+const sal_Int32 XML_hiddenRows = 2650;
+const sal_Int32 XML_hiddenSlides = 2651;
+const sal_Int32 XML_hide = 2652;
+const sal_Int32 XML_hideBot = 2653;
+const sal_Int32 XML_hideGeom = 2654;
+const sal_Int32 XML_hideGrammaticalErrors = 2655;
+const sal_Int32 XML_hideLastTrans = 2656;
+const sal_Int32 XML_hideLeft = 2657;
+const sal_Int32 XML_hideMark = 2658;
+const sal_Int32 XML_hideNewItems = 2659;
+const sal_Int32 XML_hidePivotFieldList = 2660;
+const sal_Int32 XML_hideRight = 2661;
+const sal_Int32 XML_hideSpellingErrors = 2662;
+const sal_Int32 XML_hideTop = 2663;
+const sal_Int32 XML_hier = 2664;
+const sal_Int32 XML_hierAlign = 2665;
+const sal_Int32 XML_hierBranch = 2666;
+const sal_Int32 XML_hierChild = 2667;
+const sal_Int32 XML_hierRoot = 2668;
+const sal_Int32 XML_hierarchy = 2669;
+const sal_Int32 XML_hierarchyUsage = 2670;
+const sal_Int32 XML_high = 2671;
+const sal_Int32 XML_highContrast = 2672;
+const sal_Int32 XML_highKashida = 2673;
+const sal_Int32 XML_highlight = 2674;
+const sal_Int32 XML_highlightClick = 2675;
+const sal_Int32 XML_highlightText = 2676;
+const sal_Int32 XML_hijri = 2677;
+const sal_Int32 XML_hindiAlpha1Period = 2678;
+const sal_Int32 XML_hindiAlphaPeriod = 2679;
+const sal_Int32 XML_hindiConsonants = 2680;
+const sal_Int32 XML_hindiCounting = 2681;
+const sal_Int32 XML_hindiNumParenR = 2682;
+const sal_Int32 XML_hindiNumPeriod = 2683;
+const sal_Int32 XML_hindiNumbers = 2684;
+const sal_Int32 XML_hindiVowels = 2685;
+const sal_Int32 XML_hint = 2686;
+const sal_Int32 XML_hiragana = 2687;
+const sal_Int32 XML_history = 2688;
+const sal_Int32 XML_hlink = 2689;
+const sal_Int32 XML_hlinkClick = 2690;
+const sal_Int32 XML_hlinkHover = 2691;
+const sal_Int32 XML_hlinkMouseOver = 2692;
+const sal_Int32 XML_hold = 2693;
+const sal_Int32 XML_holeSize = 2694;
+const sal_Int32 XML_holly = 2695;
+const sal_Int32 XML_honeycomb = 2696;
+const sal_Int32 XML_homePlate = 2697;
+const sal_Int32 XML_honeydew = 2698;
+const sal_Int32 XML_horizontal = 2699;
+const sal_Int32 XML_horizontalCentered = 2700;
+const sal_Int32 XML_horizontalDpi = 2701;
+const sal_Int32 XML_horizontalScroll = 2702;
+const sal_Int32 XML_horz = 2703;
+const sal_Int32 XML_horzAlign = 2704;
+const sal_Int32 XML_horzAnchor = 2705;
+const sal_Int32 XML_horzBarState = 2706;
+const sal_Int32 XML_horzBrick = 2707;
+const sal_Int32 XML_horzCross = 2708;
+const sal_Int32 XML_horzOverflow = 2709;
+const sal_Int32 XML_horzStripe = 2710;
+const sal_Int32 XML_hotLight = 2711;
+const sal_Int32 XML_hotPink = 2712;
+const sal_Int32 XML_hour = 2713;
+const sal_Int32 XML_hours = 2714;
+const sal_Int32 XML_houseFunky = 2715;
+const sal_Int32 XML_how = 2716;
+const sal_Int32 XML_hps = 2717;
+const sal_Int32 XML_hpsBaseText = 2718;
+const sal_Int32 XML_hpsRaise = 2719;
+const sal_Int32 XML_hqprint = 2720;
+const sal_Int32 XML_hr = 2721;
+const sal_Int32 XML_hralign = 2722;
+const sal_Int32 XML_href = 2723;
+const sal_Int32 XML_hrnoshade = 2724;
+const sal_Int32 XML_hrpct = 2725;
+const sal_Int32 XML_hrstd = 2726;
+const sal_Int32 XML_hsl = 2727;
+const sal_Int32 XML_hslClr = 2728;
+const sal_Int32 XML_ht = 2729;
+const sal_Int32 XML_htmlFormat = 2730;
+const sal_Int32 XML_htmlPubPr = 2731;
+const sal_Int32 XML_htmlTables = 2732;
+const sal_Int32 XML_hue = 2733;
+const sal_Int32 XML_hueDir = 2734;
+const sal_Int32 XML_hueMod = 2735;
+const sal_Int32 XML_hueOff = 2736;
+const sal_Int32 XML_hundredMillions = 2737;
+const sal_Int32 XML_hundredThousands = 2738;
+const sal_Int32 XML_hundreds = 2739;
+const sal_Int32 XML_hybridMultilevel = 2740;
+const sal_Int32 XML_hyperlink = 2741;
+const sal_Int32 XML_hyperlinks = 2742;
+const sal_Int32 XML_hyphen = 2743;
+const sal_Int32 XML_hyphenationZone = 2744;
+const sal_Int32 XML_hypnotic = 2745;
+const sal_Int32 XML_i = 2746;
+const sal_Int32 XML_i1 = 2747;
+const sal_Int32 XML_i2 = 2748;
+const sal_Int32 XML_i3 = 2749;
+const sal_Int32 XML_i4 = 2750;
+const sal_Int32 XML_i8 = 2751;
+const sal_Int32 XML_iCs = 2752;
+const sal_Int32 XML_iLevel = 2753;
+const sal_Int32 XML_iMeasureFld = 2754;
+const sal_Int32 XML_iMeasureHier = 2755;
+const sal_Int32 XML_iceCreamCones = 2756;
+const sal_Int32 XML_icon = 2757;
+const sal_Int32 XML_iconFilter = 2758;
+const sal_Int32 XML_iconId = 2759;
+const sal_Int32 XML_iconSet = 2760;
+const sal_Int32 XML_id = 2761;
+const sal_Int32 XML_idcntr = 2762;
+const sal_Int32 XML_iddest = 2763;
+const sal_Int32 XML_identifier = 2764;
+const sal_Int32 XML_ideographDigital = 2765;
+const sal_Int32 XML_ideographEnclosedCircle = 2766;
+const sal_Int32 XML_ideographLegalTraditional = 2767;
+const sal_Int32 XML_ideographTraditional = 2768;
+const sal_Int32 XML_ideographZodiac = 2769;
+const sal_Int32 XML_ideographZodiacTraditional = 2770;
+const sal_Int32 XML_idmap = 2771;
+const sal_Int32 XML_idref = 2772;
+const sal_Int32 XML_idsrc = 2773;
+const sal_Int32 XML_idx = 2774;
+const sal_Int32 XML_if = 2775;
+const sal_Int32 XML_ignore = 2776;
+const sal_Int32 XML_ignoreMixedContent = 2777;
+const sal_Int32 XML_ignoredError = 2778;
+const sal_Int32 XML_ignoredErrors = 2779;
+const sal_Int32 XML_ilvl = 2780;
+const sal_Int32 XML_image = 2781;
+const sal_Int32 XML_imagealignshape = 2782;
+const sal_Int32 XML_imageaspect = 2783;
+const sal_Int32 XML_imagedata = 2784;
+const sal_Int32 XML_imagesize = 2785;
+const sal_Int32 XML_imeMode = 2786;
+const sal_Int32 XML_img = 2787;
+const sal_Int32 XML_imgEffect = 2788;
+const sal_Int32 XML_imgH = 2789;
+const sal_Int32 XML_imgLayer = 2790;
+const sal_Int32 XML_imgProps = 2791;
+const sal_Int32 XML_imgSz = 2792;
+const sal_Int32 XML_imgW = 2793;
+const sal_Int32 XML_immersive = 2794;
+const sal_Int32 XML_imprint = 2795;
+const sal_Int32 XML_in = 2796;
+const sal_Int32 XML_inBase = 2797;
+const sal_Int32 XML_inByRing = 2798;
+const sal_Int32 XML_inEnd = 2799;
+const sal_Int32 XML_inactiveBorder = 2800;
+const sal_Int32 XML_inactiveCaption = 2801;
+const sal_Int32 XML_inactiveCaptionText = 2802;
+const sal_Int32 XML_includeHiddenRowCol = 2803;
+const sal_Int32 XML_includeNewItemsInFilter = 2804;
+const sal_Int32 XML_includePrintSettings = 2805;
+const sal_Int32 XML_ind = 2806;
+const sal_Int32 XML_indefinite = 2807;
+const sal_Int32 XML_indent = 2808;
+const sal_Int32 XML_index = 2809;
+const sal_Int32 XML_indexed = 2810;
+const sal_Int32 XML_indexedColors = 2811;
+const sal_Int32 XML_indianRed = 2812;
+const sal_Int32 XML_indigo = 2813;
+const sal_Int32 XML_infoBk = 2814;
+const sal_Int32 XML_infoText = 2815;
+const sal_Int32 XML_information = 2816;
+const sal_Int32 XML_init = 2817;
+const sal_Int32 XML_initials = 2818;
+const sal_Int32 XML_ink = 2819;
+const sal_Int32 XML_inkAnnotations = 2820;
+const sal_Int32 XML_inkTgt = 2821;
+const sal_Int32 XML_inline = 2822;
+const sal_Int32 XML_inlineStr = 2823;
+const sal_Int32 XML_inner = 2824;
+const sal_Int32 XML_innerShdw = 2825;
+const sal_Int32 XML_inputCells = 2826;
+const sal_Int32 XML_ins = 2827;
+const sal_Int32 XML_insDel = 2828;
+const sal_Int32 XML_insertBlankRow = 2829;
+const sal_Int32 XML_insertClear = 2830;
+const sal_Int32 XML_insertCol = 2831;
+const sal_Int32 XML_insertColumns = 2832;
+const sal_Int32 XML_insertDelete = 2833;
+const sal_Int32 XML_insertHyperlinks = 2834;
+const sal_Int32 XML_insertPageBreak = 2835;
+const sal_Int32 XML_insertRow = 2836;
+const sal_Int32 XML_insertRowShift = 2837;
+const sal_Int32 XML_insertRows = 2838;
+const sal_Int32 XML_inset = 2839;
+const sal_Int32 XML_insetmode = 2840;
+const sal_Int32 XML_insetpen = 2841;
+const sal_Int32 XML_insetpenok = 2842;
+const sal_Int32 XML_inside = 2843;
+const sal_Int32 XML_insideH = 2844;
+const sal_Int32 XML_insideMargin = 2845;
+const sal_Int32 XML_insideV = 2846;
+const sal_Int32 XML_instr = 2847;
+const sal_Int32 XML_instrText = 2848;
+const sal_Int32 XML_int = 2849;
+const sal_Int32 XML_intLim = 2850;
+const sal_Int32 XML_intVal = 2851;
+const sal_Int32 XML_integer = 2852;
+const sal_Int32 XML_integrated = 2853;
+const sal_Int32 XML_intensity = 2854;
+const sal_Int32 XML_interSp = 2855;
+const sal_Int32 XML_interactiveSeq = 2856;
+const sal_Int32 XML_intercept = 2857;
+const sal_Int32 XML_intermediate = 2858;
+const sal_Int32 XML_interval = 2859;
+const sal_Int32 XML_intraSp = 2860;
+const sal_Int32 XML_inv = 2861;
+const sal_Int32 XML_invGamma = 2862;
+const sal_Int32 XML_invGray = 2863;
+const sal_Int32 XML_invalEndChars = 2864;
+const sal_Int32 XML_invalStChars = 2865;
+const sal_Int32 XML_invalid = 2866;
+const sal_Int32 XML_invalidUrl = 2867;
+const sal_Int32 XML_inverseGray = 2868;
+const sal_Int32 XML_invertIfNegative = 2869;
+const sal_Int32 XML_invx = 2870;
+const sal_Int32 XML_invy = 2871;
+const sal_Int32 XML_iroha = 2872;
+const sal_Int32 XML_irohaFullWidth = 2873;
+const sal_Int32 XML_irregularSeal1 = 2874;
+const sal_Int32 XML_irregularSeal2 = 2875;
+const sal_Int32 XML_is = 2876;
+const sal_Int32 XML_isInverted = 2877;
+const sal_Int32 XML_isLgl = 2878;
+const sal_Int32 XML_isNarration = 2879;
+const sal_Int32 XML_isPhoto = 2880;
+const sal_Int32 XML_iscomment = 2881;
+const sal_Int32 XML_isometricBottomDown = 2882;
+const sal_Int32 XML_isometricBottomUp = 2883;
+const sal_Int32 XML_isometricLeftDown = 2884;
+const sal_Int32 XML_isometricLeftUp = 2885;
+const sal_Int32 XML_isometricOffAxis1Left = 2886;
+const sal_Int32 XML_isometricOffAxis1Right = 2887;
+const sal_Int32 XML_isometricOffAxis1Top = 2888;
+const sal_Int32 XML_isometricOffAxis2Left = 2889;
+const sal_Int32 XML_isometricOffAxis2Right = 2890;
+const sal_Int32 XML_isometricOffAxis2Top = 2891;
+const sal_Int32 XML_isometricOffAxis3Bottom = 2892;
+const sal_Int32 XML_isometricOffAxis3Left = 2893;
+const sal_Int32 XML_isometricOffAxis3Right = 2894;
+const sal_Int32 XML_isometricOffAxis4Bottom = 2895;
+const sal_Int32 XML_isometricOffAxis4Left = 2896;
+const sal_Int32 XML_isometricOffAxis4Right = 2897;
+const sal_Int32 XML_isometricRightDown = 2898;
+const sal_Int32 XML_isometricRightUp = 2899;
+const sal_Int32 XML_isometricTopDown = 2900;
+const sal_Int32 XML_isometricTopUp = 2901;
+const sal_Int32 XML_issignatureline = 2902;
+const sal_Int32 XML_italic = 2903;
+const sal_Int32 XML_item = 2904;
+const sal_Int32 XML_itemID = 2905;
+const sal_Int32 XML_itemPageCount = 2906;
+const sal_Int32 XML_itemPrintTitles = 2907;
+const sal_Int32 XML_items = 2908;
+const sal_Int32 XML_iterate = 2909;
+const sal_Int32 XML_iterateCount = 2910;
+const sal_Int32 XML_iterateDelta = 2911;
+const sal_Int32 XML_ivory = 2912;
+const sal_Int32 XML_japan = 2913;
+const sal_Int32 XML_japaneseCounting = 2914;
+const sal_Int32 XML_japaneseDigitalTenThousand = 2915;
+const sal_Int32 XML_japaneseLegal = 2916;
+const sal_Int32 XML_jc = 2917;
+const sal_Int32 XML_joinstyle = 2918;
+const sal_Int32 XML_just = 2919;
+const sal_Int32 XML_justLow = 2920;
+const sal_Int32 XML_justify = 2921;
+const sal_Int32 XML_justifyLastLine = 2922;
+const sal_Int32 XML_k = 2923;
+const sal_Int32 XML_keepAlive = 2924;
+const sal_Int32 XML_keepChangeHistory = 2925;
+const sal_Int32 XML_keepLines = 2926;
+const sal_Int32 XML_keepNext = 2927;
+const sal_Int32 XML_kern = 2928;
+const sal_Int32 XML_key = 2929;
+const sal_Int32 XML_keyAttribute = 2930;
+const sal_Int32 XML_keywords = 2931;
+const sal_Int32 XML_khaki = 2932;
+const sal_Int32 XML_kinsoku = 2933;
+const sal_Int32 XML_kiosk = 2934;
+const sal_Int32 XML_korea = 2935;
+const sal_Int32 XML_koreanCounting = 2936;
+const sal_Int32 XML_koreanDigital = 2937;
+const sal_Int32 XML_koreanDigital2 = 2938;
+const sal_Int32 XML_koreanLegal = 2939;
+const sal_Int32 XML_kpi = 2940;
+const sal_Int32 XML_kpis = 2941;
+const sal_Int32 XML_kumimoji = 2942;
+const sal_Int32 XML_kx = 2943;
+const sal_Int32 XML_ky = 2944;
+const sal_Int32 XML_l = 2945;
+const sal_Int32 XML_lB = 2946;
+const sal_Int32 XML_lBounds = 2947;
+const sal_Int32 XML_lCtrCh = 2948;
+const sal_Int32 XML_lCtrDes = 2949;
+const sal_Int32 XML_lIns = 2950;
+const sal_Int32 XML_lMarg = 2951;
+const sal_Int32 XML_lMargin = 2952;
+const sal_Int32 XML_lOff = 2953;
+const sal_Int32 XML_lT = 2954;
+const sal_Int32 XML_label = 2955;
+const sal_Int32 XML_labelOnly = 2956;
+const sal_Int32 XML_landscape = 2957;
+const sal_Int32 XML_lang = 2958;
+const sal_Int32 XML_language = 2959;
+const sal_Int32 XML_largest = 2960;
+const sal_Int32 XML_last = 2961;
+const sal_Int32 XML_last7Days = 2962;
+const sal_Int32 XML_lastClick = 2963;
+const sal_Int32 XML_lastClr = 2964;
+const sal_Int32 XML_lastCol = 2965;
+const sal_Int32 XML_lastColumn = 2966;
+const sal_Int32 XML_lastEdited = 2967;
+const sal_Int32 XML_lastGuid = 2968;
+const sal_Int32 XML_lastHeaderCell = 2969;
+const sal_Int32 XML_lastIdx = 2970;
+const sal_Int32 XML_lastLineOnly = 2971;
+const sal_Int32 XML_lastModifiedBy = 2972;
+const sal_Int32 XML_lastMonth = 2973;
+const sal_Int32 XML_lastPrinted = 2974;
+const sal_Int32 XML_lastQuarter = 2975;
+const sal_Int32 XML_lastRenderedPageBreak = 2976;
+const sal_Int32 XML_lastRow = 2977;
+const sal_Int32 XML_lastRowFirstColumn = 2978;
+const sal_Int32 XML_lastRowLastColumn = 2979;
+const sal_Int32 XML_lastTotalCell = 2980;
+const sal_Int32 XML_lastValue = 2981;
+const sal_Int32 XML_lastView = 2982;
+const sal_Int32 XML_lastWeek = 2983;
+const sal_Int32 XML_lastYear = 2984;
+const sal_Int32 XML_lat = 2985;
+const sal_Int32 XML_latentStyles = 2986;
+const sal_Int32 XML_latin = 2987;
+const sal_Int32 XML_latinLnBrk = 2988;
+const sal_Int32 XML_lavender = 2989;
+const sal_Int32 XML_lavenderBlush = 2990;
+const sal_Int32 XML_lawnGreen = 2991;
+const sal_Int32 XML_layout = 2992;
+const sal_Int32 XML_layoutDef = 2993;
+const sal_Int32 XML_layoutDefHdr = 2994;
+const sal_Int32 XML_layoutDefHdrLst = 2995;
+const sal_Int32 XML_layoutInCell = 2996;
+const sal_Int32 XML_layoutNode = 2997;
+const sal_Int32 XML_layoutRawTableWidth = 2998;
+const sal_Int32 XML_layoutTableRowsApart = 2999;
+const sal_Int32 XML_layoutTarget = 3000;
+const sal_Int32 XML_lblAlgn = 3001;
+const sal_Int32 XML_lblOffset = 3002;
+const sal_Int32 XML_lc = 3003;
+const sal_Int32 XML_ld = 3004;
+const sal_Int32 XML_le = 3005;
+const sal_Int32 XML_leader = 3006;
+const sal_Int32 XML_leaderLines = 3007;
+const sal_Int32 XML_ledger = 3008;
+const sal_Int32 XML_left = 3009;
+const sal_Int32 XML_leftArrow = 3010;
+const sal_Int32 XML_leftArrowCallout = 3011;
+const sal_Int32 XML_leftBrace = 3012;
+const sal_Int32 XML_leftBracket = 3013;
+const sal_Int32 XML_leftChars = 3014;
+const sal_Int32 XML_leftCircularArrow = 3015;
+const sal_Int32 XML_leftFromText = 3016;
+const sal_Int32 XML_leftLabels = 3017;
+const sal_Int32 XML_leftMargin = 3018;
+const sal_Int32 XML_leftRightArrow = 3019;
+const sal_Int32 XML_leftRightArrowCallout = 3020;
+const sal_Int32 XML_leftRightCircularArrow = 3021;
+const sal_Int32 XML_leftRightRibbon = 3022;
+const sal_Int32 XML_leftRightUpArrow = 3023;
+const sal_Int32 XML_leftUpArrow = 3024;
+const sal_Int32 XML_legacy = 3025;
+const sal_Int32 XML_legacyDrawing = 3026;
+const sal_Int32 XML_legacyDrawingHF = 3027;
+const sal_Int32 XML_legacyFlat1 = 3028;
+const sal_Int32 XML_legacyFlat2 = 3029;
+const sal_Int32 XML_legacyFlat3 = 3030;
+const sal_Int32 XML_legacyFlat4 = 3031;
+const sal_Int32 XML_legacyHarsh1 = 3032;
+const sal_Int32 XML_legacyHarsh2 = 3033;
+const sal_Int32 XML_legacyHarsh3 = 3034;
+const sal_Int32 XML_legacyHarsh4 = 3035;
+const sal_Int32 XML_legacyIndent = 3036;
+const sal_Int32 XML_legacyMatte = 3037;
+const sal_Int32 XML_legacyMetal = 3038;
+const sal_Int32 XML_legacyNormal1 = 3039;
+const sal_Int32 XML_legacyNormal2 = 3040;
+const sal_Int32 XML_legacyNormal3 = 3041;
+const sal_Int32 XML_legacyNormal4 = 3042;
+const sal_Int32 XML_legacyObliqueBottom = 3043;
+const sal_Int32 XML_legacyObliqueBottomLeft = 3044;
+const sal_Int32 XML_legacyObliqueBottomRight = 3045;
+const sal_Int32 XML_legacyObliqueFront = 3046;
+const sal_Int32 XML_legacyObliqueLeft = 3047;
+const sal_Int32 XML_legacyObliqueRight = 3048;
+const sal_Int32 XML_legacyObliqueTop = 3049;
+const sal_Int32 XML_legacyObliqueTopLeft = 3050;
+const sal_Int32 XML_legacyObliqueTopRight = 3051;
+const sal_Int32 XML_legacyPerspectiveBottom = 3052;
+const sal_Int32 XML_legacyPerspectiveBottomLeft = 3053;
+const sal_Int32 XML_legacyPerspectiveBottomRight = 3054;
+const sal_Int32 XML_legacyPerspectiveFront = 3055;
+const sal_Int32 XML_legacyPerspectiveLeft = 3056;
+const sal_Int32 XML_legacyPerspectiveRight = 3057;
+const sal_Int32 XML_legacyPerspectiveTop = 3058;
+const sal_Int32 XML_legacyPerspectiveTopLeft = 3059;
+const sal_Int32 XML_legacyPerspectiveTopRight = 3060;
+const sal_Int32 XML_legacyPlastic = 3061;
+const sal_Int32 XML_legacySpace = 3062;
+const sal_Int32 XML_legacyWireframe = 3063;
+const sal_Int32 XML_legend = 3064;
+const sal_Int32 XML_legendEntry = 3065;
+const sal_Int32 XML_legendPos = 3066;
+const sal_Int32 XML_lemonChiffon = 3067;
+const sal_Int32 XML_len = 3068;
+const sal_Int32 XML_length = 3069;
+const sal_Int32 XML_lengthspecified = 3070;
+const sal_Int32 XML_lessThan = 3071;
+const sal_Int32 XML_lessThanOrEqual = 3072;
+const sal_Int32 XML_letter = 3073;
+const sal_Int32 XML_level = 3074;
+const sal_Int32 XML_lg = 3075;
+const sal_Int32 XML_lgCheck = 3076;
+const sal_Int32 XML_lgConfetti = 3077;
+const sal_Int32 XML_lgDash = 3078;
+const sal_Int32 XML_lgDashDot = 3079;
+const sal_Int32 XML_lgDashDotDot = 3080;
+const sal_Int32 XML_lgGrid = 3081;
+const sal_Int32 XML_license = 3082;
+const sal_Int32 XML_lid = 3083;
+const sal_Int32 XML_ligatures = 3084;
+const sal_Int32 XML_light1 = 3085;
+const sal_Int32 XML_light2 = 3086;
+const sal_Int32 XML_lightBulb = 3087;
+const sal_Int32 XML_lightDown = 3088;
+const sal_Int32 XML_lightGray = 3089;
+const sal_Int32 XML_lightGrayscale = 3090;
+const sal_Int32 XML_lightGrid = 3091;
+const sal_Int32 XML_lightHorizontal = 3092;
+const sal_Int32 XML_lightRig = 3093;
+const sal_Int32 XML_lightTrellis = 3094;
+const sal_Int32 XML_lightUp = 3095;
+const sal_Int32 XML_lightVertical = 3096;
+const sal_Int32 XML_lighten = 3097;
+const sal_Int32 XML_lightenLess = 3098;
+const sal_Int32 XML_lightface = 3099;
+const sal_Int32 XML_lightharsh = 3100;
+const sal_Int32 XML_lightharsh2 = 3101;
+const sal_Int32 XML_lightlevel = 3102;
+const sal_Int32 XML_lightlevel2 = 3103;
+const sal_Int32 XML_lightning1 = 3104;
+const sal_Int32 XML_lightning2 = 3105;
+const sal_Int32 XML_lightningBolt = 3106;
+const sal_Int32 XML_lightposition = 3107;
+const sal_Int32 XML_lightposition2 = 3108;
+const sal_Int32 XML_lights = 3109;
+const sal_Int32 XML_lim = 3110;
+const sal_Int32 XML_limLoc = 3111;
+const sal_Int32 XML_limLow = 3112;
+const sal_Int32 XML_limLowPr = 3113;
+const sal_Int32 XML_limUpp = 3114;
+const sal_Int32 XML_limUppPr = 3115;
+const sal_Int32 XML_lime = 3116;
+const sal_Int32 XML_limeGreen = 3117;
+const sal_Int32 XML_limo = 3118;
+const sal_Int32 XML_lin = 3119;
+const sal_Int32 XML_linClrLst = 3120;
+const sal_Int32 XML_linDir = 3121;
+const sal_Int32 XML_line = 3122;
+const sal_Int32 XML_line3DChart = 3123;
+const sal_Int32 XML_lineChart = 3124;
+const sal_Int32 XML_lineInv = 3125;
+const sal_Int32 XML_lineMarker = 3126;
+const sal_Int32 XML_linePitch = 3127;
+const sal_Int32 XML_lineRule = 3128;
+const sal_Int32 XML_lineTo = 3129;
+const sal_Int32 XML_lineWrapLikeWord6 = 3130;
+const sal_Int32 XML_linear = 3131;
+const sal_Int32 XML_linen = 3132;
+const sal_Int32 XML_lines = 3133;
+const sal_Int32 XML_linesAndChars = 3134;
+const sal_Int32 XML_linestyle = 3135;
+const sal_Int32 XML_link = 3136;
+const sal_Int32 XML_linkStyles = 3137;
+const sal_Int32 XML_linkTarget = 3138;
+const sal_Int32 XML_linkToQuery = 3139;
+const sal_Int32 XML_linkedToFile = 3140;
+const sal_Int32 XML_linkedTxbx = 3141;
+const sal_Int32 XML_list = 3142;
+const sal_Int32 XML_listDataValidation = 3143;
+const sal_Int32 XML_listEntry = 3144;
+const sal_Int32 XML_listItem = 3145;
+const sal_Int32 XML_listSeparator = 3146;
+const sal_Int32 XML_lit = 3147;
+const sal_Int32 XML_lkTxEntry = 3148;
+const sal_Int32 XML_ln = 3149;
+const sal_Int32 XML_lnB = 3150;
+const sal_Int32 XML_lnBlToTr = 3151;
+const sal_Int32 XML_lnDef = 3152;
+const sal_Int32 XML_lnL = 3153;
+const sal_Int32 XML_lnNumType = 3154;
+const sal_Int32 XML_lnR = 3155;
+const sal_Int32 XML_lnRef = 3156;
+const sal_Int32 XML_lnSpAfChP = 3157;
+const sal_Int32 XML_lnSpAfParP = 3158;
+const sal_Int32 XML_lnSpCh = 3159;
+const sal_Int32 XML_lnSpPar = 3160;
+const sal_Int32 XML_lnSpc = 3161;
+const sal_Int32 XML_lnSpcReduction = 3162;
+const sal_Int32 XML_lnStyleLst = 3163;
+const sal_Int32 XML_lnT = 3164;
+const sal_Int32 XML_lnTlToBr = 3165;
+const sal_Int32 XML_lnTo = 3166;
+const sal_Int32 XML_lo = 3167;
+const sal_Int32 XML_loCatId = 3168;
+const sal_Int32 XML_loTypeId = 3169;
+const sal_Int32 XML_local = 3170;
+const sal_Int32 XML_localConnection = 3171;
+const sal_Int32 XML_localRefresh = 3172;
+const sal_Int32 XML_localSheetId = 3173;
+const sal_Int32 XML_location = 3174;
+const sal_Int32 XML_lock = 3175;
+const sal_Int32 XML_lockRevision = 3176;
+const sal_Int32 XML_lockStructure = 3177;
+const sal_Int32 XML_lockWindows = 3178;
+const sal_Int32 XML_locked = 3179;
+const sal_Int32 XML_lockedCanvas = 3180;
+const sal_Int32 XML_lockrotationcenter = 3181;
+const sal_Int32 XML_loext = 3182;
+const sal_Int32 XML_log = 3183;
+const sal_Int32 XML_logBase = 3184;
+const sal_Int32 XML_lon = 3185;
+const sal_Int32 XML_long = 3186;
+const sal_Int32 XML_longCurve = 3187;
+const sal_Int32 XML_longFileNames = 3188;
+const sal_Int32 XML_longText = 3189;
+const sal_Int32 XML_longdash = 3190;
+const sal_Int32 XML_longdashdot = 3191;
+const sal_Int32 XML_longdashdotdot = 3192;
+const sal_Int32 XML_loop = 3193;
+const sal_Int32 XML_low = 3194;
+const sal_Int32 XML_lowKashida = 3195;
+const sal_Int32 XML_lowerLetter = 3196;
+const sal_Int32 XML_lowerRoman = 3197;
+const sal_Int32 XML_lowestEdited = 3198;
+const sal_Int32 XML_lpstr = 3199;
+const sal_Int32 XML_lpwstr = 3200;
+const sal_Int32 XML_lrTb = 3201;
+const sal_Int32 XML_lrTbV = 3202;
+const sal_Int32 XML_ls = 3203;
+const sal_Int32 XML_lsdException = 3204;
+const sal_Int32 XML_lstStyle = 3205;
+const sal_Int32 XML_lt = 3206;
+const sal_Int32 XML_lt1 = 3207;
+const sal_Int32 XML_lt2 = 3208;
+const sal_Int32 XML_ltBlue = 3209;
+const sal_Int32 XML_ltCoral = 3210;
+const sal_Int32 XML_ltCyan = 3211;
+const sal_Int32 XML_ltDnDiag = 3212;
+const sal_Int32 XML_ltGoldenrodYellow = 3213;
+const sal_Int32 XML_ltGray = 3214;
+const sal_Int32 XML_ltGreen = 3215;
+const sal_Int32 XML_ltHorz = 3216;
+const sal_Int32 XML_ltPink = 3217;
+const sal_Int32 XML_ltSalmon = 3218;
+const sal_Int32 XML_ltSeaGreen = 3219;
+const sal_Int32 XML_ltSkyBlue = 3220;
+const sal_Int32 XML_ltSlateGray = 3221;
+const sal_Int32 XML_ltSteelBlue = 3222;
+const sal_Int32 XML_ltUpDiag = 3223;
+const sal_Int32 XML_ltVert = 3224;
+const sal_Int32 XML_ltYellow = 3225;
+const sal_Int32 XML_lte = 3226;
+const sal_Int32 XML_lu = 3227;
+const sal_Int32 XML_lum = 3228;
+const sal_Int32 XML_lumMod = 3229;
+const sal_Int32 XML_lumOff = 3230;
+const sal_Int32 XML_lvl = 3231;
+const sal_Int32 XML_lvl1pPr = 3232;
+const sal_Int32 XML_lvl2pPr = 3233;
+const sal_Int32 XML_lvl3pPr = 3234;
+const sal_Int32 XML_lvl4pPr = 3235;
+const sal_Int32 XML_lvl5pPr = 3236;
+const sal_Int32 XML_lvl6pPr = 3237;
+const sal_Int32 XML_lvl7pPr = 3238;
+const sal_Int32 XML_lvl8pPr = 3239;
+const sal_Int32 XML_lvl9pPr = 3240;
+const sal_Int32 XML_lvlAtOnce = 3241;
+const sal_Int32 XML_lvlJc = 3242;
+const sal_Int32 XML_lvlOne = 3243;
+const sal_Int32 XML_lvlOverride = 3244;
+const sal_Int32 XML_lvlPicBulletId = 3245;
+const sal_Int32 XML_lvlRestart = 3246;
+const sal_Int32 XML_lvlText = 3247;
+const sal_Int32 XML_m = 3248;
+const sal_Int32 XML_mPr = 3249;
+const sal_Int32 XML_mac = 3250;
+const sal_Int32 XML_macro = 3251;
+const sal_Int32 XML_macrosheet = 3252;
+const sal_Int32 XML_magenta = 3253;
+const sal_Int32 XML_mailAsAttachment = 3254;
+const sal_Int32 XML_mailMerge = 3255;
+const sal_Int32 XML_mailSubject = 3256;
+const sal_Int32 XML_mailingLabels = 3257;
+const sal_Int32 XML_main = 3258;
+const sal_Int32 XML_mainDocumentType = 3259;
+const sal_Int32 XML_mainSeq = 3260;
+const sal_Int32 XML_major = 3261;
+const sal_Int32 XML_majorAscii = 3262;
+const sal_Int32 XML_majorBidi = 3263;
+const sal_Int32 XML_majorEastAsia = 3264;
+const sal_Int32 XML_majorFont = 3265;
+const sal_Int32 XML_majorGridlines = 3266;
+const sal_Int32 XML_majorHAnsi = 3267;
+const sal_Int32 XML_majorTickMark = 3268;
+const sal_Int32 XML_majorTimeUnit = 3269;
+const sal_Int32 XML_majorUnit = 3270;
+const sal_Int32 XML_man = 3271;
+const sal_Int32 XML_manifestLocation = 3272;
+const sal_Int32 XML_manual = 3273;
+const sal_Int32 XML_manualBreakCount = 3274;
+const sal_Int32 XML_manualLayout = 3275;
+const sal_Int32 XML_map = 3276;
+const sal_Int32 XML_mapId = 3277;
+const sal_Int32 XML_mapPins = 3278;
+const sal_Int32 XML_mapleLeaf = 3279;
+const sal_Int32 XML_mapleMuffins = 3280;
+const sal_Int32 XML_mappedName = 3281;
+const sal_Int32 XML_mappingCount = 3282;
+const sal_Int32 XML_maps = 3283;
+const sal_Int32 XML_marB = 3284;
+const sal_Int32 XML_marBottom = 3285;
+const sal_Int32 XML_marH = 3286;
+const sal_Int32 XML_marL = 3287;
+const sal_Int32 XML_marLeft = 3288;
+const sal_Int32 XML_marR = 3289;
+const sal_Int32 XML_marRight = 3290;
+const sal_Int32 XML_marT = 3291;
+const sal_Int32 XML_marTop = 3292;
+const sal_Int32 XML_marW = 3293;
+const sal_Int32 XML_margin = 3294;
+const sal_Int32 XML_marker = 3295;
+const sal_Int32 XML_markup = 3296;
+const sal_Int32 XML_maroon = 3297;
+const sal_Int32 XML_marquee = 3298;
+const sal_Int32 XML_marqueeToothed = 3299;
+const sal_Int32 XML_master = 3300;
+const sal_Int32 XML_masterClrMapping = 3301;
+const sal_Int32 XML_masterPages = 3302;
+const sal_Int32 XML_masterRel = 3303;
+const sal_Int32 XML_match = 3304;
+const sal_Int32 XML_matchSrc = 3305;
+const sal_Int32 XML_matchingName = 3306;
+const sal_Int32 XML_mathDivide = 3307;
+const sal_Int32 XML_mathEqual = 3308;
+const sal_Int32 XML_mathFont = 3309;
+const sal_Int32 XML_mathMinus = 3310;
+const sal_Int32 XML_mathMultiply = 3311;
+const sal_Int32 XML_mathNotEqual = 3312;
+const sal_Int32 XML_mathPlus = 3313;
+const sal_Int32 XML_mathPr = 3314;
+const sal_Int32 XML_matrix = 3315;
+const sal_Int32 XML_matte = 3316;
+const sal_Int32 XML_max = 3317;
+const sal_Int32 XML_maxAng = 3318;
+const sal_Int32 XML_maxDate = 3319;
+const sal_Int32 XML_maxDepth = 3320;
+const sal_Int32 XML_maxDist = 3321;
+const sal_Int32 XML_maxLength = 3322;
+const sal_Int32 XML_maxMin = 3323;
+const sal_Int32 XML_maxR = 3324;
+const sal_Int32 XML_maxRId = 3325;
+const sal_Int32 XML_maxRank = 3326;
+const sal_Int32 XML_maxSheetId = 3327;
+const sal_Int32 XML_maxSubtotal = 3328;
+const sal_Int32 XML_maxVal = 3329;
+const sal_Int32 XML_maxValue = 3330;
+const sal_Int32 XML_maxX = 3331;
+const sal_Int32 XML_maxY = 3332;
+const sal_Int32 XML_maximized = 3333;
+const sal_Int32 XML_mc = 3334;
+const sal_Int32 XML_mcJc = 3335;
+const sal_Int32 XML_mcPr = 3336;
+const sal_Int32 XML_mcs = 3337;
+const sal_Int32 XML_mdx = 3338;
+const sal_Int32 XML_mdxMetadata = 3339;
+const sal_Int32 XML_mdxSubqueries = 3340;
+const sal_Int32 XML_measure = 3341;
+const sal_Int32 XML_measureFilter = 3342;
+const sal_Int32 XML_measureGroup = 3343;
+const sal_Int32 XML_measureGroups = 3344;
+const sal_Int32 XML_measures = 3345;
+const sal_Int32 XML_med = 3346;
+const sal_Int32 XML_medAquamarine = 3347;
+const sal_Int32 XML_medBlue = 3348;
+const sal_Int32 XML_medOrchid = 3349;
+const sal_Int32 XML_medPurple = 3350;
+const sal_Int32 XML_medSeaGreen = 3351;
+const sal_Int32 XML_medSlateBlue = 3352;
+const sal_Int32 XML_medSpringGreen = 3353;
+const sal_Int32 XML_medTurquoise = 3354;
+const sal_Int32 XML_medVioletRed = 3355;
+const sal_Int32 XML_media = 3356;
+const sal_Int32 XML_mediaAndTx = 3357;
+const sal_Int32 XML_mediacall = 3358;
+const sal_Int32 XML_medium = 3359;
+const sal_Int32 XML_mediumDashDot = 3360;
+const sal_Int32 XML_mediumDashDotDot = 3361;
+const sal_Int32 XML_mediumDashed = 3362;
+const sal_Int32 XML_mediumGray = 3363;
+const sal_Int32 XML_mediumKashida = 3364;
+const sal_Int32 XML_member = 3365;
+const sal_Int32 XML_memberName = 3366;
+const sal_Int32 XML_memberPropertyField = 3367;
+const sal_Int32 XML_memberValueDatatype = 3368;
+const sal_Int32 XML_members = 3369;
+const sal_Int32 XML_menu = 3370;
+const sal_Int32 XML_menuBar = 3371;
+const sal_Int32 XML_menuHighlight = 3372;
+const sal_Int32 XML_menuText = 3373;
+const sal_Int32 XML_merge = 3374;
+const sal_Int32 XML_mergeCell = 3375;
+const sal_Int32 XML_mergeCells = 3376;
+const sal_Int32 XML_mergeInterval = 3377;
+const sal_Int32 XML_mergeItem = 3378;
+const sal_Int32 XML_metadata = 3379;
+const sal_Int32 XML_metadataStrings = 3380;
+const sal_Int32 XML_metadataType = 3381;
+const sal_Int32 XML_metadataTypes = 3382;
+const sal_Int32 XML_metal = 3383;
+const sal_Int32 XML_meth = 3384;
+const sal_Int32 XML_method = 3385;
+const sal_Int32 XML_mid = 3386;
+const sal_Int32 XML_midCat = 3387;
+const sal_Int32 XML_midL = 3388;
+const sal_Int32 XML_midR = 3389;
+const sal_Int32 XML_middle = 3390;
+const sal_Int32 XML_middleDot = 3391;
+const sal_Int32 XML_midnightBlue = 3392;
+const sal_Int32 XML_millions = 3393;
+const sal_Int32 XML_min = 3394;
+const sal_Int32 XML_minAng = 3395;
+const sal_Int32 XML_minDate = 3396;
+const sal_Int32 XML_minLength = 3397;
+const sal_Int32 XML_minMax = 3398;
+const sal_Int32 XML_minR = 3399;
+const sal_Int32 XML_minRId = 3400;
+const sal_Int32 XML_minRefreshableVersion = 3401;
+const sal_Int32 XML_minSubtotal = 3402;
+const sal_Int32 XML_minSupportedVersion = 3403;
+const sal_Int32 XML_minValue = 3404;
+const sal_Int32 XML_minVer = 3405;
+const sal_Int32 XML_minX = 3406;
+const sal_Int32 XML_minY = 3407;
+const sal_Int32 XML_minimized = 3408;
+const sal_Int32 XML_minimumVersion = 3409;
+const sal_Int32 XML_minor = 3410;
+const sal_Int32 XML_minorAscii = 3411;
+const sal_Int32 XML_minorBidi = 3412;
+const sal_Int32 XML_minorEastAsia = 3413;
+const sal_Int32 XML_minorFont = 3414;
+const sal_Int32 XML_minorGridlines = 3415;
+const sal_Int32 XML_minorHAnsi = 3416;
+const sal_Int32 XML_minorTickMark = 3417;
+const sal_Int32 XML_minorTimeUnit = 3418;
+const sal_Int32 XML_minorUnit = 3419;
+const sal_Int32 XML_mintCream = 3420;
+const sal_Int32 XML_minus = 3421;
+const sal_Int32 XML_minusx = 3422;
+const sal_Int32 XML_minusy = 3423;
+const sal_Int32 XML_minute = 3424;
+const sal_Int32 XML_minutes = 3425;
+const sal_Int32 XML_mirrorIndents = 3426;
+const sal_Int32 XML_mirrorMargins = 3427;
+const sal_Int32 XML_missingCaption = 3428;
+const sal_Int32 XML_missingItemsLimit = 3429;
+const sal_Int32 XML_mistyRose = 3430;
+const sal_Int32 XML_miter = 3431;
+const sal_Int32 XML_miterlimit = 3432;
+const sal_Int32 XML_moccasin = 3433;
+const sal_Int32 XML_mod = 3434;
+const sal_Int32 XML_modId = 3435;
+const sal_Int32 XML_modelId = 3436;
+const sal_Int32 XML_modern = 3437;
+const sal_Int32 XML_modified = 3438;
+const sal_Int32 XML_modifyVerifier = 3439;
+const sal_Int32 XML_mongolianVert = 3440;
+const sal_Int32 XML_monospace = 3441;
+const sal_Int32 XML_month = 3442;
+const sal_Int32 XML_monthLong = 3443;
+const sal_Int32 XML_monthShort = 3444;
+const sal_Int32 XML_months = 3445;
+const sal_Int32 XML_moon = 3446;
+const sal_Int32 XML_moons = 3447;
+const sal_Int32 XML_morning = 3448;
+const sal_Int32 XML_morph = 3449;
+const sal_Int32 XML_mosaic = 3450;
+const sal_Int32 XML_moveFrom = 3451;
+const sal_Int32 XML_moveFromRangeEnd = 3452;
+const sal_Int32 XML_moveFromRangeStart = 3453;
+const sal_Int32 XML_moveTo = 3454;
+const sal_Int32 XML_moveToRangeEnd = 3455;
+const sal_Int32 XML_moveToRangeStart = 3456;
+const sal_Int32 XML_moveWith = 3457;
+const sal_Int32 XML_moveWithCells = 3458;
+const sal_Int32 XML_movie = 3459;
+const sal_Int32 XML_movingAvg = 3460;
+const sal_Int32 XML_mp = 3461;
+const sal_Int32 XML_mpFld = 3462;
+const sal_Int32 XML_mpMap = 3463;
+const sal_Int32 XML_mps = 3464;
+const sal_Int32 XML_mr = 3465;
+const sal_Int32 XML_mruColors = 3466;
+const sal_Int32 XML_ms = 3467;
+const sal_Int32 XML_mult = 3468;
+const sal_Int32 XML_multiLevelType = 3469;
+const sal_Int32 XML_multiLine = 3470;
+const sal_Int32 XML_multiLvlStrCache = 3471;
+const sal_Int32 XML_multiLvlStrRef = 3472;
+const sal_Int32 XML_multilevel = 3473;
+const sal_Int32 XML_multipleFieldFilters = 3474;
+const sal_Int32 XML_multipleItemSelectionAllowed = 3475;
+const sal_Int32 XML_musicNotes = 3476;
+const sal_Int32 XML_mute = 3477;
+const sal_Int32 XML_mwSmallCaps = 3478;
+const sal_Int32 XML_n = 3479;
+const sal_Int32 XML_na = 3480;
+const sal_Int32 XML_name = 3481;
+const sal_Int32 XML_nameLen = 3482;
+const sal_Int32 XML_namespaceUri = 3483;
+const sal_Int32 XML_namespaceuri = 3484;
+const sal_Int32 XML_narHorz = 3485;
+const sal_Int32 XML_narVert = 3486;
+const sal_Int32 XML_narrow = 3487;
+const sal_Int32 XML_nary = 3488;
+const sal_Int32 XML_naryLim = 3489;
+const sal_Int32 XML_naryPr = 3490;
+const sal_Int32 XML_native = 3491;
+const sal_Int32 XML_navajoWhite = 3492;
+const sal_Int32 XML_navy = 3493;
+const sal_Int32 XML_nc = 3494;
+const sal_Int32 XML_nd = 3495;
+const sal_Int32 XML_ndxf = 3496;
+const sal_Int32 XML_neCell = 3497;
+const sal_Int32 XML_negativeBarColorSameAsPositive = 3498;
+const sal_Int32 XML_negativeFillColor = 3499;
+const sal_Int32 XML_negativeInteger = 3500;
+const sal_Int32 XML_neq = 3501;
+const sal_Int32 XML_never = 3502;
+const sal_Int32 XML_new = 3503;
+const sal_Int32 XML_newDocument = 3504;
+const sal_Int32 XML_newLength = 3505;
+const sal_Int32 XML_newName = 3506;
+const sal_Int32 XML_newPage = 3507;
+const sal_Int32 XML_newSection = 3508;
+const sal_Int32 XML_newsflash = 3509;
+const sal_Int32 XML_next = 3510;
+const sal_Int32 XML_nextAc = 3511;
+const sal_Int32 XML_nextClick = 3512;
+const sal_Int32 XML_nextColumn = 3513;
+const sal_Int32 XML_nextCondLst = 3514;
+const sal_Int32 XML_nextId = 3515;
+const sal_Int32 XML_nextMonth = 3516;
+const sal_Int32 XML_nextPage = 3517;
+const sal_Int32 XML_nextQuarter = 3518;
+const sal_Int32 XML_nextTo = 3519;
+const sal_Int32 XML_nextWeek = 3520;
+const sal_Int32 XML_nextYear = 3521;
+const sal_Int32 XML_nf = 3522;
+const sal_Int32 XML_nil = 3523;
+const sal_Int32 XML_nlCheck = 3524;
+const sal_Int32 XML_noAdjustHandles = 3525;
+const sal_Int32 XML_noArr = 3526;
+const sal_Int32 XML_noAutofit = 3527;
+const sal_Int32 XML_noBar = 3528;
+const sal_Int32 XML_noBorder = 3529;
+const sal_Int32 XML_noBreak = 3530;
+const sal_Int32 XML_noBreakHyphen = 3531;
+const sal_Int32 XML_noChangeArrowheads = 3532;
+const sal_Int32 XML_noChangeAspect = 3533;
+const sal_Int32 XML_noChangeShapeType = 3534;
+const sal_Int32 XML_noColumnBalance = 3535;
+const sal_Int32 XML_noControl = 3536;
+const sal_Int32 XML_noConversion = 3537;
+const sal_Int32 XML_noCrop = 3538;
+const sal_Int32 XML_noDrilldown = 3539;
+const sal_Int32 XML_noEditPoints = 3540;
+const sal_Int32 XML_noEndCap = 3541;
+const sal_Int32 XML_noEndnote = 3542;
+const sal_Int32 XML_noExtraLineSpacing = 3543;
+const sal_Int32 XML_noFill = 3544;
+const sal_Int32 XML_noGrp = 3545;
+const sal_Int32 XML_noHBand = 3546;
+const sal_Int32 XML_noIndicator = 3547;
+const sal_Int32 XML_noLabel = 3548;
+const sal_Int32 XML_noLeading = 3549;
+const sal_Int32 XML_noLineBreaksAfter = 3550;
+const sal_Int32 XML_noLineBreaksBefore = 3551;
+const sal_Int32 XML_noMove = 3552;
+const sal_Int32 XML_noMultiLvlLbl = 3553;
+const sal_Int32 XML_noProof = 3554;
+const sal_Int32 XML_noPunctuationKerning = 3555;
+const sal_Int32 XML_noResize = 3556;
+const sal_Int32 XML_noResizeAllowed = 3557;
+const sal_Int32 XML_noRot = 3558;
+const sal_Int32 XML_noSelect = 3559;
+const sal_Int32 XML_noSmoking = 3560;
+const sal_Int32 XML_noSpaceRaiseLower = 3561;
+const sal_Int32 XML_noStrike = 3562;
+const sal_Int32 XML_noTabHangInd = 3563;
+const sal_Int32 XML_noTextEdit = 3564;
+const sal_Int32 XML_noUngrp = 3565;
+const sal_Int32 XML_noVBand = 3566;
+const sal_Int32 XML_noWrap = 3567;
+const sal_Int32 XML_node = 3568;
+const sal_Int32 XML_nodeHorzAlign = 3569;
+const sal_Int32 XML_nodePh = 3570;
+const sal_Int32 XML_nodeType = 3571;
+const sal_Int32 XML_nodeVertAlign = 3572;
+const sal_Int32 XML_nonAsst = 3573;
+const sal_Int32 XML_nonAutoSortDefault = 3574;
+const sal_Int32 XML_nonIsoscelesTrapezoid = 3575;
+const sal_Int32 XML_nonNegativeInteger = 3576;
+const sal_Int32 XML_nonNorm = 3577;
+const sal_Int32 XML_nonPositiveInteger = 3578;
+const sal_Int32 XML_none = 3579;
+const sal_Int32 XML_nor = 3580;
+const sal_Int32 XML_norm = 3581;
+const sal_Int32 XML_normAutofit = 3582;
+const sal_Int32 XML_normal = 3583;
+const sal_Int32 XML_normalViewPr = 3584;
+const sal_Int32 XML_normalizeH = 3585;
+const sal_Int32 XML_normalizedString = 3586;
+const sal_Int32 XML_northwest = 3587;
+const sal_Int32 XML_notBeside = 3588;
+const sal_Int32 XML_notBetween = 3589;
+const sal_Int32 XML_notContains = 3590;
+const sal_Int32 XML_notContainsBlanks = 3591;
+const sal_Int32 XML_notContainsErrors = 3592;
+const sal_Int32 XML_notContainsText = 3593;
+const sal_Int32 XML_notEqual = 3594;
+const sal_Int32 XML_notFirstPage = 3595;
+const sal_Int32 XML_notSpecified = 3596;
+const sal_Int32 XML_notTrueType = 3597;
+const sal_Int32 XML_notchedRightArrow = 3598;
+const sal_Int32 XML_notes = 3599;
+const sal_Int32 XML_notesMaster = 3600;
+const sal_Int32 XML_notesMasterId = 3601;
+const sal_Int32 XML_notesMasterIdLst = 3602;
+const sal_Int32 XML_notesMasterView = 3603;
+const sal_Int32 XML_notesStyle = 3604;
+const sal_Int32 XML_notesSz = 3605;
+const sal_Int32 XML_notesTextViewPr = 3606;
+const sal_Int32 XML_notesView = 3607;
+const sal_Int32 XML_notesViewPr = 3608;
+const sal_Int32 XML_nothing = 3609;
+const sal_Int32 XML_np = 3610;
+const sal_Int32 XML_ns = 3611;
+const sal_Int32 XML_nsid = 3612;
+const sal_Int32 XML_null = 3613;
+const sal_Int32 XML_num = 3614;
+const sal_Int32 XML_numCache = 3615;
+const sal_Int32 XML_numCol = 3616;
+const sal_Int32 XML_numFmt = 3617;
+const sal_Int32 XML_numFmtId = 3618;
+const sal_Int32 XML_numFmts = 3619;
+const sal_Int32 XML_numForm = 3620;
+const sal_Int32 XML_numId = 3621;
+const sal_Int32 XML_numIdMacAtCleanup = 3622;
+const sal_Int32 XML_numLit = 3623;
+const sal_Int32 XML_numPicBullet = 3624;
+const sal_Int32 XML_numPicBulletId = 3625;
+const sal_Int32 XML_numPr = 3626;
+const sal_Int32 XML_numRef = 3627;
+const sal_Int32 XML_numRestart = 3628;
+const sal_Int32 XML_numSld = 3629;
+const sal_Int32 XML_numSpacing = 3630;
+const sal_Int32 XML_numStart = 3631;
+const sal_Int32 XML_numStyleLink = 3632;
+const sal_Int32 XML_numTab = 3633;
+const sal_Int32 XML_number = 3634;
+const sal_Int32 XML_numberInDash = 3635;
+const sal_Int32 XML_numberOfShades = 3636;
+const sal_Int32 XML_numberStoredAsText = 3637;
+const sal_Int32 XML_numbering = 3638;
+const sal_Int32 XML_numberingChange = 3639;
+const sal_Int32 XML_nvCxnSpPr = 3640;
+const sal_Int32 XML_nvGraphicFramePr = 3641;
+const sal_Int32 XML_nvGrpSpPr = 3642;
+const sal_Int32 XML_nvPicPr = 3643;
+const sal_Int32 XML_nvPr = 3644;
+const sal_Int32 XML_nvSpPr = 3645;
+const sal_Int32 XML_nwCell = 3646;
+const sal_Int32 XML_o = 3647;
+const sal_Int32 XML_oMath = 3648;
+const sal_Int32 XML_oMathPara = 3649;
+const sal_Int32 XML_oMathParaPr = 3650;
+const sal_Int32 XML_obj = 3651;
+const sal_Int32 XML_objAndTwoObj = 3652;
+const sal_Int32 XML_objAndTx = 3653;
+const sal_Int32 XML_objDist = 3654;
+const sal_Int32 XML_objOnly = 3655;
+const sal_Int32 XML_objOverTx = 3656;
+const sal_Int32 XML_objTx = 3657;
+const sal_Int32 XML_object = 3658;
+const sal_Int32 XML_objectDefaults = 3659;
+const sal_Int32 XML_objects = 3660;
+const sal_Int32 XML_obliqueBottom = 3661;
+const sal_Int32 XML_obliqueBottomLeft = 3662;
+const sal_Int32 XML_obliqueBottomRight = 3663;
+const sal_Int32 XML_obliqueLeft = 3664;
+const sal_Int32 XML_obliqueRight = 3665;
+const sal_Int32 XML_obliqueTop = 3666;
+const sal_Int32 XML_obliqueTopLeft = 3667;
+const sal_Int32 XML_obliqueTopRight = 3668;
+const sal_Int32 XML_oblob = 3669;
+const sal_Int32 XML_obscured = 3670;
+const sal_Int32 XML_oc = 3671;
+const sal_Int32 XML_octagon = 3672;
+const sal_Int32 XML_ocx = 3673;
+const sal_Int32 XML_ocxPr = 3674;
+const sal_Int32 XML_odbc = 3675;
+const sal_Int32 XML_odcFile = 3676;
+const sal_Int32 XML_oddFooter = 3677;
+const sal_Int32 XML_oddHBand = 3678;
+const sal_Int32 XML_oddHeader = 3679;
+const sal_Int32 XML_oddPage = 3680;
+const sal_Int32 XML_oddVBand = 3681;
+const sal_Int32 XML_odso = 3682;
+const sal_Int32 XML_odxf = 3683;
+const sal_Int32 XML_ofPieChart = 3684;
+const sal_Int32 XML_ofPieType = 3685;
+const sal_Int32 XML_off = 3686;
+const sal_Int32 XML_offset = 3687;
+const sal_Int32 XML_offset2 = 3688;
+const sal_Int32 XML_offsetFrom = 3689;
+const sal_Int32 XML_olapFunctions = 3690;
+const sal_Int32 XML_olapPr = 3691;
+const sal_Int32 XML_old = 3692;
+const sal_Int32 XML_oldComment = 3693;
+const sal_Int32 XML_oldCustomMenu = 3694;
+const sal_Int32 XML_oldDescription = 3695;
+const sal_Int32 XML_oldFormula = 3696;
+const sal_Int32 XML_oldFunction = 3697;
+const sal_Int32 XML_oldFunctionGroupId = 3698;
+const sal_Int32 XML_oldHelp = 3699;
+const sal_Int32 XML_oldHidden = 3700;
+const sal_Int32 XML_oldLace = 3701;
+const sal_Int32 XML_oldLength = 3702;
+const sal_Int32 XML_oldName = 3703;
+const sal_Int32 XML_oldPh = 3704;
+const sal_Int32 XML_oldQuotePrefix = 3705;
+const sal_Int32 XML_oldShortcutKey = 3706;
+const sal_Int32 XML_oldStatusBar = 3707;
+const sal_Int32 XML_ole = 3708;
+const sal_Int32 XML_oleChartEl = 3709;
+const sal_Int32 XML_oleItem = 3710;
+const sal_Int32 XML_oleItems = 3711;
+const sal_Int32 XML_oleLink = 3712;
+const sal_Int32 XML_oleObj = 3713;
+const sal_Int32 XML_oleObject = 3714;
+const sal_Int32 XML_oleObjects = 3715;
+const sal_Int32 XML_oleSize = 3716;
+const sal_Int32 XML_oleUpdate = 3717;
+const sal_Int32 XML_oleicon = 3718;
+const sal_Int32 XML_oleid = 3719;
+const sal_Int32 XML_olive = 3720;
+const sal_Int32 XML_oliveDrab = 3721;
+const sal_Int32 XML_on = 3722;
+const sal_Int32 XML_onBegin = 3723;
+const sal_Int32 XML_onClick = 3724;
+const sal_Int32 XML_onDblClick = 3725;
+const sal_Int32 XML_onEnd = 3726;
+const sal_Int32 XML_onMouseOut = 3727;
+const sal_Int32 XML_onMouseOver = 3728;
+const sal_Int32 XML_onNext = 3729;
+const sal_Int32 XML_onPrev = 3730;
+const sal_Int32 XML_onStopAudio = 3731;
+const sal_Int32 XML_one = 3732;
+const sal_Int32 XML_oneCell = 3733;
+const sal_Int32 XML_oneCellAnchor = 3734;
+const sal_Int32 XML_oneField = 3735;
+const sal_Int32 XML_oned = 3736;
+const sal_Int32 XML_onlySync = 3737;
+const sal_Int32 XML_onlyUseConnectionFile = 3738;
+const sal_Int32 XML_op = 3739;
+const sal_Int32 XML_opEmu = 3740;
+const sal_Int32 XML_opacity = 3741;
+const sal_Int32 XML_opacity2 = 3742;
+const sal_Int32 XML_open = 3743;
+const sal_Int32 XML_openDmnd = 3744;
+const sal_Int32 XML_operator = 3745;
+const sal_Int32 XML_optimizeForBrowser = 3746;
+const sal_Int32 XML_optimizeMemory = 3747;
+const sal_Int32 XML_orange = 3748;
+const sal_Int32 XML_orangeRed = 3749;
+const sal_Int32 XML_orchid = 3750;
+const sal_Int32 XML_order = 3751;
+const sal_Int32 XML_ordinal = 3752;
+const sal_Int32 XML_ordinalText = 3753;
+const sal_Int32 XML_orgChart = 3754;
+const sal_Int32 XML_organizeInFolders = 3755;
+const sal_Int32 XML_orgchart = 3756;
+const sal_Int32 XML_orient = 3757;
+const sal_Int32 XML_orientation = 3758;
+const sal_Int32 XML_orientationangle = 3759;
+const sal_Int32 XML_origin = 3760;
+const sal_Int32 XML_original = 3761;
+const sal_Int32 XML_orthographicFront = 3762;
+const sal_Int32 XML_ostorage = 3763;
+const sal_Int32 XML_ostream = 3764;
+const sal_Int32 XML_other = 3765;
+const sal_Int32 XML_otherStyle = 3766;
+const sal_Int32 XML_out = 3767;
+const sal_Int32 XML_outByRing = 3768;
+const sal_Int32 XML_outEnd = 3769;
+const sal_Int32 XML_outer = 3770;
+const sal_Int32 XML_outerShdw = 3771;
+const sal_Int32 XML_outline = 3772;
+const sal_Int32 XML_outline1pPr = 3773;
+const sal_Int32 XML_outline2pPr = 3774;
+const sal_Int32 XML_outlineData = 3775;
+const sal_Int32 XML_outlineLevel = 3776;
+const sal_Int32 XML_outlineLevelCol = 3777;
+const sal_Int32 XML_outlineLevelRow = 3778;
+const sal_Int32 XML_outlineLvl = 3779;
+const sal_Int32 XML_outlinePr = 3780;
+const sal_Int32 XML_outlineSymbols = 3781;
+const sal_Int32 XML_outlineView = 3782;
+const sal_Int32 XML_outlineViewPr = 3783;
+const sal_Int32 XML_outset = 3784;
+const sal_Int32 XML_outside = 3785;
+const sal_Int32 XML_outsideMargin = 3786;
+const sal_Int32 XML_oval = 3787;
+const sal_Int32 XML_ovals = 3788;
+const sal_Int32 XML_over = 3789;
+const sal_Int32 XML_overThenDown = 3790;
+const sal_Int32 XML_overflow = 3791;
+const sal_Int32 XML_overflowPunct = 3792;
+const sal_Int32 XML_overhead = 3793;
+const sal_Int32 XML_overlap = 3794;
+const sal_Int32 XML_overlay = 3795;
+const sal_Int32 XML_override = 3796;
+const sal_Int32 XML_overrideClrMapping = 3797;
+const sal_Int32 XML_overwriteClear = 3798;
+const sal_Int32 XML_owners = 3799;
+const sal_Int32 XML_p = 3800;
+const sal_Int32 XML_p14 = 3801;
+const sal_Int32 XML_p15 = 3802;
+const sal_Int32 XML_pBdr = 3803;
+const sal_Int32 XML_pLen = 3804;
+const sal_Int32 XML_pPos = 3805;
+const sal_Int32 XML_pPr = 3806;
+const sal_Int32 XML_pPrChange = 3807;
+const sal_Int32 XML_pPrDefault = 3808;
+const sal_Int32 XML_pRg = 3809;
+const sal_Int32 XML_pStyle = 3810;
+const sal_Int32 XML_packages = 3811;
+const sal_Int32 XML_page = 3812;
+const sal_Int32 XML_pageBottom = 3813;
+const sal_Int32 XML_pageBreakBefore = 3814;
+const sal_Int32 XML_pageBreakPreview = 3815;
+const sal_Int32 XML_pageField = 3816;
+const sal_Int32 XML_pageFieldLabels = 3817;
+const sal_Int32 XML_pageFieldValues = 3818;
+const sal_Int32 XML_pageFields = 3819;
+const sal_Int32 XML_pageItem = 3820;
+const sal_Int32 XML_pageLayout = 3821;
+const sal_Int32 XML_pageMargins = 3822;
+const sal_Int32 XML_pageOrder = 3823;
+const sal_Int32 XML_pageOverThenDown = 3824;
+const sal_Int32 XML_pageSetUpPr = 3825;
+const sal_Int32 XML_pageSetup = 3826;
+const sal_Int32 XML_pageStyle = 3827;
+const sal_Int32 XML_pageWrap = 3828;
+const sal_Int32 XML_pages = 3829;
+const sal_Int32 XML_paleGoldenrod = 3830;
+const sal_Int32 XML_paleGreen = 3831;
+const sal_Int32 XML_paleTurquoise = 3832;
+const sal_Int32 XML_paleVioletRed = 3833;
+const sal_Int32 XML_palmsBlack = 3834;
+const sal_Int32 XML_palmsColor = 3835;
+const sal_Int32 XML_pan = 3836;
+const sal_Int32 XML_pane = 3837;
+const sal_Int32 XML_panose = 3838;
+const sal_Int32 XML_panose1 = 3839;
+const sal_Int32 XML_papayaWhip = 3840;
+const sal_Int32 XML_paperClips = 3841;
+const sal_Int32 XML_paperHeight = 3842;
+const sal_Int32 XML_paperSize = 3843;
+const sal_Int32 XML_paperSrc = 3844;
+const sal_Int32 XML_paperUnits = 3845;
+const sal_Int32 XML_paperWidth = 3846;
+const sal_Int32 XML_papyrus = 3847;
+const sal_Int32 XML_par = 3848;
+const sal_Int32 XML_parOf = 3849;
+const sal_Int32 XML_parTrans = 3850;
+const sal_Int32 XML_parTransId = 3851;
+const sal_Int32 XML_parTxLTRAlign = 3852;
+const sal_Int32 XML_parTxRTLAlign = 3853;
+const sal_Int32 XML_paragraph = 3854;
+const sal_Int32 XML_parallel = 3855;
+const sal_Int32 XML_parallelogram = 3856;
+const sal_Int32 XML_param = 3857;
+const sal_Int32 XML_parameter = 3858;
+const sal_Int32 XML_parameterType = 3859;
+const sal_Int32 XML_parameters = 3860;
+const sal_Int32 XML_parent = 3861;
+const sal_Int32 XML_parentSet = 3862;
+const sal_Int32 XML_parsePre = 3863;
+const sal_Int32 XML_partyFavor = 3864;
+const sal_Int32 XML_partyGlass = 3865;
+const sal_Int32 XML_password = 3866;
+const sal_Int32 XML_pasteAll = 3867;
+const sal_Int32 XML_pasteBorders = 3868;
+const sal_Int32 XML_pasteColWidths = 3869;
+const sal_Int32 XML_pasteComments = 3870;
+const sal_Int32 XML_pasteDataValidation = 3871;
+const sal_Int32 XML_pasteFormats = 3872;
+const sal_Int32 XML_pasteFormulas = 3873;
+const sal_Int32 XML_pasteNumberFormats = 3874;
+const sal_Int32 XML_pasteValues = 3875;
+const sal_Int32 XML_path = 3876;
+const sal_Int32 XML_pathEditMode = 3877;
+const sal_Int32 XML_pathLst = 3878;
+const sal_Int32 XML_pattFill = 3879;
+const sal_Int32 XML_pattern = 3880;
+const sal_Int32 XML_patternFill = 3881;
+const sal_Int32 XML_patternType = 3882;
+const sal_Int32 XML_pct = 3883;
+const sal_Int32 XML_pct10 = 3884;
+const sal_Int32 XML_pct12 = 3885;
+const sal_Int32 XML_pct15 = 3886;
+const sal_Int32 XML_pct20 = 3887;
+const sal_Int32 XML_pct25 = 3888;
+const sal_Int32 XML_pct30 = 3889;
+const sal_Int32 XML_pct35 = 3890;
+const sal_Int32 XML_pct37 = 3891;
+const sal_Int32 XML_pct40 = 3892;
+const sal_Int32 XML_pct45 = 3893;
+const sal_Int32 XML_pct5 = 3894;
+const sal_Int32 XML_pct50 = 3895;
+const sal_Int32 XML_pct55 = 3896;
+const sal_Int32 XML_pct60 = 3897;
+const sal_Int32 XML_pct62 = 3898;
+const sal_Int32 XML_pct65 = 3899;
+const sal_Int32 XML_pct70 = 3900;
+const sal_Int32 XML_pct75 = 3901;
+const sal_Int32 XML_pct80 = 3902;
+const sal_Int32 XML_pct85 = 3903;
+const sal_Int32 XML_pct87 = 3904;
+const sal_Int32 XML_pct90 = 3905;
+const sal_Int32 XML_pct95 = 3906;
+const sal_Int32 XML_pctHeight = 3907;
+const sal_Int32 XML_pctPosHOffset = 3908;
+const sal_Int32 XML_pctPosVOffset = 3909;
+const sal_Int32 XML_pctWidth = 3910;
+const sal_Int32 XML_peachPuff = 3911;
+const sal_Int32 XML_penClr = 3912;
+const sal_Int32 XML_pencilSize = 3913;
+const sal_Int32 XML_pencils = 3914;
+const sal_Int32 XML_pentagon = 3915;
+const sal_Int32 XML_people = 3916;
+const sal_Int32 XML_peopleHats = 3917;
+const sal_Int32 XML_peopleWaving = 3918;
+const sal_Int32 XML_percent = 3919;
+const sal_Int32 XML_percentDiff = 3920;
+const sal_Int32 XML_percentOfCol = 3921;
+const sal_Int32 XML_percentOfRow = 3922;
+const sal_Int32 XML_percentOfTotal = 3923;
+const sal_Int32 XML_percentStacked = 3924;
+const sal_Int32 XML_percentage = 3925;
+const sal_Int32 XML_percentile = 3926;
+const sal_Int32 XML_period = 3927;
+const sal_Int32 XML_permEnd = 3928;
+const sal_Int32 XML_permStart = 3929;
+const sal_Int32 XML_persistPropertyBag = 3930;
+const sal_Int32 XML_persistStorage = 3931;
+const sal_Int32 XML_persistStream = 3932;
+const sal_Int32 XML_persistStreamInit = 3933;
+const sal_Int32 XML_persistence = 3934;
+const sal_Int32 XML_personal = 3935;
+const sal_Int32 XML_personalCompose = 3936;
+const sal_Int32 XML_personalReply = 3937;
+const sal_Int32 XML_personalView = 3938;
+const sal_Int32 XML_perspective = 3939;
+const sal_Int32 XML_perspectiveAbove = 3940;
+const sal_Int32 XML_perspectiveAboveLeftFacing = 3941;
+const sal_Int32 XML_perspectiveAboveRightFacing = 3942;
+const sal_Int32 XML_perspectiveBelow = 3943;
+const sal_Int32 XML_perspectiveContrastingLeftFacing = 3944;
+const sal_Int32 XML_perspectiveContrastingRightFacing = 3945;
+const sal_Int32 XML_perspectiveFront = 3946;
+const sal_Int32 XML_perspectiveHeroicExtremeLeftFacing = 3947;
+const sal_Int32 XML_perspectiveHeroicExtremeRightFacing = 3948;
+const sal_Int32 XML_perspectiveHeroicLeftFacing = 3949;
+const sal_Int32 XML_perspectiveHeroicRightFacing = 3950;
+const sal_Int32 XML_perspectiveLeft = 3951;
+const sal_Int32 XML_perspectiveRelaxed = 3952;
+const sal_Int32 XML_perspectiveRelaxedModerately = 3953;
+const sal_Int32 XML_perspectiveRight = 3954;
+const sal_Int32 XML_peru = 3955;
+const sal_Int32 XML_pg = 3956;
+const sal_Int32 XML_pgBorders = 3957;
+const sal_Int32 XML_pgMar = 3958;
+const sal_Int32 XML_pgNum = 3959;
+const sal_Int32 XML_pgNumB = 3960;
+const sal_Int32 XML_pgNumMargins = 3961;
+const sal_Int32 XML_pgNumT = 3962;
+const sal_Int32 XML_pgNumType = 3963;
+const sal_Int32 XML_pgSz = 3964;
+const sal_Int32 XML_ph = 3965;
+const sal_Int32 XML_phClr = 3966;
+const sal_Int32 XML_phant = 3967;
+const sal_Int32 XML_phantPr = 3968;
+const sal_Int32 XML_phldr = 3969;
+const sal_Int32 XML_phldrT = 3970;
+const sal_Int32 XML_phonetic = 3971;
+const sal_Int32 XML_phoneticPr = 3972;
+const sal_Int32 XML_photoAlbum = 3973;
+const sal_Int32 XML_pic = 3974;
+const sal_Int32 XML_picLocks = 3975;
+const sal_Int32 XML_picTx = 3976;
+const sal_Int32 XML_pict = 3977;
+const sal_Int32 XML_picture = 3978;
+const sal_Int32 XML_pictureFormat = 3979;
+const sal_Int32 XML_pictureOptions = 3980;
+const sal_Int32 XML_pictureStackUnit = 3981;
+const sal_Int32 XML_pid = 3982;
+const sal_Int32 XML_pie = 3983;
+const sal_Int32 XML_pie3DChart = 3984;
+const sal_Int32 XML_pieChart = 3985;
+const sal_Int32 XML_pieWedge = 3986;
+const sal_Int32 XML_pinYin = 3987;
+const sal_Int32 XML_pink = 3988;
+const sal_Int32 XML_pitch = 3989;
+const sal_Int32 XML_pitchFamily = 3990;
+const sal_Int32 XML_pivot = 3991;
+const sal_Int32 XML_pivotArea = 3992;
+const sal_Int32 XML_pivotAreas = 3993;
+const sal_Int32 XML_pivotButton = 3994;
+const sal_Int32 XML_pivotCache = 3995;
+const sal_Int32 XML_pivotCacheDefinition = 3996;
+const sal_Int32 XML_pivotCacheRecords = 3997;
+const sal_Int32 XML_pivotCaches = 3998;
+const sal_Int32 XML_pivotField = 3999;
+const sal_Int32 XML_pivotFields = 4000;
+const sal_Int32 XML_pivotFmt = 4001;
+const sal_Int32 XML_pivotFmts = 4002;
+const sal_Int32 XML_pivotHierarchies = 4003;
+const sal_Int32 XML_pivotHierarchy = 4004;
+const sal_Int32 XML_pivotSelection = 4005;
+const sal_Int32 XML_pivotSource = 4006;
+const sal_Int32 XML_pivotTable = 4007;
+const sal_Int32 XML_pivotTableDefinition = 4008;
+const sal_Int32 XML_pivotTableStyle = 4009;
+const sal_Int32 XML_pivotTableStyleInfo = 4010;
+const sal_Int32 XML_pivotTables = 4011;
+const sal_Int32 XML_pixelsPerInch = 4012;
+const sal_Int32 XML_placeholder = 4013;
+const sal_Int32 XML_placeholders = 4014;
+const sal_Int32 XML_plaid = 4015;
+const sal_Int32 XML_plane = 4016;
+const sal_Int32 XML_plaque = 4017;
+const sal_Int32 XML_plaqueTabs = 4018;
+const sal_Int32 XML_plastic = 4019;
+const sal_Int32 XML_plcHide = 4020;
+const sal_Int32 XML_plotArea = 4021;
+const sal_Int32 XML_plotVisOnly = 4022;
+const sal_Int32 XML_plum = 4023;
+const sal_Int32 XML_plus = 4024;
+const sal_Int32 XML_poinsettias = 4025;
+const sal_Int32 XML_points = 4026;
+const sal_Int32 XML_polar = 4027;
+const sal_Int32 XML_poly = 4028;
+const sal_Int32 XML_polyline = 4029;
+const sal_Int32 XML_portrait = 4030;
+const sal_Int32 XML_pos = 4031;
+const sal_Int32 XML_posEven = 4032;
+const sal_Int32 XML_posOdd = 4033;
+const sal_Int32 XML_posOffset = 4034;
+const sal_Int32 XML_position = 4035;
+const sal_Int32 XML_positionH = 4036;
+const sal_Int32 XML_positionV = 4037;
+const sal_Int32 XML_positiveInteger = 4038;
+const sal_Int32 XML_post = 4039;
+const sal_Int32 XML_postSp = 4040;
+const sal_Int32 XML_postageStamp = 4041;
+const sal_Int32 XML_powder = 4042;
+const sal_Int32 XML_powderBlue = 4043;
+const sal_Int32 XML_power = 4044;
+const sal_Int32 XML_prLst = 4045;
+const sal_Int32 XML_prSet = 4046;
+const sal_Int32 XML_preSp = 4047;
+const sal_Int32 XML_preced = 4048;
+const sal_Int32 XML_precedSib = 4049;
+const sal_Int32 XML_preferPic = 4050;
+const sal_Int32 XML_preferRelativeResize = 4051;
+const sal_Int32 XML_preferSingleView = 4052;
+const sal_Int32 XML_preferrelative = 4053;
+const sal_Int32 XML_prefixMappings = 4054;
+const sal_Int32 XML_pres = 4055;
+const sal_Int32 XML_presAssocID = 4056;
+const sal_Int32 XML_presId = 4057;
+const sal_Int32 XML_presLayoutVars = 4058;
+const sal_Int32 XML_presName = 4059;
+const sal_Int32 XML_presOf = 4060;
+const sal_Int32 XML_presParOf = 4061;
+const sal_Int32 XML_presStyleCnt = 4062;
+const sal_Int32 XML_presStyleIdx = 4063;
+const sal_Int32 XML_presStyleLbl = 4064;
+const sal_Int32 XML_present = 4065;
+const sal_Int32 XML_presentation = 4066;
+const sal_Int32 XML_presentationAccent = 4067;
+const sal_Int32 XML_presentationPr = 4068;
+const sal_Int32 XML_presentationText = 4069;
+const sal_Int32 XML_preserve = 4070;
+const sal_Int32 XML_preserveFormatting = 4071;
+const sal_Int32 XML_preserveHistory = 4072;
+const sal_Int32 XML_preserveSortFilterLayout = 4073;
+const sal_Int32 XML_presetClass = 4074;
+const sal_Int32 XML_presetID = 4075;
+const sal_Int32 XML_presetSubtype = 4076;
+const sal_Int32 XML_pressure = 4077;
+const sal_Int32 XML_prev = 4078;
+const sal_Int32 XML_prevAc = 4079;
+const sal_Int32 XML_prevCondLst = 4080;
+const sal_Int32 XML_previousCol = 4081;
+const sal_Int32 XML_previousRow = 4082;
+const sal_Int32 XML_pri = 4083;
+const sal_Int32 XML_primFontSz = 4084;
+const sal_Int32 XML_print = 4085;
+const sal_Int32 XML_printArea = 4086;
+const sal_Int32 XML_printBodyTextBeforeHeader = 4087;
+const sal_Int32 XML_printColBlack = 4088;
+const sal_Int32 XML_printDrill = 4089;
+const sal_Int32 XML_printFormsData = 4090;
+const sal_Int32 XML_printFractionalCharacterWidth = 4091;
+const sal_Int32 XML_printOptions = 4092;
+const sal_Int32 XML_printPostScriptOverText = 4093;
+const sal_Int32 XML_printSettings = 4094;
+const sal_Int32 XML_printTwoOnOne = 4095;
+const sal_Int32 XML_printer = 4096;
+const sal_Int32 XML_printerSettings = 4097;
+const sal_Int32 XML_priority = 4098;
+const sal_Int32 XML_prism = 4099;
+const sal_Int32 XML_prnPr = 4100;
+const sal_Int32 XML_prnWhat = 4101;
+const sal_Int32 XML_product = 4102;
+const sal_Int32 XML_productSubtotal = 4103;
+const sal_Int32 XML_progId = 4104;
+const sal_Int32 XML_progress = 4105;
+const sal_Int32 XML_prompt = 4106;
+const sal_Int32 XML_promptTitle = 4107;
+const sal_Int32 XML_promptedSolutions = 4108;
+const sal_Int32 XML_proofErr = 4109;
+const sal_Int32 XML_proofState = 4110;
+const sal_Int32 XML_property = 4111;
+const sal_Int32 XML_propertyName = 4112;
+const sal_Int32 XML_props3d = 4113;
+const sal_Int32 XML_prot = 4114;
+const sal_Int32 XML_protected = 4115;
+const sal_Int32 XML_protectedRange = 4116;
+const sal_Int32 XML_protectedRanges = 4117;
+const sal_Int32 XML_protection = 4118;
+const sal_Int32 XML_provid = 4119;
+const sal_Int32 XML_proxy = 4120;
+const sal_Int32 XML_prst = 4121;
+const sal_Int32 XML_prstClr = 4122;
+const sal_Int32 XML_prstDash = 4123;
+const sal_Int32 XML_prstGeom = 4124;
+const sal_Int32 XML_prstMaterial = 4125;
+const sal_Int32 XML_prstShdw = 4126;
+const sal_Int32 XML_prstTrans = 4127;
+const sal_Int32 XML_prstTxWarp = 4128;
+const sal_Int32 XML_pt = 4129;
+const sal_Int32 XML_ptCount = 4130;
+const sal_Int32 XML_ptInCategory = 4131;
+const sal_Int32 XML_ptInSeries = 4132;
+const sal_Int32 XML_ptLst = 4133;
+const sal_Int32 XML_ptType = 4134;
+const sal_Int32 XML_ptab = 4135;
+const sal_Int32 XML_ptsTypes = 4136;
+const sal_Int32 XML_pubBrowser = 4137;
+const sal_Int32 XML_publishItems = 4138;
+const sal_Int32 XML_publishToServer = 4139;
+const sal_Int32 XML_published = 4140;
+const sal_Int32 XML_pull = 4141;
+const sal_Int32 XML_pumpkin1 = 4142;
+const sal_Int32 XML_purple = 4143;
+const sal_Int32 XML_push = 4144;
+const sal_Int32 XML_pushPinNote1 = 4145;
+const sal_Int32 XML_pushPinNote2 = 4146;
+const sal_Int32 XML_pyra = 4147;
+const sal_Int32 XML_pyraAcctBkgdNode = 4148;
+const sal_Int32 XML_pyraAcctPos = 4149;
+const sal_Int32 XML_pyraAcctRatio = 4150;
+const sal_Int32 XML_pyraAcctTxMar = 4151;
+const sal_Int32 XML_pyraAcctTxNode = 4152;
+const sal_Int32 XML_pyraLvlNode = 4153;
+const sal_Int32 XML_pyramid = 4154;
+const sal_Int32 XML_pyramidToMax = 4155;
+const sal_Int32 XML_pyramids = 4156;
+const sal_Int32 XML_pyramidsAbove = 4157;
+const sal_Int32 XML_qFormat = 4158;
+const sal_Int32 XML_qs = 4159;
+const sal_Int32 XML_qsCatId = 4160;
+const sal_Int32 XML_qsTypeId = 4161;
+const sal_Int32 XML_quadArrow = 4162;
+const sal_Int32 XML_quadArrowCallout = 4163;
+const sal_Int32 XML_quadBezTo = 4164;
+const sal_Int32 XML_quadrants = 4165;
+const sal_Int32 XML_qualifier = 4166;
+const sal_Int32 XML_quarter = 4167;
+const sal_Int32 XML_quarters = 4168;
+const sal_Int32 XML_query = 4169;
+const sal_Int32 XML_queryCache = 4170;
+const sal_Int32 XML_queryFailed = 4171;
+const sal_Int32 XML_queryTable = 4172;
+const sal_Int32 XML_queryTableDeletedFields = 4173;
+const sal_Int32 XML_queryTableField = 4174;
+const sal_Int32 XML_queryTableFieldId = 4175;
+const sal_Int32 XML_queryTableFields = 4176;
+const sal_Int32 XML_queryTableRefresh = 4177;
+const sal_Int32 XML_quickTimeFile = 4178;
+const sal_Int32 XML_quotePrefix = 4179;
+const sal_Int32 XML_r = 4180;
+const sal_Int32 XML_r1 = 4181;
+const sal_Int32 XML_r2 = 4182;
+const sal_Int32 XML_r4 = 4183;
+const sal_Int32 XML_r8 = 4184;
+const sal_Int32 XML_rAng = 4185;
+const sal_Int32 XML_rAngAx = 4186;
+const sal_Int32 XML_rB = 4187;
+const sal_Int32 XML_rCtr = 4188;
+const sal_Int32 XML_rCtrCh = 4189;
+const sal_Int32 XML_rCtrDes = 4190;
+const sal_Int32 XML_rFont = 4191;
+const sal_Int32 XML_rFonts = 4192;
+const sal_Int32 XML_rId = 4193;
+const sal_Int32 XML_rIns = 4194;
+const sal_Int32 XML_rMarg = 4195;
+const sal_Int32 XML_rMargin = 4196;
+const sal_Int32 XML_rOff = 4197;
+const sal_Int32 XML_rPh = 4198;
+const sal_Int32 XML_rPr = 4199;
+const sal_Int32 XML_rPrChange = 4200;
+const sal_Int32 XML_rPrDefault = 4201;
+const sal_Int32 XML_rSp = 4202;
+const sal_Int32 XML_rSpRule = 4203;
+const sal_Int32 XML_rStyle = 4204;
+const sal_Int32 XML_rT = 4205;
+const sal_Int32 XML_ra = 4206;
+const sal_Int32 XML_rad = 4207;
+const sal_Int32 XML_radPr = 4208;
+const sal_Int32 XML_radarChart = 4209;
+const sal_Int32 XML_radarStyle = 4210;
+const sal_Int32 XML_radial = 4211;
+const sal_Int32 XML_radiusrange = 4212;
+const sal_Int32 XML_raf = 4213;
+const sal_Int32 XML_random = 4214;
+const sal_Int32 XML_randomBar = 4215;
+const sal_Int32 XML_range = 4216;
+const sal_Int32 XML_rangePr = 4217;
+const sal_Int32 XML_rangeSet = 4218;
+const sal_Int32 XML_rangeSets = 4219;
+const sal_Int32 XML_rank = 4220;
+const sal_Int32 XML_rankBy = 4221;
+const sal_Int32 XML_rc = 4222;
+const sal_Int32 XML_rcc = 4223;
+const sal_Int32 XML_rcft = 4224;
+const sal_Int32 XML_rcmt = 4225;
+const sal_Int32 XML_rctx = 4226;
+const sal_Int32 XML_rcv = 4227;
+const sal_Int32 XML_rd = 4228;
+const sal_Int32 XML_rdn = 4229;
+const sal_Int32 XML_readModeInkLockDown = 4230;
+const sal_Int32 XML_readOnly = 4231;
+const sal_Int32 XML_readOnlyRecommended = 4232;
+const sal_Int32 XML_readingOrder = 4233;
+const sal_Int32 XML_realTimeData = 4234;
+const sal_Int32 XML_recipientData = 4235;
+const sal_Int32 XML_recipients = 4236;
+const sal_Int32 XML_recolor = 4237;
+const sal_Int32 XML_recolortarget = 4238;
+const sal_Int32 XML_recommended = 4239;
+const sal_Int32 XML_reconnectionMethod = 4240;
+const sal_Int32 XML_recordCount = 4241;
+const sal_Int32 XML_rect = 4242;
+const sal_Int32 XML_red = 4243;
+const sal_Int32 XML_redMod = 4244;
+const sal_Int32 XML_redOff = 4245;
+const sal_Int32 XML_ref = 4246;
+const sal_Int32 XML_ref3D = 4247;
+const sal_Int32 XML_refError = 4248;
+const sal_Int32 XML_refFor = 4249;
+const sal_Int32 XML_refForName = 4250;
+const sal_Int32 XML_refMode = 4251;
+const sal_Int32 XML_refPtType = 4252;
+const sal_Int32 XML_refType = 4253;
+const sal_Int32 XML_reference = 4254;
+const sal_Int32 XML_references = 4255;
+const sal_Int32 XML_refersTo = 4256;
+const sal_Int32 XML_reflection = 4257;
+const sal_Int32 XML_refreshAllConnections = 4258;
+const sal_Int32 XML_refreshError = 4259;
+const sal_Int32 XML_refreshOnChange = 4260;
+const sal_Int32 XML_refreshOnLoad = 4261;
+const sal_Int32 XML_refreshedBy = 4262;
+const sal_Int32 XML_refreshedDate = 4263;
+const sal_Int32 XML_refreshedVersion = 4264;
+const sal_Int32 XML_regroupid = 4265;
+const sal_Int32 XML_regrouptable = 4266;
+const sal_Int32 XML_regular = 4267;
+const sal_Int32 XML_rel = 4268;
+const sal_Int32 XML_relId = 4269;
+const sal_Int32 XML_relIds = 4270;
+const sal_Int32 XML_relOff = 4271;
+const sal_Int32 XML_relSizeAnchor = 4272;
+const sal_Int32 XML_relation = 4273;
+const sal_Int32 XML_relationtable = 4274;
+const sal_Int32 XML_relative = 4275;
+const sal_Int32 XML_relativeFrom = 4276;
+const sal_Int32 XML_relativeHeight = 4277;
+const sal_Int32 XML_relativeIndent = 4278;
+const sal_Int32 XML_relativeTo = 4279;
+const sal_Int32 XML_relaxedInset = 4280;
+const sal_Int32 XML_relid = 4281;
+const sal_Int32 XML_relyOnVML = 4282;
+const sal_Int32 XML_relyOnVml = 4283;
+const sal_Int32 XML_remove = 4284;
+const sal_Int32 XML_removeDataOnSave = 4285;
+const sal_Int32 XML_removeDateAndTime = 4286;
+const sal_Int32 XML_removePersonalInfoOnSave = 4287;
+const sal_Int32 XML_removePersonalInformation = 4288;
+const sal_Int32 XML_render = 4289;
+const sal_Int32 XML_repairLoad = 4290;
+const sal_Int32 XML_repeat = 4291;
+const sal_Int32 XML_repeatCount = 4292;
+const sal_Int32 XML_repeatDur = 4293;
+const sal_Int32 XML_repl = 4294;
+const sal_Int32 XML_resId = 4295;
+const sal_Int32 XML_reservationPassword = 4296;
+const sal_Int32 XML_resizeGraphics = 4297;
+const sal_Int32 XML_resizeHandles = 4298;
+const sal_Int32 XML_rest = 4299;
+const sal_Int32 XML_restart = 4300;
+const sal_Int32 XML_restored = 4301;
+const sal_Int32 XML_restoredLeft = 4302;
+const sal_Int32 XML_restoredTop = 4303;
+const sal_Int32 XML_result = 4304;
+const sal_Int32 XML_rev = 4305;
+const sal_Int32 XML_revDir = 4306;
+const sal_Int32 XML_revPos = 4307;
+const sal_Int32 XML_reveal = 4308;
+const sal_Int32 XML_reverse = 4309;
+const sal_Int32 XML_reverseDiagStripe = 4310;
+const sal_Int32 XML_reviewed = 4311;
+const sal_Int32 XML_reviewedList = 4312;
+const sal_Int32 XML_revision = 4313;
+const sal_Int32 XML_revisionId = 4314;
+const sal_Int32 XML_revisionView = 4315;
+const sal_Int32 XML_revisions = 4316;
+const sal_Int32 XML_revisionsPassword = 4317;
+const sal_Int32 XML_rfmt = 4318;
+const sal_Int32 XML_rgb = 4319;
+const sal_Int32 XML_rgbColor = 4320;
+const sal_Int32 XML_ribbon = 4321;
+const sal_Int32 XML_ribbon2 = 4322;
+const sal_Int32 XML_riblet = 4323;
+const sal_Int32 XML_rich = 4324;
+const sal_Int32 XML_richText = 4325;
+const sal_Int32 XML_rig = 4326;
+const sal_Int32 XML_right = 4327;
+const sal_Int32 XML_rightArrow = 4328;
+const sal_Int32 XML_rightArrowCallout = 4329;
+const sal_Int32 XML_rightBrace = 4330;
+const sal_Int32 XML_rightBracket = 4331;
+const sal_Int32 XML_rightChars = 4332;
+const sal_Int32 XML_rightFromText = 4333;
+const sal_Int32 XML_rightMargin = 4334;
+const sal_Int32 XML_rightToLeft = 4335;
+const sal_Int32 XML_rightVertical = 4336;
+const sal_Int32 XML_rings = 4337;
+const sal_Int32 XML_ripple = 4338;
+const sal_Int32 XML_ris = 4339;
+const sal_Int32 XML_rm = 4340;
+const sal_Int32 XML_rnd = 4341;
+const sal_Int32 XML_roman = 4342;
+const sal_Int32 XML_romanLcParenBoth = 4343;
+const sal_Int32 XML_romanLcParenR = 4344;
+const sal_Int32 XML_romanLcPeriod = 4345;
+const sal_Int32 XML_romanUcParenBoth = 4346;
+const sal_Int32 XML_romanUcParenR = 4347;
+const sal_Int32 XML_romanUcPeriod = 4348;
+const sal_Int32 XML_root = 4349;
+const sal_Int32 XML_rosyBrown = 4350;
+const sal_Int32 XML_rot = 4351;
+const sal_Int32 XML_rotPath = 4352;
+const sal_Int32 XML_rotWithShape = 4353;
+const sal_Int32 XML_rotX = 4354;
+const sal_Int32 XML_rotY = 4355;
+const sal_Int32 XML_rotate = 4356;
+const sal_Int32 XML_rotation = 4357;
+const sal_Int32 XML_rotationangle = 4358;
+const sal_Int32 XML_rotationcenter = 4359;
+const sal_Int32 XML_round = 4360;
+const sal_Int32 XML_round1Rect = 4361;
+const sal_Int32 XML_round2DiagRect = 4362;
+const sal_Int32 XML_round2SameRect = 4363;
+const sal_Int32 XML_roundRect = 4364;
+const sal_Int32 XML_roundedCorners = 4365;
+const sal_Int32 XML_roundrect = 4366;
+const sal_Int32 XML_row = 4367;
+const sal_Int32 XML_rowBreaks = 4368;
+const sal_Int32 XML_rowColShift = 4369;
+const sal_Int32 XML_rowDrillCount = 4370;
+const sal_Int32 XML_rowFields = 4371;
+const sal_Int32 XML_rowGrandTotals = 4372;
+const sal_Int32 XML_rowHeaderCaption = 4373;
+const sal_Int32 XML_rowHidden = 4374;
+const sal_Int32 XML_rowHierarchiesUsage = 4375;
+const sal_Int32 XML_rowHierarchyUsage = 4376;
+const sal_Int32 XML_rowItems = 4377;
+const sal_Int32 XML_rowNumbers = 4378;
+const sal_Int32 XML_rowOff = 4379;
+const sal_Int32 XML_rowPageCount = 4380;
+const sal_Int32 XML_rowSpan = 4381;
+const sal_Int32 XML_rows = 4382;
+const sal_Int32 XML_royalBlue = 4383;
+const sal_Int32 XML_rqt = 4384;
+const sal_Int32 XML_rrc = 4385;
+const sal_Int32 XML_rsaAES = 4386;
+const sal_Int32 XML_rsaFull = 4387;
+const sal_Int32 XML_rsid = 4388;
+const sal_Int32 XML_rsidDel = 4389;
+const sal_Int32 XML_rsidP = 4390;
+const sal_Int32 XML_rsidR = 4391;
+const sal_Int32 XML_rsidRDefault = 4392;
+const sal_Int32 XML_rsidRPr = 4393;
+const sal_Int32 XML_rsidRoot = 4394;
+const sal_Int32 XML_rsidSect = 4395;
+const sal_Int32 XML_rsidTr = 4396;
+const sal_Int32 XML_rsids = 4397;
+const sal_Int32 XML_rsnm = 4398;
+const sal_Int32 XML_rt = 4399;
+const sal_Int32 XML_rtShortDist = 4400;
+const sal_Int32 XML_rtTriangle = 4401;
+const sal_Int32 XML_rtf = 4402;
+const sal_Int32 XML_rtl = 4403;
+const sal_Int32 XML_rtlCol = 4404;
+const sal_Int32 XML_rtlGutter = 4405;
+const sal_Int32 XML_rtn = 4406;
+const sal_Int32 XML_ru = 4407;
+const sal_Int32 XML_ruby = 4408;
+const sal_Int32 XML_rubyAlign = 4409;
+const sal_Int32 XML_rubyBase = 4410;
+const sal_Int32 XML_rubyPr = 4411;
+const sal_Int32 XML_rule = 4412;
+const sal_Int32 XML_ruleLst = 4413;
+const sal_Int32 XML_rules = 4414;
+const sal_Int32 XML_runTotal = 4415;
+const sal_Int32 XML_rupBuild = 4416;
+const sal_Int32 XML_russianLower = 4417;
+const sal_Int32 XML_russianUpper = 4418;
+const sal_Int32 XML_s = 4419;
+const sal_Int32 XML_sId = 4420;
+const sal_Int32 XML_sPre = 4421;
+const sal_Int32 XML_sPrePr = 4422;
+const sal_Int32 XML_sSub = 4423;
+const sal_Int32 XML_sSubPr = 4424;
+const sal_Int32 XML_sSubSup = 4425;
+const sal_Int32 XML_sSubSupPr = 4426;
+const sal_Int32 XML_sSup = 4427;
+const sal_Int32 XML_sSupPr = 4428;
+const sal_Int32 XML_saddleBrown = 4429;
+const sal_Int32 XML_safari = 4430;
+const sal_Int32 XML_saka = 4431;
+const sal_Int32 XML_salmon = 4432;
+const sal_Int32 XML_salt = 4433;
+const sal_Int32 XML_saltData = 4434;
+const sal_Int32 XML_saltValue = 4435;
+const sal_Int32 XML_sameClick = 4436;
+const sal_Int32 XML_sameDir = 4437;
+const sal_Int32 XML_sampData = 4438;
+const sal_Int32 XML_sandyBrown = 4439;
+const sal_Int32 XML_sans_serif = 4440;
+const sal_Int32 XML_sat = 4441;
+const sal_Int32 XML_satMod = 4442;
+const sal_Int32 XML_satOff = 4443;
+const sal_Int32 XML_saturation = 4444;
+const sal_Int32 XML_saveData = 4445;
+const sal_Int32 XML_saveExternalLinkValues = 4446;
+const sal_Int32 XML_saveFormsData = 4447;
+const sal_Int32 XML_saveInvalidXml = 4448;
+const sal_Int32 XML_savePassword = 4449;
+const sal_Int32 XML_savePreviewPicture = 4450;
+const sal_Int32 XML_saveSmartTagsAsXml = 4451;
+const sal_Int32 XML_saveSubsetFonts = 4452;
+const sal_Int32 XML_saveThroughXslt = 4453;
+const sal_Int32 XML_saveXmlDataOnly = 4454;
+const sal_Int32 XML_sawtooth = 4455;
+const sal_Int32 XML_sawtoothGray = 4456;
+const sal_Int32 XML_sb = 4457;
+const sal_Int32 XML_scale = 4458;
+const sal_Int32 XML_scaleToFitPaper = 4459;
+const sal_Int32 XML_scaleWithDoc = 4460;
+const sal_Int32 XML_scaled = 4461;
+const sal_Int32 XML_scaling = 4462;
+const sal_Int32 XML_scaredCat = 4463;
+const sal_Int32 XML_scatterChart = 4464;
+const sal_Int32 XML_scatterStyle = 4465;
+const sal_Int32 XML_scenario = 4466;
+const sal_Int32 XML_scenarios = 4467;
+const sal_Int32 XML_scene3d = 4468;
+const sal_Int32 XML_schema = 4469;
+const sal_Int32 XML_schemaLibrary = 4470;
+const sal_Int32 XML_schemaLocation = 4471;
+const sal_Int32 XML_schemaRef = 4472;
+const sal_Int32 XML_schemaRefs = 4473;
+const sal_Int32 XML_scheme = 4474;
+const sal_Int32 XML_schemeClr = 4475;
+const sal_Int32 XML_scope = 4476;
+const sal_Int32 XML_scr = 4477;
+const sal_Int32 XML_screen = 4478;
+const sal_Int32 XML_screen16x10 = 4479;
+const sal_Int32 XML_screen16x9 = 4480;
+const sal_Int32 XML_screen4x3 = 4481;
+const sal_Int32 XML_scrgbClr = 4482;
+const sal_Int32 XML_script = 4483;
+const sal_Int32 XML_scrollBar = 4484;
+const sal_Int32 XML_scrollbar = 4485;
+const sal_Int32 XML_sd = 4486;
+const sal_Int32 XML_sdt = 4487;
+const sal_Int32 XML_sdtContent = 4488;
+const sal_Int32 XML_sdtContentLocked = 4489;
+const sal_Int32 XML_sdtEndContent = 4490;
+const sal_Int32 XML_sdtEndPr = 4491;
+const sal_Int32 XML_sdtLocked = 4492;
+const sal_Int32 XML_sdtPr = 4493;
+const sal_Int32 XML_seCell = 4494;
+const sal_Int32 XML_seaGreen = 4495;
+const sal_Int32 XML_seaShell = 4496;
+const sal_Int32 XML_seattle = 4497;
+const sal_Int32 XML_secChAlign = 4498;
+const sal_Int32 XML_secFontSz = 4499;
+const sal_Int32 XML_secHead = 4500;
+const sal_Int32 XML_secLinDir = 4501;
+const sal_Int32 XML_secSibSp = 4502;
+const sal_Int32 XML_second = 4503;
+const sal_Int32 XML_secondColumnStripe = 4504;
+const sal_Int32 XML_secondColumnSubheading = 4505;
+const sal_Int32 XML_secondPiePt = 4506;
+const sal_Int32 XML_secondPieSize = 4507;
+const sal_Int32 XML_secondRowStripe = 4508;
+const sal_Int32 XML_secondRowSubheading = 4509;
+const sal_Int32 XML_secondSubtotalColumn = 4510;
+const sal_Int32 XML_secondSubtotalRow = 4511;
+const sal_Int32 XML_seconds = 4512;
+const sal_Int32 XML_sectEnd = 4513;
+const sal_Int32 XML_sectPr = 4514;
+const sal_Int32 XML_sectPrChange = 4515;
+const sal_Int32 XML_securityDescriptor = 4516;
+const sal_Int32 XML_seek = 4517;
+const sal_Int32 XML_segments = 4518;
+const sal_Int32 XML_selectFldWithFirstOrLastChar = 4519;
+const sal_Int32 XML_selectLockedCells = 4520;
+const sal_Int32 XML_selectUnlockedCells = 4521;
+const sal_Int32 XML_selected = 4522;
+const sal_Int32 XML_selection = 4523;
+const sal_Int32 XML_self = 4524;
+const sal_Int32 XML_semiHidden = 4525;
+const sal_Int32 XML_semicolon = 4526;
+const sal_Int32 XML_sendLocale = 4527;
+const sal_Int32 XML_sep = 4528;
+const sal_Int32 XML_sepChr = 4529;
+const sal_Int32 XML_separate = 4530;
+const sal_Int32 XML_separator = 4531;
+const sal_Int32 XML_seq = 4532;
+const sal_Int32 XML_ser = 4533;
+const sal_Int32 XML_serAx = 4534;
+const sal_Int32 XML_serLines = 4535;
+const sal_Int32 XML_series = 4536;
+const sal_Int32 XML_seriesEl = 4537;
+const sal_Int32 XML_seriesIdx = 4538;
+const sal_Int32 XML_serverCommand = 4539;
+const sal_Int32 XML_serverField = 4540;
+const sal_Int32 XML_serverFill = 4541;
+const sal_Int32 XML_serverFont = 4542;
+const sal_Int32 XML_serverFontColor = 4543;
+const sal_Int32 XML_serverFormat = 4544;
+const sal_Int32 XML_serverFormats = 4545;
+const sal_Int32 XML_serverNumberFormat = 4546;
+const sal_Int32 XML_serverSldId = 4547;
+const sal_Int32 XML_serverSldModifiedTime = 4548;
+const sal_Int32 XML_serverZoom = 4549;
+const sal_Int32 XML_set = 4550;
+const sal_Int32 XML_setDefinition = 4551;
+const sal_Int32 XML_sets = 4552;
+const sal_Int32 XML_settings = 4553;
+const sal_Int32 XML_shade = 4554;
+const sal_Int32 XML_shadeToTitle = 4555;
+const sal_Int32 XML_shadow = 4556;
+const sal_Int32 XML_shadowcolor = 4557;
+const sal_Int32 XML_shadowedSquares = 4558;
+const sal_Int32 XML_shadowok = 4559;
+const sal_Int32 XML_shape = 4560;
+const sal_Int32 XML_shapeDefaults = 4561;
+const sal_Int32 XML_shapeId = 4562;
+const sal_Int32 XML_shapeLayoutLikeWW8 = 4563;
+const sal_Int32 XML_shapedefaults = 4564;
+const sal_Int32 XML_shapeid = 4565;
+const sal_Int32 XML_shapelayout = 4566;
+const sal_Int32 XML_shapetype = 4567;
+const sal_Int32 XML_shared = 4568;
+const sal_Int32 XML_sharedItems = 4569;
+const sal_Int32 XML_sharksTeeth = 4570;
+const sal_Int32 XML_sharpenSoften = 4571;
+const sal_Int32 XML_shd = 4572;
+const sal_Int32 XML_shdw1 = 4573;
+const sal_Int32 XML_shdw10 = 4574;
+const sal_Int32 XML_shdw11 = 4575;
+const sal_Int32 XML_shdw12 = 4576;
+const sal_Int32 XML_shdw13 = 4577;
+const sal_Int32 XML_shdw14 = 4578;
+const sal_Int32 XML_shdw15 = 4579;
+const sal_Int32 XML_shdw16 = 4580;
+const sal_Int32 XML_shdw17 = 4581;
+const sal_Int32 XML_shdw18 = 4582;
+const sal_Int32 XML_shdw19 = 4583;
+const sal_Int32 XML_shdw2 = 4584;
+const sal_Int32 XML_shdw20 = 4585;
+const sal_Int32 XML_shdw3 = 4586;
+const sal_Int32 XML_shdw4 = 4587;
+const sal_Int32 XML_shdw5 = 4588;
+const sal_Int32 XML_shdw6 = 4589;
+const sal_Int32 XML_shdw7 = 4590;
+const sal_Int32 XML_shdw8 = 4591;
+const sal_Int32 XML_shdw9 = 4592;
+const sal_Int32 XML_sheet = 4593;
+const sal_Int32 XML_sheetCalcPr = 4594;
+const sal_Int32 XML_sheetData = 4595;
+const sal_Int32 XML_sheetDataSet = 4596;
+const sal_Int32 XML_sheetFormatPr = 4597;
+const sal_Int32 XML_sheetId = 4598;
+const sal_Int32 XML_sheetIdMap = 4599;
+const sal_Int32 XML_sheetName = 4600;
+const sal_Int32 XML_sheetNames = 4601;
+const sal_Int32 XML_sheetPosition = 4602;
+const sal_Int32 XML_sheetPr = 4603;
+const sal_Int32 XML_sheetProtection = 4604;
+const sal_Int32 XML_sheetView = 4605;
+const sal_Int32 XML_sheetViews = 4606;
+const sal_Int32 XML_sheets = 4607;
+const sal_Int32 XML_shimmer = 4608;
+const sal_Int32 XML_shingle = 4609;
+const sal_Int32 XML_shininess = 4610;
+const sal_Int32 XML_shorebirdTracks = 4611;
+const sal_Int32 XML_short = 4612;
+const sal_Int32 XML_shortcutKey = 4613;
+const sal_Int32 XML_shortdash = 4614;
+const sal_Int32 XML_shortdashdot = 4615;
+const sal_Int32 XML_shortdashdotdot = 4616;
+const sal_Int32 XML_shortdot = 4617;
+const sal_Int32 XML_show = 4618;
+const sal_Int32 XML_showAll = 4619;
+const sal_Int32 XML_showAnimation = 4620;
+const sal_Int32 XML_showAsCaption = 4621;
+const sal_Int32 XML_showAsIcon = 4622;
+const sal_Int32 XML_showAutoFilter = 4623;
+const sal_Int32 XML_showBorderUnselectedTables = 4624;
+const sal_Int32 XML_showBreaksInFrames = 4625;
+const sal_Int32 XML_showBubbleSize = 4626;
+const sal_Int32 XML_showButton = 4627;
+const sal_Int32 XML_showCalcMbrs = 4628;
+const sal_Int32 XML_showCaptions = 4629;
+const sal_Int32 XML_showCatName = 4630;
+const sal_Int32 XML_showCell = 4631;
+const sal_Int32 XML_showColHeaders = 4632;
+const sal_Int32 XML_showColStripes = 4633;
+const sal_Int32 XML_showColumnStripes = 4634;
+const sal_Int32 XML_showComments = 4635;
+const sal_Int32 XML_showDLblsOverMax = 4636;
+const sal_Int32 XML_showDataAs = 4637;
+const sal_Int32 XML_showDataDropDown = 4638;
+const sal_Int32 XML_showDataTips = 4639;
+const sal_Int32 XML_showDrill = 4640;
+const sal_Int32 XML_showDropDown = 4641;
+const sal_Int32 XML_showDropDowns = 4642;
+const sal_Int32 XML_showDropZones = 4643;
+const sal_Int32 XML_showEmptyCol = 4644;
+const sal_Int32 XML_showEmptyRow = 4645;
+const sal_Int32 XML_showEnvelope = 4646;
+const sal_Int32 XML_showError = 4647;
+const sal_Int32 XML_showErrorMessage = 4648;
+const sal_Int32 XML_showFirstColumn = 4649;
+const sal_Int32 XML_showFormatting = 4650;
+const sal_Int32 XML_showFormulaBar = 4651;
+const sal_Int32 XML_showFormulas = 4652;
+const sal_Int32 XML_showGridLines = 4653;
+const sal_Int32 XML_showGuides = 4654;
+const sal_Int32 XML_showHeader = 4655;
+const sal_Int32 XML_showHeaders = 4656;
+const sal_Int32 XML_showHorizontalScroll = 4657;
+const sal_Int32 XML_showHorzBorder = 4658;
+const sal_Int32 XML_showInFieldList = 4659;
+const sal_Int32 XML_showInkAnnotation = 4660;
+const sal_Int32 XML_showInputMessage = 4661;
+const sal_Int32 XML_showItems = 4662;
+const sal_Int32 XML_showKeys = 4663;
+const sal_Int32 XML_showLastColumn = 4664;
+const sal_Int32 XML_showLeaderLines = 4665;
+const sal_Int32 XML_showLegendKey = 4666;
+const sal_Int32 XML_showMasterPhAnim = 4667;
+const sal_Int32 XML_showMasterSp = 4668;
+const sal_Int32 XML_showMemberPropertyTips = 4669;
+const sal_Int32 XML_showMissing = 4670;
+const sal_Int32 XML_showMultipleLabel = 4671;
+const sal_Int32 XML_showNarration = 4672;
+const sal_Int32 XML_showNegBubbles = 4673;
+const sal_Int32 XML_showObjects = 4674;
+const sal_Int32 XML_showOutline = 4675;
+const sal_Int32 XML_showOutlineIcons = 4676;
+const sal_Int32 XML_showOutlineSymbols = 4677;
+const sal_Int32 XML_showPageBreaks = 4678;
+const sal_Int32 XML_showPercent = 4679;
+const sal_Int32 XML_showPivotChartFilter = 4680;
+const sal_Int32 XML_showPr = 4681;
+const sal_Int32 XML_showPropAsCaption = 4682;
+const sal_Int32 XML_showPropCell = 4683;
+const sal_Int32 XML_showPropTip = 4684;
+const sal_Int32 XML_showRowCol = 4685;
+const sal_Int32 XML_showRowColHeaders = 4686;
+const sal_Int32 XML_showRowHeaders = 4687;
+const sal_Int32 XML_showRowStripes = 4688;
+const sal_Int32 XML_showRuler = 4689;
+const sal_Int32 XML_showScrollbar = 4690;
+const sal_Int32 XML_showSerName = 4691;
+const sal_Int32 XML_showSheetTabs = 4692;
+const sal_Int32 XML_showSpeakerNotes = 4693;
+const sal_Int32 XML_showSpecialPlsOnTitleSld = 4694;
+const sal_Int32 XML_showStatusbar = 4695;
+const sal_Int32 XML_showTip = 4696;
+const sal_Int32 XML_showVal = 4697;
+const sal_Int32 XML_showValue = 4698;
+const sal_Int32 XML_showVertBorder = 4699;
+const sal_Int32 XML_showVerticalScroll = 4700;
+const sal_Int32 XML_showWhenStopped = 4701;
+const sal_Int32 XML_showWhiteSpace = 4702;
+const sal_Int32 XML_showXMLTags = 4703;
+const sal_Int32 XML_showZeros = 4704;
+const sal_Int32 XML_showingPlcHdr = 4705;
+const sal_Int32 XML_showsigndate = 4706;
+const sal_Int32 XML_shp = 4707;
+const sal_Int32 XML_shpTxLTRAlignCh = 4708;
+const sal_Int32 XML_shpTxRTLAlignCh = 4709;
+const sal_Int32 XML_shred = 4710;
+const sal_Int32 XML_shrinkToFit = 4711;
+const sal_Int32 XML_si = 4712;
+const sal_Int32 XML_sib = 4713;
+const sal_Int32 XML_sibSp = 4714;
+const sal_Int32 XML_sibTrans = 4715;
+const sal_Int32 XML_sibTransId = 4716;
+const sal_Int32 XML_side = 4717;
+const sal_Int32 XML_sideWall = 4718;
+const sal_Int32 XML_sienna = 4719;
+const sal_Int32 XML_sig = 4720;
+const sal_Int32 XML_sigma = 4721;
+const sal_Int32 XML_signatureline = 4722;
+const sal_Int32 XML_signinginstructions = 4723;
+const sal_Int32 XML_signinginstructionsset = 4724;
+const sal_Int32 XML_sigprovurl = 4725;
+const sal_Int32 XML_silver = 4726;
+const sal_Int32 XML_simplePos = 4727;
+const sal_Int32 XML_single = 4728;
+const sal_Int32 XML_singleAccounting = 4729;
+const sal_Int32 XML_singleLevel = 4730;
+const sal_Int32 XML_singleQuote = 4731;
+const sal_Int32 XML_singleSignOnId = 4732;
+const sal_Int32 XML_singleXmlCell = 4733;
+const sal_Int32 XML_singleXmlCells = 4734;
+const sal_Int32 XML_singleclick = 4735;
+const sal_Int32 XML_size = 4736;
+const sal_Int32 XML_sizeAuto = 4737;
+const sal_Int32 XML_sizeRelH = 4738;
+const sal_Int32 XML_sizeRelV = 4739;
+const sal_Int32 XML_sizeRepresents = 4740;
+const sal_Int32 XML_sizeWithCells = 4741;
+const sal_Int32 XML_skew = 4742;
+const sal_Int32 XML_skewamt = 4743;
+const sal_Int32 XML_skewangle = 4744;
+const sal_Int32 XML_skip = 4745;
+const sal_Int32 XML_skipTimed = 4746;
+const sal_Int32 XML_skw = 4747;
+const sal_Int32 XML_skyBlue = 4748;
+const sal_Int32 XML_skyrocket = 4749;
+const sal_Int32 XML_slantDashDot = 4750;
+const sal_Int32 XML_slateBlue = 4751;
+const sal_Int32 XML_slateGray = 4752;
+const sal_Int32 XML_sld = 4753;
+const sal_Int32 XML_sldAll = 4754;
+const sal_Int32 XML_sldId = 4755;
+const sal_Int32 XML_sldIdLst = 4756;
+const sal_Int32 XML_sldImg = 4757;
+const sal_Int32 XML_sldLayout = 4758;
+const sal_Int32 XML_sldLayoutId = 4759;
+const sal_Int32 XML_sldLayoutIdLst = 4760;
+const sal_Int32 XML_sldLst = 4761;
+const sal_Int32 XML_sldMaster = 4762;
+const sal_Int32 XML_sldMasterId = 4763;
+const sal_Int32 XML_sldMasterIdLst = 4764;
+const sal_Int32 XML_sldMasterView = 4765;
+const sal_Int32 XML_sldNum = 4766;
+const sal_Int32 XML_sldRg = 4767;
+const sal_Int32 XML_sldSorterView = 4768;
+const sal_Int32 XML_sldSyncPr = 4769;
+const sal_Int32 XML_sldSz = 4770;
+const sal_Int32 XML_sldTgt = 4771;
+const sal_Int32 XML_sldThumbnailView = 4772;
+const sal_Int32 XML_sldView = 4773;
+const sal_Int32 XML_slideViewPr = 4774;
+const sal_Int32 XML_slides = 4775;
+const sal_Int32 XML_slope = 4776;
+const sal_Int32 XML_slow = 4777;
+const sal_Int32 XML_sm = 4778;
+const sal_Int32 XML_smCheck = 4779;
+const sal_Int32 XML_smConfetti = 4780;
+const sal_Int32 XML_smGrid = 4781;
+const sal_Int32 XML_small = 4782;
+const sal_Int32 XML_smallCaps = 4783;
+const sal_Int32 XML_smallFrac = 4784;
+const sal_Int32 XML_smartTag = 4785;
+const sal_Int32 XML_smartTagPr = 4786;
+const sal_Int32 XML_smartTagType = 4787;
+const sal_Int32 XML_smartTagTypes = 4788;
+const sal_Int32 XML_smartTags = 4789;
+const sal_Int32 XML_smileyFace = 4790;
+const sal_Int32 XML_smooth = 4791;
+const sal_Int32 XML_smoothMarker = 4792;
+const sal_Int32 XML_smoothness = 4793;
+const sal_Int32 XML_smtClean = 4794;
+const sal_Int32 XML_smtId = 4795;
+const sal_Int32 XML_snake = 4796;
+const sal_Int32 XML_snapToChars = 4797;
+const sal_Int32 XML_snapToGrid = 4798;
+const sal_Int32 XML_snapToObjects = 4799;
+const sal_Int32 XML_snapVertSplitter = 4800;
+const sal_Int32 XML_snd = 4801;
+const sal_Int32 XML_sndAc = 4802;
+const sal_Int32 XML_sndTgt = 4803;
+const sal_Int32 XML_sng = 4804;
+const sal_Int32 XML_sngStrike = 4805;
+const sal_Int32 XML_snip1Rect = 4806;
+const sal_Int32 XML_snip2DiagRect = 4807;
+const sal_Int32 XML_snip2SameRect = 4808;
+const sal_Int32 XML_snipRoundRect = 4809;
+const sal_Int32 XML_snow = 4810;
+const sal_Int32 XML_snowflakeFancy = 4811;
+const sal_Int32 XML_snowflakes = 4812;
+const sal_Int32 XML_soft = 4813;
+const sal_Int32 XML_softEdge = 4814;
+const sal_Int32 XML_softHyphen = 4815;
+const sal_Int32 XML_softRound = 4816;
+const sal_Int32 XML_softmetal = 4817;
+const sal_Int32 XML_solid = 4818;
+const sal_Int32 XML_solidDmnd = 4819;
+const sal_Int32 XML_solidFill = 4820;
+const sal_Int32 XML_solutionID = 4821;
+const sal_Int32 XML_solveOrder = 4822;
+const sal_Int32 XML_sombrero = 4823;
+const sal_Int32 XML_sort = 4824;
+const sal_Int32 XML_sortBy = 4825;
+const sal_Int32 XML_sortByTuple = 4826;
+const sal_Int32 XML_sortCondition = 4827;
+const sal_Int32 XML_sortMethod = 4828;
+const sal_Int32 XML_sortState = 4829;
+const sal_Int32 XML_sortType = 4830;
+const sal_Int32 XML_sorterViewPr = 4831;
+const sal_Int32 XML_source = 4832;
+const sal_Int32 XML_sourceData = 4833;
+const sal_Int32 XML_sourceFile = 4834;
+const sal_Int32 XML_sourceFileName = 4835;
+const sal_Int32 XML_sourceLinked = 4836;
+const sal_Int32 XML_sourceObject = 4837;
+const sal_Int32 XML_sourceRef = 4838;
+const sal_Int32 XML_sourceSheetId = 4839;
+const sal_Int32 XML_sourceType = 4840;
+const sal_Int32 XML_southwest = 4841;
+const sal_Int32 XML_sp = 4842;
+const sal_Int32 XML_sp3d = 4843;
+const sal_Int32 XML_spAutoFit = 4844;
+const sal_Int32 XML_spDef = 4845;
+const sal_Int32 XML_spLocks = 4846;
+const sal_Int32 XML_spPr = 4847;
+const sal_Int32 XML_spTgt = 4848;
+const sal_Int32 XML_spTree = 4849;
+const sal_Int32 XML_space = 4850;
+const sal_Int32 XML_spaceForUL = 4851;
+const sal_Int32 XML_spacing = 4852;
+const sal_Int32 XML_spacingInWholePoints = 4853;
+const sal_Int32 XML_span = 4854;
+const sal_Int32 XML_spanAng = 4855;
+const sal_Int32 XML_spans = 4856;
+const sal_Int32 XML_sparkle = 4857;
+const sal_Int32 XML_spc = 4858;
+const sal_Int32 XML_spcAft = 4859;
+const sal_Int32 XML_spcBef = 4860;
+const sal_Int32 XML_spcCol = 4861;
+const sal_Int32 XML_spcFirstLastPara = 4862;
+const sal_Int32 XML_spcPct = 4863;
+const sal_Int32 XML_spcPts = 4864;
+const sal_Int32 XML_spd = 4865;
+const sal_Int32 XML_specVanish = 4866;
+const sal_Int32 XML_specularity = 4867;
+const sal_Int32 XML_spellEnd = 4868;
+const sal_Int32 XML_spellStart = 4869;
+const sal_Int32 XML_speller = 4870;
+const sal_Int32 XML_spelling = 4871;
+const sal_Int32 XML_sphere = 4872;
+const sal_Int32 XML_spid = 4873;
+const sal_Int32 XML_spidmax = 4874;
+const sal_Int32 XML_spinCount = 4875;
+const sal_Int32 XML_split = 4876;
+const sal_Int32 XML_splitAll = 4877;
+const sal_Int32 XML_splitFirst = 4878;
+const sal_Int32 XML_splitPgBreakAndParaMark = 4879;
+const sal_Int32 XML_splitPos = 4880;
+const sal_Int32 XML_splitType = 4881;
+const sal_Int32 XML_spokes = 4882;
+const sal_Int32 XML_spreadsheet = 4883;
+const sal_Int32 XML_springGreen = 4884;
+const sal_Int32 XML_spt = 4885;
+const sal_Int32 XML_sq = 4886;
+const sal_Int32 XML_sqlType = 4887;
+const sal_Int32 XML_sqref = 4888;
+const sal_Int32 XML_square = 4889;
+const sal_Int32 XML_squareTabs = 4890;
+const sal_Int32 XML_src = 4891;
+const sal_Int32 XML_srcId = 4892;
+const sal_Int32 XML_srcNode = 4893;
+const sal_Int32 XML_srcOrd = 4894;
+const sal_Int32 XML_srcRect = 4895;
+const sal_Int32 XML_srgbClr = 4896;
+const sal_Int32 XML_ss = 4897;
+const sal_Int32 XML_ssd16 = 4898;
+const sal_Int32 XML_ssd2 = 4899;
+const sal_Int32 XML_ssd32 = 4900;
+const sal_Int32 XML_ssd4 = 4901;
+const sal_Int32 XML_ssd6 = 4902;
+const sal_Int32 XML_ssd8 = 4903;
+const sal_Int32 XML_sst = 4904;
+const sal_Int32 XML_st = 4905;
+const sal_Int32 XML_stA = 4906;
+const sal_Int32 XML_stAng = 4907;
+const sal_Int32 XML_stBulletLvl = 4908;
+const sal_Int32 XML_stCondLst = 4909;
+const sal_Int32 XML_stCxn = 4910;
+const sal_Int32 XML_stElem = 4911;
+const sal_Int32 XML_stPos = 4912;
+const sal_Int32 XML_stSnd = 4913;
+const sal_Int32 XML_stack = 4914;
+const sal_Int32 XML_stackScale = 4915;
+const sal_Int32 XML_stacked = 4916;
+const sal_Int32 XML_standard = 4917;
+const sal_Int32 XML_star = 4918;
+const sal_Int32 XML_star10 = 4919;
+const sal_Int32 XML_star12 = 4920;
+const sal_Int32 XML_star16 = 4921;
+const sal_Int32 XML_star24 = 4922;
+const sal_Int32 XML_star32 = 4923;
+const sal_Int32 XML_star4 = 4924;
+const sal_Int32 XML_star5 = 4925;
+const sal_Int32 XML_star6 = 4926;
+const sal_Int32 XML_star7 = 4927;
+const sal_Int32 XML_star8 = 4928;
+const sal_Int32 XML_stars = 4929;
+const sal_Int32 XML_stars3d = 4930;
+const sal_Int32 XML_starsBlack = 4931;
+const sal_Int32 XML_starsShadowed = 4932;
+const sal_Int32 XML_starsTop = 4933;
+const sal_Int32 XML_start = 4934;
+const sal_Int32 XML_startAngle = 4935;
+const sal_Int32 XML_startAt = 4936;
+const sal_Int32 XML_startChars = 4937;
+const sal_Int32 XML_startDate = 4938;
+const sal_Int32 XML_startNum = 4939;
+const sal_Int32 XML_startOverride = 4940;
+const sal_Int32 XML_startarrow = 4941;
+const sal_Int32 XML_startarrowlength = 4942;
+const sal_Int32 XML_startarrowwidth = 4943;
+const sal_Int32 XML_state = 4944;
+const sal_Int32 XML_status = 4945;
+const sal_Int32 XML_statusBar = 4946;
+const sal_Int32 XML_statusText = 4947;
+const sal_Int32 XML_std = 4948;
+const sal_Int32 XML_stdDev = 4949;
+const sal_Int32 XML_stdDevP = 4950;
+const sal_Int32 XML_stdDevPSubtotal = 4951;
+const sal_Int32 XML_stdDevSubtotal = 4952;
+const sal_Int32 XML_stdDevp = 4953;
+const sal_Int32 XML_stdErr = 4954;
+const sal_Int32 XML_stealth = 4955;
+const sal_Int32 XML_steelBlue = 4956;
+const sal_Int32 XML_stemThick = 4957;
+const sal_Int32 XML_step = 4958;
+const sal_Int32 XML_stockChart = 4959;
+const sal_Int32 XML_stop = 4960;
+const sal_Int32 XML_stopIfTrue = 4961;
+const sal_Int32 XML_storage = 4962;
+const sal_Int32 XML_storeItemID = 4963;
+const sal_Int32 XML_storeMappedDataAs = 4964;
+const sal_Int32 XML_stored = 4965;
+const sal_Int32 XML_stp = 4966;
+const sal_Int32 XML_str = 4967;
+const sal_Int32 XML_strCache = 4968;
+const sal_Int32 XML_strLit = 4969;
+const sal_Int32 XML_strRef = 4970;
+const sal_Int32 XML_strVal = 4971;
+const sal_Int32 XML_stra = 4972;
+const sal_Int32 XML_straight = 4973;
+const sal_Int32 XML_straightConnector1 = 4974;
+const sal_Int32 XML_stream = 4975;
+const sal_Int32 XML_stretch = 4976;
+const sal_Int32 XML_strictFirstAndLastChars = 4977;
+const sal_Int32 XML_strike = 4978;
+const sal_Int32 XML_strikeBLTR = 4979;
+const sal_Int32 XML_strikeH = 4980;
+const sal_Int32 XML_strikeTLBR = 4981;
+const sal_Int32 XML_strikeV = 4982;
+const sal_Int32 XML_string = 4983;
+const sal_Int32 XML_stringRefSyntax = 4984;
+const sal_Int32 XML_stringValue1 = 4985;
+const sal_Int32 XML_stringValue2 = 4986;
+const sal_Int32 XML_stripedRightArrow = 4987;
+const sal_Int32 XML_strips = 4988;
+const sal_Int32 XML_stroke = 4989;
+const sal_Int32 XML_strokecolor = 4990;
+const sal_Int32 XML_stroked = 4991;
+const sal_Int32 XML_strokeok = 4992;
+const sal_Int32 XML_strokeweight = 4993;
+const sal_Int32 XML_sty = 4994;
+const sal_Int32 XML_style = 4995;
+const sal_Int32 XML_styleData = 4996;
+const sal_Int32 XML_styleDef = 4997;
+const sal_Int32 XML_styleDefHdr = 4998;
+const sal_Int32 XML_styleDefHdrLst = 4999;
+const sal_Int32 XML_styleId = 5000;
+const sal_Int32 XML_styleLbl = 5001;
+const sal_Int32 XML_styleLink = 5002;
+const sal_Int32 XML_styleLockQFSet = 5003;
+const sal_Int32 XML_styleLockTheme = 5004;
+const sal_Int32 XML_styleName = 5005;
+const sal_Int32 XML_stylePaneFormatFilter = 5006;
+const sal_Int32 XML_stylePaneSortMethod = 5007;
+const sal_Int32 XML_styleSet = 5008;
+const sal_Int32 XML_styleSheet = 5009;
+const sal_Int32 XML_styles = 5010;
+const sal_Int32 XML_stylisticSets = 5011;
+const sal_Int32 XML_sub = 5012;
+const sal_Int32 XML_subDoc = 5013;
+const sal_Int32 XML_subFontBySize = 5014;
+const sal_Int32 XML_subHide = 5015;
+const sal_Int32 XML_subSp = 5016;
+const sal_Int32 XML_subSup = 5017;
+const sal_Int32 XML_subTitle = 5018;
+const sal_Int32 XML_subTnLst = 5019;
+const sal_Int32 XML_subject = 5020;
+const sal_Int32 XML_subscript = 5021;
+const sal_Int32 XML_subsetted = 5022;
+const sal_Int32 XML_subtotal = 5023;
+const sal_Int32 XML_subtotalCaption = 5024;
+const sal_Int32 XML_subtotalHiddenItems = 5025;
+const sal_Int32 XML_subtotalTop = 5026;
+const sal_Int32 XML_suff = 5027;
+const sal_Int32 XML_suggestedsigner = 5028;
+const sal_Int32 XML_suggestedsigner2 = 5029;
+const sal_Int32 XML_suggestedsigneremail = 5030;
+const sal_Int32 XML_sum = 5031;
+const sal_Int32 XML_sumSubtotal = 5032;
+const sal_Int32 XML_summaryBelow = 5033;
+const sal_Int32 XML_summaryLength = 5034;
+const sal_Int32 XML_summaryRight = 5035;
+const sal_Int32 XML_sun = 5036;
+const sal_Int32 XML_sunrise = 5037;
+const sal_Int32 XML_sunset = 5038;
+const sal_Int32 XML_sup = 5039;
+const sal_Int32 XML_supHide = 5040;
+const sal_Int32 XML_superscript = 5041;
+const sal_Int32 XML_supportAdvancedDrill = 5042;
+const sal_Int32 XML_supportSubquery = 5043;
+const sal_Int32 XML_suppressAutoHyphens = 5044;
+const sal_Int32 XML_suppressBottomSpacing = 5045;
+const sal_Int32 XML_suppressLineNumbers = 5046;
+const sal_Int32 XML_suppressOverlap = 5047;
+const sal_Int32 XML_suppressSpBfAfterPgBrk = 5048;
+const sal_Int32 XML_suppressSpacingAtTopOfPage = 5049;
+const sal_Int32 XML_suppressTopSpacing = 5050;
+const sal_Int32 XML_suppressTopSpacingWP = 5051;
+const sal_Int32 XML_surface3DChart = 5052;
+const sal_Int32 XML_surfaceChart = 5053;
+const sal_Int32 XML_swAng = 5054;
+const sal_Int32 XML_swCell = 5055;
+const sal_Int32 XML_swapBordersFacingPages = 5056;
+const sal_Int32 XML_swirligig = 5057;
+const sal_Int32 XML_swiss = 5058;
+const sal_Int32 XML_switch = 5059;
+const sal_Int32 XML_swooshArrow = 5060;
+const sal_Int32 XML_sx = 5061;
+const sal_Int32 XML_sy = 5062;
+const sal_Int32 XML_sym = 5063;
+const sal_Int32 XML_symbol = 5064;
+const sal_Int32 XML_syncBehavior = 5065;
+const sal_Int32 XML_syncHorizontal = 5066;
+const sal_Int32 XML_syncRef = 5067;
+const sal_Int32 XML_syncVertical = 5068;
+const sal_Int32 XML_sysClr = 5069;
+const sal_Int32 XML_sysDash = 5070;
+const sal_Int32 XML_sysDashDot = 5071;
+const sal_Int32 XML_sysDashDotDot = 5072;
+const sal_Int32 XML_sysDot = 5073;
+const sal_Int32 XML_sz = 5074;
+const sal_Int32 XML_szCs = 5075;
+const sal_Int32 XML_t = 5076;
+const sal_Int32 XML_t1 = 5077;
+const sal_Int32 XML_t2 = 5078;
+const sal_Int32 XML_tCtr = 5079;
+const sal_Int32 XML_tCtrCh = 5080;
+const sal_Int32 XML_tCtrDes = 5081;
+const sal_Int32 XML_tIns = 5082;
+const sal_Int32 XML_tL = 5083;
+const sal_Int32 XML_tMarg = 5084;
+const sal_Int32 XML_tOff = 5085;
+const sal_Int32 XML_tR = 5086;
+const sal_Int32 XML_tab = 5087;
+const sal_Int32 XML_tabColor = 5088;
+const sal_Int32 XML_tabLst = 5089;
+const sal_Int32 XML_tabRatio = 5090;
+const sal_Int32 XML_tabSelected = 5091;
+const sal_Int32 XML_table = 5092;
+const sal_Int32 XML_tableBorderDxfId = 5093;
+const sal_Int32 XML_tableCellDelete = 5094;
+const sal_Int32 XML_tableCellInsert = 5095;
+const sal_Int32 XML_tableColumn = 5096;
+const sal_Int32 XML_tableColumnId = 5097;
+const sal_Int32 XML_tableColumns = 5098;
+const sal_Int32 XML_tablePart = 5099;
+const sal_Int32 XML_tableParts = 5100;
+const sal_Int32 XML_tableRowDelete = 5101;
+const sal_Int32 XML_tableRowInsert = 5102;
+const sal_Int32 XML_tableStyle = 5103;
+const sal_Int32 XML_tableStyleElement = 5104;
+const sal_Int32 XML_tableStyleId = 5105;
+const sal_Int32 XML_tableStyleInfo = 5106;
+const sal_Int32 XML_tableStyles = 5107;
+const sal_Int32 XML_tableType = 5108;
+const sal_Int32 XML_tablelimits = 5109;
+const sal_Int32 XML_tableproperties = 5110;
+const sal_Int32 XML_tables = 5111;
+const sal_Int32 XML_tabs = 5112;
+const sal_Int32 XML_tag = 5113;
+const sal_Int32 XML_tagLst = 5114;
+const sal_Int32 XML_tags = 5115;
+const sal_Int32 XML_tailEnd = 5116;
+const sal_Int32 XML_taiwan = 5117;
+const sal_Int32 XML_taiwaneseCounting = 5118;
+const sal_Int32 XML_taiwaneseCountingThousand = 5119;
+const sal_Int32 XML_taiwaneseDigital = 5120;
+const sal_Int32 XML_tan = 5121;
+const sal_Int32 XML_target = 5122;
+const sal_Int32 XML_targetScreenSize = 5123;
+const sal_Int32 XML_targetScreenSz = 5124;
+const sal_Int32 XML_targetscreensize = 5125;
+const sal_Int32 XML_tav = 5126;
+const sal_Int32 XML_tavLst = 5127;
+const sal_Int32 XML_tbLrV = 5128;
+const sal_Int32 XML_tbRl = 5129;
+const sal_Int32 XML_tbRlV = 5130;
+const sal_Int32 XML_tbl = 5131;
+const sal_Int32 XML_tblBg = 5132;
+const sal_Int32 XML_tblBorders = 5133;
+const sal_Int32 XML_tblCaption = 5134;
+const sal_Int32 XML_tblCellMar = 5135;
+const sal_Int32 XML_tblCellSpacing = 5136;
+const sal_Int32 XML_tblDescription = 5137;
+const sal_Int32 XML_tblGrid = 5138;
+const sal_Int32 XML_tblGridChange = 5139;
+const sal_Int32 XML_tblHeader = 5140;
+const sal_Int32 XML_tblInd = 5141;
+const sal_Int32 XML_tblLayout = 5142;
+const sal_Int32 XML_tblLook = 5143;
+const sal_Int32 XML_tblOfContents = 5144;
+const sal_Int32 XML_tblOverlap = 5145;
+const sal_Int32 XML_tblPr = 5146;
+const sal_Int32 XML_tblPrChange = 5147;
+const sal_Int32 XML_tblPrEx = 5148;
+const sal_Int32 XML_tblPrExChange = 5149;
+const sal_Int32 XML_tblStyle = 5150;
+const sal_Int32 XML_tblStyleColBandSize = 5151;
+const sal_Int32 XML_tblStyleLst = 5152;
+const sal_Int32 XML_tblStylePr = 5153;
+const sal_Int32 XML_tblStyleRowBandSize = 5154;
+const sal_Int32 XML_tblW = 5155;
+const sal_Int32 XML_tblpPr = 5156;
+const sal_Int32 XML_tblpX = 5157;
+const sal_Int32 XML_tblpXSpec = 5158;
+const sal_Int32 XML_tblpY = 5159;
+const sal_Int32 XML_tblpYSpec = 5160;
+const sal_Int32 XML_tbls = 5161;
+const sal_Int32 XML_tc = 5162;
+const sal_Int32 XML_tcBdr = 5163;
+const sal_Int32 XML_tcBorders = 5164;
+const sal_Int32 XML_tcFitText = 5165;
+const sal_Int32 XML_tcMar = 5166;
+const sal_Int32 XML_tcPr = 5167;
+const sal_Int32 XML_tcPrChange = 5168;
+const sal_Int32 XML_tcStyle = 5169;
+const sal_Int32 XML_tcTxStyle = 5170;
+const sal_Int32 XML_tcW = 5171;
+const sal_Int32 XML_teal = 5172;
+const sal_Int32 XML_teardrop = 5173;
+const sal_Int32 XML_temporary = 5174;
+const sal_Int32 XML_tenMillions = 5175;
+const sal_Int32 XML_tenThousands = 5176;
+const sal_Int32 XML_tentative = 5177;
+const sal_Int32 XML_text = 5178;
+const sal_Int32 XML_text1 = 5179;
+const sal_Int32 XML_text2 = 5180;
+const sal_Int32 XML_textAlignment = 5181;
+const sal_Int32 XML_textAndBackground = 5182;
+const sal_Int32 XML_textArchDown = 5183;
+const sal_Int32 XML_textArchDownPour = 5184;
+const sal_Int32 XML_textArchUp = 5185;
+const sal_Int32 XML_textArchUpPour = 5186;
+const sal_Int32 XML_textButton = 5187;
+const sal_Int32 XML_textButtonPour = 5188;
+const sal_Int32 XML_textCanDown = 5189;
+const sal_Int32 XML_textCanUp = 5190;
+const sal_Int32 XML_textCascadeDown = 5191;
+const sal_Int32 XML_textCascadeUp = 5192;
+const sal_Int32 XML_textChevron = 5193;
+const sal_Int32 XML_textChevronInverted = 5194;
+const sal_Int32 XML_textCircle = 5195;
+const sal_Int32 XML_textCirclePour = 5196;
+const sal_Int32 XML_textCurveDown = 5197;
+const sal_Int32 XML_textCurveUp = 5198;
+const sal_Int32 XML_textDates = 5199;
+const sal_Int32 XML_textDeflate = 5200;
+const sal_Int32 XML_textDeflateBottom = 5201;
+const sal_Int32 XML_textDeflateInflate = 5202;
+const sal_Int32 XML_textDeflateInflateDeflate = 5203;
+const sal_Int32 XML_textDeflateTop = 5204;
+const sal_Int32 XML_textDirection = 5205;
+const sal_Int32 XML_textDoubleWave1 = 5206;
+const sal_Int32 XML_textFadeDown = 5207;
+const sal_Int32 XML_textFadeLeft = 5208;
+const sal_Int32 XML_textFadeRight = 5209;
+const sal_Int32 XML_textFadeUp = 5210;
+const sal_Int32 XML_textField = 5211;
+const sal_Int32 XML_textFields = 5212;
+const sal_Int32 XML_textFile = 5213;
+const sal_Int32 XML_textFill = 5214;
+const sal_Int32 XML_textFit = 5215;
+const sal_Int32 XML_textHAlign = 5216;
+const sal_Int32 XML_textInflate = 5217;
+const sal_Int32 XML_textInflateBottom = 5218;
+const sal_Int32 XML_textInflateTop = 5219;
+const sal_Int32 XML_textInput = 5220;
+const sal_Int32 XML_textLength = 5221;
+const sal_Int32 XML_textNoShape = 5222;
+const sal_Int32 XML_textOutline = 5223;
+const sal_Int32 XML_textPlain = 5224;
+const sal_Int32 XML_textPr = 5225;
+const sal_Int32 XML_textRingInside = 5226;
+const sal_Int32 XML_textRingOutside = 5227;
+const sal_Int32 XML_textRotation = 5228;
+const sal_Int32 XML_textSlantDown = 5229;
+const sal_Int32 XML_textSlantUp = 5230;
+const sal_Int32 XML_textStop = 5231;
+const sal_Int32 XML_textTriangle = 5232;
+const sal_Int32 XML_textTriangleInverted = 5233;
+const sal_Int32 XML_textVAlign = 5234;
+const sal_Int32 XML_textWave1 = 5235;
+const sal_Int32 XML_textWave2 = 5236;
+const sal_Int32 XML_textWave4 = 5237;
+const sal_Int32 XML_textWrapping = 5238;
+const sal_Int32 XML_textborder = 5239;
+const sal_Int32 XML_textbox = 5240;
+const sal_Int32 XML_textboxTightWrap = 5241;
+const sal_Int32 XML_textboxrect = 5242;
+const sal_Int32 XML_textdata = 5243;
+const sal_Int32 XML_textlink = 5244;
+const sal_Int32 XML_textpath = 5245;
+const sal_Int32 XML_textpathok = 5246;
+const sal_Int32 XML_tgtEl = 5247;
+const sal_Int32 XML_tgtFrame = 5248;
+const sal_Int32 XML_thai = 5249;
+const sal_Int32 XML_thaiAlphaParenBoth = 5250;
+const sal_Int32 XML_thaiAlphaParenR = 5251;
+const sal_Int32 XML_thaiAlphaPeriod = 5252;
+const sal_Int32 XML_thaiCounting = 5253;
+const sal_Int32 XML_thaiDist = 5254;
+const sal_Int32 XML_thaiDistribute = 5255;
+const sal_Int32 XML_thaiLetters = 5256;
+const sal_Int32 XML_thaiNumParenBoth = 5257;
+const sal_Int32 XML_thaiNumParenR = 5258;
+const sal_Int32 XML_thaiNumPeriod = 5259;
+const sal_Int32 XML_thaiNumbers = 5260;
+const sal_Int32 XML_theme = 5261;
+const sal_Int32 XML_themeColor = 5262;
+const sal_Int32 XML_themeElements = 5263;
+const sal_Int32 XML_themeFill = 5264;
+const sal_Int32 XML_themeFillShade = 5265;
+const sal_Int32 XML_themeFillTint = 5266;
+const sal_Int32 XML_themeFontLang = 5267;
+const sal_Int32 XML_themeManager = 5268;
+const sal_Int32 XML_themeOverride = 5269;
+const sal_Int32 XML_themeShade = 5270;
+const sal_Int32 XML_themeTint = 5271;
+const sal_Int32 XML_thick = 5272;
+const sal_Int32 XML_thickBetweenThin = 5273;
+const sal_Int32 XML_thickBetweenThinLarge = 5274;
+const sal_Int32 XML_thickBetweenThinSmall = 5275;
+const sal_Int32 XML_thickBot = 5276;
+const sal_Int32 XML_thickBottom = 5277;
+const sal_Int32 XML_thickThin = 5278;
+const sal_Int32 XML_thickThinLarge = 5279;
+const sal_Int32 XML_thickThinLargeGap = 5280;
+const sal_Int32 XML_thickThinMediumGap = 5281;
+const sal_Int32 XML_thickThinSmall = 5282;
+const sal_Int32 XML_thickThinSmallGap = 5283;
+const sal_Int32 XML_thickTop = 5284;
+const sal_Int32 XML_thicket = 5285;
+const sal_Int32 XML_thickness = 5286;
+const sal_Int32 XML_thin = 5287;
+const sal_Int32 XML_thinDiagCross = 5288;
+const sal_Int32 XML_thinDiagStripe = 5289;
+const sal_Int32 XML_thinHorzCross = 5290;
+const sal_Int32 XML_thinHorzStripe = 5291;
+const sal_Int32 XML_thinReverseDiagStripe = 5292;
+const sal_Int32 XML_thinThick = 5293;
+const sal_Int32 XML_thinThickLarge = 5294;
+const sal_Int32 XML_thinThickLargeGap = 5295;
+const sal_Int32 XML_thinThickMediumGap = 5296;
+const sal_Int32 XML_thinThickSmall = 5297;
+const sal_Int32 XML_thinThickSmallGap = 5298;
+const sal_Int32 XML_thinThickThinLargeGap = 5299;
+const sal_Int32 XML_thinThickThinMediumGap = 5300;
+const sal_Int32 XML_thinThickThinSmallGap = 5301;
+const sal_Int32 XML_thinThin = 5302;
+const sal_Int32 XML_thinVertStripe = 5303;
+const sal_Int32 XML_thirdColumnSubheading = 5304;
+const sal_Int32 XML_thirdRowSubheading = 5305;
+const sal_Int32 XML_thirdSubtotalColumn = 5306;
+const sal_Int32 XML_thirdSubtotalRow = 5307;
+const sal_Int32 XML_thisMonth = 5308;
+const sal_Int32 XML_thisQuarter = 5309;
+const sal_Int32 XML_thisWeek = 5310;
+const sal_Int32 XML_thisYear = 5311;
+const sal_Int32 XML_thistle = 5312;
+const sal_Int32 XML_thousands = 5313;
+const sal_Int32 XML_threeDEmboss = 5314;
+const sal_Int32 XML_threeDEngrave = 5315;
+const sal_Int32 XML_threePt = 5316;
+const sal_Int32 XML_thresh = 5317;
+const sal_Int32 XML_through = 5318;
+const sal_Int32 XML_thruBlk = 5319;
+const sal_Int32 XML_tickLblPos = 5320;
+const sal_Int32 XML_tickLblSkip = 5321;
+const sal_Int32 XML_tickMarkSkip = 5322;
+const sal_Int32 XML_tight = 5323;
+const sal_Int32 XML_tile = 5324;
+const sal_Int32 XML_tileRect = 5325;
+const sal_Int32 XML_time = 5326;
+const sal_Int32 XML_timePeriod = 5327;
+const sal_Int32 XML_timing = 5328;
+const sal_Int32 XML_tint = 5329;
+const sal_Int32 XML_title = 5330;
+const sal_Int32 XML_titleOnly = 5331;
+const sal_Int32 XML_titlePg = 5332;
+const sal_Int32 XML_titleStyle = 5333;
+const sal_Int32 XML_tl = 5334;
+const sal_Int32 XML_tl2br = 5335;
+const sal_Int32 XML_tm = 5336;
+const sal_Int32 XML_tmAbs = 5337;
+const sal_Int32 XML_tmFilter = 5338;
+const sal_Int32 XML_tmPct = 5339;
+const sal_Int32 XML_tmRoot = 5340;
+const sal_Int32 XML_tmpl = 5341;
+const sal_Int32 XML_tmplLst = 5342;
+const sal_Int32 XML_tn = 5343;
+const sal_Int32 XML_tnLst = 5344;
+const sal_Int32 XML_to = 5345;
+const sal_Int32 XML_today = 5346;
+const sal_Int32 XML_token = 5347;
+const sal_Int32 XML_tomato = 5348;
+const sal_Int32 XML_tomorrow = 5349;
+const sal_Int32 XML_toolbar = 5350;
+const sal_Int32 XML_tooltip = 5351;
+const sal_Int32 XML_top = 5352;
+const sal_Int32 XML_top10 = 5353;
+const sal_Int32 XML_topAndBottom = 5354;
+const sal_Int32 XML_topAutoShow = 5355;
+const sal_Int32 XML_topFromText = 5356;
+const sal_Int32 XML_topLabels = 5357;
+const sal_Int32 XML_topLeft = 5358;
+const sal_Int32 XML_topLeftCell = 5359;
+const sal_Int32 XML_topLinePunct = 5360;
+const sal_Int32 XML_topMargin = 5361;
+const sal_Int32 XML_topRight = 5362;
+const sal_Int32 XML_tornPaper = 5363;
+const sal_Int32 XML_tornPaperBlack = 5364;
+const sal_Int32 XML_totalRow = 5365;
+const sal_Int32 XML_totalsRowBorderDxfId = 5366;
+const sal_Int32 XML_totalsRowCellStyle = 5367;
+const sal_Int32 XML_totalsRowCount = 5368;
+const sal_Int32 XML_totalsRowDxfId = 5369;
+const sal_Int32 XML_totalsRowFormula = 5370;
+const sal_Int32 XML_totalsRowFunction = 5371;
+const sal_Int32 XML_totalsRowLabel = 5372;
+const sal_Int32 XML_totalsRowShown = 5373;
+const sal_Int32 XML_tp = 5374;
+const sal_Int32 XML_tpl = 5375;
+const sal_Int32 XML_tplc = 5376;
+const sal_Int32 XML_tpls = 5377;
+const sal_Int32 XML_tr = 5378;
+const sal_Int32 XML_tr2bl = 5379;
+const sal_Int32 XML_trHeight = 5380;
+const sal_Int32 XML_trPr = 5381;
+const sal_Int32 XML_trPrChange = 5382;
+const sal_Int32 XML_track = 5383;
+const sal_Int32 XML_trackRevisions = 5384;
+const sal_Int32 XML_trackedChanges = 5385;
+const sal_Int32 XML_trans = 5386;
+const sal_Int32 XML_transition = 5387;
+const sal_Int32 XML_transitionEntry = 5388;
+const sal_Int32 XML_transitionEvaluation = 5389;
+const sal_Int32 XML_translucentPowder = 5390;
+const sal_Int32 XML_transp = 5391;
+const sal_Int32 XML_trapezoid = 5392;
+const sal_Int32 XML_tree = 5393;
+const sal_Int32 XML_trees = 5394;
+const sal_Int32 XML_trellis = 5395;
+const sal_Int32 XML_trend = 5396;
+const sal_Int32 XML_trendline = 5397;
+const sal_Int32 XML_trendlineLbl = 5398;
+const sal_Int32 XML_trendlineType = 5399;
+const sal_Int32 XML_tri = 5400;
+const sal_Int32 XML_triangle = 5401;
+const sal_Int32 XML_triangleParty = 5402;
+const sal_Int32 XML_triangles = 5403;
+const sal_Int32 XML_tribal1 = 5404;
+const sal_Int32 XML_tribal2 = 5405;
+const sal_Int32 XML_tribal3 = 5406;
+const sal_Int32 XML_tribal4 = 5407;
+const sal_Int32 XML_tribal5 = 5408;
+const sal_Int32 XML_tribal6 = 5409;
+const sal_Int32 XML_trillions = 5410;
+const sal_Int32 XML_trim = 5411;
+const sal_Int32 XML_triple = 5412;
+const sal_Int32 XML_true = 5413;
+const sal_Int32 XML_truncateFontHeightsLikeWP6 = 5414;
+const sal_Int32 XML_tupleCache = 5415;
+const sal_Int32 XML_turquoise = 5416;
+const sal_Int32 XML_twistedLines1 = 5417;
+const sal_Int32 XML_twistedLines2 = 5418;
+const sal_Int32 XML_twoCell = 5419;
+const sal_Int32 XML_twoCellAnchor = 5420;
+const sal_Int32 XML_twoColTx = 5421;
+const sal_Int32 XML_twoDigitTextYear = 5422;
+const sal_Int32 XML_twoObj = 5423;
+const sal_Int32 XML_twoObjAndObj = 5424;
+const sal_Int32 XML_twoObjAndTx = 5425;
+const sal_Int32 XML_twoObjOverTx = 5426;
+const sal_Int32 XML_twoPt = 5427;
+const sal_Int32 XML_twoTxTwoObj = 5428;
+const sal_Int32 XML_tx = 5429;
+const sal_Int32 XML_tx1 = 5430;
+const sal_Int32 XML_tx2 = 5431;
+const sal_Int32 XML_txAnchorHorz = 5432;
+const sal_Int32 XML_txAnchorHorzCh = 5433;
+const sal_Int32 XML_txAnchorVert = 5434;
+const sal_Int32 XML_txAnchorVertCh = 5435;
+const sal_Int32 XML_txAndChart = 5436;
+const sal_Int32 XML_txAndClipArt = 5437;
+const sal_Int32 XML_txAndMedia = 5438;
+const sal_Int32 XML_txAndObj = 5439;
+const sal_Int32 XML_txAndTwoObj = 5440;
+const sal_Int32 XML_txBlDir = 5441;
+const sal_Int32 XML_txBody = 5442;
+const sal_Int32 XML_txBox = 5443;
+const sal_Int32 XML_txDef = 5444;
+const sal_Int32 XML_txDir = 5445;
+const sal_Int32 XML_txEffectClrLst = 5446;
+const sal_Int32 XML_txEl = 5447;
+const sal_Int32 XML_txFillClrLst = 5448;
+const sal_Int32 XML_txLinClrLst = 5449;
+const sal_Int32 XML_txOverObj = 5450;
+const sal_Int32 XML_txPr = 5451;
+const sal_Int32 XML_txSp = 5452;
+const sal_Int32 XML_txStyles = 5453;
+const sal_Int32 XML_txXfrm = 5454;
+const sal_Int32 XML_txbx = 5455;
+const sal_Int32 XML_txbxContent = 5456;
+const sal_Int32 XML_txtBox = 5457;
+const sal_Int32 XML_ty = 5458;
+const sal_Int32 XML_type = 5459;
+const sal_Int32 XML_typeAny = 5460;
+const sal_Int32 XML_typeface = 5461;
+const sal_Int32 XML_types = 5462;
+const sal_Int32 XML_u = 5463;
+const sal_Int32 XML_uBounds = 5464;
+const sal_Int32 XML_uFill = 5465;
+const sal_Int32 XML_uFillTx = 5466;
+const sal_Int32 XML_uLn = 5467;
+const sal_Int32 XML_uLnTx = 5468;
+const sal_Int32 XML_ua = 5469;
+const sal_Int32 XML_udl = 5470;
+const sal_Int32 XML_ui1 = 5471;
+const sal_Int32 XML_ui2 = 5472;
+const sal_Int32 XML_ui4 = 5473;
+const sal_Int32 XML_ui8 = 5474;
+const sal_Int32 XML_uiCompat97To2003 = 5475;
+const sal_Int32 XML_uiExpand = 5476;
+const sal_Int32 XML_uiPriority = 5477;
+const sal_Int32 XML_uint = 5478;
+const sal_Int32 XML_ulTrailSpace = 5479;
+const sal_Int32 XML_un = 5480;
+const sal_Int32 XML_unbalanced = 5481;
+const sal_Int32 XML_unbalancedGroup = 5482;
+const sal_Int32 XML_unboundColumnsLeft = 5483;
+const sal_Int32 XML_unboundColumnsRight = 5484;
+const sal_Int32 XML_uncheckedState = 5485;
+const sal_Int32 XML_undOvr = 5486;
+const sal_Int32 XML_underDot = 5487;
+const sal_Int32 XML_underlineTabInNumList = 5488;
+const sal_Int32 XML_underscore = 5489;
+const sal_Int32 XML_undo = 5490;
+const sal_Int32 XML_undone = 5491;
+const sal_Int32 XML_undrawn = 5492;
+const sal_Int32 XML_ungrouping = 5493;
+const sal_Int32 XML_unhideWhenUsed = 5494;
+const sal_Int32 XML_uniqueCount = 5495;
+const sal_Int32 XML_uniqueId = 5496;
+const sal_Int32 XML_uniqueList = 5497;
+const sal_Int32 XML_uniqueMemberProperty = 5498;
+const sal_Int32 XML_uniqueName = 5499;
+const sal_Int32 XML_uniqueParent = 5500;
+const sal_Int32 XML_uniqueTag = 5501;
+const sal_Int32 XML_uniqueValues = 5502;
+const sal_Int32 XML_unknown = 5503;
+const sal_Int32 XML_unknownRelationship = 5504;
+const sal_Int32 XML_unlocked = 5505;
+const sal_Int32 XML_unlockedFormula = 5506;
+const sal_Int32 XML_unsignedByte = 5507;
+const sal_Int32 XML_unsignedInt = 5508;
+const sal_Int32 XML_unsignedLong = 5509;
+const sal_Int32 XML_unsignedShort = 5510;
+const sal_Int32 XML_up = 5511;
+const sal_Int32 XML_upArrow = 5512;
+const sal_Int32 XML_upArrowCallout = 5513;
+const sal_Int32 XML_upBars = 5514;
+const sal_Int32 XML_upDiag = 5515;
+const sal_Int32 XML_upDownArrow = 5516;
+const sal_Int32 XML_upDownArrowCallout = 5517;
+const sal_Int32 XML_upDownBars = 5518;
+const sal_Int32 XML_updateAutomatic = 5519;
+const sal_Int32 XML_updateFields = 5520;
+const sal_Int32 XML_updateLinks = 5521;
+const sal_Int32 XML_updatedVersion = 5522;
+const sal_Int32 XML_upgradeOnRefresh = 5523;
+const sal_Int32 XML_upperLetter = 5524;
+const sal_Int32 XML_upperRoman = 5525;
+const sal_Int32 XML_upr = 5526;
+const sal_Int32 XML_upright = 5527;
+const sal_Int32 XML_uri = 5528;
+const sal_Int32 XML_url = 5529;
+const sal_Int32 XML_usb0 = 5530;
+const sal_Int32 XML_usb1 = 5531;
+const sal_Int32 XML_usb2 = 5532;
+const sal_Int32 XML_usb3 = 5533;
+const sal_Int32 XML_useA = 5534;
+const sal_Int32 XML_useAltKinsokuLineBreakRules = 5535;
+const sal_Int32 XML_useAnsiKerningPairs = 5536;
+const sal_Int32 XML_useAutoFormatting = 5537;
+const sal_Int32 XML_useBgFill = 5538;
+const sal_Int32 XML_useDef = 5539;
+const sal_Int32 XML_useFELayout = 5540;
+const sal_Int32 XML_useFirstPageNumber = 5541;
+const sal_Int32 XML_useLongFilenames = 5542;
+const sal_Int32 XML_useNormalStyleForList = 5543;
+const sal_Int32 XML_usePrinterDefaults = 5544;
+const sal_Int32 XML_usePrinterMetrics = 5545;
+const sal_Int32 XML_useSingleBorderforContiguousCells = 5546;
+const sal_Int32 XML_useSpRect = 5547;
+const sal_Int32 XML_useTimings = 5548;
+const sal_Int32 XML_useWord2002TableStyleRules = 5549;
+const sal_Int32 XML_useWord97LineBreakRules = 5550;
+const sal_Int32 XML_useXSLTWhenSaving = 5551;
+const sal_Int32 XML_user = 5552;
+const sal_Int32 XML_userA = 5553;
+const sal_Int32 XML_userB = 5554;
+const sal_Int32 XML_userC = 5555;
+const sal_Int32 XML_userD = 5556;
+const sal_Int32 XML_userDrawn = 5557;
+const sal_Int32 XML_userE = 5558;
+const sal_Int32 XML_userF = 5559;
+const sal_Int32 XML_userG = 5560;
+const sal_Int32 XML_userH = 5561;
+const sal_Int32 XML_userI = 5562;
+const sal_Int32 XML_userInfo = 5563;
+const sal_Int32 XML_userInterface = 5564;
+const sal_Int32 XML_userJ = 5565;
+const sal_Int32 XML_userK = 5566;
+const sal_Int32 XML_userL = 5567;
+const sal_Int32 XML_userM = 5568;
+const sal_Int32 XML_userN = 5569;
+const sal_Int32 XML_userName = 5570;
+const sal_Int32 XML_userO = 5571;
+const sal_Int32 XML_userP = 5572;
+const sal_Int32 XML_userQ = 5573;
+const sal_Int32 XML_userR = 5574;
+const sal_Int32 XML_userS = 5575;
+const sal_Int32 XML_userSet = 5576;
+const sal_Int32 XML_userShapes = 5577;
+const sal_Int32 XML_userT = 5578;
+const sal_Int32 XML_userU = 5579;
+const sal_Int32 XML_userV = 5580;
+const sal_Int32 XML_userW = 5581;
+const sal_Int32 XML_userX = 5582;
+const sal_Int32 XML_userY = 5583;
+const sal_Int32 XML_userZ = 5584;
+const sal_Int32 XML_userdrawn = 5585;
+const sal_Int32 XML_userhidden = 5586;
+const sal_Int32 XML_users = 5587;
+const sal_Int32 XML_uturnArrow = 5588;
+const sal_Int32 XML_v = 5589;
+const sal_Int32 XML_v2 = 5590;
+const sal_Int32 XML_v3 = 5591;
+const sal_Int32 XML_v3v4 = 5592;
+const sal_Int32 XML_v4 = 5593;
+const sal_Int32 XML_vAlign = 5594;
+const sal_Int32 XML_vAnchor = 5595;
+const sal_Int32 XML_vMerge = 5596;
+const sal_Int32 XML_vMergeOrig = 5597;
+const sal_Int32 XML_vSpace = 5598;
+const sal_Int32 XML_vacatedStyle = 5599;
+const sal_Int32 XML_val = 5600;
+const sal_Int32 XML_valAx = 5601;
+const sal_Int32 XML_value = 5602;
+const sal_Int32 XML_valueBetween = 5603;
+const sal_Int32 XML_valueEqual = 5604;
+const sal_Int32 XML_valueGreaterThan = 5605;
+const sal_Int32 XML_valueGreaterThanOrEqual = 5606;
+const sal_Int32 XML_valueLessThan = 5607;
+const sal_Int32 XML_valueLessThanOrEqual = 5608;
+const sal_Int32 XML_valueMetadata = 5609;
+const sal_Int32 XML_valueNotBetween = 5610;
+const sal_Int32 XML_valueNotEqual = 5611;
+const sal_Int32 XML_valueType = 5612;
+const sal_Int32 XML_values = 5613;
+const sal_Int32 XML_vanish = 5614;
+const sal_Int32 XML_var = 5615;
+const sal_Int32 XML_varLst = 5616;
+const sal_Int32 XML_varP = 5617;
+const sal_Int32 XML_varPSubtotal = 5618;
+const sal_Int32 XML_varScale = 5619;
+const sal_Int32 XML_varSubtotal = 5620;
+const sal_Int32 XML_variable = 5621;
+const sal_Int32 XML_variant = 5622;
+const sal_Int32 XML_varp = 5623;
+const sal_Int32 XML_varyColors = 5624;
+const sal_Int32 XML_vbProcedure = 5625;
+const sal_Int32 XML_vc = 5626;
+const sal_Int32 XML_vector = 5627;
+const sal_Int32 XML_vendorID = 5628;
+const sal_Int32 XML_venn = 5629;
+const sal_Int32 XML_verb = 5630;
+const sal_Int32 XML_version = 5631;
+const sal_Int32 XML_vert = 5632;
+const sal_Int32 XML_vert270 = 5633;
+const sal_Int32 XML_vertAlign = 5634;
+const sal_Int32 XML_vertAnchor = 5635;
+const sal_Int32 XML_vertBarState = 5636;
+const sal_Int32 XML_vertCompress = 5637;
+const sal_Int32 XML_vertJc = 5638;
+const sal_Int32 XML_vertOverflow = 5639;
+const sal_Int32 XML_vertStripe = 5640;
+const sal_Int32 XML_vertTitleAndTx = 5641;
+const sal_Int32 XML_vertTitleAndTxOverChart = 5642;
+const sal_Int32 XML_vertTx = 5643;
+const sal_Int32 XML_vertical = 5644;
+const sal_Int32 XML_verticalCentered = 5645;
+const sal_Int32 XML_verticalDpi = 5646;
+const sal_Int32 XML_verticalScroll = 5647;
+const sal_Int32 XML_verticies = 5648;
+const sal_Int32 XML_veryHidden = 5649;
+const sal_Int32 XML_video = 5650;
+const sal_Int32 XML_videoFile = 5651;
+const sal_Int32 XML_vietnameseCounting = 5652;
+const sal_Int32 XML_view = 5653;
+const sal_Int32 XML_view3D = 5654;
+const sal_Int32 XML_viewMergedData = 5655;
+const sal_Int32 XML_viewPr = 5656;
+const sal_Int32 XML_viewpoint = 5657;
+const sal_Int32 XML_viewpointorigin = 5658;
+const sal_Int32 XML_vine = 5659;
+const sal_Int32 XML_violet = 5660;
+const sal_Int32 XML_visibility = 5661;
+const sal_Int32 XML_visible = 5662;
+const sal_Int32 XML_visualTotals = 5663;
+const sal_Int32 XML_vm = 5664;
+const sal_Int32 XML_vml = 5665;
+const sal_Int32 XML_vocabulary = 5666;
+const sal_Int32 XML_vol = 5667;
+const sal_Int32 XML_volType = 5668;
+const sal_Int32 XML_volTypes = 5669;
+const sal_Int32 XML_vortex = 5670;
+const sal_Int32 XML_vstream = 5671;
+const sal_Int32 XML_vt = 5672;
+const sal_Int32 XML_w = 5673;
+const sal_Int32 XML_w10 = 5674;
+const sal_Int32 XML_w14 = 5675;
+const sal_Int32 XML_wAfter = 5676;
+const sal_Int32 XML_wArH = 5677;
+const sal_Int32 XML_wBefore = 5678;
+const sal_Int32 XML_wMode = 5679;
+const sal_Int32 XML_wOff = 5680;
+const sal_Int32 XML_wR = 5681;
+const sal_Int32 XML_warmMatte = 5682;
+const sal_Int32 XML_warning = 5683;
+const sal_Int32 XML_warp = 5684;
+const sal_Int32 XML_watermarks = 5685;
+const sal_Int32 XML_wavAudioFile = 5686;
+const sal_Int32 XML_wave = 5687;
+const sal_Int32 XML_waveline = 5688;
+const sal_Int32 XML_wavy = 5689;
+const sal_Int32 XML_wavyDbl = 5690;
+const sal_Int32 XML_wavyDouble = 5691;
+const sal_Int32 XML_wavyHeavy = 5692;
+const sal_Int32 XML_wd = 5693;
+const sal_Int32 XML_wd10 = 5694;
+const sal_Int32 XML_wd12 = 5695;
+const sal_Int32 XML_wd2 = 5696;
+const sal_Int32 XML_wd3 = 5697;
+const sal_Int32 XML_wd32 = 5698;
+const sal_Int32 XML_wd4 = 5699;
+const sal_Int32 XML_wd5 = 5700;
+const sal_Int32 XML_wd6 = 5701;
+const sal_Int32 XML_wd8 = 5702;
+const sal_Int32 XML_wdDnDiag = 5703;
+const sal_Int32 XML_wdUpDiag = 5704;
+const sal_Int32 XML_weave = 5705;
+const sal_Int32 XML_weavingAngles = 5706;
+const sal_Int32 XML_weavingBraid = 5707;
+const sal_Int32 XML_weavingRibbon = 5708;
+const sal_Int32 XML_weavingStrips = 5709;
+const sal_Int32 XML_web = 5710;
+const sal_Int32 XML_webHidden = 5711;
+const sal_Int32 XML_webPr = 5712;
+const sal_Int32 XML_webPublishItem = 5713;
+const sal_Int32 XML_webPublishItems = 5714;
+const sal_Int32 XML_webPublishObject = 5715;
+const sal_Int32 XML_webPublishObjects = 5716;
+const sal_Int32 XML_webPublishing = 5717;
+const sal_Int32 XML_webSettings = 5718;
+const sal_Int32 XML_wedge = 5719;
+const sal_Int32 XML_wedgeEllipseCallout = 5720;
+const sal_Int32 XML_wedgeRectCallout = 5721;
+const sal_Int32 XML_wedgeRoundRectCallout = 5722;
+const sal_Int32 XML_weight = 5723;
+const sal_Int32 XML_wgp = 5724;
+const sal_Int32 XML_wheat = 5725;
+const sal_Int32 XML_wheel = 5726;
+const sal_Int32 XML_wheelReverse = 5727;
+const sal_Int32 XML_whenNotActive = 5728;
+const sal_Int32 XML_white = 5729;
+const sal_Int32 XML_whiteFlowers = 5730;
+const sal_Int32 XML_whiteSmoke = 5731;
+const sal_Int32 XML_whiteTextOnBlack = 5732;
+const sal_Int32 XML_whole = 5733;
+const sal_Int32 XML_wholeTable = 5734;
+const sal_Int32 XML_wholeTbl = 5735;
+const sal_Int32 XML_wide = 5736;
+const sal_Int32 XML_widowControl = 5737;
+const sal_Int32 XML_width = 5738;
+const sal_Int32 XML_win = 5739;
+const sal_Int32 XML_window = 5740;
+const sal_Int32 XML_windowFrame = 5741;
+const sal_Int32 XML_windowHeight = 5742;
+const sal_Int32 XML_windowProtection = 5743;
+const sal_Int32 XML_windowText = 5744;
+const sal_Int32 XML_windowWidth = 5745;
+const sal_Int32 XML_wipe = 5746;
+const sal_Int32 XML_wireFrame = 5747;
+const sal_Int32 XML_wireframe = 5748;
+const sal_Int32 XML_withEffect = 5749;
+const sal_Int32 XML_withGroup = 5750;
+const sal_Int32 XML_woodwork = 5751;
+const sal_Int32 XML_wordArtVert = 5752;
+const sal_Int32 XML_wordArtVertRtl = 5753;
+const sal_Int32 XML_wordWrap = 5754;
+const sal_Int32 XML_words = 5755;
+const sal_Int32 XML_workbook = 5756;
+const sal_Int32 XML_workbookParameter = 5757;
+const sal_Int32 XML_workbookPassword = 5758;
+const sal_Int32 XML_workbookPr = 5759;
+const sal_Int32 XML_workbookProtection = 5760;
+const sal_Int32 XML_workbookView = 5761;
+const sal_Int32 XML_workbookViewId = 5762;
+const sal_Int32 XML_worksheet = 5763;
+const sal_Int32 XML_worksheetSource = 5764;
+const sal_Int32 XML_wp = 5765;
+const sal_Int32 XML_wp14 = 5766;
+const sal_Int32 XML_wpJustification = 5767;
+const sal_Int32 XML_wpSpaceWidth = 5768;
+const sal_Int32 XML_wpg = 5769;
+const sal_Int32 XML_wps = 5770;
+const sal_Int32 XML_wrap = 5771;
+const sal_Int32 XML_wrapIndent = 5772;
+const sal_Int32 XML_wrapNone = 5773;
+const sal_Int32 XML_wrapPolygon = 5774;
+const sal_Int32 XML_wrapRight = 5775;
+const sal_Int32 XML_wrapSquare = 5776;
+const sal_Int32 XML_wrapText = 5777;
+const sal_Int32 XML_wrapThrough = 5778;
+const sal_Int32 XML_wrapTight = 5779;
+const sal_Int32 XML_wrapTopAndBottom = 5780;
+const sal_Int32 XML_wrapTrailSpaces = 5781;
+const sal_Int32 XML_wrapcoords = 5782;
+const sal_Int32 XML_writeProtection = 5783;
+const sal_Int32 XML_wsDr = 5784;
+const sal_Int32 XML_wsp = 5785;
+const sal_Int32 XML_x = 5786;
+const sal_Int32 XML_x12ac = 5787;
+const sal_Int32 XML_x14 = 5788;
+const sal_Int32 XML_xAlign = 5789;
+const sal_Int32 XML_xIllusions = 5790;
+const sal_Int32 XML_xMode = 5791;
+const sal_Int32 XML_xSplit = 5792;
+const sal_Int32 XML_xVal = 5793;
+const sal_Int32 XML_xWindow = 5794;
+const sal_Int32 XML_xdr = 5795;
+const sal_Int32 XML_xf = 5796;
+const sal_Int32 XML_xfDxf = 5797;
+const sal_Int32 XML_xfId = 5798;
+const sal_Int32 XML_xfrm = 5799;
+const sal_Int32 XML_xfrmType = 5800;
+const sal_Int32 XML_xl2000 = 5801;
+const sal_Int32 XML_xl97 = 5802;
+const sal_Int32 XML_xlm = 5803;
+const sal_Int32 XML_xm = 5804;
+const sal_Int32 XML_xml = 5805;
+const sal_Int32 XML_xmlBased = 5806;
+const sal_Int32 XML_xmlCellPr = 5807;
+const sal_Int32 XML_xmlColumnPr = 5808;
+const sal_Int32 XML_xmlDataType = 5809;
+const sal_Int32 XML_xmlPr = 5810;
+const sal_Int32 XML_xmlns = 5811;
+const sal_Int32 XML_xpath = 5812;
+const sal_Int32 XML_xrange = 5813;
+const sal_Int32 XML_xsc = 5814;
+const sal_Int32 XML_xscale = 5815;
+const sal_Int32 XML_xsi = 5816;
+const sal_Int32 XML_xy = 5817;
+const sal_Int32 XML_y = 5818;
+const sal_Int32 XML_yAlign = 5819;
+const sal_Int32 XML_yMode = 5820;
+const sal_Int32 XML_ySplit = 5821;
+const sal_Int32 XML_yVal = 5822;
+const sal_Int32 XML_yWindow = 5823;
+const sal_Int32 XML_year = 5824;
+const sal_Int32 XML_yearLong = 5825;
+const sal_Int32 XML_yearShort = 5826;
+const sal_Int32 XML_yearToDate = 5827;
+const sal_Int32 XML_years = 5828;
+const sal_Int32 XML_yellow = 5829;
+const sal_Int32 XML_yellowGreen = 5830;
+const sal_Int32 XML_yesterday = 5831;
+const sal_Int32 XML_yrange = 5832;
+const sal_Int32 XML_z = 5833;
+const sal_Int32 XML_zOrder = 5834;
+const sal_Int32 XML_zOrderOff = 5835;
+const sal_Int32 XML_zanyTriangles = 5836;
+const sal_Int32 XML_zero = 5837;
+const sal_Int32 XML_zeroAsc = 5838;
+const sal_Int32 XML_zeroDesc = 5839;
+const sal_Int32 XML_zeroHeight = 5840;
+const sal_Int32 XML_zeroValues = 5841;
+const sal_Int32 XML_zeroWid = 5842;
+const sal_Int32 XML_zigZag = 5843;
+const sal_Int32 XML_zigZagStitch = 5844;
+const sal_Int32 XML_zoom = 5845;
+const sal_Int32 XML_zoomContents = 5846;
+const sal_Int32 XML_zoomScale = 5847;
+const sal_Int32 XML_zoomScaleNormal = 5848;
+const sal_Int32 XML_zoomScalePageLayoutView = 5849;
+const sal_Int32 XML_zoomScaleSheetLayoutView = 5850;
+const sal_Int32 XML_zoomToFit = 5851;
+const sal_Int32 XML_TOKEN_COUNT = 5852;
const sal_Int32 XML_TOKEN_INVALID = ::com::sun::star::xml::sax::FastToken::DONTKNOW;
diff --git a/oox/propertynames.inc b/oox/propertynames.inc
index 9c3046e3008f..5c044fa004fd 100644
--- a/oox/propertynames.inc
+++ b/oox/propertynames.inc
@@ -208,374 +208,386 @@
/* 207 */ "GapwidthSequence",
/* 208 */ "GenerateVbaEvents",
/* 209 */ "Geometry3D",
-/* 210 */ "GradientName",
-/* 211 */ "Graphic",
-/* 212 */ "GraphicBitmap",
-/* 213 */ "GraphicColorMode",
-/* 214 */ "GraphicCrop",
-/* 215 */ "GraphicSize",
-/* 216 */ "GridColor",
-/* 217 */ "GroupInfo",
-/* 218 */ "GroupName",
-/* 219 */ "HScroll",
-/* 220 */ "Handles",
-/* 221 */ "HasAutoShowInfo",
-/* 222 */ "HasColumnRowHeaders",
-/* 223 */ "HasHorizontalScrollBar",
-/* 224 */ "HasLayoutInfo",
-/* 225 */ "HasMainTitle",
-/* 226 */ "HasReference",
-/* 227 */ "HasSecondaryXAxisTitle",
-/* 228 */ "HasSecondaryYAxisTitle",
-/* 229 */ "HasSheetTabs",
-/* 230 */ "HasSortInfo",
-/* 231 */ "HasVerticalScrollBar",
-/* 232 */ "HasXAxisTitle",
-/* 233 */ "HasYAxisTitle",
-/* 234 */ "HasZAxisTitle",
-/* 235 */ "HatchName",
-/* 236 */ "HeaderBodyDistance",
-/* 237 */ "HeaderHeight",
-/* 238 */ "HeaderIsDynamicHeight",
-/* 239 */ "HeaderIsOn",
-/* 240 */ "HeaderIsShared",
-/* 241 */ "Height",
-/* 242 */ "HelpText",
-/* 243 */ "HideInactiveSelection",
-/* 244 */ "HoriJustify",
-/* 245 */ "HoriJustifyMethod",
-/* 246 */ "HoriOrient",
-/* 247 */ "HoriOrientPosition",
-/* 248 */ "HoriOrientRelation",
-/* 249 */ "HorizontalSplitMode",
-/* 250 */ "HorizontalSplitPositionTwips",
-/* 251 */ "IgnoreBlankCells",
-/* 252 */ "IgnoreCase",
-/* 253 */ "IgnoreLeadingSpaces",
-/* 254 */ "ImagePosition",
-/* 255 */ "IncludeHiddenCells",
-/* 256 */ "InputMessage",
-/* 257 */ "InputTitle",
-/* 258 */ "InterceptValue",
-/* 259 */ "IsActive",
-/* 260 */ "IsAdjustHeightEnabled",
-/* 261 */ "IsCaseSensitive",
-/* 262 */ "IsCellBackgroundTransparent",
-/* 263 */ "IsChangeReadOnlyEnabled",
-/* 264 */ "IsDate",
-/* 265 */ "IsExecuteLinkEnabled",
-/* 266 */ "IsHidden",
-/* 267 */ "IsIterationEnabled",
-/* 268 */ "IsLandscape",
-/* 269 */ "IsLoaded",
-/* 270 */ "IsNumbering",
-/* 271 */ "IsOutlineSymbolsSet",
-/* 272 */ "IsPlaceholderDependent",
-/* 273 */ "IsSharedFormula",
-/* 274 */ "IsStartOfNewPage",
-/* 275 */ "IsTextWrapped",
-/* 276 */ "IsUndoEnabled",
-/* 277 */ "IsVisible",
-/* 278 */ "IterationCount",
-/* 279 */ "IterationEpsilon",
-/* 280 */ "Japanese",
-/* 281 */ "Label",
-/* 282 */ "LabelBorderColor",
-/* 283 */ "LabelBorderStyle",
-/* 284 */ "LabelBorderWidth",
-/* 285 */ "LabelPlacement",
-/* 286 */ "LabelPosition",
-/* 287 */ "LabelSeparator",
-/* 288 */ "LayoutInfo",
-/* 289 */ "LeftBorder",
-/* 290 */ "LeftBorderDistance",
-/* 291 */ "LeftMargin",
-/* 292 */ "LeftPageFooterContent",
-/* 293 */ "LeftPageHeaderContent",
-/* 294 */ "LegacyFragment",
-/* 295 */ "LineCap",
-/* 296 */ "LineColor",
-/* 297 */ "LineCount",
-/* 298 */ "LineDash",
-/* 299 */ "LineDashName",
-/* 300 */ "LineEndCenter",
-/* 301 */ "LineEndName",
-/* 302 */ "LineEndWidth",
-/* 303 */ "LineIncrement",
-/* 304 */ "LineJoint",
-/* 305 */ "LineStartCenter",
-/* 306 */ "LineStartName",
-/* 307 */ "LineStartWidth",
-/* 308 */ "LineStyle",
-/* 309 */ "LineTransparence",
-/* 310 */ "LineWidth",
-/* 311 */ "LinkNumberFormatToSource",
-/* 312 */ "LinkURL",
-/* 313 */ "LoadReadonly",
-/* 314 */ "LookUpLabels",
-/* 315 */ "MajorTickmarks",
-/* 316 */ "MarkPosition",
-/* 317 */ "MaxFieldCount",
-/* 318 */ "MaxTextLen",
-/* 319 */ "MediaType",
-/* 320 */ "MediaURL",
-/* 321 */ "MinorTickmarks",
-/* 322 */ "MirroredX",
-/* 323 */ "MirroredY",
-/* 324 */ "MissingValueTreatment",
-/* 325 */ "Model",
-/* 326 */ "ModifyPasswordHash",
-/* 327 */ "MoveProtect",
-/* 328 */ "MovingAveragePeriod",
-/* 329 */ "MultiLine",
-/* 330 */ "MultiPageValue",
-/* 331 */ "MultiSelection",
-/* 332 */ "Name",
-/* 333 */ "NamedRanges",
-/* 334 */ "NegativeError",
-/* 335 */ "NullDate",
-/* 336 */ "NumberFormat",
-/* 337 */ "NumberingIsNumber",
-/* 338 */ "NumberingLevel",
-/* 339 */ "NumberingRules",
-/* 340 */ "NumberingType",
-/* 341 */ "Offset",
-/* 342 */ "OpCodeMap",
-/* 343 */ "Opaque",
-/* 344 */ "Orientation",
-/* 345 */ "OutputPosition",
-/* 346 */ "OverlapSequence",
-/* 347 */ "PageScale",
-/* 348 */ "PageStyle",
-/* 349 */ "PageToggle",
-/* 350 */ "PageViewZoomValue",
-/* 351 */ "PaintTransparent",
-/* 352 */ "ParaAdjust",
-/* 353 */ "ParaBottomMargin",
-/* 354 */ "ParaFirstLineIndent",
-/* 355 */ "ParaIndent",
-/* 356 */ "ParaIsHangingPunctuation",
-/* 357 */ "ParaIsHyphenation",
-/* 358 */ "ParaLeftMargin",
-/* 359 */ "ParaLineSpacing",
-/* 360 */ "ParaRightMargin",
-/* 361 */ "ParaTabStops",
-/* 362 */ "ParaTopMargin",
-/* 363 */ "Path",
-/* 364 */ "PercentageNumberFormat",
-/* 365 */ "PersistName",
-/* 366 */ "Perspective",
-/* 367 */ "PolyPolygon",
-/* 368 */ "PolyPolygonBezier",
-/* 369 */ "PolygonKind",
-/* 370 */ "PolynomialDegree",
-/* 371 */ "Position",
-/* 372 */ "PositionBottom",
-/* 373 */ "PositionLeft",
-/* 374 */ "PositionRight",
-/* 375 */ "PositionTop",
-/* 376 */ "PositionX",
-/* 377 */ "PositionY",
-/* 378 */ "PositiveError",
-/* 379 */ "Prefix",
-/* 380 */ "PresetTextWarp",
-/* 381 */ "PrintAnnotations",
-/* 382 */ "PrintBorder",
-/* 383 */ "PrintDownFirst",
-/* 384 */ "PrintGrid",
-/* 385 */ "PrintHeaders",
-/* 386 */ "Printable",
-/* 387 */ "PrivateStream",
-/* 388 */ "PrivateTempFileURL",
-/* 389 */ "ProgressValueMax",
-/* 390 */ "ProgressValueMin",
-/* 391 */ "Protected",
-/* 392 */ "RadiusRangeMaximum",
-/* 393 */ "RadiusRangeMinimum",
-/* 394 */ "RangeXMaximum",
-/* 395 */ "RangeXMinimum",
-/* 396 */ "RangeYMaximum",
-/* 397 */ "RangeYMinimum",
-/* 398 */ "ReadOnly",
-/* 399 */ "RefAngle",
-/* 400 */ "RefR",
-/* 401 */ "RefX",
-/* 402 */ "RefY",
-/* 403 */ "Reference",
-/* 404 */ "ReferenceDevice",
-/* 405 */ "ReferenceSheet",
-/* 406 */ "RefreshPeriod",
-/* 407 */ "RegularExpressions",
-/* 408 */ "RelId",
-/* 409 */ "RelativeHeight",
-/* 410 */ "RelativeHorizontalTabbarWidth",
-/* 411 */ "RelativePosition",
-/* 412 */ "RelativeSize",
-/* 413 */ "RelativeWidth",
-/* 414 */ "Repeat",
-/* 415 */ "RepeatDelay",
-/* 416 */ "Representation",
-/* 417 */ "RightAngledAxes",
-/* 418 */ "RightBorder",
-/* 419 */ "RightBorderDistance",
-/* 420 */ "RightMargin",
-/* 421 */ "RightPageFooterContent",
-/* 422 */ "RightPageHeaderContent",
-/* 423 */ "Role",
-/* 424 */ "RotateAngle",
-/* 425 */ "RotateReference",
-/* 426 */ "RotationHorizontal",
-/* 427 */ "RotationVertical",
-/* 428 */ "RowGrand",
-/* 429 */ "RowLabelRanges",
-/* 430 */ "SaveOutputPosition",
-/* 431 */ "ScaleMode",
-/* 432 */ "ScaleToPages",
-/* 433 */ "ScaleToPagesX",
-/* 434 */ "ScaleToPagesY",
-/* 435 */ "ScrollHeight",
-/* 436 */ "ScrollLeft",
-/* 437 */ "ScrollTop",
-/* 438 */ "ScrollValue",
-/* 439 */ "ScrollValueMax",
-/* 440 */ "ScrollValueMin",
-/* 441 */ "ScrollWidth",
-/* 442 */ "Segments",
-/* 443 */ "SelectedItems",
-/* 444 */ "SelectedPage",
-/* 445 */ "Shadow",
-/* 446 */ "ShadowColor",
-/* 447 */ "ShadowFormat",
-/* 448 */ "ShadowTransparence",
-/* 449 */ "ShadowXDistance",
-/* 450 */ "ShadowYDistance",
-/* 451 */ "Show",
-/* 452 */ "ShowBorder",
-/* 453 */ "ShowCharts",
-/* 454 */ "ShowCorrelationCoefficient",
-/* 455 */ "ShowDetail",
-/* 456 */ "ShowDrawing",
-/* 457 */ "ShowEmpty",
-/* 458 */ "ShowEquation",
-/* 459 */ "ShowErrorMessage",
-/* 460 */ "ShowFilterButton",
-/* 461 */ "ShowFirst",
-/* 462 */ "ShowFormulas",
-/* 463 */ "ShowGrid",
-/* 464 */ "ShowHighLow",
-/* 465 */ "ShowInputMessage",
-/* 466 */ "ShowLegendEntry",
-/* 467 */ "ShowList",
-/* 468 */ "ShowNegativeError",
-/* 469 */ "ShowObjects",
-/* 470 */ "ShowPageBreakPreview",
-/* 471 */ "ShowPositiveError",
-/* 472 */ "ShowZeroValues",
-/* 473 */ "ShrinkToFit",
-/* 474 */ "Size",
-/* 475 */ "Size100thMM",
-/* 476 */ "SizePixel",
-/* 477 */ "SizeProtect",
-/* 478 */ "SizeType",
-/* 479 */ "SkipDuplicates",
-/* 480 */ "SortInfo",
-/* 481 */ "Sound",
-/* 482 */ "SoundOn",
-/* 483 */ "Speed",
-/* 484 */ "Spin",
-/* 485 */ "SpinIncrement",
-/* 486 */ "SpinValue",
-/* 487 */ "SpinValueMax",
-/* 488 */ "SpinValueMin",
-/* 489 */ "StackCharacters",
-/* 490 */ "StackingDirection",
-/* 491 */ "StartPosition",
-/* 492 */ "StartWith",
-/* 493 */ "StartingAngle",
-/* 494 */ "State",
-/* 495 */ "StringItemList",
-/* 496 */ "SubViewSize",
-/* 497 */ "Subtotals",
-/* 498 */ "Suffix",
-/* 499 */ "Surround",
-/* 500 */ "SwapXAndYAxis",
-/* 501 */ "Symbol",
-/* 502 */ "SymbolColor",
-/* 503 */ "TabColor",
-/* 504 */ "TabIndex",
-/* 505 */ "TableBorder",
-/* 506 */ "TableLayout",
-/* 507 */ "TableSelected",
-/* 508 */ "Tables",
-/* 509 */ "Tabstop",
-/* 510 */ "Tag",
-/* 511 */ "TargetFrame",
-/* 512 */ "Text",
-/* 513 */ "TextAutoGrowHeight",
-/* 514 */ "TextBox",
-/* 515 */ "TextBreak",
-/* 516 */ "TextCameraZRotateAngle",
-/* 517 */ "TextColor",
-/* 518 */ "TextFitToSize",
-/* 519 */ "TextFrames",
-/* 520 */ "TextHorizontalAdjust",
-/* 521 */ "TextLeftDistance",
-/* 522 */ "TextLowerDistance",
-/* 523 */ "TextOverlap",
-/* 524 */ "TextPreRotateAngle",
-/* 525 */ "TextRightDistance",
-/* 526 */ "TextRotateAngle",
-/* 527 */ "TextRotation",
-/* 528 */ "TextUpperDistance",
-/* 529 */ "TextVerticalAdjust",
-/* 530 */ "TextWordWrap",
-/* 531 */ "TextWritingMode",
-/* 532 */ "Title",
-/* 533 */ "Toggle",
-/* 534 */ "TokenIndex",
-/* 535 */ "TopBorder",
-/* 536 */ "TopBorderDistance",
-/* 537 */ "TopMargin",
-/* 538 */ "TotalsRow",
-/* 539 */ "Transformation",
-/* 540 */ "TransitionDirection",
-/* 541 */ "TransitionDuration",
-/* 542 */ "TransitionFadeColor",
-/* 543 */ "TransitionSubtype",
-/* 544 */ "TransitionType",
-/* 545 */ "Transparency",
-/* 546 */ "TriState",
-/* 547 */ "Type",
-/* 548 */ "URL",
-/* 549 */ "UnnamedDatabaseRanges",
-/* 550 */ "Url",
-/* 551 */ "UseFilterCriteriaSource",
-/* 552 */ "UseRegularExpressions",
-/* 553 */ "UseRings",
-/* 554 */ "UseSelectedPage",
-/* 555 */ "VScroll",
-/* 556 */ "Validation",
-/* 557 */ "Value",
-/* 558 */ "VaryColorsByPoint",
-/* 559 */ "VertJustify",
-/* 560 */ "VertJustifyMethod",
-/* 561 */ "VertOrient",
-/* 562 */ "VertOrientPosition",
-/* 563 */ "VertOrientRelation",
-/* 564 */ "VerticalAlign",
-/* 565 */ "VerticalSplitMode",
-/* 566 */ "VerticalSplitPositionTwips",
-/* 567 */ "ViewBox",
-/* 568 */ "Visible",
-/* 569 */ "VisibleFlag",
-/* 570 */ "VisibleSize",
-/* 571 */ "VisualArea",
-/* 572 */ "VisualEffect",
-/* 573 */ "Weight",
-/* 574 */ "WhiteDay",
-/* 575 */ "Width",
-/* 576 */ "Wildcards",
-/* 577 */ "WritingMode",
-/* 578 */ "XLA1Representation",
-/* 579 */ "ZoomType",
-/* 580 */ "ZoomValue",
+/* 210 */ "GlowEffect",
+/* 211 */ "GlowEffectRadius",
+/* 212 */ "GradientName",
+/* 213 */ "Graphic",
+/* 214 */ "GraphicBitmap",
+/* 215 */ "GraphicColorMode",
+/* 216 */ "GraphicCrop",
+/* 217 */ "GraphicSize",
+/* 218 */ "GridColor",
+/* 219 */ "GroupInfo",
+/* 220 */ "GroupName",
+/* 221 */ "HScroll",
+/* 222 */ "Handles",
+/* 223 */ "HasAutoShowInfo",
+/* 224 */ "HasColumnRowHeaders",
+/* 225 */ "HasHorizontalScrollBar",
+/* 226 */ "HasLayoutInfo",
+/* 227 */ "HasMainTitle",
+/* 228 */ "HasReference",
+/* 229 */ "HasSecondaryXAxisTitle",
+/* 230 */ "HasSecondaryYAxisTitle",
+/* 231 */ "HasSheetTabs",
+/* 232 */ "HasSortInfo",
+/* 233 */ "HasVerticalScrollBar",
+/* 234 */ "HasXAxisTitle",
+/* 235 */ "HasYAxisTitle",
+/* 236 */ "HasZAxisTitle",
+/* 237 */ "HatchName",
+/* 238 */ "HeaderBodyDistance",
+/* 239 */ "HeaderHeight",
+/* 240 */ "HeaderIsDynamicHeight",
+/* 241 */ "HeaderIsOn",
+/* 242 */ "HeaderIsShared",
+/* 243 */ "Height",
+/* 244 */ "HelpText",
+/* 245 */ "HideInactiveSelection",
+/* 246 */ "HoriJustify",
+/* 247 */ "HoriJustifyMethod",
+/* 248 */ "HoriOrient",
+/* 249 */ "HoriOrientPosition",
+/* 250 */ "HoriOrientRelation",
+/* 251 */ "HorizontalSplitMode",
+/* 252 */ "HorizontalSplitPositionTwips",
+/* 253 */ "IgnoreBlankCells",
+/* 254 */ "IgnoreCase",
+/* 255 */ "IgnoreLeadingSpaces",
+/* 256 */ "ImagePosition",
+/* 257 */ "IncludeHiddenCells",
+/* 258 */ "InputMessage",
+/* 259 */ "InputTitle",
+/* 260 */ "InterceptValue",
+/* 261 */ "IsActive",
+/* 262 */ "IsAdjustHeightEnabled",
+/* 263 */ "IsCaseSensitive",
+/* 264 */ "IsCellBackgroundTransparent",
+/* 265 */ "IsChangeReadOnlyEnabled",
+/* 266 */ "IsDate",
+/* 267 */ "IsExecuteLinkEnabled",
+/* 268 */ "IsHidden",
+/* 269 */ "IsIterationEnabled",
+/* 270 */ "IsLandscape",
+/* 271 */ "IsLoaded",
+/* 272 */ "IsNumbering",
+/* 273 */ "IsOutlineSymbolsSet",
+/* 274 */ "IsPlaceholderDependent",
+/* 275 */ "IsSharedFormula",
+/* 276 */ "IsStartOfNewPage",
+/* 277 */ "IsTextWrapped",
+/* 278 */ "IsUndoEnabled",
+/* 279 */ "IsVisible",
+/* 280 */ "IterationCount",
+/* 281 */ "IterationEpsilon",
+/* 282 */ "Japanese",
+/* 283 */ "Label",
+/* 284 */ "LabelBorderColor",
+/* 285 */ "LabelBorderStyle",
+/* 286 */ "LabelBorderWidth",
+/* 287 */ "LabelFillBackground",
+/* 288 */ "LabelFillColor",
+/* 289 */ "LabelFillHatchName",
+/* 290 */ "LabelFillStyle",
+/* 291 */ "LabelPlacement",
+/* 292 */ "LabelPosition",
+/* 293 */ "LabelSeparator",
+/* 294 */ "LayoutInfo",
+/* 295 */ "LeftBorder",
+/* 296 */ "LeftBorderDistance",
+/* 297 */ "LeftMargin",
+/* 298 */ "LeftPageFooterContent",
+/* 299 */ "LeftPageHeaderContent",
+/* 300 */ "LegacyFragment",
+/* 301 */ "LineCap",
+/* 302 */ "LineColor",
+/* 303 */ "LineCount",
+/* 304 */ "LineDash",
+/* 305 */ "LineDashName",
+/* 306 */ "LineEndCenter",
+/* 307 */ "LineEndName",
+/* 308 */ "LineEndWidth",
+/* 309 */ "LineIncrement",
+/* 310 */ "LineJoint",
+/* 311 */ "LineStartCenter",
+/* 312 */ "LineStartName",
+/* 313 */ "LineStartWidth",
+/* 314 */ "LineStyle",
+/* 315 */ "LineTransparence",
+/* 316 */ "LineWidth",
+/* 317 */ "LinkNumberFormatToSource",
+/* 318 */ "LinkURL",
+/* 319 */ "LoadReadonly",
+/* 320 */ "LookUpLabels",
+/* 321 */ "MajorTickmarks",
+/* 322 */ "MarkPosition",
+/* 323 */ "MaxFieldCount",
+/* 324 */ "MaxTextLen",
+/* 325 */ "MediaType",
+/* 326 */ "MediaURL",
+/* 327 */ "MinorTickmarks",
+/* 328 */ "MirroredX",
+/* 329 */ "MirroredY",
+/* 330 */ "MissingValueTreatment",
+/* 331 */ "Model",
+/* 332 */ "ModifyPasswordHash",
+/* 333 */ "MoveProtect",
+/* 334 */ "MovingAveragePeriod",
+/* 335 */ "MultiLine",
+/* 336 */ "MultiPageValue",
+/* 337 */ "MultiSelection",
+/* 338 */ "Name",
+/* 339 */ "NamedRanges",
+/* 340 */ "NegativeError",
+/* 341 */ "NullDate",
+/* 342 */ "NumberFormat",
+/* 343 */ "NumberingIsNumber",
+/* 344 */ "NumberingLevel",
+/* 345 */ "NumberingRules",
+/* 346 */ "NumberingType",
+/* 347 */ "Offset",
+/* 348 */ "OpCodeMap",
+/* 349 */ "Opaque",
+/* 350 */ "Orientation",
+/* 351 */ "OutputPosition",
+/* 352 */ "OverlapSequence",
+/* 353 */ "Overlay",
+/* 354 */ "PageScale",
+/* 355 */ "PageStyle",
+/* 356 */ "PageToggle",
+/* 357 */ "PageViewZoomValue",
+/* 358 */ "PaintTransparent",
+/* 359 */ "ParaAdjust",
+/* 360 */ "ParaBottomMargin",
+/* 361 */ "ParaFirstLineIndent",
+/* 362 */ "ParaIndent",
+/* 363 */ "ParaIsHangingPunctuation",
+/* 364 */ "ParaIsHyphenation",
+/* 365 */ "ParaLeftMargin",
+/* 366 */ "ParaLineSpacing",
+/* 367 */ "ParaRightMargin",
+/* 368 */ "ParaTabStops",
+/* 369 */ "ParaTopMargin",
+/* 370 */ "Path",
+/* 371 */ "PercentageNumberFormat",
+/* 372 */ "PersistName",
+/* 373 */ "Perspective",
+/* 374 */ "PolyPolygon",
+/* 375 */ "PolyPolygonBezier",
+/* 376 */ "PolygonKind",
+/* 377 */ "PolynomialDegree",
+/* 378 */ "Position",
+/* 379 */ "PositionBottom",
+/* 380 */ "PositionLeft",
+/* 381 */ "PositionRight",
+/* 382 */ "PositionTop",
+/* 383 */ "PositionX",
+/* 384 */ "PositionY",
+/* 385 */ "PositiveError",
+/* 386 */ "Prefix",
+/* 387 */ "PresetTextWarp",
+/* 388 */ "PrintAnnotations",
+/* 389 */ "PrintBorder",
+/* 390 */ "PrintDownFirst",
+/* 391 */ "PrintGrid",
+/* 392 */ "PrintHeaders",
+/* 393 */ "Printable",
+/* 394 */ "PrivateStream",
+/* 395 */ "PrivateTempFileURL",
+/* 396 */ "ProgressValueMax",
+/* 397 */ "ProgressValueMin",
+/* 398 */ "Protected",
+/* 399 */ "RadiusRangeMaximum",
+/* 400 */ "RadiusRangeMinimum",
+/* 401 */ "RangeXMaximum",
+/* 402 */ "RangeXMinimum",
+/* 403 */ "RangeYMaximum",
+/* 404 */ "RangeYMinimum",
+/* 405 */ "ReadOnly",
+/* 406 */ "RefAngle",
+/* 407 */ "RefR",
+/* 408 */ "RefX",
+/* 409 */ "RefY",
+/* 410 */ "Reference",
+/* 411 */ "ReferenceDevice",
+/* 412 */ "ReferenceSheet",
+/* 413 */ "RefreshPeriod",
+/* 414 */ "RegularExpressions",
+/* 415 */ "RelId",
+/* 416 */ "RelativeHeight",
+/* 417 */ "RelativeHorizontalTabbarWidth",
+/* 418 */ "RelativePosition",
+/* 419 */ "RelativeSize",
+/* 420 */ "RelativeWidth",
+/* 421 */ "Repeat",
+/* 422 */ "RepeatDelay",
+/* 423 */ "Representation",
+/* 424 */ "RightAngledAxes",
+/* 425 */ "RightBorder",
+/* 426 */ "RightBorderDistance",
+/* 427 */ "RightMargin",
+/* 428 */ "RightPageFooterContent",
+/* 429 */ "RightPageHeaderContent",
+/* 430 */ "Role",
+/* 431 */ "RotateAngle",
+/* 432 */ "RotateReference",
+/* 433 */ "RotationHorizontal",
+/* 434 */ "RotationVertical",
+/* 435 */ "RowGrand",
+/* 436 */ "RowLabelRanges",
+/* 437 */ "SaveOutputPosition",
+/* 438 */ "ScaleMode",
+/* 439 */ "ScaleToPages",
+/* 440 */ "ScaleToPagesX",
+/* 441 */ "ScaleToPagesY",
+/* 442 */ "ScrollHeight",
+/* 443 */ "ScrollLeft",
+/* 444 */ "ScrollTop",
+/* 445 */ "ScrollValue",
+/* 446 */ "ScrollValueMax",
+/* 447 */ "ScrollValueMin",
+/* 448 */ "ScrollWidth",
+/* 449 */ "Segments",
+/* 450 */ "SelectedItems",
+/* 451 */ "SelectedPage",
+/* 452 */ "Shadow",
+/* 453 */ "ShadowBlur",
+/* 454 */ "ShadowColor",
+/* 455 */ "ShadowFormat",
+/* 456 */ "ShadowSizeX",
+/* 457 */ "ShadowSizeY",
+/* 458 */ "ShadowTransparence",
+/* 459 */ "ShadowXDistance",
+/* 460 */ "ShadowYDistance",
+/* 461 */ "Show",
+/* 462 */ "ShowBorder",
+/* 463 */ "ShowCharts",
+/* 464 */ "ShowCorrelationCoefficient",
+/* 465 */ "ShowCustomLeaderLines",
+/* 466 */ "ShowDetail",
+/* 467 */ "ShowDrawing",
+/* 468 */ "ShowEmpty",
+/* 469 */ "ShowEquation",
+/* 470 */ "ShowErrorMessage",
+/* 471 */ "ShowFilterButton",
+/* 472 */ "ShowFirst",
+/* 473 */ "ShowFormulas",
+/* 474 */ "ShowGrid",
+/* 475 */ "ShowHighLow",
+/* 476 */ "ShowInputMessage",
+/* 477 */ "ShowLegendEntry",
+/* 478 */ "ShowList",
+/* 479 */ "ShowNegativeError",
+/* 480 */ "ShowObjects",
+/* 481 */ "ShowPageBreakPreview",
+/* 482 */ "ShowPositiveError",
+/* 483 */ "ShowZeroValues",
+/* 484 */ "ShrinkToFit",
+/* 485 */ "Size",
+/* 486 */ "Size100thMM",
+/* 487 */ "SizePixel",
+/* 488 */ "SizeProtect",
+/* 489 */ "SizeType",
+/* 490 */ "SkipDuplicates",
+/* 491 */ "SortInfo",
+/* 492 */ "Sound",
+/* 493 */ "SoundOn",
+/* 494 */ "Speed",
+/* 495 */ "Spin",
+/* 496 */ "SpinIncrement",
+/* 497 */ "SpinValue",
+/* 498 */ "SpinValueMax",
+/* 499 */ "SpinValueMin",
+/* 500 */ "StackCharacters",
+/* 501 */ "StackingDirection",
+/* 502 */ "StartPosition",
+/* 503 */ "StartWith",
+/* 504 */ "StartingAngle",
+/* 505 */ "State",
+/* 506 */ "StringItemList",
+/* 507 */ "SubViewSize",
+/* 508 */ "Subtotals",
+/* 509 */ "Suffix",
+/* 510 */ "Surround",
+/* 511 */ "SurroundContour",
+/* 512 */ "SwapXAndYAxis",
+/* 513 */ "Symbol",
+/* 514 */ "SymbolColor",
+/* 515 */ "TabColor",
+/* 516 */ "TabIndex",
+/* 517 */ "TableBorder",
+/* 518 */ "TableLayout",
+/* 519 */ "TableSelected",
+/* 520 */ "Tables",
+/* 521 */ "Tabstop",
+/* 522 */ "Tag",
+/* 523 */ "TargetFrame",
+/* 524 */ "Text",
+/* 525 */ "TextAutoGrowHeight",
+/* 526 */ "TextBox",
+/* 527 */ "TextBreak",
+/* 528 */ "TextCameraZRotateAngle",
+/* 529 */ "TextColor",
+/* 530 */ "TextFitToSize",
+/* 531 */ "TextFrames",
+/* 532 */ "TextHorizontalAdjust",
+/* 533 */ "TextLeftDistance",
+/* 534 */ "TextLowerDistance",
+/* 535 */ "TextOverlap",
+/* 536 */ "TextPreRotateAngle",
+/* 537 */ "TextRightDistance",
+/* 538 */ "TextRotateAngle",
+/* 539 */ "TextRotation",
+/* 540 */ "TextUpperDistance",
+/* 541 */ "TextVerticalAdjust",
+/* 542 */ "TextWordWrap",
+/* 543 */ "TextWritingMode",
+/* 544 */ "Title",
+/* 545 */ "Toggle",
+/* 546 */ "TokenIndex",
+/* 547 */ "TopBorder",
+/* 548 */ "TopBorderDistance",
+/* 549 */ "TopMargin",
+/* 550 */ "TotalsRow",
+/* 551 */ "Transformation",
+/* 552 */ "TransitionDirection",
+/* 553 */ "TransitionDuration",
+/* 554 */ "TransitionFadeColor",
+/* 555 */ "TransitionSubtype",
+/* 556 */ "TransitionType",
+/* 557 */ "Transparency",
+/* 558 */ "TriState",
+/* 559 */ "Type",
+/* 560 */ "URL",
+/* 561 */ "UnnamedDatabaseRanges",
+/* 562 */ "Url",
+/* 563 */ "UseFilterCriteriaSource",
+/* 564 */ "UseRegularExpressions",
+/* 565 */ "UseRings",
+/* 566 */ "UseSelectedPage",
+/* 567 */ "VScroll",
+/* 568 */ "Validation",
+/* 569 */ "Value",
+/* 570 */ "VaryColorsByPoint",
+/* 571 */ "VertJustify",
+/* 572 */ "VertJustifyMethod",
+/* 573 */ "VertOrient",
+/* 574 */ "VertOrientPosition",
+/* 575 */ "VertOrientRelation",
+/* 576 */ "VerticalAlign",
+/* 577 */ "VerticalSplitMode",
+/* 578 */ "VerticalSplitPositionTwips",
+/* 579 */ "ViewBox",
+/* 580 */ "Visible",
+/* 581 */ "VisibleFlag",
+/* 582 */ "VisibleSize",
+/* 583 */ "VisualArea",
+/* 584 */ "VisualEffect",
+/* 585 */ "Weight",
+/* 586 */ "WhiteDay",
+/* 587 */ "Width",
+/* 588 */ "Wildcards",
+/* 589 */ "WritingMode",
+/* 590 */ "XLA1Representation",
+/* 591 */ "ZoomType",
+/* 592 */ "ZoomValue",
diff --git a/oox/tokenhash.inc b/oox/tokenhash.inc
index ff5bc0d2f48d..029a7b732dea 100644
--- a/oox/tokenhash.inc
+++ b/oox/tokenhash.inc
@@ -1,5 +1,5 @@
/* C++ code produced by gperf version 3.1 */
-/* Command-line: /usr/bin/gperf --compare-strncmp --switch=2 --readonly-tables /home/jpakkane/bob/libreoffice/workdir/CustomTarget/oox/generated/misc/tokenhash.gperf */
+/* Command-line: /usr/bin/gperf --compare-strncmp --switch=2 --readonly-tables /home/jmg/Development/libreoffice/symbols/workdir/CustomTarget/oox/generated/misc/tokenhash.gperf */
/* Computed positions: -k'1-10,12,17,21,$' */
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
@@ -30,16 +30,16 @@
#endif
struct xmltoken {
- const sal_Char *name;
+ const char *name;
sal_Int32 nToken;
};
-#define TOTAL_KEYWORDS 5850
+#define TOTAL_KEYWORDS 5852
#define MIN_WORD_LENGTH 1
#define MAX_WORD_LENGTH 35
#define MIN_HASH_VALUE 22
-#define MAX_HASH_VALUE 191134
-/* maximum key range = 191113, duplicates = 0 */
+#define MAX_HASH_VALUE 190214
+/* maximum key range = 190193, duplicates = 0 */
class Perfect_Hash
{
@@ -54,33 +54,33 @@ Perfect_Hash::hash (const char *str, size_t len)
{
static const unsigned int asso_values[] =
{
- 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135,
- 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135,
- 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135,
- 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135,
- 191135, 191135, 191135, 191135, 191135, 0, 0, 191135, 25, 1885,
- 440, 1560, 305, 390, 1135, 185, 310, 55, 10, 0,
- 191135, 5, 0, 191135, 191135, 20254, 16047, 7755, 14247, 8127,
- 10462, 29639, 12583, 20849, 5785, 4546, 14948, 18894, 25109, 24589,
- 13072, 22669, 17829, 3700, 8004, 9904, 25219, 7073, 5505, 4935,
- 280, 5, 10, 0, 0, 0, 191135, 1245, 8090, 4945,
- 230, 0, 30, 805, 1390, 200, 3485, 3775, 415, 4910,
- 130, 55, 110, 2085, 15, 5, 10, 50, 335, 1045,
- 7938, 3180, 13122, 21399, 7868, 20649, 3205, 15, 191135, 191135,
- 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135,
- 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135,
- 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135,
- 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135,
- 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135,
- 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135,
- 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135,
- 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135,
- 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135,
- 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135,
- 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135,
- 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135,
- 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135, 191135,
- 191135
+ 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215,
+ 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215,
+ 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215,
+ 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215,
+ 190215, 190215, 190215, 190215, 190215, 0, 0, 190215, 20, 1065,
+ 3270, 965, 90, 555, 1265, 145, 420, 120, 105, 5,
+ 190215, 15, 0, 190215, 190215, 24854, 18604, 7605, 14007, 13812,
+ 12567, 31999, 19839, 17669, 1178, 6855, 23144, 11427, 15563, 29374,
+ 10912, 24534, 16929, 3730, 7738, 11757, 20784, 6439, 1854, 270,
+ 110, 5, 0, 5, 0, 0, 190215, 1310, 7070, 3710,
+ 535, 0, 30, 1155, 1165, 200, 3345, 3960, 605, 4475,
+ 130, 55, 110, 2500, 15, 5, 10, 50, 335, 460,
+ 6628, 2855, 14737, 20334, 5780, 1286, 1680, 5, 190215, 190215,
+ 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215,
+ 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215,
+ 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215,
+ 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215,
+ 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215,
+ 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215,
+ 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215,
+ 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215,
+ 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215,
+ 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215,
+ 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215,
+ 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215,
+ 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215, 190215,
+ 190215
};
unsigned int hval = len;
@@ -145,10 +145,10 @@ static const struct xmltoken wordlist[] =
{"cs",XML_cs},
{"ct",XML_ct},
{"le",XML_le},
+ {"Year",XML_Year},
{"cr",XML_cr},
{"r",XML_r},
{"ls",XML_ls},
- {"Year",XML_Year},
{"o",XML_o},
{"rt",XML_rt},
{"lt",XML_lt},
@@ -169,16 +169,16 @@ static const struct xmltoken wordlist[] =
{"len",XML_len},
{"rtn",XML_rtn},
{"prompt",XML_prompt},
+ {"YZ",XML_YZ},
{"comp",XML_comp},
{"rsids",XML_rsids},
{"f",XML_f},
+ {"r4",XML_r4},
{"op",XML_op},
{"cup",XML_cup},
{"lon",XML_lon},
{"loop",XML_loop},
{"cp",XML_cp},
- {"ar",XML_ar},
- {"bend",XML_bend},
{"on",XML_on},
{"progress",XML_progress},
{"print",XML_print},
@@ -198,13 +198,10 @@ static const struct xmltoken wordlist[] =
{"concurrent",XML_concurrent},
{"comment",XML_comment},
{"pri",XML_pri},
- {"cond",XML_cond},
{"st",XML_st},
{"comments",XML_comments},
{"front",XML_front},
{"prot",XML_prot},
- {"member",XML_member},
- {"members",XML_members},
{"lin",XML_lin},
{"stars",XML_stars},
{"bi",XML_bi},
@@ -212,5781 +209,5786 @@ static const struct xmltoken wordlist[] =
{"star",XML_star},
{"center",XML_center},
{"start",XML_start},
- {"rdn",XML_rdn},
{"moon",XML_moon},
- {"is",XML_is},
{"kpis",XML_kpis},
{"cont",XML_cont},
{"rfmt",XML_rfmt},
{"min",XML_min},
- {"rsid",XML_rsid},
- {"people",XML_people},
{"root",XML_root},
{"sunset",XML_sunset},
{"rings",XML_rings},
- {"l",XML_l},
- {"if",XML_if},
+ {"t",XML_t},
{"space",XML_space},
{"crimson",XML_crimson},
- {"red",XML_red},
{"stop",XML_stop},
{"ledger",XML_ledger},
+ {"tr",XML_tr},
{"sep",XML_sep},
{"stp",XML_stp},
- {"close",XML_close},
- {"plaque",XML_plaque},
- {"rd",XML_rd},
- {"ld",XML_ld},
+ {"ctr",XML_ctr},
{"sun",XML_sun},
{"ovals",XML_ovals},
- {"apples",XML_apples},
- {"class",XML_class},
- {"med",XML_med},
+ {"XY",XML_XY},
{"sup",XML_sup},
{"sp",XML_sp},
- {"plane",XML_plane},
- {"YZ",XML_YZ},
+ {"ar",XML_ar},
+ {"star4",XML_star4},
+ {"to",XML_to},
{"kpi",XML_kpi},
- {"cd8",XML_cd8},
- {"mod",XML_mod},
+ {"bend",XML_bend},
+ {"border",XML_border},
+ {"borders",XML_borders},
+ {"minY",XML_minY},
{"spans",XML_spans},
{"fi",XML_fi},
{"font",XML_font},
{"fonts",XML_fonts},
- {"rnd",XML_rnd},
- {"bool",XML_bool},
- {"i",XML_i},
+ {"is",XML_is},
{"content",XML_content},
- {"cd4",XML_cd4},
+ {"Writer",XML_Writer},
+ {"menu",XML_menu},
+ {"trans",XML_trans},
{"footer",XML_footer},
- {"pid",XML_pid},
+ {"people",XML_people},
{"sunrise",XML_sunrise},
+ {"cond",XML_cond},
+ {"l",XML_l},
+ {"percent",XML_percent},
+ {"if",XML_if},
+ {"Words",XML_Words},
+ {"top",XML_top},
+ {"star7",XML_star7},
+ {"pinYin",XML_pinYin},
+ {"tp",XML_tp},
+ {"ftr",XML_ftr},
+ {"corner",XML_corner},
+ {"member",XML_member},
+ {"members",XML_members},
+ {"close",XML_close},
+ {"plaque",XML_plaque},
+ {"birds",XML_birds},
+ {"state",XML_state},
+ {"span",XML_span},
+ {"tn",XML_tn},
+ {"rdn",XML_rdn},
+ {"ftrs",XML_ftrs},
+ {"class",XML_class},
+ {"spTree",XML_spTree},
+ {"for",XML_for},
+ {"si",XML_si},
+ {"current",XML_current},
+ {"rsid",XML_rsid},
+ {"plane",XML_plane},
+ {"function",XML_function},
+ {"merge",XML_merge},
+ {"status",XML_status},
+ {"cd4",XML_cd4},
+ {"ctrY",XML_ctrY},
+ {"font4",XML_font4},
+ {"forms",XML_forms},
+ {"i4",XML_i4},
+ {"red",XML_red},
+ {"minus",XML_minus},
+ {"minute",XML_minute},
+ {"bool",XML_bool},
+ {"i",XML_i},
+ {"minutes",XML_minutes},
+ {"tri",XML_tri},
+ {"ser",XML_ser},
+ {"str",XML_str},
+ {"origin",XML_origin},
+ {"kern",XML_kern},
{"pencils",XML_pencils},
{"repl",XML_repl},
- {"centered",XML_centered},
- {"r4",XML_r4},
- {"r8",XML_r8},
+ {"apples",XML_apples},
+ {"transp",XML_transp},
+ {"med",XML_med},
{"blip",XML_blip},
{"in",XML_in},
- {"pinYin",XML_pinYin},
- {"lid",XML_lid},
- {"ad",XML_ad},
- {"lt2",XML_lt2},
- {"combine",XML_combine},
+ {"footnote",XML_footnote},
+ {"footnotes",XML_footnotes},
+ {"ferris",XML_ferris},
+ {"r8",XML_r8},
{"clip",XML_clip},
- {"state",XML_state},
- {"span",XML_span},
+ {"mod",XML_mod},
+ {"rnd",XML_rnd},
+ {"bw",XML_bw},
{"ripple",XML_ripple},
- {"si",XML_si},
+ {"first",XML_first},
+ {"spTgt",XML_spTgt},
+ {"pid",XML_pid},
+ {"bordertop",XML_bordertop},
+ {"cw",XML_cw},
+ {"centered",XML_centered},
+ {"slope",XML_slope},
+ {"peru",XML_peru},
+ {"swiss",XML_swiss},
+ {"bwpure",XML_bwpure},
+ {"lid",XML_lid},
+ {"combine",XML_combine},
+ {"cd8",XML_cd8},
+ {"bdr",XML_bdr},
+ {"tint",XML_tint},
+ {"arr",XML_arr},
+ {"cdr",XML_cdr},
{"mid",XML_mid},
- {"star7",XML_star7},
- {"function",XML_function},
- {"build",XML_build},
- {"status",XML_status},
+ {"flip",XML_flip},
+ {"ssd8",XML_ssd8},
{"std",XML_std},
- {"slope",XML_slope},
- {"aln",XML_aln},
- {"and",XML_and},
- {"Writer",XML_Writer},
- {"sd",XML_sd},
- {"ds",XML_ds},
- {"origin",XML_origin},
- {"dt",XML_dt},
+ {"clr",XML_clr},
+ {"slides",XML_slides},
+ {"oval",XML_oval},
+ {"rd",XML_rd},
+ {"ld",XML_ld},
+ {"continue",XML_continue},
{"sombrero",XML_sombrero},
- {"stored",XML_stored},
- {"bl",XML_bl},
- {"dr",XML_dr},
+ {"purple",XML_purple},
{"spid",XML_spid},
- {"bld",XML_bld},
- {"old",XML_old},
- {"ssd8",XML_ssd8},
- {"footnote",XML_footnote},
- {"flip",XML_flip},
- {"id",XML_id},
+ {"middle",XML_middle},
+ {"e",XML_e},
+ {"ds",XML_ds},
+ {"dt",XML_dt},
{"spd",XML_spd},
- {"footnotes",XML_footnotes},
- {"cd2",XML_cd2},
- {"add",XML_add},
- {"doors",XML_doors},
+ {"flat",XML_flat},
+ {"dr",XML_dr},
+ {"segments",XML_segments},
+ {"sort",XML_sort},
{"snd",XML_snd},
+ {"bl",XML_bl},
+ {"init",XML_init},
+ {"Version",XML_Version},
+ {"teal",XML_teal},
+ {"star8",XML_star8},
+ {"triple",XML_triple},
+ {"doors",XML_doors},
{"cone",XML_cone},
- {"blinds",XML_blinds},
- {"angle",XML_angle},
+ {"char",XML_char},
+ {"chart",XML_chart},
{"ltVert",XML_ltVert},
- {"slides",XML_slides},
- {"oval",XML_oval},
- {"r2",XML_r2},
- {"clipped",XML_clipped},
+ {"continuous",XML_continuous},
+ {"aln",XML_aln},
+ {"p14",XML_p14},
{"den",XML_den},
+ {"circle",XML_circle},
+ {"charset",XML_charset},
{"drop",XML_drop},
- {"middle",XML_middle},
- {"classid",XML_classid},
- {"ind",XML_ind},
{"orange",XML_orange},
- {"flat",XML_flat},
- {"star4",XML_star4},
- {"segments",XML_segments},
- {"star8",XML_star8},
- {"sp3d",XML_sp3d},
- {"init",XML_init},
- {"i4",XML_i4},
- {"d",XML_d},
- {"i8",XML_i8},
- {"fld",XML_fld},
- {"t",XML_t},
+ {"phant",XML_phant},
+ {"bld",XML_bld},
+ {"single",XML_single},
+ {"seattle",XML_seattle},
+ {"old",XML_old},
+ {"build",XML_build},
+ {"blinds",XML_blinds},
+ {"and",XML_and},
+ {"angle",XML_angle},
+ {"sd",XML_sd},
{"dn",XML_dn},
{"line",XML_line},
{"order",XML_order},
- {"tr",XML_tr},
{"lime",XML_lime},
{"lines",XML_lines},
+ {"clipped",XML_clipped},
+ {"sp3d",XML_sp3d},
+ {"stored",XML_stored},
{"code",XML_code},
- {"ctr",XML_ctr},
- {"orient",XML_orient},
- {"long",XML_long},
- {"continue",XML_continue},
- {"to",XML_to},
- {"single",XML_single},
- {"seattle",XML_seattle},
- {"border",XML_border},
- {"borders",XML_borders},
- {"star5",XML_star5},
- {"sld",XML_sld},
- {"funnel",XML_funnel},
- {"font4",XML_font4},
- {"riblet",XML_riblet},
- {"menu",XML_menu},
- {"trans",XML_trans},
- {"beg",XML_beg},
- {"degree",XML_degree},
- {"align",XML_align},
- {"percent",XML_percent},
- {"dpi",XML_dpi},
- {"top",XML_top},
- {"tp",XML_tp},
- {"continuous",XML_continuous},
- {"ftr",XML_ftr},
- {"corner",XML_corner},
- {"ssd2",XML_ssd2},
- {"birds",XML_birds},
- {"bdr",XML_bdr},
- {"i2",XML_i2},
- {"algn",XML_algn},
- {"tn",XML_tn},
- {"arr",XML_arr},
- {"csb0",XML_csb0},
- {"ftrs",XML_ftrs},
- {"for",XML_for},
- {"linen",XML_linen},
- {"current",XML_current},
- {"log",XML_log},
- {"cropleft",XML_cropleft},
- {"size",XML_size},
- {"merge",XML_merge},
- {"forms",XML_forms},
- {"minus",XML_minus},
- {"minute",XML_minute},
+ {"i8",XML_i8},
{"caps",XML_caps},
{"compat",XML_compat},
{"compass",XML_compass},
{"pan",XML_pan},
- {"inner",XML_inner},
- {"e",XML_e},
- {"minutes",XML_minutes},
- {"tri",XML_tri},
{"banner",XML_banner},
- {"ser",XML_ser},
- {"str",XML_str},
+ {"classid",XML_classid},
+ {"opEmu",XML_opEmu},
+ {"orient",XML_orient},
+ {"ind",XML_ind},
+ {"long",XML_long},
{"can",XML_can},
- {"kern",XML_kern},
- {"duotone",XML_duotone},
- {"Words",XML_Words},
- {"transp",XML_transp},
- {"bg2",XML_bg2},
+ {"star10",XML_star10},
+ {"star5",XML_star5},
{"cap",XML_cap},
- {"star24",XML_star24},
- {"modern",XML_modern},
+ {"chartsheet",XML_chartsheet},
{"maps",XML_maps},
- {"arg",XML_arg},
- {"ferris",XML_ferris},
- {"rig",XML_rig},
- {"a",XML_a},
- {"char",XML_char},
- {"chart",XML_chart},
+ {"bright",XML_bright},
+ {"fld",XML_fld},
+ {"short",XML_short},
+ {"shape",XML_shape},
+ {"props3d",XML_props3d},
{"man",XML_man},
+ {"riblet",XML_riblet},
+ {"rect",XML_rect},
+ {"shade",XML_shade},
{"quadrants",XML_quadrants},
{"range",XML_range},
- {"clr",XML_clr},
{"fans",XML_fans},
- {"diamond",XML_diamond},
+ {"top10",XML_top10},
+ {"funnel",XML_funnel},
{"map",XML_map},
- {"first",XML_first},
- {"charset",XML_charset},
- {"bordertop",XML_bordertop},
- {"purple",XML_purple},
- {"side",XML_side},
- {"phant",XML_phant},
- {"swiss",XML_swiss},
- {"ang",XML_ang},
+ {"dpi",XML_dpi},
+ {"ad",XML_ad},
{"adjust",XML_adjust},
- {"tint",XML_tint},
- {"ribbon",XML_ribbon},
- {"bg",XML_bg},
- {"pg",XML_pg},
- {"teal",XML_teal},
- {"triple",XML_triple},
- {"boolean",XML_boolean},
- {"lg",XML_lg},
- {"iddest",XML_iddest},
- {"sng",XML_sng},
- {"cube",XML_cube},
- {"circle",XML_circle},
- {"indent",XML_indent},
- {"rad",XML_rad},
- {"main",XML_main},
- {"chartsheet",XML_chartsheet},
- {"sig",XML_sig},
- {"bright",XML_bright},
- {"contrast",XML_contrast},
- {"command",XML_command},
- {"short",XML_short},
- {"shape",XML_shape},
- {"sort",XML_sort},
- {"avg",XML_avg},
- {"rect",XML_rect},
- {"shade",XML_shade},
- {"subsetted",XML_subsetted},
- {"ssd32",XML_ssd32},
- {"ancst",XML_ancst},
- {"superscript",XML_superscript},
- {"props3d",XML_props3d},
- {"ed",XML_ed},
{"brightness",XML_brightness},
{"chartreuse",XML_chartreuse},
- {"poinsettias",XML_poinsettias},
- {"alg",XML_alg},
- {"legend",XML_legend},
- {"tl",XML_tl},
{"dtr",XML_dtr},
+ {"err",XML_err},
{"shp",XML_shp},
- {"published",XML_published},
- {"around",XML_around},
{"owners",XML_owners},
+ {"tl",XML_tl},
+ {"chr",XML_chr},
+ {"id",XML_id},
+ {"sld",XML_sld},
{"cropright",XML_cropright},
- {"chord",XML_chord},
- {"tl2br",XML_tl2br},
- {"months",XML_months},
- {"drill",XML_drill},
+ {"linen",XML_linen},
{"dur",XML_dur},
- {"t2",XML_t2},
+ {"months",XML_months},
+ {"d",XML_d},
+ {"boolean",XML_boolean},
+ {"size",XML_size},
+ {"donut",XML_donut},
{"brightnessContrast",XML_brightnessContrast},
{"endnote",XML_endnote},
- {"donut",XML_donut},
{"pict",XML_pict},
- {"sans-serif",XML_sans_serif},
{"endnotes",XML_endnotes},
- {"end",XML_end},
- {"cloud",XML_cloud},
- {"ssd4",XML_ssd4},
- {"ssd6",XML_ssd6},
- {"captions",XML_captions},
- {"deg",XML_deg},
- {"picture",XML_picture},
+ {"trillions",XML_trillions},
+ {"p15",XML_p15},
+ {"align",XML_align},
{"perspective",XML_perspective},
- {"pane",XML_pane},
+ {"c15",XML_c15},
+ {"beg",XML_beg},
+ {"duotone",XML_duotone},
+ {"degree",XML_degree},
+ {"tl2br",XML_tl2br},
+ {"bar",XML_bar},
+ {"par",XML_par},
+ {"main",XML_main},
+ {"modern",XML_modern},
+ {"picture",XML_picture},
+ {"add",XML_add},
+ {"a14",XML_a14},
+ {"contrast",XML_contrast},
{"dir",XML_dir},
{"time",XML_time},
- {"bw",XML_bw},
- {"ns",XML_ns},
- {"edit",XML_edit},
- {"caption",XML_caption},
- {"trillions",XML_trillions},
- {"cw",XML_cw},
+ {"a",XML_a},
+ {"log",XML_log},
+ {"Group",XML_Group},
+ {"side",XML_side},
+ {"focus",XML_focus},
+ {"stars3d",XML_stars3d},
+ {"cropleft",XML_cropleft},
+ {"ssd4",XML_ssd4},
+ {"ancst",XML_ancst},
+ {"tan",XML_tan},
+ {"Guid",XML_Guid},
+ {"inner",XML_inner},
+ {"poinsettias",XML_poinsettias},
{"cd3",XML_cd3},
- {"nf",XML_nf},
- {"peru",XML_peru},
- {"suggestedsigner",XML_suggestedsigner},
+ {"marquee",XML_marquee},
+ {"ahXY",XML_ahXY},
+ {"algn",XML_algn},
+ {"thin",XML_thin},
+ {"sans-serif",XML_sans_serif},
+ {"rig",XML_rig},
+ {"end",XML_end},
+ {"token",XML_token},
+ {"captions",XML_captions},
+ {"text",XML_text},
+ {"largest",XML_largest},
+ {"rad",XML_rad},
+ {"format",XML_format},
+ {"formats",XML_formats},
+ {"shininess",XML_shininess},
+ {"command",XML_command},
+ {"style",XML_style},
+ {"diamond",XML_diamond},
+ {"styles",XML_styles},
+ {"caption",XML_caption},
+ {"edit",XML_edit},
+ {"cloud",XML_cloud},
+ {"r1",XML_r1},
+ {"minVer",XML_minVer},
+ {"around",XML_around},
+ {"sng",XML_sng},
+ {"ssd6",XML_ssd6},
+ {"ed",XML_ed},
{"shd",XML_shd},
- {"bwpure",XML_bwpure},
{"shortdot",XML_shortdot},
- {"repeat",XML_repeat},
+ {"indent",XML_indent},
{"editors",XML_editors},
- {"stars3d",XML_stars3d},
- {"idcntr",XML_idcntr},
- {"standard",XML_standard},
+ {"ribbon",XML_ribbon},
+ {"borderId",XML_borderId},
+ {"minX",XML_minX},
{"shapeid",XML_shapeid},
- {"n",XML_n},
+ {"chord",XML_chord},
+ {"sig",XML_sig},
+ {"bg",XML_bg},
+ {"arg",XML_arg},
+ {"pg",XML_pg},
+ {"ph",XML_ph},
+ {"ch",XML_ch},
+ {"lg",XML_lg},
+ {"tr2bl",XML_tr2bl},
{"el",XML_el},
- {"cols",XML_cols},
- {"shared",XML_shared},
- {"p14",XML_p14},
- {"dialogsheet",XML_dialogsheet},
+ {"supHide",XML_supHide},
{"draft",XML_draft},
- {"token",XML_token},
+ {"cube",XML_cube},
+ {"lt1",XML_lt1},
+ {"ang",XML_ang},
+ {"tags",XML_tags},
+ {"target",XML_target},
+ {"thistle",XML_thistle},
+ {"idcntr",XML_idcntr},
+ {"ctrX",XML_ctrX},
+ {"pane",XML_pane},
+ {"superscript",XML_superscript},
+ {"onEnd",XML_onEnd},
+ {"ns",XML_ns},
+ {"focusposition",XML_focusposition},
+ {"iddest",XML_iddest},
+ {"i3",XML_i3},
+ {"shadow",XML_shadow},
+ {"margin",XML_margin},
+ {"nf",XML_nf},
+ {"repeat",XML_repeat},
+ {"t1",XML_t1},
+ {"length",XML_length},
+ {"shared",XML_shared},
+ {"n",XML_n},
+ {"avg",XML_avg},
+ {"cols",XML_cols},
+ {"drill",XML_drill},
+ {"mirrorIndents",XML_mirrorIndents},
+ {"ca",XML_ca},
+ {"ra",XML_ra},
+ {"startarrow",XML_startarrow},
{"bullet",XML_bullet},
- {"p15",XML_p15},
- {"longdashdot",XML_longdashdot},
+ {"macro",XML_macro},
{"np",XML_np},
- {"bar",XML_bar},
- {"tr2bl",XML_tr2bl},
- {"par",XML_par},
{"lang",XML_lang},
- {"star10",XML_star10},
+ {"i1",XML_i1},
+ {"license",XML_license},
{"croptop",XML_croptop},
+ {"subsetted",XML_subsetted},
{"linear",XML_linear},
- {"shininess",XML_shininess},
+ {"cropping",XML_cropping},
{"dropauto",XML_dropauto},
- {"bold",XML_bold},
+ {"comma",XML_comma},
+ {"idref",XML_idref},
{"limo",XML_limo},
- {"number",XML_number},
- {"tan",XML_tan},
- {"enabled",XML_enabled},
+ {"builtinId",XML_builtinId},
+ {"prnWhat",XML_prnWhat},
+ {"month",XML_month},
{"minor",XML_minor},
+ {"published",XML_published},
{"storage",XML_storage},
{"fade",XML_fade},
- {"err",XML_err},
- {"page",XML_page},
- {"a14",XML_a14},
- {"chr",XML_chr},
- {"nsid",XML_nsid},
- {"pages",XML_pages},
- {"remove",XML_remove},
- {"marquee",XML_marquee},
- {"ca",XML_ca},
- {"longdashdotdot",XML_longdashdotdot},
- {"ra",XML_ra},
- {"nd",XML_nd},
- {"edited",XML_edited},
- {"rel",XML_rel},
- {"idref",XML_idref},
- {"rtl",XML_rtl},
- {"suggestedsigner2",XML_suggestedsigner2},
- {"col",XML_col},
- {"mult",XML_mult},
- {"culture",XML_culture},
- {"largest",XML_largest},
- {"license",XML_license},
- {"format",XML_format},
- {"fills",XML_fills},
- {"formats",XML_formats},
- {"cropping",XML_cropping},
- {"comma",XML_comma},
- {"star6",XML_star6},
- {"cell",XML_cell},
- {"pull",XML_pull},
- {"pentagon",XML_pentagon},
- {"focus",XML_focus},
- {"aa",XML_aa},
- {"floor",XML_floor},
- {"billions",XML_billions},
- {"seq",XML_seq},
- {"tags",XML_tags},
- {"top10",XML_top10},
- {"ph",XML_ph},
- {"thin",XML_thin},
- {"ch",XML_ch},
- {"star32",XML_star32},
- {"edge",XML_edge},
- {"filter",XML_filter},
- {"filters",XML_filters},
- {"millions",XML_millions},
- {"macro",XML_macro},
- {"full",XML_full},
- {"contrasting",XML_contrasting},
- {"lvl",XML_lvl},
- {"none",XML_none},
- {"rule",XML_rule},
- {"rules",XML_rules},
- {"spacing",XML_spacing},
- {"fill",XML_fill},
- {"dgmnodekind",XML_dgmnodekind},
- {"length",XML_length},
- {"margin",XML_margin},
- {"macrosheet",XML_macrosheet},
- {"thistle",XML_thistle},
- {"filled",XML_filled},
- {"lt1",XML_lt1},
- {"all",XML_all},
- {"node",XML_node},
- {"orgchart",XML_orgchart},
- {"tabs",XML_tabs},
- {"star12",XML_star12},
- {"flood",XML_flood},
- {"fact",XML_fact},
- {"endcap",XML_endcap},
- {"regular",XML_regular},
{"vt",XML_vt},
- {"nor",XML_nor},
- {"signatureline",XML_signatureline},
+ {"standard",XML_standard},
{"bstr",XML_bstr},
{"browse",XML_browse},
- {"shingle",XML_shingle},
- {"table",XML_table},
+ {"alg",XML_alg},
+ {"remove",XML_remove},
+ {"atEnd",XML_atEnd},
{"browser",XML_browser},
- {"tables",XML_tables},
+ {"macrosheet",XML_macrosheet},
+ {"deg",XML_deg},
+ {"star6",XML_star6},
{"bot",XML_bot},
- {"parent",XML_parent},
{"out",XML_out},
- {"factor",XML_factor},
- {"sigprovurl",XML_sigprovurl},
{"cut",XML_cut},
- {"month",XML_month},
+ {"publishItems",XML_publishItems},
+ {"dialogsheet",XML_dialogsheet},
{"rot",XML_rot},
- {"tpls",XML_tpls},
- {"del",XML_del},
+ {"morph",XML_morph},
+ {"longdashdot",XML_longdashdot},
+ {"tabs",XML_tabs},
+ {"maxY",XML_maxY},
{"outset",XML_outset},
- {"ignore",XML_ignore},
- {"focusposition",XML_focusposition},
- {"editas",XML_editas},
- {"panose",XML_panose},
+ {"suggestedsigner",XML_suggestedsigner},
+ {"enabled",XML_enabled},
+ {"mult",XML_mult},
+ {"lnTo",XML_lnTo},
+ {"culture",XML_culture},
+ {"legend",XML_legend},
+ {"fact",XML_fact},
{"cnt",XML_cnt},
- {"bwmode",XML_bwmode},
- {"longdash",XML_longdash},
+ {"endcap",XML_endcap},
+ {"oldHidden",XML_oldHidden},
+ {"nor",XML_nor},
+ {"odxf",XML_odxf},
+ {"v4",XML_v4},
+ {"fills",XML_fills},
+ {"prSet",XML_prSet},
+ {"regular",XML_regular},
+ {"table",XML_table},
+ {"tables",XML_tables},
+ {"page",XML_page},
+ {"appWorkspace",XML_appWorkspace},
+ {"parent",XML_parent},
+ {"pages",XML_pages},
+ {"inEnd",XML_inEnd},
+ {"factor",XML_factor},
{"venn",XML_venn},
+ {"pentagon",XML_pentagon},
{"lit",XML_lit},
- {"attr",XML_attr},
- {"aft",XML_aft},
+ {"bold",XML_bold},
+ {"tpls",XML_tpls},
+ {"spacing",XML_spacing},
+ {"number",XML_number},
{"brown",XML_brown},
- {"ribbon2",XML_ribbon2},
- {"flash",XML_flash},
+ {"targetscreensize",XML_targetscreensize},
+ {"aa",XML_aa},
+ {"rel",XML_rel},
{"cyan",XML_cyan},
- {"eaVert",XML_eaVert},
- {"ge",XML_ge},
- {"gs",XML_gs},
- {"sigma",XML_sigma},
- {"gt",XML_gt},
- {"tag",XML_tag},
+ {"billions",XML_billions},
+ {"rtl",XML_rtl},
+ {"seq",XML_seq},
+ {"orgchart",XML_orgchart},
{"v",XML_v},
- {"choose",XML_choose},
+ {"col",XML_col},
{"set",XML_set},
- {"major",XML_major},
+ {"nsid",XML_nsid},
{"sst",XML_sst},
- {"i3",XML_i3},
- {"phldr",XML_phldr},
+ {"flash",XML_flash},
{"violet",XML_violet},
- {"lte",XML_lte},
- {"gems",XML_gems},
- {"target",XML_target},
- {"pres",XML_pres},
+ {"csb1",XML_csb1},
+ {"rotY",XML_rotY},
+ {"edited",XML_edited},
{"sets",XML_sets},
- {"false",XML_false},
- {"tableproperties",XML_tableproperties},
- {"clippath",XML_clippath},
+ {"sigprovurl",XML_sigprovurl},
+ {"cell",XML_cell},
+ {"filter",XML_filter},
+ {"filters",XML_filters},
+ {"millions",XML_millions},
{"letter",XML_letter},
- {"eqn",XML_eqn},
- {"noWrap",XML_noWrap},
- {"one",XML_one},
+ {"pull",XML_pull},
+ {"contrasting",XML_contrasting},
+ {"oddHeader",XML_oddHeader},
{"spt",XML_spt},
- {"del2",XML_del2},
- {"gear9",XML_gear9},
- {"teardrop",XML_teardrop},
- {"face",XML_face},
+ {"ge",XML_ge},
+ {"floor",XML_floor},
+ {"gs",XML_gs},
+ {"gt",XML_gt},
+ {"stSnd",XML_stSnd},
+ {"morning",XML_morning},
+ {"shadowcolor",XML_shadowcolor},
+ {"startarrowlength",XML_startarrowlength},
+ {"lte",XML_lte},
+ {"outline",XML_outline},
+ {"gems",XML_gems},
+ {"tableproperties",XML_tableproperties},
+ {"pres",XML_pres},
+ {"attr",XML_attr},
+ {"aft",XML_aft},
+ {"edge",XML_edge},
{"tooltip",XML_tooltip},
+ {"lt2",XML_lt2},
+ {"thousands",XML_thousands},
+ {"bg1",XML_bg1},
+ {"full",XML_full},
+ {"subHide",XML_subHide},
+ {"editas",XML_editas},
+ {"one",XML_one},
+ {"lvl",XML_lvl},
{"pressure",XML_pressure},
- {"tpl",XML_tpl},
- {"callout",XML_callout},
- {"facet",XML_facet},
- {"filetime",XML_filetime},
- {"style",XML_style},
+ {"bwmode",XML_bwmode},
+ {"longdashdotdot",XML_longdashdotdot},
+ {"tag",XML_tag},
+ {"shingle",XML_shingle},
+ {"longdash",XML_longdash},
{"pie",XML_pie},
- {"styles",XML_styles},
{"guide",XML_guide},
- {"collapse",XML_collapse},
- {"delete",XML_delete},
+ {"button",XML_button},
+ {"nd",XML_nd},
{"composite",XML_composite},
- {"shadowcolor",XML_shadowcolor},
{"int",XML_int},
- {"outline",XML_outline},
- {"label",XML_label},
- {"bal",XML_bal},
+ {"startarrowwidth",XML_startarrowwidth},
{"present",XML_present},
+ {"clippath",XML_clippath},
+ {"gear9",XML_gear9},
+ {"fill",XML_fill},
+ {"title",XML_title},
+ {"signatureline",XML_signatureline},
+ {"vert",XML_vert},
+ {"eaVert",XML_eaVert},
+ {"tpl",XML_tpl},
+ {"rtTriangle",XML_rtTriangle},
+ {"tribal4",XML_tribal4},
+ {"degHide",XML_degHide},
+ {"open",XML_open},
+ {"ZX",XML_ZX},
+ {"choose",XML_choose},
+ {"none",XML_none},
+ {"over",XML_over},
+ {"plcHide",XML_plcHide},
+ {"phldr",XML_phldr},
{"sdt",XML_sdt},
+ {"c",XML_c},
{"outside",XML_outside},
+ {"gradient",XML_gradient},
+ {"rule",XML_rule},
+ {"chosung",XML_chosung},
+ {"rules",XML_rules},
+ {"teardrop",XML_teardrop},
+ {"ea",XML_ea},
+ {"snow",XML_snow},
+ {"eqn",XML_eqn},
+ {"version",XML_version},
+ {"step",XML_step},
+ {"sigma",XML_sigma},
+ {"panose",XML_panose},
+ {"face",XML_face},
+ {"star24",XML_star24},
+ {"facet",XML_facet},
+ {"qualifier",XML_qualifier},
+ {"follow",XML_follow},
+ {"depth",XML_depth},
+ {"product",XML_product},
+ {"ssd2",XML_ssd2},
+ {"node",XML_node},
+ {"fixed",XML_fixed},
+ {"cSp",XML_cSp},
+ {"preserve",XML_preserve},
+ {"rSp",XML_rSp},
+ {"groups",XML_groups},
+ {"override",XML_override},
{"chicago",XML_chicago},
- {"tribal4",XML_tribal4},
- {"v4",XML_v4},
+ {"ole",XML_ole},
+ {"func",XML_func},
{"ht",XML_ht},
- {"startarrow",XML_startarrow},
+ {"cd2",XML_cd2},
+ {"star16",XML_star16},
{"hr",XML_hr},
{"bef",XML_bef},
- {"r1",XML_r1},
- {"bg1",XML_bg1},
- {"decel",XML_decel},
- {"hf",XML_hf},
{"alt",XML_alt},
+ {"major",XML_major},
+ {"hf",XML_hf},
{"heart",XML_heart},
{"hearts",XML_hearts},
+ {"items",XML_items},
{"self",XML_self},
- {"morning",XML_morning},
{"off",XML_off},
- {"open",XML_open},
+ {"ssd16",XML_ssd16},
{"ref",XML_ref},
- {"chosung",XML_chosung},
- {"over",XML_over},
+ {"1pic",XML_1pic},
{"hrpct",XML_hrpct},
{"rtf",XML_rtf},
+ {"group",XML_group},
{"header",XML_header},
{"headers",XML_headers},
- {"ea",XML_ea},
- {"gradient",XML_gradient},
- {"button",XML_button},
- {"cSp",XML_cSp},
{"oned",XML_oned},
+ {"false",XML_false},
+ {"scope",XML_scope},
+ {"dot",XML_dot},
{"offset",XML_offset},
{"hundreds",XML_hundreds},
{"brk",XML_brk},
{"k",XML_k},
- {"call",XML_call},
- {"rSp",XML_rSp},
- {"ole",XML_ole},
- {"copies",XML_copies},
{"guid",XML_guid},
- {"shadow",XML_shadow},
- {"deleted",XML_deleted},
- {"targetscreensize",XML_targetscreensize},
- {"gd",XML_gd},
- {"eol",XML_eol},
- {"step",XML_step},
- {"preced",XML_preced},
- {"depth",XML_depth},
- {"items",XML_items},
- {"spreadsheet",XML_spreadsheet},
- {"adj",XML_adj},
- {"qualifier",XML_qualifier},
- {"morph",XML_morph},
- {"salt",XML_salt},
- {"recolor",XML_recolor},
- {"shred",XML_shred},
- {"salmon",XML_salmon},
- {"dot",XML_dot},
- {"v2",XML_v2},
+ {"roman",XML_roman},
{"promptedSolutions",XML_promptedSolutions},
+ {"4pic",XML_4pic},
+ {"noWrap",XML_noWrap},
+ {"filled",XML_filled},
+ {"connector",XML_connector},
{"outer",XML_outer},
+ {"copies",XML_copies},
+ {"tribal3",XML_tribal3},
+ {"rcmt",XML_rcmt},
{"commentReference",XML_commentReference},
- {"override",XML_override},
- {"grand",XML_grand},
+ {"language",XML_language},
+ {"next",XML_next},
+ {"spreadsheet",XML_spreadsheet},
+ {"callout",XML_callout},
{"goal",XML_goal},
- {"tile",XML_tile},
+ {"errors",XML_errors},
{"mute",XML_mute},
- {"name",XML_name},
- {"startarrowlength",XML_startarrowlength},
- {"shapedefaults",XML_shapedefaults},
- {"collapsed",XML_collapsed},
- {"bkpt",XML_bkpt},
+ {"error",XML_error},
+ {"entr",XML_entr},
+ {"collapse",XML_collapse},
+ {"cycle",XML_cycle},
+ {"shred",XML_shred},
+ {"days",XML_days},
+ {"cat",XML_cat},
+ {"scale",XML_scale},
+ {"text1",XML_text1},
+ {"connectortype",XML_connectortype},
+ {"vine",XML_vine},
+ {"bats",XML_bats},
{"right",XML_right},
- {"left",XML_left},
{"lights",XML_lights},
- {"i1",XML_i1},
- {"seconds",XML_seconds},
- {"vine",XML_vine},
- {"rsidSect",XML_rsidSect},
- {"language",XML_language},
- {"clocks",XML_clocks},
- {"after",XML_after},
- {"colors",XML_colors},
- {"csb1",XML_csb1},
- {"color",XML_color},
- {"g",XML_g},
- {"hd8",XML_hd8},
- {"hint",XML_hint},
+ {"lat",XML_lat},
+ {"all",XML_all},
+ {"del",XML_del},
+ {"slow",XML_slow},
+ {"ignore",XML_ignore},
+ {"zero",XML_zero},
+ {"tile",XML_tile},
+ {"eol",XML_eol},
{"miter",XML_miter},
- {"sqref",XML_sqref},
- {"startarrowwidth",XML_startarrowwidth},
+ {"bkpt",XML_bkpt},
+ {"left",XML_left},
+ {"tomato",XML_tomato},
+ {"evt",XML_evt},
+ {"entries",XML_entries},
+ {"flood",XML_flood},
+ {"recolor",XML_recolor},
{"lighten",XML_lighten},
- {"hd4",XML_hd4},
- {"skip",XML_skip},
- {"audio",XML_audio},
- {"ssd16",XML_ssd16},
- {"bidi",XML_bidi},
- {"stacked",XML_stacked},
+ {"manual",XML_manual},
+ {"gd",XML_gd},
+ {"bal",XML_bal},
{"footerReference",XML_footerReference},
+ {"korea",XML_korea},
+ {"filetime",XML_filetime},
+ {"arrow",XML_arrow},
+ {"preced",XML_preced},
+ {"turquoise",XML_turquoise},
+ {"vector",XML_vector},
{"glitter",XML_glitter},
- {"second",XML_second},
- {"tribal6",XML_tribal6},
- {"hd5",XML_hd5},
{"framesetSplitbar",XML_framesetSplitbar},
- {"ink",XML_ink},
- {"hijri",XML_hijri},
- {"begin",XML_begin},
- {"cat",XML_cat},
- {"hidden",XML_hidden},
- {"blend",XML_blend},
- {"field",XML_field},
- {"bats",XML_bats},
- {"manual",XML_manual},
- {"lat",XML_lat},
+ {"minValue",XML_minValue},
+ {"tribal6",XML_tribal6},
+ {"adj",XML_adj},
+ {"csb0",XML_csb0},
+ {"salt",XML_salt},
+ {"g",XML_g},
+ {"2pic",XML_2pic},
+ {"sat",XML_sat},
+ {"hint",XML_hint},
+ {"sqref",XML_sqref},
+ {"salmon",XML_salmon},
+ {"scr",XML_scr},
+ {"type",XML_type},
{"video",XML_video},
+ {"secHead",XML_secHead},
+ {"types",XML_types},
+ {"dgmnodekind",XML_dgmnodekind},
+ {"transition",XML_transition},
+ {"7cd8",XML_7cd8},
+ {"Value",XML_Value},
+ {"rsidSect",XML_rsidSect},
+ {"float",XML_float},
{"speller",XML_speller},
- {"sq",XML_sq},
- {"neq",XML_neq},
- {"soft",XML_soft},
- {"colon",XML_colon},
- {"korea",XML_korea},
- {"star16",XML_star16},
- {"title",XML_title},
- {"errors",XML_errors},
- {"error",XML_error},
- {"vert",XML_vert},
- {"na",XML_na},
- {"camera",XML_camera},
- {"kinsoku",XML_kinsoku},
- {"tribal5",XML_tribal5},
- {"def",XML_def},
- {"follow",XML_follow},
- {"hd2",XML_hd2},
- {"modified",XML_modified},
- {"symbol",XML_symbol},
- {"preserve",XML_preserve},
- {"groups",XML_groups},
- {"reconnectionMethod",XML_reconnectionMethod},
- {"plaid",XML_plaid},
- {"snow",XML_snow},
- {"sparkle",XML_sparkle},
- {"version",XML_version},
- {"entr",XML_entr},
- {"cycle",XML_cycle},
- {"null",XML_null},
- {"sat",XML_sat},
- {"group",XML_group},
- {"nil",XML_nil},
- {"lightposition",XML_lightposition},
- {"maroon",XML_maroon},
- {"thousands",XML_thousands},
- {"t1",XML_t1},
- {"dotted",XML_dotted},
- {"matte",XML_matte},
- {"gap",XML_gap},
- {"evt",XML_evt},
- {"entries",XML_entries},
- {"reference",XML_reference},
- {"references",XML_references},
- {"tribal3",XML_tribal3},
- {"pattern",XML_pattern},
- {"c",XML_c},
- {"hide",XML_hide},
- {"slow",XML_slow},
- {"vector",XML_vector},
- {"operator",XML_operator},
+ {"skip",XML_skip},
+ {"Person",XML_Person},
+ {"bidi",XML_bidi},
+ {"cellXfs",XML_cellXfs},
+ {"icon",XML_icon},
+ {"bg2",XML_bg2},
+ {"grand",XML_grand},
+ {"call",XML_call},
{"m",XML_m},
- {"coordorigin",XML_coordorigin},
{"rsnm",XML_rsnm},
{"lum",XML_lum},
- {"light2",XML_light2},
- {"hdr",XML_hdr},
- {"printSettings",XML_printSettings},
- {"type",XML_type},
- {"tribal2",XML_tribal2},
- {"types",XML_types},
- {"raf",XML_raf},
- {"gain",XML_gain},
- {"hdrs",XML_hdrs},
- {"multilevel",XML_multilevel},
- {"lightposition2",XML_lightposition2},
- {"Person",XML_Person},
- {"trend",XML_trend},
- {"product",XML_product},
{"percentile",XML_percentile},
- {"hd6",XML_hd6},
- {"hralign",XML_hralign},
- {"color2",XML_color2},
- {"Publisher",XML_Publisher},
- {"h",XML_h},
+ {"showZeros",XML_showZeros},
+ {"after",XML_after},
+ {"matte",XML_matte},
+ {"clocks",XML_clocks},
+ {"hijri",XML_hijri},
{"tight",XML_tight},
- {"series",XML_series},
- {"orangeRed",XML_orangeRed},
- {"hair",XML_hair},
+ {"var",XML_var},
+ {"persistence",XML_persistence},
+ {"shapedefaults",XML_shapedefaults},
+ {"hidden",XML_hidden},
+ {"key",XML_key},
+ {"maxX",XML_maxX},
+ {"noEndnote",XML_noEndnote},
+ {"ligatures",XML_ligatures},
+ {"seconds",XML_seconds},
+ {"Val",XML_Val},
+ {"decel",XML_decel},
+ {"soft",XML_soft},
+ {"maroon",XML_maroon},
+ {"hd4",XML_hd4},
+ {"pattern",XML_pattern},
+ {"shdw4",XML_shdw4},
{"lim",XML_lim},
+ {"varp",XML_varp},
+ {"keywords",XML_keywords},
{"from",XML_from},
- {"func",XML_func},
- {"dk2",XML_dk2},
- {"iterate",XML_iterate},
+ {"series",XML_series},
+ {"contributors",XML_contributors},
+ {"trellis",XML_trellis},
+ {"consecutive",XML_consecutive},
+ {"v3",XML_v3},
+ {"kinsoku",XML_kinsoku},
+ {"colHidden",XML_colHidden},
{"shdw9",XML_shdw9},
- {"confetti",XML_confetti},
{"fraktur",XML_fraktur},
- {"cmpd",XML_cmpd},
- {"minY",XML_minY},
- {"transition",XML_transition},
- {"strips",XML_strips},
- {"rangeSet",XML_rangeSet},
- {"rangeSets",XML_rangeSets},
- {"scope",XML_scope},
- {"3Signs",XML_3Signs},
- {"trellis",XML_trellis},
+ {"ink",XML_ink},
+ {"gap",XML_gap},
+ {"delete",XML_delete},
+ {"show",XML_show},
+ {"begin",XML_begin},
+ {"shdw7",XML_shdw7},
+ {"lightposition",XML_lightposition},
+ {"5cd8",XML_5cd8},
+ {"audio",XML_audio},
+ {"confetti",XML_confetti},
+ {"stacked",XML_stacked},
{"sum",XML_sum},
- {"days",XML_days},
- {"normal",XML_normal},
- {"anchor",XML_anchor},
- {"rqt",XML_rqt},
- {"showZeros",XML_showZeros},
- {"roman",XML_roman},
- {"recolortarget",XML_recolortarget},
- {"handouts9",XML_handouts9},
- {"indefinite",XML_indefinite},
- {"connector",XML_connector},
- {"period",XML_period},
- {"tree",XML_tree},
- {"rcmt",XML_rcmt},
- {"mpFld",XML_mpFld},
- {"integer",XML_integer},
- {"trees",XML_trees},
- {"cmd",XML_cmd},
- {"4pic",XML_4pic},
- {"modId",XML_modId},
+ {"tribal5",XML_tribal5},
+ {"sty",XML_sty},
+ {"label",XML_label},
+ {"strips",XML_strips},
+ {"transitionEvaluation",XML_transitionEvaluation},
+ {"firstSheet",XML_firstSheet},
+ {"textpath",XML_textpath},
+ {"rotX",XML_rotX},
+ {"hd8",XML_hd8},
+ {"operator",XML_operator},
+ {"rrc",XML_rrc},
{"spokes",XML_spokes},
- {"spTree",XML_spTree},
+ {"field",XML_field},
+ {"chartX",XML_chartX},
+ {"hdr",XML_hdr},
{"snake",XML_snake},
- {"tribal1",XML_tribal1},
+ {"tree",XML_tree},
+ {"name",XML_name},
+ {"trees",XML_trees},
{"controls",XML_controls},
- {"dkVert",XML_dkVert},
- {"indigo",XML_indigo},
- {"scale",XML_scale},
- {"commentRangeStart",XML_commentRangeStart},
- {"connectortype",XML_connectortype},
+ {"alias",XML_alias},
+ {"trend",XML_trend},
+ {"aliases",XML_aliases},
+ {"symbol",XML_symbol},
+ {"hdrs",XML_hdrs},
+ {"floralWhite",XML_floralWhite},
+ {"gain",XML_gain},
+ {"theme",XML_theme},
+ {"settings",XML_settings},
+ {"northwest",XML_northwest},
+ {"pic",XML_pic},
+ {"sparkle",XML_sparkle},
{"even",XML_even},
- {"anim",XML_anim},
- {"firstSheet",XML_firstSheet},
- {"arrow",XML_arrow},
- {"7cd8",XML_7cd8},
- {"shdw7",XML_shdw7},
- {"var",XML_var},
- {"handles",XML_handles},
- {"1pic",XML_1pic},
+ {"idmap",XML_idmap},
+ {"colors",XML_colors},
+ {"color",XML_color},
+ {"na",XML_na},
+ {"cmpd",XML_cmpd},
+ {"borderleft",XML_borderleft},
+ {"h",XML_h},
+ {"modified",XML_modified},
+ {"blend",XML_blend},
+ {"trim",XML_trim},
+ {"def",XML_def},
+ {"camera",XML_camera},
+ {"plastic",XML_plastic},
+ {"hd5",XML_hd5},
+ {"classic",XML_classic},
+ {"bordertopcolor",XML_bordertopcolor},
+ {"strVal",XML_strVal},
{"callout3",XML_callout3},
- {"element",XML_element},
- {"consolidation",XML_consolidation},
- {"noUngrp",XML_noUngrp},
+ {"borderleftcolor",XML_borderleftcolor},
+ {"compact",XML_compact},
+ {"any",XML_any},
+ {"second",XML_second},
+ {"oldHelp",XML_oldHelp},
+ {"src",XML_src},
+ {"protected",XML_protected},
+ {"cmd",XML_cmd},
+ {"collapsed",XML_collapsed},
+ {"narrow",XML_narrow},
+ {"anchor",XML_anchor},
+ {"scaled",XML_scaled},
{"image",XML_image},
- {"eq",XML_eq},
- {"orchid",XML_orchid},
- {"headings",XML_headings},
- {"2pic",XML_2pic},
- {"suff",XML_suff},
- {"settings",XML_settings},
- {"float",XML_float},
- {"varp",XML_varp},
- {"shdw20",XML_shdw20},
- {"auto",XML_auto},
- {"spTgt",XML_spTgt},
- {"hd10",XML_hd10},
- {"icon",XML_icon},
- {"transitionEvaluation",XML_transitionEvaluation},
+ {"spc",XML_spc},
+ {"iterate",XML_iterate},
+ {"anim",XML_anim},
+ {"sq",XML_sq},
+ {"neq",XML_neq},
+ {"colon",XML_colon},
+ {"raf",XML_raf},
+ {"deleted",XML_deleted},
+ {"concurrentCalc",XML_concurrentCalc},
+ {"element",XML_element},
+ {"rangeSet",XML_rangeSet},
+ {"rangeSets",XML_rangeSets},
+ {"pitch",XML_pitch},
+ {"shdw8",XML_shdw8},
+ {"rqt",XML_rqt},
+ {"odbc",XML_odbc},
+ {"arc",XML_arc},
+ {"hair",XML_hair},
+ {"forward",XML_forward},
{"Pict",XML_Pict},
- {"recipients",XML_recipients},
- {"callout2",XML_callout2},
- {"commentRangeEnd",XML_commentRangeEnd},
- {"panose1",XML_panose1},
+ {"printSettings",XML_printSettings},
+ {"coral",XML_coral},
+ {"3Signs",XML_3Signs},
+ {"clrVal",XML_clrVal},
+ {"dotted",XML_dotted},
+ {"aspect",XML_aspect},
+ {"reconnectionMethod",XML_reconnectionMethod},
{"endnoteReference",XML_endnoteReference},
+ {"location",XML_location},
{"endnoteRef",XML_endnoteRef},
- {"dimensions",XML_dimensions},
- {"shdw4",XML_shdw4},
+ {"separate",XML_separate},
+ {"multilevel",XML_multilevel},
+ {"hide",XML_hide},
+ {"ndxf",XML_ndxf},
{"Picture",XML_Picture},
- {"additive",XML_additive},
- {"ligatures",XML_ligatures},
- {"shdw8",XML_shdw8},
- {"alias",XML_alias},
- {"vol",XML_vol},
- {"aliases",XML_aliases},
- {"turquoise",XML_turquoise},
- {"other",XML_other},
- {"5cd8",XML_5cd8},
{"imprint",XML_imprint},
- {"gear6",XML_gear6},
- {"ascii",XML_ascii},
- {"dimension",XML_dimension},
+ {"headings",XML_headings},
+ {"Publisher",XML_Publisher},
+ {"coordorigin",XML_coordorigin},
+ {"commentRangeStart",XML_commentRangeStart},
+ {"suff",XML_suff},
+ {"period",XML_period},
+ {"pieWedge",XML_pieWedge},
+ {"docVar",XML_docVar},
+ {"docVars",XML_docVars},
+ {"thresh",XML_thresh},
{"control",XML_control},
- {"idmap",XML_idmap},
+ {"aca",XML_aca},
+ {"portrait",XML_portrait},
+ {"normal",XML_normal},
+ {"recipients",XML_recipients},
+ {"noStrike",XML_noStrike},
+ {"separator",XML_separator},
+ {"layout",XML_layout},
+ {"Performer",XML_Performer},
+ {"amount",XML_amount},
{"handouts4",XML_handouts4},
- {"autofit",XML_autofit},
- {"minVer",XML_minVer},
- {"protected",XML_protected},
- {"hairline",XML_hairline},
- {"hd3",XML_hd3},
- {"before",XML_before},
- {"offset2",XML_offset2},
- {"gold",XML_gold},
+ {"consolidation",XML_consolidation},
+ {"shdw10",XML_shdw10},
{"shdw5",XML_shdw5},
- {"plastic",XML_plastic},
- {"scaled",XML_scaled},
- {"classic",XML_classic},
- {"dim",XML_dim},
- {"monthShort",XML_monthShort},
- {"sldId",XML_sldId},
- {"show",XML_show},
- {"buNone",XML_buNone},
- {"administrators",XML_administrators},
- {"forward",XML_forward},
- {"callout1",XML_callout1},
- {"theme",XML_theme},
- {"help",XML_help},
- {"shdw2",XML_shdw2},
- {"odbc",XML_odbc},
- {"cabins",XML_cabins},
- {"autoZero",XML_autoZero},
- {"diam",XML_diam},
- {"contributors",XML_contributors},
- {"consecutive",XML_consecutive},
- {"northwest",XML_northwest},
- {"ctrY",XML_ctrY},
- {"hang",XML_hang},
- {"date",XML_date},
- {"sheet",XML_sheet},
- {"sheets",XML_sheets},
- {"aspect",XML_aspect},
- {"opEmu",XML_opEmu},
- {"cSld",XML_cSld},
- {"decorated",XML_decorated},
- {"containsSemiMixedTypes",XML_containsSemiMixedTypes},
- {"minX",XML_minX},
- {"handouts2",XML_handouts2},
- {"alignment",XML_alignment},
- {"notes",XML_notes},
- {"borderleft",XML_borderleft},
- {"average",XML_average},
- {"trim",XML_trim},
- {"Page",XML_Page},
- {"pitch",XML_pitch},
- {"hold",XML_hold},
- {"Pages",XML_Pages},
- {"sphere",XML_sphere},
- {"tomato",XML_tomato},
- {"diff",XML_diff},
- {"borderleftcolor",XML_borderleftcolor},
- {"Guid",XML_Guid},
- {"small",XML_small},
- {"portrait",XML_portrait},
- {"below",XML_below},
- {"hsl",XML_hsl},
- {"earth2",XML_earth2},
- {"v3",XML_v3},
- {"hqprint",XML_hqprint},
- {"split",XML_split},
+ {"plaid",XML_plaid},
+ {"hralign",XML_hralign},
{"del1",XML_del1},
- {"scr",XML_scr},
- {"amount",XML_amount},
- {"prSet",XML_prSet},
+ {"other",XML_other},
+ {"3cd8",XML_3cd8},
{"by",XML_by},
- {"heading",XML_heading},
- {"goldenrod",XML_goldenrod},
- {"compact",XML_compact},
- {"relid",XML_relid},
+ {"zigZag",XML_zigZag},
+ {"handouts9",XML_handouts9},
+ {"tmpl",XML_tmpl},
+ {"indefinite",XML_indefinite},
{"cy",XML_cy},
- {"rrc",XML_rrc},
- {"Performer",XML_Performer},
+ {"monthShort",XML_monthShort},
+ {"hd6",XML_hd6},
+ {"recolortarget",XML_recolortarget},
+ {"reference",XML_reference},
{"thicket",XML_thicket},
- {"mapId",XML_mapId},
- {"iroha",XML_iroha},
- {"stSnd",XML_stSnd},
+ {"null",XML_null},
+ {"references",XML_references},
+ {"shdw14",XML_shdw14},
+ {"nil",XML_nil},
+ {"orchid",XML_orchid},
{"thai",XML_thai},
- {"fitpath",XML_fitpath},
- {"pumpkin1",XML_pumpkin1},
- {"aca",XML_aca},
- {"persistence",XML_persistence},
- {"Version",XML_Version},
- {"moccasin",XML_moccasin},
+ {"stra",XML_stra},
+ {"years",XML_years},
+ {"year",XML_year},
{"ky",XML_ky},
- {"signinginstructions",XML_signinginstructions},
- {"lightlevel",XML_lightlevel},
- {"signinginstructionsset",XML_signinginstructionsset},
- {"onEnd",XML_onEnd},
- {"35mm",XML_35mm},
- {"heptagon",XML_heptagon},
- {"key",XML_key},
- {"rich",XML_rich},
- {"lightlevel2",XML_lightlevel2},
- {"thickness",XML_thickness},
- {"concurrentCalc",XML_concurrentCalc},
- {"narrow",XML_narrow},
- {"dgm",XML_dgm},
- {"inline",XML_inline},
- {"pic",XML_pic},
- {"img",XML_img},
- {"blacklevel",XML_blacklevel},
+ {"dim",XML_dim},
+ {"shdw19",XML_shdw19},
+ {"hd3",XML_hd3},
+ {"zoom",XML_zoom},
+ {"duration",XML_duration},
{"between",XML_between},
- {"tmpl",XML_tmpl},
- {"drawing",XML_drawing},
- {"ahXY",XML_ahXY},
- {"media",XML_media},
- {"arc",XML_arc},
- {"atEnd",XML_atEnd},
- {"3cd8",XML_3cd8},
- {"keywords",XML_keywords},
+ {"thickness",XML_thickness},
+ {"powder",XML_powder},
+ {"shdw17",XML_shdw17},
+ {"diam",XML_diam},
+ {"gear6",XML_gear6},
{"subject",XML_subject},
- {"regroupid",XML_regroupid},
- {"typeface",XML_typeface},
- {"dgmlayout",XML_dgmlayout},
- {"containsString",XML_containsString},
- {"layout",XML_layout},
- {"alpha",XML_alpha},
- {"separate",XML_separate},
- {"hebrew",XML_hebrew},
- {"supHide",XML_supHide},
- {"src",XML_src},
+ {"below",XML_below},
+ {"screen",XML_screen},
+ {"integer",XML_integer},
+ {"rich",XML_rich},
+ {"handles",XML_handles},
+ {"tentative",XML_tentative},
+ {"additive",XML_additive},
+ {"rows",XML_rows},
+ {"fitpath",XML_fitpath},
+ {"styleSet",XML_styleSet},
+ {"auto",XML_auto},
+ {"vol",XML_vol},
+ {"sheet",XML_sheet},
+ {"sheets",XML_sheets},
+ {"dec",XML_dec},
+ {"lpwstr",XML_lpwstr},
{"sy",XML_sy},
- {"solid",XML_solid},
- {"sty",XML_sty},
- {"any",XML_any},
- {"srcId",XML_srcId},
- {"sienna",XML_sienna},
- {"Help",XML_Help},
- {"timing",XML_timing},
- {"spc",XML_spc},
- {"pageSetup",XML_pageSetup},
- {"separator",XML_separator},
- {"elbow",XML_elbow},
- {"bordertopcolor",XML_bordertopcolor},
- {"preferrelative",XML_preferrelative},
- {"builtinId",XML_builtinId},
- {"buFont",XML_buFont},
+ {"hebrew",XML_hebrew},
+ {"commentRangeEnd",XML_commentRangeEnd},
+ {"ascii",XML_ascii},
+ {"doc",XML_doc},
+ {"sphere",XML_sphere},
+ {"straight",XML_straight},
+ {"styleSheet",XML_styleSheet},
+ {"orangeRed",XML_orangeRed},
+ {"indigo",XML_indigo},
+ {"eq",XML_eq},
+ {"ty",XML_ty},
+ {"moccasin",XML_moccasin},
+ {"small",XML_small},
{"shimmer",XML_shimmer},
- {"borderright",XML_borderright},
+ {"alignment",XML_alignment},
+ {"local",XML_local},
+ {"branch",XML_branch},
{"khaki",XML_khaki},
- {"ctrX",XML_ctrX},
- {"locked",XML_locked},
- {"colItems",XML_colItems},
- {"inEnd",XML_inEnd},
- {"coral",XML_coral},
- {"string",XML_string},
- {"relIds",XML_relIds},
- {"val",XML_val},
- {"spelling",XML_spelling},
- {"location",XML_location},
- {"gte",XML_gte},
- {"author",XML_author},
- {"authors",XML_authors},
- {"autoformat",XML_autoformat},
- {"shdw10",XML_shdw10},
- {"num",XML_num},
- {"thresh",XML_thresh},
- {"Group",XML_Group},
- {"gutter",XML_gutter},
- {"vert270",XML_vert270},
- {"shdw19",XML_shdw19},
- {"taiwan",XML_taiwan},
- {"placeholders",XML_placeholders},
- {"placeholder",XML_placeholder},
- {"grouping",XML_grouping},
+ {"narVert",XML_narVert},
+ {"autoZero",XML_autoZero},
+ {"autofit",XML_autofit},
+ {"borderright",XML_borderright},
+ {"suggestedsigner2",XML_suggestedsigner2},
+ {"dimensions",XML_dimensions},
+ {"frozen",XML_frozen},
+ {"mac",XML_mac},
{"polar",XML_polar},
- {"ivory",XML_ivory},
- {"dec",XML_dec},
- {"oldHidden",XML_oldHidden},
- {"relId",XML_relId},
- {"numId",XML_numId},
- {"dy",XML_dy},
- {"borderId",XML_borderId},
- {"byte",XML_byte},
- {"tentative",XML_tentative},
- {"colId",XML_colId},
- {"allowincell",XML_allowincell},
- {"appWorkspace",XML_appWorkspace},
- {"shadowok",XML_shadowok},
- {"doc",XML_doc},
- {"publishItems",XML_publishItems},
- {"stroke",XML_stroke},
- {"foredepth",XML_foredepth},
- {"lnTo",XML_lnTo},
- {"local",XML_local},
- {"Top",XML_Top},
- {"gamma",XML_gamma},
- {"method",XML_method},
- {"Properties",XML_Properties},
- {"hue",XML_hue},
- {"match",XML_match},
+ {"hairline",XML_hairline},
+ {"dkVert",XML_dkVert},
+ {"signinginstructions",XML_signinginstructions},
+ {"signinginstructionsset",XML_signinginstructionsset},
+ {"taiwan",XML_taiwan},
+ {"row",XML_row},
+ {"elbow",XML_elbow},
+ {"light1",XML_light1},
+ {"low",XML_low},
+ {"ribbon2",XML_ribbon2},
+ {"35mm",XML_35mm},
+ {"character",XML_character},
+ {"dimension",XML_dimension},
+ {"curly",XML_curly},
{"marker",XML_marker},
- {"radial",XML_radial},
- {"duration",XML_duration},
- {"shdw17",XML_shdw17},
- {"chapSep",XML_chapSep},
- {"innerShdw",XML_innerShdw},
- {"enableRefresh",XML_enableRefresh},
- {"shdw6",XML_shdw6},
- {"initials",XML_initials},
- {"screen",XML_screen},
- {"mainSeq",XML_mainSeq},
- {"ty",XML_ty},
- {"control2",XML_control2},
- {"subHide",XML_subHide},
- {"film",XML_film},
- {"annotationRef",XML_annotationRef},
- {"suggestedsigneremail",XML_suggestedsigneremail},
- {"degHide",XML_degHide},
- {"styleSet",XML_styleSet},
- {"tablelimits",XML_tablelimits},
{"formatRows",XML_formatRows},
- {"stroked",XML_stroked},
- {"hier",XML_hier},
- {"handouts6",XML_handouts6},
- {"mirrorIndents",XML_mirrorIndents},
- {"diagram",XML_diagram},
- {"oddHeader",XML_oddHeader},
- {"bk",XML_bk},
- {"numbering",XML_numbering},
- {"value",XML_value},
- {"annotation",XML_annotation},
- {"values",XML_values},
- {"stra",XML_stra},
- {"markup",XML_markup},
- {"relation",XML_relation},
- {"dk1",XML_dk1},
- {"shdw14",XML_shdw14},
- {"straight",XML_straight},
- {"flowersRoses",XML_flowersRoses},
+ {"buNone",XML_buNone},
+ {"typeface",XML_typeface},
{"shdw18",XML_shdw18},
- {"curly",XML_curly},
- {"headerReference",XML_headerReference},
- {"styleSheet",XML_styleSheet},
- {"hebrew2",XML_hebrew2},
- {"allowoverlap",XML_allowoverlap},
- {"prnWhat",XML_prnWhat},
- {"limUpp",XML_limUpp},
- {"encoding",XML_encoding},
- {"mac",XML_mac},
- {"overlap",XML_overlap},
- {"3cd4",XML_3cd4},
+ {"gold",XML_gold},
+ {"date",XML_date},
+ {"before",XML_before},
+ {"shdw3",XML_shdw3},
+ {"containsSemiMixedTypes",XML_containsSemiMixedTypes},
{"minusy",XML_minusy},
- {"control1",XML_control1},
- {"grow",XML_grow},
- {"hanging",XML_hanging},
- {"character",XML_character},
- {"shdw15",XML_shdw15},
- {"cellXfs",XML_cellXfs},
- {"ellipse",XML_ellipse},
- {"flowersRedRose",XML_flowersRedRose},
- {"minValue",XML_minValue},
- {"shdw12",XML_shdw12},
- {"saka",XML_saka},
- {"branch",XML_branch},
- {"nonIsoscelesTrapezoid",XML_nonIsoscelesTrapezoid},
- {"formatting",XML_formatting},
- {"additionalCharacteristics",XML_additionalCharacteristics},
- {"years",XML_years},
- {"year",XML_year},
- {"filltype",XML_filltype},
- {"stack",XML_stack},
- {"light1",XML_light1},
- {"kiosk",XML_kiosk},
- {"ascending",XML_ascending},
- {"hebrew1",XML_hebrew1},
- {"scaling",XML_scaling},
- {"ostorage",XML_ostorage},
- {"block",XML_block},
+ {"diff",XML_diff},
+ {"grouping",XML_grouping},
+ {"lightlevel",XML_lightlevel},
+ {"3cd4",XML_3cd4},
+ {"noUngrp",XML_noUngrp},
+ {"earth1",XML_earth1},
+ {"notes",XML_notes},
+ {"pct",XML_pct},
+ {"help",XML_help},
+ {"r2",XML_r2},
+ {"iroha",XML_iroha},
+ {"cabins",XML_cabins},
+ {"match",XML_match},
+ {"cstate",XML_cstate},
+ {"pct90",XML_pct90},
+ {"gutter",XML_gutter},
+ {"markup",XML_markup},
+ {"hang",XML_hang},
+ {"Top",XML_Top},
{"css",XML_css},
+ {"ivory",XML_ivory},
+ {"heading",XML_heading},
{"u",XML_u},
- {"powder",XML_powder},
- {"black",XML_black},
+ {"rotate",XML_rotate},
+ {"grow",XML_grow},
+ {"shdw1",XML_shdw1},
{"pos",XML_pos},
- {"dstrike",XML_dstrike},
- {"through",XML_through},
- {"rows",XML_rows},
- {"showsigndate",XML_showsigndate},
- {"green",XML_green},
- {"plcHide",XML_plcHide},
- {"strokecolor",XML_strokecolor},
- {"b",XML_b},
+ {"gte",XML_gte},
+ {"pct20",XML_pct20},
+ {"preferrelative",XML_preferrelative},
+ {"drawing",XML_drawing},
+ {"pct80",XML_pct80},
+ {"average",XML_average},
+ {"pct70",XML_pct70},
+ {"shdw15",XML_shdw15},
+ {"sienna",XML_sienna},
+ {"shadowok",XML_shadowok},
+ {"pct50",XML_pct50},
+ {"innerShdw",XML_innerShdw},
+ {"noSelect",XML_noSelect},
+ {"relation",XML_relation},
+ {"saka",XML_saka},
+ {"tplc",XML_tplc},
{"cxn",XML_cxn},
- {"blank",XML_blank},
- {"both",XML_both},
- {"lnRef",XML_lnRef},
- {"lpwstr",XML_lpwstr},
- {"click",XML_click},
- {"glow",XML_glow},
- {"pct",XML_pct},
- {"suppressSpBfAfterPgBrk",XML_suppressSpBfAfterPgBrk},
- {"norm",XML_norm},
- {"oleid",XML_oleid},
+ {"dgm",XML_dgm},
+ {"Page",XML_Page},
+ {"Pages",XML_Pages},
+ {"locked",XML_locked},
+ {"cSld",XML_cSld},
+ {"administrators",XML_administrators},
+ {"img",XML_img},
+ {"maxValue",XML_maxValue},
{"up",XML_up},
{"mps",XML_mps},
- {"althref",XML_althref},
- {"meth",XML_meth},
- {"cTn",XML_cTn},
- {"cstate",XML_cstate},
- {"pct90",XML_pct90},
- {"tplc",XML_tplc},
- {"decagon",XML_decagon},
- {"pct80",XML_pct80},
+ {"scaling",XML_scaling},
+ {"dy",XML_dy},
+ {"byte",XML_byte},
+ {"author",XML_author},
+ {"authors",XML_authors},
{"ris",XML_ris},
{"bisque",XML_bisque},
{"un",XML_un},
- {"accel",XML_accel},
- {"accent4",XML_accent4},
- {"floralWhite",XML_floralWhite},
- {"rotY",XML_rotY},
- {"shdw3",XML_shdw3},
- {"pct70",XML_pct70},
- {"rotate",XML_rotate},
- {"rsidTr",XML_rsidTr},
- {"darken",XML_darken},
+ {"media",XML_media},
+ {"blacklevel",XML_blacklevel},
+ {"hqprint",XML_hqprint},
+ {"split",XML_split},
+ {"placeholders",XML_placeholders},
+ {"placeholder",XML_placeholder},
+ {"anchorId",XML_anchorId},
+ {"relative",XML_relative},
+ {"pct87",XML_pct87},
{"uri",XML_uri},
- {"fmt",XML_fmt},
+ {"connecttype",XML_connecttype},
{"prst",XML_prst},
- {"rtTriangle",XML_rtTriangle},
- {"document",XML_document},
- {"amt",XML_amt},
+ {"t2",XML_t2},
+ {"day",XML_day},
+ {"del2",XML_del2},
{"rest",XML_rest},
+ {"power",XML_power},
+ {"pct60",XML_pct60},
{"post",XML_post},
- {"handouts3",XML_handouts3},
- {"axis",XML_axis},
- {"frozen",XML_frozen},
- {"calcmode",XML_calcmode},
+ {"ui4",XML_ui4},
+ {"num",XML_num},
+ {"limUpp",XML_limUpp},
+ {"stretch",XML_stretch},
{"cust",XML_cust},
- {"ptab",XML_ptab},
- {"pct50",XML_pct50},
- {"relative",XML_relative},
- {"embed",XML_embed},
- {"fitshape",XML_fitshape},
- {"column",XML_column},
- {"comb",XML_comb},
- {"alnAt",XML_alnAt},
- {"day",XML_day},
- {"sym",XML_sym},
- {"selected",XML_selected},
- {"transitionEntry",XML_transitionEntry},
- {"ui8",XML_ui8},
- {"chilly",XML_chilly},
+ {"b",XML_b},
+ {"hsl",XML_hsl},
+ {"timing",XML_timing},
+ {"hold",XML_hold},
+ {"maxVal",XML_maxVal},
+ {"shdw6",XML_shdw6},
+ {"dgmlayout",XML_dgmlayout},
+ {"yrange",XML_yrange},
+ {"spelling",XML_spelling},
+ {"containsString",XML_containsString},
+ {"heptagon",XML_heptagon},
+ {"value",XML_value},
+ {"gapWidth",XML_gapWidth},
+ {"values",XML_values},
+ {"i2",XML_i2},
+ {"coerce",XML_coerce},
+ {"alpha",XML_alpha},
+ {"through",XML_through},
{"lpstr",XML_lpstr},
- {"pct20",XML_pct20},
- {"ins",XML_ins},
+ {"pct30",XML_pct30},
+ {"curve",XML_curve},
{"uint",XML_uint},
- {"pct60",XML_pct60},
- {"ui4",XML_ui4},
- {"olive",XML_olive},
- {"printerSettings",XML_printerSettings},
- {"pct87",XML_pct87},
- {"latin",XML_latin},
- {"asst",XML_asst},
- {"half",XML_half},
- {"coerce",XML_coerce},
- {"list",XML_list},
- {"connecttype",XML_connecttype},
- {"everyone",XML_everyone},
- {"diagStripe",XML_diagStripe},
- {"grpId",XML_grpId},
- {"noEndnote",XML_noEndnote},
+ {"rotation",XML_rotation},
{"creator",XML_creator},
- {"miterlimit",XML_miterlimit},
- {"pct30",XML_pct30},
- {"deleteRows",XML_deleteRows},
- {"penClr",XML_penClr},
- {"cfRule",XML_cfRule},
- {"Q4",XML_Q4},
- {"oleItems",XML_oleItems},
- {"swirligig",XML_swirligig},
- {"provid",XML_provid},
- {"track",XML_track},
- {"noStrike",XML_noStrike},
- {"restored",XML_restored},
- {"arrowok",XML_arrowok},
- {"Val",XML_Val},
- {"colHidden",XML_colHidden},
- {"href",XML_href},
- {"checker",XML_checker},
+ {"Properties",XML_Properties},
+ {"initials",XML_initials},
+ {"string",XML_string},
+ {"upr",XML_upr},
+ {"list",XML_list},
+ {"down",XML_down},
+ {"goldenrod",XML_goldenrod},
+ {"ui8",XML_ui8},
+ {"stroke",XML_stroke},
+ {"val",XML_val},
{"pct5",XML_pct5},
- {"created",XML_created},
- {"animClr",XML_animClr},
- {"rotation",XML_rotation},
- {"stretch",XML_stretch},
- {"bgRef",XML_bgRef},
- {"blob",XML_blob},
- {"dirty",XML_dirty},
- {"des",XML_des},
- {"bilevel",XML_bilevel},
- {"confettiStreamers",XML_confettiStreamers},
- {"ui2",XML_ui2},
- {"power",XML_power},
- {"descr",XML_descr},
- {"identifier",XML_identifier},
- {"bmk",XML_bmk},
- {"dos",XML_dos},
- {"yrange",XML_yrange},
- {"accent6",XML_accent6},
- {"trendline",XML_trendline},
- {"smoothness",XML_smoothness},
- {"Template",XML_Template},
- {"instr",XML_instr},
+ {"glow",XML_glow},
+ {"foredepth",XML_foredepth},
+ {"tribal2",XML_tribal2},
+ {"decorated",XML_decorated},
+ {"switch",XML_switch},
{"citation",XML_citation},
- {"item",XML_item},
- {"shdw1",XML_shdw1},
- {"connections",XML_connections},
- {"Q2",XML_Q2},
- {"dark2",XML_dark2},
+ {"inline",XML_inline},
+ {"gamma",XML_gamma},
+ {"axis",XML_axis},
+ {"accent4",XML_accent4},
+ {"hue",XML_hue},
+ {"tablelimits",XML_tablelimits},
+ {"ins",XML_ins},
+ {"olive",XML_olive},
+ {"tribal1",XML_tribal1},
+ {"transitionEntry",XML_transitionEntry},
+ {"handouts3",XML_handouts3},
+ {"pageSetup",XML_pageSetup},
{"pct37",XML_pct37},
- {"pink",XML_pink},
- {"harsh",XML_harsh},
- {"credentials",XML_credentials},
- {"clear",XML_clear},
- {"spinCount",XML_spinCount},
+ {"bc",XML_bc},
+ {"both",XML_both},
+ {"decagon",XML_decagon},
+ {"document",XML_document},
+ {"film",XML_film},
+ {"oc",XML_oc},
+ {"method",XML_method},
+ {"dk1",XML_dk1},
+ {"enableRefresh",XML_enableRefresh},
+ {"rc",XML_rc},
+ {"lc",XML_lc},
+ {"meth",XML_meth},
+ {"dkEdge",XML_dkEdge},
+ {"autoformat",XML_autoformat},
+ {"connections",XML_connections},
+ {"flowersRoses",XML_flowersRoses},
+ {"textlink",XML_textlink},
+ {"asst",XML_asst},
+ {"diagram",XML_diagram},
+ {"mc",XML_mc},
+ {"hier",XML_hier},
+ {"fmt",XML_fmt},
+ {"norm",XML_norm},
+ {"shdw13",XML_shdw13},
+ {"cfRule",XML_cfRule},
+ {"pct10",XML_pct10},
+ {"relid",XML_relid},
+ {"chapSep",XML_chapSep},
+ {"handouts1",XML_handouts1},
+ {"fc",XML_fc},
+ {"connection",XML_connection},
+ {"ssd32",XML_ssd32},
+ {"showsigndate",XML_showsigndate},
+ {"created",XML_created},
+ {"ptab",XML_ptab},
+ {"restored",XML_restored},
+ {"darken",XML_darken},
+ {"sym",XML_sym},
+ {"unknown",XML_unknown},
{"pct95",XML_pct95},
- {"checked",XML_checked},
+ {"regroupid",XML_regroupid},
+ {"comb",XML_comb},
+ {"clear",XML_clear},
+ {"instr",XML_instr},
+ {"shdw11",XML_shdw11},
+ {"Volume",XML_Volume},
+ {"accent3",XML_accent3},
+ {"result",XML_result},
+ {"pct25",XML_pct25},
+ {"chilly",XML_chilly},
+ {"accel",XML_accel},
+ {"column",XML_column},
{"pct85",XML_pct85},
- {"dkViolet",XML_dkViolet},
- {"strike",XML_strike},
- {"link",XML_link},
+ {"des",XML_des},
+ {"sharedItems",XML_sharedItems},
+ {"protection",XML_protection},
+ {"clientInsertedTime",XML_clientInsertedTime},
{"pct75",XML_pct75},
- {"down",XML_down},
- {"lengthspecified",XML_lengthspecified},
- {"strVal",XML_strVal},
- {"secHead",XML_secHead},
- {"handouts1",XML_handouts1},
- {"connection",XML_connection},
- {"row",XML_row},
- {"low",XML_low},
- {"oldHelp",XML_oldHelp},
- {"docVar",XML_docVar},
- {"docVars",XML_docVars},
- {"accent5",XML_accent5},
- {"discrete",XML_discrete},
- {"curve",XML_curve},
- {"metal",XML_metal},
- {"rotX",XML_rotX},
- {"clrVal",XML_clrVal},
- {"Patent",XML_Patent},
- {"bib",XML_bib},
+ {"stroked",XML_stroked},
+ {"descr",XML_descr},
{"pct55",XML_pct55},
- {"upr",XML_upr},
- {"rcft",XML_rcft},
- {"relationtable",XML_relationtable},
+ {"headerReference",XML_headerReference},
+ {"lnRef",XML_lnRef},
+ {"dos",XML_dos},
+ {"exact",XML_exact},
+ {"everyone",XML_everyone},
+ {"dirty",XML_dirty},
+ {"shdw20",XML_shdw20},
+ {"amt",XML_amt},
+ {"pct40",XML_pct40},
+ {"tc",XML_tc},
+ {"metal",XML_metal},
+ {"star32",XML_star32},
+ {"ostorage",XML_ostorage},
+ {"cTn",XML_cTn},
+ {"mainSeq",XML_mainSeq},
+ {"hd2",XML_hd2},
+ {"Q4",XML_Q4},
+ {"bk",XML_bk},
+ {"solid",XML_solid},
+ {"provid",XML_provid},
+ {"formatting",XML_formatting},
+ {"flythrough",XML_flythrough},
+ {"lrTb",XML_lrTb},
{"clean",XML_clean},
- {"diagCross",XML_diagCross},
- {"gradientshapeok",XML_gradientshapeok},
- {"noSelect",XML_noSelect},
- {"protection",XML_protection},
- {"longCurve",XML_longCurve},
- {"earth1",XML_earth1},
- {"checkered",XML_checkered},
- {"lineTo",XML_lineTo},
- {"srgbClr",XML_srgbClr},
- {"document2",XML_document2},
- {"hiddenRows",XML_hiddenRows},
- {"emboss",XML_emboss},
- {"usb0",XML_usb0},
- {"pct25",XML_pct25},
- {"middleDot",XML_middleDot},
+ {"exp",XML_exp},
+ {"intVal",XML_intVal},
+ {"box",XML_box},
+ {"rsidTr",XML_rsidTr},
+ {"lightposition2",XML_lightposition2},
+ {"star12",XML_star12},
+ {"allowoverlap",XML_allowoverlap},
+ {"handouts6",XML_handouts6},
+ {"flowersRedRose",XML_flowersRedRose},
+ {"fltVal",XML_fltVal},
+ {"radial",XML_radial},
+ {"rcft",XML_rcft},
+ {"suggestedsigneremail",XML_suggestedsigneremail},
+ {"encoding",XML_encoding},
+ {"discrete",XML_discrete},
+ {"rowHidden",XML_rowHidden},
{"pct65",XML_pct65},
- {"ddeItems",XML_ddeItems},
- {"iconSet",XML_iconSet},
+ {"annotationRef",XML_annotationRef},
+ {"harsh",XML_harsh},
+ {"accent6",XML_accent6},
+ {"green",XML_green},
+ {"hanging",XML_hanging},
{"shdw16",XML_shdw16},
- {"high",XML_high},
- {"sub",XML_sub},
- {"dist",XML_dist},
- {"colormode",XML_colormode},
+ {"vert270",XML_vert270},
+ {"panose1",XML_panose1},
+ {"lnT",XML_lnT},
+ {"annotation",XML_annotation},
+ {"dstrike",XML_dstrike},
+ {"blob",XML_blob},
+ {"iconSet",XML_iconSet},
+ {"lengthspecified",XML_lengthspecified},
+ {"overlap",XML_overlap},
{"pct35",XML_pct35},
- {"path",XML_path},
+ {"printerSettings",XML_printerSettings},
+ {"curved",XML_curved},
+ {"exit",XML_exit},
+ {"mpFld",XML_mpFld},
+ {"selected",XML_selected},
+ {"modId",XML_modId},
+ {"stack",XML_stack},
+ {"offset2",XML_offset2},
+ {"kiosk",XML_kiosk},
+ {"fitshape",XML_fitshape},
+ {"dist",XML_dist},
+ {"last",XML_last},
+ {"pyra",XML_pyra},
+ {"suppressSpBfAfterPgBrk",XML_suppressSpBfAfterPgBrk},
+ {"callout2",XML_callout2},
+ {"ellipse",XML_ellipse},
+ {"italic",XML_italic},
+ {"restart",XML_restart},
+ {"calcmode",XML_calcmode},
+ {"master",XML_master},
+ {"confettiStreamers",XML_confettiStreamers},
+ {"bib",XML_bib},
+ {"track",XML_track},
+ {"filltype",XML_filltype},
+ {"Target",XML_Target},
+ {"longCurve",XML_longCurve},
+ {"latin",XML_latin},
+ {"callout1",XML_callout1},
+ {"Template",XML_Template},
+ {"trendline",XML_trendline},
+ {"fast",XML_fast},
+ {"item",XML_item},
+ {"formulas",XML_formulas},
+ {"href",XML_href},
+ {"checker",XML_checker},
+ {"accent5",XML_accent5},
+ {"dk2",XML_dk2},
+ {"block",XML_block},
{"inset",XML_inset},
- {"Value",XML_Value},
- {"pct40",XML_pct40},
- {"pct62",XML_pct62},
+ {"althref",XML_althref},
+ {"bmk",XML_bmk},
+ {"textStop",XML_textStop},
+ {"black",XML_black},
+ {"mdx",XML_mdx},
+ {"continuationSeparator",XML_continuationSeparator},
+ {"swirligig",XML_swirligig},
{"connectionId",XML_connectionId},
- {"concurrentManualCount",XML_concurrentManualCount},
- {"colormenu",XML_colormenu},
- {"accent3",XML_accent3},
- {"exact",XML_exact},
- {"background",XML_background},
- {"decorative",XML_decorative},
+ {"relationtable",XML_relationtable},
+ {"authorId",XML_authorId},
+ {"dc",XML_dc},
+ {"marW",XML_marW},
+ {"strokecolor",XML_strokecolor},
+ {"arrowok",XML_arrowok},
+ {"script",XML_script},
+ {"smoothness",XML_smoothness},
+ {"strRef",XML_strRef},
+ {"btnHighlight",XML_btnHighlight},
+ {"allowincell",XML_allowincell},
+ {"sub",XML_sub},
+ {"text2",XML_text2},
+ {"y",XML_y},
+ {"rcc",XML_rcc},
+ {"pumpkin1",XML_pumpkin1},
+ {"miterlimit",XML_miterlimit},
+ {"pink",XML_pink},
+ {"pct15",XML_pct15},
+ {"cornflowerBlue",XML_cornflowerBlue},
+ {"uniqueId",XML_uniqueId},
+ {"blank",XML_blank},
+ {"path",XML_path},
+ {"click",XML_click},
+ {"link",XML_link},
+ {"cwOut",XML_cwOut},
+ {"additionalCharacteristics",XML_additionalCharacteristics},
+ {"strike",XML_strike},
+ {"new",XML_new},
+ {"backwards",XML_backwards},
{"sib",XML_sib},
+ {"spinCount",XML_spinCount},
+ {"alnAt",XML_alnAt},
+ {"diagStripe",XML_diagStripe},
{"underscore",XML_underscore},
- {"strRef",XML_strRef},
- {"result",XML_result},
- {"cylinder",XML_cylinder},
- {"dTable",XML_dTable},
- {"exp",XML_exp},
- {"usb2",XML_usb2},
+ {"headerRow",XML_headerRow},
{"ostream",XML_ostream},
- {"accent2",XML_accent2},
- {"alignshape",XML_alignshape},
- {"curved",XML_curved},
- {"lightning2",XML_lightning2},
- {"Tag",XML_Tag},
- {"switch",XML_switch},
- {"colormru",XML_colormru},
- {"unknown",XML_unknown},
- {"continuationSeparator",XML_continuationSeparator},
- {"last",XML_last},
- {"Target",XML_Target},
- {"permEnd",XML_permEnd},
- {"flythrough",XML_flythrough},
- {"tx2",XML_tx2},
- {"deleteRow",XML_deleteRow},
- {"background2",XML_background2},
- {"percentDiff",XML_percentDiff},
+ {"bgRef",XML_bgRef},
+ {"numbering",XML_numbering},
+ {"contourW",XML_contourW},
+ {"hiddenRows",XML_hiddenRows},
+ {"behaviors",XML_behaviors},
+ {"behavior",XML_behavior},
{"insetpen",XML_insetpen},
+ {"credentials",XML_credentials},
+ {"percentage",XML_percentage},
+ {"phonetic",XML_phonetic},
+ {"area",XML_area},
+ {"borderbottomcolor",XML_borderbottomcolor},
+ {"undrawn",XML_undrawn},
+ {"outerShdw",XML_outerShdw},
+ {"pct45",XML_pct45},
+ {"half",XML_half},
{"orientation",XML_orientation},
- {"spcAft",XML_spcAft},
- {"restart",XML_restart},
- {"packages",XML_packages},
- {"master",XML_master},
- {"chOrder",XML_chOrder},
- {"indexed",XML_indexed},
- {"fast",XML_fast},
- {"pct10",XML_pct10},
- {"vietnameseCounting",XML_vietnameseCounting},
- {"rgb",XML_rgb},
- {"headerRow",XML_headerRow},
- {"grammar",XML_grammar},
- {"exit",XML_exit},
- {"dgmstyle",XML_dgmstyle},
- {"minAng",XML_minAng},
- {"dodecagon",XML_dodecagon},
- {"accent1",XML_accent1},
+ {"gradientshapeok",XML_gradientshapeok},
{"cm",XML_cm},
- {"backwards",XML_backwards},
+ {"chocolate",XML_chocolate},
+ {"alignshape",XML_alignshape},
+ {"pctWidth",XML_pctWidth},
+ {"oleid",XML_oleid},
{"rm",XML_rm},
- {"XY",XML_XY},
- {"captionBetween",XML_captionBetween},
- {"bc",XML_bc},
- {"oc",XML_oc},
- {"midCat",XML_midCat},
- {"query",XML_query},
- {"area",XML_area},
- {"contentStatus",XML_contentStatus},
- {"formulas",XML_formulas},
- {"sepChr",XML_sepChr},
- {"rc",XML_rc},
- {"lc",XML_lc},
- {"sldAll",XML_sldAll},
- {"narVert",XML_narVert},
- {"shadowedSquares",XML_shadowedSquares},
- {"detail",XML_detail},
- {"begChr",XML_begChr},
- {"containsText",XML_containsText},
- {"nonAsst",XML_nonAsst},
- {"rank",XML_rank},
+ {"txEl",XML_txEl},
+ {"scene3d",XML_scene3d},
+ {"cliptowrap",XML_cliptowrap},
+ {"dkTurquoise",XML_dkTurquoise},
+ {"graphic",XML_graphic},
+ {"embed",XML_embed},
+ {"checked",XML_checked},
+ {"hd10",XML_hd10},
+ {"password",XML_password},
+ {"idx",XML_idx},
+ {"toolbar",XML_toolbar},
+ {"sldId",XML_sldId},
+ {"txSp",XML_txSp},
+ {"animClr",XML_animClr},
{"base",XML_base},
- {"mc",XML_mc},
- {"backgroundRemoval",XML_backgroundRemoval},
+ {"rotationangle",XML_rotationangle},
+ {"acc",XML_acc},
{"dxa",XML_dxa},
+ {"dodecagon",XML_dodecagon},
+ {"query",XML_query},
+ {"detail",XML_detail},
+ {"deleteRows",XML_deleteRows},
{"prism",XML_prism},
- {"cakeSlice",XML_cakeSlice},
- {"embosscolor",XML_embosscolor},
- {"sortCondition",XML_sortCondition},
- {"chocolate",XML_chocolate},
- {"pct45",XML_pct45},
- {"default",XML_default},
- {"outerShdw",XML_outerShdw},
- {"cliptowrap",XML_cliptowrap},
+ {"ui1",XML_ui1},
+ {"thisYear",XML_thisYear},
+ {"dissolve",XML_dissolve},
+ {"lightlevel2",XML_lightlevel2},
+ {"Patent",XML_Patent},
+ {"control2",XML_control2},
+ {"ascending",XML_ascending},
+ {"ua",XML_ua},
+ {"textborder",XML_textborder},
+ {"grammar",XML_grammar},
+ {"indexed",XML_indexed},
{"backward",XML_backward},
- {"fc",XML_fc},
- {"indianRed",XML_indianRed},
- {"backdrop",XML_backdrop},
- {"highlight",XML_highlight},
- {"shdw13",XML_shdw13},
- {"thick",XML_thick},
- {"percentage",XML_percentage},
- {"smooth",XML_smooth},
- {"cwOut",XML_cwOut},
- {"containsErrors",XML_containsErrors},
+ {"lineTo",XML_lineTo},
+ {"spcAft",XML_spcAft},
+ {"bilevel",XML_bilevel},
+ {"high",XML_high},
+ {"concurrentManualCount",XML_concurrentManualCount},
{"sm",XML_sm},
- {"inkAnnotations",XML_inkAnnotations},
- {"sharpenSoften",XML_sharpenSoften},
- {"cornflowerBlue",XML_cornflowerBlue},
- {"evalError",XML_evalError},
- {"lock",XML_lock},
- {"phonetic",XML_phonetic},
- {"numRef",XML_numRef},
- {"fillok",XML_fillok},
- {"script",XML_script},
- {"adjusthandles",XML_adjusthandles},
{"hiddenRow",XML_hiddenRow},
- {"pieWedge",XML_pieWedge},
- {"proofErr",XML_proofErr},
- {"graphic",XML_graphic},
- {"odso",XML_odso},
- {"compatSetting",XML_compatSetting},
- {"spPr",XML_spPr},
- {"rgbColor",XML_rgbColor},
- {"rotationangle",XML_rotationangle},
- {"undo",XML_undo},
- {"pyra",XML_pyra},
- {"topRight",XML_topRight},
- {"ua",XML_ua},
- {"interSp",XML_interSp},
- {"url",XML_url},
- {"cellComments",XML_cellComments},
- {"pct15",XML_pct15},
+ {"sawtooth",XML_sawtooth},
{"canvas",XML_canvas},
- {"undone",XML_undone},
- {"bibliography",XML_bibliography},
- {"behaviors",XML_behaviors},
- {"preferRelativeResize",XML_preferRelativeResize},
- {"behavior",XML_behavior},
- {"dissolve",XML_dissolve},
- {"else",XML_else},
- {"cornsilk",XML_cornsilk},
- {"sectEnd",XML_sectEnd},
+ {"sortCondition",XML_sortCondition},
+ {"usb3",XML_usb3},
+ {"control1",XML_control1},
+ {"emboss",XML_emboss},
+ {"zoomContents",XML_zoomContents},
+ {"max",XML_max},
+ {"pctHeight",XML_pctHeight},
+ {"diagCross",XML_diagCross},
+ {"identifier",XML_identifier},
+ {"folHlink",XML_folHlink},
{"date1904",XML_date1904},
- {"sldRg",XML_sldRg},
- {"pct12",XML_pct12},
- {"password",XML_password},
+ {"stealth",XML_stealth},
+ {"yellow",XML_yellow},
+ {"v2",XML_v2},
+ {"mapId",XML_mapId},
+ {"tm",XML_tm},
+ {"tx1",XML_tx1},
+ {"fax",XML_fax},
+ {"rgb",XML_rgb},
+ {"VTEdit",XML_VTEdit},
+ {"srcId",XML_srcId},
+ {"packages",XML_packages},
+ {"lnSpc",XML_lnSpc},
+ {"Help",XML_Help},
+ {"chOrder",XML_chOrder},
+ {"Tag",XML_Tag},
+ {"undo",XML_undo},
+ {"dark1",XML_dark1},
+ {"default",XML_default},
+ {"adjusthandles",XML_adjusthandles},
+ {"document1",XML_document1},
+ {"else",XML_else},
+ {"buFont",XML_buFont},
+ {"deleteRow",XML_deleteRow},
+ {"undone",XML_undone},
+ {"colItems",XML_colItems},
+ {"endsWith",XML_endsWith},
+ {"checkered",XML_checkered},
{"Title",XML_Title},
- {"vml",XML_vml},
+ {"ltYellow",XML_ltYellow},
+ {"shadowedSquares",XML_shadowedSquares},
+ {"smooth",XML_smooth},
+ {"Q3",XML_Q3},
+ {"sharpenSoften",XML_sharpenSoften},
+ {"thick",XML_thick},
+ {"colormode",XML_colormode},
+ {"excl",XML_excl},
+ {"vietnameseCounting",XML_vietnameseCounting},
{"silver",XML_silver},
- {"toolbar",XML_toolbar},
- {"native",XML_native},
- {"dm",XML_dm},
- {"endCnv",XML_endCnv},
- {"rFont",XML_rFont},
- {"rFonts",XML_rFonts},
- {"repeatDur",XML_repeatDur},
- {"Composer",XML_Composer},
+ {"conveyor",XML_conveyor},
+ {"missingItemsLimit",XML_missingItemsLimit},
+ {"lock",XML_lock},
+ {"view",XML_view},
+ {"srgbClr",XML_srgbClr},
+ {"contentStatus",XML_contentStatus},
+ {"safari",XML_safari},
+ {"odso",XML_odso},
+ {"url",XML_url},
+ {"dgmstyle",XML_dgmstyle},
+ {"colormenu",XML_colormenu},
+ {"containsText",XML_containsText},
+ {"background",XML_background},
+ {"captionBetween",XML_captionBetween},
+ {"rank",XML_rank},
+ {"dllVersion",XML_dllVersion},
+ {"japan",XML_japan},
+ {"formula",XML_formula},
+ {"usb1",XML_usb1},
+ {"hebrew2",XML_hebrew2},
+ {"dkViolet",XML_dkViolet},
+ {"tcStyle",XML_tcStyle},
+ {"Q1",XML_Q1},
+ {"entry",XML_entry},
{"persistStreamInit",XML_persistStreamInit},
- {"bothSides",XML_bothSides},
- {"udl",XML_udl},
- {"scene3d",XML_scene3d},
- {"italic",XML_italic},
+ {"decorative",XML_decorative},
{"persistStorage",XML_persistStorage},
- {"variant",XML_variant},
- {"endsWith",XML_endsWith},
+ {"cornsilk",XML_cornsilk},
+ {"ySplit",XML_ySplit},
+ {"nc",XML_nc},
+ {"topRight",XML_topRight},
+ {"hebrew1",XML_hebrew1},
+ {"relIds",XML_relIds},
+ {"borderrightcolor",XML_borderrightcolor},
+ {"colormru",XML_colormru},
+ {"ccw",XML_ccw},
{"baseline",XML_baseline},
- {"dc",XML_dc},
- {"monospace",XML_monospace},
- {"usb3",XML_usb3},
+ {"spacingInWholePoints",XML_spacingInWholePoints},
+ {"tab",XML_tab},
+ {"users",XML_users},
+ {"saturation",XML_saturation},
+ {"user",XML_user},
+ {"effect",XML_effect},
+ {"bibliography",XML_bibliography},
+ {"cylinder",XML_cylinder},
+ {"dTable",XML_dTable},
+ {"parameters",XML_parameters},
+ {"parameter",XML_parameter},
+ {"circlesRectangles",XML_circlesRectangles},
{"immersive",XML_immersive},
- {"starsTop",XML_starsTop},
- {"currentDate",XML_currentDate},
- {"ordinal",XML_ordinal},
- {"safari",XML_safari},
- {"onPrev",XML_onPrev},
- {"bgPr",XML_bgPr},
- {"hyphen",XML_hyphen},
- {"undrawn",XML_undrawn},
+ {"tbls",XML_tbls},
+ {"variant",XML_variant},
+ {"dm",XML_dm},
+ {"characterSet",XML_characterSet},
+ {"triangle",XML_triangle},
+ {"em",XML_em},
+ {"triangles",XML_triangles},
+ {"today",XML_today},
{"orientationangle",XML_orientationangle},
- {"shdw11",XML_shdw11},
- {"Comments",XML_Comments},
- {"stealth",XML_stealth},
- {"ltYellow",XML_ltYellow},
- {"Center",XML_Center},
- {"spcCol",XML_spcCol},
- {"tm",XML_tm},
- {"Combo",XML_Combo},
{"chOff",XML_chOff},
- {"intraSp",XML_intraSp},
- {"general",XML_general},
- {"inactiveCaptionText",XML_inactiveCaptionText},
+ {"emph",XML_emph},
+ {"complex",XML_complex},
+ {"userZ",XML_userZ},
+ {"backdrop",XML_backdrop},
+ {"bothSides",XML_bothSides},
+ {"nonAsst",XML_nonAsst},
+ {"ui2",XML_ui2},
+ {"how",XML_how},
+ {"inkAnnotations",XML_inkAnnotations},
+ {"tomorrow",XML_tomorrow},
+ {"firstSubtotalColumn",XML_firstSubtotalColumn},
+ {"udl",XML_udl},
+ {"vc",XML_vc},
+ {"characteristic",XML_characteristic},
+ {"sldView",XML_sldView},
+ {"difference",XML_difference},
+ {"background1",XML_background1},
+ {"highlight",XML_highlight},
{"distance",XML_distance},
- {"saturation",XML_saturation},
- {"tc",XML_tc},
- {"email",XML_email},
- {"intermediate",XML_intermediate},
- {"linDir",XML_linDir},
- {"bCtr",XML_bCtr},
- {"effect",XML_effect},
- {"trPr",XML_trPr},
+ {"prev",XML_prev},
+ {"data",XML_data},
+ {"grav",XML_grav},
+ {"hexagon",XML_hexagon},
+ {"minAng",XML_minAng},
+ {"numRef",XML_numRef},
+ {"monospace",XML_monospace},
+ {"random",XML_random},
+ {"skyrocket",XML_skyrocket},
+ {"inactiveCaptionText",XML_inactiveCaptionText},
+ {"array",XML_array},
+ {"vml",XML_vml},
+ {"preferRelativeResize",XML_preferRelativeResize},
+ {"mcs",XML_mcs},
+ {"backgroundRemoval",XML_backgroundRemoval},
{"vanish",XML_vanish},
- {"new",XML_new},
- {"paperSrc",XML_paperSrc},
- {"ZX",XML_ZX},
- {"rCtr",XML_rCtr},
- {"inactiveCaption",XML_inactiveCaption},
- {"tailEnd",XML_tailEnd},
- {"y",XML_y},
- {"Content",XML_Content},
- {"background1",XML_background1},
- {"entry",XML_entry},
- {"view",XML_view},
+ {"hyphen",XML_hyphen},
+ {"relId",XML_relId},
+ {"obj",XML_obj},
+ {"bCtr",XML_bCtr},
+ {"numId",XML_numId},
{"Type",XML_Type},
+ {"tx2",XML_tx2},
+ {"textWave4",XML_textWave4},
{"Types",XML_Types},
- {"Q3",XML_Q3},
- {"dgmbasetextscale",XML_dgmbasetextscale},
- {"ui1",XML_ui1},
- {"formula",XML_formula},
- {"rtlCol",XML_rtlCol},
- {"numCol",XML_numCol},
- {"borderbottomcolor",XML_borderbottomcolor},
- {"tab",XML_tab},
- {"dkEdge",XML_dkEdge},
- {"random",XML_random},
- {"em",XML_em},
- {"Compiler",XML_Compiler},
- {"difference",XML_difference},
- {"saddleBrown",XML_saddleBrown},
- {"emph",XML_emph},
- {"excl",XML_excl},
- {"localSheetId",XML_localSheetId},
- {"endChr",XML_endChr},
- {"tbls",XML_tbls},
- {"orgChart",XML_orgChart},
- {"ellipsis",XML_ellipsis},
- {"parentSet",XML_parentSet},
+ {"colId",XML_colId},
{"fullScrn",XML_fullScrn},
- {"intVal",XML_intVal},
- {"subSp",XML_subSp},
- {"noRot",XML_noRot},
- {"back",XML_back},
- {"anchorId",XML_anchorId},
- {"rcc",XML_rcc},
- {"nothing",XML_nothing},
- {"conveyor",XML_conveyor},
- {"enableDrill",XML_enableDrill},
- {"subSup",XML_subSup},
- {"fltVal",XML_fltVal},
- {"dbl",XML_dbl},
- {"chPref",XML_chPref},
- {"bubbleScale",XML_bubbleScale},
- {"japan",XML_japan},
- {"data",XML_data},
- {"bldChart",XML_bldChart},
- {"users",XML_users},
- {"user",XML_user},
- {"sibSp",XML_sibSp},
- {"characterSet",XML_characterSet},
- {"description",XML_description},
- {"eachSect",XML_eachSect},
- {"acc",XML_acc},
- {"sawtooth",XML_sawtooth},
- {"Requires",XML_Requires},
- {"strokeok",XML_strokeok},
- {"longText",XML_longText},
- {"fldChar",XML_fldChar},
- {"circlesRectangles",XML_circlesRectangles},
+ {"outlineView",XML_outlineView},
+ {"compatSetting",XML_compatSetting},
+ {"paperSrc",XML_paperSrc},
+ {"userY",XML_userY},
+ {"inactiveCaption",XML_inactiveCaption},
+ {"skw",XML_skw},
+ {"rCtr",XML_rCtr},
+ {"firstSubtotalRow",XML_firstSubtotalRow},
+ {"sldAll",XML_sldAll},
+ {"singleXmlCells",XML_singleXmlCells},
+ {"tblpY",XML_tblpY},
{"preserveSortFilterLayout",XML_preserveSortFilterLayout},
- {"olapFunctions",XML_olapFunctions},
- {"intercept",XML_intercept},
+ {"stElem",XML_stElem},
+ {"tcW",XML_tcW},
+ {"embosscolor",XML_embosscolor},
{"tbl",XML_tbl},
- {"Rect",XML_Rect},
- {"cstheme",XML_cstheme},
- {"obj",XML_obj},
- {"complex",XML_complex},
- {"dgmlayoutmru",XML_dgmlayoutmru},
- {"gradientCenter",XML_gradientCenter},
- {"marRight",XML_marRight},
- {"stdDev",XML_stdDev},
- {"noFill",XML_noFill},
- {"shortdashdot",XML_shortdashdot},
- {"shortdashdotdot",XML_shortdashdotdot},
- {"firstTotalCell",XML_firstTotalCell},
- {"Q1",XML_Q1},
- {"dark1",XML_dark1},
- {"prev",XML_prev},
- {"gapWidth",XML_gapWidth},
- {"subscript",XML_subscript},
- {"borderrightcolor",XML_borderrightcolor},
- {"grav",XML_grav},
- {"skew",XML_skew},
- {"tabColor",XML_tabColor},
+ {"localSheetId",XML_localSheetId},
+ {"ext",XML_ext},
+ {"forcedash",XML_forcedash},
+ {"gYear",XML_gYear},
{"hps",XML_hps},
+ {"ordinal",XML_ordinal},
+ {"cellComments",XML_cellComments},
+ {"saddleBrown",XML_saddleBrown},
+ {"cstheme",XML_cstheme},
+ {"light2",XML_light2},
+ {"intermediate",XML_intermediate},
+ {"rotationcenter",XML_rotationcenter},
+ {"cakeSlice",XML_cakeSlice},
+ {"email",XML_email},
+ {"starsTop",XML_starsTop},
+ {"yearShort",XML_yearShort},
{"vertStripe",XML_vertStripe},
- {"delimiter",XML_delimiter},
- {"formula2",XML_formula2},
+ {"parentSet",XML_parentSet},
{"targetScreenSize",XML_targetScreenSize},
- {"backgroundRefresh",XML_backgroundRefresh},
- {"ySplit",XML_ySplit},
- {"nc",XML_nc},
- {"hlink",XML_hlink},
- {"oldDescription",XML_oldDescription},
- {"perspectiveContrastingLeftFacing",XML_perspectiveContrastingLeftFacing},
- {"perspectiveContrastingRightFacing",XML_perspectiveContrastingRightFacing},
- {"firstSubtotalColumn",XML_firstSubtotalColumn},
- {"userZ",XML_userZ},
- {"tx1",XML_tx1},
- {"tCtr",XML_tCtr},
- {"Button",XML_Button},
- {"family",XML_family},
- {"triangle",XML_triangle},
- {"sldImg",XML_sldImg},
- {"triangles",XML_triangles},
- {"headerSource",XML_headerSource},
- {"selection",XML_selection},
- {"dropCap",XML_dropCap},
- {"magenta",XML_magenta},
- {"dvAspect",XML_dvAspect},
- {"regrouptable",XML_regrouptable},
- {"outlineView",XML_outlineView},
- {"minDate",XML_minDate},
+ {"shortdashdot",XML_shortdashdot},
+ {"shortdashdotdot",XML_shortdashdotdot},
{"catalog",XML_catalog},
- {"gramEnd",XML_gramEnd},
- {"Report",XML_Report},
- {"document1",XML_document1},
+ {"dgmbasetextscale",XML_dgmbasetextscale},
{"stripedRightArrow",XML_stripedRightArrow},
- {"attribute",XML_attribute},
- {"Reporter",XML_Reporter},
- {"handmade2",XML_handmade2},
- {"contextualSpacing",XML_contextualSpacing},
- {"burlyWood",XML_burlyWood},
+ {"back",XML_back},
+ {"general",XML_general},
+ {"VScroll",XML_VScroll},
+ {"verb",XML_verb},
+ {"description",XML_description},
+ {"accent2",XML_accent2},
+ {"tCtr",XML_tCtr},
+ {"verticies",XML_verticies},
+ {"skew",XML_skew},
+ {"native",XML_native},
+ {"bendPt",XML_bendPt},
+ {"longText",XML_longText},
+ {"postSp",XML_postSp},
+ {"earth2",XML_earth2},
+ {"oleItems",XML_oleItems},
+ {"pPos",XML_pPos},
+ {"fillok",XML_fillok},
+ {"ltSalmon",XML_ltSalmon},
+ {"intercept",XML_intercept},
{"presentationText",XML_presentationText},
{"presentationPr",XML_presentationPr},
- {"usb1",XML_usb1},
- {"fullwidthKatakana",XML_fullwidthKatakana},
- {"endSnd",XML_endSnd},
- {"calculatedMembers",XML_calculatedMembers},
- {"firstFooter",XML_firstFooter},
- {"calculatedItems",XML_calculatedItems},
- {"calculatedMember",XML_calculatedMember},
- {"yellow",XML_yellow},
- {"formula1",XML_formula1},
- {"cellWatches",XML_cellWatches},
- {"postSp",XML_postSp},
- {"parameters",XML_parameters},
- {"parameter",XML_parameter},
- {"position",XML_position},
- {"sdtContent",XML_sdtContent},
- {"audioCd",XML_audioCd},
- {"clientInsertedTime",XML_clientInsertedTime},
- {"rSpRule",XML_rSpRule},
+ {"lightning1",XML_lightning1},
+ {"textCircle",XML_textCircle},
+ {"accent1",XML_accent1},
+ {"attribute",XML_attribute},
+ {"usb0",XML_usb0},
+ {"M4",XML_M4},
+ {"shdw2",XML_shdw2},
+ {"interSp",XML_interSp},
+ {"textCirclePour",XML_textCirclePour},
+ {"screen4x3",XML_screen4x3},
{"presentation",XML_presentation},
+ {"usb2",XML_usb2},
+ {"M9",XML_M9},
+ {"position",XML_position},
{"presentationAccent",XML_presentationAccent},
- {"delimited",XML_delimited},
- {"headEnd",XML_headEnd},
- {"tomorrow",XML_tomorrow},
- {"changesSavedWin",XML_changesSavedWin},
- {"addressBook",XML_addressBook},
- {"paleTurquoise",XML_paleTurquoise},
- {"stPos",XML_stPos},
- {"nvPr",XML_nvPr},
- {"calculatedColumn",XML_calculatedColumn},
- {"interactiveSeq",XML_interactiveSeq},
- {"ganada",XML_ganada},
- {"holly",XML_holly},
+ {"indianRed",XML_indianRed},
+ {"singleXmlCell",XML_singleXmlCell},
+ {"subscript",XML_subscript},
+ {"sldRg",XML_sldRg},
+ {"push",XML_push},
+ {"funcPr",XML_funcPr},
+ {"M7",XML_M7},
+ {"burlyWood",XML_burlyWood},
{"menuText",XML_menuText},
- {"backgroundQuery",XML_backgroundQuery},
- {"forcedash",XML_forcedash},
- {"lightning1",XML_lightning1},
- {"calculated",XML_calculated},
+ {"framePr",XML_framePr},
+ {"marRight",XML_marRight},
+ {"Min",XML_Min},
+ {"intraSp",XML_intraSp},
+ {"eachSect",XML_eachSect},
+ {"dbl",XML_dbl},
+ {"grpId",XML_grpId},
+ {"firstTotalCell",XML_firstTotalCell},
+ {"permStart",XML_permStart},
+ {"gradientCenter",XML_gradientCenter},
{"action",XML_action},
- {"formFld",XML_formFld},
+ {"hc",XML_hc},
+ {"pPr",XML_pPr},
{"active",XML_active},
- {"chartX",XML_chartX},
- {"inside",XML_inside},
- {"colorsDef",XML_colorsDef},
- {"seek",XML_seek},
- {"endChars",XML_endChars},
- {"perspectiveFront",XML_perspectiveFront},
- {"coolSlant",XML_coolSlant},
- {"ext",XML_ext},
- {"lightface",XML_lightface},
- {"hrstd",XML_hrstd},
- {"fmtid",XML_fmtid},
- {"stAng",XML_stAng},
- {"Caption",XML_Caption},
- {"Cancel",XML_Cancel},
- {"verb",XML_verb},
- {"dxf",XML_dxf},
- {"dxfs",XML_dxfs},
- {"sdtContentLocked",XML_sdtContentLocked},
- {"array",XML_array},
- {"today",XML_today},
- {"onNext",XML_onNext},
- {"clsid",XML_clsid},
- {"snowflakes",XML_snowflakes},
- {"candyCorn",XML_candyCorn},
- {"frameSlides",XML_frameSlides},
- {"calendar",XML_calendar},
- {"dllVersion",XML_dllVersion},
- {"noArr",XML_noArr},
- {"groupChr",XML_groupChr},
- {"enforcement",XML_enforcement},
- {"colorTemp",XML_colorTemp},
- {"vstream",XML_vstream},
+ {"nothing",XML_nothing},
{"fillcolor",XML_fillcolor},
- {"rowItems",XML_rowItems},
- {"backdepth",XML_backdepth},
- {"hiddenButton",XML_hiddenButton},
- {"bldStep",XML_bldStep},
- {"how",XML_how},
- {"secondRowStripe",XML_secondRowStripe},
- {"sharedItems",XML_sharedItems},
- {"reflection",XML_reflection},
- {"buClr",XML_buClr},
- {"skyrocket",XML_skyrocket},
- {"firstSubtotalRow",XML_firstSubtotalRow},
- {"push",XML_push},
- {"shortdash",XML_shortdash},
- {"oleicon",XML_oleicon},
- {"spellEnd",XML_spellEnd},
- {"starsShadowed",XML_starsShadowed},
- {"characteristic",XML_characteristic},
- {"dkRed",XML_dkRed},
- {"numSld",XML_numSld},
- {"permStart",XML_permStart},
- {"btnHighlight",XML_btnHighlight},
- {"cxnId",XML_cxnId},
- {"barDir",XML_barDir},
- {"folHlink",XML_folHlink},
- {"resId",XML_resId},
- {"mcs",XML_mcs},
- {"vm",XML_vm},
- {"noProof",XML_noProof},
- {"fHdr",XML_fHdr},
- {"assign",XML_assign},
- {"skw",XML_skw},
- {"Bitmap",XML_Bitmap},
- {"Volume",XML_Volume},
- {"authorId",XML_authorId},
- {"namespaceuri",XML_namespaceuri},
- {"empty",XML_empty},
- {"lightTrellis",XML_lightTrellis},
- {"measureGroups",XML_measureGroups},
- {"doNotSuppressIndentation",XML_doNotSuppressIndentation},
- {"minorFont",XML_minorFont},
- {"vc",XML_vc},
- {"tcW",XML_tcW},
- {"skipTimed",XML_skipTimed},
+ {"zeroWid",XML_zeroWid},
{"chevron",XML_chevron},
- {"contourW",XML_contourW},
- {"barChart",XML_barChart},
- {"lnT",XML_lnT},
- {"bendPt",XML_bendPt},
- {"showComments",XML_showComments},
- {"yearShort",XML_yearShort},
- {"pPos",XML_pPos},
- {"errDir",XML_errDir},
- {"measureGroup",XML_measureGroup},
- {"minSupportedVersion",XML_minSupportedVersion},
- {"M9",XML_M9},
- {"doNotSuppressBlankLines",XML_doNotSuppressBlankLines},
- {"suppressTopSpacing",XML_suppressTopSpacing},
- {"centerGroup",XML_centerGroup},
- {"chAlign",XML_chAlign},
- {"showError",XML_showError},
- {"expression",XML_expression},
- {"verticies",XML_verticies},
+ {"selection",XML_selection},
+ {"rPr",XML_rPr},
+ {"shortdash",XML_shortdash},
+ {"sorterViewPr",XML_sorterViewPr},
+ {"nextYear",XML_nextYear},
+ {"desc",XML_desc},
+ {"mPr",XML_mPr},
{"just",XML_just},
- {"oddFooter",XML_oddFooter},
- {"stream",XML_stream},
- {"wsp",XML_wsp},
- {"Edit",XML_Edit},
- {"thirdSubtotalColumn",XML_thirdSubtotalColumn},
- {"wrap",XML_wrap},
- {"userhidden",XML_userhidden},
- {"gainsboro",XML_gainsboro},
- {"fmtId",XML_fmtId},
- {"dkTurquoise",XML_dkTurquoise},
- {"lrTb",XML_lrTb},
- {"count",XML_count},
- {"wp",XML_wp},
- {"chartStar",XML_chartStar},
- {"funcPr",XML_funcPr},
- {"Editor",XML_Editor},
- {"numStart",XML_numStart},
- {"balloons3Colors",XML_balloons3Colors},
- {"fmla",XML_fmla},
+ {"noRot",XML_noRot},
+ {"ganada",XML_ganada},
+ {"expression",XML_expression},
{"overflow",XML_overflow},
- {"framePr",XML_framePr},
- {"Min",XML_Min},
- {"sorterViewPr",XML_sorterViewPr},
+ {"textChevron",XML_textChevron},
+ {"reflection",XML_reflection},
+ {"backgroundRefresh",XML_backgroundRefresh},
+ {"ctrlPr",XML_ctrlPr},
+ {"fPr",XML_fPr},
+ {"olapPr",XML_olapPr},
+ {"userhidden",XML_userhidden},
+ {"constrLst",XML_constrLst},
+ {"ocx",XML_ocx},
+ {"color2",XML_color2},
+ {"vstream",XML_vstream},
+ {"thirdSubtotalColumn",XML_thirdSubtotalColumn},
+ {"snowflakes",XML_snowflakes},
+ {"dgmlayoutmru",XML_dgmlayoutmru},
+ {"onNext",XML_onNext},
+ {"octagon",XML_octagon},
+ {"magenta",XML_magenta},
+ {"regrouptable",XML_regrouptable},
+ {"ellipsis",XML_ellipsis},
+ {"coolSlant",XML_coolSlant},
+ {"nonIsoscelesTrapezoid",XML_nonIsoscelesTrapezoid},
+ {"papayaWhip",XML_papayaWhip},
+ {"pyramids",XML_pyramids},
+ {"textpathok",XML_textpathok},
+ {"empty",XML_empty},
+ {"M8",XML_M8},
{"explosion",XML_explosion},
+ {"groupChr",XML_groupChr},
+ {"dxf",XML_dxf},
+ {"contextualSpacing",XML_contextualSpacing},
+ {"enforcement",XML_enforcement},
+ {"dxfs",XML_dxfs},
+ {"family",XML_family},
+ {"vm",XML_vm},
{"parallel",XML_parallel},
- {"cornerTriangles",XML_cornerTriangles},
- {"smtId",XML_smtId},
- {"M7",XML_M7},
- {"bottom",XML_bottom},
- {"hindiConsonants",XML_hindiConsonants},
- {"captionBeginsWith",XML_captionBeginsWith},
- {"win",XML_win},
- {"fontColor",XML_fontColor},
+ {"footnotePr",XML_footnotePr},
+ {"lightface",XML_lightface},
+ {"inside",XML_inside},
+ {"formProt",XML_formProt},
+ {"hex",XML_hex},
+ {"oleicon",XML_oleicon},
+ {"jc",XML_jc},
+ {"thirdSubtotalRow",XML_thirdSubtotalRow},
+ {"balanced",XML_balanced},
+ {"strokeok",XML_strokeok},
+ {"Middle",XML_Middle},
{"extent",XML_extent},
- {"endDate",XML_endDate},
- {"hindiCounting",XML_hindiCounting},
- {"combineBrackets",XML_combineBrackets},
- {"confettiWhite",XML_confettiWhite},
- {"oleItem",XML_oleItem},
- {"wedge",XML_wedge},
- {"notchedRightArrow",XML_notchedRightArrow},
- {"handoutView",XML_handoutView},
- {"stdDevp",XML_stdDevp},
- {"bgClr",XML_bgClr},
- {"overhead",XML_overhead},
- {"blur",XML_blur},
- {"swAng",XML_swAng},
+ {"headerSource",XML_headerSource},
+ {"nextTo",XML_nextTo},
+ {"perspectiveContrastingLeftFacing",XML_perspectiveContrastingLeftFacing},
+ {"perspectiveContrastingRightFacing",XML_perspectiveContrastingRightFacing},
{"bentConnector4",XML_bentConnector4},
- {"olapPr",XML_olapPr},
- {"wd",XML_wd},
- {"rotationcenter",XML_rotationcenter},
- {"4picTitle",XML_4picTitle},
- {"charSpace",XML_charSpace},
- {"plus",XML_plus},
- {"balanced",XML_balanced},
- {"flowersDaisies",XML_flowersDaisies},
+ {"commentList",XML_commentList},
+ {"lnSpCh",XML_lnSpCh},
+ {"hrstd",XML_hrstd},
+ {"handouts2",XML_handouts2},
+ {"M5",XML_M5},
+ {"object",XML_object},
+ {"objects",XML_objects},
+ {"gdRefY",XML_gdRefY},
+ {"ddeItems",XML_ddeItems},
{"sortState",XML_sortState},
- {"cellWatch",XML_cellWatch},
- {"preSp",XML_preSp},
- {"bentConnector5",XML_bentConnector5},
- {"hc",XML_hc},
- {"wd8",XML_wd8},
- {"grpSp",XML_grpSp},
- {"M4",XML_M4},
- {"desc",XML_desc},
- {"M8",XML_M8},
+ {"seek",XML_seek},
{"crossStitch",XML_crossStitch},
- {"clrChange",XML_clrChange},
- {"bentConnector2",XML_bentConnector2},
- {"wd4",XML_wd4},
- {"1picTitle",XML_1picTitle},
- {"Edition",XML_Edition},
+ {"chartStar",XML_chartStar},
+ {"backgroundQuery",XML_backgroundQuery},
+ {"shdw12",XML_shdw12},
+ {"cellWatches",XML_cellWatches},
+ {"calculatedMembers",XML_calculatedMembers},
+ {"calculatedItems",XML_calculatedItems},
+ {"calculatedMember",XML_calculatedMember},
+ {"fmla",XML_fmla},
+ {"gainsboro",XML_gainsboro},
+ {"connectlocs",XML_connectlocs},
+ {"candyCorn",XML_candyCorn},
+ {"custom4",XML_custom4},
+ {"stream",XML_stream},
+ {"continuationNotice",XML_continuationNotice},
+ {"spPr",XML_spPr},
+ {"pyramid",XML_pyramid},
+ {"beginsWith",XML_beginsWith},
+ {"vertJc",XML_vertJc},
+ {"bottom",XML_bottom},
+ {"phantPr",XML_phantPr},
+ {"rSpRule",XML_rSpRule},
+ {"trPr",XML_trPr},
+ {"confettiWhite",XML_confettiWhite},
+ {"clsid",XML_clsid},
{"scenarios",XML_scenarios},
- {"fgClr",XML_fgClr},
- {"fillFormulas",XML_fillFormulas},
- {"wd5",XML_wd5},
- {"viewpoint",XML_viewpoint},
+ {"connectangles",XML_connectangles},
{"scenario",XML_scenario},
- {"round",XML_round},
- {"2picTitle",XML_2picTitle},
- {"colorTemperature",XML_colorTemperature},
- {"contentType",XML_contentType},
- {"dashdot",XML_dashdot},
- {"iscomment",XML_iscomment},
- {"cantSplit",XML_cantSplit},
- {"ignoredErrors",XML_ignoredErrors},
- {"M5",XML_M5},
- {"ignoredError",XML_ignoredError},
- {"imageaspect",XML_imageaspect},
- {"roundrect",XML_roundrect},
- {"ccw",XML_ccw},
- {"recommended",XML_recommended},
- {"extend",XML_extend},
+ {"userJ",XML_userJ},
+ {"calculatedColumn",XML_calculatedColumn},
+ {"holly",XML_holly},
+ {"textdata",XML_textdata},
+ {"backdepth",XML_backdepth},
+ {"conformance",XML_conformance},
+ {"Map",XML_Map},
+ {"imgW",XML_imgW},
+ {"frameSlides",XML_frameSlides},
+ {"delimiter",XML_delimiter},
+ {"peopleWaving",XML_peopleWaving},
+ {"showComments",XML_showComments},
+ {"endarrow",XML_endarrow},
+ {"bentConnector5",XML_bentConnector5},
+ {"textWave1",XML_textWave1},
+ {"overhead",XML_overhead},
+ {"rangePr",XML_rangePr},
+ {"background2",XML_background2},
+ {"starsShadowed",XML_starsShadowed},
+ {"bubbleScale",XML_bubbleScale},
+ {"dPr",XML_dPr},
+ {"assign",XML_assign},
+ {"M10",XML_M10},
+ {"crashSave",XML_crashSave},
+ {"changesSavedWin",XML_changesSavedWin},
+ {"fmtid",XML_fmtid},
+ {"handoutView",XML_handoutView},
+ {"tblHeader",XML_tblHeader},
+ {"onPrev",XML_onPrev},
+ {"distribute",XML_distribute},
+ {"notchedRightArrow",XML_notchedRightArrow},
+ {"distributeLetter",XML_distributeLetter},
+ {"custom3",XML_custom3},
+ {"charSpace",XML_charSpace},
+ {"calculated",XML_calculated},
+ {"distributeSpace",XML_distributeSpace},
+ {"secondRowStripe",XML_secondRowStripe},
+ {"dropCap",XML_dropCap},
+ {"hlink",XML_hlink},
+ {"legacyIndent",XML_legacyIndent},
+ {"formula2",XML_formula2},
+ {"fontScheme",XML_fontScheme},
+ {"hiddenButton",XML_hiddenButton},
+ {"maxAng",XML_maxAng},
+ {"calendar",XML_calendar},
+ {"rFont",XML_rFont},
+ {"rFonts",XML_rFonts},
+ {"Composer",XML_Composer},
+ {"parsePre",XML_parsePre},
+ {"sectPr",XML_sectPr},
+ {"txStyles",XML_txStyles},
+ {"1picTitle",XML_1picTitle},
+ {"aspectratio",XML_aspectratio},
+ {"Requires",XML_Requires},
+ {"formula1",XML_formula1},
+ {"M3",XML_M3},
{"thisWeek",XML_thisWeek},
- {"Middle",XML_Middle},
- {"tabSelected",XML_tabSelected},
- {"object",XML_object},
- {"dashed",XML_dashed},
- {"objects",XML_objects},
- {"singleSignOnId",XML_singleSignOnId},
- {"M2",XML_M2},
- {"screen4x3",XML_screen4x3},
- {"integrated",XML_integrated},
- {"medium",XML_medium},
- {"footnotePr",XML_footnotePr},
- {"wd2",XML_wd2},
- {"eqArr",XML_eqArr},
- {"dodgerBlue",XML_dodgerBlue},
- {"canSlip",XML_canSlip},
- {"proofState",XML_proofState},
- {"custom4",XML_custom4},
- {"Right",XML_Right},
- {"promptTitle",XML_promptTitle},
- {"autoEnd",XML_autoEnd},
- {"oldComment",XML_oldComment},
- {"calcCompleted",XML_calcCompleted},
- {"isPhoto",XML_isPhoto},
- {"lemonChiffon",XML_lemonChiffon},
- {"oldFunction",XML_oldFunction},
- {"wgp",XML_wgp},
- {"descending",XML_descending},
{"original",XML_original},
- {"ddeItem",XML_ddeItem},
- {"autorotationcenter",XML_autorotationcenter},
- {"clustered",XML_clustered},
- {"marqueeToothed",XML_marqueeToothed},
- {"octagon",XML_octagon},
- {"pPr",XML_pPr},
- {"phClr",XML_phClr},
- {"thirdSubtotalRow",XML_thirdSubtotalRow},
- {"viewpointorigin",XML_viewpointorigin},
- {"majorFont",XML_majorFont},
- {"w",XML_w},
- {"connectString",XML_connectString},
- {"wipe",XML_wipe},
- {"asteriskTotals",XML_asteriskTotals},
- {"rPr",XML_rPr},
+ {"viewpoint",XML_viewpoint},
+ {"bentConnector3",XML_bentConnector3},
+ {"4picTitle",XML_4picTitle},
+ {"personal",XML_personal},
+ {"imageaspect",XML_imageaspect},
{"insertRows",XML_insertRows},
+ {"sPre",XML_sPre},
+ {"fontColor",XML_fontColor},
+ {"Comments",XML_Comments},
+ {"paleTurquoise",XML_paleTurquoise},
+ {"rowItems",XML_rowItems},
+ {"pictureOptions",XML_pictureOptions},
+ {"semicolon",XML_semicolon},
+ {"bgPr",XML_bgPr},
+ {"Center",XML_Center},
+ {"audioCd",XML_audioCd},
+ {"exclusive",XML_exclusive},
+ {"lockWindows",XML_lockWindows},
+ {"colHeaderCaption",XML_colHeaderCaption},
+ {"addressBook",XML_addressBook},
+ {"extend",XML_extend},
+ {"connectString",XML_connectString},
+ {"chPref",XML_chPref},
+ {"textPr",XML_textPr},
+ {"srcRect",XML_srcRect},
+ {"M1",XML_M1},
+ {"srcNode",XML_srcNode},
+ {"linDir",XML_linDir},
+ {"rMargin",XML_rMargin},
+ {"lMargin",XML_lMargin},
{"delay",XML_delay},
- {"masterRel",XML_masterRel},
- {"connectangles",XML_connectangles},
- {"mPr",XML_mPr},
- {"words",XML_words},
- {"uniqueId",XML_uniqueId},
- {"softEdge",XML_softEdge},
- {"doNotSuppressParagraphBorders",XML_doNotSuppressParagraphBorders},
- {"pyramids",XML_pyramids},
- {"ctrlPr",XML_ctrlPr},
+ {"circlesLines",XML_circlesLines},
+ {"dashdot",XML_dashdot},
+ {"readingOrder",XML_readingOrder},
{"insetmode",XML_insetmode},
- {"wide",XML_wide},
- {"fPr",XML_fPr},
- {"caseSensitive",XML_caseSensitive},
- {"blue",XML_blue},
- {"applyFont",XML_applyFont},
- {"crashSave",XML_crashSave},
- {"radiusrange",XML_radiusrange},
- {"outlineData",XML_outlineData},
- {"fontScheme",XML_fontScheme},
- {"PeriodicalTitle",XML_PeriodicalTitle},
- {"dateTime",XML_dateTime},
- {"wd32",XML_wd32},
- {"marW",XML_marW},
- {"semicolon",XML_semicolon},
- {"aspectratio",XML_aspectratio},
- {"bandCol",XML_bandCol},
- {"hslClr",XML_hslClr},
- {"wpg",XML_wpg},
- {"aiueo",XML_aiueo},
- {"Map",XML_Map},
- {"continuationNotice",XML_continuationNotice},
- {"mergeCells",XML_mergeCells},
- {"rowHidden",XML_rowHidden},
- {"wd6",XML_wd6},
- {"percentStacked",XML_percentStacked},
- {"animEffect",XML_animEffect},
- {"pyramid",XML_pyramid},
- {"pieChart",XML_pieChart},
- {"bendDist",XML_bendDist},
- {"intensity",XML_intensity},
- {"refreshError",XML_refreshError},
+ {"distributed",XML_distributed},
+ {"Content",XML_Content},
+ {"namespaceuri",XML_namespaceuri},
{"PictScreen",XML_PictScreen},
- {"rangePr",XML_rangePr},
- {"txSp",XML_txSp},
- {"formProt",XML_formProt},
- {"vertCompress",XML_vertCompress},
- {"inlineStr",XML_inlineStr},
- {"double",XML_double},
- {"phantPr",XML_phantPr},
- {"whole",XML_whole},
+ {"translucentPowder",XML_translucentPowder},
+ {"unknownRelationship",XML_unknownRelationship},
+ {"customXml",XML_customXml},
+ {"lightTrellis",XML_lightTrellis},
+ {"stylisticSets",XML_stylisticSets},
+ {"colorTemp",XML_colorTemp},
+ {"viewpointorigin",XML_viewpointorigin},
+ {"bx",XML_bx},
+ {"handmade1",XML_handmade1},
+ {"2picTitle",XML_2picTitle},
+ {"Rect",XML_Rect},
+ {"captionBeginsWith",XML_captionBeginsWith},
+ {"medium",XML_medium},
+ {"Combo",XML_Combo},
+ {"cx",XML_cx},
+ {"antiqueWhite",XML_antiqueWhite},
+ {"balloons3Colors",XML_balloons3Colors},
+ {"suppressTopSpacing",XML_suppressTopSpacing},
+ {"insertRow",XML_insertRow},
+ {"lockrotationcenter",XML_lockrotationcenter},
+ {"cryptProviderType",XML_cryptProviderType},
+ {"cellWatch",XML_cellWatch},
+ {"iscomment",XML_iscomment},
+ {"cryptProvider",XML_cryptProvider},
+ {"cryptProviderTypeExt",XML_cryptProviderTypeExt},
{"fuchsia",XML_fuchsia},
+ {"temporary",XML_temporary},
+ {"borderbottom",XML_borderbottom},
+ {"cantSplit",XML_cantSplit},
+ {"masterRel",XML_masterRel},
{"dcterms",XML_dcterms},
+ {"kx",XML_kx},
+ {"custom5",XML_custom5},
+ {"matchSrc",XML_matchSrc},
+ {"proofState",XML_proofState},
+ {"interactiveSeq",XML_interactiveSeq},
+ {"M6",XML_M6},
+ {"delimited",XML_delimited},
+ {"caseSensitive",XML_caseSensitive},
+ {"always",XML_always},
+ {"autorotationcenter",XML_autorotationcenter},
+ {"mergeCells",XML_mergeCells},
+ {"dashed",XML_dashed},
+ {"Compiler",XML_Compiler},
+ {"subSp",XML_subSp},
+ {"pct62",XML_pct62},
+ {"upright",XML_upright},
+ {"hindiConsonants",XML_hindiConsonants},
+ {"subSup",XML_subSup},
+ {"lockStructure",XML_lockStructure},
+ {"sx",XML_sx},
+ {"dash",XML_dash},
+ {"skipTimed",XML_skipTimed},
+ {"Month",XML_Month},
+ {"localConnection",XML_localConnection},
+ {"containsMixedTypes",XML_containsMixedTypes},
+ {"peachPuff",XML_peachPuff},
+ {"sibSp",XML_sibSp},
+ {"formulaRange",XML_formulaRange},
+ {"userX",XML_userX},
+ {"descending",XML_descending},
+ {"tx",XML_tx},
{"firstCol",XML_firstCol},
- {"personal",XML_personal},
- {"sngStrike",XML_sngStrike},
- {"connDist",XML_connDist},
- {"refersTo",XML_refersTo},
- {"showEnvelope",XML_showEnvelope},
- {"commandType",XML_commandType},
+ {"firstFooter",XML_firstFooter},
+ {"singleLevel",XML_singleLevel},
+ {"tblpX",XML_tblpX},
+ {"cacheSource",XML_cacheSource},
+ {"dodgerBlue",XML_dodgerBlue},
+ {"bMarg",XML_bMarg},
+ {"dkRed",XML_dkRed},
+ {"userSet",XML_userSet},
+ {"stdDev",XML_stdDev},
+ {"ax",XML_ax},
+ {"legacy",XML_legacy},
+ {"defaultRowHeight",XML_defaultRowHeight},
+ {"endarrowwidth",XML_endarrowwidth},
+ {"recommended",XML_recommended},
+ {"rMarg",XML_rMarg},
+ {"lMarg",XML_lMarg},
{"effectRef",XML_effectRef},
- {"srcRect",XML_srcRect},
- {"tmFilter",XML_tmFilter},
- {"btnShadow",XML_btnShadow},
- {"inputCells",XML_inputCells},
- {"distribute",XML_distribute},
- {"doNotCompress",XML_doNotCompress},
- {"jc",XML_jc},
- {"matchSrc",XML_matchSrc},
- {"distributeLetter",XML_distributeLetter},
- {"shortcutKey",XML_shortcutKey},
- {"singleXmlCells",XML_singleXmlCells},
- {"bentConnector3",XML_bentConnector3},
- {"brkBin",XML_brkBin},
+ {"rotWithShape",XML_rotWithShape},
+ {"hindiCounting",XML_hindiCounting},
+ {"greenYellow",XML_greenYellow},
+ {"combineBrackets",XML_combineBrackets},
+ {"createdVersion",XML_createdVersion},
{"diagonal",XML_diagonal},
- {"forestGreen",XML_forestGreen},
- {"custom5",XML_custom5},
- {"dcmitype",XML_dcmitype},
- {"lockWindows",XML_lockWindows},
- {"conformance",XML_conformance},
- {"A4",XML_A4},
- {"defaultRowHeight",XML_defaultRowHeight},
- {"dash",XML_dash},
- {"weight",XML_weight},
- {"odcFile",XML_odcFile},
- {"layoutDef",XML_layoutDef},
+ {"lvl9pPr",XML_lvl9pPr},
+ {"dark2",XML_dark2},
+ {"radiusrange",XML_radiusrange},
+ {"twistedLines1",XML_twistedLines1},
+ {"tmRoot",XML_tmRoot},
+ {"dragToRow",XML_dragToRow},
+ {"document2",XML_document2},
+ {"vertCompress",XML_vertCompress},
+ {"inputCells",XML_inputCells},
+ {"intensity",XML_intensity},
+ {"sortMethod",XML_sortMethod},
+ {"lvl2pPr",XML_lvl2pPr},
+ {"clrRepl",XML_clrRepl},
+ {"minusx",XML_minusx},
+ {"lvl8pPr",XML_lvl8pPr},
+ {"lvl7pPr",XML_lvl7pPr},
+ {"vSpace",XML_vSpace},
+ {"pct12",XML_pct12},
+ {"lvl5pPr",XML_lvl5pPr},
+ {"bandCol",XML_bandCol},
+ {"subtotal",XML_subtotal},
{"mergeCell",XML_mergeCell},
+ {"integrated",XML_integrated},
{"modifyVerifier",XML_modifyVerifier},
- {"contDir",XML_contDir},
- {"distributeSpace",XML_distributeSpace},
- {"ptCount",XML_ptCount},
- {"clrRepl",XML_clrRepl},
- {"Colored",XML_Colored},
- {"dPr",XML_dPr},
+ {"oMath",XML_oMath},
+ {"scheme",XML_scheme},
+ {"lemonChiffon",XML_lemonChiffon},
+ {"A4",XML_A4},
+ {"noSmoking",XML_noSmoking},
+ {"Multi",XML_Multi},
+ {"percentStacked",XML_percentStacked},
+ {"activeWritingStyle",XML_activeWritingStyle},
+ {"threePt",XML_threePt},
+ {"olapFunctions",XML_olapFunctions},
+ {"relaxedInset",XML_relaxedInset},
+ {"singleclick",XML_singleclick},
+ {"minDate",XML_minDate},
+ {"bCs",XML_bCs},
+ {"tMarg",XML_tMarg},
+ {"dcmitype",XML_dcmitype},
+ {"above",XML_above},
+ {"fullwidthKatakana",XML_fullwidthKatakana},
+ {"Q2",XML_Q2},
+ {"mailMerge",XML_mailMerge},
+ {"gramStart",XML_gramStart},
{"leftCircularArrow",XML_leftCircularArrow},
- {"wd10",XML_wd10},
- {"descendingAlpha",XML_descendingAlpha},
- {"seCell",XML_seCell},
- {"white",XML_white},
- {"mcPr",XML_mcPr},
- {"true",XML_true},
- {"lockrotationcenter",XML_lockrotationcenter},
- {"formulaRange",XML_formulaRange},
- {"blackWhite",XML_blackWhite},
- {"subtotal",XML_subtotal},
- {"noCrop",XML_noCrop},
- {"dragToRow",XML_dragToRow},
- {"handmade1",XML_handmade1},
- {"distributed",XML_distributed},
- {"centerContinuous",XML_centerContinuous},
- {"Camera",XML_Camera},
- {"arcsize",XML_arcsize},
- {"colFirst",XML_colFirst},
- {"medBlue",XML_medBlue},
- {"localConnection",XML_localConnection},
+ {"lnSpPar",XML_lnSpPar},
+ {"pgNum",XML_pgNum},
+ {"thinThin",XML_thinThin},
+ {"doNotSuppressIndentation",XML_doNotSuppressIndentation},
+ {"M11",XML_M11},
{"sortType",XML_sortType},
- {"pictureStackUnit",XML_pictureStackUnit},
- {"unknownRelationship",XML_unknownRelationship},
- {"publishToServer",XML_publishToServer},
- {"cellColor",XML_cellColor},
- {"connectlocs",XML_connectlocs},
- {"upright",XML_upright},
- {"srcNode",XML_srcNode},
- {"pctWidth",XML_pctWidth},
- {"flowersTeacup",XML_flowersTeacup},
- {"sectPr",XML_sectPr},
- {"hideSpellingErrors",XML_hideSpellingErrors},
- {"readingOrder",XML_readingOrder},
- {"custom3",XML_custom3},
- {"tmRoot",XML_tmRoot},
- {"userSet",XML_userSet},
- {"ltGreen",XML_ltGreen},
- {"grandTotalCaption",XML_grandTotalCaption},
- {"insertRow",XML_insertRow},
- {"wd3",XML_wd3},
- {"singleclick",XML_singleclick},
- {"singleXmlCell",XML_singleXmlCell},
- {"wd12",XML_wd12},
- {"contourClr",XML_contourClr},
- {"Radio",XML_Radio},
- {"hideTop",XML_hideTop},
- {"hundredThousands",XML_hundredThousands},
- {"sPre",XML_sPre},
- {"cacheSource",XML_cacheSource},
- {"pictureOptions",XML_pictureOptions},
- {"ahPolar",XML_ahPolar},
- {"bookmarkStart",XML_bookmarkStart},
+ {"bendDist",XML_bendDist},
{"PreserveSortAFLayout",XML_PreserveSortAFLayout},
- {"txEl",XML_txEl},
- {"archedScallops",XML_archedScallops},
- {"showTip",XML_showTip},
- {"custom2",XML_custom2},
- {"M6",XML_M6},
- {"endAngle",XML_endAngle},
- {"legendEntry",XML_legendEntry},
- {"gradientFill",XML_gradientFill},
- {"w14",XML_w14},
- {"hrnoshade",XML_hrnoshade},
- {"M10",XML_M10},
- {"pgNum",XML_pgNum},
- {"descendingNatural",XML_descendingNatural},
- {"dkOrange",XML_dkOrange},
- {"captionEqual",XML_captionEqual},
- {"Id",XML_Id},
- {"gramStart",XML_gramStart},
- {"w10",XML_w10},
- {"bullseye",XML_bullseye},
- {"translucentPowder",XML_translucentPowder},
- {"brightRoom",XML_brightRoom},
- {"exclusive",XML_exclusive},
- {"lockStructure",XML_lockStructure},
- {"parsePre",XML_parsePre},
- {"tcStyle",XML_tcStyle},
- {"spacingInWholePoints",XML_spacingInWholePoints},
- {"paperWidth",XML_paperWidth},
- {"opacity2",XML_opacity2},
- {"lightharsh2",XML_lightharsh2},
- {"window",XML_window},
- {"hierarchy",XML_hierarchy},
- {"alnScr",XML_alnScr},
- {"warp",XML_warp},
{"persistStream",XML_persistStream},
- {"highKashida",XML_highKashida},
- {"hyperlinks",XML_hyperlinks},
- {"M12",XML_M12},
- {"paperUnits",XML_paperUnits},
- {"lnSpc",XML_lnSpc},
- {"temporary",XML_temporary},
- {"sldView",XML_sldView},
- {"custom1",XML_custom1},
- {"suppressLineNumbers",XML_suppressLineNumbers},
- {"delInstrText",XML_delInstrText},
- {"autoCompressPictures",XML_autoCompressPictures},
- {"thisYear",XML_thisYear},
- {"lvl9pPr",XML_lvl9pPr},
- {"lvl8pPr",XML_lvl8pPr},
- {"bCs",XML_bCs},
- {"peachPuff",XML_peachPuff},
+ {"perspectiveFront",XML_perspectiveFront},
+ {"Report",XML_Report},
+ {"obscured",XML_obscured},
+ {"lvl6pPr",XML_lvl6pPr},
+ {"brightRoom",XML_brightRoom},
+ {"Reporter",XML_Reporter},
+ {"singleSignOnId",XML_singleSignOnId},
+ {"gfxdata",XML_gfxdata},
+ {"dx",XML_dx},
+ {"Translator",XML_Translator},
+ {"doNotSuppressBlankLines",XML_doNotSuppressBlankLines},
+ {"colorTemperature",XML_colorTemperature},
+ {"extrusion",XML_extrusion},
+ {"param",XML_param},
+ {"errDir",XML_errDir},
+ {"endSnd",XML_endSnd},
+ {"penClr",XML_penClr},
+ {"showScrollbar",XML_showScrollbar},
+ {"descendingAlpha",XML_descendingAlpha},
+ {"sb",XML_sb},
+ {"formFld",XML_formFld},
+ {"connDist",XML_connDist},
+ {"lvl3pPr",XML_lvl3pPr},
+ {"asteriskTotals",XML_asteriskTotals},
+ {"barDir",XML_barDir},
+ {"dateTime",XML_dateTime},
{"ghostWhite",XML_ghostWhite},
- {"pctHeight",XML_pctHeight},
- {"lvl7pPr",XML_lvl7pPr},
- {"Conductor",XML_Conductor},
- {"thinThin",XML_thinThin},
+ {"oldDescription",XML_oldDescription},
+ {"cxnId",XML_cxnId},
+ {"specularity",XML_specularity},
+ {"brkBin",XML_brkBin},
+ {"blackWhite",XML_blackWhite},
+ {"resId",XML_resId},
+ {"stPos",XML_stPos},
+ {"nvPr",XML_nvPr},
{"gridSpan",XML_gridSpan},
- {"numberingChange",XML_numberingChange},
- {"showScrollbar",XML_showScrollbar},
- {"conditionalFormats",XML_conditionalFormats},
- {"endarrow",XML_endarrow},
- {"conditionalFormat",XML_conditionalFormat},
- {"Append",XML_Append},
- {"wp14",XML_wp14},
- {"VScroll",XML_VScroll},
- {"linkTarget",XML_linkTarget},
{"hypnotic",XML_hypnotic},
- {"missingItemsLimit",XML_missingItemsLimit},
- {"htmlFormat",XML_htmlFormat},
- {"flowersBlockPrint",XML_flowersBlockPrint},
- {"lvl5pPr",XML_lvl5pPr},
- {"bx",XML_bx},
- {"hardEdge",XML_hardEdge},
- {"Translator",XML_Translator},
- {"tmPct",XML_tmPct},
- {"minorUnit",XML_minorUnit},
- {"specularity",XML_specularity},
- {"cx",XML_cx},
- {"scheme",XML_scheme},
- {"createdVersion",XML_createdVersion},
- {"ungrouping",XML_ungrouping},
- {"tcPr",XML_tcPr},
- {"taiwaneseCountingThousand",XML_taiwaneseCountingThousand},
- {"screen16x9",XML_screen16x9},
- {"strCache",XML_strCache},
- {"Multi",XML_Multi},
- {"forceUpgrade",XML_forceUpgrade},
- {"bgColor",XML_bgColor},
- {"captionGreaterThan",XML_captionGreaterThan},
- {"twoCell",XML_twoCell},
+ {"contDir",XML_contDir},
+ {"paperWidth",XML_paperWidth},
+ {"trHeight",XML_trHeight},
+ {"landscape",XML_landscape},
+ {"Theater",XML_Theater},
+ {"tbRl",XML_tbRl},
+ {"Caption",XML_Caption},
+ {"bookmarkStart",XML_bookmarkStart},
+ {"percentDiff",XML_percentDiff},
+ {"hrnoshade",XML_hrnoshade},
+ {"anchorx",XML_anchorx},
+ {"PeriodicalTitle",XML_PeriodicalTitle},
+ {"noSpaceRaiseLower",XML_noSpaceRaiseLower},
+ {"mapleMuffins",XML_mapleMuffins},
+ {"fullPrecision",XML_fullPrecision},
+ {"sldImg",XML_sldImg},
+ {"calcPr",XML_calcPr},
+ {"centerContinuous",XML_centerContinuous},
+ {"lightharsh",XML_lightharsh},
+ {"lineMarker",XML_lineMarker},
+ {"unbalancedGroup",XML_unbalancedGroup},
+ {"relativeTo",XML_relativeTo},
+ {"dvAspect",XML_dvAspect},
+ {"pictureStackUnit",XML_pictureStackUnit},
+ {"iCs",XML_iCs},
+ {"codePage",XML_codePage},
+ {"applyProtection",XML_applyProtection},
{"Position",XML_Position},
+ {"zigZagStitch",XML_zigZagStitch},
+ {"endAngle",XML_endAngle},
+ {"lvl1pPr",XML_lvl1pPr},
+ {"wsp",XML_wsp},
+ {"wrap",XML_wrap},
+ {"endarrowlength",XML_endarrowlength},
+ {"textFit",XML_textFit},
+ {"showTip",XML_showTip},
+ {"dPt",XML_dPt},
+ {"cellColor",XML_cellColor},
+ {"count",XML_count},
+ {"wp",XML_wp},
+ {"linkTarget",XML_linkTarget},
+ {"ltSteelBlue",XML_ltSteelBlue},
+ {"permEnd",XML_permEnd},
+ {"straightConnector1",XML_straightConnector1},
+ {"medBlue",XML_medBlue},
+ {"restoredTop",XML_restoredTop},
+ {"scatterStyle",XML_scatterStyle},
+ {"leaderLines",XML_leaderLines},
{"allowcomments",XML_allowcomments},
- {"lvl2pPr",XML_lvl2pPr},
- {"lvl6pPr",XML_lvl6pPr},
- {"graphicData",XML_graphicData},
- {"kx",XML_kx},
+ {"win",XML_win},
+ {"descendingNatural",XML_descendingNatural},
+ {"middleDot",XML_middleDot},
+ {"Cancel",XML_Cancel},
+ {"cornerTriangles",XML_cornerTriangles},
+ {"wedge",XML_wedge},
+ {"inlineStr",XML_inlineStr},
+ {"bentConnector2",XML_bentConnector2},
+ {"nextWeek",XML_nextWeek},
+ {"hSpace",XML_hSpace},
+ {"noArr",XML_noArr},
+ {"compressPunctuation",XML_compressPunctuation},
+ {"contourClr",XML_contourClr},
+ {"bldStep",XML_bldStep},
+ {"noFill",XML_noFill},
+ {"w",XML_w},
+ {"idsrc",XML_idsrc},
+ {"lvl4pPr",XML_lvl4pPr},
+ {"unbalanced",XML_unbalanced},
+ {"overwriteClear",XML_overwriteClear},
+ {"gdRefX",XML_gdRefX},
+ {"prstClr",XML_prstClr},
+ {"cellMerge",XML_cellMerge},
+ {"normalViewPr",XML_normalViewPr},
+ {"custClr",XML_custClr},
+ {"calcCompleted",XML_calcCompleted},
+ {"btnShadow",XML_btnShadow},
+ {"hierarchy",XML_hierarchy},
+ {"words",XML_words},
+ {"startChars",XML_startChars},
+ {"eb",XML_eb},
+ {"strokeweight",XML_strokeweight},
+ {"showPr",XML_showPr},
+ {"stAng",XML_stAng},
+ {"contentType",XML_contentType},
+ {"shortcutKey",XML_shortcutKey},
+ {"preSp",XML_preSp},
+ {"index",XML_index},
+ {"calcMode",XML_calcMode},
+ {"blur",XML_blur},
+ {"grpSp",XML_grpSp},
+ {"M12",XML_M12},
+ {"sepChr",XML_sepChr},
+ {"plus",XML_plus},
+ {"endDate",XML_endDate},
+ {"spellStart",XML_spellStart},
+ {"richText",XML_richText},
+ {"outline2pPr",XML_outline2pPr},
+ {"printPostScriptOverText",XML_printPostScriptOverText},
+ {"hMode",XML_hMode},
+ {"grandTotalCaption",XML_grandTotalCaption},
+ {"chAlign",XML_chAlign},
+ {"oleItem",XML_oleItem},
+ {"doNotCompress",XML_doNotCompress},
+ {"lightning2",XML_lightning2},
+ {"linePitch",XML_linePitch},
+ {"fmtId",XML_fmtId},
+ {"coreProperties",XML_coreProperties},
+ {"statusBar",XML_statusBar},
+ {"wd4",XML_wd4},
{"tabRatio",XML_tabRatio},
- {"swCell",XML_swCell},
- {"evenFooter",XML_evenFooter},
- {"borderbottom",XML_borderbottom},
- {"showFormulas",XML_showFormulas},
- {"logBase",XML_logBase},
+ {"dkOrange",XML_dkOrange},
+ {"clearContents",XML_clearContents},
{"rT",XML_rT},
{"lT",XML_lT},
- {"allCaption",XML_allCaption},
- {"lvl3pPr",XML_lvl3pPr},
- {"stElem",XML_stElem},
- {"stylisticSets",XML_stylisticSets},
- {"dropLines",XML_dropLines},
- {"ax",XML_ax},
- {"beginsWith",XML_beginsWith},
- {"iCs",XML_iCs},
+ {"columnSort",XML_columnSort},
+ {"maxDist",XML_maxDist},
+ {"marqueeToothed",XML_marqueeToothed},
+ {"dstNode",XML_dstNode},
+ {"editPage",XML_editPage},
+ {"minorFont",XML_minorFont},
+ {"imagedata",XML_imagedata},
+ {"smtId",XML_smtId},
+ {"isNarration",XML_isNarration},
+ {"doNotSuppressParagraphBorders",XML_doNotSuppressParagraphBorders},
+ {"mcPr",XML_mcPr},
+ {"begChr",XML_begChr},
+ {"noProof",XML_noProof},
+ {"evalError",XML_evalError},
{"diffusity",XML_diffusity},
- {"unbalancedGroup",XML_unbalancedGroup},
- {"ltSalmon",XML_ltSalmon},
+ {"nvSpPr",XML_nvSpPr},
+ {"taiwaneseCountingThousand",XML_taiwaneseCountingThousand},
+ {"midCat",XML_midCat},
+ {"layoutInCell",XML_layoutInCell},
{"spcBef",XML_spcBef},
- {"accentBorderCallout2",XML_accentBorderCallout2},
- {"fgColor",XML_fgColor},
- {"lgConfetti",XML_lgConfetti},
- {"M3",XML_M3},
- {"crossesAt",XML_crossesAt},
- {"peopleWaving",XML_peopleWaving},
- {"sx",XML_sx},
- {"fullPrecision",XML_fullPrecision},
- {"overwriteClear",XML_overwriteClear},
- {"unbalanced",XML_unbalanced},
- {"lnSpCh",XML_lnSpCh},
- {"iterateDelta",XML_iterateDelta},
- {"Month",XML_Month},
- {"strokeweight",XML_strokeweight},
- {"palmsColor",XML_palmsColor},
- {"lightUp",XML_lightUp},
- {"thaiCounting",XML_thaiCounting},
- {"above",XML_above},
- {"pBdr",XML_pBdr},
+ {"honeydew",XML_honeydew},
+ {"sndAc",XML_sndAc},
+ {"lastYear",XML_lastYear},
+ {"wd8",XML_wd8},
+ {"numStart",XML_numStart},
+ {"isometricTopUp",XML_isometricTopUp},
+ {"lightenLess",XML_lightenLess},
+ {"minimumVersion",XML_minimumVersion},
+ {"thisMonth",XML_thisMonth},
+ {"isometricTopDown",XML_isometricTopDown},
+ {"minSupportedVersion",XML_minSupportedVersion},
{"fromT",XML_fromT},
+ {"ungrouping",XML_ungrouping},
+ {"swAng",XML_swAng},
+ {"textboxrect",XML_textboxrect},
+ {"fNode",XML_fNode},
+ {"wd",XML_wd},
+ {"custom2",XML_custom2},
+ {"chineseLegalSimplified",XML_chineseLegalSimplified},
+ {"fieldPosition",XML_fieldPosition},
+ {"fName",XML_fName},
+ {"archedScallops",XML_archedScallops},
+ {"hideSpellingErrors",XML_hideSpellingErrors},
+ {"commNone",XML_commNone},
+ {"currentDate",XML_currentDate},
+ {"tornPaper",XML_tornPaper},
+ {"spidmax",XML_spidmax},
+ {"containsErrors",XML_containsErrors},
+ {"errorTitle",XML_errorTitle},
+ {"custom1",XML_custom1},
+ {"classicalWave",XML_classicalWave},
+ {"totalsRowShown",XML_totalsRowShown},
+ {"connectloc",XML_connectloc},
+ {"hideTop",XML_hideTop},
+ {"Right",XML_Right},
+ {"promptTitle",XML_promptTitle},
+ {"wd5",XML_wd5},
+ {"A3",XML_A3},
+ {"cfIcon",XML_cfIcon},
+ {"isPhoto",XML_isPhoto},
+ {"window",XML_window},
+ {"tcPr",XML_tcPr},
+ {"flowersBlockPrint",XML_flowersBlockPrint},
+ {"destination",XML_destination},
+ {"showPercent",XML_showPercent},
+ {"numSld",XML_numSld},
+ {"lnTlToBr",XML_lnTlToBr},
+ {"headerRowCount",XML_headerRowCount},
+ {"w14",XML_w14},
+ {"hyperlinks",XML_hyperlinks},
+ {"z",XML_z},
+ {"accentBorderCallout3",XML_accentBorderCallout3},
+ {"round",XML_round},
+ {"whole",XML_whole},
+ {"animMotion",XML_animMotion},
+ {"custom",XML_custom},
+ {"wgp",XML_wgp},
+ {"dkSalmon",XML_dkSalmon},
+ {"stdDevp",XML_stdDevp},
+ {"PresentationFormat",XML_PresentationFormat},
+ {"logBase",XML_logBase},
+ {"screen16x9",XML_screen16x9},
+ {"roundrect",XML_roundrect},
{"showCaptions",XML_showCaptions},
- {"currentTime",XML_currentTime},
- {"southwest",XML_southwest},
- {"spellStart",XML_spellStart},
- {"tblInd",XML_tblInd},
- {"obscured",XML_obscured},
- {"richText",XML_richText},
+ {"endCnv",XML_endCnv},
+ {"accentBorderCallout1",XML_accentBorderCallout1},
+ {"phoneticPr",XML_phoneticPr},
+ {"A1",XML_A1},
+ {"wipe",XML_wipe},
+ {"twistedLines2",XML_twistedLines2},
+ {"palmsColor",XML_palmsColor},
+ {"activeRow",XML_activeRow},
+ {"legacyWireframe",XML_legacyWireframe},
+ {"thickTop",XML_thickTop},
+ {"themeTint",XML_themeTint},
+ {"thaiCounting",XML_thaiCounting},
{"kumimoji",XML_kumimoji},
- {"columnSort",XML_columnSort},
- {"property",XML_property},
- {"imagedata",XML_imagedata},
- {"anchorx",XML_anchorx},
- {"formLetters",XML_formLetters},
- {"extrusion",XML_extrusion},
- {"lightharsh",XML_lightharsh},
{"taiwaneseCounting",XML_taiwaneseCounting},
- {"nodeType",XML_nodeType},
- {"calcPr",XML_calcPr},
- {"landscape",XML_landscape},
- {"startChars",XML_startChars},
- {"lgGrid",XML_lgGrid},
- {"relativeTo",XML_relativeTo},
- {"prstClr",XML_prstClr},
- {"refFor",XML_refFor},
- {"errorTitle",XML_errorTitle},
- {"sb",XML_sb},
- {"headerRowCount",XML_headerRowCount},
- {"normalViewPr",XML_normalViewPr},
- {"custClr",XML_custClr},
- {"antiqueWhite",XML_antiqueWhite},
- {"dgmfontsize",XML_dgmfontsize},
+ {"topLeft",XML_topLeft},
+ {"outlineLevelRow",XML_outlineLevelRow},
+ {"weight",XML_weight},
+ {"gridCol",XML_gridCol},
+ {"eqArr",XML_eqArr},
+ {"rowHeaderCaption",XML_rowHeaderCaption},
{"stackScale",XML_stackScale},
- {"fileType",XML_fileType},
- {"restoredTop",XML_restoredTop},
- {"conditionalFormattings",XML_conditionalFormattings},
- {"minimumVersion",XML_minimumVersion},
- {"width",XML_width},
- {"statusBar",XML_statusBar},
- {"equ",XML_equ},
- {"always",XML_always},
- {"thickTop",XML_thickTop},
- {"tmAbs",XML_tmAbs},
- {"oldFormula",XML_oldFormula},
- {"graphicEl",XML_graphicEl},
- {"opacity",XML_opacity},
- {"dayShort",XML_dayShort},
- {"dx",XML_dx},
- {"noSmoking",XML_noSmoking},
- {"begSty",XML_begSty},
- {"dLbls",XML_dLbls},
- {"numCache",XML_numCache},
- {"qFormat",XML_qFormat},
- {"colorScale",XML_colorScale},
- {"repeatCount",XML_repeatCount},
- {"bandFmt",XML_bandFmt},
- {"neCell",XML_neCell},
- {"bandFmts",XML_bandFmts},
- {"legacy",XML_legacy},
- {"loext",XML_loext},
- {"tbRl",XML_tbRl},
- {"differentFirst",XML_differentFirst},
+ {"colHierarchiesUsage",XML_colHierarchiesUsage},
+ {"chromakey",XML_chromakey},
+ {"wide",XML_wide},
+ {"cwIn",XML_cwIn},
+ {"fullPage",XML_fullPage},
+ {"cropbottom",XML_cropbottom},
{"formsDesign",XML_formsDesign},
- {"autoText",XML_autoText},
- {"gridCol",XML_gridCol},
- {"edGrp",XML_edGrp},
- {"papayaWhip",XML_papayaWhip},
- {"lvl4pPr",XML_lvl4pPr},
- {"vSpace",XML_vSpace},
- {"codePage",XML_codePage},
- {"M1",XML_M1},
- {"clearContents",XML_clearContents},
- {"scatterStyle",XML_scatterStyle},
- {"sameDir",XML_sameDir},
- {"chineseCounting",XML_chineseCounting},
- {"Book",XML_Book},
- {"gYear",XML_gYear},
- {"classicalWave",XML_classicalWave},
- {"sharksTeeth",XML_sharksTeeth},
- {"checkErrors",XML_checkErrors},
- {"tx",XML_tx},
- {"fadeDir",XML_fadeDir},
- {"Theater",XML_Theater},
- {"gridSpacing",XML_gridSpacing},
- {"autoCaptions",XML_autoCaptions},
+ {"sectEnd",XML_sectEnd},
+ {"autoCompressPictures",XML_autoCompressPictures},
+ {"commandType",XML_commandType},
{"trendlineType",XML_trendlineType},
- {"areaError",XML_areaError},
- {"hours",XML_hours},
- {"hour",XML_hour},
- {"majorUnit",XML_majorUnit},
- {"compactData",XML_compactData},
- {"shapetype",XML_shapetype},
+ {"heavy",XML_heavy},
+ {"contentLocked",XML_contentLocked},
{"skewamt",XML_skewamt},
- {"perspectiveLeft",XML_perspectiveLeft},
- {"gapDepth",XML_gapDepth},
- {"cryptProviderType",XML_cryptProviderType},
- {"cryptProvider",XML_cryptProvider},
- {"cryptProviderTypeExt",XML_cryptProviderTypeExt},
- {"applyProtection",XML_applyProtection},
- {"dimensionUniqueName",XML_dimensionUniqueName},
- {"param",XML_param},
- {"sizeWithCells",XML_sizeWithCells},
- {"grandCol",XML_grandCol},
- {"dPt",XML_dPt},
- {"honeydew",XML_honeydew},
- {"autoCaption",XML_autoCaption},
- {"highContrast",XML_highContrast},
- {"latentStyles",XML_latentStyles},
- {"dLbl",XML_dLbl},
- {"insetpenok",XML_insetpenok},
- {"flatBorders",XML_flatBorders},
+ {"true",XML_true},
+ {"white",XML_white},
+ {"w10",XML_w10},
+ {"outlineLvl",XML_outlineLvl},
+ {"outlineLevel",XML_outlineLevel},
+ {"outlineLevelCol",XML_outlineLevelCol},
+ {"bldLst",XML_bldLst},
+ {"proofErr",XML_proofErr},
+ {"tabSelected",XML_tabSelected},
+ {"hash",XML_hash},
+ {"tmFilter",XML_tmFilter},
+ {"applyFont",XML_applyFont},
+ {"showWhenStopped",XML_showWhenStopped},
+ {"maxRank",XML_maxRank},
+ {"gridSpacing",XML_gridSpacing},
+ {"fillFormulas",XML_fillFormulas},
+ {"Performance",XML_Performance},
+ {"compressPunctuationAndJapaneseKana",XML_compressPunctuationAndJapaneseKana},
+ {"blue",XML_blue},
+ {"endChr",XML_endChr},
+ {"ddeItem",XML_ddeItem},
+ {"tailEnd",XML_tailEnd},
+ {"canSlip",XML_canSlip},
+ {"Append",XML_Append},
+ {"wd6",XML_wd6},
+ {"clustered",XML_clustered},
+ {"lastClr",XML_lastClr},
+ {"serverZoom",XML_serverZoom},
+ {"themeShade",XML_themeShade},
+ {"strLit",XML_strLit},
+ {"numberingChange",XML_numberingChange},
+ {"autoText",XML_autoText},
+ {"rPh",XML_rPh},
+ {"wpg",XML_wpg},
+ {"Conductor",XML_Conductor},
+ {"showStatusbar",XML_showStatusbar},
{"decimalZero",XML_decimalZero},
- {"helpText",XML_helpText},
+ {"maxDate",XML_maxDate},
+ {"warp",XML_warp},
+ {"ccwIn",XML_ccwIn},
+ {"alnScr",XML_alnScr},
{"calculatedItem",XML_calculatedItem},
- {"PresentationFormat",XML_PresentationFormat},
- {"foldedCorner",XML_foldedCorner},
- {"isometricTopUp",XML_isometricTopUp},
- {"semiHidden",XML_semiHidden},
- {"PictureTiling",XML_PictureTiling},
- {"isometricTopDown",XML_isometricTopDown},
+ {"minRefreshableVersion",XML_minRefreshableVersion},
+ {"wd3",XML_wd3},
+ {"spcCol",XML_spcCol},
+ {"insetpenok",XML_insetpenok},
+ {"tmPct",XML_tmPct},
+ {"adjLst",XML_adjLst},
+ {"dkSlateBlue",XML_dkSlateBlue},
+ {"sldLst",XML_sldLst},
+ {"arcsize",XML_arcsize},
+ {"serLines",XML_serLines},
+ {"aiueo",XML_aiueo},
+ {"tblW",XML_tblW},
+ {"majorFont",XML_majorFont},
{"formatCode",XML_formatCode},
- {"algIdExt",XML_algIdExt},
- {"bubbleChart",XML_bubbleChart},
- {"ConferenceProceedings",XML_ConferenceProceedings},
- {"lvl1pPr",XML_lvl1pPr},
- {"minusx",XML_minusx},
- {"flowersTiny",XML_flowersTiny},
- {"colHeaderCaption",XML_colHeaderCaption},
- {"accentBorderCallout3",XML_accentBorderCallout3},
- {"sSup",XML_sSup},
- {"headerRowCellStyle",XML_headerRowCellStyle},
- {"noGrp",XML_noGrp},
- {"dotDash",XML_dotDash},
- {"endarrowlength",XML_endarrowlength},
- {"A3",XML_A3},
+ {"repeatDur",XML_repeatDur},
+ {"chineseCounting",XML_chineseCounting},
+ {"schema",XML_schema},
{"autoStart",XML_autoStart},
- {"outline1pPr",XML_outline1pPr},
- {"dstNode",XML_dstNode},
- {"buChar",XML_buChar},
- {"endarrowwidth",XML_endarrowwidth},
- {"conditionalFormatting",XML_conditionalFormatting},
- {"linePitch",XML_linePitch},
- {"hSpace",XML_hSpace},
- {"fallback",XML_fallback},
- {"threePt",XML_threePt},
- {"index",XML_index},
- {"containsDate",XML_containsDate},
- {"straightConnector1",XML_straightConnector1},
- {"coreProperties",XML_coreProperties},
+ {"latentStyles",XML_latentStyles},
+ {"insertRowShift",XML_insertRowShift},
+ {"maxDepth",XML_maxDepth},
+ {"sngStrike",XML_sngStrike},
+ {"sizeWithCells",XML_sizeWithCells},
+ {"limLow",XML_limLow},
+ {"grandCol",XML_grandCol},
+ {"customRollUp",XML_customRollUp},
+ {"mailSubject",XML_mailSubject},
+ {"refreshError",XML_refreshError},
+ {"detectmouseclick",XML_detectmouseclick},
+ {"textWave2",XML_textWave2},
+ {"dataSource",XML_dataSource},
+ {"titlePg",XML_titlePg},
{"Art",XML_Art},
- {"decimal",XML_decimal},
- {"BookSection",XML_BookSection},
- {"oneCell",XML_oneCell},
- {"chromakey",XML_chromakey},
- {"rtShortDist",XML_rtShortDist},
- {"mappingCount",XML_mappingCount},
- {"showWhenStopped",XML_showWhenStopped},
- {"dxfId",XML_dxfId},
+ {"repeatCount",XML_repeatCount},
{"imagealignshape",XML_imagealignshape},
- {"lBounds",XML_lBounds},
- {"themeTint",XML_themeTint},
- {"crossBetween",XML_crossBetween},
- {"printPostScriptOverText",XML_printPostScriptOverText},
- {"menuHighlight",XML_menuHighlight},
- {"eb",XML_eb},
- {"formatColumns",XML_formatColumns},
- {"accentBorderCallout1",XML_accentBorderCallout1},
- {"fileSharing",XML_fileSharing},
- {"isNarration",XML_isNarration},
- {"freeze",XML_freeze},
- {"altChunk",XML_altChunk},
- {"ccwIn",XML_ccwIn},
- {"infoText",XML_infoText},
- {"captionContains",XML_captionContains},
- {"koreanDigital",XML_koreanDigital},
- {"hiddenSlides",XML_hiddenSlides},
- {"koreanDigital2",XML_koreanDigital2},
- {"formatCells",XML_formatCells},
+ {"lightharsh2",XML_lightharsh2},
+ {"ProductionCompany",XML_ProductionCompany},
+ {"ignoredErrors",XML_ignoredErrors},
+ {"ignoredError",XML_ignoredError},
+ {"hiddenLevel",XML_hiddenLevel},
{"screen16x10",XML_screen16x10},
- {"imgW",XML_imgW},
- {"alignBordersAndEdges",XML_alignBordersAndEdges},
- {"supportAdvancedDrill",XML_supportAdvancedDrill},
- {"nwCell",XML_nwCell},
- {"lastClr",XML_lastClr},
- {"checkedBarColor",XML_checkedBarColor},
- {"frameStyle7",XML_frameStyle7},
- {"noConversion",XML_noConversion},
- {"editPage",XML_editPage},
- {"hash",XML_hash},
- {"showFormatting",XML_showFormatting},
- {"fieldPosition",XML_fieldPosition},
- {"spidmax",XML_spidmax},
+ {"flowersTeacup",XML_flowersTeacup},
+ {"dataSourceSort",XML_dataSourceSort},
+ {"sheetPr",XML_sheetPr},
+ {"metadata",XML_metadata},
+ {"vortex",XML_vortex},
+ {"rgbColor",XML_rgbColor},
+ {"WidthMin",XML_WidthMin},
+ {"chartPlus",XML_chartPlus},
{"prnPr",XML_prnPr},
- {"insertDelete",XML_insertDelete},
- {"clrScheme",XML_clrScheme},
- {"noControl",XML_noControl},
- {"frameStyle4",XML_frameStyle4},
- {"autoFormatId",XML_autoFormatId},
- {"filterColumn",XML_filterColumn},
- {"bottomRight",XML_bottomRight},
- {"destination",XML_destination},
- {"checkedState",XML_checkedState},
- {"setDefinition",XML_setDefinition},
- {"dateFormat",XML_dateFormat},
{"errBars",XML_errBars},
- {"M11",XML_M11},
- {"cmAuthor",XML_cmAuthor},
- {"frameStyle5",XML_frameStyle5},
- {"endSty",XML_endSty},
- {"noVBand",XML_noVBand},
- {"hueDir",XML_hueDir},
- {"ruleLst",XML_ruleLst},
- {"A1",XML_A1},
- {"showPr",XML_showPr},
- {"noAutofit",XML_noAutofit},
- {"autoFormatOverride",XML_autoFormatOverride},
- {"frameStyle2",XML_frameStyle2},
- {"patternType",XML_patternType},
- {"fullDate",XML_fullDate},
- {"endCxn",XML_endCxn},
- {"warning",XML_warning},
- {"insertRowShift",XML_insertRowShift},
- {"showStatusbar",XML_showStatusbar},
- {"cxnSp",XML_cxnSp},
- {"heavy",XML_heavy},
- {"valueEqual",XML_valueEqual},
- {"autoSortScope",XML_autoSortScope},
- {"darkUp",XML_darkUp},
- {"ghostCol",XML_ghostCol},
- {"minRefreshableVersion",XML_minRefreshableVersion},
- {"shapeDefaults",XML_shapeDefaults},
- {"customRollUp",XML_customRollUp},
+ {"orgChart",XML_orgChart},
+ {"formatColumns",XML_formatColumns},
+ {"nodeType",XML_nodeType},
+ {"sameDir",XML_sameDir},
+ {"colorScale",XML_colorScale},
+ {"hundredThousands",XML_hundredThousands},
+ {"cryptProviderTypeExtSource",XML_cryptProviderTypeExtSource},
+ {"tupleCache",XML_tupleCache},
+ {"double",XML_double},
+ {"fadeDir",XML_fadeDir},
+ {"refersTo",XML_refersTo},
{"backwardCompatible",XML_backwardCompatible},
- {"Characters",XML_Characters},
- {"HyperlinksChanged",XML_HyperlinksChanged},
- {"cropbottom",XML_cropbottom},
- {"themeShade",XML_themeShade},
- {"animBg",XML_animBg},
- {"fullPage",XML_fullPage},
- {"ConferenceName",XML_ConferenceName},
- {"inactiveBorder",XML_inactiveBorder},
- {"evtFilter",XML_evtFilter},
- {"chartFormat",XML_chartFormat},
- {"chartFormats",XML_chartFormats},
- {"custom",XML_custom},
- {"halfwidthKatakana",XML_halfwidthKatakana},
- {"printFormsData",XML_printFormsData},
- {"begPts",XML_begPts},
- {"rsidRoot",XML_rsidRoot},
- {"flowDir",XML_flowDir},
- {"trapezoid",XML_trapezoid},
- {"thickThin",XML_thickThin},
+ {"Manager",XML_Manager},
+ {"mappingCount",XML_mappingCount},
+ {"chExt",XML_chExt},
+ {"helpText",XML_helpText},
+ {"decimal",XML_decimal},
+ {"southwest",XML_southwest},
+ {"nodePh",XML_nodePh},
+ {"bldChart",XML_bldChart},
+ {"headerRowCellStyle",XML_headerRowCellStyle},
+ {"currentTime",XML_currentTime},
+ {"fileType",XML_fileType},
+ {"bottomRight",XML_bottomRight},
+ {"dayShort",XML_dayShort},
+ {"frozenSplit",XML_frozenSplit},
+ {"sheetProtection",XML_sheetProtection},
+ {"timePeriod",XML_timePeriod},
+ {"txXfrm",XML_txXfrm},
+ {"highContrast",XML_highContrast},
+ {"gMonth",XML_gMonth},
+ {"yMode",XML_yMode},
{"interval",XML_interval},
- {"sndAc",XML_sndAc},
- {"tblHeader",XML_tblHeader},
- {"pageFields",XML_pageFields},
- {"recordCount",XML_recordCount},
+ {"thickThin",XML_thickThin},
{"lineChart",XML_lineChart},
+ {"themeColor",XML_themeColor},
+ {"fldChar",XML_fldChar},
+ {"lnStyleLst",XML_lnStyleLst},
+ {"firecrackers",XML_firecrackers},
+ {"pageMargins",XML_pageMargins},
+ {"containsDate",XML_containsDate},
+ {"publishToServer",XML_publishToServer},
+ {"ColHidden",XML_ColHidden},
+ {"blipPhldr",XML_blipPhldr},
+ {"Radio",XML_Radio},
+ {"autoSortScope",XML_autoSortScope},
+ {"formatCells",XML_formatCells},
+ {"Button",XML_Button},
+ {"rsidRoot",XML_rsidRoot},
+ {"ghostCol",XML_ghostCol},
+ {"styleDef",XML_styleDef},
+ {"preferSingleView",XML_preferSingleView},
+ {"depthPercent",XML_depthPercent},
+ {"showMasterSp",XML_showMasterSp},
+ {"appName",XML_appName},
+ {"forName",XML_forName},
+ {"sheetPosition",XML_sheetPosition},
+ {"userS",XML_userS},
+ {"M2",XML_M2},
+ {"updatedVersion",XML_updatedVersion},
+ {"database",XML_database},
+ {"bullseye",XML_bullseye},
+ {"horzStripe",XML_horzStripe},
+ {"wp14",XML_wp14},
{"numRestart",XML_numRestart},
- {"midnightBlue",XML_midnightBlue},
- {"phoneticPr",XML_phoneticPr},
- {"showPercent",XML_showPercent},
- {"activeRow",XML_activeRow},
+ {"forceUpgrade",XML_forceUpgrade},
+ {"absolute",XML_absolute},
+ {"firstSliceAng",XML_firstSliceAng},
+ {"hiddenSlides",XML_hiddenSlides},
+ {"textDates",XML_textDates},
{"softmetal",XML_softmetal},
- {"preferSingleView",XML_preferSingleView},
- {"totalsRowShown",XML_totalsRowShown},
- {"paperClips",XML_paperClips},
- {"schema",XML_schema},
+ {"showMissing",XML_showMissing},
+ {"checkedBarColor",XML_checkedBarColor},
+ {"fileSharing",XML_fileSharing},
+ {"accentbar",XML_accentbar},
+ {"tabColor",XML_tabColor},
+ {"marLeft",XML_marLeft},
+ {"firstSlideNum",XML_firstSlideNum},
+ {"nextPage",XML_nextPage},
+ {"oldName",XML_oldName},
+ {"captionContains",XML_captionContains},
+ {"begPts",XML_begPts},
+ {"checkedState",XML_checkedState},
+ {"Unspecified",XML_Unspecified},
{"skewangle",XML_skewangle},
- {"rsaFull",XML_rsaFull},
- {"txStyles",XML_txStyles},
- {"HiddenSlides",XML_HiddenSlides},
- {"source",XML_source},
- {"menuBar",XML_menuBar},
{"connRout",XML_connRout},
- {"idsrc",XML_idsrc},
- {"animRot",XML_animRot},
- {"outline2pPr",XML_outline2pPr},
- {"plum",XML_plum},
- {"woodwork",XML_woodwork},
- {"argPr",XML_argPr},
- {"pageField",XML_pageField},
- {"containsBlanks",XML_containsBlanks},
- {"wrapcoords",XML_wrapcoords},
- {"compressPunctuation",XML_compressPunctuation},
- {"refreshedDate",XML_refreshedDate},
- {"monthLong",XML_monthLong},
- {"fullHangul",XML_fullHangul},
- {"mathFont",XML_mathFont},
- {"statusText",XML_statusText},
+ {"addlxml",XML_addlxml},
+ {"customWorkbookViews",XML_customWorkbookViews},
+ {"darkYellow",XML_darkYellow},
+ {"dgmscaley",XML_dgmscaley},
+ {"foldedCorner",XML_foldedCorner},
+ {"fallback",XML_fallback},
+ {"colHierarchyUsage",XML_colHierarchyUsage},
+ {"rtlCol",XML_rtlCol},
+ {"numCol",XML_numCol},
+ {"compatMode",XML_compatMode},
+ {"gregorian",XML_gregorian},
+ {"handmade2",XML_handmade2},
+ {"autoCaptions",XML_autoCaptions},
+ {"Camera",XML_Camera},
+ {"baseJc",XML_baseJc},
+ {"enableDrill",XML_enableDrill},
+ {"property",XML_property},
+ {"gradientFill",XML_gradientFill},
+ {"paperUnits",XML_paperUnits},
+ {"outline1pPr",XML_outline1pPr},
+ {"bIns",XML_bIns},
+ {"matrix",XML_matrix},
+ {"isInverted",XML_isInverted},
+ {"topAutoShow",XML_topAutoShow},
+ {"firstColumn",XML_firstColumn},
+ {"evenFooter",XML_evenFooter},
+ {"koreanLegal",XML_koreanLegal},
+ {"rIns",XML_rIns},
+ {"lIns",XML_lIns},
+ {"eMail",XML_eMail},
{"lvlRestart",XML_lvlRestart},
- {"deleteColumns",XML_deleteColumns},
- {"pLen",XML_pLen},
- {"artisticCement",XML_artisticCement},
+ {"showFormulas",XML_showFormulas},
+ {"autoCaption",XML_autoCaption},
+ {"width",XML_width},
+ {"endChars",XML_endChars},
{"footnoteReference",XML_footnoteReference},
- {"numberStoredAsText",XML_numberStoredAsText},
- {"guideLst",XML_guideLst},
- {"tornPaper",XML_tornPaper},
- {"frameStyle6",XML_frameStyle6},
+ {"conditionalFormats",XML_conditionalFormats},
+ {"conditionalFormat",XML_conditionalFormat},
{"footnoteRef",XML_footnoteRef},
- {"activeWritingStyle",XML_activeWritingStyle},
- {"tupleCache",XML_tupleCache},
- {"asciiTheme",XML_asciiTheme},
+ {"hyphenationZone",XML_hyphenationZone},
+ {"constrainbounds",XML_constrainbounds},
+ {"infoText",XML_infoText},
+ {"twoPt",XML_twoPt},
+ {"clrScheme",XML_clrScheme},
+ {"bubbleChart",XML_bubbleChart},
+ {"ahPolar",XML_ahPolar},
+ {"animRot",XML_animRot},
+ {"flowDir",XML_flowDir},
+ {"parameterType",XML_parameterType},
+ {"bldLvl",XML_bldLvl},
+ {"alphaMod",XML_alphaMod},
+ {"gramEnd",XML_gramEnd},
+ {"repairLoad",XML_repairLoad},
+ {"splitPos",XML_splitPos},
+ {"sdtContent",XML_sdtContent},
+ {"opacity",XML_opacity},
{"dataConsolidate",XML_dataConsolidate},
- {"detectmouseclick",XML_detectmouseclick},
- {"styleDef",XML_styleDef},
- {"firstSlideNum",XML_firstSlideNum},
- {"priority",XML_priority},
- {"artisticCutout",XML_artisticCutout},
- {"Column",XML_Column},
- {"btnFace",XML_btnFace},
- {"dbPr",XML_dbPr},
- {"Relationships",XML_Relationships},
+ {"tagLst",XML_tagLst},
{"filterVal",XML_filterVal},
- {"userS",XML_userS},
- {"themeColor",XML_themeColor},
- {"RelationshipReference",XML_RelationshipReference},
- {"custFtrs",XML_custFtrs},
- {"removeDateAndTime",XML_removeDateAndTime},
- {"numSpacing",XML_numSpacing},
+ {"legendEntry",XML_legendEntry},
+ {"horzCross",XML_horzCross},
+ {"minorUnit",XML_minorUnit},
+ {"documentType",XML_documentType},
+ {"powderBlue",XML_powderBlue},
+ {"autoShow",XML_autoShow},
+ {"customWorkbookView",XML_customWorkbookView},
+ {"nextMonth",XML_nextMonth},
+ {"tmAbs",XML_tmAbs},
{"Row",XML_Row},
- {"keepLines",XML_keepLines},
- {"objDist",XML_objDist},
- {"absolute",XML_absolute},
- {"deleteCol",XML_deleteCol},
- {"ProductionCompany",XML_ProductionCompany},
- {"gridLines",XML_gridLines},
- {"txPr",XML_txPr},
- {"RelationshipsGroupReference",XML_RelationshipsGroupReference},
- {"springGreen",XML_springGreen},
- {"alphaCeiling",XML_alphaCeiling},
- {"Relationship",XML_Relationship},
- {"multipleFieldFilters",XML_multipleFieldFilters},
+ {"begSty",XML_begSty},
+ {"paperClips",XML_paperClips},
+ {"tblInd",XML_tblInd},
+ {"webHidden",XML_webHidden},
+ {"argPr",XML_argPr},
+ {"shapeDefaults",XML_shapeDefaults},
+ {"mosaic",XML_mosaic},
+ {"barChart",XML_barChart},
+ {"nonNorm",XML_nonNorm},
+ {"numberStoredAsText",XML_numberStoredAsText},
+ {"oleUpdate",XML_oleUpdate},
+ {"Colored",XML_Colored},
+ {"builtIn",XML_builtIn},
+ {"ConferenceProceedings",XML_ConferenceProceedings},
+ {"tIns",XML_tIns},
+ {"parallelogram",XML_parallelogram},
+ {"htmlFormat",XML_htmlFormat},
+ {"loext",XML_loext},
+ {"quotePrefix",XML_quotePrefix},
+ {"chartSpace",XML_chartSpace},
+ {"seaGreen",XML_seaGreen},
+ {"fullDate",XML_fullDate},
+ {"filterColumn",XML_filterColumn},
+ {"boxPr",XML_boxPr},
+ {"asciiTheme",XML_asciiTheme},
+ {"fillToRect",XML_fillToRect},
+ {"extrusionok",XML_extrusionok},
+ {"accentBorderCallout2",XML_accentBorderCallout2},
+ {"showError",XML_showError},
+ {"supportSubquery",XML_supportSubquery},
+ {"3Symbols",XML_3Symbols},
+ {"numLit",XML_numLit},
+ {"instrText",XML_instrText},
+ {"captionEqual",XML_captionEqual},
+ {"evenPage",XML_evenPage},
+ {"newsflash",XML_newsflash},
+ {"First",XML_First},
+ {"qFormat",XML_qFormat},
+ {"endPts",XML_endPts},
+ {"bandFmt",XML_bandFmt},
+ {"equ",XML_equ},
+ {"rId",XML_rId},
+ {"Bitmap",XML_Bitmap},
+ {"bandFmts",XML_bandFmts},
+ {"unhideWhenUsed",XML_unhideWhenUsed},
+ {"delInstrText",XML_delInstrText},
+ {"sharksTeeth",XML_sharksTeeth},
+ {"codeName",XML_codeName},
+ {"customWidth",XML_customWidth},
+ {"endPos",XML_endPos},
+ {"headEnd",XML_headEnd},
+ {"tabLst",XML_tabLst},
+ {"radPr",XML_radPr},
+ {"highKashida",XML_highKashida},
+ {"sdtContentLocked",XML_sdtContentLocked},
+ {"noVBand",XML_noVBand},
+ {"outlineSymbols",XML_outlineSymbols},
+ {"documentProtection",XML_documentProtection},
+ {"paragraph",XML_paragraph},
+ {"spcPts",XML_spcPts},
+ {"mathPr",XML_mathPr},
+ {"recordCount",XML_recordCount},
+ {"lightUp",XML_lightUp},
+ {"clrChange",XML_clrChange},
{"chineseCountingThousand",XML_chineseCountingThousand},
- {"frozenSplit",XML_frozenSplit},
- {"embeddedFont",XML_embeddedFont},
- {"consecutiveHyphenLimit",XML_consecutiveHyphenLimit},
- {"embeddedFontLst",XML_embeddedFontLst},
- {"afterEffect",XML_afterEffect},
- {"koreanCounting",XML_koreanCounting},
- {"addlxml",XML_addlxml},
- {"artisticTexturizer",XML_artisticTexturizer},
- {"VTEdit",XML_VTEdit},
- {"bestFit",XML_bestFit},
- {"nodePh",XML_nodePh},
- {"artDeco",XML_artDeco},
- {"tgtFrame",XML_tgtFrame},
- {"ltSteelBlue",XML_ltSteelBlue},
- {"mailSubject",XML_mailSubject},
- {"clickEffect",XML_clickEffect},
+ {"buSzPts",XML_buSzPts},
+ {"extrusioncolor",XML_extrusioncolor},
+ {"cxnSp",XML_cxnSp},
+ {"flowersTiny",XML_flowersTiny},
+ {"japaneseCounting",XML_japaneseCounting},
+ {"dgmfontsize",XML_dgmfontsize},
+ {"singleQuote",XML_singleQuote},
+ {"wd2",XML_wd2},
+ {"textbox",XML_textbox},
{"pRg",XML_pRg},
- {"noSpaceRaiseLower",XML_noSpaceRaiseLower},
- {"gradientUnscaled",XML_gradientUnscaled},
- {"constrLst",XML_constrLst},
- {"gregorian",XML_gregorian},
- {"metadata",XML_metadata},
- {"ColHidden",XML_ColHidden},
- {"linestyle",XML_linestyle},
- {"sheetPr",XML_sheetPr},
- {"perspectiveBelow",XML_perspectiveBelow},
- {"timePeriod",XML_timePeriod},
- {"RootElement",XML_RootElement},
- {"frameStyle3",XML_frameStyle3},
- {"dgmscaley",XML_dgmscaley},
- {"clrFrom",XML_clrFrom},
- {"childStyle",XML_childStyle},
- {"customXml",XML_customXml},
- {"dataSource",XML_dataSource},
- {"byPosition",XML_byPosition},
- {"MapInfo",XML_MapInfo},
- {"secondColumnStripe",XML_secondColumnStripe},
- {"printDrill",XML_printDrill},
+ {"perspectiveRight",XML_perspectiveRight},
+ {"presetSubtype",XML_presetSubtype},
{"fontRef",XML_fontRef},
- {"rotWithShape",XML_rotWithShape},
- {"nameLen",XML_nameLen},
- {"dataSourceSort",XML_dataSourceSort},
- {"hiddenColumns",XML_hiddenColumns},
- {"hyphenationZone",XML_hyphenationZone},
- {"greenYellow",XML_greenYellow},
- {"adjustColumnWidth",XML_adjustColumnWidth},
- {"firecrackers",XML_firecrackers},
- {"serverZoom",XML_serverZoom},
- {"hyperlink",XML_hyperlink},
+ {"leftMargin",XML_leftMargin},
+ {"custSplit",XML_custSplit},
+ {"barPr",XML_barPr},
{"Anchor",XML_Anchor},
- {"Checked",XML_Checked},
- {"radPr",XML_radPr},
- {"sheetProtection",XML_sheetProtection},
- {"fillToRect",XML_fillToRect},
- {"firstColumn",XML_firstColumn},
+ {"sId",XML_sId},
+ {"mapPins",XML_mapPins},
+ {"crossesAt",XML_crossesAt},
+ {"Visible",XML_Visible},
+ {"hours",XML_hours},
+ {"hour",XML_hour},
+ {"vMerge",XML_vMerge},
+ {"shapetype",XML_shapetype},
+ {"gapDepth",XML_gapDepth},
+ {"postageStamp",XML_postageStamp},
+ {"refreshedDate",XML_refreshedDate},
+ {"alignTx",XML_alignTx},
+ {"pBdr",XML_pBdr},
+ {"cmAuthor",XML_cmAuthor},
+ {"adjustColumnWidth",XML_adjustColumnWidth},
+ {"source",XML_source},
+ {"previousCol",XML_previousCol},
+ {"txPr",XML_txPr},
+ {"artisticCement",XML_artisticCement},
+ {"koreanCounting",XML_koreanCounting},
+ {"Characters",XML_Characters},
+ {"ConferenceName",XML_ConferenceName},
+ {"sSup",XML_sSup},
+ {"spellEnd",XML_spellEnd},
+ {"prstShdw",XML_prstShdw},
+ {"progId",XML_progId},
+ {"endSty",XML_endSty},
+ {"conditionalFormattings",XML_conditionalFormattings},
+ {"artisticCutout",XML_artisticCutout},
+ {"darkenLess",XML_darkenLess},
+ {"colorsDef",XML_colorsDef},
+ {"discretePr",XML_discretePr},
+ {"fieldPrintTitles",XML_fieldPrintTitles},
+ {"scrollbar",XML_scrollbar},
+ {"artisticTexturizer",XML_artisticTexturizer},
+ {"wd32",XML_wd32},
+ {"lnDef",XML_lnDef},
+ {"graphicEl",XML_graphicEl},
+ {"rightChars",XML_rightChars},
+ {"medAquamarine",XML_medAquamarine},
+ {"cryptSpinCount",XML_cryptSpinCount},
{"artisticWatercolorSponge",XML_artisticWatercolorSponge},
- {"singleQuote",XML_singleQuote},
+ {"custShow",XML_custShow},
+ {"majorUnit",XML_majorUnit},
{"lblAlgn",XML_lblAlgn},
- {"rowSpan",XML_rowSpan},
- {"rPh",XML_rPh},
- {"hiddenColumn",XML_hiddenColumn},
- {"3Flags",XML_3Flags},
- {"commentList",XML_commentList},
- {"suppressBottomSpacing",XML_suppressBottomSpacing},
- {"oleUpdate",XML_oleUpdate},
- {"frameStyle1",XML_frameStyle1},
- {"firstSliceAng",XML_firstSliceAng},
- {"uFill",XML_uFill},
- {"documentType",XML_documentType},
- {"Performance",XML_Performance},
- {"proxy",XML_proxy},
- {"splitPos",XML_splitPos},
+ {"differentFirst",XML_differentFirst},
{"phldrT",XML_phldrT},
- {"database",XML_database},
- {"Embed",XML_Embed},
- {"summaryRight",XML_summaryRight},
- {"endPts",XML_endPts},
- {"ideographZodiacTraditional",XML_ideographZodiacTraditional},
- {"topAutoShow",XML_topAutoShow},
- {"mapPins",XML_mapPins},
- {"iterateCount",XML_iterateCount},
- {"endPos",XML_endPos},
- {"sheetPosition",XML_sheetPosition},
- {"wheel",XML_wheel},
- {"anchorCtr",XML_anchorCtr},
- {"legacyIndent",XML_legacyIndent},
- {"CharactersWithSpaces",XML_CharactersWithSpaces},
- {"appName",XML_appName},
- {"numFmt",XML_numFmt},
- {"numFmts",XML_numFmts},
- {"spcPts",XML_spcPts},
- {"dkGreen",XML_dkGreen},
- {"dkSlateBlue",XML_dkSlateBlue},
- {"autoShow",XML_autoShow},
- {"notSpecified",XML_notSpecified},
- {"dotDmnd",XML_dotDmnd},
- {"curvedDownArrow",XML_curvedDownArrow},
- {"insDel",XML_insDel},
- {"rsidDel",XML_rsidDel},
- {"rupBuild",XML_rupBuild},
- {"Corporate",XML_Corporate},
- {"chartPlus",XML_chartPlus},
- {"medAquamarine",XML_medAquamarine},
- {"compressPunctuationAndJapaneseKana",XML_compressPunctuationAndJapaneseKana},
- {"titlePg",XML_titlePg},
- {"captionText",XML_captionText},
- {"numForm",XML_numForm},
- {"pageWrap",XML_pageWrap},
- {"negativeFillColor",XML_negativeFillColor},
+ {"snip1Rect",XML_snip1Rect},
{"information",XML_information},
- {"perspectiveRight",XML_perspectiveRight},
- {"colFields",XML_colFields},
- {"oldName",XML_oldName},
- {"outlineSymbols",XML_outlineSymbols},
- {"postageStamp",XML_postageStamp},
- {"lowestEdited",XML_lowestEdited},
- {"twoPt",XML_twoPt},
- {"begPad",XML_begPad},
- {"supportSubquery",XML_supportSubquery},
- {"blipPhldr",XML_blipPhldr},
- {"ellipseRibbon",XML_ellipseRibbon},
- {"firstLine",XML_firstLine},
- {"numPr",XML_numPr},
- {"shadeToTitle",XML_shadeToTitle},
- {"constrainbounds",XML_constrainbounds},
- {"sysClr",XML_sysClr},
- {"parallelogram",XML_parallelogram},
- {"bookmarkEnd",XML_bookmarkEnd},
- {"lnSpPar",XML_lnSpPar},
- {"connectloc",XML_connectloc},
- {"horzStripe",XML_horzStripe},
- {"instrText",XML_instrText},
- {"secondColumnSubheading",XML_secondColumnSubheading},
- {"japaneseCounting",XML_japaneseCounting},
- {"freezing",XML_freezing},
- {"Manager",XML_Manager},
{"sideWall",XML_sideWall},
+ {"seriesIdx",XML_seriesIdx},
+ {"statusText",XML_statusText},
+ {"pageWrap",XML_pageWrap},
{"perspectiveRelaxed",XML_perspectiveRelaxed},
- {"removeDataOnSave",XML_removeDataOnSave},
- {"docPr",XML_docPr},
- {"endSync",XML_endSync},
- {"applyBorder",XML_applyBorder},
- {"presetSubtype",XML_presetSubtype},
- {"beneathText",XML_beneathText},
- {"extrusionok",XML_extrusionok},
- {"Icon",XML_Icon},
- {"barPr",XML_barPr},
- {"axPos",XML_axPos},
- {"rMargin",XML_rMargin},
- {"atMost",XML_atMost},
- {"lMargin",XML_lMargin},
- {"minSubtotal",XML_minSubtotal},
- {"doNotShadeFormData",XML_doNotShadeFormData},
- {"defQFormat",XML_defQFormat},
- {"txXfrm",XML_txXfrm},
+ {"wrapcoords",XML_wrapcoords},
{"stockChart",XML_stockChart},
- {"alignTx",XML_alignTx},
- {"rightChars",XML_rightChars},
- {"vertJc",XML_vertJc},
- {"clientData",XML_clientData},
- {"applyToSides",XML_applyToSides},
- {"previousCol",XML_previousCol},
- {"sumSubtotal",XML_sumSubtotal},
- {"chartSpace",XML_chartSpace},
- {"splitFirst",XML_splitFirst},
- {"ellipseRibbon2",XML_ellipseRibbon2},
- {"nonNorm",XML_nonNorm},
- {"chExt",XML_chExt},
- {"oddPage",XML_oddPage},
- {"parameterType",XML_parameterType},
- {"heebieJeebies",XML_heebieJeebies},
- {"champagneBottle",XML_champagneBottle},
- {"perspectiveHeroicLeftFacing",XML_perspectiveHeroicLeftFacing},
- {"perspectiveHeroicExtremeLeftFacing",XML_perspectiveHeroicExtremeLeftFacing},
- {"perspectiveHeroicExtremeRightFacing",XML_perspectiveHeroicExtremeRightFacing},
- {"paperHeight",XML_paperHeight},
- {"webHidden",XML_webHidden},
- {"creaturesFish",XML_creaturesFish},
- {"Case",XML_Case},
- {"gridDropZones",XML_gridDropZones},
- {"vortex",XML_vortex},
- {"cryptSpinCount",XML_cryptSpinCount},
- {"square",XML_square},
- {"autolayout",XML_autolayout},
- {"tableStyle",XML_tableStyle},
- {"tableStyles",XML_tableStyles},
- {"userK",XML_userK},
- {"bMarg",XML_bMarg},
- {"forName",XML_forName},
+ {"flowersDaisies",XML_flowersDaisies},
+ {"hiragana",XML_hiragana},
+ {"rowSpan",XML_rowSpan},
+ {"schemaRefs",XML_schemaRefs},
+ {"warning",XML_warning},
+ {"schemaRef",XML_schemaRef},
+ {"bottomLeft",XML_bottomLeft},
+ {"patternType",XML_patternType},
+ {"rsidDel",XML_rsidDel},
+ {"dotDash",XML_dotDash},
+ {"spDef",XML_spDef},
+ {"docPr",XML_docPr},
+ {"fontId",XML_fontId},
+ {"anchorCtr",XML_anchorCtr},
+ {"opacity2",XML_opacity2},
{"actionButtonHome",XML_actionButtonHome},
{"actionButtonMovie",XML_actionButtonMovie},
- {"smConfetti",XML_smConfetti},
- {"accentbar",XML_accentbar},
- {"allPts",XML_allPts},
- {"custSplit",XML_custSplit},
- {"Choice",XML_Choice},
- {"rMarg",XML_rMarg},
- {"lMarg",XML_lMarg},
- {"snip1Rect",XML_snip1Rect},
- {"worksheet",XML_worksheet},
- {"activeBorder",XML_activeBorder},
- {"matrix",XML_matrix},
- {"gridLegend",XML_gridLegend},
- {"preserveHistory",XML_preserveHistory},
- {"updatedVersion",XML_updatedVersion},
- {"gridBefore",XML_gridBefore},
- {"horzCross",XML_horzCross},
- {"custEq",XML_custEq},
- {"dkSalmon",XML_dkSalmon},
- {"depthPercent",XML_depthPercent},
+ {"textFile",XML_textFile},
+ {"autoPage",XML_autoPage},
+ {"lastWeek",XML_lastWeek},
+ {"darkUp",XML_darkUp},
+ {"PictureTiling",XML_PictureTiling},
+ {"custWatermarks",XML_custWatermarks},
+ {"productSubtotal",XML_productSubtotal},
+ {"rtShortDist",XML_rtShortDist},
+ {"rupBuild",XML_rupBuild},
+ {"hiddenColumns",XML_hiddenColumns},
+ {"printDrill",XML_printDrill},
+ {"freeze",XML_freeze},
+ {"MapInfo",XML_MapInfo},
{"actionButtonHelp",XML_actionButtonHelp},
- {"powderBlue",XML_powderBlue},
- {"tableStyleInfo",XML_tableStyleInfo},
- {"startAt",XML_startAt},
+ {"iterateCount",XML_iterateCount},
+ {"filterMode",XML_filterMode},
+ {"showEnvelope",XML_showEnvelope},
+ {"oldComment",XML_oldComment},
+ {"mathPlus",XML_mathPlus},
{"actionButtonReturn",XML_actionButtonReturn},
- {"cryptProviderTypeExtSource",XML_cryptProviderTypeExtSource},
- {"fillRect",XML_fillRect},
- {"sldIdLst",XML_sldIdLst},
- {"thaiDist",XML_thaiDist},
- {"marH",XML_marH},
- {"autoLine",XML_autoLine},
- {"cacheFields",XML_cacheFields},
- {"actionButtonEnd",XML_actionButtonEnd},
- {"hideLeft",XML_hideLeft},
- {"noPunctuationKerning",XML_noPunctuationKerning},
- {"singleLevel",XML_singleLevel},
- {"manualBreakCount",XML_manualBreakCount},
- {"avgSubtotal",XML_avgSubtotal},
- {"obliqueRight",XML_obliqueRight},
- {"suppressAutoHyphens",XML_suppressAutoHyphens},
- {"smGrid",XML_smGrid},
- {"lastWeek",XML_lastWeek},
+ {"layoutDef",XML_layoutDef},
+ {"frameStyle4",XML_frameStyle4},
+ {"crossBetween",XML_crossBetween},
+ {"numPr",XML_numPr},
+ {"colLast",XML_colLast},
+ {"dimensionUniqueName",XML_dimensionUniqueName},
+ {"orthographicFront",XML_orthographicFront},
+ {"minLength",XML_minLength},
+ {"hiddenColumn",XML_hiddenColumn},
+ {"ellipseRibbon",XML_ellipseRibbon},
+ {"Format",XML_Format},
+ {"frameStyle7",XML_frameStyle7},
+ {"allLines",XML_allLines},
+ {"fontScale",XML_fontScale},
+ {"rowHierarchiesUsage",XML_rowHierarchiesUsage},
+ {"setDefinition",XML_setDefinition},
+ {"metadataStrings",XML_metadataStrings},
+ {"bwnormal",XML_bwnormal},
+ {"animEffect",XML_animEffect},
+ {"axisColor",XML_axisColor},
{"characterSpacingControl",XML_characterSpacingControl},
- {"charRg",XML_charRg},
- {"4Rating",XML_4Rating},
- {"bIns",XML_bIns},
+ {"Relationships",XML_Relationships},
+ {"custFtrs",XML_custFtrs},
+ {"mathMinus",XML_mathMinus},
+ {"RelationshipReference",XML_RelationshipReference},
+ {"vacatedStyle",XML_vacatedStyle},
+ {"totalsRowCount",XML_totalsRowCount},
+ {"dxfId",XML_dxfId},
+ {"curvedLeftArrow",XML_curvedLeftArrow},
+ {"secondColumnStripe",XML_secondColumnStripe},
+ {"activeBorder",XML_activeBorder},
{"actionButtonInformation",XML_actionButtonInformation},
- {"clipArt",XML_clipArt},
- {"schemaRefs",XML_schemaRefs},
- {"BorderStyle",XML_BorderStyle},
- {"circlesLines",XML_circlesLines},
- {"schemaRef",XML_schemaRef},
- {"seriesEl",XML_seriesEl},
- {"rIns",XML_rIns},
- {"tableStyleElement",XML_tableStyleElement},
- {"lIns",XML_lIns},
- {"relaxedInset",XML_relaxedInset},
- {"algIdExtSource",XML_algIdExtSource},
+ {"AppVersion",XML_AppVersion},
+ {"vertical",XML_vertical},
+ {"RelationshipsGroupReference",XML_RelationshipsGroupReference},
+ {"chartFormat",XML_chartFormat},
+ {"chartFormats",XML_chartFormats},
+ {"deleteColumns",XML_deleteColumns},
+ {"Relationship",XML_Relationship},
+ {"shapeId",XML_shapeId},
+ {"PictPrint",XML_PictPrint},
+ {"catLst",XML_catLst},
+ {"trapezoid",XML_trapezoid},
{"tableColumns",XML_tableColumns},
- {"tableStyleId",XML_tableStyleId},
- {"alphaFloor",XML_alphaFloor},
- {"applyStyles",XML_applyStyles},
- {"cacheField",XML_cacheField},
- {"refreshAllConnections",XML_refreshAllConnections},
- {"True",XML_True},
- {"paragraph",XML_paragraph},
- {"preserveFormatting",XML_preserveFormatting},
- {"thaiDistribute",XML_thaiDistribute},
- {"actionButtonSound",XML_actionButtonSound},
- {"5Rating",XML_5Rating},
- {"nvSpPr",XML_nvSpPr},
- {"containsMixedTypes",XML_containsMixedTypes},
- {"Author",XML_Author},
- {"evenPage",XML_evenPage},
- {"layoutInCell",XML_layoutInCell},
- {"lnTlToBr",XML_lnTlToBr},
- {"weave",XML_weave},
- {"tableColumn",XML_tableColumn},
- {"tblpY",XML_tblpY},
- {"groupLevels",XML_groupLevels},
- {"mathPr",XML_mathPr},
- {"recipientData",XML_recipientData},
- {"iconFilter",XML_iconFilter},
- {"hideBot",XML_hideBot},
- {"tmplLst",XML_tmplLst},
- {"animLvl",XML_animLvl},
- {"fieldPrintTitles",XML_fieldPrintTitles},
- {"3Symbols",XML_3Symbols},
- {"wps",XML_wps},
- {"secondSubtotalColumn",XML_secondSubtotalColumn},
+ {"bestFit",XML_bestFit},
+ {"RowHidden",XML_RowHidden},
+ {"showMemberPropertyTips",XML_showMemberPropertyTips},
+ {"showFormatting",XML_showFormatting},
+ {"lBounds",XML_lBounds},
+ {"containsInteger",XML_containsInteger},
+ {"wd10",XML_wd10},
+ {"animScale",XML_animScale},
+ {"artDeco",XML_artDeco},
+ {"outlineData",XML_outlineData},
+ {"flatBorders",XML_flatBorders},
+ {"gradientUnscaled",XML_gradientUnscaled},
+ {"strCache",XML_strCache},
+ {"attachedTemplate",XML_attachedTemplate},
+ {"plum",XML_plum},
+ {"actionButtonEnd",XML_actionButtonEnd},
{"allowPng",XML_allowPng},
- {"custHdrs",XML_custHdrs},
- {"bwMode",XML_bwMode},
- {"autoFilter",XML_autoFilter},
- {"axisColor",XML_axisColor},
+ {"thaiDist",XML_thaiDist},
+ {"wd12",XML_wd12},
+ {"hMerge",XML_hMerge},
+ {"textFields",XML_textFields},
+ {"pieChart",XML_pieChart},
+ {"tableColumn",XML_tableColumn},
+ {"keyAttribute",XML_keyAttribute},
+ {"begPad",XML_begPad},
+ {"woodwork",XML_woodwork},
+ {"disabled",XML_disabled},
+ {"alphaCeiling",XML_alphaCeiling},
+ {"percentOfTotal",XML_percentOfTotal},
+ {"hyperlink",XML_hyperlink},
+ {"objDist",XML_objDist},
+ {"convex",XML_convex},
+ {"frameStyle5",XML_frameStyle5},
+ {"hpsRaise",XML_hpsRaise},
{"unlocked",XML_unlocked},
+ {"activeRecord",XML_activeRecord},
+ {"atMost",XML_atMost},
+ {"dbPr",XML_dbPr},
+ {"lineInv",XML_lineInv},
+ {"applyToSides",XML_applyToSides},
+ {"personalCompose",XML_personalCompose},
+ {"clearComments",XML_clearComments},
+ {"buClr",XML_buClr},
+ {"printFormsData",XML_printFormsData},
+ {"oldLength",XML_oldLength},
+ {"greenMod",XML_greenMod},
+ {"firstPage",XML_firstPage},
{"oldPh",XML_oldPh},
- {"Artist",XML_Artist},
- {"endPad",XML_endPad},
- {"dispEq",XML_dispEq},
- {"captionEndsWith",XML_captionEndsWith},
- {"multiLine",XML_multiLine},
- {"lstStyle",XML_lstStyle},
- {"fillRef",XML_fillRef},
- {"autoPage",XML_autoPage},
- {"eclipsingSquares2",XML_eclipsingSquares2},
- {"userY",XML_userY},
- {"rAng",XML_rAng},
- {"thaiLetters",XML_thaiLetters},
- {"hpsRaise",XML_hpsRaise},
- {"ltCoral",XML_ltCoral},
- {"rId",XML_rId},
- {"newsflash",XML_newsflash},
- {"builtIn",XML_builtIn},
- {"solidDmnd",XML_solidDmnd},
- {"mainDocumentType",XML_mainDocumentType},
- {"clrSpc",XML_clrSpc},
- {"docPart",XML_docPart},
- {"docParts",XML_docParts},
- {"hiragana",XML_hiragana},
- {"Inc",XML_Inc},
+ {"axisCol",XML_axisCol},
+ {"4Rating",XML_4Rating},
+ {"conditionalFormatting",XML_conditionalFormatting},
+ {"Max",XML_Max},
+ {"yWindow",XML_yWindow},
+ {"deleteCol",XML_deleteCol},
+ {"hueDir",XML_hueDir},
+ {"thaiDistribute",XML_thaiDistribute},
+ {"noAutofit",XML_noAutofit},
+ {"oddPage",XML_oddPage},
+ {"ideographZodiacTraditional",XML_ideographZodiacTraditional},
+ {"viewPr",XML_viewPr},
+ {"radarChart",XML_radarChart},
{"leftChars",XML_leftChars},
- {"sizeRepresents",XML_sizeRepresents},
- {"ltPink",XML_ltPink},
- {"showButton",XML_showButton},
- {"checkCompatibility",XML_checkCompatibility},
- {"sortMethod",XML_sortMethod},
- {"fontKey",XML_fontKey},
- {"seaGreen",XML_seaGreen},
+ {"varLst",XML_varLst},
+ {"softEdge",XML_softEdge},
+ {"textDirection",XML_textDirection},
+ {"deepPink",XML_deepPink},
+ {"fHdr",XML_fHdr},
+ {"issignatureline",XML_issignatureline},
+ {"Corporate",XML_Corporate},
+ {"halfwidthKatakana",XML_halfwidthKatakana},
+ {"measureGroups",XML_measureGroups},
+ {"Column",XML_Column},
+ {"russianLower",XML_russianLower},
+ {"gridDropZones",XML_gridDropZones},
+ {"modelId",XML_modelId},
+ {"stringRefSyntax",XML_stringRefSyntax},
+ {"cellIs",XML_cellIs},
+ {"Author",XML_Author},
+ {"manualBreakCount",XML_manualBreakCount},
+ {"gingerbreadMan",XML_gingerbreadMan},
+ {"mathFont",XML_mathFont},
+ {"styleId",XML_styleId},
+ {"5Rating",XML_5Rating},
+ {"autoTxt",XML_autoTxt},
+ {"doNotShadeFormData",XML_doNotShadeFormData},
+ {"HiddenSlides",XML_HiddenSlides},
+ {"clrSpc",XML_clrSpc},
{"xf",XML_xf},
- {"blipFill",XML_blipFill},
- {"bwnormal",XML_bwnormal},
+ {"frameStyle3",XML_frameStyle3},
+ {"zoomScale",XML_zoomScale},
+ {"rtlGutter",XML_rtlGutter},
+ {"eachPage",XML_eachPage},
{"bCtrCh",XML_bCtrCh},
- {"axisCol",XML_axisCol},
- {"gdRefY",XML_gdRefY},
- {"groupLevel",XML_groupLevel},
- {"footnoteLayoutLikeWW8",XML_footnoteLayoutLikeWW8},
+ {"percentOfCol",XML_percentOfCol},
+ {"showWhiteSpace",XML_showWhiteSpace},
+ {"actionButtonSound",XML_actionButtonSound},
+ {"autoEnd",XML_autoEnd},
+ {"measureGroup",XML_measureGroup},
+ {"CharactersWithSpaces",XML_CharactersWithSpaces},
+ {"bwMode",XML_bwMode},
+ {"textField",XML_textField},
+ {"twoCell",XML_twoCell},
+ {"captionText",XML_captionText},
+ {"attrName",XML_attrName},
+ {"centerGroup",XML_centerGroup},
+ {"presName",XML_presName},
{"rCtrCh",XML_rCtrCh},
{"lCtrCh",XML_lCtrCh},
- {"progId",XML_progId},
- {"irregularSeal2",XML_irregularSeal2},
- {"autoTxt",XML_autoTxt},
- {"oneField",XML_oneField},
- {"Bottom",XML_Bottom},
- {"colDelim",XML_colDelim},
- {"tMarg",XML_tMarg},
+ {"compatLnSpc",XML_compatLnSpc},
{"darkTrellis",XML_darkTrellis},
- {"subDoc",XML_subDoc},
- {"docDefaults",XML_docDefaults},
- {"sdtPr",XML_sdtPr},
- {"documentProtection",XML_documentProtection},
+ {"charRg",XML_charRg},
+ {"cellIns",XML_cellIns},
+ {"proxy",XML_proxy},
+ {"mergeInterval",XML_mergeInterval},
+ {"endSync",XML_endSync},
+ {"frameStyle1",XML_frameStyle1},
+ {"priority",XML_priority},
+ {"menuBar",XML_menuBar},
+ {"fillRect",XML_fillRect},
+ {"dateFormat",XML_dateFormat},
+ {"secondSubtotalColumn",XML_secondSubtotalColumn},
+ {"christmasTree",XML_christmasTree},
+ {"allPts",XML_allPts},
+ {"pasteComments",XML_pasteComments},
{"numberOfShades",XML_numberOfShades},
- {"anchory",XML_anchory},
- {"sId",XML_sId},
- {"manifestLocation",XML_manifestLocation},
- {"firebrick",XML_firebrick},
- {"aqua",XML_aqua},
- {"stringRefSyntax",XML_stringRefSyntax},
- {"antsRed",XML_antsRed},
- {"lineMarker",XML_lineMarker},
- {"activeRecord",XML_activeRecord},
- {"defaultThemeVersion",XML_defaultThemeVersion},
- {"extrusioncolor",XML_extrusioncolor},
- {"quotePrefix",XML_quotePrefix},
- {"issignatureline",XML_issignatureline},
- {"dataCaption",XML_dataCaption},
- {"bldDgm",XML_bldDgm},
- {"custWatermarks",XML_custWatermarks},
- {"showDropZones",XML_showDropZones},
- {"productSubtotal",XML_productSubtotal},
+ {"randomBar",XML_randomBar},
+ {"hundredMillions",XML_hundredMillions},
+ {"linestyle",XML_linestyle},
+ {"customBuiltin",XML_customBuiltin},
+ {"uFill",XML_uFill},
{"xsi",XML_xsi},
- {"perspectiveHeroicRightFacing",XML_perspectiveHeroicRightFacing},
- {"relativeHeight",XML_relativeHeight},
- {"metadataStrings",XML_metadataStrings},
- {"rev",XML_rev},
- {"coherent3DOff",XML_coherent3DOff},
- {"overlay",XML_overlay},
- {"mapleMuffins",XML_mapleMuffins},
- {"clearComments",XML_clearComments},
- {"cellDel",XML_cellDel},
- {"snapToGrid",XML_snapToGrid},
- {"deepPink",XML_deepPink},
+ {"skyBlue",XML_skyBlue},
{"actionButtonForwardNext",XML_actionButtonForwardNext},
- {"highlightClick",XML_highlightClick},
- {"secondRowSubheading",XML_secondRowSubheading},
- {"sameClick",XML_sameClick},
- {"errorStyle",XML_errorStyle},
- {"titleStyle",XML_titleStyle},
- {"mathPlus",XML_mathPlus},
- {"showWhiteSpace",XML_showWhiteSpace},
- {"fldData",XML_fldData},
- {"sizeAuto",XML_sizeAuto},
- {"ElectronicSource",XML_ElectronicSource},
- {"checkedBarBlack",XML_checkedBarBlack},
- {"seaShell",XML_seaShell},
- {"lnDef",XML_lnDef},
- {"artisticChalkSketch",XML_artisticChalkSketch},
- {"fontId",XML_fontId},
+ {"inactiveBorder",XML_inactiveBorder},
+ {"sdtPr",XML_sdtPr},
+ {"docPart",XML_docPart},
+ {"frameStyle6",XML_frameStyle6},
+ {"docParts",XML_docParts},
+ {"rev",XML_rev},
+ {"altName",XML_altName},
+ {"ptType",XML_ptType},
+ {"textWrapping",XML_textWrapping},
+ {"secondSubtotalRow",XML_secondSubtotalRow},
+ {"axisPage",XML_axisPage},
+ {"attachedSchema",XML_attachedSchema},
+ {"docGrid",XML_docGrid},
+ {"endPad",XML_endPad},
+ {"supportAdvancedDrill",XML_supportAdvancedDrill},
+ {"oddFooter",XML_oddFooter},
+ {"totalsRowCellStyle",XML_totalsRowCellStyle},
+ {"perspectiveBelow",XML_perspectiveBelow},
+ {"checkCompatibility",XML_checkCompatibility},
+ {"smartTags",XML_smartTags},
+ {"Edit",XML_Edit},
+ {"Artist",XML_Artist},
+ {"tCtrCh",XML_tCtrCh},
{"Override",XML_Override},
- {"mailMerge",XML_mailMerge},
- {"lastEdited",XML_lastEdited},
- {"custUnit",XML_custUnit},
- {"useDef",XML_useDef},
- {"tIns",XML_tIns},
- {"twistedLines2",XML_twistedLines2},
- {"vacatedStyle",XML_vacatedStyle},
- {"cnfStyle",XML_cnfStyle},
- {"mruColors",XML_mruColors},
- {"hlinkHover",XML_hlinkHover},
+ {"secondColumnSubheading",XML_secondColumnSubheading},
+ {"coherent3DOff",XML_coherent3DOff},
+ {"gregorianXlitFrench",XML_gregorianXlitFrench},
+ {"dataCaption",XML_dataCaption},
+ {"pageFields",XML_pageFields},
+ {"autoFormatOverride",XML_autoFormatOverride},
+ {"startNum",XML_startNum},
+ {"firebrick",XML_firebrick},
+ {"hslClr",XML_hslClr},
+ {"lowestEdited",XML_lowestEdited},
+ {"recipientData",XML_recipientData},
{"fov",XML_fov},
- {"sysDot",XML_sysDot},
- {"web",XML_web},
- {"trHeight",XML_trHeight},
- {"text",XML_text},
- {"swooshArrow",XML_swooshArrow},
- {"3Symbols2",XML_3Symbols2},
- {"equation",XML_equation},
+ {"Editor",XML_Editor},
+ {"negativeFillColor",XML_negativeFillColor},
+ {"rowHierarchyUsage",XML_rowHierarchyUsage},
+ {"scatterChart",XML_scatterChart},
+ {"flowersModern1",XML_flowersModern1},
+ {"creaturesFish",XML_creaturesFish},
+ {"outsideMargin",XML_outsideMargin},
+ {"worksheet",XML_worksheet},
+ {"outlineViewPr",XML_outlineViewPr},
+ {"tblpPr",XML_tblpPr},
+ {"hlinkMouseOver",XML_hlinkMouseOver},
+ {"byPosition",XML_byPosition},
+ {"antsRed",XML_antsRed},
+ {"PasswordChar",XML_PasswordChar},
+ {"sldNum",XML_sldNum},
+ {"tablePart",XML_tablePart},
+ {"tableParts",XML_tableParts},
+ {"lastCol",XML_lastCol},
+ {"mpMap",XML_mpMap},
+ {"beneathText",XML_beneathText},
+ {"mainDocumentType",XML_mainDocumentType},
+ {"autoFormatId",XML_autoFormatId},
+ {"textButtonPour",XML_textButtonPour},
+ {"irregularSeal1",XML_irregularSeal1},
+ {"childStyle",XML_childStyle},
+ {"uniqueValues",XML_uniqueValues},
+ {"Paragraphs",XML_Paragraphs},
+ {"secondRowSubheading",XML_secondRowSubheading},
+ {"insDel",XML_insDel},
+ {"fillRef",XML_fillRef},
+ {"HyperlinksChanged",XML_HyperlinksChanged},
+ {"bgClr",XML_bgClr},
+ {"textButton",XML_textButton},
+ {"phClr",XML_phClr},
+ {"showDropZones",XML_showDropZones},
+ {"mdxSubqueries",XML_mdxSubqueries},
+ {"uncheckedState",XML_uncheckedState},
{"xl97",XML_xl97},
- {"oMath",XML_oMath},
- {"skyBlue",XML_skyBlue},
- {"aliceBlue",XML_aliceBlue},
- {"grpFill",XML_grpFill},
- {"followColorScheme",XML_followColorScheme},
- {"notContains",XML_notContains},
- {"orthographicFront",XML_orthographicFront},
- {"clrIdx",XML_clrIdx},
- {"discretePr",XML_discretePr},
- {"spDef",XML_spDef},
- {"First",XML_First},
- {"randomBar",XML_randomBar},
- {"Hiragana",XML_Hiragana},
- {"syncRef",XML_syncRef},
- {"animScale",XML_animScale},
- {"onClick",XML_onClick},
- {"personalCompose",XML_personalCompose},
+ {"3Flags",XML_3Flags},
+ {"multipleFieldFilters",XML_multipleFieldFilters},
+ {"prstMaterial",XML_prstMaterial},
+ {"obliqueRight",XML_obliqueRight},
+ {"childTnLst",XML_childTnLst},
{"Accel",XML_Accel},
- {"fontScale",XML_fontScale},
- {"tblpX",XML_tblpX},
- {"tileRect",XML_tileRect},
- {"sourceRef",XML_sourceRef},
- {"sandyBrown",XML_sandyBrown},
- {"PictPrint",XML_PictPrint},
+ {"uniqueCount",XML_uniqueCount},
+ {"Spin",XML_Spin},
+ {"sizeRepresents",XML_sizeRepresents},
+ {"Edition",XML_Edition},
+ {"minSubtotal",XML_minSubtotal},
+ {"effectStyle",XML_effectStyle},
+ {"square",XML_square},
+ {"hardEdge",XML_hardEdge},
+ {"syncRef",XML_syncRef},
+ {"picLocks",XML_picLocks},
+ {"nextColumn",XML_nextColumn},
+ {"sldLayout",XML_sldLayout},
+ {"xdr",XML_xdr},
+ {"captionLessThan",XML_captionLessThan},
+ {"visible",XML_visible},
+ {"containsBlanks",XML_containsBlanks},
+ {"fgClr",XML_fgClr},
+ {"gregorianXlitEnglish",XML_gregorianXlitEnglish},
+ {"htmlTables",XML_htmlTables},
+ {"sumSubtotal",XML_sumSubtotal},
+ {"firstColumnStripe",XML_firstColumnStripe},
+ {"shadeToTitle",XML_shadeToTitle},
+ {"beforeLines",XML_beforeLines},
+ {"subtotalTop",XML_subtotalTop},
+ {"weave",XML_weave},
{"inv",XML_inv},
- {"perspectiveAbove",XML_perspectiveAbove},
+ {"bracePair",XML_bracePair},
+ {"endNum",XML_endNum},
+ {"Choice",XML_Choice},
+ {"alignBordersAndEdges",XML_alignBordersAndEdges},
+ {"pageField",XML_pageField},
+ {"growShrinkType",XML_growShrinkType},
+ {"axPos",XML_axPos},
+ {"oldLace",XML_oldLace},
+ {"midnightBlue",XML_midnightBlue},
+ {"Misc",XML_Misc},
+ {"chapNum",XML_chapNum},
+ {"anchorlock",XML_anchorlock},
+ {"cardinalText",XML_cardinalText},
+ {"showColumnStripes",XML_showColumnStripes},
+ {"variable",XML_variable},
+ {"cloudCallout",XML_cloudCallout},
+ {"wps",XML_wps},
+ {"effectLst",XML_effectLst},
+ {"fPrintsWithSheet",XML_fPrintsWithSheet},
+ {"startDate",XML_startDate},
+ {"showCell",XML_showCell},
+ {"False",XML_False},
+ {"borderBox",XML_borderBox},
+ {"shorebirdTracks",XML_shorebirdTracks},
+ {"textTriangle",XML_textTriangle},
+ {"Slides",XML_Slides},
+ {"Checked",XML_Checked},
+ {"areaError",XML_areaError},
+ {"subDoc",XML_subDoc},
{"reverse",XML_reverse},
- {"scrollbar",XML_scrollbar},
- {"containsBlank",XML_containsBlank},
- {"actionButtonBeginning",XML_actionButtonBeginning},
- {"odxf",XML_odxf},
- {"fixed",XML_fixed},
+ {"Station",XML_Station},
{"cover",XML_cover},
- {"totalsRowCount",XML_totalsRowCount},
- {"calcMode",XML_calcMode},
- {"birdsFlight",XML_birdsFlight},
- {"editAs",XML_editAs},
- {"minorBidi",XML_minorBidi},
+ {"x14",XML_x14},
+ {"wheel",XML_wheel},
+ {"Simple",XML_Simple},
+ {"dkOrchid",XML_dkOrchid},
+ {"summaryRight",XML_summaryRight},
+ {"numCache",XML_numCache},
+ {"compactData",XML_compactData},
{"xrange",XML_xrange},
- {"customBuiltin",XML_customBuiltin},
- {"growShrinkType",XML_growShrinkType},
- {"bulletEnabled",XML_bulletEnabled},
- {"prstShdw",XML_prstShdw},
- {"equal",XML_equal},
- {"noMove",XML_noMove},
- {"multiLevelType",XML_multiLevelType},
- {"slateBlue",XML_slateBlue},
- {"category",XML_category},
- {"userX",XML_userX},
- {"pasteComments",XML_pasteComments},
- {"ComboEdit",XML_ComboEdit},
+ {"exitMacro",XML_exitMacro},
+ {"serAx",XML_serAx},
+ {"Case",XML_Case},
+ {"noEndCap",XML_noEndCap},
+ {"noPunctuationKerning",XML_noPunctuationKerning},
+ {"embeddedFont",XML_embeddedFont},
+ {"embeddedFontLst",XML_embeddedFontLst},
+ {"clrIdx",XML_clrIdx},
{"divs",XML_divs},
- {"firstHeader",XML_firstHeader},
- {"chineseLegalSimplified",XML_chineseLegalSimplified},
- {"christmasTree",XML_christmasTree},
- {"taiwaneseDigital",XML_taiwaneseDigital},
- {"startAngle",XML_startAngle},
- {"xl2000",XML_xl2000},
- {"tCtrCh",XML_tCtrCh},
- {"PictureAlignment",XML_PictureAlignment},
- {"cellMerge",XML_cellMerge},
- {"custShow",XML_custShow},
- {"radarChart",XML_radarChart},
- {"dispUnits",XML_dispUnits},
- {"clrData",XML_clrData},
- {"thickBot",XML_thickBot},
- {"trackedChanges",XML_trackedChanges},
- {"scatterChart",XML_scatterChart},
- {"legacyWireframe",XML_legacyWireframe},
- {"tblDescription",XML_tblDescription},
- {"quadArrow",XML_quadArrow},
- {"showKeys",XML_showKeys},
- {"effectStyle",XML_effectStyle},
- {"4Arrows",XML_4Arrows},
- {"stringValue2",XML_stringValue2},
- {"defStyle",XML_defStyle},
- {"lastYear",XML_lastYear},
- {"gridLinesSet",XML_gridLinesSet},
- {"ltGray",XML_ltGray},
- {"gdRefX",XML_gdRefX},
- {"dkOrchid",XML_dkOrchid},
- {"dkGoldenrod",XML_dkGoldenrod},
- {"leaderLines",XML_leaderLines},
- {"disabled",XML_disabled},
- {"allPages",XML_allPages},
- {"modelId",XML_modelId},
- {"colHierarchiesUsage",XML_colHierarchiesUsage},
- {"Accel2",XML_Accel2},
- {"xdr",XML_xdr},
- {"whiteSmoke",XML_whiteSmoke},
- {"certificateBanner",XML_certificateBanner},
- {"btLr",XML_btLr},
- {"hMode",XML_hMode},
- {"lastCol",XML_lastCol},
- {"secondSubtotalRow",XML_secondSubtotalRow},
- {"5Arrows",XML_5Arrows},
- {"div",XML_div},
- {"keyAttribute",XML_keyAttribute},
- {"ptLst",XML_ptLst},
- {"prLst",XML_prLst},
- {"afterLines",XML_afterLines},
- {"subtotalTop",XML_subtotalTop},
- {"percentOfTotal",XML_percentOfTotal},
- {"ilvl",XML_ilvl},
+ {"uniqueList",XML_uniqueList},
+ {"cellDel",XML_cellDel},
+ {"graphicData",XML_graphicData},
+ {"dataModel",XML_dataModel},
+ {"protectedRange",XML_protectedRange},
+ {"iconFilter",XML_iconFilter},
+ {"protectedRanges",XML_protectedRanges},
+ {"animBg",XML_animBg},
+ {"fillId",XML_fillId},
+ {"medTurquoise",XML_medTurquoise},
+ {"dotDmnd",XML_dotDmnd},
{"papyrus",XML_papyrus},
- {"startDate",XML_startDate},
- {"smartTags",XML_smartTags},
- {"customWorkbookViews",XML_customWorkbookViews},
- {"uniqueCount",XML_uniqueCount},
- {"softHyphen",XML_softHyphen},
- {"bentArrow",XML_bentArrow},
- {"shorebirdTracks",XML_shorebirdTracks},
- {"anchorlock",XML_anchorlock},
- {"fldSimple",XML_fldSimple},
- {"fontAlgn",XML_fontAlgn},
- {"shapeId",XML_shapeId},
- {"attachedTemplate",XML_attachedTemplate},
- {"applyToEnd",XML_applyToEnd},
- {"lumOff",XML_lumOff},
- {"namespaceUri",XML_namespaceUri},
- {"showCell",XML_showCell},
- {"text2",XML_text2},
- {"leftFromText",XML_leftFromText},
- {"percentOfCol",XML_percentOfCol},
- {"pathLst",XML_pathLst},
- {"containsInteger",XML_containsInteger},
- {"firstColumnStripe",XML_firstColumnStripe},
+ {"actionButtonBeginning",XML_actionButtonBeginning},
+ {"Single",XML_Single},
+ {"valueMetadata",XML_valueMetadata},
{"errorCaption",XML_errorCaption},
- {"wheat",XML_wheat},
- {"computedArea",XML_computedArea},
- {"boundingCube",XML_boundingCube},
- {"cloudCallout",XML_cloudCallout},
- {"irregularSeal1",XML_irregularSeal1},
- {"wrapTight",XML_wrapTight},
- {"userJ",XML_userJ},
- {"redOff",XML_redOff},
- {"uLn",XML_uLn},
- {"onStopAudio",XML_onStopAudio},
- {"bevel",XML_bevel},
- {"commentPr",XML_commentPr},
- {"showColumnStripes",XML_showColumnStripes},
- {"otherStyle",XML_otherStyle},
- {"htmlTables",XML_htmlTables},
- {"printArea",XML_printArea},
- {"rowHeaderCaption",XML_rowHeaderCaption},
- {"fieldUsage",XML_fieldUsage},
- {"notBeside",XML_notBeside},
- {"unhideWhenUsed",XML_unhideWhenUsed},
- {"next",XML_next},
- {"altName",XML_altName},
- {"level",XML_level},
- {"totalsRowCellStyle",XML_totalsRowCellStyle},
- {"cellIs",XML_cellIs},
- {"vertical",XML_vertical},
- {"lightenLess",XML_lightenLess},
- {"mosaic",XML_mosaic},
- {"viewPr",XML_viewPr},
- {"colorFilter",XML_colorFilter},
+ {"oldFunction",XML_oldFunction},
+ {"artisticChalkSketch",XML_artisticChalkSketch},
+ {"pgMar",XML_pgMar},
+ {"tileRect",XML_tileRect},
+ {"forestGreen",XML_forestGreen},
+ {"prstTrans",XML_prstTrans},
+ {"showMultipleLabel",XML_showMultipleLabel},
+ {"arabic2Minus",XML_arabic2Minus},
+ {"followColorScheme",XML_followColorScheme},
+ {"listSeparator",XML_listSeparator},
+ {"eclipsingSquares1",XML_eclipsingSquares1},
+ {"extrusionClr",XML_extrusionClr},
+ {"maxLength",XML_maxLength},
+ {"accumulate",XML_accumulate},
{"pubBrowser",XML_pubBrowser},
- {"openDmnd",XML_openDmnd},
- {"spanAng",XML_spanAng},
- {"rtlGutter",XML_rtlGutter},
- {"audioFile",XML_audioFile},
- {"InternetSite",XML_InternetSite},
- {"InternetSiteTitle",XML_InternetSiteTitle},
- {"listEntry",XML_listEntry},
- {"chapStyle",XML_chapStyle},
- {"mpMap",XML_mpMap},
- {"PasswordChar",XML_PasswordChar},
- {"headerRowDxfId",XML_headerRowDxfId},
- {"tblW",XML_tblW},
- {"softRound",XML_softRound},
- {"cellIns",XML_cellIns},
- {"eachPage",XML_eachPage},
- {"joinstyle",XML_joinstyle},
- {"Unspecified",XML_Unspecified},
- {"gallery",XML_gallery},
- {"Format",XML_Format},
+ {"ocxPr",XML_ocxPr},
+ {"keepNext",XML_keepNext},
+ {"clrTo",XML_clrTo},
+ {"smartTag",XML_smartTag},
+ {"Shape",XML_Shape},
+ {"numberInDash",XML_numberInDash},
+ {"checkedBarBlack",XML_checkedBarBlack},
+ {"heebieJeebies",XML_heebieJeebies},
+ {"taiwaneseDigital",XML_taiwaneseDigital},
+ {"div",XML_div},
+ {"freezing",XML_freezing},
+ {"rsidP",XML_rsidP},
+ {"lstStyle",XML_lstStyle},
+ {"mediacall",XML_mediacall},
+ {"hPercent",XML_hPercent},
+ {"forgetLastTabAlignment",XML_forgetLastTabAlignment},
+ {"highlightClick",XML_highlightClick},
+ {"numSpacing",XML_numSpacing},
+ {"textCurveUp",XML_textCurveUp},
{"perspectiveRelaxedModerately",XML_perspectiveRelaxedModerately},
+ {"UpdateMode",XML_UpdateMode},
+ {"textTriangleInverted",XML_textTriangleInverted},
+ {"trackedChanges",XML_trackedChanges},
+ {"Hiragana",XML_Hiragana},
+ {"axisPosition",XML_axisPosition},
+ {"Size",XML_Size},
+ {"presId",XML_presId},
+ {"dataType",XML_dataType},
+ {"trackRevisions",XML_trackRevisions},
+ {"flatTx",XML_flatTx},
+ {"ProportionalThumb",XML_ProportionalThumb},
+ {"tableStyle",XML_tableStyle},
+ {"tableStyles",XML_tableStyles},
+ {"endCxn",XML_endCxn},
+ {"dayLong",XML_dayLong},
+ {"showItems",XML_showItems},
{"baseType",XML_baseType},
- {"videoFile",XML_videoFile},
- {"avLst",XML_avLst},
- {"sSubSup",XML_sSubSup},
- {"Paragraphs",XML_Paragraphs},
+ {"onStopAudio",XML_onStopAudio},
+ {"lastMonth",XML_lastMonth},
+ {"cxnLst",XML_cxnLst},
+ {"spcPct",XML_spcPct},
+ {"ilvl",XML_ilvl},
+ {"customView",XML_customView},
+ {"underDot",XML_underDot},
+ {"Book",XML_Book},
+ {"preserveFormatting",XML_preserveFormatting},
+ {"noMove",XML_noMove},
+ {"oldQuotePrefix",XML_oldQuotePrefix},
+ {"custUnit",XML_custUnit},
+ {"True",XML_True},
+ {"stringValue1",XML_stringValue1},
+ {"handoutMaster",XML_handoutMaster},
+ {"iterateDelta",XML_iterateDelta},
+ {"handoutMasterIdLst",XML_handoutMasterIdLst},
+ {"buSzPct",XML_buSzPct},
+ {"accPr",XML_accPr},
+ {"tableStyleInfo",XML_tableStyleInfo},
+ {"odcFile",XML_odcFile},
{"thickThinSmallGap",XML_thickThinSmallGap},
+ {"windowWidth",XML_windowWidth},
+ {"checkErrors",XML_checkErrors},
+ {"alwaysShow",XML_alwaysShow},
+ {"seriesEl",XML_seriesEl},
+ {"oddHBand",XML_oddHBand},
+ {"tav",XML_tav},
+ {"avgSubtotal",XML_avgSubtotal},
+ {"qsTypeId",XML_qsTypeId},
+ {"hebrew2Minus",XML_hebrew2Minus},
+ {"sysDot",XML_sysDot},
+ {"notSpecified",XML_notSpecified},
+ {"csTypeId",XML_csTypeId},
+ {"dotGrid",XML_dotGrid},
+ {"zeroDesc",XML_zeroDesc},
+ {"custT",XML_custT},
+ {"cellMeta",XML_cellMeta},
+ {"loTypeId",XML_loTypeId},
+ {"champagneBottle",XML_champagneBottle},
+ {"subtotalCaption",XML_subtotalCaption},
{"thinThick",XML_thinThick},
- {"animMotion",XML_animMotion},
- {"rsaAES",XML_rsaAES},
- {"singleAccounting",XML_singleAccounting},
- {"double-struck",XML_double_struck},
- {"applyFill",XML_applyFill},
- {"restoredLeft",XML_restoredLeft},
- {"twistedLines1",XML_twistedLines1},
- {"notesStyle",XML_notesStyle},
- {"lineInv",XML_lineInv},
- {"autoFilterDateGrouping",XML_autoFilterDateGrouping},
- {"wireframe",XML_wireframe},
- {"majorBidi",XML_majorBidi},
- {"memberPropertyField",XML_memberPropertyField},
- {"dataType",XML_dataType},
- {"hierarchyUsage",XML_hierarchyUsage},
- {"underDot",XML_underDot},
- {"minorAscii",XML_minorAscii},
- {"uncheckedState",XML_uncheckedState},
- {"shapelayout",XML_shapelayout},
- {"HLinks",XML_HLinks},
- {"variable",XML_variable},
- {"thickThinSmall",XML_thickThinSmall},
- {"oddVBand",XML_oddVBand},
- {"refreshedBy",XML_refreshedBy},
- {"docGrid",XML_docGrid},
- {"3Arrows",XML_3Arrows},
+ {"rotPath",XML_rotPath},
+ {"calcId",XML_calcId},
+ {"allCaption",XML_allCaption},
+ {"ptCount",XML_ptCount},
+ {"useDef",XML_useDef},
+ {"arcTo",XML_arcTo},
+ {"groupMembers",XML_groupMembers},
+ {"fieldId",XML_fieldId},
+ {"groupMember",XML_groupMember},
+ {"equation",XML_equation},
+ {"sndTgt",XML_sndTgt},
+ {"alwaysShowPlaceholderText",XML_alwaysShowPlaceholderText},
+ {"queryCache",XML_queryCache},
+ {"solidDmnd",XML_solidDmnd},
+ {"openDmnd",XML_openDmnd},
+ {"ulTrailSpace",XML_ulTrailSpace},
+ {"sourceRef",XML_sourceRef},
+ {"noCrop",XML_noCrop},
+ {"groupChrPr",XML_groupChrPr},
+ {"frameStyle2",XML_frameStyle2},
+ {"bevel",XML_bevel},
+ {"curvedDownArrow",XML_curvedDownArrow},
+ {"fillClrLst",XML_fillClrLst},
+ {"ellipseRibbon2",XML_ellipseRibbon2},
+ {"colFirst",XML_colFirst},
+ {"clickPar",XML_clickPar},
+ {"textInput",XML_textInput},
+ {"level",XML_level},
+ {"showNarration",XML_showNarration},
+ {"smallCaps",XML_smallCaps},
+ {"notBeside",XML_notBeside},
+ {"titleStyle",XML_titleStyle},
+ {"autolayout",XML_autolayout},
{"gradientRadial",XML_gradientRadial},
- {"cadetBlue",XML_cadetBlue},
- {"smartTag",XML_smartTag},
- {"protectedRange",XML_protectedRange},
- {"protectedRanges",XML_protectedRanges},
+ {"alongPath",XML_alongPath},
+ {"thickThinSmall",XML_thickThinSmall},
+ {"ptInSeries",XML_ptInSeries},
+ {"darkMagenta",XML_darkMagenta},
+ {"suppressBottomSpacing",XML_suppressBottomSpacing},
+ {"aqua",XML_aqua},
+ {"defaultThemeVersion",XML_defaultThemeVersion},
+ {"inkTgt",XML_inkTgt},
+ {"applyStyles",XML_applyStyles},
+ {"tableStyleElement",XML_tableStyleElement},
+ {"useWord2002TableStyleRules",XML_useWord2002TableStyleRules},
+ {"hideMark",XML_hideMark},
+ {"customStyle",XML_customStyle},
+ {"showMasterPhAnim",XML_showMasterPhAnim},
+ {"sameClick",XML_sameClick},
+ {"anchory",XML_anchory},
+ {"MultiSel",XML_MultiSel},
+ {"seaShell",XML_seaShell},
+ {"chDir",XML_chDir},
+ {"nextId",XML_nextId},
+ {"splitFirst",XML_splitFirst},
+ {"userW",XML_userW},
+ {"PartName",XML_PartName},
+ {"captionEndsWith",XML_captionEndsWith},
+ {"handoutMasterId",XML_handoutMasterId},
+ {"lessThan",XML_lessThan},
+ {"marH",XML_marH},
+ {"lineRule",XML_lineRule},
+ {"headerRowDxfId",XML_headerRowDxfId},
+ {"artisticPlasticWrap",XML_artisticPlasticWrap},
+ {"scrollBar",XML_scrollBar},
+ {"defQFormat",XML_defQFormat},
+ {"marTop",XML_marTop},
+ {"cacheFields",XML_cacheFields},
{"cfvo",XML_cfvo},
- {"pgMar",XML_pgMar},
- {"visible",XML_visible},
- {"autoRedefine",XML_autoRedefine},
- {"x14",XML_x14},
- {"autoUpdate",XML_autoUpdate},
- {"Court",XML_Court},
- {"allDrilled",XML_allDrilled},
- {"oleChartEl",XML_oleChartEl},
+ {"applyBorder",XML_applyBorder},
+ {"web",XML_web},
+ {"wheat",XML_wheat},
+ {"oneCell",XML_oneCell},
+ {"insertDelete",XML_insertDelete},
+ {"docDefaults",XML_docDefaults},
+ {"artisticMosiaicBubbles",XML_artisticMosiaicBubbles},
+ {"textDeflate",XML_textDeflate},
+ {"BookSection",XML_BookSection},
{"pivot",XML_pivot},
- {"cardinalText",XML_cardinalText},
- {"subtotalCaption",XML_subtotalCaption},
- {"listSeparator",XML_listSeparator},
- {"AppVersion",XML_AppVersion},
- {"radarStyle",XML_radarStyle},
- {"smallCaps",XML_smallCaps},
- {"simplePos",XML_simplePos},
- {"objectDefaults",XML_objectDefaults},
- {"thickBetweenThin",XML_thickBetweenThin},
- {"PreserveFormat",XML_PreserveFormat},
- {"outlineLvl",XML_outlineLvl},
- {"outlineLevel",XML_outlineLevel},
- {"outlineLevelCol",XML_outlineLevelCol},
- {"autoExp",XML_autoExp},
- {"oddHBand",XML_oddHBand},
+ {"suppressTopSpacingWP",XML_suppressTopSpacingWP},
+ {"blipFill",XML_blipFill},
+ {"allPages",XML_allPages},
+ {"alphaFloor",XML_alphaFloor},
+ {"sldTgt",XML_sldTgt},
+ {"oddVBand",XML_oddVBand},
+ {"futureMetadata",XML_futureMetadata},
+ {"softRound",XML_softRound},
+ {"autoRedefine",XML_autoRedefine},
+ {"xpath",XML_xpath},
+ {"flowersModern2",XML_flowersModern2},
+ {"seCell",XML_seCell},
+ {"captionLessThanOrEqual",XML_captionLessThanOrEqual},
+ {"iconId",XML_iconId},
+ {"textDoubleWave1",XML_textDoubleWave1},
+ {"applyPatternFormats",XML_applyPatternFormats},
+ {"dispDef",XML_dispDef},
+ {"lastPrinted",XML_lastPrinted},
+ {"overlay",XML_overlay},
+ {"presetClass",XML_presetClass},
+ {"cnfStyle",XML_cnfStyle},
+ {"band1Vert",XML_band1Vert},
+ {"tableStyleId",XML_tableStyleId},
+ {"ideographZodiac",XML_ideographZodiac},
+ {"autoFilter",XML_autoFilter},
+ {"fldData",XML_fldData},
+ {"errorStyle",XML_errorStyle},
+ {"flowChartSort",XML_flowChartSort},
+ {"calcChain",XML_calcChain},
+ {"axId",XML_axId},
+ {"dispUnits",XML_dispUnits},
+ {"colorId",XML_colorId},
+ {"limLoc",XML_limLoc},
+ {"irregularSeal2",XML_irregularSeal2},
+ {"altLang",XML_altLang},
+ {"equal",XML_equal},
+ {"copy",XML_copy},
{"calendarType",XML_calendarType},
- {"zero",XML_zero},
- {"horizontalCentered",XML_horizontalCentered},
- {"customWorkbookView",XML_customWorkbookView},
+ {"captionGreaterThan",XML_captionGreaterThan},
+ {"clrData",XML_clrData},
+ {"dashedSmall",XML_dashedSmall},
+ {"QName",XML_QName},
+ {"ltGreen",XML_ltGreen},
+ {"gridBefore",XML_gridBefore},
+ {"noTextEdit",XML_noTextEdit},
+ {"indexedColors",XML_indexedColors},
+ {"birdsFlight",XML_birdsFlight},
+ {"showButton",XML_showButton},
+ {"body",XML_body},
+ {"insertColumns",XML_insertColumns},
{"hangingChars",XML_hangingChars},
- {"lowerLetter",XML_lowerLetter},
- {"autoHyphenation",XML_autoHyphenation},
- {"lineRule",XML_lineRule},
- {"sldNum",XML_sldNum},
- {"uniqueValues",XML_uniqueValues},
- {"convex",XML_convex},
- {"yellowGreen",XML_yellowGreen},
- {"horizontalDpi",XML_horizontalDpi},
- {"showFirstColumn",XML_showFirstColumn},
- {"fullKatakana",XML_fullKatakana},
- {"tnLst",XML_tnLst},
+ {"cacheField",XML_cacheField},
+ {"areaChart",XML_areaChart},
+ {"bldDgm",XML_bldDgm},
+ {"customXmlPr",XML_customXmlPr},
+ {"pgSz",XML_pgSz},
+ {"rightToLeft",XML_rightToLeft},
+ {"lnR",XML_lnR},
+ {"crackSpacing",XML_crackSpacing},
+ {"surfaceChart",XML_surfaceChart},
{"lavender",XML_lavender},
- {"dashedSmall",XML_dashedSmall},
- {"ddeService",XML_ddeService},
- {"fillId",XML_fillId},
- {"Issue",XML_Issue},
- {"customWidth",XML_customWidth},
- {"normAutofit",XML_normAutofit},
- {"rotPath",XML_rotPath},
- {"themeElements",XML_themeElements},
- {"upperLetter",XML_upperLetter},
- {"Interviewee",XML_Interviewee},
- {"presetClass",XML_presetClass},
- {"cellStyle",XML_cellStyle},
- {"mergeInterval",XML_mergeInterval},
- {"Interviewer",XML_Interviewer},
- {"cellStyles",XML_cellStyles},
- {"horizontal",XML_horizontal},
- {"ltSlateGray",XML_ltSlateGray},
- {"hiddenLevel",XML_hiddenLevel},
- {"tav",XML_tav},
- {"calculatedColumnFormula",XML_calculatedColumnFormula},
- {"isometricLeftUp",XML_isometricLeftUp},
- {"obliqueBottomLeft",XML_obliqueBottomLeft},
- {"countSubtotal",XML_countSubtotal},
- {"dispDef",XML_dispDef},
- {"trackRevisions",XML_trackRevisions},
- {"beforeAutospacing",XML_beforeAutospacing},
- {"gridAfter",XML_gridAfter},
- {"firstPage",XML_firstPage},
- {"ideographZodiac",XML_ideographZodiac},
- {"autoRecover",XML_autoRecover},
- {"axisPage",XML_axisPage},
- {"extrusionClr",XML_extrusionClr},
- {"outlineViewPr",XML_outlineViewPr},
- {"imgH",XML_imgH},
- {"mediacall",XML_mediacall},
- {"sendLocale",XML_sendLocale},
- {"isLgl",XML_isLgl},
- {"BorderColor",XML_BorderColor},
- {"zigZag",XML_zigZag},
- {"ProportionalThumb",XML_ProportionalThumb},
- {"round1Rect",XML_round1Rect},
- {"minorTimeUnit",XML_minorTimeUnit},
- {"sortBy",XML_sortBy},
- {"isometricLeftDown",XML_isometricLeftDown},
- {"bubble3D",XML_bubble3D},
- {"medSeaGreen",XML_medSeaGreen},
- {"eclipsingSquares1",XML_eclipsingSquares1},
+ {"unsignedShort",XML_unsignedShort},
+ {"mailingLabels",XML_mailingLabels},
+ {"swCell",XML_swCell},
+ {"swooshArrow",XML_swooshArrow},
+ {"altChunk",XML_altChunk},
+ {"groupInterval",XML_groupInterval},
+ {"autoRev",XML_autoRev},
+ {"maxSubtotal",XML_maxSubtotal},
+ {"koreanDigital",XML_koreanDigital},
+ {"prstDash",XML_prstDash},
+ {"artisticPaintStrokes",XML_artisticPaintStrokes},
+ {"userK",XML_userK},
+ {"colDelim",XML_colDelim},
{"defUnhideWhenUsed",XML_defUnhideWhenUsed},
- {"queryCache",XML_queryCache},
- {"pageStyle",XML_pageStyle},
- {"False",XML_False},
- {"indexedColors",XML_indexedColors},
- {"displayed",XML_displayed},
- {"ContentType",XML_ContentType},
+ {"custDash",XML_custDash},
+ {"matchingName",XML_matchingName},
+ {"artisticCrisscrossEtching",XML_artisticCrisscrossEtching},
{"polyline",XML_polyline},
- {"insertColumns",XML_insertColumns},
+ {"ltUpDiag",XML_ltUpDiag},
+ {"tblDescription",XML_tblDescription},
+ {"distT",XML_distT},
+ {"defRPr",XML_defRPr},
+ {"wireframe",XML_wireframe},
+ {"sPrePr",XML_sPrePr},
+ {"valueEqual",XML_valueEqual},
+ {"homePlate",XML_homePlate},
+ {"dataPosition",XML_dataPosition},
+ {"ltPink",XML_ltPink},
+ {"actionButtonDocument",XML_actionButtonDocument},
{"snapToChars",XML_snapToChars},
- {"dragToCol",XML_dragToCol},
+ {"suppressLineNumbers",XML_suppressLineNumbers},
+ {"extendable",XML_extendable},
+ {"autoRecover",XML_autoRecover},
+ {"borderCallout3",XML_borderCallout3},
+ {"sibTrans",XML_sibTrans},
+ {"insertCol",XML_insertCol},
+ {"scrgbClr",XML_scrgbClr},
+ {"thinThickSmallGap",XML_thinThickSmallGap},
+ {"obliqueBottomLeft",XML_obliqueBottomLeft},
+ {"Sel",XML_Sel},
+ {"removeDateAndTime",XML_removeDateAndTime},
+ {"refFor",XML_refFor},
+ {"parTrans",XML_parTrans},
+ {"menuHighlight",XML_menuHighlight},
+ {"borderCallout1",XML_borderCallout1},
+ {"sandyBrown",XML_sandyBrown},
+ {"tblpYSpec",XML_tblpYSpec},
+ {"joinstyle",XML_joinstyle},
{"never",XML_never},
+ {"hideRight",XML_hideRight},
+ {"formLetters",XML_formLetters},
+ {"round1Rect",XML_round1Rect},
+ {"hotLight",XML_hotLight},
+ {"cacheId",XML_cacheId},
+ {"alignWithMargins",XML_alignWithMargins},
{"reveal",XML_reveal},
- {"RowHidden",XML_RowHidden},
- {"Institution",XML_Institution},
- {"tblpPr",XML_tblpPr},
- {"calcChain",XML_calcChain},
- {"pageMargins",XML_pageMargins},
- {"dbColumn",XML_dbColumn},
- {"worksheetSource",XML_worksheetSource},
- {"ahLst",XML_ahLst},
- {"custT",XML_custT},
- {"ndxf",XML_ndxf},
- {"captionGreaterThanOrEqual",XML_captionGreaterThanOrEqual},
- {"colHierarchyUsage",XML_colHierarchyUsage},
- {"tablePart",XML_tablePart},
- {"tableParts",XML_tableParts},
- {"accPr",XML_accPr},
- {"legendPos",XML_legendPos},
- {"wrapText",XML_wrapText},
- {"outlineLevelRow",XML_outlineLevelRow},
- {"yWindow",XML_yWindow},
- {"thisMonth",XML_thisMonth},
- {"gradFill",XML_gradFill},
- {"prstTrans",XML_prstTrans},
- {"artisticCrisscrossEtching",XML_artisticCrisscrossEtching},
- {"hAnsi",XML_hAnsi},
- {"crackSpacing",XML_crackSpacing},
- {"insertCol",XML_insertCol},
+ {"Medium",XML_Medium},
+ {"shapelayout",XML_shapelayout},
+ {"PublicationTitle",XML_PublicationTitle},
+ {"external",XML_external},
+ {"wrapTight",XML_wrapTight},
+ {"refreshAllConnections",XML_refreshAllConnections},
+ {"nextClick",XML_nextClick},
+ {"showSheetTabs",XML_showSheetTabs},
+ {"category",XML_category},
+ {"tblBorders",XML_tblBorders},
+ {"autoTxRot",XML_autoTxRot},
+ {"bgColor",XML_bgColor},
+ {"refreshOnChange",XML_refreshOnChange},
+ {"chapStyle",XML_chapStyle},
+ {"rightMargin",XML_rightMargin},
+ {"lgConfetti",XML_lgConfetti},
+ {"arabic1Minus",XML_arabic1Minus},
{"divot",XML_divot},
- {"stemThick",XML_stemThick},
- {"diagonalUp",XML_diagonalUp},
- {"tblCaption",XML_tblCaption},
- {"artisticPlasticWrap",XML_artisticPlasticWrap},
- {"doNotDemarcateInvalidXml",XML_doNotDemarcateInvalidXml},
- {"creaturesLadyBug",XML_creaturesLadyBug},
- {"autoUpdateAnimBg",XML_autoUpdateAnimBg},
- {"majorAscii",XML_majorAscii},
- {"greaterThan",XML_greaterThan},
- {"hideRight",XML_hideRight},
- {"trendlineLbl",XML_trendlineLbl},
- {"embedTrueTypeFonts",XML_embedTrueTypeFonts},
- {"endnotePr",XML_endnotePr},
- {"attachedSchema",XML_attachedSchema},
- {"spcPct",XML_spcPct},
- {"effectExtent",XML_effectExtent},
- {"halfHangul",XML_halfHangul},
- {"xpath",XML_xpath},
- {"alphaMod",XML_alphaMod},
- {"endNum",XML_endNum},
- {"mapleLeaf",XML_mapleLeaf},
- {"calcId",XML_calcId},
- {"fmtScheme",XML_fmtScheme},
- {"copy",XML_copy},
- {"bracePair",XML_bracePair},
- {"Name",XML_Name},
- {"thinThickSmallGap",XML_thinThickSmallGap},
- {"contentLocked",XML_contentLocked},
- {"autoRev",XML_autoRev},
- {"sysDash",XML_sysDash},
- {"styleId",XML_styleId},
- {"oldShortcutKey",XML_oldShortcutKey},
- {"fldCharType",XML_fldCharType},
- {"flowChartSort",XML_flowChartSort},
- {"MultiSel",XML_MultiSel},
- {"koreanLegal",XML_koreanLegal},
- {"borderCallout2",XML_borderCallout2},
- {"dblStrike",XML_dblStrike},
- {"applyFontFormats",XML_applyFontFormats},
- {"showLegendKey",XML_showLegendKey},
- {"body",XML_body},
- {"darkBlue",XML_darkBlue},
- {"flatTx",XML_flatTx},
- {"presId",XML_presId},
- {"decoBlocks",XML_decoBlocks},
- {"srcOrd",XML_srcOrd},
- {"borderBox",XML_borderBox},
- {"relOff",XML_relOff},
- {"legacyDrawing",XML_legacyDrawing},
- {"vAnchor",XML_vAnchor},
- {"darkYellow",XML_darkYellow},
- {"eMail",XML_eMail},
+ {"Id",XML_Id},
+ {"sheetId",XML_sheetId},
+ {"bulletEnabled",XML_bulletEnabled},
+ {"hideBot",XML_hideBot},
+ {"ffData",XML_ffData},
+ {"defStyle",XML_defStyle},
+ {"missingCaption",XML_missingCaption},
+ {"backWall",XML_backWall},
{"thinThickSmall",XML_thinThickSmall},
- {"colOff",XML_colOff},
- {"ltGoldenrodYellow",XML_ltGoldenrodYellow},
- {"wrapThrough",XML_wrapThrough},
- {"applyBreakingRules",XML_applyBreakingRules},
- {"colBreaks",XML_colBreaks},
- {"WidthMin",XML_WidthMin},
- {"customStyle",XML_customStyle},
- {"valueBetween",XML_valueBetween},
- {"fileRecoveryPr",XML_fileRecoveryPr},
- {"serAx",XML_serAx},
- {"rowColShift",XML_rowColShift},
- {"Interview",XML_Interview},
- {"parOf",XML_parOf},
- {"atLeast",XML_atLeast},
- {"textpath",XML_textpath},
- {"targetScreenSz",XML_targetScreenSz},
- {"colorsDefHdrLst",XML_colorsDefHdrLst},
- {"colorsDefHdr",XML_colorsDefHdr},
- {"windowWidth",XML_windowWidth},
- {"lnR",XML_lnR},
- {"ltUpDiag",XML_ltUpDiag},
- {"Extend",XML_Extend},
- {"summaryBelow",XML_summaryBelow},
- {"scrollBar",XML_scrollBar},
- {"lightningBolt",XML_lightningBolt},
- {"twoDigitTextYear",XML_twoDigitTextYear},
- {"yearLong",XML_yearLong},
- {"showMissing",XML_showMissing},
- {"thruBlk",XML_thruBlk},
- {"isometricBottomDown",XML_isometricBottomDown},
+ {"sysClr",XML_sysClr},
+ {"ascendingNatural",XML_ascendingNatural},
+ {"tenThousands",XML_tenThousands},
+ {"textPlain",XML_textPlain},
{"medPurple",XML_medPurple},
- {"bCtrDes",XML_bCtrDes},
- {"isometricBottomUp",XML_isometricBottomUp},
- {"lumMod",XML_lumMod},
+ {"colBreaks",XML_colBreaks},
+ {"whiteSmoke",XML_whiteSmoke},
+ {"mwSmallCaps",XML_mwSmallCaps},
+ {"mintCream",XML_mintCream},
+ {"fmtScheme",XML_fmtScheme},
+ {"ddeService",XML_ddeService},
{"coordsize",XML_coordsize},
- {"pencilSize",XML_pencilSize},
- {"smtClean",XML_smtClean},
- {"majorTimeUnit",XML_majorTimeUnit},
- {"rCtrDes",XML_rCtrDes},
- {"lCtrDes",XML_lCtrDes},
- {"doughnutChart",XML_doughnutChart},
- {"lvlOne",XML_lvlOne},
- {"distT",XML_distT},
- {"gMonth",XML_gMonth},
- {"animOne",XML_animOne},
- {"visualTotals",XML_visualTotals},
- {"autoTxRot",XML_autoTxRot},
- {"fieldId",XML_fieldId},
- {"dotGrid",XML_dotGrid},
- {"movie",XML_movie},
- {"fNode",XML_fNode},
- {"varSubtotal",XML_varSubtotal},
- {"colorId",XML_colorId},
- {"redMod",XML_redMod},
- {"showMasterSp",XML_showMasterSp},
- {"totalsRowFunction",XML_totalsRowFunction},
- {"Visible",XML_Visible},
- {"prstDash",XML_prstDash},
- {"fName",XML_fName},
- {"hPercent",XML_hPercent},
- {"commNone",XML_commNone},
- {"uBounds",XML_uBounds},
- {"obliqueBottomRight",XML_obliqueBottomRight},
- {"widowControl",XML_widowControl},
- {"axisPosition",XML_axisPosition},
- {"custDash",XML_custDash},
- {"artisticPaintStrokes",XML_artisticPaintStrokes},
- {"suppressTopSpacingWP",XML_suppressTopSpacingWP},
- {"vertAnchor",XML_vertAnchor},
- {"hierChild",XML_hierChild},
- {"sSub",XML_sSub},
+ {"disableRefresh",XML_disableRefresh},
+ {"alphaInv",XML_alphaInv},
+ {"fgColor",XML_fgColor},
+ {"showColStripes",XML_showColStripes},
+ {"textFill",XML_textFill},
+ {"fieldUsage",XML_fieldUsage},
+ {"radarStyle",XML_radarStyle},
+ {"xl2000",XML_xl2000},
+ {"fldSimple",XML_fldSimple},
+ {"oldFormula",XML_oldFormula},
+ {"oleLink",XML_oleLink},
+ {"rcv",XML_rcv},
+ {"afterEffect",XML_afterEffect},
+ {"embedTrueTypeFonts",XML_embedTrueTypeFonts},
{"ruby",XML_ruby},
- {"cfIcon",XML_cfIcon},
- {"includePrintSettings",XML_includePrintSettings},
- {"actionButtonDocument",XML_actionButtonDocument},
- {"layoutTarget",XML_layoutTarget},
- {"partyFavor",XML_partyFavor},
+ {"stemThick",XML_stemThick},
+ {"movie",XML_movie},
+ {"ProducerName",XML_ProducerName},
{"xSplit",XML_xSplit},
- {"hAnchor",XML_hAnchor},
- {"stringValue1",XML_stringValue1},
- {"dateEqual",XML_dateEqual},
+ {"userShapes",XML_userShapes},
+ {"thickBot",XML_thickBot},
+ {"bCtrDes",XML_bCtrDes},
+ {"userdrawn",XML_userdrawn},
+ {"boundingCube",XML_boundingCube},
+ {"dragToCol",XML_dragToCol},
+ {"GroupName",XML_GroupName},
+ {"rCtrDes",XML_rCtrDes},
+ {"lCtrDes",XML_lCtrDes},
+ {"btLr",XML_btLr},
+ {"clickEffect",XML_clickEffect},
+ {"buChar",XML_buChar},
+ {"semiHidden",XML_semiHidden},
+ {"ptLst",XML_ptLst},
+ {"gYearMonth",XML_gYearMonth},
+ {"prLst",XML_prLst},
+ {"TargetMode",XML_TargetMode},
+ {"dropLines",XML_dropLines},
+ {"vertTx",XML_vertTx},
{"hierRoot",XML_hierRoot},
- {"clickPar",XML_clickPar},
- {"suppressOverlap",XML_suppressOverlap},
- {"tcFitText",XML_tcFitText},
- {"alongPath",XML_alongPath},
- {"oldQuotePrefix",XML_oldQuotePrefix},
- {"userW",XML_userW},
- {"accumulate",XML_accumulate},
- {"tblBorders",XML_tblBorders},
+ {"highlightText",XML_highlightText},
+ {"aliceBlue",XML_aliceBlue},
+ {"countSubtotal",XML_countSubtotal},
+ {"containsNumber",XML_containsNumber},
+ {"slateBlue",XML_slateBlue},
{"revisions",XML_revisions},
- {"Lines",XML_Lines},
- {"showHeaders",XML_showHeaders},
- {"showHeader",XML_showHeader},
- {"clearFormats",XML_clearFormats},
- {"advise",XML_advise},
- {"adjLst",XML_adjLst},
- {"baseJc",XML_baseJc},
- {"pattFill",XML_pattFill},
- {"themeFill",XML_themeFill},
- {"numFmtId",XML_numFmtId},
- {"zoom",XML_zoom},
- {"rowFields",XML_rowFields},
- {"defRPr",XML_defRPr},
- {"Spin",XML_Spin},
- {"dt2D",XML_dt2D},
- {"lessThan",XML_lessThan},
- {"revision",XML_revision},
- {"groupChrPr",XML_groupChrPr},
- {"imgProps",XML_imgProps},
- {"bldLst",XML_bldLst},
- {"leftLabels",XML_leftLabels},
- {"showColStripes",XML_showColStripes},
- {"text1",XML_text1},
- {"Slides",XML_Slides},
- {"firstColumnSubheading",XML_firstColumnSubheading},
- {"horz",XML_horz},
- {"Simple",XML_Simple},
- {"unsignedShort",XML_unsignedShort},
- {"lvlOverride",XML_lvlOverride},
- {"flipH",XML_flipH},
- {"borderCallout3",XML_borderCallout3},
- {"pasteBorders",XML_pasteBorders},
- {"areaChart",XML_areaChart},
- {"showItems",XML_showItems},
- {"surfaceChart",XML_surfaceChart},
- {"missingCaption",XML_missingCaption},
- {"customView",XML_customView},
- {"checkStyle",XML_checkStyle},
- {"repairLoad",XML_repairLoad},
- {"YearAccessed",XML_YearAccessed},
+ {"japaneseDigitalTenThousand",XML_japaneseDigitalTenThousand},
+ {"lumOff",XML_lumOff},
+ {"uiExpand",XML_uiExpand},
+ {"worksheetSource",XML_worksheetSource},
+ {"PreserveFormat",XML_PreserveFormat},
+ {"sdtLocked",XML_sdtLocked},
+ {"relativeIndent",XML_relativeIndent},
{"enableWizard",XML_enableWizard},
- {"dataFields",XML_dataFields},
- {"newDocument",XML_newDocument},
- {"evenHeader",XML_evenHeader},
- {"Station",XML_Station},
- {"Single",XML_Single},
- {"highlightText",XML_highlightText},
- {"baseField",XML_baseField},
- {"lgCheck",XML_lgCheck},
+ {"artisticPaintBrush",XML_artisticPaintBrush},
+ {"mirrorMargins",XML_mirrorMargins},
+ {"otherStyle",XML_otherStyle},
+ {"greaterThan",XML_greaterThan},
+ {"double-struck",XML_double_struck},
+ {"textCurveDown",XML_textCurveDown},
+ {"tcMar",XML_tcMar},
+ {"fileRecoveryPr",XML_fileRecoveryPr},
+ {"revision",XML_revision},
+ {"videoFile",XML_videoFile},
+ {"namespaceUri",XML_namespaceUri},
{"darkRed",XML_darkRed},
- {"chDir",XML_chDir},
- {"linkedToFile",XML_linkedToFile},
- {"sldLst",XML_sldLst},
- {"szCs",XML_szCs},
- {"backWall",XML_backWall},
- {"bubbleSize",XML_bubbleSize},
- {"dkOliveGreen",XML_dkOliveGreen},
- {"minR",XML_minR},
- {"headersInLastRefresh",XML_headersInLastRefresh},
- {"downBars",XML_downBars},
- {"Misc",XML_Misc},
- {"persistPropertyBag",XML_persistPropertyBag},
- {"leftMargin",XML_leftMargin},
- {"solidFill",XML_solidFill},
- {"showSheetTabs",XML_showSheetTabs},
- {"clrMru",XML_clrMru},
- {"gregorianXlitFrench",XML_gregorianXlitFrench},
- {"alphaRepl",XML_alphaRepl},
- {"medTurquoise",XML_medTurquoise},
- {"noChangeShapeType",XML_noChangeShapeType},
- {"obliqueTopLeft",XML_obliqueTopLeft},
- {"gsLst",XML_gsLst},
- {"totalsRowFormula",XML_totalsRowFormula},
- {"Size",XML_Size},
- {"PublicationTitle",XML_PublicationTitle},
- {"dataField",XML_dataField},
- {"refreshOnChange",XML_refreshOnChange},
+ {"redOff",XML_redOff},
+ {"TotalTime",XML_TotalTime},
+ {"3Symbols2",XML_3Symbols2},
+ {"overrideClrMapping",XML_overrideClrMapping},
+ {"creaturesInsects",XML_creaturesInsects},
+ {"autoUpdate",XML_autoUpdate},
+ {"gallery",XML_gallery},
+ {"Film",XML_Film},
+ {"fldLock",XML_fldLock},
+ {"certificateBanner",XML_certificateBanner},
+ {"commentPr",XML_commentPr},
+ {"btnFace",XML_btnFace},
+ {"perspectiveLeft",XML_perspectiveLeft},
+ {"styleName",XML_styleName},
+ {"lgDash",XML_lgDash},
+ {"autoScale",XML_autoScale},
+ {"leftFromText",XML_leftFromText},
+ {"medVioletRed",XML_medVioletRed},
{"tCtrDes",XML_tCtrDes},
- {"borderCallout1",XML_borderCallout1},
- {"doNotEmbedSmartTags",XML_doNotEmbedSmartTags},
- {"BookTitle",XML_BookTitle},
- {"pasteFormats",XML_pasteFormats},
- {"japaneseDigitalTenThousand",XML_japaneseDigitalTenThousand},
- {"homePlate",XML_homePlate},
- {"vbProcedure",XML_vbProcedure},
- {"noEndCap",XML_noEndCap},
- {"stCxn",XML_stCxn},
- {"obliqueTop",XML_obliqueTop},
- {"applyPatternFormats",XML_applyPatternFormats},
- {"pasteFormulas",XML_pasteFormulas},
- {"envelopes",XML_envelopes},
- {"startOverride",XML_startOverride},
- {"pPrChange",XML_pPrChange},
- {"midR",XML_midR},
- {"steelBlue",XML_steelBlue},
- {"topLeft",XML_topLeft},
- {"defaultColWidth",XML_defaultColWidth},
- {"rsidP",XML_rsidP},
- {"mintCream",XML_mintCream},
- {"decoArch",XML_decoArch},
- {"vMerge",XML_vMerge},
- {"rPrChange",XML_rPrChange},
- {"snowflakeFancy",XML_snowflakeFancy},
- {"clrMode",XML_clrMode},
- {"Broadcaster",XML_Broadcaster},
- {"obliqueTopRight",XML_obliqueTopRight},
- {"cwIn",XML_cwIn},
- {"outlinePr",XML_outlinePr},
- {"tableType",XML_tableType},
- {"autoFill",XML_autoFill},
- {"lastPrinted",XML_lastPrinted},
- {"gdLst",XML_gdLst},
- {"ptType",XML_ptType},
- {"alwaysShowPlaceholderText",XML_alwaysShowPlaceholderText},
- {"quickTimeFile",XML_quickTimeFile},
- {"pgNumT",XML_pgNumT},
- {"azure",XML_azure},
- {"gregorianXlitEnglish",XML_gregorianXlitEnglish},
- {"sampData",XML_sampData},
- {"isInverted",XML_isInverted},
- {"celticKnotwork",XML_celticKnotwork},
- {"dragOff",XML_dragOff},
- {"varScale",XML_varScale},
- {"numberInDash",XML_numberInDash},
- {"noTextEdit",XML_noTextEdit},
- {"buSzPts",XML_buSzPts},
- {"reviewed",XML_reviewed},
- {"ctrYOff",XML_ctrYOff},
- {"evalOrder",XML_evalOrder},
- {"realTimeData",XML_realTimeData},
- {"rightArrow",XML_rightArrow},
- {"sz",XML_sz},
- {"plaqueTabs",XML_plaqueTabs},
- {"leftArrow",XML_leftArrow},
- {"Shape",XML_Shape},
- {"grpSpPr",XML_grpSpPr},
+ {"totalsRowFunction",XML_totalsRowFunction},
+ {"consecutiveHyphenLimit",XML_consecutiveHyphenLimit},
+ {"minR",XML_minR},
+ {"horz",XML_horz},
+ {"firstColumnSubheading",XML_firstColumnSubheading},
+ {"newName",XML_newName},
+ {"enDash",XML_enDash},
+ {"viewMergedData",XML_viewMergedData},
+ {"grDir",XML_grDir},
+ {"obliqueBottomRight",XML_obliqueBottomRight},
+ {"fontKey",XML_fontKey},
+ {"firstRow",XML_firstRow},
+ {"catAx",XML_catAx},
{"defaultSubtotal",XML_defaultSubtotal},
{"marBottom",XML_marBottom},
- {"inkTgt",XML_inkTgt},
- {"Note",XML_Note},
- {"sndTgt",XML_sndTgt},
- {"userShapes",XML_userShapes},
- {"Notes",XML_Notes},
- {"strLit",XML_strLit},
- {"poly",XML_poly},
+ {"sysDash",XML_sysDash},
+ {"edGrp",XML_edGrp},
+ {"PictureAlignment",XML_PictureAlignment},
+ {"rowNumbers",XML_rowNumbers},
+ {"thaiNumbers",XML_thaiNumbers},
+ {"notesMaster",XML_notesMaster},
+ {"evtFilter",XML_evtFilter},
+ {"darkCyan",XML_darkCyan},
+ {"thickBetweenThin",XML_thickBetweenThin},
+ {"partyFavor",XML_partyFavor},
+ {"dgmscalex",XML_dgmscalex},
+ {"checkbox",XML_checkbox},
+ {"midR",XML_midR},
+ {"hierChild",XML_hierChild},
+ {"minorBidi",XML_minorBidi},
+ {"MDY",XML_MDY},
+ {"audioFile",XML_audioFile},
+ {"tnLst",XML_tnLst},
+ {"userC",XML_userC},
+ {"triangleParty",XML_triangleParty},
+ {"imgProps",XML_imgProps},
+ {"xsc",XML_xsc},
+ {"newDocument",XML_newDocument},
{"lightDown",XML_lightDown},
- {"rcv",XML_rcv},
- {"mediumDashDot",XML_mediumDashDot},
- {"mediumDashDotDot",XML_mediumDashDotDot},
+ {"manualLayout",XML_manualLayout},
+ {"itemPageCount",XML_itemPageCount},
+ {"removeDataOnSave",XML_removeDataOnSave},
+ {"fileVersion",XML_fileVersion},
+ {"textCascadeUp",XML_textCascadeUp},
+ {"visualTotals",XML_visualTotals},
+ {"applyFill",XML_applyFill},
+ {"diagonalUp",XML_diagonalUp},
+ {"applyToEnd",XML_applyToEnd},
+ {"pgNumT",XML_pgNumT},
+ {"textboxTightWrap",XML_textboxTightWrap},
+ {"containsBlank",XML_containsBlank},
+ {"neCell",XML_neCell},
+ {"startAt",XML_startAt},
+ {"lowKashida",XML_lowKashida},
+ {"negativeInteger",XML_negativeInteger},
+ {"xfrm",XML_xfrm},
+ {"advise",XML_advise},
+ {"reviewed",XML_reviewed},
+ {"pageItem",XML_pageItem},
+ {"queryTable",XML_queryTable},
+ {"peopleHats",XML_peopleHats},
+ {"snapVertSplitter",XML_snapVertSplitter},
+ {"bookmarkEnd",XML_bookmarkEnd},
+ {"bandRow",XML_bandRow},
+ {"textSlantUp",XML_textSlantUp},
+ {"sampData",XML_sampData},
{"xlm",XML_xlm},
- {"bldSub",XML_bldSub},
- {"removePersonalInformation",XML_removePersonalInformation},
- {"artisticFilmGrain",XML_artisticFilmGrain},
- {"artisticPaintBrush",XML_artisticPaintBrush},
- {"iconId",XML_iconId},
- {"rightArrowCallout",XML_rightArrowCallout},
- {"yMode",XML_yMode},
- {"clrTo",XML_clrTo},
- {"ctrXOff",XML_ctrXOff},
- {"compatMode",XML_compatMode},
- {"seriesIdx",XML_seriesIdx},
- {"captionNotContains",XML_captionNotContains},
- {"serLines",XML_serLines},
- {"external",XML_external},
- {"band2H",XML_band2H},
- {"bldLvl",XML_bldLvl},
- {"textlink",XML_textlink},
- {"captionNotBetween",XML_captionNotBetween},
- {"sldMaster",XML_sldMaster},
- {"Medium",XML_Medium},
- {"display",XML_display},
- {"followedHyperlink",XML_followedHyperlink},
- {"linkStyles",XML_linkStyles},
- {"maxY",XML_maxY},
- {"userC",XML_userC},
- {"writeProtection",XML_writeProtection},
- {"arcTo",XML_arcTo},
- {"editData",XML_editData},
- {"altChunkPr",XML_altChunkPr},
- {"hMerge",XML_hMerge},
- {"topAndBottom",XML_topAndBottom},
- {"sldTgt",XML_sldTgt},
- {"alwaysShow",XML_alwaysShow},
+ {"wrapText",XML_wrapText},
{"band2Vert",XML_band2Vert},
- {"afterAutospacing",XML_afterAutospacing},
- {"dz",XML_dz},
- {"eqArrPr",XML_eqArrPr},
- {"tblBg",XML_tblBg},
- {"darkenLess",XML_darkenLess},
- {"artisticLineDrawing",XML_artisticLineDrawing},
- {"sheetId",XML_sheetId},
- {"thirdColumnSubheading",XML_thirdColumnSubheading},
- {"mediumDashed",XML_mediumDashed},
- {"extendable",XML_extendable},
- {"dataBound",XML_dataBound},
- {"pageOrder",XML_pageOrder},
- {"dkGray",XML_dkGray},
- {"greenMod",XML_greenMod},
- {"oleSize",XML_oleSize},
- {"behindDoc",XML_behindDoc},
- {"autoScale",XML_autoScale},
- {"halfFrame",XML_halfFrame},
- {"darkCyan",XML_darkCyan},
- {"cacheId",XML_cacheId},
- {"mathDivide",XML_mathDivide},
- {"pitchFamily",XML_pitchFamily},
- {"printOptions",XML_printOptions},
- {"dataPosition",XML_dataPosition},
- {"TotalTime",XML_TotalTime},
- {"groupInterval",XML_groupInterval},
- {"scrgbClr",XML_scrgbClr},
- {"pgSz",XML_pgSz},
- {"lvlJc",XML_lvlJc},
- {"blockQuote",XML_blockQuote},
- {"alignOff",XML_alignOff},
- {"collapsedLevelsAreSubtotals",XML_collapsedLevelsAreSubtotals},
- {"cornerTabs",XML_cornerTabs},
- {"fieldListSortAscending",XML_fieldListSortAscending},
- {"doNotUseEastAsianBreakRules",XML_doNotUseEastAsianBreakRules},
- {"applyWidthHeightFormats",XML_applyWidthHeightFormats},
- {"growAutofit",XML_growAutofit},
- {"divId",XML_divId},
- {"wrapSquare",XML_wrapSquare},
- {"artisticBlur",XML_artisticBlur},
- {"xfrm",XML_xfrm},
+ {"suppressAutoHyphens",XML_suppressAutoHyphens},
{"userT",XML_userT},
- {"Orientation",XML_Orientation},
- {"layoutDefHdrLst",XML_layoutDefHdrLst},
- {"layoutDefHdr",XML_layoutDefHdr},
- {"numLit",XML_numLit},
- {"dataBar",XML_dataBar},
- {"mathEqual",XML_mathEqual},
- {"ddList",XML_ddList},
- {"bottomLeft",XML_bottomLeft},
- {"mathMinus",XML_mathMinus},
- {"satOff",XML_satOff},
- {"limLow",XML_limLow},
- {"bentUpArrow",XML_bentUpArrow},
- {"thickBottom",XML_thickBottom},
- {"clrMap",XML_clrMap},
- {"disableRefresh",XML_disableRefresh},
- {"doNotAutofitConstrainedTables",XML_doNotAutofitConstrainedTables},
- {"upArrow",XML_upArrow},
+ {"imgLayer",XML_imgLayer},
+ {"avLst",XML_avLst},
+ {"effectExtent",XML_effectExtent},
+ {"ddeLink",XML_ddeLink},
+ {"sortBy",XML_sortBy},
+ {"hierarchyUsage",XML_hierarchyUsage},
+ {"showFirstColumn",XML_showFirstColumn},
{"v3v4",XML_v3v4},
+ {"textCanDown",XML_textCanDown},
+ {"colorFilter",XML_colorFilter},
+ {"topAndBottom",XML_topAndBottom},
+ {"lastColumn",XML_lastColumn},
+ {"yesterday",XML_yesterday},
+ {"singleAccounting",XML_singleAccounting},
+ {"vbProcedure",XML_vbProcedure},
+ {"horizontalDpi",XML_horizontalDpi},
+ {"defaultColWidth",XML_defaultColWidth},
{"focussize",XML_focussize},
- {"marLeft",XML_marLeft},
- {"codeName",XML_codeName},
- {"artisticLightScreen",XML_artisticLightScreen},
- {"iLevel",XML_iLevel},
- {"dataBinding",XML_dataBinding},
- {"subtotalHiddenItems",XML_subtotalHiddenItems},
- {"activeCol",XML_activeCol},
- {"itemPageCount",XML_itemPageCount},
- {"comboBox",XML_comboBox},
- {"lightRig",XML_lightRig},
- {"fPrintsWithSheet",XML_fPrintsWithSheet},
- {"cmLst",XML_cmLst},
+ {"clientData",XML_clientData},
+ {"tblpXSpec",XML_tblpXSpec},
+ {"varSubtotal",XML_varSubtotal},
+ {"dLbls",XML_dLbls},
+ {"targetScreenSz",XML_targetScreenSz},
+ {"showPivotChartFilter",XML_showPivotChartFilter},
+ {"queryTableFields",XML_queryTableFields},
+ {"clrFrom",XML_clrFrom},
+ {"cellStyle",XML_cellStyle},
+ {"BorderStyle",XML_BorderStyle},
+ {"cellStyles",XML_cellStyles},
+ {"layoutTarget",XML_layoutTarget},
+ {"lgGrid",XML_lgGrid},
+ {"tcFitText",XML_tcFitText},
+ {"stylePaneSortMethod",XML_stylePaneSortMethod},
+ {"summaryBelow",XML_summaryBelow},
+ {"rsaFull",XML_rsaFull},
+ {"basicWhiteDots",XML_basicWhiteDots},
+ {"cellMetadata",XML_cellMetadata},
+ {"notesStyle",XML_notesStyle},
+ {"clipArt",XML_clipArt},
+ {"Application",XML_Application},
+ {"scaredCat",XML_scaredCat},
+ {"sSubSup",XML_sSubSup},
+ {"refreshedVersion",XML_refreshedVersion},
+ {"gradFill",XML_gradFill},
+ {"doNotDemarcateInvalidXml",XML_doNotDemarcateInvalidXml},
+ {"poly",XML_poly},
+ {"displayed",XML_displayed},
+ {"overflowPunct",XML_overflowPunct},
+ {"nwCell",XML_nwCell},
+ {"horizontalCentered",XML_horizontalCentered},
+ {"tgtFrame",XML_tgtFrame},
+ {"lowerRoman",XML_lowerRoman},
+ {"xscale",XML_xscale},
+ {"simplePos",XML_simplePos},
+ {"borderBoxPr",XML_borderBoxPr},
+ {"custEq",XML_custEq},
+ {"horizontal",XML_horizontal},
+ {"algIdExt",XML_algIdExt},
+ {"noConversion",XML_noConversion},
+ {"Orientation",XML_Orientation},
+ {"showRuler",XML_showRuler},
+ {"curvedConnector4",XML_curvedConnector4},
+ {"custSzY",XML_custSzY},
+ {"totalsRowFormula",XML_totalsRowFormula},
+ {"styleData",XML_styleData},
+ {"varScale",XML_varScale},
+ {"fieldIdWrapped",XML_fieldIdWrapped},
+ {"autoFilterDateGrouping",XML_autoFilterDateGrouping},
+ {"editData",XML_editData},
+ {"noGrp",XML_noGrp},
+ {"memberPropertyField",XML_memberPropertyField},
{"isometricRightUp",XML_isometricRightUp},
- {"round2DiagRect",XML_round2DiagRect},
- {"userE",XML_userE},
- {"fromWordArt",XML_fromWordArt},
- {"nlCheck",XML_nlCheck},
- {"alphaInv",XML_alphaInv},
- {"Sel",XML_Sel},
+ {"showPropTip",XML_showPropTip},
+ {"MultiSelect",XML_MultiSelect},
+ {"txDef",XML_txDef},
+ {"showKeys",XML_showKeys},
+ {"envelopes",XML_envelopes},
+ {"4Arrows",XML_4Arrows},
+ {"ctrTitle",XML_ctrTitle},
+ {"minorTimeUnit",XML_minorTimeUnit},
+ {"twoDigitTextYear",XML_twoDigitTextYear},
+ {"quadArrow",XML_quadArrow},
+ {"pageStyle",XML_pageStyle},
+ {"xy",XML_xy},
+ {"localRefresh",XML_localRefresh},
+ {"fullKatakana",XML_fullKatakana},
+ {"Bottom",XML_Bottom},
+ {"themeManager",XML_themeManager},
+ {"itemPrintTitles",XML_itemPrintTitles},
{"invalid",XML_invalid},
- {"xsc",XML_xsc},
+ {"cadetBlue",XML_cadetBlue},
+ {"honeycomb",XML_honeycomb},
+ {"anyType",XML_anyType},
+ {"springGreen",XML_springGreen},
+ {"queryTableField",XML_queryTableField},
+ {"calculatedColumnFormula",XML_calculatedColumnFormula},
{"linClrLst",XML_linClrLst},
- {"xy",XML_xy},
- {"showRuler",XML_showRuler},
- {"cellSmartTags",XML_cellSmartTags},
- {"maxX",XML_maxX},
- {"cellSmartTagPr",XML_cellSmartTagPr},
- {"lastColumn",XML_lastColumn},
+ {"baseColWidth",XML_baseColWidth},
+ {"noDrilldown",XML_noDrilldown},
+ {"mathDivide",XML_mathDivide},
+ {"borderCallout2",XML_borderCallout2},
+ {"entryMacro",XML_entryMacro},
+ {"groupItems",XML_groupItems},
+ {"autoUpdateAnimBg",XML_autoUpdateAnimBg},
+ {"dLbl",XML_dLbl},
+ {"clearFormats",XML_clearFormats},
+ {"wrapThrough",XML_wrapThrough},
+ {"legacySpace",XML_legacySpace},
+ {"wMode",XML_wMode},
+ {"grpSpPr",XML_grpSpPr},
+ {"oblob",XML_oblob},
+ {"extLst",XML_extLst},
+ {"metadataType",XML_metadataType},
+ {"metadataTypes",XML_metadataTypes},
+ {"bentArrow",XML_bentArrow},
+ {"realTimeData",XML_realTimeData},
+ {"refreshedBy",XML_refreshedBy},
+ {"ValidIds",XML_ValidIds},
+ {"rAng",XML_rAng},
+ {"dataTable",XML_dataTable},
+ {"endnotePr",XML_endnotePr},
+ {"5Arrows",XML_5Arrows},
+ {"snapToObjects",XML_snapToObjects},
+ {"ahLst",XML_ahLst},
+ {"thruBlk",XML_thruBlk},
+ {"eclipsingSquares2",XML_eclipsingSquares2},
+ {"koreanDigital2",XML_koreanDigital2},
+ {"majorBidi",XML_majorBidi},
+ {"custTbls",XML_custTbls},
+ {"tblBg",XML_tblBg},
{"notBetween",XML_notBetween},
- {"belowAverage",XML_belowAverage},
- {"R1C1",XML_R1C1},
- {"dragToData",XML_dragToData},
+ {"doubleWave",XML_doubleWave},
+ {"curvedConnector5",XML_curvedConnector5},
+ {"noControl",XML_noControl},
+ {"parOf",XML_parOf},
+ {"customList",XML_customList},
+ {"thirdColumnSubheading",XML_thirdColumnSubheading},
+ {"uBounds",XML_uBounds},
+ {"commIndicator",XML_commIndicator},
+ {"writeProtection",XML_writeProtection},
+ {"sSub",XML_sSub},
+ {"isometricRightDown",XML_isometricRightDown},
+ {"customListSort",XML_customListSort},
+ {"legacyObliqueLeft",XML_legacyObliqueLeft},
+ {"allDrilled",XML_allDrilled},
+ {"hybridMultilevel",XML_hybridMultilevel},
+ {"legacyObliqueBottomLeft",XML_legacyObliqueBottomLeft},
+ {"dblStrike",XML_dblStrike},
+ {"keepChangeHistory",XML_keepChangeHistory},
+ {"upArrow",XML_upArrow},
+ {"perspectiveHeroicLeftFacing",XML_perspectiveHeroicLeftFacing},
+ {"perspectiveHeroicExtremeLeftFacing",XML_perspectiveHeroicExtremeLeftFacing},
+ {"perspectiveHeroicExtremeRightFacing",XML_perspectiveHeroicExtremeRightFacing},
+ {"fullHangul",XML_fullHangul},
+ {"alphaRepl",XML_alphaRepl},
+ {"legacyObliqueTop",XML_legacyObliqueTop},
+ {"dnDiag",XML_dnDiag},
+ {"valueBetween",XML_valueBetween},
+ {"marR",XML_marR},
+ {"isLgl",XML_isLgl},
+ {"queryTableDeletedFields",XML_queryTableDeletedFields},
+ {"isometricBottomDown",XML_isometricBottomDown},
{"dashDot",XML_dashDot},
- {"tagLst",XML_tagLst},
- {"buFontTx",XML_buFontTx},
- {"uniqueTag",XML_uniqueTag},
- {"blanchedAlmond",XML_blanchedAlmond},
- {"embedRegular",XML_embedRegular},
- {"sibTrans",XML_sibTrans},
+ {"legacyObliqueFront",XML_legacyObliqueFront},
+ {"totalsRowDxfId",XML_totalsRowDxfId},
+ {"custScaleY",XML_custScaleY},
+ {"doNotIncludeSubdocsInStats",XML_doNotIncludeSubdocsInStats},
+ {"gray",XML_gray},
+ {"cornerTabs",XML_cornerTabs},
+ {"isometricBottomUp",XML_isometricBottomUp},
+ {"plaqueTabs",XML_plaqueTabs},
+ {"perspectiveAbove",XML_perspectiveAbove},
+ {"presParOf",XML_presParOf},
+ {"themeFill",XML_themeFill},
+ {"doughnutChart",XML_doughnutChart},
+ {"pencilSize",XML_pencilSize},
+ {"legacyObliqueBottomRight",XML_legacyObliqueBottomRight},
+ {"thinVertStripe",XML_thinVertStripe},
+ {"noIndicator",XML_noIndicator},
+ {"textRotation",XML_textRotation},
+ {"queryTableFieldId",XML_queryTableFieldId},
+ {"wpSpaceWidth",XML_wpSpaceWidth},
+ {"imgH",XML_imgH},
+ {"upperRoman",XML_upperRoman},
+ {"custClrLst",XML_custClrLst},
+ {"showPropCell",XML_showPropCell},
+ {"activeCol",XML_activeCol},
+ {"pLen",XML_pLen},
+ {"bldSub",XML_bldSub},
+ {"stringValue2",XML_stringValue2},
+ {"pasteFormats",XML_pasteFormats},
+ {"curvedConnector3",XML_curvedConnector3},
+ {"guideLst",XML_guideLst},
+ {"lastModifiedBy",XML_lastModifiedBy},
+ {"minRId",XML_minRId},
+ {"filterUnique",XML_filterUnique},
+ {"pasteFormulas",XML_pasteFormulas},
+ {"dispEq",XML_dispEq},
+ {"lightRig",XML_lightRig},
+ {"sizeAuto",XML_sizeAuto},
+ {"lnSpcReduction",XML_lnSpcReduction},
+ {"pattFill",XML_pattFill},
+ {"preserveHistory",XML_preserveHistory},
+ {"textInflate",XML_textInflate},
+ {"dataFields",XML_dataFields},
+ {"cellSmartTags",XML_cellSmartTags},
+ {"destId",XML_destId},
+ {"cellSmartTagPr",XML_cellSmartTagPr},
+ {"notContains",XML_notContains},
+ {"RootElement",XML_RootElement},
+ {"numFmt",XML_numFmt},
+ {"numFmts",XML_numFmts},
+ {"basicWhiteDashes",XML_basicWhiteDashes},
+ {"listEntry",XML_listEntry},
+ {"keepLines",XML_keepLines},
+ {"endCondLst",XML_endCondLst},
+ {"lockRevision",XML_lockRevision},
+ {"x",XML_x},
+ {"gridLines",XML_gridLines},
+ {"ruleLst",XML_ruleLst},
+ {"Always",XML_Always},
+ {"darkBlue",XML_darkBlue},
+ {"tblPr",XML_tblPr},
+ {"Name",XML_Name},
{"overThenDown",XML_overThenDown},
- {"marTop",XML_marTop},
- {"roundedCorners",XML_roundedCorners},
- {"hlinkMouseOver",XML_hlinkMouseOver},
- {"scaredCat",XML_scaredCat},
- {"fullAlpha",XML_fullAlpha},
- {"fPublished",XML_fPublished},
- {"japaneseLegal",XML_japaneseLegal},
- {"userdrawn",XML_userdrawn},
+ {"userName",XML_userName},
+ {"editAs",XML_editAs},
+ {"downBars",XML_downBars},
+ {"subTitle",XML_subTitle},
+ {"artisticPencilSketch",XML_artisticPencilSketch},
+ {"textNoShape",XML_textNoShape},
+ {"reservationPassword",XML_reservationPassword},
+ {"startAngle",XML_startAngle},
+ {"numForm",XML_numForm},
+ {"Icon",XML_Icon},
+ {"widowControl",XML_widowControl},
+ {"colFields",XML_colFields},
+ {"3Arrows",XML_3Arrows},
+ {"pasteColWidths",XML_pasteColWidths},
+ {"dataRefs",XML_dataRefs},
+ {"srcOrd",XML_srcOrd},
+ {"legendPos",XML_legendPos},
+ {"dottedHeavy",XML_dottedHeavy},
+ {"lastEdited",XML_lastEdited},
+ {"dataRef",XML_dataRef},
+ {"rightVertical",XML_rightVertical},
+ {"lightVertical",XML_lightVertical},
+ {"relOff",XML_relOff},
+ {"majorTimeUnit",XML_majorTimeUnit},
+ {"mistyRose",XML_mistyRose},
+ {"Accel2",XML_Accel2},
+ {"eqArrPr",XML_eqArrPr},
+ {"snowflakeFancy",XML_snowflakeFancy},
+ {"colOff",XML_colOff},
+ {"verticalScroll",XML_verticalScroll},
+ {"customXmlDelRangeStart",XML_customXmlDelRangeStart},
{"activeCell",XML_activeCell},
- {"checkbox",XML_checkbox},
- {"bracketPair",XML_bracketPair},
- {"activeCellId",XML_activeCellId},
- {"textStop",XML_textStop},
- {"couponCutoutDots",XML_couponCutoutDots},
- {"couponCutoutDashes",XML_couponCutoutDashes},
- {"catAx",XML_catAx},
- {"Film",XML_Film},
- {"gray",XML_gray},
+ {"usePrinterMetrics",XML_usePrinterMetrics},
+ {"verticalCentered",XML_verticalCentered},
{"actionButtonBlank",XML_actionButtonBlank},
- {"ordinalText",XML_ordinalText},
- {"bandRow",XML_bandRow},
- {"grDir",XML_grDir},
- {"xscale",XML_xscale},
- {"captionNotEndsWith",XML_captionNotEndsWith},
- {"uiPriority",XML_uiPriority},
- {"showLeaderLines",XML_showLeaderLines},
- {"thickBetweenThinSmall",XML_thickBetweenThinSmall},
- {"includeNewItemsInFilter",XML_includeNewItemsInFilter},
- {"queryTable",XML_queryTable},
- {"presOf",XML_presOf},
- {"categoryEl",XML_categoryEl},
- {"Application",XML_Application},
- {"stdDevSubtotal",XML_stdDevSubtotal},
- {"allLines",XML_allLines},
- {"Company",XML_Company},
- {"tabLst",XML_tabLst},
- {"marR",XML_marR},
- {"creaturesButterfly",XML_creaturesButterfly},
- {"oldStatusBar",XML_oldStatusBar},
- {"Label",XML_Label},
- {"destinationFile",XML_destinationFile},
- {"filterMode",XML_filterMode},
- {"keepChangeHistory",XML_keepChangeHistory},
- {"webSettings",XML_webSettings},
- {"localRefresh",XML_localRefresh},
- {"band1H",XML_band1H},
- {"ideographTraditional",XML_ideographTraditional},
- {"sPrePr",XML_sPrePr},
- {"lowerRoman",XML_lowerRoman},
- {"beforeLines",XML_beforeLines},
- {"pageItem",XML_pageItem},
- {"queryTableFields",XML_queryTableFields},
- {"showDrill",XML_showDrill},
- {"baseTimeUnit",XML_baseTimeUnit},
+ {"usePrinterDefaults",XML_usePrinterDefaults},
+ {"Formula",XML_Formula},
+ {"custCoverPg",XML_custCoverPg},
+ {"monthLong",XML_monthLong},
+ {"embedRegular",XML_embedRegular},
+ {"flowChartTerminator",XML_flowChartTerminator},
+ {"yVal",XML_yVal},
+ {"oldShortcutKey",XML_oldShortcutKey},
+ {"flowChartConnector",XML_flowChartConnector},
+ {"boolVal",XML_boolVal},
+ {"maxR",XML_maxR},
+ {"dataField",XML_dataField},
{"thinThickThinSmallGap",XML_thinThickThinSmallGap},
- {"dnDiag",XML_dnDiag},
- {"medSlateBlue",XML_medSlateBlue},
- {"syncBehavior",XML_syncBehavior},
- {"firstRow",XML_firstRow},
+ {"Court",XML_Court},
{"allowSpaceOfSameStyleInTable",XML_allowSpaceOfSameStyleInTable},
- {"doNotBreakWrappedTables",XML_doNotBreakWrappedTables},
- {"vertTx",XML_vertTx},
- {"band1Vert",XML_band1Vert},
- {"oblob",XML_oblob},
- {"begMarg",XML_begMarg},
- {"doNotIncludeSubdocsInStats",XML_doNotIncludeSubdocsInStats},
- {"cacheHierarchies",XML_cacheHierarchies},
- {"rowHierarchiesUsage",XML_rowHierarchiesUsage},
- {"upperRoman",XML_upperRoman},
- {"Extension",XML_Extension},
+ {"customMenu",XML_customMenu},
+ {"fontAlgn",XML_fontAlgn},
+ {"showDrill",XML_showDrill},
+ {"ltSlateGray",XML_ltSlateGray},
{"xmlns",XML_xmlns},
- {"showPropTip",XML_showPropTip},
- {"ffData",XML_ffData},
- {"dkSlateGray",XML_dkSlateGray},
- {"BackColor",XML_BackColor},
- {"leftBrace",XML_leftBrace},
- {"pageBottom",XML_pageBottom},
- {"styleData",XML_styleData},
- {"doubleWave",XML_doubleWave},
- {"diagBrick",XML_diagBrick},
- {"lnStyleLst",XML_lnStyleLst},
- {"cellSmartTag",XML_cellSmartTag},
- {"colLast",XML_colLast},
- {"PicturePosition",XML_PicturePosition},
- {"rankBy",XML_rankBy},
- {"history",XML_history},
- {"queryTableField",XML_queryTableField},
- {"itemPrintTitles",XML_itemPrintTitles},
- {"box",XML_box},
+ {"baseField",XML_baseField},
+ {"custHdrs",XML_custHdrs},
+ {"nary",XML_nary},
{"newSection",XML_newSection},
- {"relativeFrom",XML_relativeFrom},
- {"dgmscalex",XML_dgmscalex},
- {"uiExpand",XML_uiExpand},
+ {"firstLine",XML_firstLine},
+ {"mergeItem",XML_mergeItem},
+ {"selectLockedCells",XML_selectLockedCells},
+ {"cellStyleXfs",XML_cellStyleXfs},
+ {"btnText",XML_btnText},
+ {"display",XML_display},
+ {"hindiNumbers",XML_hindiNumbers},
+ {"newLength",XML_newLength},
+ {"valAx",XML_valAx},
{"pStyle",XML_pStyle},
- {"Left",XML_Left},
- {"refMode",XML_refMode},
- {"basicWhiteDots",XML_basicWhiteDots},
+ {"textCascadeDown",XML_textCascadeDown},
+ {"pasteBorders",XML_pasteBorders},
+ {"lvlOne",XML_lvlOne},
+ {"tickMarkSkip",XML_tickMarkSkip},
{"rStyle",XML_rStyle},
- {"isometricRightDown",XML_isometricRightDown},
- {"ascendingAlpha",XML_ascendingAlpha},
- {"gray125",XML_gray125},
- {"effectDag",XML_effectDag},
- {"showPropCell",XML_showPropCell},
- {"tcMar",XML_tcMar},
- {"1D",XML_1D},
- {"showPivotChartFilter",XML_showPivotChartFilter},
- {"thinThickThinLargeGap",XML_thinThickThinLargeGap},
- {"xml",XML_xml},
- {"dataRefs",XML_dataRefs},
- {"zoomContents",XML_zoomContents},
- {"keepAlive",XML_keepAlive},
- {"swapBordersFacingPages",XML_swapBordersFacingPages},
- {"dataRef",XML_dataRef},
- {"parTrans",XML_parTrans},
- {"queryTableDeletedFields",XML_queryTableDeletedFields},
- {"queryTableFieldId",XML_queryTableFieldId},
- {"autoLoad",XML_autoLoad},
- {"gregorianUs",XML_gregorianUs},
- {"saltData",XML_saltData},
- {"2D",XML_2D},
- {"childTnLst",XML_childTnLst},
- {"mwSmallCaps",XML_mwSmallCaps},
- {"styleLbl",XML_styleLbl},
- {"fileVersion",XML_fileVersion},
- {"obliqueBottom",XML_obliqueBottom},
- {"mdx",XML_mdx},
- {"nary",XML_nary},
- {"cBhvr",XML_cBhvr},
- {"endCondLst",XML_endCondLst},
- {"Ignorable",XML_Ignorable},
- {"horizontalScroll",XML_horizontalScroll},
+ {"rowBreaks",XML_rowBreaks},
+ {"obliqueLeft",XML_obliqueLeft},
+ {"legacyObliqueRight",XML_legacyObliqueRight},
+ {"atLeast",XML_atLeast},
+ {"includePrintSettings",XML_includePrintSettings},
+ {"checkStyle",XML_checkStyle},
+ {"custSzX",XML_custSzX},
+ {"perspectiveHeroicRightFacing",XML_perspectiveHeroicRightFacing},
{"diagonalDown",XML_diagonalDown},
- {"gridSize",XML_gridSize},
- {"firstLineChars",XML_firstLineChars},
- {"lastClick",XML_lastClick},
- {"captionLessThan",XML_captionLessThan},
- {"totalsRowDxfId",XML_totalsRowDxfId},
- {"ulTrailSpace",XML_ulTrailSpace},
- {"flowChartConnector",XML_flowChartConnector},
- {"arabicPeriod",XML_arabicPeriod},
- {"metadataType",XML_metadataType},
- {"metadataTypes",XML_metadataTypes},
- {"showMemberPropertyTips",XML_showMemberPropertyTips},
- {"trPrChange",XML_trPrChange},
- {"tblPr",XML_tblPr},
- {"compatLnSpc",XML_compatLnSpc},
- {"Counsel",XML_Counsel},
- {"removePersonalInfoOnSave",XML_removePersonalInfoOnSave},
- {"dyaOrig",XML_dyaOrig},
- {"flowChartTerminator",XML_flowChartTerminator},
- {"gingerbreadMan",XML_gingerbreadMan},
- {"captionNotEqual",XML_captionNotEqual},
- {"showLastColumn",XML_showLastColumn},
- {"curvedConnector4",XML_curvedConnector4},
+ {"pitchFamily",XML_pitchFamily},
+ {"fieldsUsage",XML_fieldsUsage},
+ {"Embed",XML_Embed},
+ {"computedArea",XML_computedArea},
+ {"linkStyles",XML_linkStyles},
+ {"newPage",XML_newPage},
+ {"activeCellId",XML_activeCellId},
+ {"queryTableRefresh",XML_queryTableRefresh},
+ {"applyBreakingRules",XML_applyBreakingRules},
+ {"customXmlDelRangeEnd",XML_customXmlDelRangeEnd},
+ {"flowChartCollate",XML_flowChartCollate},
+ {"printArea",XML_printArea},
+ {"refType",XML_refType},
{"gray0625",XML_gray0625},
- {"honeycomb",XML_honeycomb},
- {"newName",XML_newName},
- {"flowChartExtract",XML_flowChartExtract},
- {"idx",XML_idx},
+ {"smConfetti",XML_smConfetti},
+ {"legacyDrawing",XML_legacyDrawing},
+ {"objectDefaults",XML_objectDefaults},
+ {"gridSize",XML_gridSize},
+ {"themeElements",XML_themeElements},
+ {"lockedCanvas",XML_lockedCanvas},
+ {"persistPropertyBag",XML_persistPropertyBag},
+ {"ContentType",XML_ContentType},
+ {"dt2D",XML_dt2D},
+ {"spanAng",XML_spanAng},
+ {"beforeAutospacing",XML_beforeAutospacing},
+ {"xml",XML_xml},
+ {"uiPriority",XML_uiPriority},
+ {"thinThickThinLargeGap",XML_thinThickThinLargeGap},
+ {"gsLst",XML_gsLst},
+ {"ElectronicSource",XML_ElectronicSource},
+ {"textFadeUp",XML_textFadeUp},
+ {"relativeHeight",XML_relativeHeight},
+ {"outlinePr",XML_outlinePr},
{"rctx",XML_rctx},
- {"flowChartCollate",XML_flowChartCollate},
- {"lockRevision",XML_lockRevision},
- {"mediumGray",XML_mediumGray},
- {"curvedConnector5",XML_curvedConnector5},
- {"tblStyle",XML_tblStyle},
- {"valueMetadata",XML_valueMetadata},
- {"dataTable",XML_dataTable},
- {"defaultTableStyle",XML_defaultTableStyle},
- {"curvedConnector2",XML_curvedConnector2},
- {"doNotBreakConstrainedForcedTable",XML_doNotBreakConstrainedForcedTable},
- {"medVioletRed",XML_medVioletRed},
- {"hideMark",XML_hideMark},
- {"curvedLeftArrow",XML_curvedLeftArrow},
- {"x",XML_x},
+ {"artisticMarker",XML_artisticMarker},
+ {"cellSmartTag",XML_cellSmartTag},
+ {"tableType",XML_tableType},
+ {"previousRow",XML_previousRow},
+ {"obliqueTopLeft",XML_obliqueTopLeft},
+ {"rsidRPr",XML_rsidRPr},
+ {"uniqueTag",XML_uniqueTag},
+ {"paperHeight",XML_paperHeight},
+ {"1D",XML_1D},
+ {"basicWhiteSquares",XML_basicWhiteSquares},
+ {"lightningBolt",XML_lightningBolt},
+ {"Inc",XML_Inc},
+ {"textSlantDown",XML_textSlantDown},
+ {"obliqueTop",XML_obliqueTop},
+ {"grandRow",XML_grandRow},
+ {"bubbleSize",XML_bubbleSize},
{"thinThickThinMediumGap",XML_thinThickThinMediumGap},
- {"biLevel",XML_biLevel},
- {"MultiSelect",XML_MultiSelect},
- {"arabicAlpha",XML_arabicAlpha},
- {"hotPink",XML_hotPink},
- {"relativeIndent",XML_relativeIndent},
- {"custTbls",XML_custTbls},
- {"hideLastTrans",XML_hideLastTrans},
- {"defaultTabStop",XML_defaultTabStop},
- {"peopleHats",XML_peopleHats},
- {"defJc",XML_defJc},
- {"queryFailed",XML_queryFailed},
- {"lgDash",XML_lgDash},
- {"creaturesInsects",XML_creaturesInsects},
- {"tenThousands",XML_tenThousands},
- {"lockedCanvas",XML_lockedCanvas},
- {"cellStyleXfs",XML_cellStyleXfs},
- {"triangleParty",XML_triangleParty},
- {"splitType",XML_splitType},
- {"maxValue",XML_maxValue},
- {"prstMaterial",XML_prstMaterial},
- {"maxVal",XML_maxVal},
- {"catLst",XML_catLst},
- {"pasteColWidths",XML_pasteColWidths},
- {"dkUpDiag",XML_dkUpDiag},
- {"usePrinterMetrics",XML_usePrinterMetrics},
- {"russianLower",XML_russianLower},
- {"usePrinterDefaults",XML_usePrinterDefaults},
- {"minRId",XML_minRId},
- {"blockArc",XML_blockArc},
- {"gradientActiveCaption",XML_gradientActiveCaption},
- {"embedBold",XML_embedBold},
- {"refreshedVersion",XML_refreshedVersion},
- {"flowersModern2",XML_flowersModern2},
- {"fillClrLst",XML_fillClrLst},
- {"mistyRose",XML_mistyRose},
- {"styleLink",XML_styleLink},
- {"endA",XML_endA},
- {"negativeInteger",XML_negativeInteger},
- {"insertClear",XML_insertClear},
- {"quadArrowCallout",XML_quadArrowCallout},
- {"noDrilldown",XML_noDrilldown},
- {"endMarg",XML_endMarg},
- {"justify",XML_justify},
- {"useWord2002TableStyleRules",XML_useWord2002TableStyleRules},
- {"minLength",XML_minLength},
- {"bOff",XML_bOff},
- {"Drop",XML_Drop},
- {"ofPieChart",XML_ofPieChart},
- {"hundredMillions",XML_hundredMillions},
- {"snapVertSplitter",XML_snapVertSplitter},
- {"hangingPunct",XML_hangingPunct},
- {"legacySpace",XML_legacySpace},
- {"cGp",XML_cGp},
- {"dLblPos",XML_dLblPos},
- {"rOff",XML_rOff},
- {"lOff",XML_lOff},
- {"advAuto",XML_advAuto},
{"dkKhaki",XML_dkKhaki},
- {"newPage",XML_newPage},
- {"satMod",XML_satMod},
- {"effectLst",XML_effectLst},
- {"ltBlue",XML_ltBlue},
- {"bL",XML_bL},
- {"hidePivotFieldList",XML_hidePivotFieldList},
- {"basicWhiteDashes",XML_basicWhiteDashes},
- {"max",XML_max},
- {"halfKatakana",XML_halfKatakana},
- {"attrName",XML_attrName},
- {"royalBlue",XML_royalBlue},
- {"showMultipleLabel",XML_showMultipleLabel},
- {"dataModel",XML_dataModel},
- {"irohaFullWidth",XML_irohaFullWidth},
- {"infoBk",XML_infoBk},
- {"fax",XML_fax},
- {"cryptAlgorithmType",XML_cryptAlgorithmType},
- {"borderBoxPr",XML_borderBoxPr},
- {"3dLight",XML_3dLight},
- {"hueOff",XML_hueOff},
- {"presName",XML_presName},
- {"confettiOutline",XML_confettiOutline},
- {"oldLength",XML_oldLength},
- {"snapToObjects",XML_snapToObjects},
- {"enDash",XML_enDash},
- {"secSibSp",XML_secSibSp},
- {"notContainsText",XML_notContainsText},
- {"valAx",XML_valAx},
- {"artisticMosiaicBubbles",XML_artisticMosiaicBubbles},
- {"aquamarine",XML_aquamarine},
- {"autoAdjust",XML_autoAdjust},
- {"fromL",XML_fromL},
- {"themeFillShade",XML_themeFillShade},
- {"rowHierarchyUsage",XML_rowHierarchyUsage},
- {"dateBetween",XML_dateBetween},
- {"threeDEngrave",XML_threeDEngrave},
- {"textborder",XML_textborder},
- {"stdErr",XML_stdErr},
- {"buBlip",XML_buBlip},
- {"stylePaneSortMethod",XML_stylePaneSortMethod},
- {"dottedHeavy",XML_dottedHeavy},
- {"notContainsErrors",XML_notContainsErrors},
- {"limUppPr",XML_limUppPr},
- {"sSupPr",XML_sSupPr},
- {"exitMacro",XML_exitMacro},
- {"AutoFit",XML_AutoFit},
- {"noAdjustHandles",XML_noAdjustHandles},
- {"functionGroups",XML_functionGroups},
- {"artisticPencilSketch",XML_artisticPencilSketch},
- {"vAlign",XML_vAlign},
- {"showAnimation",XML_showAnimation},
- {"vertAlign",XML_vertAlign},
- {"cryptAlgorithmSid",XML_cryptAlgorithmSid},
- {"destId",XML_destId},
- {"custSzY",XML_custSzY},
- {"filterUnique",XML_filterUnique},
- {"plotArea",XML_plotArea},
- {"base64Binary",XML_base64Binary},
- {"hexagon",XML_hexagon},
- {"alphaOutset",XML_alphaOutset},
- {"overflowPunct",XML_overflowPunct},
- {"curvedConnector3",XML_curvedConnector3},
- {"darkDown",XML_darkDown},
- {"imagesize",XML_imagesize},
- {"smCheck",XML_smCheck},
- {"functionGroup",XML_functionGroup},
- {"HeadingPairs",XML_HeadingPairs},
- {"outsideMargin",XML_outsideMargin},
- {"moveTo",XML_moveTo},
- {"sSubPr",XML_sSubPr},
- {"groupItems",XML_groupItems},
+ {"groupLevels",XML_groupLevels},
+ {"ltGoldenrodYellow",XML_ltGoldenrodYellow},
+ {"bidiVisual",XML_bidiVisual},
+ {"saltData",XML_saltData},
{"thinDiagStripe",XML_thinDiagStripe},
- {"dispRSqr",XML_dispRSqr},
- {"cellMeta",XML_cellMeta},
- {"fontSz",XML_fontSz},
- {"forceFullCalc",XML_forceFullCalc},
- {"linesAndChars",XML_linesAndChars},
- {"measureFilter",XML_measureFilter},
- {"captionLessThanOrEqual",XML_captionLessThanOrEqual},
- {"functionGroupId",XML_functionGroupId},
- {"applyBorderFormats",XML_applyBorderFormats},
- {"varLst",XML_varLst},
- {"yesterday",XML_yesterday},
- {"firstHeaderCell",XML_firstHeaderCell},
- {"defaultGridColor",XML_defaultGridColor},
- {"textCircle",XML_textCircle},
- {"NumberVolumes",XML_NumberVolumes},
- {"uniqueList",XML_uniqueList},
- {"Always",XML_Always},
- {"ClientData",XML_ClientData},
- {"lastHeaderCell",XML_lastHeaderCell},
- {"txDef",XML_txDef},
- {"paperSize",XML_paperSize},
- {"verticalCentered",XML_verticalCentered},
- {"textCirclePour",XML_textCirclePour},
- {"forgetLastTabAlignment",XML_forgetLastTabAlignment},
- {"dashLong",XML_dashLong},
- {"rowOff",XML_rowOff},
- {"fLocksWithSheet",XML_fLocksWithSheet},
- {"lightHorizontal",XML_lightHorizontal},
- {"rowBreaks",XML_rowBreaks},
- {"styleLockTheme",XML_styleLockTheme},
- {"dkMagenta",XML_dkMagenta},
- {"addressFieldName",XML_addressFieldName},
- {"valueType",XML_valueType},
- {"basicWhiteSquares",XML_basicWhiteSquares},
- {"posOffset",XML_posOffset},
- {"grandRow",XML_grandRow},
- {"dynamicAddress",XML_dynamicAddress},
- {"unboundColumnsLeft",XML_unboundColumnsLeft},
- {"tOff",XML_tOff},
- {"normalizedString",XML_normalizedString},
- {"txbx",XML_txbx},
- {"PictOld",XML_PictOld},
- {"databaseField",XML_databaseField},
- {"startNum",XML_startNum},
- {"commIndicator",XML_commIndicator},
- {"sheetData",XML_sheetData},
- {"reservationPassword",XML_reservationPassword},
- {"showAll",XML_showAll},
- {"custAng",XML_custAng},
- {"tL",XML_tL},
- {"sldLayout",XML_sldLayout},
- {"darkMagenta",XML_darkMagenta},
- {"weavingStrips",XML_weavingStrips},
- {"txbxContent",XML_txbxContent},
+ {"autoFill",XML_autoFill},
+ {"obliqueTopRight",XML_obliqueTopRight},
+ {"darkDown",XML_darkDown},
+ {"intLim",XML_intLim},
+ {"nameLen",XML_nameLen},
+ {"balanceSingleByteDoubleByteWidth",XML_balanceSingleByteDoubleByteWidth},
+ {"tmplLst",XML_tmplLst},
+ {"obliqueBottom",XML_obliqueBottom},
+ {"lastClick",XML_lastClick},
+ {"insertClear",XML_insertClear},
+ {"normAutofit",XML_normAutofit},
+ {"destinationFile",XML_destinationFile},
+ {"firstHeader",XML_firstHeader},
{"sectPrChange",XML_sectPrChange},
- {"previousRow",XML_previousRow},
- {"queryTableRefresh",XML_queryTableRefresh},
- {"tableCellDelete",XML_tableCellDelete},
- {"rowNumbers",XML_rowNumbers},
- {"presParOf",XML_presParOf},
- {"limeGreen",XML_limeGreen},
- {"stA",XML_stA},
- {"minimized",XML_minimized},
- {"vertBarState",XML_vertBarState},
- {"flowersModern1",XML_flowersModern1},
- {"custCoverPg",XML_custCoverPg},
- {"rsidRPr",XML_rsidRPr},
- {"shrinkToFit",XML_shrinkToFit},
- {"cryptAlgorithmClass",XML_cryptAlgorithmClass},
- {"accentCallout2",XML_accentCallout2},
- {"nextTo",XML_nextTo},
- {"circularArrow",XML_circularArrow},
- {"stopIfTrue",XML_stopIfTrue},
- {"rightToLeft",XML_rightToLeft},
- {"xm",XML_xm},
- {"differentOddEven",XML_differentOddEven},
+ {"anchorLock",XML_anchorLock},
+ {"tblGrid",XML_tblGrid},
+ {"wrapSquare",XML_wrapSquare},
+ {"dkGreen",XML_dkGreen},
+ {"legacyMetal",XML_legacyMetal},
+ {"fPublished",XML_fPublished},
+ {"gdLst",XML_gdLst},
+ {"relativeFrom",XML_relativeFrom},
+ {"ordinalText",XML_ordinalText},
+ {"lvlOverride",XML_lvlOverride},
+ {"blueMod",XML_blueMod},
+ {"gridAfter",XML_gridAfter},
+ {"artisticPencilGrayscale",XML_artisticPencilGrayscale},
+ {"firstRowStripe",XML_firstRowStripe},
+ {"applyWidthHeightFormats",XML_applyWidthHeightFormats},
+ {"rowColShift",XML_rowColShift},
+ {"oneField",XML_oneField},
+ {"quickTimeFile",XML_quickTimeFile},
+ {"base64Binary",XML_base64Binary},
+ {"2D",XML_2D},
+ {"onClick",XML_onClick},
+ {"Note",XML_Note},
+ {"numFmtId",XML_numFmtId},
+ {"Notes",XML_Notes},
+ {"ideographTraditional",XML_ideographTraditional},
{"followSib",XML_followSib},
- {"textpathok",XML_textpathok},
- {"userU",XML_userU},
+ {"bldP",XML_bldP},
+ {"decoBlocks",XML_decoBlocks},
+ {"buSzTx",XML_buSzTx},
+ {"dispRSqr",XML_dispRSqr},
+ {"hotPink",XML_hotPink},
+ {"ghostRow",XML_ghostRow},
+ {"halfFrame",XML_halfFrame},
+ {"txDir",XML_txDir},
+ {"artisticFilmGrain",XML_artisticFilmGrain},
+ {"sheetName",XML_sheetName},
+ {"history",XML_history},
+ {"sheetNames",XML_sheetNames},
+ {"groupLevel",XML_groupLevel},
+ {"textLength",XML_textLength},
+ {"ltCoral",XML_ltCoral},
+ {"minorAscii",XML_minorAscii},
{"blankRow",XML_blankRow},
- {"zeroWid",XML_zeroWid},
- {"moveWith",XML_moveWith},
+ {"dkUpDiag",XML_dkUpDiag},
+ {"steelBlue",XML_steelBlue},
+ {"thaiLetters",XML_thaiLetters},
+ {"pPrChange",XML_pPrChange},
+ {"comboBox",XML_comboBox},
+ {"Broadcaster",XML_Broadcaster},
+ {"yellowGreen",XML_yellowGreen},
+ {"hideNewItems",XML_hideNewItems},
+ {"rPrChange",XML_rPrChange},
+ {"vAnchor",XML_vAnchor},
+ {"rsaAES",XML_rsaAES},
{"noEditPoints",XML_noEditPoints},
- {"rightVertical",XML_rightVertical},
- {"lightVertical",XML_lightVertical},
- {"firstRowStripe",XML_firstRowStripe},
- {"undOvr",XML_undOvr},
- {"downArrow",XML_downArrow},
- {"gutterAtTop",XML_gutterAtTop},
- {"leftUpArrow",XML_leftUpArrow},
- {"posOdd",XML_posOdd},
- {"defaultSize",XML_defaultSize},
- {"CF",XML_CF},
- {"chainLink",XML_chainLink},
- {"Locked",XML_Locked},
- {"precedSib",XML_precedSib},
- {"lastMonth",XML_lastMonth},
- {"doubleclicknotify",XML_doubleclicknotify},
- {"baseColWidth",XML_baseColWidth},
- {"showMasterPhAnim",XML_showMasterPhAnim},
- {"vendorID",XML_vendorID},
- {"artisticPencilGrayscale",XML_artisticPencilGrayscale},
- {"ctrTitle",XML_ctrTitle},
- {"crossAx",XML_crossAx},
- {"maxAng",XML_maxAng},
- {"buSzPct",XML_buSzPct},
- {"showAsIcon",XML_showAsIcon},
- {"minorHAnsi",XML_minorHAnsi},
- {"bldP",XML_bldP},
- {"whiteFlowers",XML_whiteFlowers},
- {"dashstyle",XML_dashstyle},
- {"showBubbleSize",XML_showBubbleSize},
- {"fieldsUsage",XML_fieldsUsage},
- {"doNotTrackMoves",XML_doNotTrackMoves},
- {"arabic1Minus",XML_arabic1Minus},
- {"subTitle",XML_subTitle},
- {"sysDashDot",XML_sysDashDot},
- {"workbook",XML_workbook},
- {"layoutNode",XML_layoutNode},
- {"printFractionalCharacterWidth",XML_printFractionalCharacterWidth},
- {"handoutMaster",XML_handoutMaster},
- {"defaultTextStyle",XML_defaultTextStyle},
- {"unboundColumnsRight",XML_unboundColumnsRight},
- {"styleDefHdr",XML_styleDefHdr},
- {"handoutMasterIdLst",XML_handoutMasterIdLst},
- {"arabicAbjad",XML_arabicAbjad},
- {"wordWrap",XML_wordWrap},
- {"sysDashDotDot",XML_sysDashDotDot},
- {"balanceSingleByteDoubleByteWidth",XML_balanceSingleByteDoubleByteWidth},
- {"cacheHierarchy",XML_cacheHierarchy},
- {"noResize",XML_noResize},
- {"alphaOff",XML_alphaOff},
- {"Dialog",XML_Dialog},
- {"chapNum",XML_chapNum},
- {"roundRect",XML_roundRect},
- {"twoColTx",XML_twoColTx},
- {"presetID",XML_presetID},
- {"drawingGridHorizontalOrigin",XML_drawingGridHorizontalOrigin},
- {"showSpecialPlsOnTitleSld",XML_showSpecialPlsOnTitleSld},
- {"sortByTuple",XML_sortByTuple},
+ {"dataBar",XML_dataBar},
+ {"tblCaption",XML_tblCaption},
+ {"solidFill",XML_solidFill},
+ {"autoExp",XML_autoExp},
+ {"imagesize",XML_imagesize},
+ {"applyFontFormats",XML_applyFontFormats},
+ {"thickBottom",XML_thickBottom},
+ {"topLabels",XML_topLabels},
+ {"gridLegend",XML_gridLegend},
+ {"flowChartSummingJunction",XML_flowChartSummingJunction},
{"artisticPhotocopy",XML_artisticPhotocopy},
- {"dateCompatibility",XML_dateCompatibility},
- {"onBegin",XML_onBegin},
- {"webPr",XML_webPr},
- {"topFromText",XML_topFromText},
- {"Formula",XML_Formula},
- {"handoutMasterId",XML_handoutMasterId},
- {"groupMembers",XML_groupMembers},
- {"verticalScroll",XML_verticalScroll},
- {"groupMember",XML_groupMember},
- {"includeHiddenRowCol",XML_includeHiddenRowCol},
- {"wedgeEllipseCallout",XML_wedgeEllipseCallout},
- {"showEmptyCol",XML_showEmptyCol},
- {"thinVertStripe",XML_thinVertStripe},
- {"ghostRow",XML_ghostRow},
- {"tblpYSpec",XML_tblpYSpec},
- {"dataCellStyle",XML_dataCellStyle},
- {"customXmlPr",XML_customXmlPr},
- {"buClrTx",XML_buClrTx},
- {"themeOverride",XML_themeOverride},
- {"firstBackgroundRefresh",XML_firstBackgroundRefresh},
- {"valueLessThan",XML_valueLessThan},
- {"oldLace",XML_oldLace},
- {"pageLayout",XML_pageLayout},
- {"keepNext",XML_keepNext},
- {"boolVal",XML_boolVal},
- {"mailingLabels",XML_mailingLabels},
- {"bidiVisual",XML_bidiVisual},
- {"alignWithMargins",XML_alignWithMargins},
- {"textWave4",XML_textWave4},
+ {"curvedConnector2",XML_curvedConnector2},
+ {"removePersonalInformation",XML_removePersonalInformation},
+ {"baseTimeUnit",XML_baseTimeUnit},
+ {"cmLst",XML_cmLst},
+ {"userInfo",XML_userInfo},
+ {"sqlType",XML_sqlType},
+ {"satOff",XML_satOff},
+ {"precedSib",XML_precedSib},
+ {"grpFill",XML_grpFill},
+ {"dataBound",XML_dataBound},
+ {"tblStyle",XML_tblStyle},
+ {"syncVertical",XML_syncVertical},
+ {"BorderColor",XML_BorderColor},
+ {"positiveInteger",XML_positiveInteger},
+ {"maxRId",XML_maxRId},
+ {"volType",XML_volType},
+ {"volTypes",XML_volTypes},
{"adjustRightInd",XML_adjustRightInd},
- {"holeSize",XML_holeSize},
- {"wMode",XML_wMode},
- {"vertOverflow",XML_vertOverflow},
- {"medOrchid",XML_medOrchid},
+ {"hlinkHover",XML_hlinkHover},
+ {"docLocation",XML_docLocation},
+ {"stdDevSubtotal",XML_stdDevSubtotal},
+ {"algorithmName",XML_algorithmName},
+ {"smGrid",XML_smGrid},
+ {"advAuto",XML_advAuto},
+ {"summaryLength",XML_summaryLength},
+ {"hAnsi",XML_hAnsi},
+ {"Scroll",XML_Scroll},
+ {"includeHiddenRowCol",XML_includeHiddenRowCol},
+ {"xm",XML_xm},
+ {"creaturesButterfly",XML_creaturesButterfly},
+ {"gregorianUs",XML_gregorianUs},
+ {"trPrChange",XML_trPrChange},
+ {"justify",XML_justify},
+ {"smtClean",XML_smtClean},
+ {"emDash",XML_emDash},
+ {"autoLine",XML_autoLine},
+ {"dataBinding",XML_dataBinding},
+ {"russianUpper",XML_russianUpper},
+ {"warmMatte",XML_warmMatte},
+ {"customXmlMoveToRangeStart",XML_customXmlMoveToRangeStart},
+ {"animLvl",XML_animLvl},
+ {"snapToGrid",XML_snapToGrid},
+ {"percentOfRow",XML_percentOfRow},
+ {"couponCutoutDots",XML_couponCutoutDots},
+ {"couponCutoutDashes",XML_couponCutoutDashes},
+ {"vertAnchor",XML_vertAnchor},
+ {"mruColors",XML_mruColors},
+ {"showSpecialPlsOnTitleSld",XML_showSpecialPlsOnTitleSld},
+ {"sldThumbnailView",XML_sldThumbnailView},
+ {"moveTo",XML_moveTo},
+ {"royalBlue",XML_royalBlue},
+ {"updateLinks",XML_updateLinks},
+ {"listItem",XML_listItem},
+ {"blockQuote",XML_blockQuote},
+ {"horizontalScroll",XML_horizontalScroll},
+ {"roundedCorners",XML_roundedCorners},
+ {"txbx",XML_txbx},
+ {"FieldCodes",XML_FieldCodes},
+ {"divId",XML_divId},
+ {"dkMagenta",XML_dkMagenta},
+ {"textChevronInverted",XML_textChevronInverted},
+ {"syncBehavior",XML_syncBehavior},
+ {"mathMultiply",XML_mathMultiply},
+ {"algIdExtSource",XML_algIdExtSource},
+ {"defaultTableStyle",XML_defaultTableStyle},
+ {"bookmarkIdSeed",XML_bookmarkIdSeed},
+ {"headersInLastRefresh",XML_headersInLastRefresh},
+ {"pgNumMargins",XML_pgNumMargins},
+ {"moveWith",XML_moveWith},
+ {"custScaleX",XML_custScaleX},
+ {"multiLine",XML_multiLine},
+ {"printFractionalCharacterWidth",XML_printFractionalCharacterWidth},
+ {"sSupPr",XML_sSupPr},
+ {"sheetData",XML_sheetData},
{"showErrorMessage",XML_showErrorMessage},
- {"overrideClrMapping",XML_overrideClrMapping},
- {"showFormulaBar",XML_showFormulaBar},
- {"anyType",XML_anyType},
- {"mergeItem",XML_mergeItem},
- {"picLocks",XML_picLocks},
- {"topMargin",XML_topMargin},
- {"rB",XML_rB},
- {"revDir",XML_revDir},
- {"lB",XML_lB},
- {"spcFirstLastPara",XML_spcFirstLastPara},
- {"allowOverlap",XML_allowOverlap},
- {"yearToDate",XML_yearToDate},
- {"fieldIdWrapped",XML_fieldIdWrapped},
- {"arabicDbPeriod",XML_arabicDbPeriod},
- {"noLeading",XML_noLeading},
- {"MDY",XML_MDY},
- {"legacyObliqueLeft",XML_legacyObliqueLeft},
- {"legacyObliqueBottomLeft",XML_legacyObliqueBottomLeft},
- {"rightMargin",XML_rightMargin},
- {"weavingBraid",XML_weavingBraid},
+ {"cBhvr",XML_cBhvr},
+ {"zeroHeight",XML_zeroHeight},
+ {"unboundColumnsLeft",XML_unboundColumnsLeft},
+ {"defaultTabStop",XML_defaultTabStop},
+ {"hidePivotFieldList",XML_hidePivotFieldList},
+ {"sz",XML_sz},
+ {"hideLeft",XML_hideLeft},
+ {"gray125",XML_gray125},
+ {"stopIfTrue",XML_stopIfTrue},
+ {"dateNotBetween",XML_dateNotBetween},
+ {"uLn",XML_uLn},
+ {"linkedToFile",XML_linkedToFile},
+ {"dataCellStyle",XML_dataCellStyle},
+ {"thickBetweenThinSmall",XML_thickBetweenThinSmall},
+ {"paperSize",XML_paperSize},
+ {"noHBand",XML_noHBand},
+ {"majorAscii",XML_majorAscii},
+ {"customXmlMoveFromRangeStart",XML_customXmlMoveFromRangeStart},
+ {"doNotTrackMoves",XML_doNotTrackMoves},
{"accentCallout3",XML_accentCallout3},
- {"cell3D",XML_cell3D},
- {"allowRefreshQuery",XML_allowRefreshQuery},
- {"textWave2",XML_textWave2},
- {"leftBracket",XML_leftBracket},
- {"legacyObliqueTop",XML_legacyObliqueTop},
- {"windowText",XML_windowText},
- {"doNotTrackFormatting",XML_doNotTrackFormatting},
- {"hex",XML_hex},
- {"userF",XML_userF},
- {"refType",XML_refType},
- {"fromB",XML_fromB},
- {"legacyObliqueFront",XML_legacyObliqueFront},
- {"HyperlinkBase",XML_HyperlinkBase},
- {"hueMod",XML_hueMod},
- {"fillOverlay",XML_fillOverlay},
- {"drawingGridHorizontalSpacing",XML_drawingGridHorizontalSpacing},
- {"ptInSeries",XML_ptInSeries},
- {"tblpXSpec",XML_tblpXSpec},
- {"textChevron",XML_textChevron},
- {"legacyObliqueBottomRight",XML_legacyObliqueBottomRight},
- {"qsTypeId",XML_qsTypeId},
- {"docEnd",XML_docEnd},
- {"csTypeId",XML_csTypeId},
- {"notFirstPage",XML_notFirstPage},
- {"themeFontLang",XML_themeFontLang},
- {"altLang",XML_altLang},
- {"tblGrid",XML_tblGrid},
- {"doubleDiamonds",XML_doubleDiamonds},
- {"arabicDbPlain",XML_arabicDbPlain},
- {"saveSubsetFonts",XML_saveSubsetFonts},
- {"loTypeId",XML_loTypeId},
- {"line3DChart",XML_line3DChart},
- {"majorHAnsi",XML_majorHAnsi},
- {"wedgeRoundRectCallout",XML_wedgeRoundRectCallout},
+ {"azure",XML_azure},
+ {"rightArrow",XML_rightArrow},
+ {"hAnchor",XML_hAnchor},
{"surface3DChart",XML_surface3DChart},
- {"docPartBody",XML_docPartBody},
{"accentCallout1",XML_accentCallout1},
- {"Internal",XML_Internal},
- {"grpSpLocks",XML_grpSpLocks},
- {"hebrew2Minus",XML_hebrew2Minus},
- {"arabic2Minus",XML_arabic2Minus},
- {"ascendingNatural",XML_ascendingNatural},
- {"marB",XML_marB},
- {"leftRightCircularArrow",XML_leftRightCircularArrow},
- {"ref3D",XML_ref3D},
- {"glossaryDocument",XML_glossaryDocument},
- {"showNarration",XML_showNarration},
- {"maxDist",XML_maxDist},
- {"dayLong",XML_dayLong},
- {"textFit",XML_textFit},
- {"errValType",XML_errValType},
- {"FieldCodes",XML_FieldCodes},
- {"pivotSource",XML_pivotSource},
- {"decimalEnclosedFullstop",XML_decimalEnclosedFullstop},
- {"wrapRight",XML_wrapRight},
- {"pgBorders",XML_pgBorders},
- {"nonAutoSortDefault",XML_nonAutoSortDefault},
- {"PartName",XML_PartName},
- {"decimalEnclosedCircle",XML_decimalEnclosedCircle},
- {"decimalEnclosedCircleChinese",XML_decimalEnclosedCircleChinese},
- {"blurRad",XML_blurRad},
- {"doubleQuote",XML_doubleQuote},
- {"decoArchColor",XML_decoArchColor},
- {"bookmarkIdSeed",XML_bookmarkIdSeed},
- {"textdata",XML_textdata},
- {"wholeTbl",XML_wholeTbl},
- {"cmAuthorLst",XML_cmAuthorLst},
- {"varPSubtotal",XML_varPSubtotal},
- {"headerRowBorderDxfId",XML_headerRowBorderDxfId},
+ {"bracketPair",XML_bracketPair},
+ {"bldGraphic",XML_bldGraphic},
+ {"manifestLocation",XML_manifestLocation},
+ {"rankBy",XML_rankBy},
+ {"footnoteLayoutLikeWW8",XML_footnoteLayoutLikeWW8},
+ {"musicNotes",XML_musicNotes},
+ {"FontWeight",XML_FontWeight},
+ {"ddList",XML_ddList},
+ {"tblLayout",XML_tblLayout},
+ {"Issue",XML_Issue},
+ {"ltGray",XML_ltGray},
+ {"YearAccessed",XML_YearAccessed},
+ {"bubble3D",XML_bubble3D},
+ {"leftArrow",XML_leftArrow},
+ {"PicturePosition",XML_PicturePosition},
+ {"tblLook",XML_tblLook},
+ {"sSubPr",XML_sSubPr},
+ {"restoredLeft",XML_restoredLeft},
+ {"customXmlInsRangeStart",XML_customXmlInsRangeStart},
+ {"multiLevelType",XML_multiLevelType},
{"artisticPastelsSmooth",XML_artisticPastelsSmooth},
- {"oldCustomMenu",XML_oldCustomMenu},
- {"doNotLeaveBackslashAlone",XML_doNotLeaveBackslashAlone},
- {"pictureFormat",XML_pictureFormat},
- {"blackAndWhite",XML_blackAndWhite},
- {"bar3DChart",XML_bar3DChart},
- {"lblOffset",XML_lblOffset},
- {"showBreaksInFrames",XML_showBreaksInFrames},
- {"iceCreamCones",XML_iceCreamCones},
- {"sqlType",XML_sqlType},
- {"bldAsOne",XML_bldAsOne},
- {"lnNumType",XML_lnNumType},
- {"viewMergedData",XML_viewMergedData},
- {"List",XML_List},
- {"presStyleCnt",XML_presStyleCnt},
- {"cxnLst",XML_cxnLst},
- {"AutoPict",XML_AutoPict},
- {"deepSkyBlue",XML_deepSkyBlue},
- {"thickThinLarge",XML_thickThinLarge},
- {"ValidIds",XML_ValidIds},
- {"notesMaster",XML_notesMaster},
- {"Namespace",XML_Namespace},
- {"QName",XML_QName},
- {"custData",XML_custData},
- {"btnText",XML_btnText},
- {"cellMetadata",XML_cellMetadata},
- {"rightBrace",XML_rightBrace},
- {"syncHorizontal",XML_syncHorizontal},
- {"defaultPivotStyle",XML_defaultPivotStyle},
- {"hierAlign",XML_hierAlign},
+ {"lowerLetter",XML_lowerLetter},
+ {"textFadeDown",XML_textFadeDown},
+ {"suppressOverlap",XML_suppressOverlap},
+ {"softHyphen",XML_softHyphen},
+ {"lvlText",XML_lvlText},
+ {"normalizedString",XML_normalizedString},
+ {"varPSubtotal",XML_varPSubtotal},
+ {"animOne",XML_animOne},
+ {"minimized",XML_minimized},
+ {"tableCellDelete",XML_tableCellDelete},
+ {"queryFailed",XML_queryFailed},
+ {"marT",XML_marT},
+ {"ComboEdit",XML_ComboEdit},
+ {"rowFields",XML_rowFields},
+ {"ptsTypes",XML_ptsTypes},
+ {"behindDoc",XML_behindDoc},
+ {"actionButtonBackPrevious",XML_actionButtonBackPrevious},
+ {"wrapNone",XML_wrapNone},
+ {"artisticBlur",XML_artisticBlur},
+ {"flowChartProcess",XML_flowChartProcess},
+ {"rowOff",XML_rowOff},
+ {"prstTxWarp",XML_prstTxWarp},
+ {"thickThinMediumGap",XML_thickThinMediumGap},
+ {"customXmlMoveFromRangeEnd",XML_customXmlMoveFromRangeEnd},
+ {"leftBrace",XML_leftBrace},
+ {"clrMru",XML_clrMru},
+ {"clrSchemeMapping",XML_clrSchemeMapping},
+ {"flowChartPreparation",XML_flowChartPreparation},
+ {"flowChartPredefinedProcess",XML_flowChartPredefinedProcess},
+ {"lumMod",XML_lumMod},
+ {"forceFullCalc",XML_forceFullCalc},
+ {"dz",XML_dz},
+ {"altChunkPr",XML_altChunkPr},
+ {"sheetViews",XML_sheetViews},
{"onMouseOut",XML_onMouseOut},
- {"applyAlignment",XML_applyAlignment},
- {"applyAlignmentFormats",XML_applyAlignmentFormats},
- {"disableEdit",XML_disableEdit},
- {"thickThinLargeGap",XML_thickThinLargeGap},
- {"AlbumTitle",XML_AlbumTitle},
- {"futureMetadata",XML_futureMetadata},
- {"sheetDataSet",XML_sheetDataSet},
- {"hotLight",XML_hotLight},
- {"useWord97LineBreakRules",XML_useWord97LineBreakRules},
- {"userInfo",XML_userInfo},
- {"themeFillTint",XML_themeFillTint},
- {"memberValueDatatype",XML_memberValueDatatype},
- {"thisQuarter",XML_thisQuarter},
+ {"customHeight",XML_customHeight},
+ {"defLockedState",XML_defLockedState},
+ {"ofPieChart",XML_ofPieChart},
+ {"oleSize",XML_oleSize},
+ {"arabicAlpha",XML_arabicAlpha},
+ {"gridLinesSet",XML_gridLinesSet},
+ {"saveSubsetFonts",XML_saveSubsetFonts},
+ {"noResize",XML_noResize},
+ {"pathLst",XML_pathLst},
+ {"fitText",XML_fitText},
+ {"Lines",XML_Lines},
+ {"redMod",XML_redMod},
+ {"colGrandTotals",XML_colGrandTotals},
+ {"aquamarine",XML_aquamarine},
+ {"weavingStrips",XML_weavingStrips},
+ {"buFontTx",XML_buFontTx},
+ {"custData",XML_custData},
+ {"customXmlInsRangeEnd",XML_customXmlInsRangeEnd},
+ {"allUniqueName",XML_allUniqueName},
+ {"BookTitle",XML_BookTitle},
{"firstRowSubheading",XML_firstRowSubheading},
- {"outEnd",XML_outEnd},
- {"Link",XML_Link},
- {"pPrDefault",XML_pPrDefault},
- {"MatchEntry",XML_MatchEntry},
- {"customXmlDelRangeStart",XML_customXmlDelRangeStart},
- {"blueMod",XML_blueMod},
- {"rPrDefault",XML_rPrDefault},
- {"axId",XML_axId},
- {"ocx",XML_ocx},
- {"oleLink",XML_oleLink},
- {"hOff",XML_hOff},
+ {"startOverride",XML_startOverride},
+ {"pageBottom",XML_pageBottom},
+ {"dateCompatibility",XML_dateCompatibility},
+ {"secSibSp",XML_secSibSp},
+ {"arabicPeriod",XML_arabicPeriod},
+ {"txbxContent",XML_txbxContent},
+ {"textDeflateTop",XML_textDeflateTop},
+ {"legacyObliqueBottom",XML_legacyObliqueBottom},
+ {"unboundColumnsRight",XML_unboundColumnsRight},
+ {"mediumDashDot",XML_mediumDashDot},
+ {"mediumDashDotDot",XML_mediumDashDotDot},
{"onMouseOver",XML_onMouseOver},
- {"dotDotDash",XML_dotDotDash},
- {"decimalSymbol",XML_decimalSymbol},
- {"heartBalloon",XML_heartBalloon},
- {"autoTitleDeleted",XML_autoTitleDeleted},
- {"refError",XML_refError},
- {"legacyObliqueRight",XML_legacyObliqueRight},
- {"txDir",XML_txDir},
- {"horzAnchor",XML_horzAnchor},
- {"colGrandTotals",XML_colGrandTotals},
- {"yVal",XML_yVal},
- {"blinkBackground",XML_blinkBackground},
- {"refreshOnLoad",XML_refreshOnLoad},
- {"pgNumType",XML_pgNumType},
- {"wpSpaceWidth",XML_wpSpaceWidth},
- {"headerFooter",XML_headerFooter},
- {"customXmlDelRangeEnd",XML_customXmlDelRangeEnd},
- {"imeMode",XML_imeMode},
- {"firstDataCol",XML_firstDataCol},
- {"BookAuthor",XML_BookAuthor},
- {"maxDate",XML_maxDate},
- {"z",XML_z},
- {"leftArrowCallout",XML_leftArrowCallout},
- {"ParagraphFormat",XML_ParagraphFormat},
- {"truncateFontHeightsLikeWP6",XML_truncateFontHeightsLikeWP6},
- {"lnSpcReduction",XML_lnSpcReduction},
- {"actionButtonBackPrevious",XML_actionButtonBackPrevious},
- {"dxaOrig",XML_dxaOrig},
- {"suppressSpacingAtTopOfPage",XML_suppressSpacingAtTopOfPage},
- {"volType",XML_volType},
- {"wireFrame",XML_wireFrame},
- {"volTypes",XML_volTypes},
+ {"rightArrowCallout",XML_rightArrowCallout},
+ {"oldCustomMenu",XML_oldCustomMenu},
+ {"VariousPropertyBits",XML_VariousPropertyBits},
+ {"showVerticalScroll",XML_showVerticalScroll},
+ {"pivotSource",XML_pivotSource},
+ {"flowChartMerge",XML_flowChartMerge},
+ {"countNums",XML_countNums},
+ {"leftRightCircularArrow",XML_leftRightCircularArrow},
+ {"isometricLeftUp",XML_isometricLeftUp},
+ {"themeFillShade",XML_themeFillShade},
+ {"clrMode",XML_clrMode},
+ {"paleVioletRed",XML_paleVioletRed},
+ {"sheetView",XML_sheetView},
+ {"ctrYOff",XML_ctrYOff},
+ {"dyaOrig",XML_dyaOrig},
+ {"evalOrder",XML_evalOrder},
+ {"AutoPict",XML_AutoPict},
+ {"delText",XML_delText},
+ {"afterLines",XML_afterLines},
+ {"zeroValues",XML_zeroValues},
+ {"doNotTrackFormatting",XML_doNotTrackFormatting},
{"serverCommand",XML_serverCommand},
- {"isometricOffAxis4Left",XML_isometricOffAxis4Left},
- {"destOrd",XML_destOrd},
- {"matchingName",XML_matchingName},
- {"spLocks",XML_spLocks},
- {"halfAlpha",XML_halfAlpha},
- {"withEffect",XML_withEffect},
+ {"zOrder",XML_zOrder},
+ {"isometricLeftDown",XML_isometricLeftDown},
+ {"ctrXOff",XML_ctrXOff},
+ {"upperLetter",XML_upperLetter},
+ {"Institution",XML_Institution},
+ {"flowChartManualInput",XML_flowChartManualInput},
+ {"bar3DChart",XML_bar3DChart},
+ {"showBubbleSize",XML_showBubbleSize},
+ {"showAsIcon",XML_showAsIcon},
+ {"showValue",XML_showValue},
+ {"showHeaders",XML_showHeaders},
+ {"biLevel",XML_biLevel},
+ {"showHeader",XML_showHeader},
+ {"datastoreItem",XML_datastoreItem},
+ {"posOffset",XML_posOffset},
+ {"flowChartManualOperation",XML_flowChartManualOperation},
+ {"bentUpArrow",XML_bentUpArrow},
+ {"databaseField",XML_databaseField},
+ {"threeDEngrave",XML_threeDEngrave},
+ {"saltValue",XML_saltValue},
+ {"removePersonalInfoOnSave",XML_removePersonalInfoOnSave},
+ {"yearLong",XML_yearLong},
+ {"dateEqual",XML_dateEqual},
+ {"baseItem",XML_baseItem},
+ {"irohaFullWidth",XML_irohaFullWidth},
+ {"axisRow",XML_axisRow},
+ {"wordWrap",XML_wordWrap},
+ {"topLeftCell",XML_topLeftCell},
{"smartTagType",XML_smartTagType},
{"smartTagTypes",XML_smartTagTypes},
+ {"doNotEmbedSmartTags",XML_doNotEmbedSmartTags},
+ {"InternetSite",XML_InternetSite},
+ {"InternetSiteTitle",XML_InternetSiteTitle},
+ {"underlineTabInNumList",XML_underlineTabInNumList},
+ {"Interviewee",XML_Interviewee},
+ {"limUppPr",XML_limUppPr},
+ {"Interviewer",XML_Interviewer},
+ {"extraClrScheme",XML_extraClrScheme},
+ {"extraClrSchemeLst",XML_extraClrSchemeLst},
+ {"workbook",XML_workbook},
+ {"bodyPr",XML_bodyPr},
+ {"growAutofit",XML_growAutofit},
+ {"dbColumn",XML_dbColumn},
+ {"showVal",XML_showVal},
+ {"decoArch",XML_decoArch},
+ {"ptInCategory",XML_ptInCategory},
+ {"autoHyphenation",XML_autoHyphenation},
+ {"allowRefreshQuery",XML_allowRefreshQuery},
+ {"ForeColor",XML_ForeColor},
+ {"specVanish",XML_specVanish},
+ {"userInterface",XML_userInterface},
+ {"containsNonDate",XML_containsNonDate},
+ {"cell3D",XML_cell3D},
+ {"notesView",XML_notesView},
+ {"defaultTextStyle",XML_defaultTextStyle},
+ {"fromWordArt",XML_fromWordArt},
+ {"dashstyle",XML_dashstyle},
+ {"captionNotContains",XML_captionNotContains},
+ {"Extend",XML_Extend},
+ {"Company",XML_Company},
+ {"blanchedAlmond",XML_blanchedAlmond},
+ {"hangingPunct",XML_hangingPunct},
+ {"memberValueDatatype",XML_memberValueDatatype},
+ {"propertyName",XML_propertyName},
+ {"docPartBody",XML_docPartBody},
+ {"captionNotBetween",XML_captionNotBetween},
+ {"sldIdLst",XML_sldIdLst},
+ {"smartTagPr",XML_smartTagPr},
+ {"sendLocale",XML_sendLocale},
+ {"xMode",XML_xMode},
+ {"userP",XML_userP},
+ {"totalRow",XML_totalRow},
+ {"bottomMargin",XML_bottomMargin},
+ {"undOvr",XML_undOvr},
+ {"doubleclicknotify",XML_doubleclicknotify},
+ {"dateBetween",XML_dateBetween},
+ {"splitType",XML_splitType},
+ {"evenHeader",XML_evenHeader},
+ {"mapleLeaf",XML_mapleLeaf},
+ {"mediumDashed",XML_mediumDashed},
+ {"Interview",XML_Interview},
+ {"line3DChart",XML_line3DChart},
+ {"sldMaster",XML_sldMaster},
+ {"thinDiagCross",XML_thinDiagCross},
+ {"vendorID",XML_vendorID},
+ {"holeSize",XML_holeSize},
+ {"hueOff",XML_hueOff},
+ {"upDiag",XML_upDiag},
+ {"dragOff",XML_dragOff},
+ {"clrMap",XML_clrMap},
+ {"thinThickMediumGap",XML_thinThickMediumGap},
+ {"diagBrick",XML_diagBrick},
+ {"pPrDefault",XML_pPrDefault},
+ {"errValType",XML_errValType},
+ {"fldCharType",XML_fldCharType},
+ {"creaturesLadyBug",XML_creaturesLadyBug},
+ {"rPrDefault",XML_rPrDefault},
+ {"textCanUp",XML_textCanUp},
+ {"hindiNumPeriod",XML_hindiNumPeriod},
+ {"valueType",XML_valueType},
+ {"halfKatakana",XML_halfKatakana},
+ {"belowAverage",XML_belowAverage},
+ {"Drop",XML_Drop},
+ {"firstDataCol",XML_firstDataCol},
+ {"vocabulary",XML_vocabulary},
+ {"cGp",XML_cGp},
+ {"bookViews",XML_bookViews},
+ {"sheetDataSet",XML_sheetDataSet},
+ {"thirdRowSubheading",XML_thirdRowSubheading},
+ {"defaultSize",XML_defaultSize},
+ {"vMergeOrig",XML_vMergeOrig},
+ {"showLegendKey",XML_showLegendKey},
+ {"AutoFit",XML_AutoFit},
+ {"ltBlue",XML_ltBlue},
+ {"decimalSymbol",XML_decimalSymbol},
+ {"accentCallout2",XML_accentCallout2},
+ {"docPartList",XML_docPartList},
+ {"webSettings",XML_webSettings},
+ {"schemaLocation",XML_schemaLocation},
+ {"afterAutospacing",XML_afterAutospacing},
+ {"NumberVolumes",XML_NumberVolumes},
+ {"hexBinary",XML_hexBinary},
+ {"mongolianVert",XML_mongolianVert},
+ {"lastRow",XML_lastRow},
+ {"presetID",XML_presetID},
{"wsDr",XML_wsDr},
- {"tcPrChange",XML_tcPrChange},
- {"deletedField",XML_deletedField},
- {"decimalEnclosedParen",XML_decimalEnclosedParen},
- {"builtInGroupCount",XML_builtInGroupCount},
- {"isometricOffAxis2Left",XML_isometricOffAxis2Left},
- {"positiveInteger",XML_positiveInteger},
+ {"AlbumTitle",XML_AlbumTitle},
+ {"cryptAlgorithmType",XML_cryptAlgorithmType},
+ {"varP",XML_varP},
+ {"printOptions",XML_printOptions},
+ {"dkSlateGray",XML_dkSlateGray},
+ {"grayscl",XML_grayscl},
+ {"pageOrder",XML_pageOrder},
+ {"rubyPr",XML_rubyPr},
+ {"hindiVowels",XML_hindiVowels},
+ {"arabicAbjad",XML_arabicAbjad},
+ {"doNotBreakWrappedTables",XML_doNotBreakWrappedTables},
+ {"maxMin",XML_maxMin},
+ {"SelectedStyle",XML_SelectedStyle},
+ {"mathEqual",XML_mathEqual},
+ {"Counsel",XML_Counsel},
+ {"halfHangul",XML_halfHangul},
+ {"wholeTbl",XML_wholeTbl},
+ {"ref3D",XML_ref3D},
{"numPicBullet",XML_numPicBullet},
- {"VariousPropertyBits",XML_VariousPropertyBits},
- {"ideographDigital",XML_ideographDigital},
- {"underlineTabInNumList",XML_underlineTabInNumList},
- {"tableBorderDxfId",XML_tableBorderDxfId},
- {"isometricOffAxis2Top",XML_isometricOffAxis2Top},
- {"Last",XML_Last},
- {"paleGreen",XML_paleGreen},
- {"gdRefAng",XML_gdRefAng},
- {"nvPicPr",XML_nvPicPr},
- {"showBorderUnselectedTables",XML_showBorderUnselectedTables},
- {"wBefore",XML_wBefore},
- {"ddeLink",XML_ddeLink},
- {"greenOff",XML_greenOff},
- {"noBorder",XML_noBorder},
- {"filterPrivacy",XML_filterPrivacy},
- {"flowChartProcess",XML_flowChartProcess},
- {"maxDepth",XML_maxDepth},
- {"MultiLine",XML_MultiLine},
- {"flowersPansy",XML_flowersPansy},
- {"percentOfRow",XML_percentOfRow},
+ {"stdErr",XML_stdErr},
+ {"dkGoldenrod",XML_dkGoldenrod},
+ {"ScaleCrop",XML_ScaleCrop},
+ {"buBlip",XML_buBlip},
+ {"dynamicAddress",XML_dynamicAddress},
+ {"vertBarState",XML_vertBarState},
{"smallFrac",XML_smallFrac},
- {"fieldGroup",XML_fieldGroup},
- {"prevCondLst",XML_prevCondLst},
- {"flowChartPreparation",XML_flowChartPreparation},
- {"afterGroup",XML_afterGroup},
- {"numPicBulletId",XML_numPicBulletId},
- {"flowChartPredefinedProcess",XML_flowChartPredefinedProcess},
- {"presLayoutVars",XML_presLayoutVars},
- {"stCondLst",XML_stCondLst},
- {"manualLayout",XML_manualLayout},
- {"valueLessThanOrEqual",XML_valueLessThanOrEqual},
- {"hindiAlphaPeriod",XML_hindiAlphaPeriod},
- {"wrapIndent",XML_wrapIndent},
- {"pivotFmt",XML_pivotFmt},
- {"pivotFmts",XML_pivotFmts},
- {"nextWeek",XML_nextWeek},
- {"zigZagStitch",XML_zigZagStitch},
- {"displayVerticalDrawingGridEvery",XML_displayVerticalDrawingGridEvery},
- {"thinDiagCross",XML_thinDiagCross},
- {"dkBlue",XML_dkBlue},
- {"BroadcastTitle",XML_BroadcastTitle},
- {"pie3DChart",XML_pie3DChart},
- {"bookFoldPrinting",XML_bookFoldPrinting},
- {"rsidRDefault",XML_rsidRDefault},
- {"listItem",XML_listItem},
- {"4TrafficLights",XML_4TrafficLights},
- {"thinThickLarge",XML_thinThickLarge},
- {"lowKashida",XML_lowKashida},
- {"Scroll",XML_Scroll},
- {"legacyDrawingHF",XML_legacyDrawingHF},
- {"mcJc",XML_mcJc},
+ {"personalReply",XML_personalReply},
+ {"includeNewItemsInFilter",XML_includeNewItemsInFilter},
+ {"schemeClr",XML_schemeClr},
+ {"ltSkyBlue",XML_ltSkyBlue},
{"linkToQuery",XML_linkToQuery},
- {"FontWeight",XML_FontWeight},
- {"denormalized",XML_denormalized},
- {"lvlPicBulletId",XML_lvlPicBulletId},
- {"showHorizontalScroll",XML_showHorizontalScroll},
- {"thinThickLargeGap",XML_thinThickLargeGap},
- {"bodyPr",XML_bodyPr},
- {"sdtLocked",XML_sdtLocked},
- {"thirdRowSubheading",XML_thirdRowSubheading},
- {"syncVertical",XML_syncVertical},
{"lastTotalCell",XML_lastTotalCell},
- {"gfxdata",XML_gfxdata},
- {"AutoLine",XML_AutoLine},
- {"arabicPlain",XML_arabicPlain},
- {"paleVioletRed",XML_paleVioletRed},
- {"autofitToFirstFixedWidthCell",XML_autofitToFirstFixedWidthCell},
- {"AlternateContent",XML_AlternateContent},
- {"tenMillions",XML_tenMillions},
- {"showOutline",XML_showOutline},
- {"hRule",XML_hRule},
- {"ancstOrSelf",XML_ancstOrSelf},
- {"artisticMarker",XML_artisticMarker},
- {"emDash",XML_emDash},
- {"hybridMultilevel",XML_hybridMultilevel},
- {"showingPlcHdr",XML_showingPlcHdr},
- {"ltSkyBlue",XML_ltSkyBlue},
- {"mediumKashida",XML_mediumKashida},
- {"Department",XML_Department},
- {"weavingRibbon",XML_weavingRibbon},
- {"basedOn",XML_basedOn},
- {"eggsBlack",XML_eggsBlack},
- {"advClick",XML_advClick},
- {"TargetMode",XML_TargetMode},
- {"round2SameRect",XML_round2SameRect},
- {"solveOrder",XML_solveOrder},
- {"tblCellSpacing",XML_tblCellSpacing},
- {"yAlign",XML_yAlign},
- {"russianUpper",XML_russianUpper},
- {"obliqueLeft",XML_obliqueLeft},
- {"extraClrScheme",XML_extraClrScheme},
- {"schemeClr",XML_schemeClr},
- {"themeManager",XML_themeManager},
- {"captionNotBeginsWith",XML_captionNotBeginsWith},
- {"bldGraphic",XML_bldGraphic},
- {"extraClrSchemeLst",XML_extraClrSchemeLst},
+ {"lgCheck",XML_lgCheck},
+ {"x12ac",XML_x12ac},
+ {"3dLight",XML_3dLight},
+ {"serverSldModifiedTime",XML_serverSldModifiedTime},
+ {"functionGroups",XML_functionGroups},
+ {"dragToData",XML_dragToData},
+ {"disableEdit",XML_disableEdit},
+ {"embedBold",XML_embedBold},
+ {"MaxLength",XML_MaxLength},
+ {"keepAlive",XML_keepAlive},
+ {"nonAutoSortDefault",XML_nonAutoSortDefault},
+ {"maximized",XML_maximized},
+ {"wrapIndent",XML_wrapIndent},
{"activeCaption",XML_activeCaption},
- {"fldLock",XML_fldLock},
- {"lvlAtOnce",XML_lvlAtOnce},
- {"textPr",XML_textPr},
- {"inBase",XML_inBase},
- {"isometricOffAxis3Left",XML_isometricOffAxis3Left},
- {"ProducerName",XML_ProducerName},
- {"multiLvlStrCache",XML_multiLvlStrCache},
- {"watermarks",XML_watermarks},
- {"equationxml",XML_equationxml},
- {"textWave1",XML_textWave1},
- {"FontEffects",XML_FontEffects},
- {"grayscl",XML_grayscl},
- {"containsNumber",XML_containsNumber},
- {"hdrShapeDefaults",XML_hdrShapeDefaults},
- {"axisRow",XML_axisRow},
- {"customHeight",XML_customHeight},
- {"entryMacro",XML_entryMacro},
- {"summaryLength",XML_summaryLength},
- {"isometricOffAxis4Right",XML_isometricOffAxis4Right},
- {"equalWidth",XML_equalWidth},
- {"limLoc",XML_limLoc},
- {"imgLayer",XML_imgLayer},
- {"ThesisType",XML_ThesisType},
- {"dotDotDashHeavy",XML_dotDotDashHeavy},
- {"allAtOnce",XML_allAtOnce},
- {"isometricOffAxis2Right",XML_isometricOffAxis2Right},
- {"rubyPr",XML_rubyPr},
- {"securityDescriptor",XML_securityDescriptor},
- {"custClrLst",XML_custClrLst},
- {"embedSystemFonts",XML_embedSystemFonts},
- {"isometricOffAxis1Left",XML_isometricOffAxis1Left},
- {"tgtEl",XML_tgtEl},
- {"patternFill",XML_patternFill},
+ {"captionNotEndsWith",XML_captionNotEndsWith},
+ {"functionGroup",XML_functionGroup},
+ {"posOdd",XML_posOdd},
+ {"trendlineLbl",XML_trendlineLbl},
+ {"userM",XML_userM},
+ {"presOf",XML_presOf},
+ {"webPr",XML_webPr},
+ {"gradientActiveCaption",XML_gradientActiveCaption},
+ {"iMeasureFld",XML_iMeasureFld},
+ {"weavingBraid",XML_weavingBraid},
+ {"oldStatusBar",XML_oldStatusBar},
+ {"doNotAutofitConstrainedTables",XML_doNotAutofitConstrainedTables},
{"defPPr",XML_defPPr},
- {"upDiag",XML_upDiag},
- {"sldThumbnailView",XML_sldThumbnailView},
- {"ltCyan",XML_ltCyan},
- {"isometricOffAxis1Top",XML_isometricOffAxis1Top},
- {"maxRank",XML_maxRank},
- {"ccwOut",XML_ccwOut},
- {"reverseDiagStripe",XML_reverseDiagStripe},
- {"mirrorMargins",XML_mirrorMargins},
- {"breadthByLvl",XML_breadthByLvl},
- {"rightFromText",XML_rightFromText},
- {"flowChartSummingJunction",XML_flowChartSummingJunction},
- {"custSzX",XML_custSzX},
- {"ForeColor",XML_ForeColor},
+ {"tcPrChange",XML_tcPrChange},
+ {"roundRect",XML_roundRect},
+ {"downArrow",XML_downArrow},
{"stylePaneFormatFilter",XML_stylePaneFormatFilter},
- {"marT",XML_marT},
- {"printBodyTextBeforeHeader",XML_printBodyTextBeforeHeader},
+ {"pie3DChart",XML_pie3DChart},
+ {"BackColor",XML_BackColor},
+ {"dataDxfId",XML_dataDxfId},
+ {"runTotal",XML_runTotal},
+ {"numPicBulletId",XML_numPicBulletId},
+ {"measureFilter",XML_measureFilter},
+ {"gutterAtTop",XML_gutterAtTop},
+ {"leftLabels",XML_leftLabels},
+ {"revDir",XML_revDir},
+ {"gradientInactiveCaption",XML_gradientInactiveCaption},
+ {"medOrchid",XML_medOrchid},
+ {"decimalEnclosedFullstop",XML_decimalEnclosedFullstop},
+ {"zoomScalePageLayoutView",XML_zoomScalePageLayoutView},
+ {"nvPicPr",XML_nvPicPr},
+ {"decimalEnclosedCircle",XML_decimalEnclosedCircle},
+ {"decimalEnclosedCircleChinese",XML_decimalEnclosedCircleChinese},
+ {"effectDag",XML_effectDag},
+ {"functionGroupId",XML_functionGroupId},
+ {"swapBordersFacingPages",XML_swapBordersFacingPages},
+ {"medSlateBlue",XML_medSlateBlue},
+ {"doNotBreakConstrainedForcedTable",XML_doNotBreakConstrainedForcedTable},
+ {"dashVert",XML_dashVert},
+ {"wrapRight",XML_wrapRight},
+ {"alignOff",XML_alignOff},
+ {"thinReverseDiagStripe",XML_thinReverseDiagStripe},
+ {"zeroAsc",XML_zeroAsc},
+ {"medSeaGreen",XML_medSeaGreen},
+ {"darkVertical",XML_darkVertical},
+ {"flowChartExtract",XML_flowChartExtract},
+ {"layoutRawTableWidth",XML_layoutRawTableWidth},
+ {"noChangeShapeType",XML_noChangeShapeType},
+ {"defaultMemberUniqueName",XML_defaultMemberUniqueName},
+ {"cryptAlgorithmSid",XML_cryptAlgorithmSid},
+ {"verticalDpi",XML_verticalDpi},
+ {"lvlPicBulletId",XML_lvlPicBulletId},
+ {"lvlJc",XML_lvlJc},
+ {"tableCellInsert",XML_tableCellInsert},
+ {"firstBackgroundRefresh",XML_firstBackgroundRefresh},
+ {"cViewPr",XML_cViewPr},
+ {"thisQuarter",XML_thisQuarter},
+ {"userU",XML_userU},
+ {"navajoWhite",XML_navajoWhite},
+ {"diskRevisions",XML_diskRevisions},
+ {"autoTitleDeleted",XML_autoTitleDeleted},
+ {"ddeTopic",XML_ddeTopic},
+ {"oMathPara",XML_oMathPara},
+ {"legacyMatte",XML_legacyMatte},
+ {"rightBrace",XML_rightBrace},
+ {"begMarg",XML_begMarg},
+ {"AlternateContent",XML_AlternateContent},
+ {"cryptAlgorithmClass",XML_cryptAlgorithmClass},
+ {"SizeMode",XML_SizeMode},
+ {"fullAlpha",XML_fullAlpha},
+ {"dkOliveGreen",XML_dkOliveGreen},
+ {"Left",XML_Left},
+ {"blockArc",XML_blockArc},
+ {"ParagraphFormat",XML_ParagraphFormat},
+ {"infoBk",XML_infoBk},
+ {"ShortTitle",XML_ShortTitle},
+ {"rsidRDefault",XML_rsidRDefault},
+ {"limeGreen",XML_limeGreen},
+ {"selectUnlockedCells",XML_selectUnlockedCells},
+ {"quadArrowCallout",XML_quadArrowCallout},
+ {"fontSz",XML_fontSz},
+ {"circularArrow",XML_circularArrow},
+ {"wedgeRoundRectCallout",XML_wedgeRoundRectCallout},
+ {"minorTickMark",XML_minorTickMark},
+ {"duplicateValues",XML_duplicateValues},
+ {"lnNumType",XML_lnNumType},
{"bR",XML_bR},
- {"lastModifiedBy",XML_lastModifiedBy},
- {"Horiz",XML_Horiz},
- {"bbPlcHdr",XML_bbPlcHdr},
- {"tcBdr",XML_tcBdr},
- {"lvlText",XML_lvlText},
- {"autoRepublish",XML_autoRepublish},
- {"warmMatte",XML_warmMatte},
- {"saltValue",XML_saltValue},
- {"personalReply",XML_personalReply},
- {"imgEffect",XML_imgEffect},
- {"customList",XML_customList},
+ {"bookFoldPrinting",XML_bookFoldPrinting},
{"onlySync",XML_onlySync},
- {"lineWrapLikeWord6",XML_lineWrapLikeWord6},
- {"snip2SameRect",XML_snip2SameRect},
- {"customListSort",XML_customListSort},
- {"tickMarkSkip",XML_tickMarkSkip},
- {"MonthAccessed",XML_MonthAccessed},
- {"showDropDowns",XML_showDropDowns},
- {"sheetViews",XML_sheetViews},
+ {"vertAlign",XML_vertAlign},
+ {"themeFillTint",XML_themeFillTint},
+ {"windowText",XML_windowText},
+ {"TitlesOfParts",XML_TitlesOfParts},
+ {"endA",XML_endA},
+ {"whiteFlowers",XML_whiteFlowers},
+ {"presStyleCnt",XML_presStyleCnt},
{"xfrmType",XML_xfrmType},
- {"updateAutomatic",XML_updateAutomatic},
- {"sheetFormatPr",XML_sheetFormatPr},
- {"clickAndTypeStyle",XML_clickAndTypeStyle},
- {"txAndChart",XML_txAndChart},
- {"thinReverseDiagStripe",XML_thinReverseDiagStripe},
+ {"refMode",XML_refMode},
+ {"addressFieldName",XML_addressFieldName},
+ {"rowGrandTotals",XML_rowGrandTotals},
+ {"followedHyperlink",XML_followedHyperlink},
+ {"celticKnotwork",XML_celticKnotwork},
{"rsidR",XML_rsidR},
- {"smartTagPr",XML_smartTagPr},
- {"3TrafficLights2",XML_3TrafficLights2},
- {"baseItem",XML_baseItem},
- {"antsBlack",XML_antsBlack},
- {"actualPg",XML_actualPg},
+ {"subtotalHiddenItems",XML_subtotalHiddenItems},
+ {"weavingRibbon",XML_weavingRibbon},
+ {"styleLbl",XML_styleLbl},
+ {"cacheHierarchies",XML_cacheHierarchies},
+ {"ccwOut",XML_ccwOut},
+ {"blurRad",XML_blurRad},
+ {"headerRowBorderDxfId",XML_headerRowBorderDxfId},
{"fromR",XML_fromR},
- {"showDropDown",XML_showDropDown},
- {"blackTextAndLines",XML_blackTextAndLines},
- {"checkBox",XML_checkBox},
- {"noColumnBalance",XML_noColumnBalance},
- {"customPr",XML_customPr},
+ {"personalView",XML_personalView},
+ {"showBreaksInFrames",XML_showBreaksInFrames},
+ {"glossaryDocument",XML_glossaryDocument},
+ {"equationxml",XML_equationxml},
+ {"arabicDbPeriod",XML_arabicDbPeriod},
+ {"Label",XML_Label},
+ {"HLinks",XML_HLinks},
+ {"plotArea",XML_plotArea},
+ {"axisValues",XML_axisValues},
+ {"lblOffset",XML_lblOffset},
+ {"textFadeRight",XML_textFadeRight},
+ {"sldSorterView",XML_sldSorterView},
+ {"tR",XML_tR},
+ {"displayVerticalDrawingGridEvery",XML_displayVerticalDrawingGridEvery},
+ {"Extension",XML_Extension},
+ {"showAnimation",XML_showAnimation},
+ {"custAng",XML_custAng},
+ {"prefixMappings",XML_prefixMappings},
+ {"multipleItemSelectionAllowed",XML_multipleItemSelectionAllowed},
+ {"ascendingAlpha",XML_ascendingAlpha},
+ {"grayText",XML_grayText},
+ {"breadthByNode",XML_breadthByNode},
+ {"arabicDbPlain",XML_arabicDbPlain},
+ {"doubleQuote",XML_doubleQuote},
+ {"crossAx",XML_crossAx},
+ {"maxSheetId",XML_maxSheetId},
+ {"decimalEnclosedParen",XML_decimalEnclosedParen},
+ {"visibility",XML_visibility},
+ {"HeadingPairs",XML_HeadingPairs},
+ {"longFileNames",XML_longFileNames},
+ {"UIObj",XML_UIObj},
+ {"marB",XML_marB},
+ {"yearToDate",XML_yearToDate},
+ {"endMarg",XML_endMarg},
+ {"bOff",XML_bOff},
+ {"leftBracket",XML_leftBracket},
+ {"autoRepublish",XML_autoRepublish},
+ {"nlCheck",XML_nlCheck},
+ {"windowHeight",XML_windowHeight},
+ {"rOff",XML_rOff},
+ {"txAndMedia",XML_txAndMedia},
+ {"lOff",XML_lOff},
+ {"secLinDir",XML_secLinDir},
+ {"captionNotEqual",XML_captionNotEqual},
+ {"notContainsText",XML_notContainsText},
+ {"defaultPivotStyle",XML_defaultPivotStyle},
+ {"showBorderUnselectedTables",XML_showBorderUnselectedTables},
+ {"shrinkToFit",XML_shrinkToFit},
+ {"doNotUseMarginsForDrawingGridOrigin",XML_doNotUseMarginsForDrawingGridOrigin},
+ {"ideographDigital",XML_ideographDigital},
+ {"textInflateTop",XML_textInflateTop},
+ {"R1C1",XML_R1C1},
+ {"updateAutomatic",XML_updateAutomatic},
+ {"xWindow",XML_xWindow},
+ {"confettiOutline",XML_confettiOutline},
+ {"Dialog",XML_Dialog},
+ {"grayWhite",XML_grayWhite},
+ {"Namespace",XML_Namespace},
+ {"showDataTips",XML_showDataTips},
+ {"SecretEdit",XML_SecretEdit},
+ {"securityDescriptor",XML_securityDescriptor},
+ {"japaneseLegal",XML_japaneseLegal},
+ {"pgNumType",XML_pgNumType},
+ {"showLeaderLines",XML_showLeaderLines},
+ {"stCondLst",XML_stCondLst},
+ {"coverPg",XML_coverPg},
+ {"onBegin",XML_onBegin},
+ {"showSpeakerNotes",XML_showSpeakerNotes},
+ {"equalWidth",XML_equalWidth},
+ {"fLocksWithSheet",XML_fLocksWithSheet},
+ {"dxaOrig",XML_dxaOrig},
{"grainSize",XML_grainSize},
- {"dashDotDot",XML_dashDotDot},
- {"datastoreItem",XML_datastoreItem},
- {"showAutoFilter",XML_showAutoFilter},
- {"delText",XML_delText},
+ {"filterPrivacy",XML_filterPrivacy},
+ {"showAll",XML_showAll},
+ {"iLevel",XML_iLevel},
+ {"vertOverflow",XML_vertOverflow},
+ {"szCs",XML_szCs},
+ {"majorTickMark",XML_majorTickMark},
+ {"dataModelExt",XML_dataModelExt},
+ {"tOff",XML_tOff},
+ {"satMod",XML_satMod},
+ {"nextCondLst",XML_nextCondLst},
+ {"heartBalloon",XML_heartBalloon},
+ {"chMax",XML_chMax},
+ {"Fallback",XML_Fallback},
+ {"FontName",XML_FontName},
+ {"userF",XML_userF},
+ {"linesAndChars",XML_linesAndChars},
+ {"smoothMarker",XML_smoothMarker},
+ {"spLocks",XML_spLocks},
{"wholeTable",XML_wholeTable},
- {"nextYear",XML_nextYear},
- {"selectLockedCells",XML_selectLockedCells},
- {"grayText",XML_grayText},
- {"customProperties",XML_customProperties},
- {"noIndicator",XML_noIndicator},
- {"UpdateMode",XML_UpdateMode},
- {"ideographLegalTraditional",XML_ideographLegalTraditional},
- {"graphicFrame",XML_graphicFrame},
- {"graphicFrameLocks",XML_graphicFrameLocks},
+ {"dashedHeavy",XML_dashedHeavy},
+ {"stCxn",XML_stCxn},
+ {"pictureFormat",XML_pictureFormat},
+ {"showDropDowns",XML_showDropDowns},
+ {"deepSkyBlue",XML_deepSkyBlue},
+ {"txAndChart",XML_txAndChart},
+ {"saveThroughXslt",XML_saveThroughXslt},
+ {"lastValue",XML_lastValue},
+ {"Movie",XML_Movie},
+ {"showingPlcHdr",XML_showingPlcHdr},
+ {"dkGray",XML_dkGray},
+ {"collapsedLevelsAreSubtotals",XML_collapsedLevelsAreSubtotals},
+ {"showDropDown",XML_showDropDown},
+ {"pivotSelection",XML_pivotSelection},
+ {"oleChartEl",XML_oleChartEl},
+ {"leftUpArrow",XML_leftUpArrow},
+ {"flowersPansy",XML_flowersPansy},
+ {"useNormalStyleForList",XML_useNormalStyleForList},
+ {"picTx",XML_picTx},
+ {"sheetFormatPr",XML_sheetFormatPr},
+ {"flowChartMultidocument",XML_flowChartMultidocument},
+ {"rowDrillCount",XML_rowDrillCount},
+ {"sortByTuple",XML_sortByTuple},
+ {"themeOverride",XML_themeOverride},
+ {"snip2SameRect",XML_snip2SameRect},
+ {"showColHeaders",XML_showColHeaders},
+ {"storeMappedDataAs",XML_storeMappedDataAs},
+ {"applyBorderFormats",XML_applyBorderFormats},
+ {"naryPr",XML_naryPr},
{"legacyPerspectiveLeft",XML_legacyPerspectiveLeft},
{"legacyPerspectiveBottomLeft",XML_legacyPerspectiveBottomLeft},
{"legacyPerspectiveBottomRight",XML_legacyPerspectiveBottomRight},
- {"lgDashDot",XML_lgDashDot},
- {"minorGridlines",XML_minorGridlines},
- {"windowHeight",XML_windowHeight},
- {"varP",XML_varP},
+ {"docEnd",XML_docEnd},
+ {"SignatureTime",XML_SignatureTime},
+ {"vAlign",XML_vAlign},
+ {"bodyDiv",XML_bodyDiv},
+ {"watermarks",XML_watermarks},
+ {"alphaOutset",XML_alphaOutset},
+ {"layoutNode",XML_layoutNode},
{"legacyPerspectiveTop",XML_legacyPerspectiveTop},
+ {"autoAdjust",XML_autoAdjust},
+ {"mediumGray",XML_mediumGray},
{"legacyPerspectiveFront",XML_legacyPerspectiveFront},
- {"rowDrillCount",XML_rowDrillCount},
- {"lastRow",XML_lastRow},
- {"colPageCount",XML_colPageCount},
- {"custShowLst",XML_custShowLst},
- {"thaiNumbers",XML_thaiNumbers},
- {"ptsTypes",XML_ptsTypes},
- {"isometricOffAxis3Right",XML_isometricOffAxis3Right},
- {"balloonsHotAir",XML_balloonsHotAir},
- {"diskRevisions",XML_diskRevisions},
- {"lkTxEntry",XML_lkTxEntry},
- {"totalRow",XML_totalRow},
- {"wave",XML_wave},
- {"bgFillStyleLst",XML_bgFillStyleLst},
- {"frameLayout",XML_frameLayout},
- {"showVerticalScroll",XML_showVerticalScroll},
- {"userH",XML_userH},
- {"showValue",XML_showValue},
- {"RefOrder",XML_RefOrder},
- {"ea1ChsPeriod",XML_ea1ChsPeriod},
- {"ea1ChtPeriod",XML_ea1ChtPeriod},
- {"tR",XML_tR},
- {"showVal",XML_showVal},
- {"specVanish",XML_specVanish},
- {"OnCall",XML_OnCall},
- {"twoCellAnchor",XML_twoCellAnchor},
- {"noBar",XML_noBar},
- {"showDataTips",XML_showDataTips},
- {"Director",XML_Director},
- {"fitText",XML_fitText},
- {"splitAll",XML_splitAll},
- {"argSz",XML_argSz},
- {"anchorLock",XML_anchorLock},
- {"fLocksText",XML_fLocksText},
- {"doubleAccounting",XML_doubleAccounting},
- {"isometricOffAxis1Right",XML_isometricOffAxis1Right},
- {"sheetView",XML_sheetView},
+ {"defJc",XML_defJc},
+ {"arabicPlain",XML_arabicPlain},
+ {"truncateFontHeightsLikeWP6",XML_truncateFontHeightsLikeWP6},
+ {"denormalized",XML_denormalized},
+ {"rightFromText",XML_rightFromText},
+ {"hRule",XML_hRule},
+ {"useWord97LineBreakRules",XML_useWord97LineBreakRules},
+ {"noLeading",XML_noLeading},
+ {"pivotFmt",XML_pivotFmt},
+ {"pivotFmts",XML_pivotFmts},
+ {"nextQuarter",XML_nextQuarter},
{"hlinkClick",XML_hlinkClick},
- {"ideographEnclosedCircle",XML_ideographEnclosedCircle},
- {"noHBand",XML_noHBand},
- {"divBdr",XML_divBdr},
- {"grayWhite",XML_grayWhite},
- {"ofPieType",XML_ofPieType},
- {"notesView",XML_notesView},
- {"doubleD",XML_doubleD},
- {"styleName",XML_styleName},
- {"groupBy",XML_groupBy},
- {"autoSpaceLikeWord95",XML_autoSpaceLikeWord95},
- {"rightBracket",XML_rightBracket},
- {"cxnSpLocks",XML_cxnSpLocks},
- {"PrevEnabled",XML_PrevEnabled},
- {"vocabulary",XML_vocabulary},
- {"pageOverThenDown",XML_pageOverThenDown},
- {"sldSyncPr",XML_sldSyncPr},
- {"sldSz",XML_sldSz},
- {"legacyObliqueBottom",XML_legacyObliqueBottom},
+ {"flowChartMagneticTape",XML_flowChartMagneticTape},
+ {"doNotUseEastAsianBreakRules",XML_doNotUseEastAsianBreakRules},
+ {"showRowStripes",XML_showRowStripes},
+ {"lastHeaderCell",XML_lastHeaderCell},
+ {"legacyHarsh4",XML_legacyHarsh4},
+ {"MatchEntry",XML_MatchEntry},
{"hagakiCard",XML_hagakiCard},
- {"sourceData",XML_sourceData},
- {"doNotHyphenateCaps",XML_doNotHyphenateCaps},
- {"tableCellInsert",XML_tableCellInsert},
- {"layoutRawTableWidth",XML_layoutRawTableWidth},
- {"justLow",XML_justLow},
- {"noBreak",XML_noBreak},
- {"SelectedStyle",XML_SelectedStyle},
- {"Day",XML_Day},
- {"verticalDpi",XML_verticalDpi},
- {"waveline",XML_waveline},
- {"threeDEmboss",XML_threeDEmboss},
- {"sldSorterView",XML_sldSorterView},
- {"objAndTx",XML_objAndTx},
- {"buSzTx",XML_buSzTx},
- {"diamondsGray",XML_diamondsGray},
- {"SecretEdit",XML_SecretEdit},
- {"positionH",XML_positionH},
- {"3TrafficLights1",XML_3TrafficLights1},
+ {"artisticLightScreen",XML_artisticLightScreen},
+ {"insideMargin",XML_insideMargin},
+ {"PictOld",XML_PictOld},
+ {"strikeV",XML_strikeV},
+ {"fieldListSortAscending",XML_fieldListSortAscending},
+ {"artisticLineDrawing",XML_artisticLineDrawing},
+ {"lastIdx",XML_lastIdx},
+ {"topMargin",XML_topMargin},
+ {"horzAnchor",XML_horzAnchor},
+ {"Department",XML_Department},
+ {"outEnd",XML_outEnd},
+ {"customPr",XML_customPr},
+ {"Locked",XML_Locked},
+ {"colPageCount",XML_colPageCount},
+ {"refError",XML_refError},
+ {"fitToSlide",XML_fitToSlide},
+ {"fitToWidth",XML_fitToWidth},
+ {"tcBdr",XML_tcBdr},
+ {"headerFooter",XML_headerFooter},
+ {"pgBorders",XML_pgBorders},
+ {"divBdr",XML_divBdr},
+ {"Justify",XML_Justify},
+ {"smCheck",XML_smCheck},
+ {"printBodyTextBeforeHeader",XML_printBodyTextBeforeHeader},
+ {"customProperties",XML_customProperties},
+ {"fixedVal",XML_fixedVal},
+ {"Ignorable",XML_Ignorable},
+ {"categoryEl",XML_categoryEl},
+ {"actualPg",XML_actualPg},
+ {"wireFrame",XML_wireFrame},
+ {"iceCreamCones",XML_iceCreamCones},
+ {"textOutline",XML_textOutline},
+ {"ctrShpMap",XML_ctrShpMap},
+ {"firstLineChars",XML_firstLineChars},
+ {"nextAc",XML_nextAc},
+ {"flowChartDisplay",XML_flowChartDisplay},
+ {"showFormulaBar",XML_showFormulaBar},
+ {"lastView",XML_lastView},
+ {"showNegBubbles",XML_showNegBubbles},
+ {"StateProvince",XML_StateProvince},
+ {"inBase",XML_inBase},
+ {"showInputMessage",XML_showInputMessage},
{"bookFoldPrintingSheets",XML_bookFoldPrintingSheets},
- {"dispBlanksAs",XML_dispBlanksAs},
- {"unsignedLong",XML_unsignedLong},
- {"enableFormatConditionsCalculation",XML_enableFormatConditionsCalculation},
- {"majorGridlines",XML_majorGridlines},
- {"hAnsiTheme",XML_hAnsiTheme},
- {"custFlipHor",XML_custFlipHor},
- {"bodyDiv",XML_bodyDiv},
- {"userInterface",XML_userInterface},
- {"wAfter",XML_wAfter},
- {"Inventor",XML_Inventor},
- {"ltSeaGreen",XML_ltSeaGreen},
- {"effectStyleLst",XML_effectStyleLst},
- {"coverPg",XML_coverPg},
- {"userP",XML_userP},
- {"textDates",XML_textDates},
- {"pivotSelection",XML_pivotSelection},
- {"cachedColBalance",XML_cachedColBalance},
- {"commIndAndComment",XML_commIndAndComment},
- {"textFile",XML_textFile},
+ {"plotVisOnly",XML_plotVisOnly},
+ {"unsignedInt",XML_unsignedInt},
+ {"xfId",XML_xfId},
+ {"List",XML_List},
+ {"dLblPos",XML_dLblPos},
+ {"abstractNum",XML_abstractNum},
+ {"zoomScaleNormal",XML_zoomScaleNormal},
+ {"firstHeaderCell",XML_firstHeaderCell},
+ {"styleLink",XML_styleLink},
{"custBib",XML_custBib},
- {"extLst",XML_extLst},
- {"unlockedFormula",XML_unlockedFormula},
+ {"scaleWithDoc",XML_scaleWithDoc},
+ {"BroadcastTitle",XML_BroadcastTitle},
+ {"differentOddEven",XML_differentOddEven},
+ {"twoColTx",XML_twoColTx},
+ {"slideViewPr",XML_slideViewPr},
+ {"objAndTx",XML_objAndTx},
+ {"brkBinSub",XML_brkBinSub},
+ {"ltSeaGreen",XML_ltSeaGreen},
+ {"checkBox",XML_checkBox},
{"legacyPerspectiveRight",XML_legacyPerspectiveRight},
- {"clrSchemeMapping",XML_clrSchemeMapping},
- {"dataModelExt",XML_dataModelExt},
- {"darkHorizontal",XML_darkHorizontal},
- {"noLineBreaksBefore",XML_noLineBreaksBefore},
- {"lightGrid",XML_lightGrid},
- {"noLineBreaksAfter",XML_noLineBreaksAfter},
- {"mongolianVert",XML_mongolianVert},
- {"lnL",XML_lnL},
- {"CalcA1",XML_CalcA1},
- {"uiCompat97To2003",XML_uiCompat97To2003},
- {"confettiGrays",XML_confettiGrays},
- {"textFields",XML_textFields},
- {"hindiNumbers",XML_hindiNumbers},
- {"gradientInactiveCaption",XML_gradientInactiveCaption},
- {"hindiVowels",XML_hindiVowels},
- {"userName",XML_userName},
- {"dashUpDiag",XML_dashUpDiag},
- {"totalsRowLabel",XML_totalsRowLabel},
- {"memberName",XML_memberName},
- {"showPageBreaks",XML_showPageBreaks},
- {"xWindow",XML_xWindow},
- {"darkGreen",XML_darkGreen},
- {"houseFunky",XML_houseFunky},
- {"moveFrom",XML_moveFrom},
- {"tcBorders",XML_tcBorders},
- {"firstAndLastLine",XML_firstAndLastLine},
- {"Dismiss",XML_Dismiss},
- {"Fallback",XML_Fallback},
- {"External",XML_External},
- {"prstTxWarp",XML_prstTxWarp},
+ {"revisionsPassword",XML_revisionsPassword},
+ {"showLastColumn",XML_showLastColumn},
+ {"blinkBackground",XML_blinkBackground},
+ {"pathEditMode",XML_pathEditMode},
+ {"autoLoad",XML_autoLoad},
{"moveWithCells",XML_moveWithCells},
- {"textField",XML_textField},
- {"showGuides",XML_showGuides},
- {"selectUnlockedCells",XML_selectUnlockedCells},
- {"wheelReverse",XML_wheelReverse},
- {"wrapTrailSpaces",XML_wrapTrailSpaces},
- {"visibility",XML_visibility},
- {"posEven",XML_posEven},
- {"notContainsBlanks",XML_notContainsBlanks},
- {"useAnsiKerningPairs",XML_useAnsiKerningPairs},
+ {"alphaModFix",XML_alphaModFix},
+ {"fieldGroup",XML_fieldGroup},
+ {"textAlignment",XML_textAlignment},
+ {"showCalcMbrs",XML_showCalcMbrs},
+ {"FontEffects",XML_FontEffects},
+ {"cacheIndex",XML_cacheIndex},
+ {"sourceObject",XML_sourceObject},
+ {"tableBorderDxfId",XML_tableBorderDxfId},
+ {"showEmptyCol",XML_showEmptyCol},
+ {"3dDkShadow",XML_3dDkShadow},
+ {"mcJc",XML_mcJc},
+ {"cacheHierarchy",XML_cacheHierarchy},
+ {"uniqueMemberProperty",XML_uniqueMemberProperty},
+ {"savePassword",XML_savePassword},
+ {"afterGroup",XML_afterGroup},
+ {"flowChartDelay",XML_flowChartDelay},
+ {"hdrShapeDefaults",XML_hdrShapeDefaults},
+ {"threeDEmboss",XML_threeDEmboss},
+ {"blackAndWhite",XML_blackAndWhite},
+ {"splitPgBreakAndParaMark",XML_splitPgBreakAndParaMark},
+ {"defaultGridColor",XML_defaultGridColor},
+ {"Schema",XML_Schema},
+ {"asDisplayed",XML_asDisplayed},
+ {"varyColors",XML_varyColors},
+ {"rB",XML_rB},
+ {"SizeWithCells",XML_SizeWithCells},
+ {"buClrTx",XML_buClrTx},
+ {"lB",XML_lB},
+ {"txtBox",XML_txtBox},
+ {"flowChartDocument",XML_flowChartDocument},
+ {"isometricOffAxis4Left",XML_isometricOffAxis4Left},
{"uFillTx",XML_uFillTx},
- {"cGpRule",XML_cGpRule},
- {"printColBlack",XML_printColBlack},
+ {"dkBlue",XML_dkBlue},
+ {"paleGreen",XML_paleGreen},
+ {"commIndAndComment",XML_commIndAndComment},
+ {"allowOverlap",XML_allowOverlap},
+ {"flowChartInputOutput",XML_flowChartInputOutput},
+ {"basicWideMidline",XML_basicWideMidline},
+ {"slantDashDot",XML_slantDashDot},
+ {"revPos",XML_revPos},
+ {"suppressSpacingAtTopOfPage",XML_suppressSpacingAtTopOfPage},
+ {"fromB",XML_fromB},
+ {"HyperlinkBase",XML_HyperlinkBase},
+ {"flowChartDecision",XML_flowChartDecision},
+ {"wave",XML_wave},
+ {"activeSheetId",XML_activeSheetId},
+ {"fillOverlay",XML_fillOverlay},
{"firstRowFirstColumn",XML_firstRowFirstColumn},
- {"oneCellAnchor",XML_oneCellAnchor},
- {"Movie",XML_Movie},
- {"x12ac",XML_x12ac},
- {"romanUcPeriod",XML_romanUcPeriod},
- {"dropDownList",XML_dropDownList},
- {"dispUnitsLbl",XML_dispUnitsLbl},
- {"textboxrect",XML_textboxrect},
- {"pivotFields",XML_pivotFields},
- {"bookViews",XML_bookViews},
- {"wdUpDiag",XML_wdUpDiag},
- {"ScaleCrop",XML_ScaleCrop},
- {"City",XML_City},
- {"Checkbox",XML_Checkbox},
- {"wrapNone",XML_wrapNone},
- {"oleObject",XML_oleObject},
- {"oleObjects",XML_oleObjects},
- {"downArrowCallout",XML_downArrowCallout},
- {"pgNumMargins",XML_pgNumMargins},
- {"textButtonPour",XML_textButtonPour},
- {"flowChartDisplay",XML_flowChartDisplay},
- {"alphaUcPeriod",XML_alphaUcPeriod},
- {"textButton",XML_textButton},
- {"algorithmName",XML_algorithmName},
- {"horzAlign",XML_horzAlign},
- {"pivotField",XML_pivotField},
- {"boxPr",XML_boxPr},
- {"ddeTopic",XML_ddeTopic},
- {"ShortTitle",XML_ShortTitle},
- {"mathMultiply",XML_mathMultiply},
- {"autoPageBreaks",XML_autoPageBreaks},
- {"splitPgBreakAndParaMark",XML_splitPgBreakAndParaMark},
- {"thickBetweenThinLarge",XML_thickBetweenThinLarge},
+ {"alphaOff",XML_alphaOff},
{"bevelT",XML_bevelT},
- {"useFirstPageNumber",XML_useFirstPageNumber},
- {"qsCatId",XML_qsCatId},
- {"valueGreaterThan",XML_valueGreaterThan},
- {"thickThinMediumGap",XML_thickThinMediumGap},
- {"csCatId",XML_csCatId},
- {"veryHidden",XML_veryHidden},
- {"customMenu",XML_customMenu},
- {"latinLnBrk",XML_latinLnBrk},
- {"gYearMonth",XML_gYearMonth},
- {"forEach",XML_forEach},
- {"loCatId",XML_loCatId},
- {"totalsRowBorderDxfId",XML_totalsRowBorderDxfId},
- {"dashVert",XML_dashVert},
- {"pathEditMode",XML_pathEditMode},
+ {"ignoreMixedContent",XML_ignoreMixedContent},
{"FirstButton",XML_FirstButton},
- {"isometricOffAxis4Bottom",XML_isometricOffAxis4Bottom},
- {"TitlesOfParts",XML_TitlesOfParts},
- {"runTotal",XML_runTotal},
- {"nextPage",XML_nextPage},
- {"secLinDir",XML_secLinDir},
- {"docPartGallery",XML_docPartGallery},
- {"displayBackgroundShape",XML_displayBackgroundShape},
- {"intLim",XML_intLim},
- {"aboveAverage",XML_aboveAverage},
- {"naryPr",XML_naryPr},
- {"Default",XML_Default},
- {"showRowStripes",XML_showRowStripes},
- {"flowChartDelay",XML_flowChartDelay},
- {"slantDashDot",XML_slantDashDot},
- {"countNums",XML_countNums},
- {"multipleItemSelectionAllowed",XML_multipleItemSelectionAllowed},
- {"iMeasureFld",XML_iMeasureFld},
- {"showOutlineSymbols",XML_showOutlineSymbols},
- {"doNotUseMarginsForDrawingGridOrigin",XML_doNotUseMarginsForDrawingGridOrigin},
- {"resizeGraphics",XML_resizeGraphics},
- {"uniqueParent",XML_uniqueParent},
- {"nvGraphicFramePr",XML_nvGraphicFramePr},
- {"navajoWhite",XML_navajoWhite},
- {"revisionsPassword",XML_revisionsPassword},
- {"dateNotBetween",XML_dateNotBetween},
- {"paleGoldenrod",XML_paleGoldenrod},
- {"distL",XML_distL},
- {"dashDotDotHeavy",XML_dashDotDotHeavy},
- {"brkBinSub",XML_brkBinSub},
- {"definedName",XML_definedName},
- {"aiueoFullWidth",XML_aiueoFullWidth},
- {"serverFont",XML_serverFont},
- {"labelOnly",XML_labelOnly},
- {"mappedName",XML_mappedName},
- {"definedNames",XML_definedNames},
- {"lawnGreen",XML_lawnGreen},
- {"evenAndOddHeaders",XML_evenAndOddHeaders},
- {"darkVertical",XML_darkVertical},
- {"serverFontColor",XML_serverFontColor},
- {"horzBarState",XML_horzBarState},
- {"fillStyleLst",XML_fillStyleLst},
- {"revPos",XML_revPos},
- {"dashedHeavy",XML_dashedHeavy},
- {"hasCustomPrompt",XML_hasCustomPrompt},
- {"sheetName",XML_sheetName},
- {"sheetNames",XML_sheetNames},
- {"showSerName",XML_showSerName},
- {"clearAll",XML_clearAll},
- {"hierBranch",XML_hierBranch},
- {"mdxSubqueries",XML_mdxSubqueries},
- {"dataDxfId",XML_dataDxfId},
- {"newLength",XML_newLength},
- {"bldOleChart",XML_bldOleChart},
+ {"rightBracket",XML_rightBracket},
+ {"userE",XML_userE},
+ {"legacyHarsh3",XML_legacyHarsh3},
+ {"captionGreaterThanOrEqual",XML_captionGreaterThanOrEqual},
+ {"styleLockTheme",XML_styleLockTheme},
+ {"FontCharSet",XML_FontCharSet},
+ {"Last",XML_Last},
+ {"noBorder",XML_noBorder},
+ {"applyAlignment",XML_applyAlignment},
+ {"Director",XML_Director},
+ {"tgtEl",XML_tgtEl},
+ {"applyAlignmentFormats",XML_applyAlignmentFormats},
+ {"tavLst",XML_tavLst},
+ {"CF",XML_CF},
+ {"Checkbox",XML_Checkbox},
+ {"lgDashDot",XML_lgDashDot},
+ {"eggsBlack",XML_eggsBlack},
+ {"showPageBreaks",XML_showPageBreaks},
+ {"styleDefHdr",XML_styleDefHdr},
+ {"hierAlign",XML_hierAlign},
+ {"notFirstPage",XML_notFirstPage},
+ {"stA",XML_stA},
+ {"totalsRowBorderDxfId",XML_totalsRowBorderDxfId},
+ {"sysDashDot",XML_sysDashDot},
+ {"embedItalic",XML_embedItalic},
+ {"ThesisType",XML_ThesisType},
{"hR",XML_hR},
+ {"legacyHarsh1",XML_legacyHarsh1},
+ {"Day",XML_Day},
+ {"flowChartInternalStorage",XML_flowChartInternalStorage},
+ {"sysDashDotDot",XML_sysDashDotDot},
+ {"hueMod",XML_hueMod},
+ {"unlockedFormula",XML_unlockedFormula},
+ {"bldAsOne",XML_bldAsOne},
+ {"dateNewerThan",XML_dateNewerThan},
+ {"hideLastTrans",XML_hideLastTrans},
+ {"wBefore",XML_wBefore},
{"dimGray",XML_dimGray},
- {"useA",XML_useA},
- {"rowGrandTotals",XML_rowGrandTotals},
- {"vertTitleAndTxOverChart",XML_vertTitleAndTxOverChart},
- {"updateLinks",XML_updateLinks},
- {"useSpRect",XML_useSpRect},
- {"propertyName",XML_propertyName},
- {"txEffectClrLst",XML_txEffectClrLst},
- {"4ArrowsGray",XML_4ArrowsGray},
- {"rubyBase",XML_rubyBase},
- {"saveThroughXslt",XML_saveThroughXslt},
- {"savePassword",XML_savePassword},
- {"customXmlInsRangeStart",XML_customXmlInsRangeStart},
- {"varyColors",XML_varyColors},
- {"chartObject",XML_chartObject},
- {"showColHeaders",XML_showColHeaders},
- {"5ArrowsGray",XML_5ArrowsGray},
- {"dataOnRows",XML_dataOnRows},
- {"hideGeom",XML_hideGeom},
- {"tornPaperBlack",XML_tornPaperBlack},
- {"blueOff",XML_blueOff},
- {"weavingAngles",XML_weavingAngles},
- {"wedgeRectCallout",XML_wedgeRectCallout},
- {"inverseGray",XML_inverseGray},
- {"twoObj",XML_twoObj},
- {"dashDotStroked",XML_dashDotStroked},
- {"custScaleY",XML_custScaleY},
- {"customXmlInsRangeEnd",XML_customXmlInsRangeEnd},
+ {"userDrawn",XML_userDrawn},
+ {"tableColumnId",XML_tableColumnId},
+ {"patternFill",XML_patternFill},
{"userD",XML_userD},
- {"NameList",XML_NameList},
- {"duplicateValues",XML_duplicateValues},
- {"flowChartMerge",XML_flowChartMerge},
- {"unsignedByte",XML_unsignedByte},
- {"curvedRightArrow",XML_curvedRightArrow},
- {"sourceObject",XML_sourceObject},
- {"pasteAll",XML_pasteAll},
- {"isometricOffAxis3Bottom",XML_isometricOffAxis3Bottom},
- {"thinThickMediumGap",XML_thinThickMediumGap},
- {"doNotAutoCompressPictures",XML_doNotAutoCompressPictures},
- {"autoSpaceDE",XML_autoSpaceDE},
- {"dkCyan",XML_dkCyan},
- {"chMax",XML_chMax},
- {"axisValues",XML_axisValues},
- {"horzBrick",XML_horzBrick},
- {"view3D",XML_view3D},
- {"FontHeight",XML_FontHeight},
- {"desOrSelf",XML_desOrSelf},
- {"useNormalStyleForList",XML_useNormalStyleForList},
- {"NoThreeD2",XML_NoThreeD2},
+ {"notesTextViewPr",XML_notesTextViewPr},
+ {"Link",XML_Link},
+ {"dashLong",XML_dashLong},
+ {"leftArrowCallout",XML_leftArrowCallout},
+ {"destOrd",XML_destOrd},
+ {"round2SameRect",XML_round2SameRect},
+ {"autofitToFirstFixedWidthCell",XML_autofitToFirstFixedWidthCell},
+ {"builtInGroupCount",XML_builtInGroupCount},
+ {"deletedField",XML_deletedField},
+ {"ClientData",XML_ClientData},
{"area3DChart",XML_area3DChart},
- {"flowChartManualInput",XML_flowChartManualInput},
- {"horzOverflow",XML_horzOverflow},
- {"displacedByCustomXml",XML_displacedByCustomXml},
- {"flowChartDocument",XML_flowChartDocument},
- {"GroupName",XML_GroupName},
- {"defLockedState",XML_defLockedState},
- {"cViewPr",XML_cViewPr},
- {"pivotButton",XML_pivotButton},
- {"xMode",XML_xMode},
- {"flowChartManualOperation",XML_flowChartManualOperation},
- {"legacyMetal",XML_legacyMetal},
- {"minorEastAsia",XML_minorEastAsia},
- {"lastQuarter",XML_lastQuarter},
- {"textCanDown",XML_textCanDown},
- {"divsChild",XML_divsChild},
- {"SignatureTime",XML_SignatureTime},
- {"AutoFill",XML_AutoFill},
- {"dateOlderThan",XML_dateOlderThan},
- {"titleOnly",XML_titleOnly},
- {"docPartList",XML_docPartList},
- {"allUniqueName",XML_allUniqueName},
- {"flowChartDecision",XML_flowChartDecision},
- {"topLabels",XML_topLabels},
- {"midL",XML_midL},
- {"3ArrowsGray",XML_3ArrowsGray},
- {"minorTickMark",XML_minorTickMark},
- {"tblOverlap",XML_tblOverlap},
- {"tblLook",XML_tblLook},
- {"thinHorzStripe",XML_thinHorzStripe},
- {"mailAsAttachment",XML_mailAsAttachment},
- {"iMeasureHier",XML_iMeasureHier},
- {"band2Horz",XML_band2Horz},
- {"dragToPage",XML_dragToPage},
- {"absoluteAnchor",XML_absoluteAnchor},
- {"primFontSz",XML_primFontSz},
- {"romanUcParenBoth",XML_romanUcParenBoth},
- {"docPartCategory",XML_docPartCategory},
- {"docLocation",XML_docLocation},
- {"textCurveUp",XML_textCurveUp},
+ {"isometricOffAxis3Left",XML_isometricOffAxis3Left},
+ {"decoArchColor",XML_decoArchColor},
+ {"view3D",XML_view3D},
+ {"isometricOffAxis1Left",XML_isometricOffAxis1Left},
+ {"customMarkFollows",XML_customMarkFollows},
+ {"wedgeEllipseCallout",XML_wedgeEllipseCallout},
+ {"noBar",XML_noBar},
+ {"antsBlack",XML_antsBlack},
+ {"dispBlanksAs",XML_dispBlanksAs},
+ {"flowChartPunchedTape",XML_flowChartPunchedTape},
+ {"imgEffect",XML_imgEffect},
+ {"isometricOffAxis1Top",XML_isometricOffAxis1Top},
+ {"serverSldId",XML_serverSldId},
+ {"round2DiagRect",XML_round2DiagRect},
+ {"AutoScale",XML_AutoScale},
+ {"upgradeOnRefresh",XML_upgradeOnRefresh},
+ {"imeMode",XML_imeMode},
+ {"waveline",XML_waveline},
+ {"isometricOffAxis4Right",XML_isometricOffAxis4Right},
+ {"textRingInside",XML_textRingInside},
+ {"wheelReverse",XML_wheelReverse},
+ {"dateNotEqual",XML_dateNotEqual},
+ {"hOff",XML_hOff},
+ {"yAlign",XML_yAlign},
{"workbookPr",XML_workbookPr},
- {"perspectiveAboveRightFacing",XML_perspectiveAboveRightFacing},
- {"preferPic",XML_preferPic},
- {"secChAlign",XML_secChAlign},
- {"defaultAttributeDrillState",XML_defaultAttributeDrillState},
- {"artisticGlass",XML_artisticGlass},
- {"custScaleX",XML_custScaleX},
- {"alphaUcParenBoth",XML_alphaUcParenBoth},
- {"presStyleLbl",XML_presStyleLbl},
+ {"custRadScaleRad",XML_custRadScaleRad},
+ {"uniqueParent",XML_uniqueParent},
+ {"wrapTrailSpaces",XML_wrapTrailSpaces},
+ {"graphicFrame",XML_graphicFrame},
+ {"showOutline",XML_showOutline},
+ {"graphicFrameLocks",XML_graphicFrameLocks},
+ {"tenMillions",XML_tenMillions},
+ {"pageSetUpPr",XML_pageSetUpPr},
{"workbookProtection",XML_workbookProtection},
- {"errBarType",XML_errBarType},
- {"5Quarters",XML_5Quarters},
- {"pivotCache",XML_pivotCache},
- {"pivotCaches",XML_pivotCaches},
- {"printTwoOnOne",XML_printTwoOnOne},
- {"fitToSlide",XML_fitToSlide},
- {"pivotCacheRecords",XML_pivotCacheRecords},
- {"legacyPerspectiveBottom",XML_legacyPerspectiveBottom},
- {"AutoScale",XML_AutoScale},
- {"textLength",XML_textLength},
- {"masterPages",XML_masterPages},
- {"textWrapping",XML_textWrapping},
- {"tblLayout",XML_tblLayout},
- {"strikeV",XML_strikeV},
- {"backupFile",XML_backupFile},
- {"vMergeOrig",XML_vMergeOrig},
- {"noChangeAspect",XML_noChangeAspect},
- {"lastValue",XML_lastValue},
- {"textbox",XML_textbox},
- {"nextColumn",XML_nextColumn},
- {"pivotCacheDefinition",XML_pivotCacheDefinition},
- {"firstHeaderRow",XML_firstHeaderRow},
+ {"flowChartPunchedCard",XML_flowChartPunchedCard},
+ {"lkTxEntry",XML_lkTxEntry},
+ {"gdRefAng",XML_gdRefAng},
+ {"sourceLinked",XML_sourceLinked},
+ {"numTab",XML_numTab},
+ {"City",XML_City},
+ {"dashDotStroked",XML_dashDotStroked},
+ {"colorsDefHdrLst",XML_colorsDefHdrLst},
+ {"colorsDefHdr",XML_colorsDefHdr},
+ {"solveOrder",XML_solveOrder},
+ {"MonthAccessed",XML_MonthAccessed},
+ {"moveFrom",XML_moveFrom},
+ {"grayscale",XML_grayscale},
{"hashData",XML_hashData},
- {"userL",XML_userL},
- {"pageFieldLabels",XML_pageFieldLabels},
- {"containsNonDate",XML_containsNonDate},
- {"distB",XML_distB},
- {"darkGrid",XML_darkGrid},
- {"FileBinding",XML_FileBinding},
- {"asDisplayed",XML_asDisplayed},
- {"txAndMedia",XML_txAndMedia},
- {"flowChartAlternateProcess",XML_flowChartAlternateProcess},
- {"topLeftCell",XML_topLeftCell},
- {"majorEastAsia",XML_majorEastAsia},
- {"extrusionH",XML_extrusionH},
- {"reviewedList",XML_reviewedList},
- {"ChapterNumber",XML_ChapterNumber},
- {"ptInCategory",XML_ptInCategory},
- {"applyToFront",XML_applyToFront},
- {"dashHeavy",XML_dashHeavy},
- {"UIObj",XML_UIObj},
- {"subTnLst",XML_subTnLst},
- {"noChangeArrowheads",XML_noChangeArrowheads},
- {"scaleWithDoc",XML_scaleWithDoc},
- {"clrMapOvr",XML_clrMapOvr},
- {"prevAc",XML_prevAc},
- {"CountryRegion",XML_CountryRegion},
- {"displayText",XML_displayText},
- {"sourceType",XML_sourceType},
- {"fullCalcOnLoad",XML_fullCalcOnLoad},
- {"lightBulb",XML_lightBulb},
- {"oleObj",XML_oleObj},
- {"textDirection",XML_textDirection},
- {"wordArtVert",XML_wordArtVert},
- {"majorTickMark",XML_majorTickMark},
- {"cntxtAlts",XML_cntxtAlts},
- {"unsignedInt",XML_unsignedInt},
+ {"wdUpDiag",XML_wdUpDiag},
+ {"topFromText",XML_topFromText},
+ {"insideV",XML_insideV},
+ {"displayBackgroundShape",XML_displayBackgroundShape},
+ {"captionNotBeginsWith",XML_captionNotBeginsWith},
+ {"forEach",XML_forEach},
+ {"Dismiss",XML_Dismiss},
+ {"textFadeLeft",XML_textFadeLeft},
{"babyPacifier",XML_babyPacifier},
- {"activeSheetId",XML_activeSheetId},
- {"lavenderBlush",XML_lavenderBlush},
- {"typeAny",XML_typeAny},
- {"lastIdx",XML_lastIdx},
- {"subFontBySize",XML_subFontBySize},
- {"photoAlbum",XML_photoAlbum},
- {"personalView",XML_personalView},
- {"serverSldModifiedTime",XML_serverSldModifiedTime},
- {"custRadScaleRad",XML_custRadScaleRad},
- {"tblOfContents",XML_tblOfContents},
- {"maxSubtotal",XML_maxSubtotal},
- {"imgSz",XML_imgSz},
+ {"builtInUnit",XML_builtInUnit},
{"snipRoundRect",XML_snipRoundRect},
- {"starsBlack",XML_starsBlack},
- {"SizeWithCells",XML_SizeWithCells},
- {"calcOnExit",XML_calcOnExit},
- {"DigSig",XML_DigSig},
- {"showPropAsCaption",XML_showPropAsCaption},
- {"userDrawn",XML_userDrawn},
- {"minMax",XML_minMax},
- {"tableColumnId",XML_tableColumnId},
- {"flowChartInputOutput",XML_flowChartInputOutput},
- {"artisticGlowEdges",XML_artisticGlowEdges},
- {"dkSeaGreen",XML_dkSeaGreen},
- {"musicNotes",XML_musicNotes},
- {"band1Horz",XML_band1Horz},
- {"dateAx",XML_dateAx},
- {"LockText",XML_LockText},
- {"FontCharSet",XML_FontCharSet},
- {"fitToWidth",XML_fitToWidth},
- {"PrintObject",XML_PrintObject},
- {"insertBlankRow",XML_insertBlankRow},
- {"flowChartPunchedCard",XML_flowChartPunchedCard},
+ {"basedOn",XML_basedOn},
+ {"posEven",XML_posEven},
+ {"midL",XML_midL},
+ {"twoObj",XML_twoObj},
+ {"legacyDrawingHF",XML_legacyDrawingHF},
+ {"horzBarState",XML_horzBarState},
+ {"hindiAlphaPeriod",XML_hindiAlphaPeriod},
+ {"iMeasureHier",XML_iMeasureHier},
+ {"tcBorders",XML_tcBorders},
+ {"Source",XML_Source},
+ {"autoPageBreaks",XML_autoPageBreaks},
+ {"hierBranch",XML_hierBranch},
+ {"isometricOffAxis3Right",XML_isometricOffAxis3Right},
+ {"Sources",XML_Sources},
+ {"printColBlack",XML_printColBlack},
+ {"layoutDefHdrLst",XML_layoutDefHdrLst},
+ {"layoutDefHdr",XML_layoutDefHdr},
+ {"useSpRect",XML_useSpRect},
+ {"diamondsGray",XML_diamondsGray},
+ {"applyNumberFormats",XML_applyNumberFormats},
+ {"applyNumberFormat",XML_applyNumberFormat},
+ {"divsChild",XML_divsChild},
+ {"isometricOffAxis1Right",XML_isometricOffAxis1Right},
+ {"pivotCache",XML_pivotCache},
+ {"boldItalic",XML_boldItalic},
+ {"pivotCaches",XML_pivotCaches},
+ {"tblCellSpacing",XML_tblCellSpacing},
+ {"pivotCacheRecords",XML_pivotCacheRecords},
{"rowPageCount",XML_rowPageCount},
- {"flowChartPunchedTape",XML_flowChartPunchedTape},
- {"windowProtection",XML_windowProtection},
- {"longFileNames",XML_longFileNames},
- {"dashDnDiag",XML_dashDnDiag},
- {"artisticGlowDiffused",XML_artisticGlowDiffused},
- {"gDay",XML_gDay},
- {"txtBox",XML_txtBox},
+ {"insertBlankRow",XML_insertBlankRow},
+ {"minorGridlines",XML_minorGridlines},
+ {"valueLessThan",XML_valueLessThan},
+ {"oleObject",XML_oleObject},
+ {"oleObjects",XML_oleObjects},
+ {"sldLayoutId",XML_sldLayoutId},
+ {"confettiGrays",XML_confettiGrays},
+ {"embedSystemFonts",XML_embedSystemFonts},
+ {"enableFormatConditionsCalculation",XML_enableFormatConditionsCalculation},
+ {"pivotCacheDefinition",XML_pivotCacheDefinition},
+ {"Internal",XML_Internal},
+ {"PrevEnabled",XML_PrevEnabled},
+ {"lawnGreen",XML_lawnGreen},
+ {"masterClrMapping",XML_masterClrMapping},
+ {"mathNotEqual",XML_mathNotEqual},
+ {"textArchUpPour",XML_textArchUpPour},
+ {"ancstOrSelf",XML_ancstOrSelf},
+ {"textArchUp",XML_textArchUp},
+ {"serverFont",XML_serverFont},
+ {"greenOff",XML_greenOff},
+ {"halfAlpha",XML_halfAlpha},
+ {"SchemaRef",XML_SchemaRef},
+ {"tornPaperBlack",XML_tornPaperBlack},
+ {"darkGreen",XML_darkGreen},
+ {"serverFontColor",XML_serverFontColor},
+ {"showGuides",XML_showGuides},
+ {"chainLink",XML_chainLink},
+ {"sheetCalcPr",XML_sheetCalcPr},
+ {"preferPic",XML_preferPic},
+ {"lightHorizontal",XML_lightHorizontal},
+ {"withEffect",XML_withEffect},
+ {"dotDotDash",XML_dotDotDash},
+ {"nonNegativeInteger",XML_nonNegativeInteger},
+ {"useTimings",XML_useTimings},
+ {"customXmlMoveToRangeEnd",XML_customXmlMoveToRangeEnd},
+ {"lastQuarter",XML_lastQuarter},
+ {"legacyPerspectiveBottom",XML_legacyPerspectiveBottom},
+ {"docPartCategory",XML_docPartCategory},
+ {"FmlaPict",XML_FmlaPict},
{"tblStylePr",XML_tblStylePr},
- {"flowChartInternalStorage",XML_flowChartInternalStorage},
- {"workbookPassword",XML_workbookPassword},
- {"strikeH",XML_strikeH},
- {"zoomScale",XML_zoomScale},
- {"upgradeOnRefresh",XML_upgradeOnRefresh},
- {"ea1ChsPlain",XML_ea1ChsPlain},
- {"3dDkShadow",XML_3dDkShadow},
+ {"unsignedByte",XML_unsignedByte},
+ {"firstPageNumber",XML_firstPageNumber},
+ {"noLineBreaksBefore",XML_noLineBreaksBefore},
+ {"groupBy",XML_groupBy},
+ {"pivotFields",XML_pivotFields},
+ {"noLineBreaksAfter",XML_noLineBreaksAfter},
+ {"doubleDiamonds",XML_doubleDiamonds},
+ {"schemaLibrary",XML_schemaLibrary},
{"linkedTxbx",XML_linkedTxbx},
+ {"clickAndTypeStyle",XML_clickAndTypeStyle},
+ {"refreshOnLoad",XML_refreshOnLoad},
+ {"thickThinLarge",XML_thickThinLarge},
+ {"MousePointer",XML_MousePointer},
+ {"noAdjustHandles",XML_noAdjustHandles},
+ {"customSheetViews",XML_customSheetViews},
+ {"cachedColBalance",XML_cachedColBalance},
+ {"workbookPassword",XML_workbookPassword},
+ {"doNotWrapTextWithPunct",XML_doNotWrapTextWithPunct},
+ {"Default",XML_Default},
+ {"externalReference",XML_externalReference},
+ {"externalReferences",XML_externalReferences},
+ {"noBreak",XML_noBreak},
+ {"dashDotDot",XML_dashDotDot},
+ {"isometricOffAxis2Left",XML_isometricOffAxis2Left},
+ {"lvlAtOnce",XML_lvlAtOnce},
+ {"horzAlign",XML_horzAlign},
+ {"cGpRule",XML_cGpRule},
+ {"4TrafficLights",XML_4TrafficLights},
+ {"thickThinLargeGap",XML_thickThinLargeGap},
+ {"isometricOffAxis2Top",XML_isometricOffAxis2Top},
+ {"MultiLine",XML_MultiLine},
+ {"gDay",XML_gDay},
{"marL",XML_marL},
- {"ea1ChtPlain",XML_ea1ChtPlain},
- {"nextClick",XML_nextClick},
- {"upArrowCallout",XML_upArrowCallout},
- {"evenHBand",XML_evenHBand},
- {"pgNumB",XML_pgNumB},
- {"textTriangle",XML_textTriangle},
- {"allowBlank",XML_allowBlank},
- {"notesTextViewPr",XML_notesTextViewPr},
- {"zeroHeight",XML_zeroHeight},
- {"upBars",XML_upBars},
- {"schemaLocation",XML_schemaLocation},
- {"picTx",XML_picTx},
- {"embedItalic",XML_embedItalic},
- {"textCascadeUp",XML_textCascadeUp},
- {"textTriangleInverted",XML_textTriangleInverted},
- {"bottomMargin",XML_bottomMargin},
- {"dateOlderThanOrEqual",XML_dateOlderThanOrEqual},
- {"grayscale",XML_grayscale},
- {"numStyleLink",XML_numStyleLink},
- {"showInkAnnotation",XML_showInkAnnotation},
- {"GBox",XML_GBox},
- {"Max",XML_Max},
- {"wOff",XML_wOff},
+ {"RecordingNumber",XML_RecordingNumber},
+ {"narHorz",XML_narHorz},
+ {"majorGridlines",XML_majorGridlines},
+ {"flipH",XML_flipH},
+ {"desOrSelf",XML_desOrSelf},
+ {"valueGreaterThan",XML_valueGreaterThan},
+ {"lightGrid",XML_lightGrid},
+ {"blackTextAndLines",XML_blackTextAndLines},
+ {"reverseDiagStripe",XML_reverseDiagStripe},
+ {"pasteValues",XML_pasteValues},
+ {"pivotField",XML_pivotField},
+ {"ideographEnclosedCircle",XML_ideographEnclosedCircle},
+ {"horzBrick",XML_horzBrick},
+ {"notContainsErrors",XML_notContainsErrors},
{"AbbreviatedCaseNumber",XML_AbbreviatedCaseNumber},
- {"textFill",XML_textFill},
- {"cacheIndex",XML_cacheIndex},
- {"lastGuid",XML_lastGuid},
- {"pyramidsAbove",XML_pyramidsAbove},
- {"plotVisOnly",XML_plotVisOnly},
- {"customXmlMoveToRangeStart",XML_customXmlMoveToRangeStart},
- {"invx",XML_invx},
- {"LinkType",XML_LinkType},
- {"Delay",XML_Delay},
- {"alphaModFix",XML_alphaModFix},
- {"babyRattle",XML_babyRattle},
+ {"textDeflateInflate",XML_textDeflateInflate},
+ {"tableRowDelete",XML_tableRowDelete},
+ {"ofPieType",XML_ofPieType},
+ {"customSheetView",XML_customSheetView},
+ {"textDeflateInflateDeflate",XML_textDeflateInflateDeflate},
+ {"alphaBiLevel",XML_alphaBiLevel},
+ {"downArrowCallout",XML_downArrowCallout},
+ {"sheetIdMap",XML_sheetIdMap},
+ {"Horiz",XML_Horiz},
+ {"RefOrder",XML_RefOrder},
+ {"wedgeRectCallout",XML_wedgeRectCallout},
+ {"prevCondLst",XML_prevCondLst},
+ {"dateNewerThanOrEqual",XML_dateNewerThanOrEqual},
+ {"limLowPr",XML_limLowPr},
+ {"tblOverlap",XML_tblOverlap},
+ {"aboveAverage",XML_aboveAverage},
+ {"sldSyncPr",XML_sldSyncPr},
+ {"pctPosVOffset",XML_pctPosVOffset},
+ {"dataValidations",XML_dataValidations},
+ {"SourceId",XML_SourceId},
+ {"notTrueType",XML_notTrueType},
+ {"mdxMetadata",XML_mdxMetadata},
{"showDataDropDown",XML_showDataDropDown},
- {"prstGeom",XML_prstGeom},
- {"serverField",XML_serverField},
- {"doNotExpandShiftReturn",XML_doNotExpandShiftReturn},
- {"legacyHarsh4",XML_legacyHarsh4},
- {"MousePointer",XML_MousePointer},
- {"custGeom",XML_custGeom},
- {"bottomFromText",XML_bottomFromText},
- {"brushSize",XML_brushSize},
+ {"valueNotEqual",XML_valueNotEqual},
+ {"userN",XML_userN},
+ {"advClick",XML_advClick},
+ {"dataValidation",XML_dataValidation},
+ {"workbookParameter",XML_workbookParameter},
+ {"CaseNumber",XML_CaseNumber},
+ {"GBox",XML_GBox},
+ {"masterPages",XML_masterPages},
+ {"nonPositiveInteger",XML_nonPositiveInteger},
+ {"objTx",XML_objTx},
+ {"firstDataRow",XML_firstDataRow},
+ {"allAtOnce",XML_allAtOnce},
+ {"topLinePunct",XML_topLinePunct},
+ {"adjustLineHeightInTable",XML_adjustLineHeightInTable},
+ {"doNotLeaveBackslashAlone",XML_doNotLeaveBackslashAlone},
+ {"doubleAccounting",XML_doubleAccounting},
+ {"splitAll",XML_splitAll},
+ {"hasCustomPrompt",XML_hasCustomPrompt},
+ {"romanUcPeriod",XML_romanUcPeriod},
+ {"txEffectClrLst",XML_txEffectClrLst},
+ {"houseFunky",XML_houseFunky},
+ {"externalData",XML_externalData},
+ {"ltDnDiag",XML_ltDnDiag},
+ {"invertIfNegative",XML_invertIfNegative},
+ {"bldOleChart",XML_bldOleChart},
+ {"endParaRPr",XML_endParaRPr},
+ {"hAnsiTheme",XML_hAnsiTheme},
+ {"rubyBase",XML_rubyBase},
+ {"horzOverflow",XML_horzOverflow},
+ {"memberName",XML_memberName},
+ {"isometricOffAxis2Right",XML_isometricOffAxis2Right},
+ {"dotDotDashHeavy",XML_dotDotDashHeavy},
+ {"insertHyperlinks",XML_insertHyperlinks},
+ {"dkSeaGreen",XML_dkSeaGreen},
+ {"AutoFill",XML_AutoFill},
+ {"minorHAnsi",XML_minorHAnsi},
+ {"isometricOffAxis4Bottom",XML_isometricOffAxis4Bottom},
+ {"FmlaMacro",XML_FmlaMacro},
+ {"babyRattle",XML_babyRattle},
+ {"custRadScaleInc",XML_custRadScaleInc},
+ {"lightBulb",XML_lightBulb},
+ {"thinThickLarge",XML_thinThickLarge},
+ {"justLow",XML_justLow},
+ {"qsCatId",XML_qsCatId},
+ {"csCatId",XML_csCatId},
+ {"ltCyan",XML_ltCyan},
+ {"custShowLst",XML_custShowLst},
+ {"docPartUnique",XML_docPartUnique},
+ {"syncHorizontal",XML_syncHorizontal},
+ {"FileBinding",XML_FileBinding},
+ {"loCatId",XML_loCatId},
+ {"xVal",XML_xVal},
+ {"textArchDownPour",XML_textArchDownPour},
+ {"showInkAnnotation",XML_showInkAnnotation},
+ {"textAndBackground",XML_textAndBackground},
+ {"evenAndOddHeaders",XML_evenAndOddHeaders},
+ {"dragToPage",XML_dragToPage},
+ {"cmAuthorLst",XML_cmAuthorLst},
+ {"pageOverThenDown",XML_pageOverThenDown},
+ {"thinThickLargeGap",XML_thinThickLargeGap},
+ {"upArrowCallout",XML_upArrowCallout},
+ {"textArchDown",XML_textArchDown},
+ {"chartObject",XML_chartObject},
+ {"mediumKashida",XML_mediumKashida},
+ {"valueNotBetween",XML_valueNotBetween},
+ {"band1H",XML_band1H},
+ {"blueViolet",XML_blueViolet},
+ {"clearAll",XML_clearAll},
+ {"notesViewPr",XML_notesViewPr},
+ {"tcTxStyle",XML_tcTxStyle},
+ {"hashValue",XML_hashValue},
+ {"uiCompat97To2003",XML_uiCompat97To2003},
+ {"starsBlack",XML_starsBlack},
+ {"distR",XML_distR},
+ {"pivotTable",XML_pivotTable},
+ {"pivotTables",XML_pivotTables},
+ {"SmallChange",XML_SmallChange},
+ {"pivotTableStyle",XML_pivotTableStyle},
+ {"upDownBars",XML_upDownBars},
+ {"themeFontLang",XML_themeFontLang},
+ {"paleGoldenrod",XML_paleGoldenrod},
+ {"showAutoFilter",XML_showAutoFilter},
+ {"hideGeom",XML_hideGeom},
+ {"pivotButton",XML_pivotButton},
+ {"legacyHarsh2",XML_legacyHarsh2},
+ {"oleObj",XML_oleObj},
+ {"prevAc",XML_prevAc},
+ {"emptyCellReference",XML_emptyCellReference},
+ {"pageFieldValues",XML_pageFieldValues},
+ {"displacedByCustomXml",XML_displacedByCustomXml},
+ {"pivotTableDefinition",XML_pivotTableDefinition},
+ {"useFirstPageNumber",XML_useFirstPageNumber},
+ {"twoCellAnchor",XML_twoCellAnchor},
+ {"noExtraLineSpacing",XML_noExtraLineSpacing},
+ {"YDM",XML_YDM},
+ {"sourceData",XML_sourceData},
+ {"sldSz",XML_sldSz},
+ {"custTxtBox",XML_custTxtBox},
+ {"pivotTableStyleInfo",XML_pivotTableStyleInfo},
+ {"argSz",XML_argSz},
+ {"tblOfContents",XML_tblOfContents},
+ {"zanyTriangles",XML_zanyTriangles},
+ {"curvedRightArrow",XML_curvedRightArrow},
+ {"OnCall",XML_OnCall},
+ {"outByRing",XML_outByRing},
+ {"invx",XML_invx},
+ {"useA",XML_useA},
+ {"lrTbV",XML_lrTbV},
+ {"pageLayout",XML_pageLayout},
+ {"upBars",XML_upBars},
+ {"valueLessThanOrEqual",XML_valueLessThanOrEqual},
+ {"flipV",XML_flipV},
+ {"bbPlcHdr",XML_bbPlcHdr},
+ {"oliveDrab",XML_oliveDrab},
+ {"sibTransId",XML_sibTransId},
+ {"isometricOffAxis3Bottom",XML_isometricOffAxis3Bottom},
+ {"multiLvlStrCache",XML_multiLvlStrCache},
+ {"MMClips",XML_MMClips},
+ {"breadthByLvl",XML_breadthByLvl},
+ {"gMonthDay",XML_gMonthDay},
+ {"showRowColHeaders",XML_showRowColHeaders},
+ {"bordersDoNotSurroundFooter",XML_bordersDoNotSurroundFooter},
+ {"pasteAll",XML_pasteAll},
+ {"parTransId",XML_parTransId},
+ {"3TrafficLights1",XML_3TrafficLights1},
+ {"grayScale",XML_grayScale},
+ {"External",XML_External},
+ {"notesMasterIdLst",XML_notesMasterIdLst},
+ {"txOverObj",XML_txOverObj},
+ {"weavingAngles",XML_weavingAngles},
+ {"aiueoFullWidth",XML_aiueoFullWidth},
+ {"totalsRowLabel",XML_totalsRowLabel},
+ {"vertTitleAndTxOverChart",XML_vertTitleAndTxOverChart},
+ {"dotDashHeavy",XML_dotDashHeavy},
+ {"AutoLine",XML_AutoLine},
+ {"dataOnRows",XML_dataOnRows},
+ {"MYD",XML_MYD},
+ {"majorHAnsi",XML_majorHAnsi},
+ {"organizeInFolders",XML_organizeInFolders},
+ {"mappedName",XML_mappedName},
{"noLabel",XML_noLabel},
- {"showEmptyRow",XML_showEmptyRow},
- {"zeroDesc",XML_zeroDesc},
- {"useAltKinsokuLineBreakRules",XML_useAltKinsokuLineBreakRules},
- {"textDeflate",XML_textDeflate},
- {"downThenOver",XML_downThenOver},
- {"Schema",XML_Schema},
- {"hindiNumPeriod",XML_hindiNumPeriod},
- {"romanLcPeriod",XML_romanLcPeriod},
- {"Source",XML_Source},
- {"tableRowDelete",XML_tableRowDelete},
+ {"defaultAttributeDrillState",XML_defaultAttributeDrillState},
+ {"showOutlineSymbols",XML_showOutlineSymbols},
+ {"grpSpLocks",XML_grpSpLocks},
+ {"showHorizontalScroll",XML_showHorizontalScroll},
+ {"displayText",XML_displayText},
+ {"backupFile",XML_backupFile},
+ {"YMD",XML_YMD},
{"activePane",XML_activePane},
- {"Sources",XML_Sources},
- {"legacyHarsh2",XML_legacyHarsh2},
- {"bodyStyle",XML_bodyStyle},
- {"offsetFrom",XML_offsetFrom},
- {"workbookParameter",XML_workbookParameter},
- {"defaultMemberUniqueName",XML_defaultMemberUniqueName},
+ {"tblPrChange",XML_tblPrChange},
+ {"xmlBased",XML_xmlBased},
+ {"oMathParaPr",XML_oMathParaPr},
+ {"defSemiHidden",XML_defSemiHidden},
+ {"fitToPage",XML_fitToPage},
+ {"showRowCol",XML_showRowCol},
+ {"titleOnly",XML_titleOnly},
+ {"showSerName",XML_showSerName},
+ {"alphaUcPeriod",XML_alphaUcPeriod},
+ {"dashDotDotHeavy",XML_dashDotDotHeavy},
+ {"clrMapOvr",XML_clrMapOvr},
+ {"zOrderOff",XML_zOrderOff},
+ {"darkGrid",XML_darkGrid},
+ {"notesMasterId",XML_notesMasterId},
+ {"showXMLTags",XML_showXMLTags},
+ {"lineWrapLikeWord6",XML_lineWrapLikeWord6},
+ {"fieldMapData",XML_fieldMapData},
+ {"htmlPubPr",XML_htmlPubPr},
+ {"CalcA1",XML_CalcA1},
+ {"ScrollBars",XML_ScrollBars},
+ {"legacyObliqueTopRight",XML_legacyObliqueTopRight},
+ {"brushSize",XML_brushSize},
+ {"romanUcParenBoth",XML_romanUcParenBoth},
+ {"revisionId",XML_revisionId},
{"secondPiePt",XML_secondPiePt},
- {"ID",XML_ID},
- {"hArH",XML_hArH},
- {"doNotSaveAsSingleFile",XML_doNotSaveAsSingleFile},
- {"ocxPr",XML_ocxPr},
- {"bulEnabled",XML_bulEnabled},
- {"userB",XML_userB},
- {"serverSldId",XML_serverSldId},
- {"alphaLcPeriod",XML_alphaLcPeriod},
- {"uturnArrow",XML_uturnArrow},
- {"outByRing",XML_outByRing},
+ {"5Quarters",XML_5Quarters},
+ {"ltHorz",XML_ltHorz},
{"Distributor",XML_Distributor},
- {"serverFill",XML_serverFill},
- {"Justify",XML_Justify},
- {"thaiAlphaPeriod",XML_thaiAlphaPeriod},
- {"customXmlMoveFromRangeStart",XML_customXmlMoveFromRangeStart},
- {"slideViewPr",XML_slideViewPr},
- {"storeMappedDataAs",XML_storeMappedDataAs},
- {"insertHyperlinks",XML_insertHyperlinks},
- {"notTrueType",XML_notTrueType},
- {"hideNewItems",XML_hideNewItems},
+ {"bodyStyle",XML_bodyStyle},
+ {"convMailMergeEsc",XML_convMailMergeEsc},
+ {"errBarType",XML_errBarType},
+ {"BookAuthor",XML_BookAuthor},
+ {"FontHeight",XML_FontHeight},
+ {"attrNameLst",XML_attrNameLst},
+ {"photoAlbum",XML_photoAlbum},
+ {"applyToFront",XML_applyToFront},
+ {"absoluteAnchor",XML_absoluteAnchor},
+ {"basicWideInline",XML_basicWideInline},
+ {"DMY",XML_DMY},
+ {"prstGeom",XML_prstGeom},
+ {"decimalHalfWidth",XML_decimalHalfWidth},
+ {"flowChartMagneticDisk",XML_flowChartMagneticDisk},
+ {"custGeom",XML_custGeom},
+ {"userR",XML_userR},
+ {"gregorianMeFrench",XML_gregorianMeFrench},
+ {"SharedDoc",XML_SharedDoc},
+ {"artisticGlass",XML_artisticGlass},
+ {"labelOnly",XML_labelOnly},
+ {"wAfter",XML_wAfter},
+ {"Delay",XML_Delay},
+ {"serverField",XML_serverField},
+ {"lavenderBlush",XML_lavenderBlush},
+ {"windowProtection",XML_windowProtection},
+ {"veryHidden",XML_veryHidden},
+ {"noMultiLvlLbl",XML_noMultiLvlLbl},
+ {"pasteNumberFormats",XML_pasteNumberFormats},
{"Distributed",XML_Distributed},
- {"legacyNormal4",XML_legacyNormal4},
- {"textFadeUp",XML_textFadeUp},
- {"ParagraphAlign",XML_ParagraphAlign},
- {"pageFieldValues",XML_pageFieldValues},
+ {"band1V",XML_band1V},
+ {"pyramidsAbove",XML_pyramidsAbove},
{"NCName",XML_NCName},
- {"eastAsia",XML_eastAsia},
- {"customXmlMoveFromRangeEnd",XML_customXmlMoveFromRangeEnd},
- {"lastView",XML_lastView},
- {"legacyNormal2",XML_legacyNormal2},
{"serverFormats",XML_serverFormats},
{"serverFormat",XML_serverFormat},
- {"LargeChange",XML_LargeChange},
+ {"presLayoutVars",XML_presLayoutVars},
+ {"disablePrompts",XML_disablePrompts},
+ {"pageBreakPreview",XML_pageBreakPreview},
+ {"unsignedLong",XML_unsignedLong},
+ {"minMax",XML_minMax},
+ {"invy",XML_invy},
+ {"lastGuid",XML_lastGuid},
+ {"xmlPr",XML_xmlPr},
+ {"xIllusions",XML_xIllusions},
+ {"band2H",XML_band2H},
+ {"last7Days",XML_last7Days},
+ {"bottomFromText",XML_bottomFromText},
+ {"MouseIcon",XML_MouseIcon},
+ {"showPropAsCaption",XML_showPropAsCaption},
+ {"artisticGlowEdges",XML_artisticGlowEdges},
+ {"activeTab",XML_activeTab},
+ {"definedName",XML_definedName},
+ {"definedNames",XML_definedNames},
+ {"printTwoOnOne",XML_printTwoOnOne},
+ {"showVertBorder",XML_showVertBorder},
+ {"effectStyleLst",XML_effectStyleLst},
+ {"hpsBaseText",XML_hpsBaseText},
+ {"flowChartAlternateProcess",XML_flowChartAlternateProcess},
+ {"tableRowInsert",XML_tableRowInsert},
+ {"zoomToFit",XML_zoomToFit},
+ {"ea1ChsPeriod",XML_ea1ChsPeriod},
+ {"ea1ChtPeriod",XML_ea1ChtPeriod},
+ {"dateAx",XML_dateAx},
+ {"serverFill",XML_serverFill},
+ {"useAnsiKerningPairs",XML_useAnsiKerningPairs},
+ {"perspectiveAboveRightFacing",XML_perspectiveAboveRightFacing},
+ {"PrintObject",XML_PrintObject},
+ {"EnhancedMetaFile",XML_EnhancedMetaFile},
+ {"flowChartMagneticDrum",XML_flowChartMagneticDrum},
+ {"allowBlank",XML_allowBlank},
+ {"doNotAutoCompressPictures",XML_doNotAutoCompressPictures},
+ {"cSldViewPr",XML_cSldViewPr},
+ {"3TrafficLights2",XML_3TrafficLights2},
+ {"oneCellAnchor",XML_oneCellAnchor},
+ {"doubleD",XML_doubleD},
+ {"artisticGlowDiffused",XML_artisticGlowDiffused},
+ {"coneToMax",XML_coneToMax},
+ {"LCT",XML_LCT},
+ {"sourceSheetId",XML_sourceSheetId},
+ {"custTblOfContents",XML_custTblOfContents},
+ {"Inventor",XML_Inventor},
+ {"offsetFrom",XML_offsetFrom},
+ {"dashUpDiag",XML_dashUpDiag},
+ {"legacyPlastic",XML_legacyPlastic},
+ {"autoSpaceDE",XML_autoSpaceDE},
{"docPartPr",XML_docPartPr},
- {"xmlBased",XML_xmlBased},
- {"tblStyleLst",XML_tblStyleLst},
- {"doNotWrapTextWithPunct",XML_doNotWrapTextWithPunct},
- {"useSingleBorderforContiguousCells",XML_useSingleBorderforContiguousCells},
- {"StateProvince",XML_StateProvince},
- {"defSemiHidden",XML_defSemiHidden},
- {"externalReference",XML_externalReference},
- {"externalReferences",XML_externalReferences},
- {"textSlantUp",XML_textSlantUp},
- {"oMathPara",XML_oMathPara},
+ {"bulEnabled",XML_bulEnabled},
+ {"Dx",XML_Dx},
+ {"moveToRangeStart",XML_moveToRangeStart},
+ {"insertPageBreak",XML_insertPageBreak},
+ {"docPartGallery",XML_docPartGallery},
+ {"alphaUcParenBoth",XML_alphaUcParenBoth},
+ {"dropDownList",XML_dropDownList},
+ {"ideographLegalTraditional",XML_ideographLegalTraditional},
+ {"userI",XML_userI},
+ {"docPartObj",XML_docPartObj},
+ {"gdRefR",XML_gdRefR},
+ {"StyleName",XML_StyleName},
+ {"frameLayout",XML_frameLayout},
{"notesSz",XML_notesSz},
- {"nextId",XML_nextId},
- {"textboxTightWrap",XML_textboxTightWrap},
- {"doNotDisplayPageBoundaries",XML_doNotDisplayPageBoundaries},
- {"dotDashHeavy",XML_dotDashHeavy},
- {"externalData",XML_externalData},
- {"medSpringGreen",XML_medSpringGreen},
- {"thinHorzCross",XML_thinHorzCross},
- {"calcOnSave",XML_calcOnSave},
- {"leftRightArrowCallout",XML_leftRightArrowCallout},
- {"dynamicFilter",XML_dynamicFilter},
- {"equalAverage",XML_equalAverage},
- {"pageBreakPreview",XML_pageBreakPreview},
- {"pageSetUpPr",XML_pageSetUpPr},
- {"invalEndChars",XML_invalEndChars},
- {"extrusionOk",XML_extrusionOk},
+ {"sourceType",XML_sourceType},
+ {"notContainsBlanks",XML_notContainsBlanks},
+ {"StandardNumber",XML_StandardNumber},
+ {"dashHeavy",XML_dashHeavy},
+ {"distB",XML_distB},
+ {"displayHangulFixedWidth",XML_displayHangulFixedWidth},
+ {"ScriptExtended",XML_ScriptExtended},
+ {"tblGridChange",XML_tblGridChange},
+ {"txAnchorVert",XML_txAnchorVert},
+ {"autoSpaceLikeWord95",XML_autoSpaceLikeWord95},
{"scaleToFitPaper",XML_scaleToFitPaper},
- {"insertPageBreak",XML_insertPageBreak},
- {"dateNotEqual",XML_dateNotEqual},
- {"htmlPubPr",XML_htmlPubPr},
- {"valueNotEqual",XML_valueNotEqual},
- {"wrapTopAndBottom",XML_wrapTopAndBottom},
- {"showCatName",XML_showCatName},
- {"narHorz",XML_narHorz},
- {"custAutoTxt",XML_custAutoTxt},
- {"insideV",XML_insideV},
- {"numTab",XML_numTab},
- {"blueViolet",XML_blueViolet},
- {"basicThinLines",XML_basicThinLines},
- {"sheetCalcPr",XML_sheetCalcPr},
+ {"lsdException",XML_lsdException},
+ {"legacyNormal4",XML_legacyNormal4},
+ {"palmsBlack",XML_palmsBlack},
+ {"invalStChars",XML_invalStChars},
+ {"subTnLst",XML_subTnLst},
+ {"dateOlderThan",XML_dateOlderThan},
+ {"savePreviewPicture",XML_savePreviewPicture},
+ {"LockText",XML_LockText},
+ {"fLocksText",XML_fLocksText},
+ {"dynamicFilter",XML_dynamicFilter},
+ {"doNotValidateAgainstSchema",XML_doNotValidateAgainstSchema},
+ {"firstHeaderRow",XML_firstHeaderRow},
{"RecalcAlways",XML_RecalcAlways},
+ {"tblCellMar",XML_tblCellMar},
+ {"downThenOver",XML_downThenOver},
+ {"sawtoothGray",XML_sawtoothGray},
+ {"showEmptyRow",XML_showEmptyRow},
{"refPtType",XML_refPtType},
- {"nextMonth",XML_nextMonth},
- {"attrNameLst",XML_attrNameLst},
- {"dateTimeGrouping",XML_dateTimeGrouping},
- {"DropLines",XML_DropLines},
- {"distR",XML_distR},
- {"thaiAlphaParenBoth",XML_thaiAlphaParenBoth},
- {"palmsBlack",XML_palmsBlack},
- {"B4JIS",XML_B4JIS},
- {"movingAvg",XML_movingAvg},
- {"nonPositiveInteger",XML_nonPositiveInteger},
- {"MMClips",XML_MMClips},
- {"bordersDoNotSurroundFooter",XML_bordersDoNotSurroundFooter},
- {"SharedDoc",XML_SharedDoc},
- {"alphaBiLevel",XML_alphaBiLevel},
- {"B5JIS",XML_B5JIS},
- {"firstDataRow",XML_firstDataRow},
- {"effectClrLst",XML_effectClrLst},
- {"leftRightArrow",XML_leftRightArrow},
- {"legacyNormal3",XML_legacyNormal3},
- {"pivotTable",XML_pivotTable},
- {"pivotTables",XML_pivotTables},
- {"spAutoFit",XML_spAutoFit},
- {"textDoubleWave1",XML_textDoubleWave1},
- {"breadthByNode",XML_breadthByNode},
- {"pivotTableStyle",XML_pivotTableStyle},
- {"hpsBaseText",XML_hpsBaseText},
+ {"ScriptLocation",XML_ScriptLocation},
+ {"custFlipHor",XML_custFlipHor},
+ {"onDblClick",XML_onDblClick},
+ {"eastAsia",XML_eastAsia},
+ {"thinHorzStripe",XML_thinHorzStripe},
+ {"darkHorizontal",XML_darkHorizontal},
{"slateGray",XML_slateGray},
- {"sourceLinked",XML_sourceLinked},
- {"SizeMode",XML_SizeMode},
- {"extCalcPr",XML_extCalcPr},
- {"last7Days",XML_last7Days},
- {"pivotAreas",XML_pivotAreas},
- {"multiLvlStrRef",XML_multiLvlStrRef},
- {"clipArtAndVertTx",XML_clipArtAndVertTx},
- {"LCT",XML_LCT},
- {"disablePrompts",XML_disablePrompts},
- {"pivotTableDefinition",XML_pivotTableDefinition},
+ {"categoryIdx",XML_categoryIdx},
+ {"primFontSz",XML_primFontSz},
+ {"band2V",XML_band2V},
+ {"strikeH",XML_strikeH},
+ {"drawingGridHorizontalOrigin",XML_drawingGridHorizontalOrigin},
+ {"bL",XML_bL},
+ {"cxnSpLocks",XML_cxnSpLocks},
+ {"inverseGray",XML_inverseGray},
+ {"ParagraphAlign",XML_ParagraphAlign},
{"wrapPolygon",XML_wrapPolygon},
- {"pivotTableStyleInfo",XML_pivotTableStyleInfo},
- {"lsdException",XML_lsdException},
- {"gregorianArabic",XML_gregorianArabic},
- {"textInput",XML_textInput},
- {"flowChartMultidocument",XML_flowChartMultidocument},
+ {"optimizeMemory",XML_optimizeMemory},
+ {"notesMasterView",XML_notesMasterView},
+ {"cMediaNode",XML_cMediaNode},
+ {"defUIPriority",XML_defUIPriority},
+ {"legacyNormal3",XML_legacyNormal3},
+ {"custAutoTxt",XML_custAutoTxt},
+ {"dkDnDiag",XML_dkDnDiag},
+ {"thaiNumPeriod",XML_thaiNumPeriod},
+ {"useSingleBorderforContiguousCells",XML_useSingleBorderforContiguousCells},
+ {"thaiAlphaPeriod",XML_thaiAlphaPeriod},
+ {"fromL",XML_fromL},
+ {"SpecialEffect",XML_SpecialEffect},
{"legacyNormal1",XML_legacyNormal1},
- {"showRowColHeaders",XML_showRowColHeaders},
- {"Dx",XML_Dx},
- {"nonNegativeInteger",XML_nonNegativeInteger},
- {"legacyHarsh3",XML_legacyHarsh3},
- {"chartAndTx",XML_chartAndTx},
- {"flowChartOr",XML_flowChartOr},
- {"eaLnBrk",XML_eaLnBrk},
- {"countBy",XML_countBy},
- {"endParaRPr",XML_endParaRPr},
- {"ExcelA1",XML_ExcelA1},
- {"flowChartMagneticTape",XML_flowChartMagneticTape},
- {"showSpeakerNotes",XML_showSpeakerNotes},
- {"ltDnDiag",XML_ltDnDiag},
- {"smoothMarker",XML_smoothMarker},
- {"emptyCellReference",XML_emptyCellReference},
- {"tcTxStyle",XML_tcTxStyle},
- {"SchemaRef",XML_SchemaRef},
- {"romanLcParenBoth",XML_romanLcParenBoth},
- {"uniqueName",XML_uniqueName},
- {"lnB",XML_lnB},
- {"showRowCol",XML_showRowCol},
- {"nextCondLst",XML_nextCondLst},
- {"ctrShpMap",XML_ctrShpMap},
- {"insideH",XML_insideH},
- {"sSubSupPr",XML_sSubSupPr},
- {"naryLim",XML_naryLim},
- {"nvGrpSpPr",XML_nvGrpSpPr},
- {"pivotHierarchies",XML_pivotHierarchies},
- {"dashLongHeavy",XML_dashLongHeavy},
- {"readOnly",XML_readOnly},
- {"tblPrChange",XML_tblPrChange},
- {"showCalcMbrs",XML_showCalcMbrs},
- {"alphaLcParenBoth",XML_alphaLcParenBoth},
- {"DropButtonStyle",XML_DropButtonStyle},
- {"useTimings",XML_useTimings},
- {"boldItalic",XML_boldItalic},
- {"vertTitleAndTx",XML_vertTitleAndTx},
- {"sawtoothGray",XML_sawtoothGray},
+ {"updateFields",XML_updateFields},
+ {"revisionView",XML_revisionView},
+ {"upDownArrow",XML_upDownArrow},
+ {"JustLastX",XML_JustLastX},
+ {"wordArtVert",XML_wordArtVert},
+ {"txAnchorVertCh",XML_txAnchorVertCh},
{"useBgFill",XML_useBgFill},
- {"pctPosVOffset",XML_pctPosVOffset},
- {"xmlPr",XML_xmlPr},
- {"legacyHarsh1",XML_legacyHarsh1},
- {"textCurveDown",XML_textCurveDown},
- {"lightGrayscale",XML_lightGrayscale},
- {"zOrder",XML_zOrder},
- {"FmlaPict",XML_FmlaPict},
- {"showObjects",XML_showObjects},
- {"buAutoNum",XML_buAutoNum},
- {"gMonthDay",XML_gMonthDay},
- {"pivotArea",XML_pivotArea},
- {"pageBreakBefore",XML_pageBreakBefore},
- {"invy",XML_invy},
- {"styleDefHdrLst",XML_styleDefHdrLst},
- {"showVertBorder",XML_showVertBorder},
- {"custRadScaleInc",XML_custRadScaleInc},
- {"grayScale",XML_grayScale},
- {"relSizeAnchor",XML_relSizeAnchor},
- {"prefixMappings",XML_prefixMappings},
+ {"tL",XML_tL},
+ {"resizeGraphics",XML_resizeGraphics},
+ {"dkCyan",XML_dkCyan},
+ {"custFlipVert",XML_custFlipVert},
+ {"saveData",XML_saveData},
+ {"fullCalcOnLoad",XML_fullCalcOnLoad},
+ {"imgSz",XML_imgSz},
+ {"autoSpaceDN",XML_autoSpaceDN},
+ {"noColumnBalance",XML_noColumnBalance},
+ {"showRowHeaders",XML_showRowHeaders},
+ {"leftRightRibbon",XML_leftRightRibbon},
+ {"pgNumB",XML_pgNumB},
+ {"latinLnBrk",XML_latinLnBrk},
+ {"SelType",XML_SelType},
+ {"DigSig",XML_DigSig},
+ {"blueOff",XML_blueOff},
+ {"typeAny",XML_typeAny},
+ {"movingAvg",XML_movingAvg},
+ {"doNotHyphenateCaps",XML_doNotHyphenateCaps},
+ {"chartAndTx",XML_chartAndTx},
+ {"cntxtAlts",XML_cntxtAlts},
+ {"pyraAcctPos",XML_pyraAcctPos},
+ {"LinkType",XML_LinkType},
+ {"userB",XML_userB},
+ {"thaiAlphaParenBoth",XML_thaiAlphaParenBoth},
{"squareTabs",XML_squareTabs},
- {"activeTab",XML_activeTab},
- {"mathNotEqual",XML_mathNotEqual},
- {"dataValidations",XML_dataValidations},
- {"customSheetViews",XML_customSheetViews},
- {"updateFields",XML_updateFields},
- {"legacyMatte",XML_legacyMatte},
- {"insideMargin",XML_insideMargin},
- {"builtInUnit",XML_builtInUnit},
- {"xfId",XML_xfId},
- {"dataValidation",XML_dataValidation},
- {"moveToRangeStart",XML_moveToRangeStart},
- {"flowChartOnlineStorage",XML_flowChartOnlineStorage},
+ {"drawingGridHorizontalSpacing",XML_drawingGridHorizontalSpacing},
+ {"CountryRegion",XML_CountryRegion},
+ {"doNotSaveAsSingleFile",XML_doNotSaveAsSingleFile},
+ {"navy",XML_navy},
+ {"dashDnDiag",XML_dashDnDiag},
+ {"uturnArrow",XML_uturnArrow},
+ {"gregorianArabic",XML_gregorianArabic},
+ {"lightGrayscale",XML_lightGrayscale},
+ {"ScriptText",XML_ScriptText},
+ {"spcFirstLastPara",XML_spcFirstLastPara},
+ {"LargeChange",XML_LargeChange},
+ {"crazyMaze",XML_crazyMaze},
+ {"doNotDisplayPageBoundaries",XML_doNotDisplayPageBoundaries},
{"customFilters",XML_customFilters},
+ {"MoveWithCells",XML_MoveWithCells},
{"customFilter",XML_customFilter},
- {"revisionId",XML_revisionId},
- {"custDataLst",XML_custDataLst},
- {"docPartUnique",XML_docPartUnique},
- {"oliveDrab",XML_oliveDrab},
- {"PatentNumber",XML_PatentNumber},
- {"maxMin",XML_maxMin},
- {"stdDevP",XML_stdDevP},
- {"userR",XML_userR},
- {"depthByBranch",XML_depthByBranch},
- {"blackTextOnWhite",XML_blackTextOnWhite},
- {"bordersDoNotSurroundHeader",XML_bordersDoNotSurroundHeader},
- {"textCascadeDown",XML_textCascadeDown},
- {"secondPieSize",XML_secondPieSize},
- {"fitToHeight",XML_fitToHeight},
- {"xVal",XML_xVal},
- {"legacyObliqueTopLeft",XML_legacyObliqueTopLeft},
- {"showInputMessage",XML_showInputMessage},
- {"doNotOrganizeInFolder",XML_doNotOrganizeInFolder},
- {"gdRefR",XML_gdRefR},
+ {"bgFillStyleLst",XML_bgFillStyleLst},
+ {"invalidUrl",XML_invalidUrl},
+ {"extrusionOk",XML_extrusionOk},
+ {"dispUnitsLbl",XML_dispUnitsLbl},
+ {"mailAsAttachment",XML_mailAsAttachment},
+ {"ChapterNumber",XML_ChapterNumber},
+ {"dateTimeGrouping",XML_dateTimeGrouping},
+ {"FmlaRange",XML_FmlaRange},
{"txBody",XML_txBody},
- {"ltHorz",XML_ltHorz},
- {"textPlain",XML_textPlain},
- {"ea1JpnKorPeriod",XML_ea1JpnKorPeriod},
- {"legacyPlastic",XML_legacyPlastic},
- {"quadBezTo",XML_quadBezTo},
- {"tickLblSkip",XML_tickLblSkip},
- {"basicWideMidline",XML_basicWideMidline},
- {"hindiAlpha1Period",XML_hindiAlpha1Period},
- {"stBulletLvl",XML_stBulletLvl},
- {"customXmlMoveToRangeEnd",XML_customXmlMoveToRangeEnd},
- {"displayHangulFixedWidth",XML_displayHangulFixedWidth},
- {"dataExtractLoad",XML_dataExtractLoad},
- {"objOnly",XML_objOnly},
- {"SmallChange",XML_SmallChange},
- {"showNegBubbles",XML_showNegBubbles},
- {"MouseIcon",XML_MouseIcon},
- {"sourceSheetId",XML_sourceSheetId},
- {"FontName",XML_FontName},
- {"ignoreMixedContent",XML_ignoreMixedContent},
- {"pyraAcctPos",XML_pyraAcctPos},
- {"customSheetView",XML_customSheetView},
+ {"lnL",XML_lnL},
+ {"uniqueName",XML_uniqueName},
{"ConnectionID",XML_ConnectionID},
- {"pasteValues",XML_pasteValues},
- {"EnhancedMetaFile",XML_EnhancedMetaFile},
- {"showAsCaption",XML_showAsCaption},
- {"maxR",XML_maxR},
- {"applyNumberFormats",XML_applyNumberFormats},
- {"applyNumberFormat",XML_applyNumberFormat},
- {"heartGray",XML_heartGray},
- {"lnBlToTr",XML_lnBlToTr},
- {"invalStChars",XML_invalStChars},
- {"sldMasterId",XML_sldMasterId},
- {"RecordingNumber",XML_RecordingNumber},
- {"decimalHalfWidth",XML_decimalHalfWidth},
+ {"invalEndChars",XML_invalEndChars},
+ {"autoNoTable",XML_autoNoTable},
+ {"MapOCX",XML_MapOCX},
+ {"vertTitleAndTx",XML_vertTitleAndTx},
+ {"thickBetweenThinLarge",XML_thickBetweenThinLarge},
+ {"leftRightArrow",XML_leftRightArrow},
{"customFormat",XML_customFormat},
- {"upDownBars",XML_upDownBars},
- {"custTxtBox",XML_custTxtBox},
- {"rubyAlign",XML_rubyAlign},
- {"onlyUseConnectionFile",XML_onlyUseConnectionFile},
- {"hashValue",XML_hashValue},
- {"firstLineOnly",XML_firstLineOnly},
- {"organizeInFolders",XML_organizeInFolders},
- {"abstractNum",XML_abstractNum},
- {"xIllusions",XML_xIllusions},
- {"lightGray",XML_lightGray},
- {"categoryIdx",XML_categoryIdx},
- {"hiLowLines",XML_hiLowLines},
- {"tblPrEx",XML_tblPrEx},
- {"blackGray",XML_blackGray},
- {"textFadeDown",XML_textFadeDown},
- {"sdtEndContent",XML_sdtEndContent},
- {"wpJustification",XML_wpJustification},
+ {"reviewedList",XML_reviewedList},
+ {"pyramidToMax",XML_pyramidToMax},
+ {"zoomScaleSheetLayoutView",XML_zoomScaleSheetLayoutView},
+ {"leftRightArrowCallout",XML_leftRightArrowCallout},
+ {"calcOnSave",XML_calcOnSave},
+ {"showCatName",XML_showCatName},
+ {"thaiNumParenBoth",XML_thaiNumParenBoth},
{"partyGlass",XML_partyGlass},
- {"ea1JpnKorPlain",XML_ea1JpnKorPlain},
- {"dateNewerThan",XML_dateNewerThan},
- {"perspectiveAboveLeftFacing",XML_perspectiveAboveLeftFacing},
- {"textRotation",XML_textRotation},
- {"serverNumberFormat",XML_serverNumberFormat},
- {"xAlign",XML_xAlign},
- {"masterClrMapping",XML_masterClrMapping},
- {"firstRowLastColumn",XML_firstRowLastColumn},
- {"saveData",XML_saveData},
- {"textFadeLeft",XML_textFadeLeft},
+ {"showObjects",XML_showObjects},
+ {"dkHorz",XML_dkHorz},
+ {"nvGraphicFramePr",XML_nvGraphicFramePr},
{"wR",XML_wR},
- {"secFontSz",XML_secFontSz},
- {"showDataAs",XML_showDataAs},
- {"cMediaNode",XML_cMediaNode},
- {"tavLst",XML_tavLst},
- {"enableFieldProperties",XML_enableFieldProperties},
- {"drawingGridVerticalOrigin",XML_drawingGridVerticalOrigin},
- {"notesViewPr",XML_notesViewPr},
- {"styleLockQFSet",XML_styleLockQFSet},
- {"externalLink",XML_externalLink},
- {"limLowPr",XML_limLowPr},
- {"pivotHierarchy",XML_pivotHierarchy},
- {"sibTransId",XML_sibTransId},
- {"zeroAsc",XML_zeroAsc},
- {"ScriptExtended",XML_ScriptExtended},
- {"userM",XML_userM},
- {"hideGrammaticalErrors",XML_hideGrammaticalErrors},
- {"objTx",XML_objTx},
- {"navy",XML_navy},
- {"upDownArrow",XML_upDownArrow},
- {"SourceId",XML_SourceId},
- {"topLinePunct",XML_topLinePunct},
- {"mediaAndTx",XML_mediaAndTx},
- {"docPartObj",XML_docPartObj},
- {"uniqueMemberProperty",XML_uniqueMemberProperty},
- {"drawingGridVerticalSpacing",XML_drawingGridVerticalSpacing},
+ {"NoThreeD2",XML_NoThreeD2},
+ {"dateOlderThanOrEqual",XML_dateOlderThanOrEqual},
+ {"legacyNormal2",XML_legacyNormal2},
+ {"heartGray",XML_heartGray},
{"legacyFlat4",XML_legacyFlat4},
- {"DocSecurity",XML_DocSecurity},
+ {"doNotExpandShiftReturn",XML_doNotExpandShiftReturn},
+ {"medSpringGreen",XML_medSpringGreen},
+ {"balloonsHotAir",XML_balloonsHotAir},
+ {"stdDevP",XML_stdDevP},
+ {"wrapTopAndBottom",XML_wrapTopAndBottom},
+ {"spAutoFit",XML_spAutoFit},
+ {"flowChartOr",XML_flowChartOr},
{"webPublishItems",XML_webPublishItems},
- {"textSlantDown",XML_textSlantDown},
- {"basicWideInline",XML_basicWideInline},
- {"legacyFlat2",XML_legacyFlat2},
- {"leftRightRibbon",XML_leftRightRibbon},
- {"txOverObj",XML_txOverObj},
- {"saveFormsData",XML_saveFormsData},
- {"tblGridChange",XML_tblGridChange},
- {"textInflate",XML_textInflate},
- {"ScrollBars",XML_ScrollBars},
- {"nodeVertAlign",XML_nodeVertAlign},
- {"custFlipVert",XML_custFlipVert},
- {"valueNotBetween",XML_valueNotBetween},
- {"legacyObliqueTopRight",XML_legacyObliqueTopRight},
- {"tableRowInsert",XML_tableRowInsert},
+ {"calcOnExit",XML_calcOnExit},
+ {"lightGray",XML_lightGray},
+ {"onlyUseConnectionFile",XML_onlyUseConnectionFile},
+ {"fillStyleLst",XML_fillStyleLst},
+ {"layoutTableRowsApart",XML_layoutTableRowsApart},
+ {"pivotAreas",XML_pivotAreas},
+ {"wOff",XML_wOff},
+ {"4RedToBlack",XML_4RedToBlack},
+ {"enableFieldProperties",XML_enableFieldProperties},
+ {"insideH",XML_insideH},
+ {"ea1ChsPlain",XML_ea1ChsPlain},
+ {"ea1ChtPlain",XML_ea1ChtPlain},
+ {"blackGray",XML_blackGray},
+ {"equalAverage",XML_equalAverage},
+ {"solutionID",XML_solutionID},
+ {"workbookView",XML_workbookView},
+ {"workbookViewId",XML_workbookViewId},
+ {"legacyObliqueTopLeft",XML_legacyObliqueTopLeft},
+ {"hindiNumParenR",XML_hindiNumParenR},
+ {"ProgID",XML_ProgID},
+ {"fitToHeight",XML_fitToHeight},
+ {"userH",XML_userH},
+ {"itemID",XML_itemID},
+ {"legacyFlat3",XML_legacyFlat3},
+ {"thinHorzCross",XML_thinHorzCross},
+ {"legacyFlat1",XML_legacyFlat1},
+ {"depthByBranch",XML_depthByBranch},
+ {"textRingOutside",XML_textRingOutside},
+ {"bordersDoNotSurroundHeader",XML_bordersDoNotSurroundHeader},
+ {"objOnly",XML_objOnly},
+ {"4ArrowsGray",XML_4ArrowsGray},
+ {"serverNumberFormat",XML_serverNumberFormat},
{"externalBook",XML_externalBook},
- {"parTransId",XML_parTransId},
- {"windowFrame",XML_windowFrame},
- {"dkDnDiag",XML_dkDnDiag},
- {"onDblClick",XML_onDblClick},
- {"withGroup",XML_withGroup},
- {"pushPinNote2",XML_pushPinNote2},
- {"custTblOfContents",XML_custTblOfContents},
- {"customMarkFollows",XML_customMarkFollows},
- {"countASubtotal",XML_countASubtotal},
+ {"minorEastAsia",XML_minorEastAsia},
{"snip2DiagRect",XML_snip2DiagRect},
- {"doNotValidateAgainstSchema",XML_doNotValidateAgainstSchema},
- {"notEqual",XML_notEqual},
- {"lgDashDotDot",XML_lgDashDotDot},
+ {"useAltKinsokuLineBreakRules",XML_useAltKinsokuLineBreakRules},
+ {"sldMasterId",XML_sldMasterId},
+ {"ScriptLanguage",XML_ScriptLanguage},
+ {"sSubSupPr",XML_sSubSupPr},
{"webPublishing",XML_webPublishing},
- {"stdDevPSubtotal",XML_stdDevPSubtotal},
- {"flowChartOfflineStorage",XML_flowChartOfflineStorage},
- {"SpecialEffect",XML_SpecialEffect},
+ {"drawingGridVerticalOrigin",XML_drawingGridVerticalOrigin},
+ {"tblPrEx",XML_tblPrEx},
+ {"hArH",XML_hArH},
+ {"5ArrowsGray",XML_5ArrowsGray},
+ {"abstractNumId",XML_abstractNumId},
+ {"firstAndLastLine",XML_firstAndLastLine},
+ {"eaLnBrk",XML_eaLnBrk},
+ {"basicThinLines",XML_basicThinLines},
+ {"sizeRelV",XML_sizeRelV},
+ {"pixelsPerInch",XML_pixelsPerInch},
+ {"custQuickParts",XML_custQuickParts},
+ {"NameList",XML_NameList},
+ {"PatentNumber",XML_PatentNumber},
+ {"subFontBySize",XML_subFontBySize},
+ {"pivotArea",XML_pivotArea},
+ {"secChAlign",XML_secChAlign},
+ {"DayAccessed",XML_DayAccessed},
+ {"textDeflateBottom",XML_textDeflateBottom},
{"pyraAcctTxNode",XML_pyraAcctTxNode},
- {"xmlColumnPr",XML_xmlColumnPr},
- {"CaseNumber",XML_CaseNumber},
- {"greaterThanOrEqual",XML_greaterThanOrEqual},
- {"schemaLibrary",XML_schemaLibrary},
- {"spaceForUL",XML_spaceForUL},
- {"dateNewerThanOrEqual",XML_dateNewerThanOrEqual},
- {"legacyFlat3",XML_legacyFlat3},
- {"YDM",XML_YDM},
- {"MoveWithCells",XML_MoveWithCells},
- {"tblCellMar",XML_tblCellMar},
- {"gregorianMeFrench",XML_gregorianMeFrench},
- {"layoutTableRowsApart",XML_layoutTableRowsApart},
- {"flipV",XML_flipV},
- {"legacyFlat1",XML_legacyFlat1},
- {"legacyPerspectiveTopLeft",XML_legacyPerspectiveTopLeft},
- {"savePreviewPicture",XML_savePreviewPicture},
- {"txAnchorVert",XML_txAnchorVert},
- {"fieldMapData",XML_fieldMapData},
- {"lastRenderedPageBreak",XML_lastRenderedPageBreak},
- {"maxRId",XML_maxRId},
+ {"showAsCaption",XML_showAsCaption},
+ {"flowChartOnlineStorage",XML_flowChartOnlineStorage},
+ {"hindiAlpha1Period",XML_hindiAlpha1Period},
+ {"positionH",XML_positionH},
{"smileyFace",XML_smileyFace},
- {"textDeflateTop",XML_textDeflateTop},
- {"fitToPage",XML_fitToPage},
- {"DropStyle",XML_DropStyle},
- {"maxLength",XML_maxLength},
+ {"presStyleLbl",XML_presStyleLbl},
+ {"hideGrammaticalErrors",XML_hideGrammaticalErrors},
{"Disabled",XML_Disabled},
- {"moveToRangeEnd",XML_moveToRangeEnd},
- {"custQuickParts",XML_custQuickParts},
- {"dkHorz",XML_dkHorz},
- {"pyraAcctTxMar",XML_pyraAcctTxMar},
- {"useAutoFormatting",XML_useAutoFormatting},
- {"userA",XML_userA},
- {"textOutline",XML_textOutline},
- {"sourceFile",XML_sourceFile},
- {"DayAccessed",XML_DayAccessed},
- {"sldLayoutId",XML_sldLayoutId},
- {"RectA",XML_RectA},
- {"band2V",XML_band2V},
- {"FmlaLink",XML_FmlaLink},
- {"4RedToBlack",XML_4RedToBlack},
- {"txFillClrLst",XML_txFillClrLst},
+ {"lnB",XML_lnB},
+ {"resizeHandles",XML_resizeHandles},
+ {"sdtEndContent",XML_sdtEndContent},
+ {"ENTITY",XML_ENTITY},
{"bookFoldRevPrinting",XML_bookFoldRevPrinting},
- {"defUIPriority",XML_defUIPriority},
- {"cSldViewPr",XML_cSldViewPr},
- {"useXSLTWhenSaving",XML_useXSLTWhenSaving},
+ {"quadBezTo",XML_quadBezTo},
+ {"DropButtonStyle",XML_DropButtonStyle},
+ {"secondPieSize",XML_secondPieSize},
+ {"blackTextOnWhite",XML_blackTextOnWhite},
+ {"pageFieldLabels",XML_pageFieldLabels},
+ {"advTm",XML_advTm},
+ {"3ArrowsGray",XML_3ArrowsGray},
+ {"countBy",XML_countBy},
+ {"ID",XML_ID},
+ {"saveFormsData",XML_saveFormsData},
+ {"dashDotHeavy",XML_dashDotHeavy},
+ {"majorEastAsia",XML_majorEastAsia},
+ {"pivotHierarchies",XML_pivotHierarchies},
+ {"drawingGridVerticalSpacing",XML_drawingGridVerticalSpacing},
+ {"pageBreakBefore",XML_pageBreakBefore},
+ {"extCalcPr",XML_extCalcPr},
+ {"mediaAndTx",XML_mediaAndTx},
+ {"nodeVertAlign",XML_nodeVertAlign},
+ {"userV",XML_userV},
+ {"evenHBand",XML_evenHBand},
+ {"clipArtAndVertTx",XML_clipArtAndVertTx},
+ {"showDataAs",XML_showDataAs},
+ {"readOnly",XML_readOnly},
+ {"effectClrLst",XML_effectClrLst},
+ {"lgDashDotDot",XML_lgDashDotDot},
+ {"saveInvalidXml",XML_saveInvalidXml},
+ {"relSizeAnchor",XML_relSizeAnchor},
+ {"buAutoNum",XML_buAutoNum},
+ {"rubyAlign",XML_rubyAlign},
+ {"band1Horz",XML_band1Horz},
+ {"pyraAcctTxMar",XML_pyraAcctTxMar},
+ {"lnBlToTr",XML_lnBlToTr},
+ {"multiLvlStrRef",XML_multiLvlStrRef},
+ {"legacyFlat2",XML_legacyFlat2},
+ {"URI",XML_URI},
+ {"NextEnabled",XML_NextEnabled},
+ {"DocSecurity",XML_DocSecurity},
+ {"notEqual",XML_notEqual},
+ {"listDataValidation",XML_listDataValidation},
{"disableFieldList",XML_disableFieldList},
- {"noResizeAllowed",XML_noResizeAllowed},
- {"txAnchorVertCh",XML_txAnchorVertCh},
- {"lessThanOrEqual",XML_lessThanOrEqual},
- {"textAlignment",XML_textAlignment},
- {"maximized",XML_maximized},
- {"wArH",XML_wArH},
- {"textArchUpPour",XML_textArchUpPour},
- {"showRowHeaders",XML_showRowHeaders},
- {"textArchUp",XML_textArchUp},
- {"doNotVertAlignCellWithSp",XML_doNotVertAlignCellWithSp},
- {"ScriptText",XML_ScriptText},
- {"moveFromRangeStart",XML_moveFromRangeStart},
- {"noExtraLineSpacing",XML_noExtraLineSpacing},
- {"adjustLineHeightInTable",XML_adjustLineHeightInTable},
- {"basicWideOutline",XML_basicWideOutline},
- {"noMultiLvlLbl",XML_noMultiLvlLbl},
- {"MYD",XML_MYD},
- {"revisionView",XML_revisionView},
- {"userI",XML_userI},
- {"sldMasterView",XML_sldMasterView},
- {"txAnchorHorzCh",XML_txAnchorHorzCh},
- {"clipArtAndTx",XML_clipArtAndTx},
- {"textFadeRight",XML_textFadeRight},
- {"moveFromRangeEnd",XML_moveFromRangeEnd},
- {"nextAc",XML_nextAc},
- {"showGridLines",XML_showGridLines},
- {"txBlDir",XML_txBlDir},
- {"pushPinNote1",XML_pushPinNote1},
- {"solutionID",XML_solutionID},
- {"sourceFileName",XML_sourceFileName},
- {"flowChartMagneticDisk",XML_flowChartMagneticDisk},
- {"ProgID",XML_ProgID},
- {"FmlaMacro",XML_FmlaMacro},
- {"itemID",XML_itemID},
- {"FmlaRange",XML_FmlaRange},
- {"tblStyleColBandSize",XML_tblStyleColBandSize},
- {"fourObj",XML_fourObj},
{"ArticleInAPeriodical",XML_ArticleInAPeriodical},
- {"textChevronInverted",XML_textChevronInverted},
- {"sheetIdMap",XML_sheetIdMap},
- {"hexBinary",XML_hexBinary},
- {"flowChartOffpageConnector",XML_flowChartOffpageConnector},
- {"DMY",XML_DMY},
- {"NoThreeD",XML_NoThreeD},
- {"invalidUrl",XML_invalidUrl},
- {"band1V",XML_band1V},
- {"pasteNumberFormats",XML_pasteNumberFormats},
- {"rosyBrown",XML_rosyBrown},
- {"countA",XML_countA},
- {"arabicParenBoth",XML_arabicParenBoth},
- {"displayFolder",XML_displayFolder},
- {"nextQuarter",XML_nextQuarter},
- {"pyraAcctRatio",XML_pyraAcctRatio},
- {"YMD",XML_YMD},
- {"notesMasterIdLst",XML_notesMasterIdLst},
- {"refForName",XML_refForName},
- {"firstPageNumber",XML_firstPageNumber},
- {"legacyPerspectiveTopRight",XML_legacyPerspectiveTopRight},
- {"bkPtFixedVal",XML_bkPtFixedVal},
- {"resizeHandles",XML_resizeHandles},
- {"notesMasterId",XML_notesMasterId},
- {"pyraLvlNode",XML_pyraLvlNode},
- {"JustLastX",XML_JustLastX},
- {"displayName",XML_displayName},
- {"workbookViewId",XML_workbookViewId},
- {"thaiNumPeriod",XML_thaiNumPeriod},
- {"webPublishItem",XML_webPublishItem},
+ {"pctPosHOffset",XML_pctPosHOffset},
+ {"tblStyleLst",XML_tblStyleLst},
+ {"lastRenderedPageBreak",XML_lastRenderedPageBreak},
{"saveSmartTagsAsXml",XML_saveSmartTagsAsXml},
- {"maxSheetId",XML_maxSheetId},
- {"bevelB",XML_bevelB},
- {"pyraAcctBkgdNode",XML_pyraAcctBkgdNode},
- {"ListStyle",XML_ListStyle},
- {"grayOutline",XML_grayOutline},
- {"ObjectType",XML_ObjectType},
- {"normalizeH",XML_normalizeH},
- {"leftRightUpArrow",XML_leftRightUpArrow},
- {"numIdMacAtCleanup",XML_numIdMacAtCleanup},
- {"decimalFullWidth2",XML_decimalFullWidth2},
- {"doNotUseHTMLParagraphAutoSpacing",XML_doNotUseHTMLParagraphAutoSpacing},
+ {"pasteDataValidation",XML_pasteDataValidation},
+ {"legacyPerspectiveTopRight",XML_legacyPerspectiveTopRight},
{"evenVBand",XML_evenVBand},
- {"cubicBezTo",XML_cubicBezTo},
+ {"naryLim",XML_naryLim},
+ {"lastRowLastColumn",XML_lastRowLastColumn},
+ {"positionV",XML_positionV},
+ {"custDataLst",XML_custDataLst},
+ {"rosyBrown",XML_rosyBrown},
+ {"doNotUseIndentAsNumberingTabStop",XML_doNotUseIndentAsNumberingTabStop},
{"readModeInkLockDown",XML_readModeInkLockDown},
- {"showHorzBorder",XML_showHorzBorder},
- {"workbookView",XML_workbookView},
+ {"pushPinNote1",XML_pushPinNote1},
+ {"romanLcPeriod",XML_romanLcPeriod},
{"xfDxf",XML_xfDxf},
- {"zeroValues",XML_zeroValues},
- {"flowChartMagneticDrum",XML_flowChartMagneticDrum},
- {"decimalFullWidth",XML_decimalFullWidth},
- {"lrTbV",XML_lrTbV},
- {"showOutlineIcons",XML_showOutlineIcons},
- {"invertIfNegative",XML_invertIfNegative},
+ {"cNvPr",XML_cNvPr},
+ {"numStyleLink",XML_numStyleLink},
+ {"tickLblSkip",XML_tickLblSkip},
+ {"invGamma",XML_invGamma},
+ {"xAlign",XML_xAlign},
+ {"sldMasterView",XML_sldMasterView},
+ {"noChangeAspect",XML_noChangeAspect},
+ {"wpJustification",XML_wpJustification},
+ {"windowFrame",XML_windowFrame},
+ {"xmlColumnPr",XML_xmlColumnPr},
+ {"webPublishItem",XML_webPublishItem},
+ {"txBlDir",XML_txBlDir},
+ {"useAutoFormatting",XML_useAutoFormatting},
{"basicBlackDots",XML_basicBlackDots},
- {"optimizeMemory",XML_optimizeMemory},
- {"MapOCX",XML_MapOCX},
- {"SelType",XML_SelType},
- {"lastLineOnly",XML_lastLineOnly},
+ {"stdDevPSubtotal",XML_stdDevPSubtotal},
+ {"firstRowLastColumn",XML_firstRowLastColumn},
+ {"withGroup",XML_withGroup},
+ {"noChangeArrowheads",XML_noChangeArrowheads},
{"upDownArrowCallout",XML_upDownArrowCallout},
- {"dataOnly",XML_dataOnly},
- {"oMathParaPr",XML_oMathParaPr},
- {"mdxMetadata",XML_mdxMetadata},
- {"DocumentFromInternetSite",XML_DocumentFromInternetSite},
- {"dashDotHeavy",XML_dashDotHeavy},
- {"relyOnVml",XML_relyOnVml},
- {"txAndClipArt",XML_txAndClipArt},
- {"sizeRelV",XML_sizeRelV},
- {"sdtEndPr",XML_sdtEndPr},
- {"TakeFocusOnClick",XML_TakeFocusOnClick},
- {"DataBinding",XML_DataBinding},
- {"embedBoldItalic",XML_embedBoldItalic},
- {"textCanUp",XML_textCanUp},
- {"txAndObj",XML_txAndObj},
- {"txBox",XML_txBox},
- {"depthByNode",XML_depthByNode},
- {"rAngAx",XML_rAngAx},
- {"nvCxnSpPr",XML_nvCxnSpPr},
- {"textNoShape",XML_textNoShape},
- {"userQ",XML_userQ},
- {"advTm",XML_advTm},
+ {"moveFromRangeStart",XML_moveFromRangeStart},
+ {"extrusionH",XML_extrusionH},
+ {"flowChartOfflineStorage",XML_flowChartOfflineStorage},
+ {"band2Horz",XML_band2Horz},
+ {"doNotVertAlignCellWithSp",XML_doNotVertAlignCellWithSp},
+ {"pivotHierarchy",XML_pivotHierarchy},
+ {"bkPtFixedVal",XML_bkPtFixedVal},
+ {"storeItemID",XML_storeItemID},
+ {"doNotOrganizeInFolder",XML_doNotOrganizeInFolder},
+ {"textInflateBottom",XML_textInflateBottom},
+ {"moveFromRangeEnd",XML_moveFromRangeEnd},
+ {"JournalArticle",XML_JournalArticle},
+ {"distL",XML_distL},
+ {"alphaLcPeriod",XML_alphaLcPeriod},
+ {"pyraAcctRatio",XML_pyraAcctRatio},
+ {"numIdMacAtCleanup",XML_numIdMacAtCleanup},
{"basicBlackDashes",XML_basicBlackDashes},
+ {"externalLink",XML_externalLink},
+ {"basicWideOutline",XML_basicWideOutline},
+ {"sourceFile",XML_sourceFile},
+ {"romanLcParenBoth",XML_romanLcParenBoth},
+ {"txBox",XML_txBox},
+ {"embedBoldItalic",XML_embedBoldItalic},
+ {"DropStyle",XML_DropStyle},
+ {"alignTablesRowByRow",XML_alignTablesRowByRow},
+ {"SoundRecording",XML_SoundRecording},
+ {"lessThanOrEqual",XML_lessThanOrEqual},
+ {"DropLines",XML_DropLines},
+ {"SelectionNamespaces",XML_SelectionNamespaces},
+ {"ObjectType",XML_ObjectType},
+ {"countASubtotal",XML_countASubtotal},
+ {"tblStyleColBandSize",XML_tblStyleColBandSize},
+ {"tbRlV",XML_tbRlV},
+ {"cubicBezTo",XML_cubicBezTo},
+ {"moveToRangeEnd",XML_moveToRangeEnd},
+ {"FmlaTxbx",XML_FmlaTxbx},
+ {"basicBlackSquares",XML_basicBlackSquares},
+ {"greaterThanOrEqual",XML_greaterThanOrEqual},
+ {"textHAlign",XML_textHAlign},
+ {"webPublishObject",XML_webPublishObject},
+ {"webPublishObjects",XML_webPublishObjects},
+ {"NoThreeD",XML_NoThreeD},
+ {"sourceFileName",XML_sourceFileName},
+ {"userL",XML_userL},
+ {"FileBindingName",XML_FileBindingName},
+ {"FmlaLink",XML_FmlaLink},
+ {"showOutlineIcons",XML_showOutlineIcons},
+ {"curvedUpArrow",XML_curvedUpArrow},
+ {"arabicParenBoth",XML_arabicParenBoth},
+ {"flowChartOffpageConnector",XML_flowChartOffpageConnector},
+ {"wdDnDiag",XML_wdDnDiag},
+ {"alphaLcParenBoth",XML_alphaLcParenBoth},
+ {"noResizeAllowed",XML_noResizeAllowed},
+ {"decimalFullWidth",XML_decimalFullWidth},
+ {"nvGrpSpPr",XML_nvGrpSpPr},
+ {"textVAlign",XML_textVAlign},
{"objOverTx",XML_objOverTx},
+ {"pushPinNote2",XML_pushPinNote2},
+ {"noBreakHyphen",XML_noBreakHyphen},
+ {"presStyleIdx",XML_presStyleIdx},
+ {"displayFolder",XML_displayFolder},
+ {"B4JIS",XML_B4JIS},
+ {"invGray",XML_invGray},
+ {"whenNotActive",XML_whenNotActive},
{"custPgNum",XML_custPgNum},
- {"thaiNumParenBoth",XML_thaiNumParenBoth},
- {"autoSpaceDN",XML_autoSpaceDN},
+ {"useXSLTWhenSaving",XML_useXSLTWhenSaving},
+ {"ObjectID",XML_ObjectID},
+ {"grayOutline",XML_grayOutline},
+ {"B5JIS",XML_B5JIS},
{"eastAsiaTheme",XML_eastAsiaTheme},
- {"textArchDownPour",XML_textArchDownPour},
- {"autoNoTable",XML_autoNoTable},
+ {"stBulletLvl",XML_stBulletLvl},
+ {"styleLockQFSet",XML_styleLockQFSet},
+ {"hiLowLines",XML_hiLowLines},
+ {"clipArtAndTx",XML_clipArtAndTx},
+ {"dataExtractLoad",XML_dataExtractLoad},
+ {"ExcelA1",XML_ExcelA1},
+ {"legacyPerspectiveTopLeft",XML_legacyPerspectiveTopLeft},
+ {"cNvSpPr",XML_cNvSpPr},
+ {"fourObj",XML_fourObj},
+ {"secFontSz",XML_secFontSz},
+ {"ListItem",XML_ListItem},
+ {"userQ",XML_userQ},
+ {"DocumentFromInternetSite",XML_DocumentFromInternetSite},
{"romanUcParenR",XML_romanUcParenR},
+ {"doNotUseLongFileNames",XML_doNotUseLongFileNames},
+ {"pyraAcctBkgdNode",XML_pyraAcctBkgdNode},
+ {"bevelB",XML_bevelB},
+ {"ListStyle",XML_ListStyle},
{"doNotSnapToGridInCell",XML_doNotSnapToGridInCell},
- {"textArchDown",XML_textArchDown},
- {"alphaUcParenR",XML_alphaUcParenR},
+ {"circleNumWdWhitePlain",XML_circleNumWdWhitePlain},
+ {"wavy",XML_wavy},
+ {"alwaysMergeEmptyNamespace",XML_alwaysMergeEmptyNamespace},
+ {"userA",XML_userA},
+ {"FontPitchAndFamily",XML_FontPitchAndFamily},
+ {"displayName",XML_displayName},
+ {"useLongFilenames",XML_useLongFilenames},
+ {"dashLongHeavy",XML_dashLongHeavy},
+ {"leftRightUpArrow",XML_leftRightUpArrow},
+ {"ListRows",XML_ListRows},
+ {"relyOnVml",XML_relyOnVml},
+ {"DataBinding",XML_DataBinding},
+ {"ShowDropButtonWhen",XML_ShowDropButtonWhen},
+ {"firstLineOnly",XML_firstLineOnly},
+ {"noTabHangInd",XML_noTabHangInd},
+ {"twoObjOverTx",XML_twoObjOverTx},
+ {"circleNumDbPlain",XML_circleNumDbPlain},
+ {"txAnchorHorzCh",XML_txAnchorHorzCh},
+ {"dataOnly",XML_dataOnly},
{"sizeRelH",XML_sizeRelH},
- {"doNotUseLongFileNames",XML_doNotUseLongFileNames},
- {"zoomScalePageLayoutView",XML_zoomScalePageLayoutView},
- {"textAndBackground",XML_textAndBackground},
- {"noBreakHyphen",XML_noBreakHyphen},
- {"negativeBarColorSameAsPositive",XML_negativeBarColorSameAsPositive},
- {"basicBlackSquares",XML_basicBlackSquares},
- {"DDE",XML_DDE},
- {"webPublishObject",XML_webPublishObject},
- {"webPublishObjects",XML_webPublishObjects},
- {"forceAA",XML_forceAA},
- {"SoundRecording",XML_SoundRecording},
- {"curvedUpArrow",XML_curvedUpArrow},
- {"coneToMax",XML_coneToMax},
+ {"DYM",XML_DYM},
+ {"txAndObj",XML_txAndObj},
+ {"txAndClipArt",XML_txAndClipArt},
+ {"txFillClrLst",XML_txFillClrLst},
{"wavAudioFile",XML_wavAudioFile},
+ {"cNvCnPr",XML_cNvCnPr},
+ {"styleDefHdrLst",XML_styleDefHdrLst},
+ {"sdtEndPr",XML_sdtEndPr},
+ {"DDE",XML_DDE},
+ {"FmlaGroup",XML_FmlaGroup},
+ {"anyURI",XML_anyURI},
+ {"alphaUcParenR",XML_alphaUcParenR},
+ {"wArH",XML_wArH},
+ {"displayHorizontalDrawingGridEvery",XML_displayHorizontalDrawingGridEvery},
+ {"dateGroupItem",XML_dateGroupItem},
{"tblPrExChange",XML_tblPrExChange},
- {"textInflateTop",XML_textInflateTop},
- {"tickLblPos",XML_tickLblPos},
- {"invGamma",XML_invGamma},
- {"nodeHorzAlign",XML_nodeHorzAlign},
- {"ListRows",XML_ListRows},
- {"circleNumDbPlain",XML_circleNumDbPlain},
- {"ListItem",XML_ListItem},
- {"circleNumWdWhitePlain",XML_circleNumWdWhitePlain},
- {"pyramidToMax",XML_pyramidToMax},
- {"listDataValidation",XML_listDataValidation},
- {"wdDnDiag",XML_wdDnDiag},
- {"pasteDataValidation",XML_pasteDataValidation},
- {"alignTablesRowByRow",XML_alignTablesRowByRow},
- {"JournalArticle",XML_JournalArticle},
- {"notesMasterView",XML_notesMasterView},
- {"ExcelR1C1",XML_ExcelR1C1},
- {"crazyMaze",XML_crazyMaze},
- {"ObjectID",XML_ObjectID},
- {"wordArtVertRtl",XML_wordArtVertRtl},
- {"pctPosHOffset",XML_pctPosHOffset},
- {"StandardNumber",XML_StandardNumber},
- {"showXMLTags",XML_showXMLTags},
+ {"cNvGraphicFramePr",XML_cNvGraphicFramePr},
+ {"ea1JpnKorPeriod",XML_ea1JpnKorPeriod},
+ {"TextHAlign",XML_TextHAlign},
+ {"sldLayoutIdLst",XML_sldLayoutIdLst},
+ {"decimalFullWidth2",XML_decimalFullWidth2},
+ {"justifyLastLine",XML_justifyLastLine},
+ {"ea1JpnKorPlain",XML_ea1JpnKorPlain},
+ {"TextVAlign",XML_TextVAlign},
+ {"EMD",XML_EMD},
+ {"thaiAlphaParenR",XML_thaiAlphaParenR},
+ {"RectA",XML_RectA},
+ {"lnSpAfChP",XML_lnSpAfChP},
+ {"xmlDataType",XML_xmlDataType},
{"DefaultSize",XML_DefaultSize},
- {"DrawAspect",XML_DrawAspect},
+ {"showGridLines",XML_showGridLines},
+ {"rAngAx",XML_rAngAx},
{"optimizeForBrowser",XML_optimizeForBrowser},
- {"zOrderOff",XML_zOrderOff},
- {"FontPitchAndFamily",XML_FontPitchAndFamily},
- {"wavy",XML_wavy},
- {"invGray",XML_invGray},
- {"shapeLayoutLikeWW8",XML_shapeLayoutLikeWW8},
- {"saveInvalidXml",XML_saveInvalidXml},
- {"userO",XML_userO},
- {"ScriptLocation",XML_ScriptLocation},
- {"dashHorz",XML_dashHorz},
+ {"TakeFocusOnClick",XML_TakeFocusOnClick},
{"absSizeAnchor",XML_absSizeAnchor},
- {"fixedVal",XML_fixedVal},
- {"URL",XML_URL},
- {"eastAsianLayout",XML_eastAsianLayout},
- {"ea1JpnChsDbPeriod",XML_ea1JpnChsDbPeriod},
- {"convMailMergeEsc",XML_convMailMergeEsc},
- {"readOnlyRecommended",XML_readOnlyRecommended},
- {"storeItemID",XML_storeItemID},
- {"thaiAlphaParenR",XML_thaiAlphaParenR},
- {"xmlDataType",XML_xmlDataType},
- {"userN",XML_userN},
- {"justifyLastLine",XML_justifyLastLine},
- {"userV",XML_userV},
- {"StyleName",XML_StyleName},
- {"hindiNumParenR",XML_hindiNumParenR},
- {"zoomToFit",XML_zoomToFit},
- {"dateGroupItem",XML_dateGroupItem},
- {"presStyleIdx",XML_presStyleIdx},
- {"darkGray",XML_darkGray},
- {"romanLcParenR",XML_romanLcParenR},
- {"displayHorizontalDrawingGridEvery",XML_displayHorizontalDrawingGridEvery},
- {"alphaLcParenR",XML_alphaLcParenR},
- {"ShowDropButtonWhen",XML_ShowDropButtonWhen},
- {"positionV",XML_positionV},
- {"textRingInside",XML_textRingInside},
- {"sldMasterIdLst",XML_sldMasterIdLst},
- {"doNotUseIndentAsNumberingTabStop",XML_doNotUseIndentAsNumberingTabStop},
- {"noTabHangInd",XML_noTabHangInd},
- {"FmlaGroup",XML_FmlaGroup},
- {"NA",XML_NA},
- {"txLinClrLst",XML_txLinClrLst},
- {"endOfListFormulaUpdate",XML_endOfListFormulaUpdate},
- {"tblStyleRowBandSize",XML_tblStyleRowBandSize},
- {"lastRowLastColumn",XML_lastRowLastColumn},
- {"valueGreaterThanOrEqual",XML_valueGreaterThanOrEqual},
- {"DisplayStyle",XML_DisplayStyle},
- {"zanyTriangles",XML_zanyTriangles},
+ {"perspectiveAboveLeftFacing",XML_perspectiveAboveLeftFacing},
+ {"negativeBarColorSameAsPositive",XML_negativeBarColorSameAsPositive},
{"presAssocID",XML_presAssocID},
+ {"showHorzBorder",XML_showHorzBorder},
{"uLnTx",XML_uLnTx},
- {"textDeflateInflate",XML_textDeflateInflate},
- {"textDeflateInflateDeflate",XML_textDeflateInflateDeflate},
- {"ScriptLanguage",XML_ScriptLanguage},
- {"textHAlign",XML_textHAlign},
- {"abstractNumId",XML_abstractNumId},
- {"cNvPr",XML_cNvPr},
- {"MaxLength",XML_MaxLength},
- {"xmlCellPr",XML_xmlCellPr},
- {"oldFunctionGroupId",XML_oldFunctionGroupId},
- {"whenNotActive",XML_whenNotActive},
- {"strictFirstAndLastChars",XML_strictFirstAndLastChars},
- {"FmlaTxbx",XML_FmlaTxbx},
- {"txAnchorHorz",XML_txAnchorHorz},
- {"LockedField",XML_LockedField},
- {"selectFldWithFirstOrLastChar",XML_selectFldWithFirstOrLastChar},
- {"ENTITY",XML_ENTITY},
+ {"darkGray",XML_darkGray},
+ {"wordArtVertRtl",XML_wordArtVertRtl},
+ {"thaiNumParenR",XML_thaiNumParenR},
+ {"countA",XML_countA},
+ {"custPgNumMargins",XML_custPgNumMargins},
+ {"refForName",XML_refForName},
+ {"SchemaID",XML_SchemaID},
+ {"HTMLInset",XML_HTMLInset},
+ {"pyraLvlNode",XML_pyraLvlNode},
+ {"tblStyleRowBandSize",XML_tblStyleRowBandSize},
{"dashSmallGap",XML_dashSmallGap},
- {"NextEnabled",XML_NextEnabled},
- {"FileBindingName",XML_FileBindingName},
{"saveExternalLinkValues",XML_saveExternalLinkValues},
- {"objAndTwoObj",XML_objAndTwoObj},
- {"LinksUpToDate",XML_LinksUpToDate},
- {"LineA",XML_LineA},
- {"textRingOutside",XML_textRingOutside},
- {"twoObjOverTx",XML_twoObjOverTx},
+ {"tickLblPos",XML_tickLblPos},
+ {"ExcelR1C1",XML_ExcelR1C1},
{"SourceType",XML_SourceType},
- {"EMD",XML_EMD},
- {"lnSpAfChP",XML_lnSpAfChP},
- {"sldLayoutIdLst",XML_sldLayoutIdLst},
- {"tbRlV",XML_tbRlV},
- {"cNvCnPr",XML_cNvCnPr},
- {"zoomScaleNormal",XML_zoomScaleNormal},
- {"circleNumWdBlackPlain",XML_circleNumWdBlackPlain},
- {"custPgNumT",XML_custPgNumT},
- {"doNotVertAlignInTxbx",XML_doNotVertAlignInTxbx},
- {"useFELayout",XML_useFELayout},
- {"useLongFilenames",XML_useLongFilenames},
- {"twoObjAndTx",XML_twoObjAndTx},
- {"doNotRelyOnCSS",XML_doNotRelyOnCSS},
+ {"depthByNode",XML_depthByNode},
+ {"DrawAspect",XML_DrawAspect},
+ {"DisplayStyle",XML_DisplayStyle},
+ {"URL",XML_URL},
+ {"readOnlyRecommended",XML_readOnlyRecommended},
+ {"lastLineOnly",XML_lastLineOnly},
{"JournalName",XML_JournalName},
- {"textDeflateBottom",XML_textDeflateBottom},
- {"custLinFactY",XML_custLinFactY},
- {"URI",XML_URI},
- {"cNvSpPr",XML_cNvSpPr},
+ {"ea1JpnChsDbPeriod",XML_ea1JpnChsDbPeriod},
+ {"dashHorz",XML_dashHorz},
{"ShapeID",XML_ShapeID},
- {"anyURI",XML_anyURI},
- {"SchemaID",XML_SchemaID},
+ {"doNotVertAlignInTxbx",XML_doNotVertAlignInTxbx},
+ {"custLinFactY",XML_custLinFactY},
+ {"nvCxnSpPr",XML_nvCxnSpPr},
+ {"normalizeH",XML_normalizeH},
+ {"userO",XML_userO},
+ {"custPgNumT",XML_custPgNumT},
{"lastRowFirstColumn",XML_lastRowFirstColumn},
- {"TextHAlign",XML_TextHAlign},
+ {"forceAA",XML_forceAA},
+ {"strikeBLTR",XML_strikeBLTR},
+ {"twoObjAndTx",XML_twoObjAndTx},
+ {"objAndTwoObj",XML_objAndTwoObj},
+ {"strictFirstAndLastChars",XML_strictFirstAndLastChars},
+ {"arabicParenR",XML_arabicParenR},
+ {"valueGreaterThanOrEqual",XML_valueGreaterThanOrEqual},
+ {"romanLcParenR",XML_romanLcParenR},
+ {"xmlCellPr",XML_xmlCellPr},
+ {"eastAsianLayout",XML_eastAsianLayout},
+ {"nodeHorzAlign",XML_nodeHorzAlign},
+ {"txLinClrLst",XML_txLinClrLst},
{"custLinFactX",XML_custLinFactX},
- {"whiteTextOnBlack",XML_whiteTextOnBlack},
- {"DataBindingLoadMode",XML_DataBindingLoadMode},
- {"userG",XML_userG},
- {"custPgNumMargins",XML_custPgNumMargins},
- {"DYM",XML_DYM},
- {"SelectionNamespaces",XML_SelectionNamespaces},
+ {"spaceForUL",XML_spaceForUL},
+ {"circleNumWdBlackPlain",XML_circleNumWdBlackPlain},
+ {"oldFunctionGroupId",XML_oldFunctionGroupId},
+ {"LockedField",XML_LockedField},
+ {"alphaLcParenR",XML_alphaLcParenR},
+ {"doNotRelyOnCSS",XML_doNotRelyOnCSS},
{"inByRing",XML_inByRing},
- {"pixelsPerInch",XML_pixelsPerInch},
+ {"sldMasterIdLst",XML_sldMasterIdLst},
+ {"doNotUseHTMLParagraphAutoSpacing",XML_doNotUseHTMLParagraphAutoSpacing},
+ {"tbLrV",XML_tbLrV},
+ {"userG",XML_userG},
+ {"txAnchorHorz",XML_txAnchorHorz},
+ {"LinksUpToDate",XML_LinksUpToDate},
+ {"NA",XML_NA},
+ {"selectFldWithFirstOrLastChar",XML_selectFldWithFirstOrLastChar},
{"txAndTwoObj",XML_txAndTwoObj},
- {"arabicParenR",XML_arabicParenR},
- {"OLEObject",XML_OLEObject},
- {"thaiNumParenR",XML_thaiNumParenR},
- {"showInFieldList",XML_showInFieldList},
- {"zoomScaleSheetLayoutView",XML_zoomScaleSheetLayoutView},
- {"textInflateBottom",XML_textInflateBottom},
- {"alwaysMergeEmptyNamespace",XML_alwaysMergeEmptyNamespace},
- {"cNvGraphicFramePr",XML_cNvGraphicFramePr},
- {"saveXmlDataOnly",XML_saveXmlDataOnly},
- {"showDLblsOverMax",XML_showDLblsOverMax},
- {"HTMLInset",XML_HTMLInset},
- {"CalcA1ExcelA1",XML_CalcA1ExcelA1},
- {"textVAlign",XML_textVAlign},
+ {"DataBindingName",XML_DataBindingName},
+ {"cNvGrpSpPr",XML_cNvGrpSpPr},
{"wavyDouble",XML_wavyDouble},
- {"strikeBLTR",XML_strikeBLTR},
{"HTMLOutset",XML_HTMLOutset},
- {"DataBindingName",XML_DataBindingName},
+ {"shapeLayoutLikeWW8",XML_shapeLayoutLikeWW8},
+ {"OLEObject",XML_OLEObject},
+ {"endOfListFormulaUpdate",XML_endOfListFormulaUpdate},
{"defTabSz",XML_defTabSz},
+ {"ShowImportExportValidationErrors",XML_ShowImportExportValidationErrors},
+ {"cNvCxnSpPr",XML_cNvCxnSpPr},
+ {"whiteTextOnBlack",XML_whiteTextOnBlack},
{"LCID",XML_LCID},
- {"tbLrV",XML_tbLrV},
{"lnSpAfParP",XML_lnSpAfParP},
- {"TextVAlign",XML_TextVAlign},
- {"IDREFS",XML_IDREFS},
- {"custPgNumB",XML_custPgNumB},
- {"twoObjAndObj",XML_twoObjAndObj},
- {"wavyDbl",XML_wavyDbl},
- {"wavyHeavy",XML_wavyHeavy},
- {"parTxLTRAlign",XML_parTxLTRAlign},
- {"allowPNG",XML_allowPNG},
- {"cNvCxnSpPr",XML_cNvCxnSpPr},
- {"shpTxLTRAlignCh",XML_shpTxLTRAlignCh},
- {"IDREF",XML_IDREF},
+ {"LineA",XML_LineA},
+ {"showInFieldList",XML_showInFieldList},
+ {"saveXmlDataOnly",XML_saveXmlDataOnly},
+ {"cNvPicPr",XML_cNvPicPr},
+ {"DataBindingLoadMode",XML_DataBindingLoadMode},
{"twoTxTwoObj",XML_twoTxTwoObj},
+ {"wavyDbl",XML_wavyDbl},
{"strikeTLBR",XML_strikeTLBR},
- {"cNvGrpSpPr",XML_cNvGrpSpPr},
- {"ShowImportExportValidationErrors",XML_ShowImportExportValidationErrors},
- {"cNvPicPr",XML_cNvPicPr},
- {"B4ISO",XML_B4ISO},
- {"B5ISO",XML_B5ISO},
+ {"showDLblsOverMax",XML_showDLblsOverMax},
+ {"CalcA1ExcelA1",XML_CalcA1ExcelA1},
+ {"useFELayout",XML_useFELayout},
+ {"wavyHeavy",XML_wavyHeavy},
{"custLinFactNeighborY",XML_custLinFactNeighborY},
+ {"custPgNumB",XML_custPgNumB},
+ {"twoObjAndObj",XML_twoObjAndObj},
{"custLinFactNeighborX",XML_custLinFactNeighborX},
{"ENTITIES",XML_ENTITIES},
+ {"parTxLTRAlign",XML_parTxLTRAlign},
+ {"shpTxLTRAlignCh",XML_shpTxLTRAlignCh},
+ {"IDREFS",XML_IDREFS},
{"parTxRTLAlign",XML_parTxRTLAlign},
{"shpTxRTLAlignCh",XML_shpTxRTLAlignCh},
+ {"allowPNG",XML_allowPNG},
+ {"B4ISO",XML_B4ISO},
+ {"B5ISO",XML_B5ISO},
+ {"IDREF",XML_IDREF},
{"relyOnVML",XML_relyOnVML},
{"NMTOKENS",XML_NMTOKENS},
- {"OLEUPDATE_ALWAYS",XML_OLEUPDATE_ALWAYS},
{"NMTOKEN",XML_NMTOKEN},
- {"OLEUPDATE_ONCALL",XML_OLEUPDATE_ONCALL},
{"NOTATION",XML_NOTATION},
+ {"OLEUPDATE_ALWAYS",XML_OLEUPDATE_ALWAYS},
+ {"OLEUPDATE_ONCALL",XML_OLEUPDATE_ONCALL},
{"DVASPECT_CONTENT",XML_DVASPECT_CONTENT},
{"DVASPECT_ICON",XML_DVASPECT_ICON}
};
@@ -6002,7 +6004,7 @@ Perfect_Hash::in_word_set (const char *str, size_t len)
{
const struct xmltoken *resword;
- if (key < 21833)
+ if (key < 20902)
{
switch (key - 22)
{
@@ -6024,16 +6026,16 @@ Perfect_Hash::in_word_set (const char *str, size_t len)
case 35:
resword = &wordlist[5];
goto compare;
- case 40:
+ case 37:
resword = &wordlist[6];
goto compare;
- case 44:
+ case 40:
resword = &wordlist[7];
goto compare;
- case 45:
+ case 44:
resword = &wordlist[8];
goto compare;
- case 47:
+ case 45:
resword = &wordlist[9];
goto compare;
case 49:
@@ -6096,34 +6098,34 @@ Perfect_Hash::in_word_set (const char *str, size_t len)
case 199:
resword = &wordlist[29];
goto compare;
- case 207:
+ case 200:
resword = &wordlist[30];
goto compare;
- case 208:
+ case 207:
resword = &wordlist[31];
goto compare;
- case 209:
+ case 208:
resword = &wordlist[32];
goto compare;
- case 215:
+ case 209:
resword = &wordlist[33];
goto compare;
- case 221:
+ case 210:
resword = &wordlist[34];
goto compare;
- case 226:
+ case 215:
resword = &wordlist[35];
goto compare;
- case 227:
+ case 221:
resword = &wordlist[36];
goto compare;
- case 230:
+ case 226:
resword = &wordlist[37];
goto compare;
- case 240:
+ case 227:
resword = &wordlist[38];
goto compare;
- case 247:
+ case 230:
resword = &wordlist[39];
goto compare;
case 255:
@@ -6183,12187 +6185,12187 @@ Perfect_Hash::in_word_set (const char *str, size_t len)
case 331:
resword = &wordlist[58];
goto compare;
- case 332:
+ case 335:
resword = &wordlist[59];
goto compare;
- case 335:
+ case 336:
resword = &wordlist[60];
goto compare;
- case 336:
+ case 338:
resword = &wordlist[61];
goto compare;
- case 338:
+ case 357:
resword = &wordlist[62];
goto compare;
- case 357:
+ case 371:
resword = &wordlist[63];
goto compare;
- case 369:
+ case 378:
resword = &wordlist[64];
goto compare;
- case 370:
+ case 380:
resword = &wordlist[65];
goto compare;
- case 371:
+ case 381:
resword = &wordlist[66];
goto compare;
- case 378:
+ case 382:
resword = &wordlist[67];
goto compare;
- case 380:
+ case 384:
resword = &wordlist[68];
goto compare;
- case 381:
+ case 388:
resword = &wordlist[69];
goto compare;
- case 382:
+ case 397:
resword = &wordlist[70];
goto compare;
- case 384:
+ case 407:
resword = &wordlist[71];
goto compare;
- case 388:
+ case 417:
resword = &wordlist[72];
goto compare;
- case 396:
+ case 422:
resword = &wordlist[73];
goto compare;
- case 397:
+ case 426:
resword = &wordlist[74];
goto compare;
- case 405:
+ case 442:
resword = &wordlist[75];
goto compare;
- case 407:
+ case 444:
resword = &wordlist[76];
goto compare;
- case 417:
+ case 448:
resword = &wordlist[77];
goto compare;
- case 422:
+ case 449:
resword = &wordlist[78];
goto compare;
- case 426:
+ case 458:
resword = &wordlist[79];
goto compare;
- case 427:
+ case 460:
resword = &wordlist[80];
goto compare;
- case 429:
+ case 462:
resword = &wordlist[81];
goto compare;
- case 442:
+ case 469:
resword = &wordlist[82];
goto compare;
- case 444:
+ case 470:
resword = &wordlist[83];
goto compare;
- case 448:
+ case 476:
resword = &wordlist[84];
goto compare;
- case 449:
+ case 486:
resword = &wordlist[85];
goto compare;
- case 455:
+ case 496:
resword = &wordlist[86];
goto compare;
- case 458:
+ case 501:
resword = &wordlist[87];
goto compare;
- case 460:
+ case 503:
resword = &wordlist[88];
goto compare;
- case 461:
+ case 525:
resword = &wordlist[89];
goto compare;
- case 462:
+ case 526:
resword = &wordlist[90];
goto compare;
- case 469:
+ case 535:
resword = &wordlist[91];
goto compare;
- case 476:
+ case 545:
resword = &wordlist[92];
goto compare;
- case 486:
+ case 548:
resword = &wordlist[93];
goto compare;
- case 488:
+ case 550:
resword = &wordlist[94];
goto compare;
- case 489:
+ case 551:
resword = &wordlist[95];
goto compare;
- case 490:
+ case 552:
resword = &wordlist[96];
goto compare;
- case 495:
+ case 559:
resword = &wordlist[97];
goto compare;
- case 501:
+ case 560:
resword = &wordlist[98];
goto compare;
- case 503:
+ case 572:
resword = &wordlist[99];
goto compare;
- case 514:
+ case 578:
resword = &wordlist[100];
goto compare;
- case 518:
+ case 580:
resword = &wordlist[101];
goto compare;
- case 521:
+ case 587:
resword = &wordlist[102];
goto compare;
- case 526:
+ case 588:
resword = &wordlist[103];
goto compare;
- case 535:
+ case 595:
resword = &wordlist[104];
goto compare;
- case 543:
+ case 600:
resword = &wordlist[105];
goto compare;
- case 550:
+ case 604:
resword = &wordlist[106];
goto compare;
- case 551:
+ case 607:
resword = &wordlist[107];
goto compare;
- case 556:
+ case 608:
resword = &wordlist[108];
goto compare;
- case 576:
+ case 614:
resword = &wordlist[109];
goto compare;
- case 578:
+ case 619:
resword = &wordlist[110];
goto compare;
- case 580:
+ case 620:
resword = &wordlist[111];
goto compare;
- case 587:
+ case 637:
resword = &wordlist[112];
goto compare;
- case 588:
+ case 639:
resword = &wordlist[113];
goto compare;
- case 591:
+ case 640:
resword = &wordlist[114];
goto compare;
- case 592:
+ case 645:
resword = &wordlist[115];
goto compare;
- case 594:
+ case 648:
resword = &wordlist[116];
goto compare;
- case 600:
+ case 656:
resword = &wordlist[117];
goto compare;
- case 601:
+ case 658:
resword = &wordlist[118];
goto compare;
- case 614:
+ case 659:
resword = &wordlist[119];
goto compare;
- case 616:
+ case 660:
resword = &wordlist[120];
goto compare;
- case 620:
+ case 666:
resword = &wordlist[121];
goto compare;
- case 625:
+ case 669:
resword = &wordlist[122];
goto compare;
- case 627:
+ case 674:
resword = &wordlist[123];
goto compare;
- case 631:
+ case 675:
resword = &wordlist[124];
goto compare;
- case 640:
+ case 678:
resword = &wordlist[125];
goto compare;
- case 650:
+ case 679:
resword = &wordlist[126];
goto compare;
- case 652:
+ case 683:
resword = &wordlist[127];
goto compare;
- case 655:
+ case 693:
resword = &wordlist[128];
goto compare;
- case 659:
+ case 697:
resword = &wordlist[129];
goto compare;
- case 666:
+ case 700:
resword = &wordlist[130];
goto compare;
- case 670:
+ case 701:
resword = &wordlist[131];
goto compare;
- case 671:
+ case 707:
resword = &wordlist[132];
goto compare;
- case 675:
+ case 708:
resword = &wordlist[133];
goto compare;
- case 682:
+ case 709:
resword = &wordlist[134];
goto compare;
- case 693:
+ case 711:
resword = &wordlist[135];
goto compare;
- case 697:
+ case 715:
resword = &wordlist[136];
goto compare;
- case 714:
+ case 725:
resword = &wordlist[137];
goto compare;
- case 715:
+ case 732:
resword = &wordlist[138];
goto compare;
- case 721:
+ case 733:
resword = &wordlist[139];
goto compare;
- case 738:
+ case 746:
resword = &wordlist[140];
goto compare;
- case 746:
+ case 753:
resword = &wordlist[141];
goto compare;
- case 753:
+ case 754:
resword = &wordlist[142];
goto compare;
- case 754:
+ case 756:
resword = &wordlist[143];
goto compare;
- case 756:
+ case 757:
resword = &wordlist[144];
goto compare;
case 758:
resword = &wordlist[145];
goto compare;
- case 761:
+ case 763:
resword = &wordlist[146];
goto compare;
- case 771:
+ case 765:
resword = &wordlist[147];
goto compare;
- case 774:
+ case 766:
resword = &wordlist[148];
goto compare;
- case 775:
+ case 768:
resword = &wordlist[149];
goto compare;
- case 795:
+ case 769:
resword = &wordlist[150];
goto compare;
- case 804:
+ case 782:
resword = &wordlist[151];
goto compare;
- case 805:
+ case 784:
resword = &wordlist[152];
goto compare;
- case 806:
+ case 785:
resword = &wordlist[153];
goto compare;
- case 809:
+ case 786:
resword = &wordlist[154];
goto compare;
- case 810:
+ case 791:
resword = &wordlist[155];
goto compare;
- case 815:
+ case 801:
resword = &wordlist[156];
goto compare;
- case 817:
+ case 804:
resword = &wordlist[157];
goto compare;
- case 826:
+ case 812:
resword = &wordlist[158];
goto compare;
- case 841:
+ case 815:
resword = &wordlist[159];
goto compare;
- case 842:
+ case 817:
resword = &wordlist[160];
goto compare;
- case 851:
+ case 819:
resword = &wordlist[161];
goto compare;
- case 852:
+ case 824:
resword = &wordlist[162];
goto compare;
- case 855:
+ case 826:
resword = &wordlist[163];
goto compare;
- case 856:
+ case 842:
resword = &wordlist[164];
goto compare;
- case 862:
+ case 845:
resword = &wordlist[165];
goto compare;
- case 866:
+ case 851:
resword = &wordlist[166];
goto compare;
- case 871:
+ case 862:
resword = &wordlist[167];
goto compare;
- case 873:
+ case 864:
resword = &wordlist[168];
goto compare;
- case 876:
+ case 870:
resword = &wordlist[169];
goto compare;
- case 877:
+ case 872:
resword = &wordlist[170];
goto compare;
- case 879:
+ case 881:
resword = &wordlist[171];
goto compare;
- case 888:
+ case 896:
resword = &wordlist[172];
goto compare;
- case 894:
+ case 900:
resword = &wordlist[173];
goto compare;
case 904:
resword = &wordlist[174];
goto compare;
- case 907:
+ case 913:
resword = &wordlist[175];
goto compare;
- case 910:
+ case 918:
resword = &wordlist[176];
goto compare;
- case 915:
+ case 921:
resword = &wordlist[177];
goto compare;
- case 921:
+ case 927:
resword = &wordlist[178];
goto compare;
- case 937:
+ case 930:
resword = &wordlist[179];
goto compare;
- case 939:
+ case 936:
resword = &wordlist[180];
goto compare;
- case 945:
+ case 948:
resword = &wordlist[181];
goto compare;
- case 956:
+ case 957:
resword = &wordlist[182];
goto compare;
- case 959:
+ case 968:
resword = &wordlist[183];
goto compare;
- case 972:
+ case 969:
resword = &wordlist[184];
goto compare;
- case 978:
+ case 971:
resword = &wordlist[185];
goto compare;
- case 986:
+ case 980:
resword = &wordlist[186];
goto compare;
- case 988:
+ case 981:
resword = &wordlist[187];
goto compare;
- case 997:
+ case 991:
resword = &wordlist[188];
goto compare;
- case 1002:
+ case 992:
resword = &wordlist[189];
goto compare;
- case 1005:
+ case 1006:
resword = &wordlist[190];
goto compare;
- case 1014:
+ case 1021:
resword = &wordlist[191];
goto compare;
- case 1015:
+ case 1026:
resword = &wordlist[192];
goto compare;
- case 1026:
+ case 1042:
resword = &wordlist[193];
goto compare;
- case 1034:
+ case 1047:
resword = &wordlist[194];
goto compare;
- case 1045:
+ case 1061:
resword = &wordlist[195];
goto compare;
- case 1047:
+ case 1091:
resword = &wordlist[196];
goto compare;
- case 1048:
+ case 1094:
resword = &wordlist[197];
goto compare;
- case 1055:
+ case 1097:
resword = &wordlist[198];
goto compare;
- case 1057:
+ case 1100:
resword = &wordlist[199];
goto compare;
- case 1058:
+ case 1105:
resword = &wordlist[200];
goto compare;
- case 1072:
+ case 1106:
resword = &wordlist[201];
goto compare;
- case 1081:
+ case 1111:
resword = &wordlist[202];
goto compare;
- case 1099:
+ case 1119:
resword = &wordlist[203];
goto compare;
- case 1102:
+ case 1122:
resword = &wordlist[204];
goto compare;
- case 1106:
+ case 1129:
resword = &wordlist[205];
goto compare;
- case 1135:
+ case 1144:
resword = &wordlist[206];
goto compare;
- case 1139:
+ case 1145:
resword = &wordlist[207];
goto compare;
- case 1140:
+ case 1155:
resword = &wordlist[208];
goto compare;
- case 1144:
+ case 1161:
resword = &wordlist[209];
goto compare;
- case 1145:
+ case 1162:
resword = &wordlist[210];
goto compare;
- case 1148:
+ case 1165:
resword = &wordlist[211];
goto compare;
- case 1161:
+ case 1176:
resword = &wordlist[212];
goto compare;
- case 1179:
+ case 1177:
resword = &wordlist[213];
goto compare;
- case 1188:
+ case 1181:
resword = &wordlist[214];
goto compare;
- case 1189:
+ case 1190:
resword = &wordlist[215];
goto compare;
case 1192:
resword = &wordlist[216];
goto compare;
- case 1193:
+ case 1205:
resword = &wordlist[217];
goto compare;
- case 1201:
+ case 1207:
resword = &wordlist[218];
goto compare;
- case 1214:
+ case 1208:
resword = &wordlist[219];
goto compare;
- case 1218:
+ case 1209:
resword = &wordlist[220];
goto compare;
- case 1225:
+ case 1223:
resword = &wordlist[221];
goto compare;
- case 1226:
+ case 1227:
resword = &wordlist[222];
goto compare;
- case 1241:
+ case 1232:
resword = &wordlist[223];
goto compare;
- case 1245:
+ case 1238:
resword = &wordlist[224];
goto compare;
- case 1248:
+ case 1244:
resword = &wordlist[225];
goto compare;
- case 1251:
+ case 1248:
resword = &wordlist[226];
goto compare;
- case 1254:
+ case 1256:
resword = &wordlist[227];
goto compare;
- case 1267:
+ case 1261:
resword = &wordlist[228];
goto compare;
- case 1268:
+ case 1271:
resword = &wordlist[229];
goto compare;
- case 1271:
+ case 1279:
resword = &wordlist[230];
goto compare;
- case 1275:
+ case 1285:
resword = &wordlist[231];
goto compare;
- case 1282:
+ case 1287:
resword = &wordlist[232];
goto compare;
- case 1285:
+ case 1309:
resword = &wordlist[233];
goto compare;
- case 1286:
+ case 1313:
resword = &wordlist[234];
goto compare;
- case 1287:
+ case 1321:
resword = &wordlist[235];
goto compare;
- case 1292:
+ case 1329:
resword = &wordlist[236];
goto compare;
- case 1296:
+ case 1330:
resword = &wordlist[237];
goto compare;
- case 1308:
+ case 1336:
resword = &wordlist[238];
goto compare;
- case 1310:
+ case 1363:
resword = &wordlist[239];
goto compare;
- case 1311:
+ case 1374:
resword = &wordlist[240];
goto compare;
- case 1336:
+ case 1381:
resword = &wordlist[241];
goto compare;
- case 1337:
+ case 1383:
resword = &wordlist[242];
goto compare;
- case 1338:
+ case 1385:
resword = &wordlist[243];
goto compare;
- case 1348:
+ case 1395:
resword = &wordlist[244];
goto compare;
- case 1353:
+ case 1397:
resword = &wordlist[245];
goto compare;
- case 1354:
+ case 1398:
resword = &wordlist[246];
goto compare;
- case 1362:
+ case 1407:
resword = &wordlist[247];
goto compare;
- case 1364:
+ case 1408:
resword = &wordlist[248];
goto compare;
- case 1365:
+ case 1410:
resword = &wordlist[249];
goto compare;
- case 1366:
+ case 1412:
resword = &wordlist[250];
goto compare;
- case 1368:
+ case 1419:
resword = &wordlist[251];
goto compare;
- case 1369:
+ case 1422:
resword = &wordlist[252];
goto compare;
- case 1370:
+ case 1425:
resword = &wordlist[253];
goto compare;
- case 1371:
+ case 1427:
resword = &wordlist[254];
goto compare;
- case 1374:
+ case 1429:
resword = &wordlist[255];
goto compare;
- case 1376:
+ case 1430:
resword = &wordlist[256];
goto compare;
- case 1386:
+ case 1431:
resword = &wordlist[257];
goto compare;
- case 1391:
+ case 1439:
resword = &wordlist[258];
goto compare;
- case 1397:
+ case 1440:
resword = &wordlist[259];
goto compare;
- case 1400:
+ case 1441:
resword = &wordlist[260];
goto compare;
- case 1403:
+ case 1449:
resword = &wordlist[261];
goto compare;
- case 1409:
+ case 1451:
resword = &wordlist[262];
goto compare;
- case 1411:
+ case 1452:
resword = &wordlist[263];
goto compare;
- case 1416:
+ case 1456:
resword = &wordlist[264];
goto compare;
- case 1419:
+ case 1474:
resword = &wordlist[265];
goto compare;
- case 1429:
+ case 1478:
resword = &wordlist[266];
goto compare;
- case 1442:
+ case 1481:
resword = &wordlist[267];
goto compare;
- case 1446:
+ case 1488:
resword = &wordlist[268];
goto compare;
- case 1449:
+ case 1507:
resword = &wordlist[269];
goto compare;
- case 1451:
+ case 1514:
resword = &wordlist[270];
goto compare;
- case 1454:
+ case 1521:
resword = &wordlist[271];
goto compare;
- case 1457:
+ case 1523:
resword = &wordlist[272];
goto compare;
- case 1463:
+ case 1528:
resword = &wordlist[273];
goto compare;
- case 1471:
+ case 1535:
resword = &wordlist[274];
goto compare;
- case 1482:
+ case 1536:
resword = &wordlist[275];
goto compare;
- case 1483:
+ case 1539:
resword = &wordlist[276];
goto compare;
- case 1486:
+ case 1542:
resword = &wordlist[277];
goto compare;
- case 1487:
+ case 1543:
resword = &wordlist[278];
goto compare;
- case 1490:
+ case 1547:
resword = &wordlist[279];
goto compare;
- case 1496:
+ case 1548:
resword = &wordlist[280];
goto compare;
- case 1498:
+ case 1552:
resword = &wordlist[281];
goto compare;
- case 1510:
+ case 1553:
resword = &wordlist[282];
goto compare;
- case 1512:
+ case 1559:
resword = &wordlist[283];
goto compare;
- case 1514:
+ case 1561:
resword = &wordlist[284];
goto compare;
- case 1522:
+ case 1576:
resword = &wordlist[285];
goto compare;
- case 1538:
+ case 1585:
resword = &wordlist[286];
goto compare;
- case 1553:
+ case 1594:
resword = &wordlist[287];
goto compare;
- case 1561:
+ case 1608:
resword = &wordlist[288];
goto compare;
- case 1569:
+ case 1618:
resword = &wordlist[289];
goto compare;
- case 1577:
+ case 1621:
resword = &wordlist[290];
goto compare;
- case 1584:
+ case 1636:
resword = &wordlist[291];
goto compare;
- case 1590:
+ case 1641:
resword = &wordlist[292];
goto compare;
- case 1595:
+ case 1644:
resword = &wordlist[293];
goto compare;
- case 1602:
+ case 1650:
resword = &wordlist[294];
goto compare;
- case 1604:
+ case 1651:
resword = &wordlist[295];
goto compare;
- case 1610:
+ case 1655:
resword = &wordlist[296];
goto compare;
- case 1645:
+ case 1656:
resword = &wordlist[297];
goto compare;
- case 1659:
+ case 1657:
resword = &wordlist[298];
goto compare;
- case 1666:
+ case 1658:
resword = &wordlist[299];
goto compare;
- case 1672:
+ case 1661:
resword = &wordlist[300];
goto compare;
- case 1674:
+ case 1664:
resword = &wordlist[301];
goto compare;
- case 1684:
+ case 1669:
resword = &wordlist[302];
goto compare;
- case 1706:
+ case 1675:
resword = &wordlist[303];
goto compare;
- case 1707:
+ case 1677:
resword = &wordlist[304];
goto compare;
- case 1713:
+ case 1678:
resword = &wordlist[305];
goto compare;
- case 1736:
+ case 1681:
resword = &wordlist[306];
goto compare;
- case 1739:
+ case 1685:
resword = &wordlist[307];
goto compare;
- case 1741:
+ case 1697:
resword = &wordlist[308];
goto compare;
- case 1745:
+ case 1701:
resword = &wordlist[309];
goto compare;
- case 1748:
+ case 1702:
resword = &wordlist[310];
goto compare;
- case 1753:
+ case 1711:
resword = &wordlist[311];
goto compare;
- case 1762:
+ case 1713:
resword = &wordlist[312];
goto compare;
- case 1766:
+ case 1734:
resword = &wordlist[313];
goto compare;
- case 1767:
+ case 1736:
resword = &wordlist[314];
goto compare;
- case 1768:
+ case 1741:
resword = &wordlist[315];
goto compare;
- case 1777:
+ case 1750:
resword = &wordlist[316];
goto compare;
- case 1793:
+ case 1754:
resword = &wordlist[317];
goto compare;
- case 1803:
+ case 1758:
resword = &wordlist[318];
goto compare;
- case 1804:
+ case 1766:
resword = &wordlist[319];
goto compare;
- case 1825:
+ case 1771:
resword = &wordlist[320];
goto compare;
- case 1830:
+ case 1772:
resword = &wordlist[321];
goto compare;
- case 1833:
+ case 1779:
resword = &wordlist[322];
goto compare;
- case 1843:
+ case 1785:
resword = &wordlist[323];
goto compare;
- case 1844:
+ case 1786:
resword = &wordlist[324];
goto compare;
- case 1846:
+ case 1791:
resword = &wordlist[325];
goto compare;
- case 1849:
+ case 1806:
resword = &wordlist[326];
goto compare;
- case 1855:
+ case 1811:
resword = &wordlist[327];
goto compare;
- case 1856:
+ case 1812:
resword = &wordlist[328];
goto compare;
- case 1866:
+ case 1824:
resword = &wordlist[329];
goto compare;
- case 1872:
+ case 1851:
resword = &wordlist[330];
goto compare;
- case 1874:
+ case 1866:
resword = &wordlist[331];
goto compare;
- case 1879:
+ case 1872:
resword = &wordlist[332];
goto compare;
- case 1882:
+ case 1873:
resword = &wordlist[333];
goto compare;
- case 1883:
+ case 1875:
resword = &wordlist[334];
goto compare;
- case 1888:
+ case 1876:
resword = &wordlist[335];
goto compare;
- case 1889:
+ case 1877:
resword = &wordlist[336];
goto compare;
- case 1893:
+ case 1883:
resword = &wordlist[337];
goto compare;
- case 1896:
+ case 1886:
resword = &wordlist[338];
goto compare;
case 1905:
resword = &wordlist[339];
goto compare;
- case 1906:
+ case 1908:
resword = &wordlist[340];
goto compare;
- case 1910:
+ case 1909:
resword = &wordlist[341];
goto compare;
- case 1913:
+ case 1931:
resword = &wordlist[342];
goto compare;
- case 1922:
+ case 1950:
resword = &wordlist[343];
goto compare;
- case 1923:
+ case 1962:
resword = &wordlist[344];
goto compare;
- case 1926:
+ case 1967:
resword = &wordlist[345];
goto compare;
- case 1931:
+ case 1977:
resword = &wordlist[346];
goto compare;
- case 1943:
+ case 1988:
resword = &wordlist[347];
goto compare;
- case 1962:
+ case 1991:
resword = &wordlist[348];
goto compare;
- case 1967:
+ case 2011:
resword = &wordlist[349];
goto compare;
- case 1971:
+ case 2023:
resword = &wordlist[350];
goto compare;
- case 2006:
+ case 2036:
resword = &wordlist[351];
goto compare;
- case 2010:
+ case 2073:
resword = &wordlist[352];
goto compare;
- case 2014:
+ case 2075:
resword = &wordlist[353];
goto compare;
- case 2042:
+ case 2076:
resword = &wordlist[354];
goto compare;
- case 2046:
+ case 2084:
resword = &wordlist[355];
goto compare;
- case 2047:
+ case 2090:
resword = &wordlist[356];
goto compare;
- case 2070:
+ case 2107:
resword = &wordlist[357];
goto compare;
- case 2075:
+ case 2115:
resword = &wordlist[358];
goto compare;
- case 2077:
+ case 2138:
resword = &wordlist[359];
goto compare;
- case 2085:
+ case 2145:
resword = &wordlist[360];
goto compare;
- case 2097:
+ case 2149:
resword = &wordlist[361];
goto compare;
- case 2100:
+ case 2150:
resword = &wordlist[362];
goto compare;
- case 2111:
+ case 2157:
resword = &wordlist[363];
goto compare;
- case 2125:
+ case 2158:
resword = &wordlist[364];
goto compare;
- case 2127:
+ case 2160:
resword = &wordlist[365];
goto compare;
- case 2133:
+ case 2183:
resword = &wordlist[366];
goto compare;
- case 2136:
+ case 2204:
resword = &wordlist[367];
goto compare;
- case 2139:
+ case 2206:
resword = &wordlist[368];
goto compare;
- case 2141:
+ case 2207:
resword = &wordlist[369];
goto compare;
- case 2154:
+ case 2215:
resword = &wordlist[370];
goto compare;
- case 2155:
+ case 2216:
resword = &wordlist[371];
goto compare;
- case 2165:
+ case 2221:
resword = &wordlist[372];
goto compare;
- case 2169:
+ case 2224:
resword = &wordlist[373];
goto compare;
- case 2181:
+ case 2235:
resword = &wordlist[374];
goto compare;
- case 2185:
+ case 2239:
resword = &wordlist[375];
goto compare;
- case 2194:
+ case 2259:
resword = &wordlist[376];
goto compare;
- case 2200:
+ case 2261:
resword = &wordlist[377];
goto compare;
- case 2207:
+ case 2265:
resword = &wordlist[378];
goto compare;
- case 2209:
+ case 2268:
resword = &wordlist[379];
goto compare;
- case 2231:
+ case 2276:
resword = &wordlist[380];
goto compare;
- case 2234:
+ case 2290:
resword = &wordlist[381];
goto compare;
- case 2243:
+ case 2291:
resword = &wordlist[382];
goto compare;
- case 2258:
+ case 2295:
resword = &wordlist[383];
goto compare;
- case 2269:
+ case 2315:
resword = &wordlist[384];
goto compare;
- case 2271:
+ case 2340:
resword = &wordlist[385];
goto compare;
- case 2284:
+ case 2345:
resword = &wordlist[386];
goto compare;
- case 2285:
+ case 2348:
resword = &wordlist[387];
goto compare;
- case 2286:
+ case 2355:
resword = &wordlist[388];
goto compare;
- case 2288:
+ case 2363:
resword = &wordlist[389];
goto compare;
- case 2291:
+ case 2368:
resword = &wordlist[390];
goto compare;
- case 2292:
+ case 2372:
resword = &wordlist[391];
goto compare;
- case 2304:
+ case 2376:
resword = &wordlist[392];
goto compare;
- case 2315:
+ case 2406:
resword = &wordlist[393];
goto compare;
- case 2324:
+ case 2412:
resword = &wordlist[394];
goto compare;
- case 2332:
+ case 2434:
resword = &wordlist[395];
goto compare;
- case 2341:
+ case 2435:
resword = &wordlist[396];
goto compare;
- case 2382:
+ case 2439:
resword = &wordlist[397];
goto compare;
- case 2392:
+ case 2446:
resword = &wordlist[398];
goto compare;
- case 2394:
+ case 2457:
resword = &wordlist[399];
goto compare;
- case 2406:
+ case 2459:
resword = &wordlist[400];
goto compare;
- case 2410:
+ case 2486:
resword = &wordlist[401];
goto compare;
- case 2413:
+ case 2490:
resword = &wordlist[402];
goto compare;
- case 2430:
+ case 2501:
resword = &wordlist[403];
goto compare;
- case 2432:
+ case 2504:
resword = &wordlist[404];
goto compare;
- case 2446:
+ case 2515:
resword = &wordlist[405];
goto compare;
- case 2452:
+ case 2519:
resword = &wordlist[406];
goto compare;
- case 2456:
+ case 2524:
resword = &wordlist[407];
goto compare;
- case 2461:
+ case 2540:
resword = &wordlist[408];
goto compare;
- case 2462:
+ case 2569:
resword = &wordlist[409];
goto compare;
- case 2463:
+ case 2570:
resword = &wordlist[410];
goto compare;
- case 2469:
+ case 2584:
resword = &wordlist[411];
goto compare;
- case 2470:
+ case 2594:
resword = &wordlist[412];
goto compare;
- case 2500:
+ case 2609:
resword = &wordlist[413];
goto compare;
- case 2517:
+ case 2611:
resword = &wordlist[414];
goto compare;
- case 2520:
+ case 2622:
resword = &wordlist[415];
goto compare;
- case 2525:
+ case 2623:
resword = &wordlist[416];
goto compare;
- case 2529:
+ case 2624:
resword = &wordlist[417];
goto compare;
- case 2531:
+ case 2630:
resword = &wordlist[418];
goto compare;
- case 2538:
+ case 2650:
resword = &wordlist[419];
goto compare;
- case 2541:
+ case 2678:
resword = &wordlist[420];
goto compare;
- case 2559:
+ case 2684:
resword = &wordlist[421];
goto compare;
- case 2566:
+ case 2688:
resword = &wordlist[422];
goto compare;
- case 2572:
+ case 2700:
resword = &wordlist[423];
goto compare;
- case 2580:
+ case 2707:
resword = &wordlist[424];
goto compare;
- case 2595:
+ case 2715:
resword = &wordlist[425];
goto compare;
- case 2600:
+ case 2725:
resword = &wordlist[426];
goto compare;
- case 2604:
+ case 2730:
resword = &wordlist[427];
goto compare;
- case 2608:
+ case 2737:
resword = &wordlist[428];
goto compare;
- case 2610:
+ case 2739:
resword = &wordlist[429];
goto compare;
- case 2616:
+ case 2741:
resword = &wordlist[430];
goto compare;
- case 2628:
+ case 2756:
resword = &wordlist[431];
goto compare;
- case 2638:
+ case 2758:
resword = &wordlist[432];
goto compare;
- case 2642:
+ case 2798:
resword = &wordlist[433];
goto compare;
- case 2667:
+ case 2807:
resword = &wordlist[434];
goto compare;
- case 2676:
+ case 2810:
resword = &wordlist[435];
goto compare;
- case 2683:
+ case 2815:
resword = &wordlist[436];
goto compare;
- case 2700:
+ case 2818:
resword = &wordlist[437];
goto compare;
- case 2723:
+ case 2828:
resword = &wordlist[438];
goto compare;
- case 2726:
+ case 2832:
resword = &wordlist[439];
goto compare;
- case 2736:
+ case 2845:
resword = &wordlist[440];
goto compare;
- case 2742:
+ case 2847:
resword = &wordlist[441];
goto compare;
- case 2743:
+ case 2855:
resword = &wordlist[442];
goto compare;
- case 2765:
+ case 2856:
resword = &wordlist[443];
goto compare;
- case 2787:
+ case 2867:
resword = &wordlist[444];
goto compare;
- case 2790:
+ case 2869:
resword = &wordlist[445];
goto compare;
- case 2809:
+ case 2881:
resword = &wordlist[446];
goto compare;
- case 2822:
+ case 2884:
resword = &wordlist[447];
goto compare;
- case 2834:
+ case 2886:
resword = &wordlist[448];
goto compare;
- case 2835:
+ case 2890:
resword = &wordlist[449];
goto compare;
- case 2836:
+ case 2893:
resword = &wordlist[450];
goto compare;
- case 2848:
+ case 2896:
resword = &wordlist[451];
goto compare;
- case 2862:
+ case 2898:
resword = &wordlist[452];
goto compare;
- case 2869:
+ case 2901:
resword = &wordlist[453];
goto compare;
- case 2871:
+ case 2911:
resword = &wordlist[454];
goto compare;
- case 2932:
+ case 2926:
resword = &wordlist[455];
goto compare;
- case 2972:
+ case 2933:
resword = &wordlist[456];
goto compare;
- case 2983:
+ case 2934:
resword = &wordlist[457];
goto compare;
- case 2985:
+ case 2951:
resword = &wordlist[458];
goto compare;
- case 3012:
+ case 2953:
resword = &wordlist[459];
goto compare;
- case 3014:
+ case 2959:
resword = &wordlist[460];
goto compare;
- case 3034:
+ case 2962:
resword = &wordlist[461];
goto compare;
- case 3044:
+ case 2963:
resword = &wordlist[462];
goto compare;
- case 3053:
+ case 2974:
resword = &wordlist[463];
goto compare;
- case 3055:
+ case 2978:
resword = &wordlist[464];
goto compare;
- case 3059:
+ case 2985:
resword = &wordlist[465];
goto compare;
- case 3066:
+ case 2987:
resword = &wordlist[466];
goto compare;
- case 3126:
+ case 2992:
resword = &wordlist[467];
goto compare;
- case 3127:
+ case 2995:
resword = &wordlist[468];
goto compare;
- case 3131:
+ case 2999:
resword = &wordlist[469];
goto compare;
- case 3132:
+ case 3002:
resword = &wordlist[470];
goto compare;
- case 3134:
+ case 3006:
resword = &wordlist[471];
goto compare;
- case 3153:
+ case 3009:
resword = &wordlist[472];
goto compare;
- case 3162:
+ case 3010:
resword = &wordlist[473];
goto compare;
- case 3169:
+ case 3011:
resword = &wordlist[474];
goto compare;
- case 3175:
+ case 3013:
resword = &wordlist[475];
goto compare;
- case 3180:
+ case 3015:
resword = &wordlist[476];
goto compare;
- case 3181:
+ case 3023:
resword = &wordlist[477];
goto compare;
- case 3191:
+ case 3032:
resword = &wordlist[478];
goto compare;
- case 3192:
+ case 3035:
resword = &wordlist[479];
goto compare;
- case 3194:
+ case 3038:
resword = &wordlist[480];
goto compare;
- case 3200:
+ case 3049:
resword = &wordlist[481];
goto compare;
- case 3208:
+ case 3057:
resword = &wordlist[482];
goto compare;
- case 3215:
+ case 3060:
resword = &wordlist[483];
goto compare;
- case 3219:
+ case 3064:
resword = &wordlist[484];
goto compare;
- case 3226:
+ case 3068:
resword = &wordlist[485];
goto compare;
- case 3234:
+ case 3076:
resword = &wordlist[486];
goto compare;
- case 3236:
+ case 3079:
resword = &wordlist[487];
goto compare;
- case 3239:
+ case 3082:
resword = &wordlist[488];
goto compare;
- case 3248:
+ case 3091:
resword = &wordlist[489];
goto compare;
- case 3251:
+ case 3101:
resword = &wordlist[490];
goto compare;
- case 3268:
+ case 3102:
resword = &wordlist[491];
goto compare;
- case 3276:
+ case 3107:
resword = &wordlist[492];
goto compare;
- case 3277:
+ case 3110:
resword = &wordlist[493];
goto compare;
- case 3286:
+ case 3114:
resword = &wordlist[494];
goto compare;
- case 3299:
+ case 3123:
resword = &wordlist[495];
goto compare;
- case 3309:
+ case 3124:
resword = &wordlist[496];
goto compare;
- case 3311:
+ case 3135:
resword = &wordlist[497];
goto compare;
- case 3324:
+ case 3136:
resword = &wordlist[498];
goto compare;
- case 3329:
+ case 3137:
resword = &wordlist[499];
goto compare;
- case 3331:
+ case 3141:
resword = &wordlist[500];
goto compare;
- case 3359:
+ case 3146:
resword = &wordlist[501];
goto compare;
- case 3376:
+ case 3151:
resword = &wordlist[502];
goto compare;
- case 3407:
+ case 3161:
resword = &wordlist[503];
goto compare;
- case 3426:
+ case 3169:
resword = &wordlist[504];
goto compare;
- case 3427:
+ case 3171:
resword = &wordlist[505];
goto compare;
- case 3431:
+ case 3181:
resword = &wordlist[506];
goto compare;
- case 3448:
+ case 3182:
resword = &wordlist[507];
goto compare;
- case 3455:
+ case 3186:
resword = &wordlist[508];
goto compare;
- case 3458:
+ case 3198:
resword = &wordlist[509];
goto compare;
- case 3462:
+ case 3199:
resword = &wordlist[510];
goto compare;
- case 3464:
+ case 3202:
resword = &wordlist[511];
goto compare;
- case 3465:
+ case 3217:
resword = &wordlist[512];
goto compare;
- case 3475:
+ case 3219:
resword = &wordlist[513];
goto compare;
- case 3478:
+ case 3227:
resword = &wordlist[514];
goto compare;
- case 3485:
+ case 3233:
resword = &wordlist[515];
goto compare;
- case 3491:
+ case 3247:
resword = &wordlist[516];
goto compare;
- case 3494:
+ case 3249:
resword = &wordlist[517];
goto compare;
- case 3504:
+ case 3250:
resword = &wordlist[518];
goto compare;
- case 3506:
+ case 3251:
resword = &wordlist[519];
goto compare;
- case 3508:
+ case 3259:
resword = &wordlist[520];
goto compare;
- case 3511:
+ case 3272:
resword = &wordlist[521];
goto compare;
- case 3515:
+ case 3284:
resword = &wordlist[522];
goto compare;
- case 3523:
+ case 3285:
resword = &wordlist[523];
goto compare;
- case 3524:
+ case 3291:
resword = &wordlist[524];
goto compare;
- case 3531:
+ case 3325:
resword = &wordlist[525];
goto compare;
- case 3537:
+ case 3328:
resword = &wordlist[526];
goto compare;
- case 3539:
+ case 3335:
resword = &wordlist[527];
goto compare;
- case 3542:
+ case 3345:
resword = &wordlist[528];
goto compare;
- case 3552:
+ case 3362:
resword = &wordlist[529];
goto compare;
- case 3563:
+ case 3370:
resword = &wordlist[530];
goto compare;
- case 3568:
+ case 3384:
resword = &wordlist[531];
goto compare;
- case 3571:
+ case 3389:
resword = &wordlist[532];
goto compare;
- case 3584:
+ case 3391:
resword = &wordlist[533];
goto compare;
- case 3591:
+ case 3395:
resword = &wordlist[534];
goto compare;
- case 3609:
+ case 3397:
resword = &wordlist[535];
goto compare;
- case 3611:
+ case 3398:
resword = &wordlist[536];
goto compare;
- case 3616:
+ case 3402:
resword = &wordlist[537];
goto compare;
- case 3617:
+ case 3407:
resword = &wordlist[538];
goto compare;
- case 3618:
+ case 3411:
resword = &wordlist[539];
goto compare;
- case 3621:
+ case 3442:
resword = &wordlist[540];
goto compare;
- case 3622:
+ case 3460:
resword = &wordlist[541];
goto compare;
- case 3630:
+ case 3461:
resword = &wordlist[542];
goto compare;
- case 3631:
+ case 3462:
resword = &wordlist[543];
goto compare;
- case 3636:
+ case 3466:
resword = &wordlist[544];
goto compare;
- case 3640:
+ case 3467:
resword = &wordlist[545];
goto compare;
- case 3643:
+ case 3468:
resword = &wordlist[546];
goto compare;
- case 3646:
+ case 3469:
resword = &wordlist[547];
goto compare;
- case 3663:
+ case 3471:
resword = &wordlist[548];
goto compare;
- case 3671:
+ case 3476:
resword = &wordlist[549];
goto compare;
- case 3674:
+ case 3491:
resword = &wordlist[550];
goto compare;
- case 3678:
+ case 3494:
resword = &wordlist[551];
goto compare;
- case 3681:
+ case 3497:
resword = &wordlist[552];
goto compare;
- case 3689:
+ case 3511:
resword = &wordlist[553];
goto compare;
- case 3697:
+ case 3515:
resword = &wordlist[554];
goto compare;
- case 3699:
+ case 3521:
resword = &wordlist[555];
goto compare;
- case 3716:
+ case 3531:
resword = &wordlist[556];
goto compare;
- case 3720:
+ case 3538:
resword = &wordlist[557];
goto compare;
- case 3723:
+ case 3539:
resword = &wordlist[558];
goto compare;
- case 3726:
+ case 3550:
resword = &wordlist[559];
goto compare;
- case 3730:
+ case 3557:
resword = &wordlist[560];
goto compare;
- case 3736:
+ case 3581:
resword = &wordlist[561];
goto compare;
- case 3740:
+ case 3588:
resword = &wordlist[562];
goto compare;
- case 3750:
+ case 3590:
resword = &wordlist[563];
goto compare;
- case 3760:
+ case 3601:
resword = &wordlist[564];
goto compare;
- case 3770:
+ case 3608:
resword = &wordlist[565];
goto compare;
- case 3775:
+ case 3617:
resword = &wordlist[566];
goto compare;
- case 3783:
+ case 3628:
resword = &wordlist[567];
goto compare;
- case 3785:
+ case 3636:
resword = &wordlist[568];
goto compare;
- case 3786:
+ case 3642:
resword = &wordlist[569];
goto compare;
- case 3800:
+ case 3654:
resword = &wordlist[570];
goto compare;
- case 3806:
+ case 3656:
resword = &wordlist[571];
goto compare;
- case 3813:
+ case 3663:
resword = &wordlist[572];
goto compare;
- case 3815:
+ case 3685:
resword = &wordlist[573];
goto compare;
- case 3816:
+ case 3688:
resword = &wordlist[574];
goto compare;
- case 3818:
+ case 3692:
resword = &wordlist[575];
goto compare;
- case 3819:
+ case 3693:
resword = &wordlist[576];
goto compare;
- case 3822:
+ case 3694:
resword = &wordlist[577];
goto compare;
- case 3830:
+ case 3697:
resword = &wordlist[578];
goto compare;
- case 3831:
+ case 3702:
resword = &wordlist[579];
goto compare;
- case 3832:
+ case 3703:
resword = &wordlist[580];
goto compare;
- case 3836:
+ case 3713:
resword = &wordlist[581];
goto compare;
- case 3840:
+ case 3716:
resword = &wordlist[582];
goto compare;
- case 3842:
+ case 3719:
resword = &wordlist[583];
goto compare;
- case 3843:
+ case 3720:
resword = &wordlist[584];
goto compare;
- case 3846:
+ case 3721:
resword = &wordlist[585];
goto compare;
- case 3849:
+ case 3737:
resword = &wordlist[586];
goto compare;
- case 3850:
+ case 3740:
resword = &wordlist[587];
goto compare;
- case 3860:
+ case 3748:
resword = &wordlist[588];
goto compare;
- case 3861:
+ case 3756:
resword = &wordlist[589];
goto compare;
- case 3864:
+ case 3765:
resword = &wordlist[590];
goto compare;
- case 3871:
+ case 3772:
resword = &wordlist[591];
goto compare;
- case 3872:
+ case 3781:
resword = &wordlist[592];
goto compare;
- case 3874:
+ case 3790:
resword = &wordlist[593];
goto compare;
- case 3876:
+ case 3797:
resword = &wordlist[594];
goto compare;
- case 3881:
+ case 3798:
resword = &wordlist[595];
goto compare;
- case 3884:
+ case 3809:
resword = &wordlist[596];
goto compare;
- case 3887:
+ case 3812:
resword = &wordlist[597];
goto compare;
- case 3891:
+ case 3819:
resword = &wordlist[598];
goto compare;
- case 3896:
+ case 3833:
resword = &wordlist[599];
goto compare;
- case 3904:
+ case 3842:
resword = &wordlist[600];
goto compare;
- case 3907:
+ case 3844:
resword = &wordlist[601];
goto compare;
- case 3914:
+ case 3853:
resword = &wordlist[602];
goto compare;
- case 3920:
+ case 3865:
resword = &wordlist[603];
goto compare;
- case 3924:
+ case 3882:
resword = &wordlist[604];
goto compare;
- case 3925:
+ case 3892:
resword = &wordlist[605];
goto compare;
- case 3926:
+ case 3894:
resword = &wordlist[606];
goto compare;
- case 3937:
+ case 3901:
resword = &wordlist[607];
goto compare;
- case 3949:
+ case 3906:
resword = &wordlist[608];
goto compare;
- case 3953:
+ case 3921:
resword = &wordlist[609];
goto compare;
- case 3958:
+ case 3934:
resword = &wordlist[610];
goto compare;
- case 3979:
+ case 3936:
resword = &wordlist[611];
goto compare;
- case 3981:
+ case 3940:
resword = &wordlist[612];
goto compare;
- case 3982:
+ case 3946:
resword = &wordlist[613];
goto compare;
- case 3988:
+ case 3947:
resword = &wordlist[614];
goto compare;
- case 3992:
+ case 3960:
resword = &wordlist[615];
goto compare;
- case 4000:
+ case 3961:
resword = &wordlist[616];
goto compare;
- case 4018:
+ case 3964:
resword = &wordlist[617];
goto compare;
- case 4019:
+ case 3970:
resword = &wordlist[618];
goto compare;
- case 4031:
+ case 3971:
resword = &wordlist[619];
goto compare;
- case 4040:
+ case 3986:
resword = &wordlist[620];
goto compare;
- case 4045:
+ case 3988:
resword = &wordlist[621];
goto compare;
- case 4063:
+ case 4000:
resword = &wordlist[622];
goto compare;
- case 4074:
+ case 4003:
resword = &wordlist[623];
goto compare;
- case 4076:
+ case 4004:
resword = &wordlist[624];
goto compare;
- case 4083:
+ case 4008:
resword = &wordlist[625];
goto compare;
- case 4097:
+ case 4012:
resword = &wordlist[626];
goto compare;
- case 4117:
+ case 4016:
resword = &wordlist[627];
goto compare;
- case 4127:
+ case 4018:
resword = &wordlist[628];
goto compare;
- case 4132:
+ case 4021:
resword = &wordlist[629];
goto compare;
- case 4134:
+ case 4022:
resword = &wordlist[630];
goto compare;
- case 4136:
+ case 4028:
resword = &wordlist[631];
goto compare;
- case 4142:
+ case 4031:
resword = &wordlist[632];
goto compare;
- case 4152:
+ case 4033:
resword = &wordlist[633];
goto compare;
- case 4153:
+ case 4034:
resword = &wordlist[634];
goto compare;
- case 4157:
+ case 4035:
resword = &wordlist[635];
goto compare;
- case 4159:
+ case 4037:
resword = &wordlist[636];
goto compare;
- case 4165:
+ case 4043:
resword = &wordlist[637];
goto compare;
- case 4170:
+ case 4053:
resword = &wordlist[638];
goto compare;
- case 4172:
+ case 4056:
resword = &wordlist[639];
goto compare;
- case 4191:
+ case 4059:
resword = &wordlist[640];
goto compare;
- case 4206:
+ case 4061:
resword = &wordlist[641];
goto compare;
- case 4224:
+ case 4066:
resword = &wordlist[642];
goto compare;
- case 4258:
+ case 4069:
resword = &wordlist[643];
goto compare;
- case 4264:
+ case 4072:
resword = &wordlist[644];
goto compare;
- case 4267:
+ case 4073:
resword = &wordlist[645];
goto compare;
- case 4268:
+ case 4075:
resword = &wordlist[646];
goto compare;
- case 4269:
+ case 4077:
resword = &wordlist[647];
goto compare;
- case 4301:
+ case 4079:
resword = &wordlist[648];
goto compare;
- case 4307:
+ case 4084:
resword = &wordlist[649];
goto compare;
- case 4308:
+ case 4087:
resword = &wordlist[650];
goto compare;
- case 4313:
+ case 4088:
resword = &wordlist[651];
goto compare;
- case 4333:
+ case 4089:
resword = &wordlist[652];
goto compare;
- case 4335:
+ case 4095:
resword = &wordlist[653];
goto compare;
- case 4346:
+ case 4102:
resword = &wordlist[654];
goto compare;
- case 4347:
+ case 4104:
resword = &wordlist[655];
goto compare;
- case 4348:
+ case 4111:
resword = &wordlist[656];
goto compare;
- case 4353:
+ case 4113:
resword = &wordlist[657];
goto compare;
- case 4357:
+ case 4114:
resword = &wordlist[658];
goto compare;
- case 4365:
+ case 4120:
resword = &wordlist[659];
goto compare;
- case 4368:
+ case 4147:
resword = &wordlist[660];
goto compare;
- case 4380:
+ case 4149:
resword = &wordlist[661];
goto compare;
- case 4384:
+ case 4152:
resword = &wordlist[662];
goto compare;
- case 4385:
+ case 4153:
resword = &wordlist[663];
goto compare;
- case 4386:
+ case 4157:
resword = &wordlist[664];
goto compare;
- case 4404:
+ case 4161:
resword = &wordlist[665];
goto compare;
- case 4411:
+ case 4163:
resword = &wordlist[666];
goto compare;
- case 4423:
+ case 4168:
resword = &wordlist[667];
goto compare;
- case 4433:
+ case 4182:
resword = &wordlist[668];
goto compare;
- case 4446:
+ case 4186:
resword = &wordlist[669];
goto compare;
- case 4449:
+ case 4188:
resword = &wordlist[670];
goto compare;
- case 4453:
+ case 4194:
resword = &wordlist[671];
goto compare;
- case 4458:
+ case 4196:
resword = &wordlist[672];
goto compare;
- case 4462:
+ case 4197:
resword = &wordlist[673];
goto compare;
- case 4464:
+ case 4202:
resword = &wordlist[674];
goto compare;
- case 4471:
+ case 4203:
resword = &wordlist[675];
goto compare;
- case 4478:
+ case 4209:
resword = &wordlist[676];
goto compare;
- case 4480:
+ case 4211:
resword = &wordlist[677];
goto compare;
- case 4485:
+ case 4226:
resword = &wordlist[678];
goto compare;
- case 4486:
+ case 4241:
resword = &wordlist[679];
goto compare;
- case 4492:
+ case 4247:
resword = &wordlist[680];
goto compare;
- case 4498:
+ case 4264:
resword = &wordlist[681];
goto compare;
- case 4508:
+ case 4283:
resword = &wordlist[682];
goto compare;
- case 4524:
+ case 4297:
resword = &wordlist[683];
goto compare;
- case 4538:
+ case 4306:
resword = &wordlist[684];
goto compare;
- case 4544:
+ case 4333:
resword = &wordlist[685];
goto compare;
- case 4548:
+ case 4337:
resword = &wordlist[686];
goto compare;
- case 4552:
+ case 4342:
resword = &wordlist[687];
goto compare;
- case 4555:
+ case 4344:
resword = &wordlist[688];
goto compare;
- case 4584:
+ case 4346:
resword = &wordlist[689];
goto compare;
- case 4585:
+ case 4360:
resword = &wordlist[690];
goto compare;
- case 4590:
+ case 4368:
resword = &wordlist[691];
goto compare;
- case 4591:
+ case 4380:
resword = &wordlist[692];
goto compare;
- case 4599:
+ case 4385:
resword = &wordlist[693];
goto compare;
- case 4611:
+ case 4389:
resword = &wordlist[694];
goto compare;
- case 4616:
+ case 4395:
resword = &wordlist[695];
goto compare;
- case 4629:
+ case 4396:
resword = &wordlist[696];
goto compare;
- case 4631:
+ case 4398:
resword = &wordlist[697];
goto compare;
- case 4659:
+ case 4403:
resword = &wordlist[698];
goto compare;
- case 4666:
+ case 4411:
resword = &wordlist[699];
goto compare;
- case 4668:
+ case 4413:
resword = &wordlist[700];
goto compare;
- case 4682:
+ case 4419:
resword = &wordlist[701];
goto compare;
- case 4690:
+ case 4422:
resword = &wordlist[702];
goto compare;
- case 4700:
+ case 4424:
resword = &wordlist[703];
goto compare;
- case 4707:
+ case 4430:
resword = &wordlist[704];
goto compare;
- case 4713:
+ case 4434:
resword = &wordlist[705];
goto compare;
- case 4747:
+ case 4435:
resword = &wordlist[706];
goto compare;
- case 4751:
+ case 4450:
resword = &wordlist[707];
goto compare;
- case 4758:
+ case 4451:
resword = &wordlist[708];
goto compare;
- case 4766:
+ case 4462:
resword = &wordlist[709];
goto compare;
- case 4781:
+ case 4472:
resword = &wordlist[710];
goto compare;
- case 4784:
+ case 4479:
resword = &wordlist[711];
goto compare;
- case 4792:
+ case 4487:
resword = &wordlist[712];
goto compare;
- case 4795:
+ case 4491:
resword = &wordlist[713];
goto compare;
- case 4819:
+ case 4492:
resword = &wordlist[714];
goto compare;
- case 4853:
+ case 4493:
resword = &wordlist[715];
goto compare;
- case 4871:
+ case 4499:
resword = &wordlist[716];
goto compare;
- case 4896:
+ case 4501:
resword = &wordlist[717];
goto compare;
- case 4910:
+ case 4502:
resword = &wordlist[718];
goto compare;
- case 4917:
+ case 4503:
resword = &wordlist[719];
goto compare;
- case 4928:
+ case 4508:
resword = &wordlist[720];
goto compare;
- case 4930:
+ case 4513:
resword = &wordlist[721];
goto compare;
- case 4950:
+ case 4514:
resword = &wordlist[722];
goto compare;
- case 4954:
+ case 4518:
resword = &wordlist[723];
goto compare;
- case 4962:
+ case 4522:
resword = &wordlist[724];
goto compare;
- case 4967:
+ case 4523:
resword = &wordlist[725];
goto compare;
- case 4974:
+ case 4526:
resword = &wordlist[726];
goto compare;
- case 4991:
+ case 4528:
resword = &wordlist[727];
goto compare;
- case 4999:
+ case 4530:
resword = &wordlist[728];
goto compare;
- case 5004:
+ case 4532:
resword = &wordlist[729];
goto compare;
- case 5007:
+ case 4539:
resword = &wordlist[730];
goto compare;
- case 5011:
+ case 4542:
resword = &wordlist[731];
goto compare;
- case 5029:
+ case 4544:
resword = &wordlist[732];
goto compare;
- case 5046:
+ case 4547:
resword = &wordlist[733];
goto compare;
- case 5061:
+ case 4551:
resword = &wordlist[734];
goto compare;
- case 5062:
+ case 4553:
resword = &wordlist[735];
goto compare;
- case 5065:
+ case 4557:
resword = &wordlist[736];
goto compare;
- case 5073:
+ case 4564:
resword = &wordlist[737];
goto compare;
- case 5081:
+ case 4572:
resword = &wordlist[738];
goto compare;
- case 5082:
+ case 4576:
resword = &wordlist[739];
goto compare;
- case 5087:
+ case 4583:
resword = &wordlist[740];
goto compare;
- case 5088:
+ case 4587:
resword = &wordlist[741];
goto compare;
- case 5092:
+ case 4588:
resword = &wordlist[742];
goto compare;
- case 5094:
+ case 4593:
resword = &wordlist[743];
goto compare;
- case 5098:
+ case 4599:
resword = &wordlist[744];
goto compare;
- case 5100:
+ case 4608:
resword = &wordlist[745];
goto compare;
- case 5118:
+ case 4613:
resword = &wordlist[746];
goto compare;
- case 5121:
+ case 4621:
resword = &wordlist[747];
goto compare;
- case 5125:
+ case 4629:
resword = &wordlist[748];
goto compare;
- case 5134:
+ case 4631:
resword = &wordlist[749];
goto compare;
- case 5137:
+ case 4634:
resword = &wordlist[750];
goto compare;
- case 5144:
+ case 4646:
resword = &wordlist[751];
goto compare;
- case 5148:
+ case 4652:
resword = &wordlist[752];
goto compare;
- case 5149:
+ case 4655:
resword = &wordlist[753];
goto compare;
- case 5152:
+ case 4662:
resword = &wordlist[754];
goto compare;
- case 5157:
+ case 4665:
resword = &wordlist[755];
goto compare;
- case 5161:
+ case 4666:
resword = &wordlist[756];
goto compare;
- case 5172:
+ case 4668:
resword = &wordlist[757];
goto compare;
- case 5182:
+ case 4677:
resword = &wordlist[758];
goto compare;
- case 5186:
+ case 4679:
resword = &wordlist[759];
goto compare;
- case 5190:
+ case 4686:
resword = &wordlist[760];
goto compare;
- case 5198:
+ case 4690:
resword = &wordlist[761];
goto compare;
- case 5211:
+ case 4718:
resword = &wordlist[762];
goto compare;
- case 5220:
+ case 4726:
resword = &wordlist[763];
goto compare;
- case 5232:
+ case 4732:
resword = &wordlist[764];
goto compare;
- case 5237:
+ case 4736:
resword = &wordlist[765];
goto compare;
- case 5243:
+ case 4737:
resword = &wordlist[766];
goto compare;
- case 5269:
+ case 4749:
resword = &wordlist[767];
goto compare;
- case 5276:
+ case 4750:
resword = &wordlist[768];
goto compare;
- case 5277:
+ case 4755:
resword = &wordlist[769];
goto compare;
- case 5288:
+ case 4759:
resword = &wordlist[770];
goto compare;
- case 5289:
+ case 4765:
resword = &wordlist[771];
goto compare;
- case 5290:
+ case 4770:
resword = &wordlist[772];
goto compare;
- case 5291:
+ case 4775:
resword = &wordlist[773];
goto compare;
- case 5292:
+ case 4778:
resword = &wordlist[774];
goto compare;
- case 5299:
+ case 4785:
resword = &wordlist[775];
goto compare;
- case 5304:
+ case 4786:
resword = &wordlist[776];
goto compare;
- case 5306:
+ case 4796:
resword = &wordlist[777];
goto compare;
- case 5307:
+ case 4804:
resword = &wordlist[778];
goto compare;
- case 5308:
+ case 4807:
resword = &wordlist[779];
goto compare;
- case 5311:
+ case 4808:
resword = &wordlist[780];
goto compare;
- case 5317:
+ case 4828:
resword = &wordlist[781];
goto compare;
- case 5318:
+ case 4831:
resword = &wordlist[782];
goto compare;
- case 5322:
+ case 4837:
resword = &wordlist[783];
goto compare;
- case 5324:
+ case 4838:
resword = &wordlist[784];
goto compare;
- case 5332:
+ case 4846:
resword = &wordlist[785];
goto compare;
- case 5337:
+ case 4855:
resword = &wordlist[786];
goto compare;
- case 5339:
+ case 4856:
resword = &wordlist[787];
goto compare;
- case 5340:
+ case 4860:
resword = &wordlist[788];
goto compare;
- case 5343:
+ case 4861:
resword = &wordlist[789];
goto compare;
- case 5351:
+ case 4868:
resword = &wordlist[790];
goto compare;
- case 5352:
+ case 4869:
resword = &wordlist[791];
goto compare;
- case 5354:
+ case 4873:
resword = &wordlist[792];
goto compare;
- case 5359:
+ case 4888:
resword = &wordlist[793];
goto compare;
- case 5374:
+ case 4902:
resword = &wordlist[794];
goto compare;
- case 5388:
+ case 4906:
resword = &wordlist[795];
goto compare;
- case 5390:
+ case 4911:
resword = &wordlist[796];
goto compare;
- case 5406:
+ case 4916:
resword = &wordlist[797];
goto compare;
- case 5409:
+ case 4921:
resword = &wordlist[798];
goto compare;
- case 5419:
+ case 4924:
resword = &wordlist[799];
goto compare;
- case 5423:
+ case 4928:
resword = &wordlist[800];
goto compare;
- case 5425:
+ case 4937:
resword = &wordlist[801];
goto compare;
- case 5431:
+ case 4951:
resword = &wordlist[802];
goto compare;
- case 5432:
+ case 4953:
resword = &wordlist[803];
goto compare;
- case 5437:
+ case 4957:
resword = &wordlist[804];
goto compare;
- case 5443:
+ case 4962:
resword = &wordlist[805];
goto compare;
- case 5448:
+ case 4968:
resword = &wordlist[806];
goto compare;
- case 5457:
+ case 4971:
resword = &wordlist[807];
goto compare;
- case 5458:
+ case 4973:
resword = &wordlist[808];
goto compare;
- case 5466:
+ case 4983:
resword = &wordlist[809];
goto compare;
- case 5470:
+ case 4985:
resword = &wordlist[810];
goto compare;
- case 5472:
+ case 4989:
resword = &wordlist[811];
goto compare;
- case 5496:
+ case 4992:
resword = &wordlist[812];
goto compare;
- case 5520:
+ case 4993:
resword = &wordlist[813];
goto compare;
- case 5526:
+ case 5007:
resword = &wordlist[814];
goto compare;
- case 5530:
+ case 5008:
resword = &wordlist[815];
goto compare;
- case 5538:
+ case 5021:
resword = &wordlist[816];
goto compare;
- case 5540:
+ case 5022:
resword = &wordlist[817];
goto compare;
- case 5549:
+ case 5061:
resword = &wordlist[818];
goto compare;
- case 5556:
+ case 5065:
resword = &wordlist[819];
goto compare;
- case 5557:
+ case 5067:
resword = &wordlist[820];
goto compare;
- case 5562:
+ case 5068:
resword = &wordlist[821];
goto compare;
- case 5571:
+ case 5094:
resword = &wordlist[822];
goto compare;
- case 5573:
+ case 5098:
resword = &wordlist[823];
goto compare;
- case 5577:
+ case 5100:
resword = &wordlist[824];
goto compare;
- case 5579:
+ case 5102:
resword = &wordlist[825];
goto compare;
- case 5582:
+ case 5103:
resword = &wordlist[826];
goto compare;
- case 5583:
+ case 5104:
resword = &wordlist[827];
goto compare;
- case 5587:
+ case 5106:
resword = &wordlist[828];
goto compare;
- case 5592:
+ case 5113:
resword = &wordlist[829];
goto compare;
- case 5598:
+ case 5117:
resword = &wordlist[830];
goto compare;
- case 5617:
+ case 5126:
resword = &wordlist[831];
goto compare;
- case 5618:
+ case 5129:
resword = &wordlist[832];
goto compare;
- case 5631:
+ case 5130:
resword = &wordlist[833];
goto compare;
- case 5633:
+ case 5136:
resword = &wordlist[834];
goto compare;
- case 5655:
+ case 5150:
resword = &wordlist[835];
goto compare;
- case 5664:
+ case 5152:
resword = &wordlist[836];
goto compare;
- case 5673:
+ case 5163:
resword = &wordlist[837];
goto compare;
- case 5683:
+ case 5166:
resword = &wordlist[838];
goto compare;
- case 5698:
+ case 5168:
resword = &wordlist[839];
goto compare;
- case 5705:
+ case 5180:
resword = &wordlist[840];
goto compare;
- case 5706:
+ case 5181:
resword = &wordlist[841];
goto compare;
- case 5707:
+ case 5184:
resword = &wordlist[842];
goto compare;
- case 5708:
+ case 5198:
resword = &wordlist[843];
goto compare;
- case 5713:
+ case 5206:
resword = &wordlist[844];
goto compare;
- case 5716:
+ case 5212:
resword = &wordlist[845];
goto compare;
- case 5725:
+ case 5221:
resword = &wordlist[846];
goto compare;
- case 5732:
+ case 5232:
resword = &wordlist[847];
goto compare;
- case 5753:
+ case 5239:
resword = &wordlist[848];
goto compare;
- case 5757:
+ case 5244:
resword = &wordlist[849];
goto compare;
- case 5760:
+ case 5259:
resword = &wordlist[850];
goto compare;
- case 5778:
+ case 5293:
resword = &wordlist[851];
goto compare;
- case 5783:
+ case 5301:
resword = &wordlist[852];
goto compare;
- case 5802:
+ case 5305:
resword = &wordlist[853];
goto compare;
- case 5805:
+ case 5307:
resword = &wordlist[854];
goto compare;
- case 5808:
+ case 5315:
resword = &wordlist[855];
goto compare;
- case 5817:
+ case 5316:
resword = &wordlist[856];
goto compare;
- case 5820:
+ case 5328:
resword = &wordlist[857];
goto compare;
- case 5834:
+ case 5331:
resword = &wordlist[858];
goto compare;
- case 5837:
+ case 5340:
resword = &wordlist[859];
goto compare;
- case 5846:
+ case 5342:
resword = &wordlist[860];
goto compare;
- case 5856:
+ case 5345:
resword = &wordlist[861];
goto compare;
- case 5859:
+ case 5371:
resword = &wordlist[862];
goto compare;
- case 5865:
+ case 5372:
resword = &wordlist[863];
goto compare;
- case 5867:
+ case 5373:
resword = &wordlist[864];
goto compare;
- case 5868:
+ case 5378:
resword = &wordlist[865];
goto compare;
- case 5870:
+ case 5396:
resword = &wordlist[866];
goto compare;
- case 5884:
+ case 5397:
resword = &wordlist[867];
goto compare;
- case 5890:
+ case 5406:
resword = &wordlist[868];
goto compare;
- case 5911:
+ case 5407:
resword = &wordlist[869];
goto compare;
- case 5928:
+ case 5415:
resword = &wordlist[870];
goto compare;
- case 5939:
+ case 5422:
resword = &wordlist[871];
goto compare;
- case 5942:
+ case 5441:
resword = &wordlist[872];
goto compare;
- case 5949:
+ case 5448:
resword = &wordlist[873];
goto compare;
- case 5952:
+ case 5449:
resword = &wordlist[874];
goto compare;
- case 5955:
+ case 5453:
resword = &wordlist[875];
goto compare;
- case 5956:
+ case 5454:
resword = &wordlist[876];
goto compare;
- case 5958:
+ case 5459:
resword = &wordlist[877];
goto compare;
- case 5967:
+ case 5466:
resword = &wordlist[878];
goto compare;
- case 5968:
+ case 5469:
resword = &wordlist[879];
goto compare;
- case 5977:
+ case 5476:
resword = &wordlist[880];
goto compare;
- case 5979:
+ case 5478:
resword = &wordlist[881];
goto compare;
- case 5981:
+ case 5486:
resword = &wordlist[882];
goto compare;
- case 5982:
+ case 5488:
resword = &wordlist[883];
goto compare;
- case 5985:
+ case 5497:
resword = &wordlist[884];
goto compare;
- case 5994:
+ case 5498:
resword = &wordlist[885];
goto compare;
- case 6002:
+ case 5510:
resword = &wordlist[886];
goto compare;
- case 6007:
+ case 5515:
resword = &wordlist[887];
goto compare;
- case 6012:
+ case 5516:
resword = &wordlist[888];
goto compare;
- case 6017:
+ case 5517:
resword = &wordlist[889];
goto compare;
- case 6018:
+ case 5519:
resword = &wordlist[890];
goto compare;
- case 6019:
+ case 5520:
resword = &wordlist[891];
goto compare;
- case 6039:
+ case 5522:
resword = &wordlist[892];
goto compare;
- case 6048:
+ case 5534:
resword = &wordlist[893];
goto compare;
- case 6057:
+ case 5536:
resword = &wordlist[894];
goto compare;
- case 6067:
+ case 5553:
resword = &wordlist[895];
goto compare;
- case 6070:
+ case 5554:
resword = &wordlist[896];
goto compare;
- case 6082:
+ case 5559:
resword = &wordlist[897];
goto compare;
- case 6087:
+ case 5560:
resword = &wordlist[898];
goto compare;
- case 6107:
+ case 5566:
resword = &wordlist[899];
goto compare;
- case 6118:
+ case 5571:
resword = &wordlist[900];
goto compare;
- case 6123:
+ case 5574:
resword = &wordlist[901];
goto compare;
- case 6125:
+ case 5578:
resword = &wordlist[902];
goto compare;
- case 6137:
+ case 5580:
resword = &wordlist[903];
goto compare;
- case 6147:
+ case 5597:
resword = &wordlist[904];
goto compare;
- case 6148:
+ case 5599:
resword = &wordlist[905];
goto compare;
- case 6157:
+ case 5602:
resword = &wordlist[906];
goto compare;
- case 6158:
+ case 5614:
resword = &wordlist[907];
goto compare;
- case 6159:
+ case 5637:
resword = &wordlist[908];
goto compare;
- case 6164:
+ case 5641:
resword = &wordlist[909];
goto compare;
- case 6182:
+ case 5644:
resword = &wordlist[910];
goto compare;
- case 6188:
+ case 5648:
resword = &wordlist[911];
goto compare;
- case 6207:
+ case 5653:
resword = &wordlist[912];
goto compare;
- case 6218:
+ case 5660:
resword = &wordlist[913];
goto compare;
- case 6231:
+ case 5667:
resword = &wordlist[914];
goto compare;
- case 6243:
+ case 5668:
resword = &wordlist[915];
goto compare;
- case 6261:
+ case 5682:
resword = &wordlist[916];
goto compare;
- case 6269:
+ case 5690:
resword = &wordlist[917];
goto compare;
- case 6280:
+ case 5695:
resword = &wordlist[918];
goto compare;
- case 6295:
+ case 5697:
resword = &wordlist[919];
goto compare;
- case 6308:
+ case 5702:
resword = &wordlist[920];
goto compare;
- case 6317:
+ case 5718:
resword = &wordlist[921];
goto compare;
- case 6321:
+ case 5720:
resword = &wordlist[922];
goto compare;
- case 6329:
+ case 5733:
resword = &wordlist[923];
goto compare;
- case 6333:
+ case 5746:
resword = &wordlist[924];
goto compare;
- case 6340:
+ case 5756:
resword = &wordlist[925];
goto compare;
- case 6345:
+ case 5757:
resword = &wordlist[926];
goto compare;
- case 6347:
+ case 5760:
resword = &wordlist[927];
goto compare;
- case 6350:
+ case 5767:
resword = &wordlist[928];
goto compare;
- case 6353:
+ case 5768:
resword = &wordlist[929];
goto compare;
- case 6370:
+ case 5784:
resword = &wordlist[930];
goto compare;
- case 6381:
+ case 5786:
resword = &wordlist[931];
goto compare;
- case 6382:
+ case 5794:
resword = &wordlist[932];
goto compare;
- case 6385:
+ case 5797:
resword = &wordlist[933];
goto compare;
- case 6394:
+ case 5807:
resword = &wordlist[934];
goto compare;
- case 6398:
+ case 5813:
resword = &wordlist[935];
goto compare;
- case 6403:
+ case 5817:
resword = &wordlist[936];
goto compare;
- case 6422:
+ case 5820:
resword = &wordlist[937];
goto compare;
- case 6425:
+ case 5826:
resword = &wordlist[938];
goto compare;
- case 6426:
+ case 5844:
resword = &wordlist[939];
goto compare;
- case 6431:
+ case 5861:
resword = &wordlist[940];
goto compare;
- case 6449:
+ case 5863:
resword = &wordlist[941];
goto compare;
- case 6455:
+ case 5866:
resword = &wordlist[942];
goto compare;
- case 6461:
+ case 5880:
resword = &wordlist[943];
goto compare;
- case 6470:
+ case 5882:
resword = &wordlist[944];
goto compare;
- case 6472:
+ case 5884:
resword = &wordlist[945];
goto compare;
- case 6473:
+ case 5894:
resword = &wordlist[946];
goto compare;
- case 6480:
+ case 5897:
resword = &wordlist[947];
goto compare;
- case 6483:
+ case 5898:
resword = &wordlist[948];
goto compare;
- case 6487:
+ case 5900:
resword = &wordlist[949];
goto compare;
- case 6491:
+ case 5903:
resword = &wordlist[950];
goto compare;
- case 6496:
+ case 5904:
resword = &wordlist[951];
goto compare;
- case 6497:
+ case 5905:
resword = &wordlist[952];
goto compare;
- case 6499:
+ case 5907:
resword = &wordlist[953];
goto compare;
- case 6507:
+ case 5910:
resword = &wordlist[954];
goto compare;
- case 6512:
+ case 5912:
resword = &wordlist[955];
goto compare;
- case 6514:
+ case 5916:
resword = &wordlist[956];
goto compare;
- case 6516:
+ case 5922:
resword = &wordlist[957];
goto compare;
- case 6519:
+ case 5940:
resword = &wordlist[958];
goto compare;
- case 6521:
+ case 5961:
resword = &wordlist[959];
goto compare;
- case 6526:
+ case 5977:
resword = &wordlist[960];
goto compare;
- case 6528:
+ case 5996:
resword = &wordlist[961];
goto compare;
- case 6530:
+ case 6003:
resword = &wordlist[962];
goto compare;
- case 6532:
+ case 6004:
resword = &wordlist[963];
goto compare;
- case 6540:
+ case 6011:
resword = &wordlist[964];
goto compare;
- case 6542:
+ case 6019:
resword = &wordlist[965];
goto compare;
- case 6558:
+ case 6025:
resword = &wordlist[966];
goto compare;
- case 6561:
+ case 6029:
resword = &wordlist[967];
goto compare;
- case 6578:
+ case 6033:
resword = &wordlist[968];
goto compare;
- case 6582:
+ case 6048:
resword = &wordlist[969];
goto compare;
- case 6586:
+ case 6066:
resword = &wordlist[970];
goto compare;
- case 6595:
+ case 6074:
resword = &wordlist[971];
goto compare;
- case 6597:
+ case 6116:
resword = &wordlist[972];
goto compare;
- case 6601:
+ case 6123:
resword = &wordlist[973];
goto compare;
- case 6632:
+ case 6142:
resword = &wordlist[974];
goto compare;
- case 6642:
+ case 6144:
resword = &wordlist[975];
goto compare;
- case 6644:
+ case 6145:
resword = &wordlist[976];
goto compare;
- case 6653:
+ case 6150:
resword = &wordlist[977];
goto compare;
- case 6656:
+ case 6161:
resword = &wordlist[978];
goto compare;
- case 6664:
+ case 6163:
resword = &wordlist[979];
goto compare;
- case 6665:
+ case 6165:
resword = &wordlist[980];
goto compare;
- case 6666:
+ case 6167:
resword = &wordlist[981];
goto compare;
- case 6675:
+ case 6178:
resword = &wordlist[982];
goto compare;
- case 6693:
+ case 6179:
resword = &wordlist[983];
goto compare;
- case 6711:
+ case 6183:
resword = &wordlist[984];
goto compare;
- case 6726:
+ case 6184:
resword = &wordlist[985];
goto compare;
- case 6729:
+ case 6206:
resword = &wordlist[986];
goto compare;
- case 6734:
+ case 6215:
resword = &wordlist[987];
goto compare;
- case 6738:
+ case 6229:
resword = &wordlist[988];
goto compare;
- case 6759:
+ case 6234:
resword = &wordlist[989];
goto compare;
- case 6761:
+ case 6243:
resword = &wordlist[990];
goto compare;
- case 6762:
+ case 6249:
resword = &wordlist[991];
goto compare;
- case 6767:
+ case 6276:
resword = &wordlist[992];
goto compare;
- case 6768:
+ case 6283:
resword = &wordlist[993];
goto compare;
- case 6782:
+ case 6286:
resword = &wordlist[994];
goto compare;
- case 6797:
+ case 6294:
resword = &wordlist[995];
goto compare;
- case 6807:
+ case 6297:
resword = &wordlist[996];
goto compare;
- case 6815:
+ case 6305:
resword = &wordlist[997];
goto compare;
- case 6825:
+ case 6309:
resword = &wordlist[998];
goto compare;
- case 6829:
+ case 6326:
resword = &wordlist[999];
goto compare;
- case 6843:
+ case 6328:
resword = &wordlist[1000];
goto compare;
- case 6852:
+ case 6329:
resword = &wordlist[1001];
goto compare;
- case 6854:
+ case 6331:
resword = &wordlist[1002];
goto compare;
- case 6857:
+ case 6345:
resword = &wordlist[1003];
goto compare;
- case 6883:
+ case 6347:
resword = &wordlist[1004];
goto compare;
- case 6888:
+ case 6352:
resword = &wordlist[1005];
goto compare;
- case 6889:
+ case 6362:
resword = &wordlist[1006];
goto compare;
- case 6905:
+ case 6363:
resword = &wordlist[1007];
goto compare;
- case 6906:
+ case 6369:
resword = &wordlist[1008];
goto compare;
- case 6911:
+ case 6388:
resword = &wordlist[1009];
goto compare;
- case 6936:
+ case 6394:
resword = &wordlist[1010];
goto compare;
- case 6961:
+ case 6411:
resword = &wordlist[1011];
goto compare;
- case 7014:
+ case 6444:
resword = &wordlist[1012];
goto compare;
- case 7015:
+ case 6447:
resword = &wordlist[1013];
goto compare;
- case 7018:
+ case 6457:
resword = &wordlist[1014];
goto compare;
- case 7024:
+ case 6459:
resword = &wordlist[1015];
goto compare;
- case 7041:
+ case 6468:
resword = &wordlist[1016];
goto compare;
- case 7054:
+ case 6470:
resword = &wordlist[1017];
goto compare;
- case 7058:
+ case 6474:
resword = &wordlist[1018];
goto compare;
- case 7064:
+ case 6492:
resword = &wordlist[1019];
goto compare;
- case 7080:
+ case 6501:
resword = &wordlist[1020];
goto compare;
- case 7084:
+ case 6508:
resword = &wordlist[1021];
goto compare;
- case 7089:
+ case 6512:
resword = &wordlist[1022];
goto compare;
- case 7090:
+ case 6540:
resword = &wordlist[1023];
goto compare;
- case 7094:
+ case 6549:
resword = &wordlist[1024];
goto compare;
- case 7101:
+ case 6558:
resword = &wordlist[1025];
goto compare;
- case 7103:
+ case 6561:
resword = &wordlist[1026];
goto compare;
- case 7113:
+ case 6567:
resword = &wordlist[1027];
goto compare;
- case 7121:
+ case 6570:
resword = &wordlist[1028];
goto compare;
- case 7122:
+ case 6578:
resword = &wordlist[1029];
goto compare;
- case 7124:
+ case 6579:
resword = &wordlist[1030];
goto compare;
- case 7139:
+ case 6588:
resword = &wordlist[1031];
goto compare;
- case 7145:
+ case 6594:
resword = &wordlist[1032];
goto compare;
- case 7146:
+ case 6598:
resword = &wordlist[1033];
goto compare;
- case 7147:
+ case 6599:
resword = &wordlist[1034];
goto compare;
- case 7157:
+ case 6609:
resword = &wordlist[1035];
goto compare;
- case 7159:
+ case 6612:
resword = &wordlist[1036];
goto compare;
- case 7164:
+ case 6635:
resword = &wordlist[1037];
goto compare;
- case 7165:
+ case 6649:
resword = &wordlist[1038];
goto compare;
- case 7171:
+ case 6653:
resword = &wordlist[1039];
goto compare;
- case 7176:
+ case 6655:
resword = &wordlist[1040];
goto compare;
- case 7190:
+ case 6657:
resword = &wordlist[1041];
goto compare;
- case 7234:
+ case 6664:
resword = &wordlist[1042];
goto compare;
- case 7237:
+ case 6667:
resword = &wordlist[1043];
goto compare;
- case 7242:
+ case 6668:
resword = &wordlist[1044];
goto compare;
- case 7258:
+ case 6674:
resword = &wordlist[1045];
goto compare;
- case 7269:
+ case 6681:
resword = &wordlist[1046];
goto compare;
- case 7273:
+ case 6683:
resword = &wordlist[1047];
goto compare;
- case 7274:
+ case 6687:
resword = &wordlist[1048];
goto compare;
- case 7288:
+ case 6690:
resword = &wordlist[1049];
goto compare;
- case 7291:
+ case 6698:
resword = &wordlist[1050];
goto compare;
- case 7298:
+ case 6705:
resword = &wordlist[1051];
goto compare;
- case 7324:
+ case 6713:
resword = &wordlist[1052];
goto compare;
- case 7329:
+ case 6714:
resword = &wordlist[1053];
goto compare;
- case 7336:
+ case 6724:
resword = &wordlist[1054];
goto compare;
- case 7344:
+ case 6736:
resword = &wordlist[1055];
goto compare;
- case 7345:
+ case 6738:
resword = &wordlist[1056];
goto compare;
- case 7347:
+ case 6747:
resword = &wordlist[1057];
goto compare;
- case 7356:
+ case 6750:
resword = &wordlist[1058];
goto compare;
- case 7358:
+ case 6751:
resword = &wordlist[1059];
goto compare;
- case 7366:
+ case 6757:
resword = &wordlist[1060];
goto compare;
- case 7374:
+ case 6762:
resword = &wordlist[1061];
goto compare;
- case 7380:
+ case 6774:
resword = &wordlist[1062];
goto compare;
- case 7385:
+ case 6781:
resword = &wordlist[1063];
goto compare;
- case 7391:
+ case 6782:
resword = &wordlist[1064];
goto compare;
- case 7420:
+ case 6793:
resword = &wordlist[1065];
goto compare;
- case 7432:
+ case 6804:
resword = &wordlist[1066];
goto compare;
- case 7446:
+ case 6807:
resword = &wordlist[1067];
goto compare;
- case 7448:
+ case 6812:
resword = &wordlist[1068];
goto compare;
- case 7450:
+ case 6821:
resword = &wordlist[1069];
goto compare;
- case 7456:
+ case 6826:
resword = &wordlist[1070];
goto compare;
- case 7459:
+ case 6828:
resword = &wordlist[1071];
goto compare;
- case 7463:
+ case 6834:
resword = &wordlist[1072];
goto compare;
- case 7465:
+ case 6840:
resword = &wordlist[1073];
goto compare;
- case 7467:
+ case 6845:
resword = &wordlist[1074];
goto compare;
- case 7477:
+ case 6847:
resword = &wordlist[1075];
goto compare;
- case 7511:
+ case 6854:
resword = &wordlist[1076];
goto compare;
- case 7520:
+ case 6855:
resword = &wordlist[1077];
goto compare;
- case 7522:
+ case 6864:
resword = &wordlist[1078];
goto compare;
- case 7530:
+ case 6867:
resword = &wordlist[1079];
goto compare;
- case 7532:
+ case 6868:
resword = &wordlist[1080];
goto compare;
- case 7538:
+ case 6873:
resword = &wordlist[1081];
goto compare;
- case 7543:
+ case 6888:
resword = &wordlist[1082];
goto compare;
- case 7549:
+ case 6895:
resword = &wordlist[1083];
goto compare;
- case 7562:
+ case 6908:
resword = &wordlist[1084];
goto compare;
- case 7564:
+ case 6925:
resword = &wordlist[1085];
goto compare;
- case 7571:
+ case 6929:
resword = &wordlist[1086];
goto compare;
- case 7581:
+ case 6944:
resword = &wordlist[1087];
goto compare;
- case 7584:
+ case 6946:
resword = &wordlist[1088];
goto compare;
- case 7586:
+ case 6948:
resword = &wordlist[1089];
goto compare;
- case 7590:
+ case 6954:
resword = &wordlist[1090];
goto compare;
- case 7594:
+ case 6964:
resword = &wordlist[1091];
goto compare;
- case 7598:
+ case 6975:
resword = &wordlist[1092];
goto compare;
- case 7603:
+ case 6980:
resword = &wordlist[1093];
goto compare;
- case 7618:
+ case 6981:
resword = &wordlist[1094];
goto compare;
- case 7620:
+ case 6997:
resword = &wordlist[1095];
goto compare;
- case 7630:
+ case 7005:
resword = &wordlist[1096];
goto compare;
- case 7640:
+ case 7008:
resword = &wordlist[1097];
goto compare;
- case 7657:
+ case 7013:
resword = &wordlist[1098];
goto compare;
- case 7661:
+ case 7015:
resword = &wordlist[1099];
goto compare;
- case 7671:
+ case 7019:
resword = &wordlist[1100];
goto compare;
- case 7685:
+ case 7021:
resword = &wordlist[1101];
goto compare;
- case 7702:
+ case 7023:
resword = &wordlist[1102];
goto compare;
- case 7709:
+ case 7030:
resword = &wordlist[1103];
goto compare;
- case 7716:
+ case 7035:
resword = &wordlist[1104];
goto compare;
- case 7717:
+ case 7049:
resword = &wordlist[1105];
goto compare;
- case 7735:
+ case 7051:
resword = &wordlist[1106];
goto compare;
- case 7747:
+ case 7059:
resword = &wordlist[1107];
goto compare;
- case 7754:
+ case 7062:
resword = &wordlist[1108];
goto compare;
- case 7780:
+ case 7064:
resword = &wordlist[1109];
goto compare;
- case 7795:
+ case 7068:
resword = &wordlist[1110];
goto compare;
- case 7807:
+ case 7072:
resword = &wordlist[1111];
goto compare;
- case 7831:
+ case 7074:
resword = &wordlist[1112];
goto compare;
- case 7854:
+ case 7086:
resword = &wordlist[1113];
goto compare;
- case 7862:
+ case 7087:
resword = &wordlist[1114];
goto compare;
- case 7864:
+ case 7091:
resword = &wordlist[1115];
goto compare;
- case 7870:
+ case 7108:
resword = &wordlist[1116];
goto compare;
- case 7873:
+ case 7111:
resword = &wordlist[1117];
goto compare;
- case 7883:
+ case 7119:
resword = &wordlist[1118];
goto compare;
- case 7901:
+ case 7125:
resword = &wordlist[1119];
goto compare;
- case 7905:
+ case 7134:
resword = &wordlist[1120];
goto compare;
- case 7906:
+ case 7138:
resword = &wordlist[1121];
goto compare;
- case 7908:
+ case 7140:
resword = &wordlist[1122];
goto compare;
- case 7919:
+ case 7141:
resword = &wordlist[1123];
goto compare;
- case 7923:
+ case 7148:
resword = &wordlist[1124];
goto compare;
- case 7927:
+ case 7151:
resword = &wordlist[1125];
goto compare;
- case 7945:
+ case 7160:
resword = &wordlist[1126];
goto compare;
- case 7950:
+ case 7161:
resword = &wordlist[1127];
goto compare;
- case 7951:
+ case 7170:
resword = &wordlist[1128];
goto compare;
- case 7958:
+ case 7178:
resword = &wordlist[1129];
goto compare;
- case 7959:
+ case 7186:
resword = &wordlist[1130];
goto compare;
- case 7967:
+ case 7189:
resword = &wordlist[1131];
goto compare;
- case 7972:
+ case 7194:
resword = &wordlist[1132];
goto compare;
- case 7978:
+ case 7210:
resword = &wordlist[1133];
goto compare;
- case 7984:
+ case 7212:
resword = &wordlist[1134];
goto compare;
- case 7990:
+ case 7232:
resword = &wordlist[1135];
goto compare;
- case 7995:
+ case 7244:
resword = &wordlist[1136];
goto compare;
- case 8010:
+ case 7249:
resword = &wordlist[1137];
goto compare;
- case 8030:
+ case 7251:
resword = &wordlist[1138];
goto compare;
- case 8033:
+ case 7252:
resword = &wordlist[1139];
goto compare;
- case 8040:
+ case 7257:
resword = &wordlist[1140];
goto compare;
- case 8064:
+ case 7272:
resword = &wordlist[1141];
goto compare;
- case 8069:
+ case 7275:
resword = &wordlist[1142];
goto compare;
- case 8084:
+ case 7282:
resword = &wordlist[1143];
goto compare;
- case 8088:
+ case 7284:
resword = &wordlist[1144];
goto compare;
- case 8092:
+ case 7286:
resword = &wordlist[1145];
goto compare;
- case 8106:
+ case 7309:
resword = &wordlist[1146];
goto compare;
- case 8107:
+ case 7328:
resword = &wordlist[1147];
goto compare;
- case 8108:
+ case 7330:
resword = &wordlist[1148];
goto compare;
- case 8117:
+ case 7335:
resword = &wordlist[1149];
goto compare;
- case 8121:
+ case 7336:
resword = &wordlist[1150];
goto compare;
- case 8130:
+ case 7339:
resword = &wordlist[1151];
goto compare;
- case 8132:
+ case 7349:
resword = &wordlist[1152];
goto compare;
- case 8133:
+ case 7361:
resword = &wordlist[1153];
goto compare;
- case 8138:
+ case 7375:
resword = &wordlist[1154];
goto compare;
- case 8144:
+ case 7378:
resword = &wordlist[1155];
goto compare;
- case 8145:
+ case 7387:
resword = &wordlist[1156];
goto compare;
- case 8147:
+ case 7397:
resword = &wordlist[1157];
goto compare;
- case 8150:
+ case 7398:
resword = &wordlist[1158];
goto compare;
- case 8154:
+ case 7400:
resword = &wordlist[1159];
goto compare;
- case 8163:
+ case 7402:
resword = &wordlist[1160];
goto compare;
- case 8167:
+ case 7410:
resword = &wordlist[1161];
goto compare;
- case 8170:
+ case 7411:
resword = &wordlist[1162];
goto compare;
- case 8173:
+ case 7412:
resword = &wordlist[1163];
goto compare;
- case 8174:
+ case 7415:
resword = &wordlist[1164];
goto compare;
- case 8177:
+ case 7419:
resword = &wordlist[1165];
goto compare;
- case 8178:
+ case 7426:
resword = &wordlist[1166];
goto compare;
- case 8183:
+ case 7431:
resword = &wordlist[1167];
goto compare;
- case 8190:
+ case 7450:
resword = &wordlist[1168];
goto compare;
- case 8199:
+ case 7455:
resword = &wordlist[1169];
goto compare;
- case 8207:
+ case 7457:
resword = &wordlist[1170];
goto compare;
- case 8208:
+ case 7462:
resword = &wordlist[1171];
goto compare;
- case 8218:
+ case 7478:
resword = &wordlist[1172];
goto compare;
- case 8224:
+ case 7484:
resword = &wordlist[1173];
goto compare;
- case 8233:
+ case 7485:
resword = &wordlist[1174];
goto compare;
- case 8249:
+ case 7492:
resword = &wordlist[1175];
goto compare;
- case 8264:
+ case 7495:
resword = &wordlist[1176];
goto compare;
- case 8281:
+ case 7500:
resword = &wordlist[1177];
goto compare;
- case 8285:
+ case 7510:
resword = &wordlist[1178];
goto compare;
- case 8298:
+ case 7512:
resword = &wordlist[1179];
goto compare;
- case 8306:
+ case 7521:
resword = &wordlist[1180];
goto compare;
- case 8311:
+ case 7527:
resword = &wordlist[1181];
goto compare;
- case 8315:
+ case 7534:
resword = &wordlist[1182];
goto compare;
- case 8325:
+ case 7548:
resword = &wordlist[1183];
goto compare;
- case 8327:
+ case 7558:
resword = &wordlist[1184];
goto compare;
- case 8335:
+ case 7563:
resword = &wordlist[1185];
goto compare;
- case 8337:
+ case 7565:
resword = &wordlist[1186];
goto compare;
- case 8341:
+ case 7587:
resword = &wordlist[1187];
goto compare;
- case 8345:
+ case 7600:
resword = &wordlist[1188];
goto compare;
- case 8347:
+ case 7608:
resword = &wordlist[1189];
goto compare;
- case 8348:
+ case 7618:
resword = &wordlist[1190];
goto compare;
- case 8351:
+ case 7625:
resword = &wordlist[1191];
goto compare;
- case 8353:
+ case 7630:
resword = &wordlist[1192];
goto compare;
- case 8366:
+ case 7632:
resword = &wordlist[1193];
goto compare;
- case 8369:
+ case 7634:
resword = &wordlist[1194];
goto compare;
- case 8402:
+ case 7644:
resword = &wordlist[1195];
goto compare;
- case 8408:
+ case 7661:
resword = &wordlist[1196];
goto compare;
- case 8416:
+ case 7663:
resword = &wordlist[1197];
goto compare;
- case 8421:
+ case 7668:
resword = &wordlist[1198];
goto compare;
- case 8426:
+ case 7672:
resword = &wordlist[1199];
goto compare;
- case 8428:
+ case 7687:
resword = &wordlist[1200];
goto compare;
- case 8434:
+ case 7703:
resword = &wordlist[1201];
goto compare;
- case 8439:
+ case 7711:
resword = &wordlist[1202];
goto compare;
- case 8451:
+ case 7734:
resword = &wordlist[1203];
goto compare;
- case 8468:
+ case 7744:
resword = &wordlist[1204];
goto compare;
- case 8469:
+ case 7745:
resword = &wordlist[1205];
goto compare;
- case 8470:
+ case 7747:
resword = &wordlist[1206];
goto compare;
- case 8473:
+ case 7753:
resword = &wordlist[1207];
goto compare;
- case 8479:
+ case 7754:
resword = &wordlist[1208];
goto compare;
- case 8481:
+ case 7758:
resword = &wordlist[1209];
goto compare;
- case 8487:
+ case 7764:
resword = &wordlist[1210];
goto compare;
- case 8493:
+ case 7768:
resword = &wordlist[1211];
goto compare;
- case 8498:
+ case 7769:
resword = &wordlist[1212];
goto compare;
- case 8500:
+ case 7772:
resword = &wordlist[1213];
goto compare;
- case 8507:
+ case 7773:
resword = &wordlist[1214];
goto compare;
- case 8509:
+ case 7779:
resword = &wordlist[1215];
goto compare;
- case 8520:
+ case 7783:
resword = &wordlist[1216];
goto compare;
- case 8524:
+ case 7785:
resword = &wordlist[1217];
goto compare;
- case 8526:
+ case 7796:
resword = &wordlist[1218];
goto compare;
- case 8533:
+ case 7808:
resword = &wordlist[1219];
goto compare;
- case 8539:
+ case 7818:
resword = &wordlist[1220];
goto compare;
- case 8542:
+ case 7822:
resword = &wordlist[1221];
goto compare;
- case 8545:
+ case 7824:
resword = &wordlist[1222];
goto compare;
- case 8548:
+ case 7826:
resword = &wordlist[1223];
goto compare;
- case 8553:
+ case 7836:
resword = &wordlist[1224];
goto compare;
- case 8558:
+ case 7843:
resword = &wordlist[1225];
goto compare;
- case 8566:
+ case 7849:
resword = &wordlist[1226];
goto compare;
- case 8577:
+ case 7856:
resword = &wordlist[1227];
goto compare;
- case 8594:
+ case 7858:
resword = &wordlist[1228];
goto compare;
- case 8602:
+ case 7860:
resword = &wordlist[1229];
goto compare;
- case 8607:
+ case 7868:
resword = &wordlist[1230];
goto compare;
- case 8612:
+ case 7874:
resword = &wordlist[1231];
goto compare;
- case 8623:
+ case 7881:
resword = &wordlist[1232];
goto compare;
- case 8626:
+ case 7884:
resword = &wordlist[1233];
goto compare;
- case 8639:
+ case 7890:
resword = &wordlist[1234];
goto compare;
- case 8650:
+ case 7891:
resword = &wordlist[1235];
goto compare;
- case 8661:
+ case 7898:
resword = &wordlist[1236];
goto compare;
- case 8662:
+ case 7900:
resword = &wordlist[1237];
goto compare;
- case 8677:
+ case 7903:
resword = &wordlist[1238];
goto compare;
- case 8685:
+ case 7912:
resword = &wordlist[1239];
goto compare;
- case 8687:
+ case 7913:
resword = &wordlist[1240];
goto compare;
- case 8700:
+ case 7918:
resword = &wordlist[1241];
goto compare;
- case 8720:
+ case 7927:
resword = &wordlist[1242];
goto compare;
- case 8721:
+ case 7933:
resword = &wordlist[1243];
goto compare;
- case 8725:
+ case 7934:
resword = &wordlist[1244];
goto compare;
- case 8726:
+ case 7948:
resword = &wordlist[1245];
goto compare;
- case 8727:
+ case 7950:
resword = &wordlist[1246];
goto compare;
- case 8728:
+ case 7967:
resword = &wordlist[1247];
goto compare;
- case 8729:
+ case 7972:
resword = &wordlist[1248];
goto compare;
- case 8735:
+ case 7974:
resword = &wordlist[1249];
goto compare;
- case 8740:
+ case 7975:
resword = &wordlist[1250];
goto compare;
- case 8744:
+ case 7987:
resword = &wordlist[1251];
goto compare;
- case 8746:
+ case 8007:
resword = &wordlist[1252];
goto compare;
- case 8756:
+ case 8018:
resword = &wordlist[1253];
goto compare;
- case 8758:
+ case 8024:
resword = &wordlist[1254];
goto compare;
- case 8776:
+ case 8047:
resword = &wordlist[1255];
goto compare;
- case 8784:
+ case 8048:
resword = &wordlist[1256];
goto compare;
- case 8812:
+ case 8056:
resword = &wordlist[1257];
goto compare;
- case 8815:
+ case 8064:
resword = &wordlist[1258];
goto compare;
- case 8827:
+ case 8075:
resword = &wordlist[1259];
goto compare;
- case 8828:
+ case 8083:
resword = &wordlist[1260];
goto compare;
- case 8829:
+ case 8091:
resword = &wordlist[1261];
goto compare;
- case 8831:
+ case 8093:
resword = &wordlist[1262];
goto compare;
- case 8846:
+ case 8100:
resword = &wordlist[1263];
goto compare;
- case 8857:
+ case 8103:
resword = &wordlist[1264];
goto compare;
- case 8858:
+ case 8110:
resword = &wordlist[1265];
goto compare;
- case 8859:
+ case 8134:
resword = &wordlist[1266];
goto compare;
- case 8864:
+ case 8135:
resword = &wordlist[1267];
goto compare;
- case 8868:
+ case 8145:
resword = &wordlist[1268];
goto compare;
- case 8873:
+ case 8174:
resword = &wordlist[1269];
goto compare;
- case 8877:
+ case 8188:
resword = &wordlist[1270];
goto compare;
- case 8878:
+ case 8200:
resword = &wordlist[1271];
goto compare;
- case 8879:
+ case 8202:
resword = &wordlist[1272];
goto compare;
- case 8888:
+ case 8210:
resword = &wordlist[1273];
goto compare;
- case 8892:
+ case 8213:
resword = &wordlist[1274];
goto compare;
- case 8893:
+ case 8215:
resword = &wordlist[1275];
goto compare;
- case 8895:
+ case 8218:
resword = &wordlist[1276];
goto compare;
- case 8903:
+ case 8221:
resword = &wordlist[1277];
goto compare;
- case 8906:
+ case 8222:
resword = &wordlist[1278];
goto compare;
- case 8924:
+ case 8250:
resword = &wordlist[1279];
goto compare;
- case 8927:
+ case 8258:
resword = &wordlist[1280];
goto compare;
- case 8948:
+ case 8261:
resword = &wordlist[1281];
goto compare;
- case 8950:
+ case 8273:
resword = &wordlist[1282];
goto compare;
- case 8953:
+ case 8278:
resword = &wordlist[1283];
goto compare;
- case 8954:
+ case 8285:
resword = &wordlist[1284];
goto compare;
- case 8970:
+ case 8293:
resword = &wordlist[1285];
goto compare;
- case 8977:
+ case 8296:
resword = &wordlist[1286];
goto compare;
- case 8983:
+ case 8310:
resword = &wordlist[1287];
goto compare;
- case 8999:
+ case 8320:
resword = &wordlist[1288];
goto compare;
- case 9004:
+ case 8322:
resword = &wordlist[1289];
goto compare;
- case 9010:
+ case 8345:
resword = &wordlist[1290];
goto compare;
- case 9014:
+ case 8346:
resword = &wordlist[1291];
goto compare;
- case 9015:
+ case 8360:
resword = &wordlist[1292];
goto compare;
- case 9020:
+ case 8379:
resword = &wordlist[1293];
goto compare;
- case 9024:
+ case 8383:
resword = &wordlist[1294];
goto compare;
- case 9046:
+ case 8386:
resword = &wordlist[1295];
goto compare;
- case 9048:
+ case 8397:
resword = &wordlist[1296];
goto compare;
- case 9052:
+ case 8405:
resword = &wordlist[1297];
goto compare;
- case 9054:
+ case 8406:
resword = &wordlist[1298];
goto compare;
- case 9064:
+ case 8408:
resword = &wordlist[1299];
goto compare;
- case 9076:
+ case 8411:
resword = &wordlist[1300];
goto compare;
- case 9078:
+ case 8413:
resword = &wordlist[1301];
goto compare;
- case 9089:
+ case 8422:
resword = &wordlist[1302];
goto compare;
- case 9097:
+ case 8423:
resword = &wordlist[1303];
goto compare;
- case 9116:
+ case 8446:
resword = &wordlist[1304];
goto compare;
- case 9118:
+ case 8450:
resword = &wordlist[1305];
goto compare;
- case 9122:
+ case 8457:
resword = &wordlist[1306];
goto compare;
- case 9138:
+ case 8465:
resword = &wordlist[1307];
goto compare;
- case 9141:
+ case 8472:
resword = &wordlist[1308];
goto compare;
- case 9148:
+ case 8496:
resword = &wordlist[1309];
goto compare;
- case 9157:
+ case 8497:
resword = &wordlist[1310];
goto compare;
- case 9159:
+ case 8505:
resword = &wordlist[1311];
goto compare;
- case 9162:
+ case 8510:
resword = &wordlist[1312];
goto compare;
- case 9163:
+ case 8511:
resword = &wordlist[1313];
goto compare;
- case 9170:
+ case 8518:
resword = &wordlist[1314];
goto compare;
- case 9177:
+ case 8521:
resword = &wordlist[1315];
goto compare;
- case 9188:
+ case 8525:
resword = &wordlist[1316];
goto compare;
- case 9189:
+ case 8526:
resword = &wordlist[1317];
goto compare;
- case 9195:
+ case 8527:
resword = &wordlist[1318];
goto compare;
- case 9198:
+ case 8538:
resword = &wordlist[1319];
goto compare;
- case 9199:
+ case 8540:
resword = &wordlist[1320];
goto compare;
- case 9203:
+ case 8544:
resword = &wordlist[1321];
goto compare;
- case 9207:
+ case 8547:
resword = &wordlist[1322];
goto compare;
- case 9225:
+ case 8550:
resword = &wordlist[1323];
goto compare;
- case 9244:
+ case 8551:
resword = &wordlist[1324];
goto compare;
- case 9247:
+ case 8554:
resword = &wordlist[1325];
goto compare;
- case 9261:
+ case 8555:
resword = &wordlist[1326];
goto compare;
- case 9270:
+ case 8571:
resword = &wordlist[1327];
goto compare;
- case 9277:
+ case 8574:
resword = &wordlist[1328];
goto compare;
- case 9283:
+ case 8575:
resword = &wordlist[1329];
goto compare;
- case 9287:
+ case 8579:
resword = &wordlist[1330];
goto compare;
- case 9291:
+ case 8583:
resword = &wordlist[1331];
goto compare;
- case 9293:
+ case 8587:
resword = &wordlist[1332];
goto compare;
- case 9298:
+ case 8588:
resword = &wordlist[1333];
goto compare;
- case 9303:
+ case 8589:
resword = &wordlist[1334];
goto compare;
- case 9315:
+ case 8591:
resword = &wordlist[1335];
goto compare;
- case 9349:
+ case 8604:
resword = &wordlist[1336];
goto compare;
- case 9352:
+ case 8614:
resword = &wordlist[1337];
goto compare;
- case 9360:
+ case 8616:
resword = &wordlist[1338];
goto compare;
- case 9361:
+ case 8621:
resword = &wordlist[1339];
goto compare;
- case 9388:
+ case 8623:
resword = &wordlist[1340];
goto compare;
- case 9398:
+ case 8627:
resword = &wordlist[1341];
goto compare;
- case 9411:
+ case 8628:
resword = &wordlist[1342];
goto compare;
- case 9436:
+ case 8640:
resword = &wordlist[1343];
goto compare;
- case 9438:
+ case 8642:
resword = &wordlist[1344];
goto compare;
- case 9452:
+ case 8648:
resword = &wordlist[1345];
goto compare;
- case 9466:
+ case 8662:
resword = &wordlist[1346];
goto compare;
- case 9468:
+ case 8668:
resword = &wordlist[1347];
goto compare;
- case 9469:
+ case 8677:
resword = &wordlist[1348];
goto compare;
- case 9475:
+ case 8691:
resword = &wordlist[1349];
goto compare;
- case 9480:
+ case 8708:
resword = &wordlist[1350];
goto compare;
- case 9495:
+ case 8709:
resword = &wordlist[1351];
goto compare;
- case 9498:
+ case 8721:
resword = &wordlist[1352];
goto compare;
- case 9507:
+ case 8722:
resword = &wordlist[1353];
goto compare;
- case 9508:
+ case 8741:
resword = &wordlist[1354];
goto compare;
- case 9519:
+ case 8742:
resword = &wordlist[1355];
goto compare;
- case 9554:
+ case 8753:
resword = &wordlist[1356];
goto compare;
- case 9556:
+ case 8773:
resword = &wordlist[1357];
goto compare;
- case 9558:
+ case 8781:
resword = &wordlist[1358];
goto compare;
- case 9564:
+ case 8782:
resword = &wordlist[1359];
goto compare;
- case 9565:
+ case 8785:
resword = &wordlist[1360];
goto compare;
- case 9567:
+ case 8792:
resword = &wordlist[1361];
goto compare;
- case 9577:
+ case 8812:
resword = &wordlist[1362];
goto compare;
- case 9578:
+ case 8814:
resword = &wordlist[1363];
goto compare;
- case 9589:
+ case 8818:
resword = &wordlist[1364];
goto compare;
- case 9592:
+ case 8832:
resword = &wordlist[1365];
goto compare;
- case 9599:
+ case 8836:
resword = &wordlist[1366];
goto compare;
- case 9606:
+ case 8839:
resword = &wordlist[1367];
goto compare;
- case 9609:
+ case 8854:
resword = &wordlist[1368];
goto compare;
- case 9619:
+ case 8858:
resword = &wordlist[1369];
goto compare;
- case 9624:
+ case 8876:
resword = &wordlist[1370];
goto compare;
- case 9628:
+ case 8897:
resword = &wordlist[1371];
goto compare;
- case 9631:
+ case 8900:
resword = &wordlist[1372];
goto compare;
- case 9642:
+ case 8908:
resword = &wordlist[1373];
goto compare;
- case 9669:
+ case 8927:
resword = &wordlist[1374];
goto compare;
- case 9703:
+ case 8928:
resword = &wordlist[1375];
goto compare;
- case 9710:
+ case 8947:
resword = &wordlist[1376];
goto compare;
- case 9723:
+ case 8949:
resword = &wordlist[1377];
goto compare;
- case 9726:
+ case 8958:
resword = &wordlist[1378];
goto compare;
- case 9731:
+ case 8960:
resword = &wordlist[1379];
goto compare;
- case 9737:
+ case 8972:
resword = &wordlist[1380];
goto compare;
- case 9745:
+ case 8973:
resword = &wordlist[1381];
goto compare;
- case 9785:
+ case 8976:
resword = &wordlist[1382];
goto compare;
- case 9791:
+ case 8978:
resword = &wordlist[1383];
goto compare;
- case 9794:
+ case 8980:
resword = &wordlist[1384];
goto compare;
- case 9802:
+ case 8983:
resword = &wordlist[1385];
goto compare;
- case 9820:
+ case 8985:
resword = &wordlist[1386];
goto compare;
- case 9830:
+ case 8996:
resword = &wordlist[1387];
goto compare;
- case 9837:
+ case 8999:
resword = &wordlist[1388];
goto compare;
- case 9850:
+ case 9000:
resword = &wordlist[1389];
goto compare;
- case 9855:
+ case 9003:
resword = &wordlist[1390];
goto compare;
- case 9857:
+ case 9020:
resword = &wordlist[1391];
goto compare;
- case 9870:
+ case 9032:
resword = &wordlist[1392];
goto compare;
- case 9885:
+ case 9034:
resword = &wordlist[1393];
goto compare;
- case 9886:
+ case 9035:
resword = &wordlist[1394];
goto compare;
- case 9898:
+ case 9040:
resword = &wordlist[1395];
goto compare;
- case 9902:
+ case 9048:
resword = &wordlist[1396];
goto compare;
- case 9910:
+ case 9049:
resword = &wordlist[1397];
goto compare;
- case 9911:
+ case 9065:
resword = &wordlist[1398];
goto compare;
- case 9916:
+ case 9075:
resword = &wordlist[1399];
goto compare;
- case 9920:
+ case 9081:
resword = &wordlist[1400];
goto compare;
- case 9925:
+ case 9101:
resword = &wordlist[1401];
goto compare;
- case 9934:
+ case 9104:
resword = &wordlist[1402];
goto compare;
- case 9940:
+ case 9107:
resword = &wordlist[1403];
goto compare;
- case 9943:
+ case 9108:
resword = &wordlist[1404];
goto compare;
- case 9944:
+ case 9114:
resword = &wordlist[1405];
goto compare;
- case 9946:
+ case 9118:
resword = &wordlist[1406];
goto compare;
- case 9949:
+ case 9133:
resword = &wordlist[1407];
goto compare;
- case 9955:
+ case 9139:
resword = &wordlist[1408];
goto compare;
- case 9967:
+ case 9151:
resword = &wordlist[1409];
goto compare;
- case 9970:
+ case 9169:
resword = &wordlist[1410];
goto compare;
- case 9980:
+ case 9174:
resword = &wordlist[1411];
goto compare;
- case 9995:
+ case 9184:
resword = &wordlist[1412];
goto compare;
- case 9999:
+ case 9191:
resword = &wordlist[1413];
goto compare;
- case 10003:
+ case 9222:
resword = &wordlist[1414];
goto compare;
- case 10007:
+ case 9228:
resword = &wordlist[1415];
goto compare;
- case 10014:
+ case 9229:
resword = &wordlist[1416];
goto compare;
- case 10021:
+ case 9235:
resword = &wordlist[1417];
goto compare;
- case 10027:
+ case 9238:
resword = &wordlist[1418];
goto compare;
- case 10028:
+ case 9246:
resword = &wordlist[1419];
goto compare;
- case 10035:
+ case 9247:
resword = &wordlist[1420];
goto compare;
- case 10042:
+ case 9249:
resword = &wordlist[1421];
goto compare;
- case 10051:
+ case 9255:
resword = &wordlist[1422];
goto compare;
- case 10056:
+ case 9257:
resword = &wordlist[1423];
goto compare;
- case 10070:
+ case 9264:
resword = &wordlist[1424];
goto compare;
- case 10072:
+ case 9265:
resword = &wordlist[1425];
goto compare;
- case 10081:
+ case 9267:
resword = &wordlist[1426];
goto compare;
- case 10087:
+ case 9271:
resword = &wordlist[1427];
goto compare;
- case 10094:
+ case 9277:
resword = &wordlist[1428];
goto compare;
- case 10098:
+ case 9286:
resword = &wordlist[1429];
goto compare;
- case 10113:
+ case 9290:
resword = &wordlist[1430];
goto compare;
- case 10114:
+ case 9291:
resword = &wordlist[1431];
goto compare;
- case 10127:
+ case 9294:
resword = &wordlist[1432];
goto compare;
- case 10129:
+ case 9301:
resword = &wordlist[1433];
goto compare;
- case 10135:
+ case 9315:
resword = &wordlist[1434];
goto compare;
- case 10137:
+ case 9320:
resword = &wordlist[1435];
goto compare;
- case 10140:
+ case 9322:
resword = &wordlist[1436];
goto compare;
- case 10155:
+ case 9323:
resword = &wordlist[1437];
goto compare;
- case 10159:
+ case 9344:
resword = &wordlist[1438];
goto compare;
- case 10167:
+ case 9356:
resword = &wordlist[1439];
goto compare;
- case 10171:
+ case 9365:
resword = &wordlist[1440];
goto compare;
- case 10198:
+ case 9369:
resword = &wordlist[1441];
goto compare;
- case 10204:
+ case 9375:
resword = &wordlist[1442];
goto compare;
- case 10214:
+ case 9378:
resword = &wordlist[1443];
goto compare;
- case 10221:
+ case 9390:
resword = &wordlist[1444];
goto compare;
- case 10222:
+ case 9399:
resword = &wordlist[1445];
goto compare;
- case 10261:
+ case 9405:
resword = &wordlist[1446];
goto compare;
- case 10283:
+ case 9411:
resword = &wordlist[1447];
goto compare;
- case 10295:
+ case 9420:
resword = &wordlist[1448];
goto compare;
- case 10305:
+ case 9423:
resword = &wordlist[1449];
goto compare;
- case 10350:
+ case 9451:
resword = &wordlist[1450];
goto compare;
- case 10356:
+ case 9457:
resword = &wordlist[1451];
goto compare;
- case 10373:
+ case 9462:
resword = &wordlist[1452];
goto compare;
- case 10386:
+ case 9483:
resword = &wordlist[1453];
goto compare;
- case 10390:
+ case 9490:
resword = &wordlist[1454];
goto compare;
- case 10402:
+ case 9495:
resword = &wordlist[1455];
goto compare;
- case 10405:
+ case 9513:
resword = &wordlist[1456];
goto compare;
- case 10408:
+ case 9525:
resword = &wordlist[1457];
goto compare;
- case 10425:
+ case 9531:
resword = &wordlist[1458];
goto compare;
- case 10434:
+ case 9532:
resword = &wordlist[1459];
goto compare;
- case 10445:
+ case 9535:
resword = &wordlist[1460];
goto compare;
- case 10453:
+ case 9539:
resword = &wordlist[1461];
goto compare;
- case 10457:
+ case 9567:
resword = &wordlist[1462];
goto compare;
- case 10467:
+ case 9572:
resword = &wordlist[1463];
goto compare;
- case 10490:
+ case 9581:
resword = &wordlist[1464];
goto compare;
- case 10502:
+ case 9585:
resword = &wordlist[1465];
goto compare;
- case 10503:
+ case 9592:
resword = &wordlist[1466];
goto compare;
- case 10506:
+ case 9607:
resword = &wordlist[1467];
goto compare;
- case 10524:
+ case 9614:
resword = &wordlist[1468];
goto compare;
- case 10530:
+ case 9643:
resword = &wordlist[1469];
goto compare;
- case 10531:
+ case 9644:
resword = &wordlist[1470];
goto compare;
- case 10532:
+ case 9648:
resword = &wordlist[1471];
goto compare;
- case 10541:
+ case 9649:
resword = &wordlist[1472];
goto compare;
- case 10547:
+ case 9658:
resword = &wordlist[1473];
goto compare;
- case 10553:
+ case 9672:
resword = &wordlist[1474];
goto compare;
- case 10559:
+ case 9675:
resword = &wordlist[1475];
goto compare;
- case 10566:
+ case 9676:
resword = &wordlist[1476];
goto compare;
- case 10571:
+ case 9677:
resword = &wordlist[1477];
goto compare;
- case 10572:
+ case 9689:
resword = &wordlist[1478];
goto compare;
- case 10580:
+ case 9691:
resword = &wordlist[1479];
goto compare;
- case 10604:
+ case 9692:
resword = &wordlist[1480];
goto compare;
- case 10605:
+ case 9697:
resword = &wordlist[1481];
goto compare;
- case 10631:
+ case 9705:
resword = &wordlist[1482];
goto compare;
- case 10635:
+ case 9709:
resword = &wordlist[1483];
goto compare;
- case 10636:
+ case 9714:
resword = &wordlist[1484];
goto compare;
- case 10639:
+ case 9715:
resword = &wordlist[1485];
goto compare;
- case 10643:
+ case 9729:
resword = &wordlist[1486];
goto compare;
- case 10644:
+ case 9731:
resword = &wordlist[1487];
goto compare;
- case 10647:
+ case 9747:
resword = &wordlist[1488];
goto compare;
- case 10649:
+ case 9748:
resword = &wordlist[1489];
goto compare;
- case 10650:
+ case 9753:
resword = &wordlist[1490];
goto compare;
- case 10659:
+ case 9772:
resword = &wordlist[1491];
goto compare;
- case 10661:
+ case 9782:
resword = &wordlist[1492];
goto compare;
- case 10665:
+ case 9787:
resword = &wordlist[1493];
goto compare;
- case 10669:
+ case 9788:
resword = &wordlist[1494];
goto compare;
- case 10674:
+ case 9790:
resword = &wordlist[1495];
goto compare;
- case 10675:
+ case 9800:
resword = &wordlist[1496];
goto compare;
- case 10677:
+ case 9805:
resword = &wordlist[1497];
goto compare;
- case 10680:
+ case 9816:
resword = &wordlist[1498];
goto compare;
- case 10682:
+ case 9834:
resword = &wordlist[1499];
goto compare;
- case 10685:
+ case 9848:
resword = &wordlist[1500];
goto compare;
- case 10686:
+ case 9853:
resword = &wordlist[1501];
goto compare;
- case 10690:
+ case 9858:
resword = &wordlist[1502];
goto compare;
- case 10699:
+ case 9863:
resword = &wordlist[1503];
goto compare;
- case 10713:
+ case 9875:
resword = &wordlist[1504];
goto compare;
- case 10716:
+ case 9886:
resword = &wordlist[1505];
goto compare;
- case 10734:
+ case 9894:
resword = &wordlist[1506];
goto compare;
- case 10738:
+ case 9900:
resword = &wordlist[1507];
goto compare;
- case 10739:
+ case 9904:
resword = &wordlist[1508];
goto compare;
- case 10744:
+ case 9905:
resword = &wordlist[1509];
goto compare;
- case 10768:
+ case 9934:
resword = &wordlist[1510];
goto compare;
- case 10775:
+ case 9949:
resword = &wordlist[1511];
goto compare;
- case 10779:
+ case 9951:
resword = &wordlist[1512];
goto compare;
- case 10816:
+ case 9961:
resword = &wordlist[1513];
goto compare;
- case 10831:
+ case 9969:
resword = &wordlist[1514];
goto compare;
- case 10845:
+ case 9975:
resword = &wordlist[1515];
goto compare;
- case 10855:
+ case 9976:
resword = &wordlist[1516];
goto compare;
- case 10857:
+ case 9981:
resword = &wordlist[1517];
goto compare;
- case 10860:
+ case 9983:
resword = &wordlist[1518];
goto compare;
- case 10865:
+ case 9985:
resword = &wordlist[1519];
goto compare;
- case 10877:
+ case 10024:
resword = &wordlist[1520];
goto compare;
- case 10899:
+ case 10030:
resword = &wordlist[1521];
goto compare;
- case 10903:
+ case 10046:
resword = &wordlist[1522];
goto compare;
- case 10915:
+ case 10047:
resword = &wordlist[1523];
goto compare;
- case 10918:
+ case 10053:
resword = &wordlist[1524];
goto compare;
- case 10920:
+ case 10057:
resword = &wordlist[1525];
goto compare;
- case 10936:
+ case 10060:
resword = &wordlist[1526];
goto compare;
- case 10942:
+ case 10062:
resword = &wordlist[1527];
goto compare;
- case 10949:
+ case 10067:
resword = &wordlist[1528];
goto compare;
- case 10971:
+ case 10070:
resword = &wordlist[1529];
goto compare;
- case 10974:
+ case 10085:
resword = &wordlist[1530];
goto compare;
- case 10979:
+ case 10090:
resword = &wordlist[1531];
goto compare;
- case 10986:
+ case 10091:
resword = &wordlist[1532];
goto compare;
- case 10990:
+ case 10095:
resword = &wordlist[1533];
goto compare;
- case 10992:
+ case 10102:
resword = &wordlist[1534];
goto compare;
- case 10993:
+ case 10118:
resword = &wordlist[1535];
goto compare;
- case 11022:
+ case 10134:
resword = &wordlist[1536];
goto compare;
- case 11027:
+ case 10141:
resword = &wordlist[1537];
goto compare;
- case 11032:
+ case 10182:
resword = &wordlist[1538];
goto compare;
- case 11044:
+ case 10188:
resword = &wordlist[1539];
goto compare;
- case 11053:
+ case 10191:
resword = &wordlist[1540];
goto compare;
- case 11072:
+ case 10206:
resword = &wordlist[1541];
goto compare;
- case 11090:
+ case 10212:
resword = &wordlist[1542];
goto compare;
- case 11101:
+ case 10220:
resword = &wordlist[1543];
goto compare;
- case 11104:
+ case 10224:
resword = &wordlist[1544];
goto compare;
- case 11122:
+ case 10236:
resword = &wordlist[1545];
goto compare;
- case 11139:
+ case 10242:
resword = &wordlist[1546];
goto compare;
- case 11140:
+ case 10244:
resword = &wordlist[1547];
goto compare;
- case 11141:
+ case 10247:
resword = &wordlist[1548];
goto compare;
- case 11146:
+ case 10249:
resword = &wordlist[1549];
goto compare;
- case 11155:
+ case 10255:
resword = &wordlist[1550];
goto compare;
- case 11166:
+ case 10262:
resword = &wordlist[1551];
goto compare;
- case 11184:
+ case 10267:
resword = &wordlist[1552];
goto compare;
- case 11189:
+ case 10278:
resword = &wordlist[1553];
goto compare;
- case 11190:
+ case 10284:
resword = &wordlist[1554];
goto compare;
- case 11198:
+ case 10287:
resword = &wordlist[1555];
goto compare;
- case 11203:
+ case 10309:
resword = &wordlist[1556];
goto compare;
- case 11204:
+ case 10310:
resword = &wordlist[1557];
goto compare;
- case 11207:
+ case 10322:
resword = &wordlist[1558];
goto compare;
- case 11245:
+ case 10335:
resword = &wordlist[1559];
goto compare;
- case 11250:
+ case 10336:
resword = &wordlist[1560];
goto compare;
- case 11251:
+ case 10344:
resword = &wordlist[1561];
goto compare;
- case 11257:
+ case 10347:
resword = &wordlist[1562];
goto compare;
- case 11258:
+ case 10377:
resword = &wordlist[1563];
goto compare;
- case 11266:
+ case 10384:
resword = &wordlist[1564];
goto compare;
- case 11281:
+ case 10392:
resword = &wordlist[1565];
goto compare;
- case 11286:
+ case 10397:
resword = &wordlist[1566];
goto compare;
- case 11289:
+ case 10413:
resword = &wordlist[1567];
goto compare;
- case 11297:
+ case 10416:
resword = &wordlist[1568];
goto compare;
- case 11301:
+ case 10423:
resword = &wordlist[1569];
goto compare;
- case 11302:
+ case 10434:
resword = &wordlist[1570];
goto compare;
- case 11306:
+ case 10435:
resword = &wordlist[1571];
goto compare;
- case 11311:
+ case 10449:
resword = &wordlist[1572];
goto compare;
- case 11315:
+ case 10454:
resword = &wordlist[1573];
goto compare;
- case 11324:
+ case 10458:
resword = &wordlist[1574];
goto compare;
- case 11346:
+ case 10466:
resword = &wordlist[1575];
goto compare;
- case 11348:
+ case 10467:
resword = &wordlist[1576];
goto compare;
- case 11359:
+ case 10473:
resword = &wordlist[1577];
goto compare;
- case 11376:
+ case 10481:
resword = &wordlist[1578];
goto compare;
- case 11378:
+ case 10484:
resword = &wordlist[1579];
goto compare;
- case 11383:
+ case 10487:
resword = &wordlist[1580];
goto compare;
- case 11393:
+ case 10492:
resword = &wordlist[1581];
goto compare;
- case 11402:
+ case 10493:
resword = &wordlist[1582];
goto compare;
- case 11428:
+ case 10496:
resword = &wordlist[1583];
goto compare;
- case 11431:
+ case 10498:
resword = &wordlist[1584];
goto compare;
- case 11435:
+ case 10499:
resword = &wordlist[1585];
goto compare;
- case 11447:
+ case 10501:
resword = &wordlist[1586];
goto compare;
- case 11455:
+ case 10511:
resword = &wordlist[1587];
goto compare;
- case 11467:
+ case 10513:
resword = &wordlist[1588];
goto compare;
- case 11486:
+ case 10516:
resword = &wordlist[1589];
goto compare;
- case 11491:
+ case 10517:
resword = &wordlist[1590];
goto compare;
- case 11519:
+ case 10524:
resword = &wordlist[1591];
goto compare;
- case 11530:
+ case 10544:
resword = &wordlist[1592];
goto compare;
- case 11536:
+ case 10557:
resword = &wordlist[1593];
goto compare;
- case 11545:
+ case 10568:
resword = &wordlist[1594];
goto compare;
- case 11582:
+ case 10582:
resword = &wordlist[1595];
goto compare;
- case 11595:
+ case 10587:
resword = &wordlist[1596];
goto compare;
- case 11602:
+ case 10590:
resword = &wordlist[1597];
goto compare;
- case 11608:
+ case 10614:
resword = &wordlist[1598];
goto compare;
- case 11612:
+ case 10616:
resword = &wordlist[1599];
goto compare;
- case 11616:
+ case 10620:
resword = &wordlist[1600];
goto compare;
- case 11621:
+ case 10639:
resword = &wordlist[1601];
goto compare;
- case 11625:
+ case 10647:
resword = &wordlist[1602];
goto compare;
- case 11626:
+ case 10683:
resword = &wordlist[1603];
goto compare;
- case 11633:
+ case 10684:
resword = &wordlist[1604];
goto compare;
- case 11635:
+ case 10695:
resword = &wordlist[1605];
goto compare;
- case 11637:
+ case 10710:
resword = &wordlist[1606];
goto compare;
- case 11655:
+ case 10724:
resword = &wordlist[1607];
goto compare;
- case 11661:
+ case 10725:
resword = &wordlist[1608];
goto compare;
- case 11690:
+ case 10739:
resword = &wordlist[1609];
goto compare;
- case 11715:
+ case 10765:
resword = &wordlist[1610];
goto compare;
- case 11718:
+ case 10772:
resword = &wordlist[1611];
goto compare;
- case 11736:
+ case 10807:
resword = &wordlist[1612];
goto compare;
- case 11754:
+ case 10823:
resword = &wordlist[1613];
goto compare;
- case 11758:
+ case 10834:
resword = &wordlist[1614];
goto compare;
- case 11760:
+ case 10837:
resword = &wordlist[1615];
goto compare;
- case 11771:
+ case 10838:
resword = &wordlist[1616];
goto compare;
- case 11777:
+ case 10845:
resword = &wordlist[1617];
goto compare;
- case 11784:
+ case 10852:
resword = &wordlist[1618];
goto compare;
- case 11785:
+ case 10855:
resword = &wordlist[1619];
goto compare;
- case 11802:
+ case 10858:
resword = &wordlist[1620];
goto compare;
- case 11808:
+ case 10870:
resword = &wordlist[1621];
goto compare;
- case 11809:
+ case 10882:
resword = &wordlist[1622];
goto compare;
- case 11858:
+ case 10885:
resword = &wordlist[1623];
goto compare;
- case 11872:
+ case 10892:
resword = &wordlist[1624];
goto compare;
- case 11896:
+ case 10895:
resword = &wordlist[1625];
goto compare;
- case 11918:
+ case 10900:
resword = &wordlist[1626];
goto compare;
- case 11945:
+ case 10902:
resword = &wordlist[1627];
goto compare;
- case 11952:
+ case 10922:
resword = &wordlist[1628];
goto compare;
- case 11955:
+ case 10925:
resword = &wordlist[1629];
goto compare;
- case 11963:
+ case 10927:
resword = &wordlist[1630];
goto compare;
- case 11964:
+ case 10932:
resword = &wordlist[1631];
goto compare;
- case 11970:
+ case 10937:
resword = &wordlist[1632];
goto compare;
- case 11971:
+ case 10944:
resword = &wordlist[1633];
goto compare;
- case 11972:
+ case 10951:
resword = &wordlist[1634];
goto compare;
- case 11981:
+ case 10954:
resword = &wordlist[1635];
goto compare;
- case 11984:
+ case 10957:
resword = &wordlist[1636];
goto compare;
- case 11987:
+ case 10959:
resword = &wordlist[1637];
goto compare;
- case 11991:
+ case 10961:
resword = &wordlist[1638];
goto compare;
- case 11994:
+ case 10964:
resword = &wordlist[1639];
goto compare;
- case 11996:
+ case 10989:
resword = &wordlist[1640];
goto compare;
- case 12000:
+ case 10990:
resword = &wordlist[1641];
goto compare;
- case 12007:
+ case 11007:
resword = &wordlist[1642];
goto compare;
- case 12019:
+ case 11009:
resword = &wordlist[1643];
goto compare;
- case 12022:
+ case 11012:
resword = &wordlist[1644];
goto compare;
- case 12025:
+ case 11018:
resword = &wordlist[1645];
goto compare;
- case 12035:
+ case 11019:
resword = &wordlist[1646];
goto compare;
- case 12038:
+ case 11025:
resword = &wordlist[1647];
goto compare;
- case 12040:
+ case 11052:
resword = &wordlist[1648];
goto compare;
- case 12042:
+ case 11060:
resword = &wordlist[1649];
goto compare;
- case 12047:
+ case 11072:
resword = &wordlist[1650];
goto compare;
- case 12050:
+ case 11078:
resword = &wordlist[1651];
goto compare;
- case 12057:
+ case 11085:
resword = &wordlist[1652];
goto compare;
- case 12058:
+ case 11093:
resword = &wordlist[1653];
goto compare;
- case 12067:
+ case 11117:
resword = &wordlist[1654];
goto compare;
- case 12075:
+ case 11125:
resword = &wordlist[1655];
goto compare;
- case 12092:
+ case 11130:
resword = &wordlist[1656];
goto compare;
- case 12100:
+ case 11132:
resword = &wordlist[1657];
goto compare;
- case 12107:
+ case 11139:
resword = &wordlist[1658];
goto compare;
- case 12123:
+ case 11141:
resword = &wordlist[1659];
goto compare;
- case 12145:
+ case 11152:
resword = &wordlist[1660];
goto compare;
- case 12169:
+ case 11156:
resword = &wordlist[1661];
goto compare;
- case 12172:
+ case 11167:
resword = &wordlist[1662];
goto compare;
- case 12175:
+ case 11171:
resword = &wordlist[1663];
goto compare;
- case 12191:
+ case 11175:
resword = &wordlist[1664];
goto compare;
- case 12198:
+ case 11181:
resword = &wordlist[1665];
goto compare;
- case 12200:
+ case 11182:
resword = &wordlist[1666];
goto compare;
- case 12201:
+ case 11211:
resword = &wordlist[1667];
goto compare;
- case 12203:
+ case 11214:
resword = &wordlist[1668];
goto compare;
- case 12204:
+ case 11217:
resword = &wordlist[1669];
goto compare;
- case 12212:
+ case 11219:
resword = &wordlist[1670];
goto compare;
- case 12221:
+ case 11228:
resword = &wordlist[1671];
goto compare;
- case 12227:
+ case 11235:
resword = &wordlist[1672];
goto compare;
- case 12237:
+ case 11296:
resword = &wordlist[1673];
goto compare;
- case 12243:
+ case 11311:
resword = &wordlist[1674];
goto compare;
- case 12247:
+ case 11318:
resword = &wordlist[1675];
goto compare;
- case 12264:
+ case 11330:
resword = &wordlist[1676];
goto compare;
- case 12275:
+ case 11342:
resword = &wordlist[1677];
goto compare;
- case 12280:
+ case 11347:
resword = &wordlist[1678];
goto compare;
- case 12281:
+ case 11359:
resword = &wordlist[1679];
goto compare;
- case 12284:
+ case 11360:
resword = &wordlist[1680];
goto compare;
- case 12285:
+ case 11373:
resword = &wordlist[1681];
goto compare;
- case 12301:
+ case 11379:
resword = &wordlist[1682];
goto compare;
- case 12302:
+ case 11390:
resword = &wordlist[1683];
goto compare;
- case 12307:
+ case 11397:
resword = &wordlist[1684];
goto compare;
- case 12309:
+ case 11405:
resword = &wordlist[1685];
goto compare;
- case 12312:
+ case 11408:
resword = &wordlist[1686];
goto compare;
- case 12314:
+ case 11412:
resword = &wordlist[1687];
goto compare;
- case 12315:
+ case 11418:
resword = &wordlist[1688];
goto compare;
- case 12327:
+ case 11462:
resword = &wordlist[1689];
goto compare;
- case 12331:
+ case 11464:
resword = &wordlist[1690];
goto compare;
- case 12374:
+ case 11467:
resword = &wordlist[1691];
goto compare;
- case 12382:
+ case 11475:
resword = &wordlist[1692];
goto compare;
- case 12384:
+ case 11478:
resword = &wordlist[1693];
goto compare;
- case 12388:
+ case 11480:
resword = &wordlist[1694];
goto compare;
- case 12390:
+ case 11497:
resword = &wordlist[1695];
goto compare;
- case 12393:
+ case 11509:
resword = &wordlist[1696];
goto compare;
- case 12397:
+ case 11516:
resword = &wordlist[1697];
goto compare;
- case 12398:
+ case 11524:
resword = &wordlist[1698];
goto compare;
- case 12413:
+ case 11530:
resword = &wordlist[1699];
goto compare;
- case 12429:
+ case 11548:
resword = &wordlist[1700];
goto compare;
- case 12447:
+ case 11555:
resword = &wordlist[1701];
goto compare;
- case 12449:
+ case 11556:
resword = &wordlist[1702];
goto compare;
- case 12464:
+ case 11568:
resword = &wordlist[1703];
goto compare;
- case 12472:
+ case 11591:
resword = &wordlist[1704];
goto compare;
- case 12479:
+ case 11601:
resword = &wordlist[1705];
goto compare;
- case 12487:
+ case 11609:
resword = &wordlist[1706];
goto compare;
- case 12488:
+ case 11620:
resword = &wordlist[1707];
goto compare;
- case 12491:
+ case 11624:
resword = &wordlist[1708];
goto compare;
- case 12492:
+ case 11625:
resword = &wordlist[1709];
goto compare;
- case 12499:
+ case 11627:
resword = &wordlist[1710];
goto compare;
- case 12502:
+ case 11638:
resword = &wordlist[1711];
goto compare;
- case 12506:
+ case 11640:
resword = &wordlist[1712];
goto compare;
- case 12508:
+ case 11662:
resword = &wordlist[1713];
goto compare;
- case 12510:
+ case 11670:
resword = &wordlist[1714];
goto compare;
- case 12517:
+ case 11685:
resword = &wordlist[1715];
goto compare;
- case 12526:
+ case 11690:
resword = &wordlist[1716];
goto compare;
- case 12527:
+ case 11691:
resword = &wordlist[1717];
goto compare;
- case 12529:
+ case 11692:
resword = &wordlist[1718];
goto compare;
- case 12555:
+ case 11699:
resword = &wordlist[1719];
goto compare;
- case 12556:
+ case 11702:
resword = &wordlist[1720];
goto compare;
- case 12578:
+ case 11706:
resword = &wordlist[1721];
goto compare;
- case 12588:
+ case 11714:
resword = &wordlist[1722];
goto compare;
- case 12592:
+ case 11718:
resword = &wordlist[1723];
goto compare;
- case 12601:
+ case 11732:
resword = &wordlist[1724];
goto compare;
- case 12603:
+ case 11735:
resword = &wordlist[1725];
goto compare;
- case 12607:
+ case 11751:
resword = &wordlist[1726];
goto compare;
- case 12619:
+ case 11754:
resword = &wordlist[1727];
goto compare;
- case 12621:
+ case 11768:
resword = &wordlist[1728];
goto compare;
- case 12623:
+ case 11769:
resword = &wordlist[1729];
goto compare;
- case 12625:
+ case 11780:
resword = &wordlist[1730];
goto compare;
- case 12626:
+ case 11784:
resword = &wordlist[1731];
goto compare;
- case 12629:
+ case 11785:
resword = &wordlist[1732];
goto compare;
- case 12641:
+ case 11791:
resword = &wordlist[1733];
goto compare;
- case 12645:
+ case 11795:
resword = &wordlist[1734];
goto compare;
- case 12652:
+ case 11837:
resword = &wordlist[1735];
goto compare;
- case 12660:
+ case 11842:
resword = &wordlist[1736];
goto compare;
- case 12677:
+ case 11853:
resword = &wordlist[1737];
goto compare;
- case 12695:
+ case 11855:
resword = &wordlist[1738];
goto compare;
- case 12709:
+ case 11860:
resword = &wordlist[1739];
goto compare;
- case 12724:
+ case 11875:
resword = &wordlist[1740];
goto compare;
- case 12733:
+ case 11904:
resword = &wordlist[1741];
goto compare;
- case 12734:
+ case 11911:
resword = &wordlist[1742];
goto compare;
- case 12738:
+ case 11926:
resword = &wordlist[1743];
goto compare;
- case 12776:
+ case 11931:
resword = &wordlist[1744];
goto compare;
- case 12777:
+ case 11937:
resword = &wordlist[1745];
goto compare;
- case 12834:
+ case 11938:
resword = &wordlist[1746];
goto compare;
- case 12850:
+ case 11953:
resword = &wordlist[1747];
goto compare;
- case 12852:
+ case 11955:
resword = &wordlist[1748];
goto compare;
- case 12860:
+ case 11956:
resword = &wordlist[1749];
goto compare;
- case 12873:
+ case 11957:
resword = &wordlist[1750];
goto compare;
- case 12886:
+ case 11966:
resword = &wordlist[1751];
goto compare;
- case 12892:
+ case 11973:
resword = &wordlist[1752];
goto compare;
- case 12901:
+ case 11991:
resword = &wordlist[1753];
goto compare;
- case 12913:
+ case 11997:
resword = &wordlist[1754];
goto compare;
- case 12917:
+ case 12002:
resword = &wordlist[1755];
goto compare;
- case 12930:
+ case 12009:
resword = &wordlist[1756];
goto compare;
- case 12962:
+ case 12015:
resword = &wordlist[1757];
goto compare;
- case 12966:
+ case 12028:
resword = &wordlist[1758];
goto compare;
- case 12971:
+ case 12031:
resword = &wordlist[1759];
goto compare;
- case 12977:
+ case 12032:
resword = &wordlist[1760];
goto compare;
- case 12979:
+ case 12097:
resword = &wordlist[1761];
goto compare;
- case 12980:
+ case 12109:
resword = &wordlist[1762];
goto compare;
- case 12984:
+ case 12112:
resword = &wordlist[1763];
goto compare;
- case 12990:
+ case 12128:
resword = &wordlist[1764];
goto compare;
- case 12997:
+ case 12144:
resword = &wordlist[1765];
goto compare;
- case 13004:
+ case 12153:
resword = &wordlist[1766];
goto compare;
- case 13011:
+ case 12155:
resword = &wordlist[1767];
goto compare;
- case 13014:
+ case 12158:
resword = &wordlist[1768];
goto compare;
- case 13016:
+ case 12159:
resword = &wordlist[1769];
goto compare;
- case 13025:
+ case 12177:
resword = &wordlist[1770];
goto compare;
- case 13028:
+ case 12182:
resword = &wordlist[1771];
goto compare;
- case 13034:
+ case 12194:
resword = &wordlist[1772];
goto compare;
- case 13044:
+ case 12197:
resword = &wordlist[1773];
goto compare;
- case 13047:
+ case 12203:
resword = &wordlist[1774];
goto compare;
- case 13049:
+ case 12204:
resword = &wordlist[1775];
goto compare;
- case 13050:
+ case 12206:
resword = &wordlist[1776];
goto compare;
- case 13054:
+ case 12209:
resword = &wordlist[1777];
goto compare;
- case 13066:
+ case 12225:
resword = &wordlist[1778];
goto compare;
- case 13083:
+ case 12227:
resword = &wordlist[1779];
goto compare;
- case 13099:
+ case 12232:
resword = &wordlist[1780];
goto compare;
- case 13103:
+ case 12234:
resword = &wordlist[1781];
goto compare;
- case 13105:
+ case 12237:
resword = &wordlist[1782];
goto compare;
- case 13111:
+ case 12238:
resword = &wordlist[1783];
goto compare;
- case 13115:
+ case 12239:
resword = &wordlist[1784];
goto compare;
- case 13120:
+ case 12265:
resword = &wordlist[1785];
goto compare;
- case 13124:
+ case 12276:
resword = &wordlist[1786];
goto compare;
- case 13126:
+ case 12277:
resword = &wordlist[1787];
goto compare;
- case 13148:
+ case 12311:
resword = &wordlist[1788];
goto compare;
- case 13156:
+ case 12321:
resword = &wordlist[1789];
goto compare;
- case 13162:
+ case 12327:
resword = &wordlist[1790];
goto compare;
- case 13171:
+ case 12329:
resword = &wordlist[1791];
goto compare;
- case 13175:
+ case 12338:
resword = &wordlist[1792];
goto compare;
- case 13177:
+ case 12342:
resword = &wordlist[1793];
goto compare;
- case 13187:
+ case 12352:
resword = &wordlist[1794];
goto compare;
- case 13189:
+ case 12354:
resword = &wordlist[1795];
goto compare;
- case 13191:
+ case 12363:
resword = &wordlist[1796];
goto compare;
- case 13217:
+ case 12376:
resword = &wordlist[1797];
goto compare;
- case 13225:
+ case 12379:
resword = &wordlist[1798];
goto compare;
- case 13235:
+ case 12387:
resword = &wordlist[1799];
goto compare;
- case 13244:
+ case 12394:
resword = &wordlist[1800];
goto compare;
- case 13268:
+ case 12415:
resword = &wordlist[1801];
goto compare;
- case 13270:
+ case 12419:
resword = &wordlist[1802];
goto compare;
- case 13272:
+ case 12422:
resword = &wordlist[1803];
goto compare;
- case 13274:
+ case 12437:
resword = &wordlist[1804];
goto compare;
- case 13276:
+ case 12461:
resword = &wordlist[1805];
goto compare;
- case 13277:
+ case 12482:
resword = &wordlist[1806];
goto compare;
- case 13279:
+ case 12489:
resword = &wordlist[1807];
goto compare;
- case 13299:
+ case 12506:
resword = &wordlist[1808];
goto compare;
- case 13307:
+ case 12522:
resword = &wordlist[1809];
goto compare;
- case 13320:
+ case 12523:
resword = &wordlist[1810];
goto compare;
- case 13322:
+ case 12527:
resword = &wordlist[1811];
goto compare;
- case 13327:
+ case 12533:
resword = &wordlist[1812];
goto compare;
- case 13341:
+ case 12537:
resword = &wordlist[1813];
goto compare;
- case 13347:
+ case 12541:
resword = &wordlist[1814];
goto compare;
- case 13360:
+ case 12543:
resword = &wordlist[1815];
goto compare;
- case 13363:
+ case 12548:
resword = &wordlist[1816];
goto compare;
- case 13367:
+ case 12565:
resword = &wordlist[1817];
goto compare;
- case 13369:
+ case 12566:
resword = &wordlist[1818];
goto compare;
- case 13377:
+ case 12576:
resword = &wordlist[1819];
goto compare;
- case 13388:
+ case 12585:
resword = &wordlist[1820];
goto compare;
- case 13408:
+ case 12597:
resword = &wordlist[1821];
goto compare;
- case 13410:
+ case 12613:
resword = &wordlist[1822];
goto compare;
- case 13411:
+ case 12667:
resword = &wordlist[1823];
goto compare;
- case 13412:
+ case 12673:
resword = &wordlist[1824];
goto compare;
- case 13414:
+ case 12691:
resword = &wordlist[1825];
goto compare;
- case 13422:
+ case 12703:
resword = &wordlist[1826];
goto compare;
- case 13429:
+ case 12705:
resword = &wordlist[1827];
goto compare;
- case 13433:
+ case 12708:
resword = &wordlist[1828];
goto compare;
- case 13435:
+ case 12713:
resword = &wordlist[1829];
goto compare;
- case 13438:
+ case 12716:
resword = &wordlist[1830];
goto compare;
- case 13442:
+ case 12728:
resword = &wordlist[1831];
goto compare;
- case 13447:
+ case 12730:
resword = &wordlist[1832];
goto compare;
- case 13452:
+ case 12735:
resword = &wordlist[1833];
goto compare;
- case 13476:
+ case 12736:
resword = &wordlist[1834];
goto compare;
- case 13478:
+ case 12740:
resword = &wordlist[1835];
goto compare;
- case 13489:
+ case 12741:
resword = &wordlist[1836];
goto compare;
- case 13496:
+ case 12748:
resword = &wordlist[1837];
goto compare;
- case 13505:
+ case 12758:
resword = &wordlist[1838];
goto compare;
- case 13510:
+ case 12761:
resword = &wordlist[1839];
goto compare;
- case 13517:
+ case 12768:
resword = &wordlist[1840];
goto compare;
- case 13522:
+ case 12780:
resword = &wordlist[1841];
goto compare;
- case 13531:
+ case 12794:
resword = &wordlist[1842];
goto compare;
- case 13541:
+ case 12798:
resword = &wordlist[1843];
goto compare;
- case 13544:
+ case 12816:
resword = &wordlist[1844];
goto compare;
- case 13545:
+ case 12822:
resword = &wordlist[1845];
goto compare;
- case 13557:
+ case 12825:
resword = &wordlist[1846];
goto compare;
- case 13561:
+ case 12826:
resword = &wordlist[1847];
goto compare;
- case 13562:
+ case 12827:
resword = &wordlist[1848];
goto compare;
- case 13567:
+ case 12832:
resword = &wordlist[1849];
goto compare;
- case 13576:
+ case 12835:
resword = &wordlist[1850];
goto compare;
- case 13577:
+ case 12836:
resword = &wordlist[1851];
goto compare;
- case 13579:
+ case 12839:
resword = &wordlist[1852];
goto compare;
- case 13596:
+ case 12841:
resword = &wordlist[1853];
goto compare;
- case 13599:
+ case 12844:
resword = &wordlist[1854];
goto compare;
- case 13607:
+ case 12857:
resword = &wordlist[1855];
goto compare;
- case 13610:
+ case 12873:
resword = &wordlist[1856];
goto compare;
- case 13612:
+ case 12879:
resword = &wordlist[1857];
goto compare;
- case 13642:
+ case 12881:
resword = &wordlist[1858];
goto compare;
- case 13645:
+ case 12884:
resword = &wordlist[1859];
goto compare;
- case 13648:
+ case 12907:
resword = &wordlist[1860];
goto compare;
- case 13657:
+ case 12919:
resword = &wordlist[1861];
goto compare;
- case 13662:
+ case 12921:
resword = &wordlist[1862];
goto compare;
- case 13670:
+ case 12925:
resword = &wordlist[1863];
goto compare;
- case 13672:
+ case 12935:
resword = &wordlist[1864];
goto compare;
- case 13679:
+ case 12953:
resword = &wordlist[1865];
goto compare;
- case 13684:
+ case 12957:
resword = &wordlist[1866];
goto compare;
- case 13692:
+ case 12959:
resword = &wordlist[1867];
goto compare;
- case 13693:
+ case 12987:
resword = &wordlist[1868];
goto compare;
- case 13696:
+ case 12999:
resword = &wordlist[1869];
goto compare;
- case 13703:
+ case 13006:
resword = &wordlist[1870];
goto compare;
- case 13727:
+ case 13007:
resword = &wordlist[1871];
goto compare;
- case 13731:
+ case 13008:
resword = &wordlist[1872];
goto compare;
- case 13732:
+ case 13022:
resword = &wordlist[1873];
goto compare;
- case 13733:
+ case 13032:
resword = &wordlist[1874];
goto compare;
- case 13757:
+ case 13041:
resword = &wordlist[1875];
goto compare;
- case 13771:
+ case 13042:
resword = &wordlist[1876];
goto compare;
- case 13780:
+ case 13047:
resword = &wordlist[1877];
goto compare;
- case 13781:
+ case 13058:
resword = &wordlist[1878];
goto compare;
- case 13783:
+ case 13062:
resword = &wordlist[1879];
goto compare;
- case 13788:
+ case 13073:
resword = &wordlist[1880];
goto compare;
- case 13803:
+ case 13087:
resword = &wordlist[1881];
goto compare;
- case 13807:
+ case 13100:
resword = &wordlist[1882];
goto compare;
- case 13827:
+ case 13112:
resword = &wordlist[1883];
goto compare;
- case 13828:
+ case 13137:
resword = &wordlist[1884];
goto compare;
- case 13832:
+ case 13140:
resword = &wordlist[1885];
goto compare;
- case 13837:
+ case 13153:
resword = &wordlist[1886];
goto compare;
- case 13839:
+ case 13162:
resword = &wordlist[1887];
goto compare;
- case 13849:
+ case 13165:
resword = &wordlist[1888];
goto compare;
- case 13869:
+ case 13170:
resword = &wordlist[1889];
goto compare;
- case 13879:
+ case 13198:
resword = &wordlist[1890];
goto compare;
- case 13887:
+ case 13201:
resword = &wordlist[1891];
goto compare;
- case 13894:
+ case 13205:
resword = &wordlist[1892];
goto compare;
- case 13901:
+ case 13208:
resword = &wordlist[1893];
goto compare;
- case 13903:
+ case 13236:
resword = &wordlist[1894];
goto compare;
- case 13914:
+ case 13237:
resword = &wordlist[1895];
goto compare;
- case 13917:
+ case 13245:
resword = &wordlist[1896];
goto compare;
- case 13920:
+ case 13249:
resword = &wordlist[1897];
goto compare;
- case 13931:
+ case 13250:
resword = &wordlist[1898];
goto compare;
- case 13932:
+ case 13254:
resword = &wordlist[1899];
goto compare;
- case 13937:
+ case 13265:
resword = &wordlist[1900];
goto compare;
- case 13938:
+ case 13266:
resword = &wordlist[1901];
goto compare;
- case 13939:
+ case 13269:
resword = &wordlist[1902];
goto compare;
- case 13955:
+ case 13288:
resword = &wordlist[1903];
goto compare;
- case 13958:
+ case 13289:
resword = &wordlist[1904];
goto compare;
- case 13960:
+ case 13290:
resword = &wordlist[1905];
goto compare;
- case 13978:
+ case 13291:
resword = &wordlist[1906];
goto compare;
- case 13979:
+ case 13307:
resword = &wordlist[1907];
goto compare;
- case 13983:
+ case 13311:
resword = &wordlist[1908];
goto compare;
- case 13998:
+ case 13317:
resword = &wordlist[1909];
goto compare;
- case 14007:
+ case 13318:
resword = &wordlist[1910];
goto compare;
- case 14008:
+ case 13320:
resword = &wordlist[1911];
goto compare;
- case 14017:
+ case 13330:
resword = &wordlist[1912];
goto compare;
- case 14020:
+ case 13332:
resword = &wordlist[1913];
goto compare;
- case 14021:
+ case 13340:
resword = &wordlist[1914];
goto compare;
- case 14024:
+ case 13347:
resword = &wordlist[1915];
goto compare;
- case 14035:
+ case 13355:
resword = &wordlist[1916];
goto compare;
- case 14047:
+ case 13365:
resword = &wordlist[1917];
goto compare;
- case 14068:
+ case 13366:
resword = &wordlist[1918];
goto compare;
- case 14086:
+ case 13378:
resword = &wordlist[1919];
goto compare;
- case 14091:
+ case 13406:
resword = &wordlist[1920];
goto compare;
- case 14101:
+ case 13408:
resword = &wordlist[1921];
goto compare;
- case 14106:
+ case 13412:
resword = &wordlist[1922];
goto compare;
- case 14109:
+ case 13422:
resword = &wordlist[1923];
goto compare;
- case 14111:
+ case 13427:
resword = &wordlist[1924];
goto compare;
- case 14115:
+ case 13454:
resword = &wordlist[1925];
goto compare;
- case 14118:
+ case 13479:
resword = &wordlist[1926];
goto compare;
- case 14121:
+ case 13481:
resword = &wordlist[1927];
goto compare;
- case 14134:
+ case 13483:
resword = &wordlist[1928];
goto compare;
- case 14138:
+ case 13492:
resword = &wordlist[1929];
goto compare;
- case 14144:
+ case 13493:
resword = &wordlist[1930];
goto compare;
- case 14146:
+ case 13500:
resword = &wordlist[1931];
goto compare;
- case 14150:
+ case 13513:
resword = &wordlist[1932];
goto compare;
- case 14159:
+ case 13523:
resword = &wordlist[1933];
goto compare;
- case 14161:
+ case 13533:
resword = &wordlist[1934];
goto compare;
- case 14163:
+ case 13551:
resword = &wordlist[1935];
goto compare;
- case 14166:
+ case 13556:
resword = &wordlist[1936];
goto compare;
- case 14178:
+ case 13571:
resword = &wordlist[1937];
goto compare;
- case 14190:
+ case 13585:
resword = &wordlist[1938];
goto compare;
- case 14216:
+ case 13595:
resword = &wordlist[1939];
goto compare;
- case 14223:
+ case 13620:
resword = &wordlist[1940];
goto compare;
- case 14245:
+ case 13623:
resword = &wordlist[1941];
goto compare;
- case 14254:
+ case 13628:
resword = &wordlist[1942];
goto compare;
- case 14263:
+ case 13649:
resword = &wordlist[1943];
goto compare;
- case 14272:
+ case 13650:
resword = &wordlist[1944];
goto compare;
- case 14286:
+ case 13655:
resword = &wordlist[1945];
goto compare;
- case 14301:
+ case 13679:
resword = &wordlist[1946];
goto compare;
- case 14305:
+ case 13686:
resword = &wordlist[1947];
goto compare;
- case 14309:
+ case 13696:
resword = &wordlist[1948];
goto compare;
- case 14313:
+ case 13701:
resword = &wordlist[1949];
goto compare;
- case 14319:
+ case 13721:
resword = &wordlist[1950];
goto compare;
- case 14324:
+ case 13731:
resword = &wordlist[1951];
goto compare;
- case 14334:
+ case 13736:
resword = &wordlist[1952];
goto compare;
- case 14337:
+ case 13739:
resword = &wordlist[1953];
goto compare;
- case 14344:
+ case 13743:
resword = &wordlist[1954];
goto compare;
- case 14351:
+ case 13760:
resword = &wordlist[1955];
goto compare;
- case 14368:
+ case 13762:
resword = &wordlist[1956];
goto compare;
- case 14373:
+ case 13763:
resword = &wordlist[1957];
goto compare;
- case 14385:
+ case 13766:
resword = &wordlist[1958];
goto compare;
- case 14389:
+ case 13771:
resword = &wordlist[1959];
goto compare;
- case 14390:
+ case 13774:
resword = &wordlist[1960];
goto compare;
- case 14392:
+ case 13779:
resword = &wordlist[1961];
goto compare;
- case 14394:
+ case 13799:
resword = &wordlist[1962];
goto compare;
- case 14400:
+ case 13809:
resword = &wordlist[1963];
goto compare;
- case 14421:
+ case 13810:
resword = &wordlist[1964];
goto compare;
- case 14433:
+ case 13815:
resword = &wordlist[1965];
goto compare;
- case 14450:
+ case 13837:
resword = &wordlist[1966];
goto compare;
- case 14458:
+ case 13843:
resword = &wordlist[1967];
goto compare;
- case 14461:
+ case 13861:
resword = &wordlist[1968];
goto compare;
- case 14463:
+ case 13874:
resword = &wordlist[1969];
goto compare;
- case 14465:
+ case 13883:
resword = &wordlist[1970];
goto compare;
- case 14468:
+ case 13886:
resword = &wordlist[1971];
goto compare;
- case 14486:
+ case 13906:
resword = &wordlist[1972];
goto compare;
- case 14490:
+ case 13922:
resword = &wordlist[1973];
goto compare;
- case 14500:
+ case 13923:
resword = &wordlist[1974];
goto compare;
- case 14503:
+ case 13924:
resword = &wordlist[1975];
goto compare;
- case 14538:
+ case 13928:
resword = &wordlist[1976];
goto compare;
- case 14547:
+ case 13933:
resword = &wordlist[1977];
goto compare;
- case 14552:
+ case 13940:
resword = &wordlist[1978];
goto compare;
- case 14553:
+ case 13942:
resword = &wordlist[1979];
goto compare;
- case 14577:
+ case 13955:
resword = &wordlist[1980];
goto compare;
- case 14595:
+ case 13968:
resword = &wordlist[1981];
goto compare;
- case 14598:
+ case 13972:
resword = &wordlist[1982];
goto compare;
- case 14600:
+ case 13975:
resword = &wordlist[1983];
goto compare;
- case 14606:
+ case 14007:
resword = &wordlist[1984];
goto compare;
- case 14611:
+ case 14008:
resword = &wordlist[1985];
goto compare;
- case 14622:
+ case 14020:
resword = &wordlist[1986];
goto compare;
- case 14635:
+ case 14022:
resword = &wordlist[1987];
goto compare;
- case 14650:
+ case 14037:
resword = &wordlist[1988];
goto compare;
- case 14660:
+ case 14039:
resword = &wordlist[1989];
goto compare;
- case 14681:
+ case 14058:
resword = &wordlist[1990];
goto compare;
- case 14686:
+ case 14062:
resword = &wordlist[1991];
goto compare;
- case 14696:
+ case 14070:
resword = &wordlist[1992];
goto compare;
- case 14703:
+ case 14076:
resword = &wordlist[1993];
goto compare;
- case 14705:
+ case 14077:
resword = &wordlist[1994];
goto compare;
- case 14707:
+ case 14093:
resword = &wordlist[1995];
goto compare;
- case 14713:
+ case 14101:
resword = &wordlist[1996];
goto compare;
- case 14732:
+ case 14120:
resword = &wordlist[1997];
goto compare;
- case 14734:
+ case 14134:
resword = &wordlist[1998];
goto compare;
- case 14737:
+ case 14160:
resword = &wordlist[1999];
goto compare;
- case 14741:
+ case 14167:
resword = &wordlist[2000];
goto compare;
- case 14758:
+ case 14176:
resword = &wordlist[2001];
goto compare;
- case 14771:
+ case 14180:
resword = &wordlist[2002];
goto compare;
- case 14776:
+ case 14190:
resword = &wordlist[2003];
goto compare;
- case 14780:
+ case 14195:
resword = &wordlist[2004];
goto compare;
- case 14791:
+ case 14197:
resword = &wordlist[2005];
goto compare;
- case 14792:
+ case 14208:
resword = &wordlist[2006];
goto compare;
- case 14800:
+ case 14211:
resword = &wordlist[2007];
goto compare;
- case 14802:
+ case 14214:
resword = &wordlist[2008];
goto compare;
- case 14812:
+ case 14217:
resword = &wordlist[2009];
goto compare;
- case 14816:
+ case 14219:
resword = &wordlist[2010];
goto compare;
- case 14821:
+ case 14220:
resword = &wordlist[2011];
goto compare;
- case 14827:
+ case 14221:
resword = &wordlist[2012];
goto compare;
- case 14828:
+ case 14226:
resword = &wordlist[2013];
goto compare;
- case 14831:
+ case 14235:
resword = &wordlist[2014];
goto compare;
- case 14832:
+ case 14258:
resword = &wordlist[2015];
goto compare;
- case 14834:
+ case 14264:
resword = &wordlist[2016];
goto compare;
- case 14837:
+ case 14267:
resword = &wordlist[2017];
goto compare;
- case 14844:
+ case 14280:
resword = &wordlist[2018];
goto compare;
- case 14845:
+ case 14281:
resword = &wordlist[2019];
goto compare;
- case 14846:
+ case 14283:
resword = &wordlist[2020];
goto compare;
- case 14848:
+ case 14284:
resword = &wordlist[2021];
goto compare;
- case 14854:
+ case 14287:
resword = &wordlist[2022];
goto compare;
- case 14867:
+ case 14288:
resword = &wordlist[2023];
goto compare;
- case 14875:
+ case 14294:
resword = &wordlist[2024];
goto compare;
- case 14877:
+ case 14298:
resword = &wordlist[2025];
goto compare;
- case 14886:
+ case 14303:
resword = &wordlist[2026];
goto compare;
- case 14908:
+ case 14309:
resword = &wordlist[2027];
goto compare;
- case 14914:
+ case 14316:
resword = &wordlist[2028];
goto compare;
- case 14917:
+ case 14326:
resword = &wordlist[2029];
goto compare;
- case 14918:
+ case 14329:
resword = &wordlist[2030];
goto compare;
- case 14920:
+ case 14337:
resword = &wordlist[2031];
goto compare;
- case 14934:
+ case 14353:
resword = &wordlist[2032];
goto compare;
- case 14946:
+ case 14368:
resword = &wordlist[2033];
goto compare;
- case 14952:
+ case 14370:
resword = &wordlist[2034];
goto compare;
- case 14960:
+ case 14376:
resword = &wordlist[2035];
goto compare;
- case 14966:
+ case 14391:
resword = &wordlist[2036];
goto compare;
- case 14969:
+ case 14397:
resword = &wordlist[2037];
goto compare;
- case 14971:
+ case 14411:
resword = &wordlist[2038];
goto compare;
- case 14975:
+ case 14412:
resword = &wordlist[2039];
goto compare;
- case 14976:
+ case 14415:
resword = &wordlist[2040];
goto compare;
- case 14991:
+ case 14418:
resword = &wordlist[2041];
goto compare;
- case 14992:
+ case 14421:
resword = &wordlist[2042];
goto compare;
- case 14996:
+ case 14436:
resword = &wordlist[2043];
goto compare;
- case 14997:
+ case 14441:
resword = &wordlist[2044];
goto compare;
- case 15002:
+ case 14446:
resword = &wordlist[2045];
goto compare;
- case 15011:
+ case 14451:
resword = &wordlist[2046];
goto compare;
- case 15016:
+ case 14455:
resword = &wordlist[2047];
goto compare;
- case 15022:
+ case 14462:
resword = &wordlist[2048];
goto compare;
- case 15024:
+ case 14463:
resword = &wordlist[2049];
goto compare;
- case 15037:
+ case 14472:
resword = &wordlist[2050];
goto compare;
- case 15043:
+ case 14480:
resword = &wordlist[2051];
goto compare;
- case 15055:
+ case 14551:
resword = &wordlist[2052];
goto compare;
- case 15063:
+ case 14559:
resword = &wordlist[2053];
goto compare;
- case 15065:
+ case 14562:
resword = &wordlist[2054];
goto compare;
- case 15077:
+ case 14564:
resword = &wordlist[2055];
goto compare;
- case 15092:
+ case 14571:
resword = &wordlist[2056];
goto compare;
- case 15099:
+ case 14574:
resword = &wordlist[2057];
goto compare;
- case 15108:
+ case 14576:
resword = &wordlist[2058];
goto compare;
- case 15112:
+ case 14577:
resword = &wordlist[2059];
goto compare;
- case 15121:
+ case 14586:
resword = &wordlist[2060];
goto compare;
- case 15130:
+ case 14595:
resword = &wordlist[2061];
goto compare;
- case 15146:
+ case 14599:
resword = &wordlist[2062];
goto compare;
- case 15166:
+ case 14601:
resword = &wordlist[2063];
goto compare;
- case 15167:
+ case 14616:
resword = &wordlist[2064];
goto compare;
- case 15168:
+ case 14637:
resword = &wordlist[2065];
goto compare;
- case 15172:
+ case 14647:
resword = &wordlist[2066];
goto compare;
- case 15183:
+ case 14658:
resword = &wordlist[2067];
goto compare;
- case 15193:
+ case 14672:
resword = &wordlist[2068];
goto compare;
- case 15194:
+ case 14674:
resword = &wordlist[2069];
goto compare;
- case 15200:
+ case 14686:
resword = &wordlist[2070];
goto compare;
- case 15203:
+ case 14687:
resword = &wordlist[2071];
goto compare;
- case 15204:
+ case 14691:
resword = &wordlist[2072];
goto compare;
- case 15211:
+ case 14706:
resword = &wordlist[2073];
goto compare;
- case 15214:
+ case 14707:
resword = &wordlist[2074];
goto compare;
- case 15215:
+ case 14713:
resword = &wordlist[2075];
goto compare;
- case 15217:
+ case 14728:
resword = &wordlist[2076];
goto compare;
- case 15219:
+ case 14739:
resword = &wordlist[2077];
goto compare;
- case 15228:
+ case 14747:
resword = &wordlist[2078];
goto compare;
- case 15239:
+ case 14753:
resword = &wordlist[2079];
goto compare;
- case 15244:
+ case 14764:
resword = &wordlist[2080];
goto compare;
- case 15269:
+ case 14766:
resword = &wordlist[2081];
goto compare;
- case 15274:
+ case 14771:
resword = &wordlist[2082];
goto compare;
- case 15276:
+ case 14778:
resword = &wordlist[2083];
goto compare;
- case 15293:
+ case 14780:
resword = &wordlist[2084];
goto compare;
- case 15295:
+ case 14781:
resword = &wordlist[2085];
goto compare;
- case 15296:
+ case 14796:
resword = &wordlist[2086];
goto compare;
- case 15299:
+ case 14798:
resword = &wordlist[2087];
goto compare;
- case 15303:
+ case 14822:
resword = &wordlist[2088];
goto compare;
- case 15322:
+ case 14824:
resword = &wordlist[2089];
goto compare;
- case 15336:
+ case 14843:
resword = &wordlist[2090];
goto compare;
- case 15346:
+ case 14850:
resword = &wordlist[2091];
goto compare;
- case 15347:
+ case 14864:
resword = &wordlist[2092];
goto compare;
- case 15348:
+ case 14874:
resword = &wordlist[2093];
goto compare;
- case 15352:
+ case 14876:
resword = &wordlist[2094];
goto compare;
- case 15353:
+ case 14882:
resword = &wordlist[2095];
goto compare;
- case 15358:
+ case 14883:
resword = &wordlist[2096];
goto compare;
- case 15363:
+ case 14889:
resword = &wordlist[2097];
goto compare;
- case 15375:
+ case 14890:
resword = &wordlist[2098];
goto compare;
- case 15387:
+ case 14893:
resword = &wordlist[2099];
goto compare;
- case 15388:
+ case 14898:
resword = &wordlist[2100];
goto compare;
- case 15397:
+ case 14913:
resword = &wordlist[2101];
goto compare;
- case 15403:
+ case 14922:
resword = &wordlist[2102];
goto compare;
- case 15408:
+ case 14935:
resword = &wordlist[2103];
goto compare;
- case 15412:
+ case 14937:
resword = &wordlist[2104];
goto compare;
- case 15418:
+ case 14961:
resword = &wordlist[2105];
goto compare;
- case 15420:
+ case 14978:
resword = &wordlist[2106];
goto compare;
- case 15421:
+ case 14982:
resword = &wordlist[2107];
goto compare;
- case 15438:
+ case 14986:
resword = &wordlist[2108];
goto compare;
- case 15440:
+ case 14987:
resword = &wordlist[2109];
goto compare;
- case 15441:
+ case 15005:
resword = &wordlist[2110];
goto compare;
- case 15456:
+ case 15018:
resword = &wordlist[2111];
goto compare;
- case 15473:
+ case 15026:
resword = &wordlist[2112];
goto compare;
- case 15474:
+ case 15031:
resword = &wordlist[2113];
goto compare;
- case 15486:
+ case 15053:
resword = &wordlist[2114];
goto compare;
- case 15507:
+ case 15058:
resword = &wordlist[2115];
goto compare;
- case 15513:
+ case 15074:
resword = &wordlist[2116];
goto compare;
- case 15519:
+ case 15076:
resword = &wordlist[2117];
goto compare;
- case 15530:
+ case 15095:
resword = &wordlist[2118];
goto compare;
- case 15540:
+ case 15120:
resword = &wordlist[2119];
goto compare;
- case 15553:
+ case 15130:
resword = &wordlist[2120];
goto compare;
- case 15563:
+ case 15137:
resword = &wordlist[2121];
goto compare;
- case 15572:
+ case 15141:
resword = &wordlist[2122];
goto compare;
- case 15578:
+ case 15144:
resword = &wordlist[2123];
goto compare;
- case 15587:
+ case 15145:
resword = &wordlist[2124];
goto compare;
- case 15623:
+ case 15149:
resword = &wordlist[2125];
goto compare;
- case 15628:
+ case 15165:
resword = &wordlist[2126];
goto compare;
- case 15635:
+ case 15167:
resword = &wordlist[2127];
goto compare;
- case 15640:
+ case 15169:
resword = &wordlist[2128];
goto compare;
- case 15643:
+ case 15176:
resword = &wordlist[2129];
goto compare;
- case 15646:
+ case 15181:
resword = &wordlist[2130];
goto compare;
- case 15662:
+ case 15182:
resword = &wordlist[2131];
goto compare;
- case 15672:
+ case 15186:
resword = &wordlist[2132];
goto compare;
- case 15679:
+ case 15187:
resword = &wordlist[2133];
goto compare;
- case 15684:
+ case 15196:
resword = &wordlist[2134];
goto compare;
- case 15701:
+ case 15198:
resword = &wordlist[2135];
goto compare;
- case 15712:
+ case 15244:
resword = &wordlist[2136];
goto compare;
- case 15717:
+ case 15249:
resword = &wordlist[2137];
goto compare;
- case 15724:
+ case 15258:
resword = &wordlist[2138];
goto compare;
- case 15725:
+ case 15261:
resword = &wordlist[2139];
goto compare;
- case 15731:
+ case 15264:
resword = &wordlist[2140];
goto compare;
- case 15733:
+ case 15272:
resword = &wordlist[2141];
goto compare;
- case 15756:
+ case 15275:
resword = &wordlist[2142];
goto compare;
- case 15773:
+ case 15283:
resword = &wordlist[2143];
goto compare;
- case 15774:
+ case 15285:
resword = &wordlist[2144];
goto compare;
- case 15777:
+ case 15288:
resword = &wordlist[2145];
goto compare;
- case 15786:
+ case 15291:
resword = &wordlist[2146];
goto compare;
- case 15789:
+ case 15315:
resword = &wordlist[2147];
goto compare;
- case 15815:
+ case 15316:
resword = &wordlist[2148];
goto compare;
- case 15822:
+ case 15324:
resword = &wordlist[2149];
goto compare;
- case 15826:
+ case 15325:
resword = &wordlist[2150];
goto compare;
- case 15833:
+ case 15329:
resword = &wordlist[2151];
goto compare;
- case 15835:
+ case 15338:
resword = &wordlist[2152];
goto compare;
- case 15845:
+ case 15349:
resword = &wordlist[2153];
goto compare;
- case 15847:
+ case 15370:
resword = &wordlist[2154];
goto compare;
- case 15856:
+ case 15373:
resword = &wordlist[2155];
goto compare;
- case 15858:
+ case 15376:
resword = &wordlist[2156];
goto compare;
- case 15861:
+ case 15384:
resword = &wordlist[2157];
goto compare;
- case 15862:
+ case 15397:
resword = &wordlist[2158];
goto compare;
- case 15866:
+ case 15398:
resword = &wordlist[2159];
goto compare;
- case 15869:
+ case 15399:
resword = &wordlist[2160];
goto compare;
- case 15886:
+ case 15401:
resword = &wordlist[2161];
goto compare;
- case 15889:
+ case 15403:
resword = &wordlist[2162];
goto compare;
- case 15895:
+ case 15410:
resword = &wordlist[2163];
goto compare;
- case 15896:
+ case 15413:
resword = &wordlist[2164];
goto compare;
- case 15901:
+ case 15417:
resword = &wordlist[2165];
goto compare;
- case 15908:
+ case 15420:
resword = &wordlist[2166];
goto compare;
- case 15921:
+ case 15421:
resword = &wordlist[2167];
goto compare;
- case 15923:
+ case 15428:
resword = &wordlist[2168];
goto compare;
- case 15925:
+ case 15429:
resword = &wordlist[2169];
goto compare;
- case 15929:
+ case 15438:
resword = &wordlist[2170];
goto compare;
- case 15948:
+ case 15449:
resword = &wordlist[2171];
goto compare;
- case 15949:
+ case 15457:
resword = &wordlist[2172];
goto compare;
- case 15952:
+ case 15463:
resword = &wordlist[2173];
goto compare;
- case 15959:
+ case 15479:
resword = &wordlist[2174];
goto compare;
- case 15961:
+ case 15484:
resword = &wordlist[2175];
goto compare;
- case 15967:
+ case 15491:
resword = &wordlist[2176];
goto compare;
- case 15972:
+ case 15506:
resword = &wordlist[2177];
goto compare;
- case 15981:
+ case 15511:
resword = &wordlist[2178];
goto compare;
- case 15986:
+ case 15521:
resword = &wordlist[2179];
goto compare;
- case 15990:
+ case 15523:
resword = &wordlist[2180];
goto compare;
- case 15997:
+ case 15524:
resword = &wordlist[2181];
goto compare;
- case 16015:
+ case 15532:
resword = &wordlist[2182];
goto compare;
- case 16030:
+ case 15568:
resword = &wordlist[2183];
goto compare;
- case 16032:
+ case 15569:
resword = &wordlist[2184];
goto compare;
- case 16037:
+ case 15572:
resword = &wordlist[2185];
goto compare;
- case 16038:
+ case 15573:
resword = &wordlist[2186];
goto compare;
- case 16043:
+ case 15574:
resword = &wordlist[2187];
goto compare;
- case 16050:
+ case 15577:
resword = &wordlist[2188];
goto compare;
- case 16052:
+ case 15584:
resword = &wordlist[2189];
goto compare;
- case 16064:
+ case 15596:
resword = &wordlist[2190];
goto compare;
- case 16071:
+ case 15602:
resword = &wordlist[2191];
goto compare;
- case 16075:
+ case 15619:
resword = &wordlist[2192];
goto compare;
- case 16086:
+ case 15627:
resword = &wordlist[2193];
goto compare;
- case 16093:
+ case 15630:
resword = &wordlist[2194];
goto compare;
- case 16094:
+ case 15633:
resword = &wordlist[2195];
goto compare;
- case 16107:
+ case 15636:
resword = &wordlist[2196];
goto compare;
- case 16111:
+ case 15643:
resword = &wordlist[2197];
goto compare;
- case 16121:
+ case 15661:
resword = &wordlist[2198];
goto compare;
- case 16126:
+ case 15669:
resword = &wordlist[2199];
goto compare;
- case 16128:
+ case 15673:
resword = &wordlist[2200];
goto compare;
- case 16148:
+ case 15674:
resword = &wordlist[2201];
goto compare;
- case 16166:
+ case 15688:
resword = &wordlist[2202];
goto compare;
- case 16172:
+ case 15693:
resword = &wordlist[2203];
goto compare;
- case 16174:
+ case 15695:
resword = &wordlist[2204];
goto compare;
- case 16175:
+ case 15696:
resword = &wordlist[2205];
goto compare;
- case 16191:
+ case 15706:
resword = &wordlist[2206];
goto compare;
- case 16193:
+ case 15709:
resword = &wordlist[2207];
goto compare;
- case 16202:
+ case 15717:
resword = &wordlist[2208];
goto compare;
- case 16211:
+ case 15729:
resword = &wordlist[2209];
goto compare;
- case 16224:
+ case 15739:
resword = &wordlist[2210];
goto compare;
- case 16227:
+ case 15751:
resword = &wordlist[2211];
goto compare;
- case 16230:
+ case 15765:
resword = &wordlist[2212];
goto compare;
- case 16233:
+ case 15775:
resword = &wordlist[2213];
goto compare;
- case 16243:
+ case 15786:
resword = &wordlist[2214];
goto compare;
- case 16249:
+ case 15787:
resword = &wordlist[2215];
goto compare;
- case 16250:
+ case 15793:
resword = &wordlist[2216];
goto compare;
- case 16251:
+ case 15797:
resword = &wordlist[2217];
goto compare;
- case 16259:
+ case 15828:
resword = &wordlist[2218];
goto compare;
- case 16271:
+ case 15831:
resword = &wordlist[2219];
goto compare;
- case 16305:
+ case 15835:
resword = &wordlist[2220];
goto compare;
- case 16318:
+ case 15836:
resword = &wordlist[2221];
goto compare;
- case 16329:
+ case 15844:
resword = &wordlist[2222];
goto compare;
- case 16338:
+ case 15851:
resword = &wordlist[2223];
goto compare;
- case 16340:
+ case 15854:
resword = &wordlist[2224];
goto compare;
- case 16354:
+ case 15858:
resword = &wordlist[2225];
goto compare;
- case 16355:
+ case 15879:
resword = &wordlist[2226];
goto compare;
- case 16381:
+ case 15881:
resword = &wordlist[2227];
goto compare;
- case 16392:
+ case 15893:
resword = &wordlist[2228];
goto compare;
- case 16398:
+ case 15895:
resword = &wordlist[2229];
goto compare;
- case 16402:
+ case 15897:
resword = &wordlist[2230];
goto compare;
- case 16408:
+ case 15898:
resword = &wordlist[2231];
goto compare;
- case 16412:
+ case 15903:
resword = &wordlist[2232];
goto compare;
- case 16415:
+ case 15910:
resword = &wordlist[2233];
goto compare;
- case 16423:
+ case 15911:
resword = &wordlist[2234];
goto compare;
- case 16425:
+ case 15913:
resword = &wordlist[2235];
goto compare;
- case 16430:
+ case 15917:
resword = &wordlist[2236];
goto compare;
- case 16446:
+ case 15922:
resword = &wordlist[2237];
goto compare;
- case 16447:
+ case 15927:
resword = &wordlist[2238];
goto compare;
- case 16453:
+ case 15931:
resword = &wordlist[2239];
goto compare;
- case 16462:
+ case 15934:
resword = &wordlist[2240];
goto compare;
- case 16467:
+ case 15935:
resword = &wordlist[2241];
goto compare;
- case 16468:
+ case 15942:
resword = &wordlist[2242];
goto compare;
- case 16477:
+ case 15946:
resword = &wordlist[2243];
goto compare;
- case 16492:
+ case 15981:
resword = &wordlist[2244];
goto compare;
- case 16495:
+ case 15989:
resword = &wordlist[2245];
goto compare;
- case 16512:
+ case 15992:
resword = &wordlist[2246];
goto compare;
- case 16523:
+ case 15993:
resword = &wordlist[2247];
goto compare;
- case 16528:
+ case 15998:
resword = &wordlist[2248];
goto compare;
- case 16565:
+ case 16002:
resword = &wordlist[2249];
goto compare;
- case 16571:
+ case 16003:
resword = &wordlist[2250];
goto compare;
- case 16573:
+ case 16005:
resword = &wordlist[2251];
goto compare;
- case 16575:
+ case 16025:
resword = &wordlist[2252];
goto compare;
- case 16581:
+ case 16030:
resword = &wordlist[2253];
goto compare;
- case 16582:
+ case 16032:
resword = &wordlist[2254];
goto compare;
- case 16590:
+ case 16033:
resword = &wordlist[2255];
goto compare;
- case 16620:
+ case 16040:
resword = &wordlist[2256];
goto compare;
- case 16627:
+ case 16042:
resword = &wordlist[2257];
goto compare;
- case 16628:
+ case 16046:
resword = &wordlist[2258];
goto compare;
- case 16632:
+ case 16052:
resword = &wordlist[2259];
goto compare;
- case 16635:
+ case 16061:
resword = &wordlist[2260];
goto compare;
- case 16640:
+ case 16074:
resword = &wordlist[2261];
goto compare;
- case 16641:
+ case 16085:
resword = &wordlist[2262];
goto compare;
- case 16644:
+ case 16091:
resword = &wordlist[2263];
goto compare;
- case 16652:
+ case 16103:
resword = &wordlist[2264];
goto compare;
- case 16655:
+ case 16110:
resword = &wordlist[2265];
goto compare;
- case 16661:
+ case 16117:
resword = &wordlist[2266];
goto compare;
- case 16667:
+ case 16124:
resword = &wordlist[2267];
goto compare;
- case 16673:
+ case 16133:
resword = &wordlist[2268];
goto compare;
- case 16681:
+ case 16138:
resword = &wordlist[2269];
goto compare;
- case 16683:
+ case 16142:
resword = &wordlist[2270];
goto compare;
- case 16692:
+ case 16157:
resword = &wordlist[2271];
goto compare;
- case 16693:
+ case 16159:
resword = &wordlist[2272];
goto compare;
- case 16696:
+ case 16170:
resword = &wordlist[2273];
goto compare;
- case 16697:
+ case 16175:
resword = &wordlist[2274];
goto compare;
- case 16702:
+ case 16176:
resword = &wordlist[2275];
goto compare;
- case 16703:
+ case 16195:
resword = &wordlist[2276];
goto compare;
- case 16704:
+ case 16203:
resword = &wordlist[2277];
goto compare;
- case 16720:
+ case 16230:
resword = &wordlist[2278];
goto compare;
- case 16735:
+ case 16236:
resword = &wordlist[2279];
goto compare;
- case 16759:
+ case 16245:
resword = &wordlist[2280];
goto compare;
- case 16771:
+ case 16255:
resword = &wordlist[2281];
goto compare;
- case 16775:
+ case 16257:
resword = &wordlist[2282];
goto compare;
- case 16780:
+ case 16263:
resword = &wordlist[2283];
goto compare;
- case 16781:
+ case 16270:
resword = &wordlist[2284];
goto compare;
- case 16783:
+ case 16272:
resword = &wordlist[2285];
goto compare;
- case 16797:
+ case 16274:
resword = &wordlist[2286];
goto compare;
- case 16804:
+ case 16275:
resword = &wordlist[2287];
goto compare;
- case 16813:
+ case 16283:
resword = &wordlist[2288];
goto compare;
- case 16822:
+ case 16288:
resword = &wordlist[2289];
goto compare;
- case 16826:
+ case 16296:
resword = &wordlist[2290];
goto compare;
- case 16844:
+ case 16297:
resword = &wordlist[2291];
goto compare;
- case 16852:
+ case 16303:
resword = &wordlist[2292];
goto compare;
- case 16855:
+ case 16306:
resword = &wordlist[2293];
goto compare;
- case 16859:
+ case 16309:
resword = &wordlist[2294];
goto compare;
- case 16863:
+ case 16311:
resword = &wordlist[2295];
goto compare;
- case 16864:
+ case 16323:
resword = &wordlist[2296];
goto compare;
- case 16868:
+ case 16325:
resword = &wordlist[2297];
goto compare;
- case 16881:
+ case 16349:
resword = &wordlist[2298];
goto compare;
- case 16901:
+ case 16350:
resword = &wordlist[2299];
goto compare;
- case 16902:
+ case 16358:
resword = &wordlist[2300];
goto compare;
- case 16908:
+ case 16370:
resword = &wordlist[2301];
goto compare;
- case 16914:
+ case 16372:
resword = &wordlist[2302];
goto compare;
- case 16935:
+ case 16375:
resword = &wordlist[2303];
goto compare;
- case 16945:
+ case 16377:
resword = &wordlist[2304];
goto compare;
- case 16949:
+ case 16383:
resword = &wordlist[2305];
goto compare;
- case 16955:
+ case 16386:
resword = &wordlist[2306];
goto compare;
- case 16959:
+ case 16390:
resword = &wordlist[2307];
goto compare;
- case 16961:
+ case 16401:
resword = &wordlist[2308];
goto compare;
- case 16971:
+ case 16419:
resword = &wordlist[2309];
goto compare;
- case 16974:
+ case 16432:
resword = &wordlist[2310];
goto compare;
- case 16975:
+ case 16434:
resword = &wordlist[2311];
goto compare;
- case 16976:
+ case 16439:
resword = &wordlist[2312];
goto compare;
- case 16978:
+ case 16442:
resword = &wordlist[2313];
goto compare;
- case 16992:
+ case 16454:
resword = &wordlist[2314];
goto compare;
- case 17003:
+ case 16474:
resword = &wordlist[2315];
goto compare;
- case 17005:
+ case 16479:
resword = &wordlist[2316];
goto compare;
- case 17030:
+ case 16486:
resword = &wordlist[2317];
goto compare;
- case 17031:
+ case 16490:
resword = &wordlist[2318];
goto compare;
- case 17043:
+ case 16492:
resword = &wordlist[2319];
goto compare;
- case 17044:
+ case 16502:
resword = &wordlist[2320];
goto compare;
- case 17046:
+ case 16506:
resword = &wordlist[2321];
goto compare;
- case 17048:
+ case 16523:
resword = &wordlist[2322];
goto compare;
- case 17049:
+ case 16524:
resword = &wordlist[2323];
goto compare;
- case 17054:
+ case 16543:
resword = &wordlist[2324];
goto compare;
- case 17060:
+ case 16546:
resword = &wordlist[2325];
goto compare;
- case 17074:
+ case 16548:
resword = &wordlist[2326];
goto compare;
- case 17085:
+ case 16572:
resword = &wordlist[2327];
goto compare;
- case 17086:
+ case 16578:
resword = &wordlist[2328];
goto compare;
- case 17096:
+ case 16579:
resword = &wordlist[2329];
goto compare;
- case 17099:
+ case 16583:
resword = &wordlist[2330];
goto compare;
- case 17105:
+ case 16588:
resword = &wordlist[2331];
goto compare;
- case 17107:
+ case 16594:
resword = &wordlist[2332];
goto compare;
- case 17111:
+ case 16596:
resword = &wordlist[2333];
goto compare;
- case 17122:
+ case 16604:
resword = &wordlist[2334];
goto compare;
- case 17146:
+ case 16608:
resword = &wordlist[2335];
goto compare;
- case 17156:
+ case 16614:
resword = &wordlist[2336];
goto compare;
- case 17165:
+ case 16618:
resword = &wordlist[2337];
goto compare;
- case 17168:
+ case 16626:
resword = &wordlist[2338];
goto compare;
- case 17185:
+ case 16627:
resword = &wordlist[2339];
goto compare;
- case 17189:
+ case 16632:
resword = &wordlist[2340];
goto compare;
- case 17206:
+ case 16638:
resword = &wordlist[2341];
goto compare;
- case 17211:
+ case 16671:
resword = &wordlist[2342];
goto compare;
- case 17222:
+ case 16686:
resword = &wordlist[2343];
goto compare;
- case 17225:
+ case 16695:
resword = &wordlist[2344];
goto compare;
- case 17233:
+ case 16697:
resword = &wordlist[2345];
goto compare;
- case 17234:
+ case 16698:
resword = &wordlist[2346];
goto compare;
- case 17248:
+ case 16712:
resword = &wordlist[2347];
goto compare;
- case 17264:
+ case 16717:
resword = &wordlist[2348];
goto compare;
- case 17286:
+ case 16719:
resword = &wordlist[2349];
goto compare;
- case 17301:
+ case 16720:
resword = &wordlist[2350];
goto compare;
- case 17327:
+ case 16721:
resword = &wordlist[2351];
goto compare;
- case 17345:
+ case 16729:
resword = &wordlist[2352];
goto compare;
- case 17347:
+ case 16730:
resword = &wordlist[2353];
goto compare;
- case 17357:
+ case 16739:
resword = &wordlist[2354];
goto compare;
- case 17361:
+ case 16740:
resword = &wordlist[2355];
goto compare;
- case 17362:
+ case 16754:
resword = &wordlist[2356];
goto compare;
- case 17377:
+ case 16762:
resword = &wordlist[2357];
goto compare;
- case 17379:
+ case 16763:
resword = &wordlist[2358];
goto compare;
- case 17381:
+ case 16775:
resword = &wordlist[2359];
goto compare;
- case 17384:
+ case 16784:
resword = &wordlist[2360];
goto compare;
- case 17399:
+ case 16789:
resword = &wordlist[2361];
goto compare;
- case 17401:
+ case 16790:
resword = &wordlist[2362];
goto compare;
- case 17402:
+ case 16792:
resword = &wordlist[2363];
goto compare;
- case 17409:
+ case 16816:
resword = &wordlist[2364];
goto compare;
- case 17417:
+ case 16833:
resword = &wordlist[2365];
goto compare;
- case 17426:
+ case 16839:
resword = &wordlist[2366];
goto compare;
- case 17429:
+ case 16842:
resword = &wordlist[2367];
goto compare;
- case 17433:
+ case 16844:
resword = &wordlist[2368];
goto compare;
- case 17435:
+ case 16847:
resword = &wordlist[2369];
goto compare;
- case 17456:
+ case 16853:
resword = &wordlist[2370];
goto compare;
- case 17482:
+ case 16862:
resword = &wordlist[2371];
goto compare;
- case 17497:
+ case 16868:
resword = &wordlist[2372];
goto compare;
- case 17501:
+ case 16871:
resword = &wordlist[2373];
goto compare;
- case 17502:
+ case 16883:
resword = &wordlist[2374];
goto compare;
- case 17506:
+ case 16884:
resword = &wordlist[2375];
goto compare;
- case 17507:
+ case 16885:
resword = &wordlist[2376];
goto compare;
- case 17513:
+ case 16888:
resword = &wordlist[2377];
goto compare;
- case 17517:
+ case 16897:
resword = &wordlist[2378];
goto compare;
- case 17526:
+ case 16906:
resword = &wordlist[2379];
goto compare;
- case 17532:
+ case 16907:
resword = &wordlist[2380];
goto compare;
- case 17533:
+ case 16913:
resword = &wordlist[2381];
goto compare;
- case 17539:
+ case 16922:
resword = &wordlist[2382];
goto compare;
- case 17550:
+ case 16927:
resword = &wordlist[2383];
goto compare;
- case 17558:
+ case 16936:
resword = &wordlist[2384];
goto compare;
- case 17573:
+ case 16945:
resword = &wordlist[2385];
goto compare;
- case 17599:
+ case 16948:
resword = &wordlist[2386];
goto compare;
- case 17609:
+ case 16953:
resword = &wordlist[2387];
goto compare;
- case 17611:
+ case 16964:
resword = &wordlist[2388];
goto compare;
- case 17623:
+ case 16967:
resword = &wordlist[2389];
goto compare;
- case 17632:
+ case 16972:
resword = &wordlist[2390];
goto compare;
- case 17635:
+ case 16973:
resword = &wordlist[2391];
goto compare;
- case 17645:
+ case 16988:
resword = &wordlist[2392];
goto compare;
- case 17678:
+ case 17019:
resword = &wordlist[2393];
goto compare;
- case 17679:
+ case 17027:
resword = &wordlist[2394];
goto compare;
- case 17704:
+ case 17028:
resword = &wordlist[2395];
goto compare;
- case 17711:
+ case 17041:
resword = &wordlist[2396];
goto compare;
- case 17722:
+ case 17046:
resword = &wordlist[2397];
goto compare;
- case 17730:
+ case 17053:
resword = &wordlist[2398];
goto compare;
- case 17735:
+ case 17071:
resword = &wordlist[2399];
goto compare;
- case 17740:
+ case 17077:
resword = &wordlist[2400];
goto compare;
- case 17747:
+ case 17093:
resword = &wordlist[2401];
goto compare;
- case 17748:
+ case 17096:
resword = &wordlist[2402];
goto compare;
- case 17758:
+ case 17097:
resword = &wordlist[2403];
goto compare;
- case 17761:
+ case 17102:
resword = &wordlist[2404];
goto compare;
- case 17763:
+ case 17113:
resword = &wordlist[2405];
goto compare;
- case 17808:
+ case 17114:
resword = &wordlist[2406];
goto compare;
- case 17815:
+ case 17130:
resword = &wordlist[2407];
goto compare;
- case 17819:
+ case 17134:
resword = &wordlist[2408];
goto compare;
- case 17823:
+ case 17136:
resword = &wordlist[2409];
goto compare;
- case 17863:
+ case 17143:
resword = &wordlist[2410];
goto compare;
- case 17867:
+ case 17146:
resword = &wordlist[2411];
goto compare;
- case 17875:
+ case 17151:
resword = &wordlist[2412];
goto compare;
- case 17876:
+ case 17164:
resword = &wordlist[2413];
goto compare;
- case 17880:
+ case 17169:
resword = &wordlist[2414];
goto compare;
- case 17881:
+ case 17173:
resword = &wordlist[2415];
goto compare;
- case 17902:
+ case 17177:
resword = &wordlist[2416];
goto compare;
- case 17907:
+ case 17180:
resword = &wordlist[2417];
goto compare;
- case 17914:
+ case 17205:
resword = &wordlist[2418];
goto compare;
- case 17922:
+ case 17207:
resword = &wordlist[2419];
goto compare;
- case 17929:
+ case 17210:
resword = &wordlist[2420];
goto compare;
- case 17933:
+ case 17216:
resword = &wordlist[2421];
goto compare;
- case 17940:
+ case 17230:
resword = &wordlist[2422];
goto compare;
- case 17957:
+ case 17231:
resword = &wordlist[2423];
goto compare;
- case 17958:
+ case 17245:
resword = &wordlist[2424];
goto compare;
- case 17963:
+ case 17267:
resword = &wordlist[2425];
goto compare;
- case 17966:
+ case 17288:
resword = &wordlist[2426];
goto compare;
- case 17978:
+ case 17297:
resword = &wordlist[2427];
goto compare;
- case 17982:
+ case 17304:
resword = &wordlist[2428];
goto compare;
- case 17986:
+ case 17305:
resword = &wordlist[2429];
goto compare;
- case 17988:
+ case 17306:
resword = &wordlist[2430];
goto compare;
- case 17997:
+ case 17307:
resword = &wordlist[2431];
goto compare;
- case 18001:
+ case 17310:
resword = &wordlist[2432];
goto compare;
- case 18009:
+ case 17312:
resword = &wordlist[2433];
goto compare;
- case 18013:
+ case 17319:
resword = &wordlist[2434];
goto compare;
- case 18016:
+ case 17320:
resword = &wordlist[2435];
goto compare;
- case 18018:
+ case 17321:
resword = &wordlist[2436];
goto compare;
- case 18023:
+ case 17331:
resword = &wordlist[2437];
goto compare;
- case 18029:
+ case 17351:
resword = &wordlist[2438];
goto compare;
- case 18032:
+ case 17355:
resword = &wordlist[2439];
goto compare;
- case 18070:
+ case 17361:
resword = &wordlist[2440];
goto compare;
- case 18071:
+ case 17363:
resword = &wordlist[2441];
goto compare;
- case 18080:
+ case 17367:
resword = &wordlist[2442];
goto compare;
- case 18086:
+ case 17372:
resword = &wordlist[2443];
goto compare;
- case 18095:
+ case 17387:
resword = &wordlist[2444];
goto compare;
- case 18101:
+ case 17407:
resword = &wordlist[2445];
goto compare;
- case 18113:
+ case 17427:
resword = &wordlist[2446];
goto compare;
- case 18121:
+ case 17428:
resword = &wordlist[2447];
goto compare;
- case 18143:
+ case 17431:
resword = &wordlist[2448];
goto compare;
- case 18153:
+ case 17432:
resword = &wordlist[2449];
goto compare;
- case 18168:
+ case 17434:
resword = &wordlist[2450];
goto compare;
- case 18171:
+ case 17436:
resword = &wordlist[2451];
goto compare;
- case 18175:
+ case 17438:
resword = &wordlist[2452];
goto compare;
- case 18176:
+ case 17443:
resword = &wordlist[2453];
goto compare;
- case 18178:
+ case 17449:
resword = &wordlist[2454];
goto compare;
- case 18183:
+ case 17451:
resword = &wordlist[2455];
goto compare;
- case 18186:
+ case 17452:
resword = &wordlist[2456];
goto compare;
- case 18188:
+ case 17454:
resword = &wordlist[2457];
goto compare;
- case 18194:
+ case 17456:
resword = &wordlist[2458];
goto compare;
- case 18199:
+ case 17468:
resword = &wordlist[2459];
goto compare;
- case 18200:
+ case 17475:
resword = &wordlist[2460];
goto compare;
- case 18201:
+ case 17477:
resword = &wordlist[2461];
goto compare;
- case 18202:
+ case 17486:
resword = &wordlist[2462];
goto compare;
- case 18212:
+ case 17493:
resword = &wordlist[2463];
goto compare;
- case 18221:
+ case 17499:
resword = &wordlist[2464];
goto compare;
- case 18244:
+ case 17502:
resword = &wordlist[2465];
goto compare;
- case 18248:
+ case 17513:
resword = &wordlist[2466];
goto compare;
- case 18255:
+ case 17518:
resword = &wordlist[2467];
goto compare;
- case 18257:
+ case 17521:
resword = &wordlist[2468];
goto compare;
- case 18269:
+ case 17524:
resword = &wordlist[2469];
goto compare;
- case 18276:
+ case 17532:
resword = &wordlist[2470];
goto compare;
- case 18281:
+ case 17535:
resword = &wordlist[2471];
goto compare;
- case 18293:
+ case 17538:
resword = &wordlist[2472];
goto compare;
- case 18297:
+ case 17548:
resword = &wordlist[2473];
goto compare;
- case 18300:
+ case 17561:
resword = &wordlist[2474];
goto compare;
- case 18306:
+ case 17562:
resword = &wordlist[2475];
goto compare;
- case 18312:
+ case 17565:
resword = &wordlist[2476];
goto compare;
- case 18322:
+ case 17568:
resword = &wordlist[2477];
goto compare;
- case 18327:
+ case 17569:
resword = &wordlist[2478];
goto compare;
- case 18330:
+ case 17583:
resword = &wordlist[2479];
goto compare;
- case 18351:
+ case 17597:
resword = &wordlist[2480];
goto compare;
- case 18352:
+ case 17602:
resword = &wordlist[2481];
goto compare;
- case 18367:
+ case 17606:
resword = &wordlist[2482];
goto compare;
- case 18373:
+ case 17613:
resword = &wordlist[2483];
goto compare;
- case 18377:
+ case 17621:
resword = &wordlist[2484];
goto compare;
- case 18378:
+ case 17626:
resword = &wordlist[2485];
goto compare;
- case 18379:
+ case 17631:
resword = &wordlist[2486];
goto compare;
- case 18437:
+ case 17637:
resword = &wordlist[2487];
goto compare;
- case 18443:
+ case 17647:
resword = &wordlist[2488];
goto compare;
- case 18449:
+ case 17660:
resword = &wordlist[2489];
goto compare;
- case 18450:
+ case 17666:
resword = &wordlist[2490];
goto compare;
- case 18451:
+ case 17675:
resword = &wordlist[2491];
goto compare;
- case 18457:
+ case 17681:
resword = &wordlist[2492];
goto compare;
- case 18465:
+ case 17688:
resword = &wordlist[2493];
goto compare;
- case 18466:
+ case 17692:
resword = &wordlist[2494];
goto compare;
- case 18474:
+ case 17700:
resword = &wordlist[2495];
goto compare;
- case 18481:
+ case 17706:
resword = &wordlist[2496];
goto compare;
- case 18489:
+ case 17711:
resword = &wordlist[2497];
goto compare;
- case 18498:
+ case 17725:
resword = &wordlist[2498];
goto compare;
- case 18502:
+ case 17731:
resword = &wordlist[2499];
goto compare;
- case 18519:
+ case 17747:
resword = &wordlist[2500];
goto compare;
- case 18524:
+ case 17754:
resword = &wordlist[2501];
goto compare;
- case 18525:
+ case 17755:
resword = &wordlist[2502];
goto compare;
- case 18544:
+ case 17756:
resword = &wordlist[2503];
goto compare;
- case 18548:
+ case 17761:
resword = &wordlist[2504];
goto compare;
- case 18605:
+ case 17766:
resword = &wordlist[2505];
goto compare;
- case 18606:
+ case 17775:
resword = &wordlist[2506];
goto compare;
- case 18638:
+ case 17776:
resword = &wordlist[2507];
goto compare;
- case 18645:
+ case 17777:
resword = &wordlist[2508];
goto compare;
- case 18647:
+ case 17779:
resword = &wordlist[2509];
goto compare;
- case 18653:
+ case 17785:
resword = &wordlist[2510];
goto compare;
- case 18660:
+ case 17788:
resword = &wordlist[2511];
goto compare;
- case 18687:
+ case 17789:
resword = &wordlist[2512];
goto compare;
- case 18689:
+ case 17803:
resword = &wordlist[2513];
goto compare;
- case 18693:
+ case 17807:
resword = &wordlist[2514];
goto compare;
- case 18699:
+ case 17813:
resword = &wordlist[2515];
goto compare;
- case 18704:
+ case 17818:
resword = &wordlist[2516];
goto compare;
- case 18711:
+ case 17828:
resword = &wordlist[2517];
goto compare;
- case 18713:
+ case 17834:
resword = &wordlist[2518];
goto compare;
- case 18726:
+ case 17862:
resword = &wordlist[2519];
goto compare;
- case 18728:
+ case 17874:
resword = &wordlist[2520];
goto compare;
- case 18732:
+ case 17876:
resword = &wordlist[2521];
goto compare;
- case 18743:
+ case 17877:
resword = &wordlist[2522];
goto compare;
- case 18754:
+ case 17879:
resword = &wordlist[2523];
goto compare;
- case 18778:
+ case 17882:
resword = &wordlist[2524];
goto compare;
- case 18781:
+ case 17894:
resword = &wordlist[2525];
goto compare;
- case 18788:
+ case 17897:
resword = &wordlist[2526];
goto compare;
- case 18792:
+ case 17903:
resword = &wordlist[2527];
goto compare;
- case 18801:
+ case 17907:
resword = &wordlist[2528];
goto compare;
- case 18803:
+ case 17930:
resword = &wordlist[2529];
goto compare;
- case 18806:
+ case 17938:
resword = &wordlist[2530];
goto compare;
- case 18810:
+ case 17940:
resword = &wordlist[2531];
goto compare;
- case 18815:
+ case 17942:
resword = &wordlist[2532];
goto compare;
- case 18821:
+ case 17943:
resword = &wordlist[2533];
goto compare;
- case 18823:
+ case 17947:
resword = &wordlist[2534];
goto compare;
- case 18828:
+ case 17956:
resword = &wordlist[2535];
goto compare;
- case 18831:
+ case 17971:
resword = &wordlist[2536];
goto compare;
- case 18837:
+ case 17992:
resword = &wordlist[2537];
goto compare;
- case 18852:
+ case 17994:
resword = &wordlist[2538];
goto compare;
- case 18853:
+ case 17998:
resword = &wordlist[2539];
goto compare;
- case 18860:
+ case 18003:
resword = &wordlist[2540];
goto compare;
- case 18872:
+ case 18019:
resword = &wordlist[2541];
goto compare;
- case 18874:
+ case 18023:
resword = &wordlist[2542];
goto compare;
- case 18879:
+ case 18025:
resword = &wordlist[2543];
goto compare;
- case 18880:
+ case 18030:
resword = &wordlist[2544];
goto compare;
- case 18890:
+ case 18033:
resword = &wordlist[2545];
goto compare;
- case 18894:
+ case 18066:
resword = &wordlist[2546];
goto compare;
- case 18899:
+ case 18068:
resword = &wordlist[2547];
goto compare;
- case 18907:
+ case 18069:
resword = &wordlist[2548];
goto compare;
- case 18910:
+ case 18082:
resword = &wordlist[2549];
goto compare;
- case 18914:
+ case 18097:
resword = &wordlist[2550];
goto compare;
- case 18920:
+ case 18103:
resword = &wordlist[2551];
goto compare;
- case 18923:
+ case 18107:
resword = &wordlist[2552];
goto compare;
- case 18926:
+ case 18108:
resword = &wordlist[2553];
goto compare;
- case 18927:
+ case 18132:
resword = &wordlist[2554];
goto compare;
- case 18928:
+ case 18142:
resword = &wordlist[2555];
goto compare;
- case 18930:
+ case 18156:
resword = &wordlist[2556];
goto compare;
- case 18941:
+ case 18157:
resword = &wordlist[2557];
goto compare;
- case 18944:
+ case 18159:
resword = &wordlist[2558];
goto compare;
- case 18948:
+ case 18161:
resword = &wordlist[2559];
goto compare;
- case 18955:
+ case 18171:
resword = &wordlist[2560];
goto compare;
- case 18958:
+ case 18186:
resword = &wordlist[2561];
goto compare;
- case 18980:
+ case 18190:
resword = &wordlist[2562];
goto compare;
- case 18981:
+ case 18195:
resword = &wordlist[2563];
goto compare;
- case 18982:
+ case 18199:
resword = &wordlist[2564];
goto compare;
- case 19019:
+ case 18243:
resword = &wordlist[2565];
goto compare;
- case 19024:
+ case 18250:
resword = &wordlist[2566];
goto compare;
- case 19029:
+ case 18263:
resword = &wordlist[2567];
goto compare;
- case 19031:
+ case 18272:
resword = &wordlist[2568];
goto compare;
- case 19035:
+ case 18283:
resword = &wordlist[2569];
goto compare;
- case 19050:
+ case 18296:
resword = &wordlist[2570];
goto compare;
- case 19068:
+ case 18301:
resword = &wordlist[2571];
goto compare;
- case 19076:
+ case 18302:
resword = &wordlist[2572];
goto compare;
- case 19077:
+ case 18308:
resword = &wordlist[2573];
goto compare;
- case 19081:
+ case 18324:
resword = &wordlist[2574];
goto compare;
- case 19094:
+ case 18326:
resword = &wordlist[2575];
goto compare;
- case 19099:
+ case 18331:
resword = &wordlist[2576];
goto compare;
- case 19102:
+ case 18332:
resword = &wordlist[2577];
goto compare;
- case 19111:
+ case 18343:
resword = &wordlist[2578];
goto compare;
- case 19130:
+ case 18352:
resword = &wordlist[2579];
goto compare;
- case 19135:
+ case 18358:
resword = &wordlist[2580];
goto compare;
- case 19136:
+ case 18362:
resword = &wordlist[2581];
goto compare;
- case 19152:
+ case 18382:
resword = &wordlist[2582];
goto compare;
- case 19168:
+ case 18427:
resword = &wordlist[2583];
goto compare;
- case 19185:
+ case 18428:
resword = &wordlist[2584];
goto compare;
- case 19200:
+ case 18432:
resword = &wordlist[2585];
goto compare;
- case 19203:
+ case 18433:
resword = &wordlist[2586];
goto compare;
- case 19212:
+ case 18435:
resword = &wordlist[2587];
goto compare;
- case 19223:
+ case 18436:
resword = &wordlist[2588];
goto compare;
- case 19228:
+ case 18438:
resword = &wordlist[2589];
goto compare;
- case 19240:
+ case 18444:
resword = &wordlist[2590];
goto compare;
- case 19244:
+ case 18448:
resword = &wordlist[2591];
goto compare;
- case 19259:
+ case 18456:
resword = &wordlist[2592];
goto compare;
- case 19268:
+ case 18459:
resword = &wordlist[2593];
goto compare;
- case 19272:
+ case 18471:
resword = &wordlist[2594];
goto compare;
- case 19283:
+ case 18473:
resword = &wordlist[2595];
goto compare;
- case 19288:
+ case 18482:
resword = &wordlist[2596];
goto compare;
- case 19299:
+ case 18497:
resword = &wordlist[2597];
goto compare;
- case 19302:
+ case 18502:
resword = &wordlist[2598];
goto compare;
- case 19305:
+ case 18519:
resword = &wordlist[2599];
goto compare;
- case 19311:
+ case 18526:
resword = &wordlist[2600];
goto compare;
- case 19317:
+ case 18527:
resword = &wordlist[2601];
goto compare;
- case 19321:
+ case 18530:
resword = &wordlist[2602];
goto compare;
- case 19327:
+ case 18533:
resword = &wordlist[2603];
goto compare;
- case 19337:
+ case 18542:
resword = &wordlist[2604];
goto compare;
- case 19355:
+ case 18543:
resword = &wordlist[2605];
goto compare;
- case 19357:
+ case 18546:
resword = &wordlist[2606];
goto compare;
- case 19359:
+ case 18561:
resword = &wordlist[2607];
goto compare;
- case 19360:
+ case 18567:
resword = &wordlist[2608];
goto compare;
- case 19373:
+ case 18589:
resword = &wordlist[2609];
goto compare;
- case 19375:
+ case 18603:
resword = &wordlist[2610];
goto compare;
- case 19402:
+ case 18606:
resword = &wordlist[2611];
goto compare;
- case 19403:
+ case 18620:
resword = &wordlist[2612];
goto compare;
- case 19407:
+ case 18623:
resword = &wordlist[2613];
goto compare;
- case 19426:
+ case 18626:
resword = &wordlist[2614];
goto compare;
- case 19433:
+ case 18654:
resword = &wordlist[2615];
goto compare;
- case 19451:
+ case 18661:
resword = &wordlist[2616];
goto compare;
- case 19455:
+ case 18663:
resword = &wordlist[2617];
goto compare;
- case 19461:
+ case 18668:
resword = &wordlist[2618];
goto compare;
- case 19471:
+ case 18674:
resword = &wordlist[2619];
goto compare;
- case 19473:
+ case 18675:
resword = &wordlist[2620];
goto compare;
- case 19484:
+ case 18678:
resword = &wordlist[2621];
goto compare;
- case 19489:
+ case 18679:
resword = &wordlist[2622];
goto compare;
- case 19495:
+ case 18694:
resword = &wordlist[2623];
goto compare;
- case 19498:
+ case 18705:
resword = &wordlist[2624];
goto compare;
- case 19517:
+ case 18710:
resword = &wordlist[2625];
goto compare;
- case 19536:
+ case 18712:
resword = &wordlist[2626];
goto compare;
- case 19546:
+ case 18716:
resword = &wordlist[2627];
goto compare;
- case 19552:
+ case 18720:
resword = &wordlist[2628];
goto compare;
- case 19553:
+ case 18729:
resword = &wordlist[2629];
goto compare;
- case 19554:
+ case 18731:
resword = &wordlist[2630];
goto compare;
- case 19558:
+ case 18748:
resword = &wordlist[2631];
goto compare;
- case 19564:
+ case 18755:
resword = &wordlist[2632];
goto compare;
- case 19567:
+ case 18759:
resword = &wordlist[2633];
goto compare;
- case 19598:
+ case 18776:
resword = &wordlist[2634];
goto compare;
- case 19603:
+ case 18779:
resword = &wordlist[2635];
goto compare;
- case 19615:
+ case 18783:
resword = &wordlist[2636];
goto compare;
- case 19619:
+ case 18786:
resword = &wordlist[2637];
goto compare;
- case 19620:
+ case 18798:
resword = &wordlist[2638];
goto compare;
- case 19630:
+ case 18806:
resword = &wordlist[2639];
goto compare;
- case 19632:
+ case 18816:
resword = &wordlist[2640];
goto compare;
- case 19647:
+ case 18823:
resword = &wordlist[2641];
goto compare;
- case 19653:
+ case 18827:
resword = &wordlist[2642];
goto compare;
- case 19668:
+ case 18831:
resword = &wordlist[2643];
goto compare;
- case 19708:
+ case 18847:
resword = &wordlist[2644];
goto compare;
- case 19709:
+ case 18852:
resword = &wordlist[2645];
goto compare;
- case 19714:
+ case 18867:
resword = &wordlist[2646];
goto compare;
- case 19729:
+ case 18884:
resword = &wordlist[2647];
goto compare;
- case 19757:
+ case 18885:
resword = &wordlist[2648];
goto compare;
- case 19758:
+ case 18904:
resword = &wordlist[2649];
goto compare;
- case 19759:
+ case 18909:
resword = &wordlist[2650];
goto compare;
- case 19772:
+ case 18913:
resword = &wordlist[2651];
goto compare;
- case 19773:
+ case 18952:
resword = &wordlist[2652];
goto compare;
- case 19774:
+ case 18953:
resword = &wordlist[2653];
goto compare;
- case 19784:
+ case 18956:
resword = &wordlist[2654];
goto compare;
- case 19801:
+ case 18962:
resword = &wordlist[2655];
goto compare;
- case 19804:
+ case 18972:
resword = &wordlist[2656];
goto compare;
- case 19807:
+ case 18990:
resword = &wordlist[2657];
goto compare;
- case 19811:
+ case 18994:
resword = &wordlist[2658];
goto compare;
- case 19828:
+ case 19008:
resword = &wordlist[2659];
goto compare;
- case 19829:
+ case 19011:
resword = &wordlist[2660];
goto compare;
- case 19832:
+ case 19012:
resword = &wordlist[2661];
goto compare;
- case 19844:
+ case 19019:
resword = &wordlist[2662];
goto compare;
- case 19858:
+ case 19034:
resword = &wordlist[2663];
goto compare;
- case 19860:
+ case 19052:
resword = &wordlist[2664];
goto compare;
- case 19872:
+ case 19069:
resword = &wordlist[2665];
goto compare;
- case 19881:
+ case 19098:
resword = &wordlist[2666];
goto compare;
- case 19882:
+ case 19111:
resword = &wordlist[2667];
goto compare;
- case 19920:
+ case 19112:
resword = &wordlist[2668];
goto compare;
- case 19932:
+ case 19121:
resword = &wordlist[2669];
goto compare;
- case 19933:
+ case 19122:
resword = &wordlist[2670];
goto compare;
- case 19937:
+ case 19154:
resword = &wordlist[2671];
goto compare;
- case 19949:
+ case 19160:
resword = &wordlist[2672];
goto compare;
- case 19976:
+ case 19174:
resword = &wordlist[2673];
goto compare;
- case 19980:
+ case 19175:
resword = &wordlist[2674];
goto compare;
- case 19992:
+ case 19176:
resword = &wordlist[2675];
goto compare;
- case 20003:
+ case 19179:
resword = &wordlist[2676];
goto compare;
- case 20008:
+ case 19180:
resword = &wordlist[2677];
goto compare;
- case 20009:
+ case 19181:
resword = &wordlist[2678];
goto compare;
- case 20016:
+ case 19188:
resword = &wordlist[2679];
goto compare;
- case 20026:
+ case 19195:
resword = &wordlist[2680];
goto compare;
- case 20027:
+ case 19205:
resword = &wordlist[2681];
goto compare;
- case 20038:
+ case 19210:
resword = &wordlist[2682];
goto compare;
- case 20041:
+ case 19213:
resword = &wordlist[2683];
goto compare;
- case 20054:
+ case 19214:
resword = &wordlist[2684];
goto compare;
- case 20057:
+ case 19216:
resword = &wordlist[2685];
goto compare;
- case 20059:
+ case 19232:
resword = &wordlist[2686];
goto compare;
- case 20063:
+ case 19248:
resword = &wordlist[2687];
goto compare;
- case 20077:
+ case 19252:
resword = &wordlist[2688];
goto compare;
- case 20079:
+ case 19267:
resword = &wordlist[2689];
goto compare;
- case 20080:
+ case 19270:
resword = &wordlist[2690];
goto compare;
- case 20081:
+ case 19286:
resword = &wordlist[2691];
goto compare;
- case 20092:
+ case 19287:
resword = &wordlist[2692];
goto compare;
- case 20094:
+ case 19297:
resword = &wordlist[2693];
goto compare;
- case 20096:
+ case 19312:
resword = &wordlist[2694];
goto compare;
- case 20105:
+ case 19317:
resword = &wordlist[2695];
goto compare;
- case 20106:
+ case 19318:
resword = &wordlist[2696];
goto compare;
- case 20117:
+ case 19319:
resword = &wordlist[2697];
goto compare;
- case 20125:
+ case 19323:
resword = &wordlist[2698];
goto compare;
- case 20132:
+ case 19329:
resword = &wordlist[2699];
goto compare;
- case 20150:
+ case 19330:
resword = &wordlist[2700];
goto compare;
- case 20159:
+ case 19339:
resword = &wordlist[2701];
goto compare;
- case 20163:
+ case 19343:
resword = &wordlist[2702];
goto compare;
- case 20164:
+ case 19348:
resword = &wordlist[2703];
goto compare;
- case 20178:
+ case 19361:
resword = &wordlist[2704];
goto compare;
- case 20181:
+ case 19363:
resword = &wordlist[2705];
goto compare;
- case 20185:
+ case 19374:
resword = &wordlist[2706];
goto compare;
- case 20192:
+ case 19381:
resword = &wordlist[2707];
goto compare;
- case 20198:
+ case 19395:
resword = &wordlist[2708];
goto compare;
- case 20212:
+ case 19403:
resword = &wordlist[2709];
goto compare;
- case 20218:
+ case 19418:
resword = &wordlist[2710];
goto compare;
- case 20219:
+ case 19430:
resword = &wordlist[2711];
goto compare;
- case 20225:
+ case 19436:
resword = &wordlist[2712];
goto compare;
- case 20248:
+ case 19437:
resword = &wordlist[2713];
goto compare;
- case 20257:
+ case 19439:
resword = &wordlist[2714];
goto compare;
- case 20263:
+ case 19442:
resword = &wordlist[2715];
goto compare;
- case 20278:
+ case 19446:
resword = &wordlist[2716];
goto compare;
- case 20280:
+ case 19447:
resword = &wordlist[2717];
goto compare;
- case 20287:
+ case 19460:
resword = &wordlist[2718];
goto compare;
- case 20312:
+ case 19473:
resword = &wordlist[2719];
goto compare;
- case 20330:
+ case 19476:
resword = &wordlist[2720];
goto compare;
- case 20339:
+ case 19494:
resword = &wordlist[2721];
goto compare;
- case 20350:
+ case 19501:
resword = &wordlist[2722];
goto compare;
- case 20352:
+ case 19504:
resword = &wordlist[2723];
goto compare;
- case 20355:
+ case 19507:
resword = &wordlist[2724];
goto compare;
- case 20373:
+ case 19508:
resword = &wordlist[2725];
goto compare;
- case 20385:
+ case 19509:
resword = &wordlist[2726];
goto compare;
- case 20386:
+ case 19515:
resword = &wordlist[2727];
goto compare;
- case 20412:
+ case 19540:
resword = &wordlist[2728];
goto compare;
- case 20419:
+ case 19542:
resword = &wordlist[2729];
goto compare;
- case 20423:
+ case 19551:
resword = &wordlist[2730];
goto compare;
- case 20432:
+ case 19553:
resword = &wordlist[2731];
goto compare;
- case 20448:
+ case 19556:
resword = &wordlist[2732];
goto compare;
- case 20475:
+ case 19564:
resword = &wordlist[2733];
goto compare;
- case 20482:
+ case 19567:
resword = &wordlist[2734];
goto compare;
- case 20486:
+ case 19570:
resword = &wordlist[2735];
goto compare;
- case 20495:
+ case 19573:
resword = &wordlist[2736];
goto compare;
- case 20500:
+ case 19578:
resword = &wordlist[2737];
goto compare;
- case 20506:
+ case 19591:
resword = &wordlist[2738];
goto compare;
- case 20513:
+ case 19595:
resword = &wordlist[2739];
goto compare;
- case 20527:
+ case 19605:
resword = &wordlist[2740];
goto compare;
- case 20542:
+ case 19616:
resword = &wordlist[2741];
goto compare;
- case 20549:
+ case 19618:
resword = &wordlist[2742];
goto compare;
- case 20550:
+ case 19626:
resword = &wordlist[2743];
goto compare;
- case 20551:
+ case 19634:
resword = &wordlist[2744];
goto compare;
- case 20562:
+ case 19636:
resword = &wordlist[2745];
goto compare;
- case 20563:
+ case 19643:
resword = &wordlist[2746];
goto compare;
- case 20565:
+ case 19647:
resword = &wordlist[2747];
goto compare;
- case 20566:
+ case 19651:
resword = &wordlist[2748];
goto compare;
- case 20577:
+ case 19668:
resword = &wordlist[2749];
goto compare;
- case 20582:
+ case 19673:
resword = &wordlist[2750];
goto compare;
- case 20591:
+ case 19680:
resword = &wordlist[2751];
goto compare;
- case 20594:
+ case 19681:
resword = &wordlist[2752];
goto compare;
- case 20595:
+ case 19694:
resword = &wordlist[2753];
goto compare;
- case 20605:
+ case 19696:
resword = &wordlist[2754];
goto compare;
- case 20606:
+ case 19707:
resword = &wordlist[2755];
goto compare;
- case 20611:
+ case 19711:
resword = &wordlist[2756];
goto compare;
- case 20613:
+ case 19712:
resword = &wordlist[2757];
goto compare;
- case 20625:
+ case 19718:
resword = &wordlist[2758];
goto compare;
- case 20630:
+ case 19722:
resword = &wordlist[2759];
goto compare;
- case 20634:
+ case 19734:
resword = &wordlist[2760];
goto compare;
- case 20636:
+ case 19764:
resword = &wordlist[2761];
goto compare;
- case 20642:
+ case 19767:
resword = &wordlist[2762];
goto compare;
- case 20659:
+ case 19769:
resword = &wordlist[2763];
goto compare;
- case 20676:
+ case 19770:
resword = &wordlist[2764];
goto compare;
- case 20689:
+ case 19775:
resword = &wordlist[2765];
goto compare;
- case 20694:
+ case 19782:
resword = &wordlist[2766];
goto compare;
- case 20696:
+ case 19787:
resword = &wordlist[2767];
goto compare;
- case 20701:
+ case 19789:
resword = &wordlist[2768];
goto compare;
- case 20720:
+ case 19794:
resword = &wordlist[2769];
goto compare;
- case 20730:
+ case 19807:
resword = &wordlist[2770];
goto compare;
- case 20743:
+ case 19809:
resword = &wordlist[2771];
goto compare;
- case 20750:
+ case 19822:
resword = &wordlist[2772];
goto compare;
- case 20764:
+ case 19832:
resword = &wordlist[2773];
goto compare;
- case 20766:
+ case 19841:
resword = &wordlist[2774];
goto compare;
- case 20778:
+ case 19843:
resword = &wordlist[2775];
goto compare;
- case 20779:
+ case 19851:
resword = &wordlist[2776];
goto compare;
- case 20792:
+ case 19853:
resword = &wordlist[2777];
goto compare;
- case 20818:
+ case 19857:
resword = &wordlist[2778];
goto compare;
- case 20829:
+ case 19859:
resword = &wordlist[2779];
goto compare;
- case 20843:
+ case 19863:
resword = &wordlist[2780];
goto compare;
- case 20845:
+ case 19873:
resword = &wordlist[2781];
goto compare;
- case 20846:
+ case 19878:
resword = &wordlist[2782];
goto compare;
- case 20847:
+ case 19879:
resword = &wordlist[2783];
goto compare;
- case 20852:
+ case 19881:
resword = &wordlist[2784];
goto compare;
- case 20876:
+ case 19886:
resword = &wordlist[2785];
goto compare;
- case 20883:
+ case 19888:
resword = &wordlist[2786];
goto compare;
- case 20889:
+ case 19889:
resword = &wordlist[2787];
goto compare;
- case 20891:
+ case 19895:
resword = &wordlist[2788];
goto compare;
- case 20901:
+ case 19898:
resword = &wordlist[2789];
goto compare;
- case 20904:
+ case 19903:
resword = &wordlist[2790];
goto compare;
- case 20908:
+ case 19919:
resword = &wordlist[2791];
goto compare;
- case 20910:
+ case 19930:
resword = &wordlist[2792];
goto compare;
- case 20924:
+ case 19932:
resword = &wordlist[2793];
goto compare;
- case 20927:
+ case 19947:
resword = &wordlist[2794];
goto compare;
- case 20933:
+ case 19957:
resword = &wordlist[2795];
goto compare;
- case 20941:
+ case 19958:
resword = &wordlist[2796];
goto compare;
- case 20942:
+ case 19966:
resword = &wordlist[2797];
goto compare;
- case 20946:
+ case 19972:
resword = &wordlist[2798];
goto compare;
- case 20948:
+ case 19979:
resword = &wordlist[2799];
goto compare;
- case 20955:
+ case 19980:
resword = &wordlist[2800];
goto compare;
- case 20960:
+ case 19983:
resword = &wordlist[2801];
goto compare;
- case 20962:
+ case 19989:
resword = &wordlist[2802];
goto compare;
- case 20980:
+ case 19994:
resword = &wordlist[2803];
goto compare;
- case 20981:
+ case 20001:
resword = &wordlist[2804];
goto compare;
- case 20990:
+ case 20008:
resword = &wordlist[2805];
goto compare;
- case 20991:
+ case 20031:
resword = &wordlist[2806];
goto compare;
- case 20997:
+ case 20032:
resword = &wordlist[2807];
goto compare;
- case 21002:
+ case 20044:
resword = &wordlist[2808];
goto compare;
- case 21003:
+ case 20045:
resword = &wordlist[2809];
goto compare;
- case 21004:
+ case 20048:
resword = &wordlist[2810];
goto compare;
- case 21010:
+ case 20054:
resword = &wordlist[2811];
goto compare;
- case 21014:
+ case 20062:
resword = &wordlist[2812];
goto compare;
- case 21026:
+ case 20068:
resword = &wordlist[2813];
goto compare;
- case 21030:
+ case 20074:
resword = &wordlist[2814];
goto compare;
- case 21031:
+ case 20111:
resword = &wordlist[2815];
goto compare;
- case 21043:
+ case 20117:
resword = &wordlist[2816];
goto compare;
- case 21065:
+ case 20122:
resword = &wordlist[2817];
goto compare;
- case 21070:
+ case 20134:
resword = &wordlist[2818];
goto compare;
- case 21073:
+ case 20136:
resword = &wordlist[2819];
goto compare;
- case 21079:
+ case 20139:
resword = &wordlist[2820];
goto compare;
- case 21088:
+ case 20154:
resword = &wordlist[2821];
goto compare;
- case 21097:
+ case 20159:
resword = &wordlist[2822];
goto compare;
- case 21106:
+ case 20169:
resword = &wordlist[2823];
goto compare;
- case 21113:
+ case 20181:
resword = &wordlist[2824];
goto compare;
- case 21120:
+ case 20183:
resword = &wordlist[2825];
goto compare;
- case 21127:
+ case 20192:
resword = &wordlist[2826];
goto compare;
- case 21133:
+ case 20197:
resword = &wordlist[2827];
goto compare;
- case 21138:
+ case 20213:
resword = &wordlist[2828];
goto compare;
- case 21146:
+ case 20219:
resword = &wordlist[2829];
goto compare;
- case 21151:
+ case 20233:
resword = &wordlist[2830];
goto compare;
- case 21156:
+ case 20246:
resword = &wordlist[2831];
goto compare;
- case 21162:
+ case 20266:
resword = &wordlist[2832];
goto compare;
- case 21168:
+ case 20274:
resword = &wordlist[2833];
goto compare;
- case 21172:
+ case 20290:
resword = &wordlist[2834];
goto compare;
- case 21173:
+ case 20300:
resword = &wordlist[2835];
goto compare;
- case 21185:
+ case 20301:
resword = &wordlist[2836];
goto compare;
- case 21195:
+ case 20305:
resword = &wordlist[2837];
goto compare;
- case 21204:
+ case 20313:
resword = &wordlist[2838];
goto compare;
- case 21222:
+ case 20314:
resword = &wordlist[2839];
goto compare;
- case 21226:
+ case 20321:
resword = &wordlist[2840];
goto compare;
- case 21238:
+ case 20323:
resword = &wordlist[2841];
goto compare;
- case 21239:
+ case 20326:
resword = &wordlist[2842];
goto compare;
- case 21248:
+ case 20329:
resword = &wordlist[2843];
goto compare;
- case 21255:
+ case 20339:
resword = &wordlist[2844];
goto compare;
- case 21260:
+ case 20343:
resword = &wordlist[2845];
goto compare;
- case 21264:
+ case 20344:
resword = &wordlist[2846];
goto compare;
- case 21268:
+ case 20349:
resword = &wordlist[2847];
goto compare;
- case 21280:
+ case 20351:
resword = &wordlist[2848];
goto compare;
- case 21291:
+ case 20356:
resword = &wordlist[2849];
goto compare;
- case 21296:
+ case 20363:
resword = &wordlist[2850];
goto compare;
- case 21297:
+ case 20366:
resword = &wordlist[2851];
goto compare;
- case 21298:
+ case 20374:
resword = &wordlist[2852];
goto compare;
- case 21303:
+ case 20376:
resword = &wordlist[2853];
goto compare;
- case 21310:
+ case 20378:
resword = &wordlist[2854];
goto compare;
- case 21315:
+ case 20386:
resword = &wordlist[2855];
goto compare;
- case 21339:
+ case 20388:
resword = &wordlist[2856];
goto compare;
- case 21359:
+ case 20389:
resword = &wordlist[2857];
goto compare;
- case 21376:
+ case 20392:
resword = &wordlist[2858];
goto compare;
- case 21378:
+ case 20396:
resword = &wordlist[2859];
goto compare;
- case 21384:
+ case 20400:
resword = &wordlist[2860];
goto compare;
- case 21390:
+ case 20402:
resword = &wordlist[2861];
goto compare;
- case 21391:
+ case 20404:
resword = &wordlist[2862];
goto compare;
- case 21394:
+ case 20405:
resword = &wordlist[2863];
goto compare;
- case 21402:
+ case 20408:
resword = &wordlist[2864];
goto compare;
- case 21406:
+ case 20410:
resword = &wordlist[2865];
goto compare;
- case 21408:
+ case 20412:
resword = &wordlist[2866];
goto compare;
- case 21415:
+ case 20419:
resword = &wordlist[2867];
goto compare;
- case 21416:
+ case 20429:
resword = &wordlist[2868];
goto compare;
- case 21417:
+ case 20433:
resword = &wordlist[2869];
goto compare;
- case 21428:
+ case 20434:
resword = &wordlist[2870];
goto compare;
- case 21430:
+ case 20439:
resword = &wordlist[2871];
goto compare;
- case 21439:
+ case 20444:
resword = &wordlist[2872];
goto compare;
- case 21443:
+ case 20456:
resword = &wordlist[2873];
goto compare;
- case 21461:
+ case 20457:
resword = &wordlist[2874];
goto compare;
- case 21464:
+ case 20458:
resword = &wordlist[2875];
goto compare;
- case 21468:
+ case 20459:
resword = &wordlist[2876];
goto compare;
- case 21477:
+ case 20460:
resword = &wordlist[2877];
goto compare;
- case 21506:
+ case 20465:
resword = &wordlist[2878];
goto compare;
- case 21507:
+ case 20467:
resword = &wordlist[2879];
goto compare;
- case 21514:
+ case 20476:
resword = &wordlist[2880];
goto compare;
- case 21519:
+ case 20493:
resword = &wordlist[2881];
goto compare;
- case 21523:
+ case 20494:
resword = &wordlist[2882];
goto compare;
- case 21527:
+ case 20540:
resword = &wordlist[2883];
goto compare;
- case 21532:
+ case 20550:
resword = &wordlist[2884];
goto compare;
- case 21539:
+ case 20561:
resword = &wordlist[2885];
goto compare;
- case 21556:
+ case 20564:
resword = &wordlist[2886];
goto compare;
- case 21558:
+ case 20573:
resword = &wordlist[2887];
goto compare;
- case 21572:
+ case 20604:
resword = &wordlist[2888];
goto compare;
- case 21573:
+ case 20609:
resword = &wordlist[2889];
goto compare;
- case 21581:
+ case 20617:
resword = &wordlist[2890];
goto compare;
- case 21586:
+ case 20626:
resword = &wordlist[2891];
goto compare;
- case 21587:
+ case 20629:
resword = &wordlist[2892];
goto compare;
- case 21588:
+ case 20639:
resword = &wordlist[2893];
goto compare;
- case 21589:
+ case 20648:
resword = &wordlist[2894];
goto compare;
- case 21592:
+ case 20650:
resword = &wordlist[2895];
goto compare;
- case 21595:
+ case 20652:
resword = &wordlist[2896];
goto compare;
- case 21597:
+ case 20656:
resword = &wordlist[2897];
goto compare;
- case 21607:
+ case 20666:
resword = &wordlist[2898];
goto compare;
- case 21609:
+ case 20667:
resword = &wordlist[2899];
goto compare;
- case 21621:
+ case 20674:
resword = &wordlist[2900];
goto compare;
- case 21634:
+ case 20676:
resword = &wordlist[2901];
goto compare;
- case 21642:
+ case 20680:
resword = &wordlist[2902];
goto compare;
- case 21645:
+ case 20700:
resword = &wordlist[2903];
goto compare;
- case 21661:
+ case 20707:
resword = &wordlist[2904];
goto compare;
- case 21665:
+ case 20713:
resword = &wordlist[2905];
goto compare;
- case 21669:
+ case 20715:
resword = &wordlist[2906];
goto compare;
- case 21681:
+ case 20743:
resword = &wordlist[2907];
goto compare;
- case 21684:
+ case 20746:
resword = &wordlist[2908];
goto compare;
- case 21686:
+ case 20757:
resword = &wordlist[2909];
goto compare;
- case 21688:
+ case 20779:
resword = &wordlist[2910];
goto compare;
- case 21703:
+ case 20788:
resword = &wordlist[2911];
goto compare;
- case 21712:
+ case 20792:
resword = &wordlist[2912];
goto compare;
- case 21715:
+ case 20796:
resword = &wordlist[2913];
goto compare;
- case 21754:
+ case 20801:
resword = &wordlist[2914];
goto compare;
- case 21755:
+ case 20803:
resword = &wordlist[2915];
goto compare;
- case 21758:
+ case 20826:
resword = &wordlist[2916];
goto compare;
- case 21765:
+ case 20830:
resword = &wordlist[2917];
goto compare;
- case 21778:
+ case 20831:
resword = &wordlist[2918];
goto compare;
- case 21792:
+ case 20846:
resword = &wordlist[2919];
goto compare;
- case 21799:
+ case 20849:
resword = &wordlist[2920];
goto compare;
- case 21801:
+ case 20850:
resword = &wordlist[2921];
goto compare;
- case 21802:
+ case 20852:
resword = &wordlist[2922];
goto compare;
- case 21805:
+ case 20858:
resword = &wordlist[2923];
goto compare;
- case 21808:
+ case 20866:
resword = &wordlist[2924];
goto compare;
+ case 20869:
+ resword = &wordlist[2925];
+ goto compare;
}
}
else
{
- switch (key - 21833)
+ switch (key - 20902)
{
case 0:
- resword = &wordlist[2925];
- goto compare;
- case 1:
resword = &wordlist[2926];
goto compare;
- case 6:
+ case 3:
resword = &wordlist[2927];
goto compare;
- case 11:
+ case 4:
resword = &wordlist[2928];
goto compare;
- case 14:
+ case 7:
resword = &wordlist[2929];
goto compare;
- case 19:
+ case 16:
resword = &wordlist[2930];
goto compare;
- case 32:
+ case 17:
resword = &wordlist[2931];
goto compare;
- case 39:
+ case 18:
resword = &wordlist[2932];
goto compare;
- case 41:
+ case 25:
resword = &wordlist[2933];
goto compare;
- case 49:
+ case 28:
resword = &wordlist[2934];
goto compare;
- case 56:
+ case 32:
resword = &wordlist[2935];
goto compare;
- case 67:
+ case 33:
resword = &wordlist[2936];
goto compare;
- case 69:
+ case 37:
resword = &wordlist[2937];
goto compare;
- case 71:
+ case 40:
resword = &wordlist[2938];
goto compare;
- case 76:
+ case 48:
resword = &wordlist[2939];
goto compare;
- case 77:
+ case 64:
resword = &wordlist[2940];
goto compare;
- case 79:
+ case 84:
resword = &wordlist[2941];
goto compare;
- case 80:
+ case 87:
resword = &wordlist[2942];
goto compare;
- case 102:
+ case 91:
resword = &wordlist[2943];
goto compare;
- case 107:
+ case 104:
resword = &wordlist[2944];
goto compare;
- case 123:
+ case 135:
resword = &wordlist[2945];
goto compare;
- case 125:
+ case 139:
resword = &wordlist[2946];
goto compare;
- case 129:
+ case 148:
resword = &wordlist[2947];
goto compare;
- case 143:
+ case 156:
resword = &wordlist[2948];
goto compare;
- case 144:
+ case 169:
resword = &wordlist[2949];
goto compare;
- case 145:
+ case 170:
resword = &wordlist[2950];
goto compare;
- case 150:
+ case 173:
resword = &wordlist[2951];
goto compare;
- case 159:
+ case 182:
resword = &wordlist[2952];
goto compare;
- case 163:
+ case 184:
resword = &wordlist[2953];
goto compare;
- case 187:
+ case 191:
resword = &wordlist[2954];
goto compare;
- case 199:
+ case 197:
resword = &wordlist[2955];
goto compare;
- case 210:
+ case 202:
resword = &wordlist[2956];
goto compare;
- case 215:
+ case 217:
resword = &wordlist[2957];
goto compare;
- case 216:
+ case 220:
resword = &wordlist[2958];
goto compare;
- case 222:
+ case 227:
resword = &wordlist[2959];
goto compare;
- case 225:
+ case 233:
resword = &wordlist[2960];
goto compare;
- case 226:
+ case 237:
resword = &wordlist[2961];
goto compare;
- case 231:
+ case 244:
resword = &wordlist[2962];
goto compare;
- case 243:
+ case 249:
resword = &wordlist[2963];
goto compare;
- case 247:
+ case 250:
resword = &wordlist[2964];
goto compare;
- case 281:
+ case 257:
resword = &wordlist[2965];
goto compare;
- case 285:
+ case 258:
resword = &wordlist[2966];
goto compare;
- case 299:
+ case 272:
resword = &wordlist[2967];
goto compare;
- case 315:
+ case 278:
resword = &wordlist[2968];
goto compare;
- case 317:
+ case 289:
resword = &wordlist[2969];
goto compare;
- case 331:
+ case 300:
resword = &wordlist[2970];
goto compare;
- case 336:
+ case 306:
resword = &wordlist[2971];
goto compare;
- case 346:
+ case 311:
resword = &wordlist[2972];
goto compare;
- case 351:
+ case 315:
resword = &wordlist[2973];
goto compare;
- case 358:
+ case 335:
resword = &wordlist[2974];
goto compare;
- case 366:
+ case 340:
resword = &wordlist[2975];
goto compare;
- case 367:
+ case 343:
resword = &wordlist[2976];
goto compare;
- case 387:
+ case 350:
resword = &wordlist[2977];
goto compare;
- case 389:
+ case 359:
resword = &wordlist[2978];
goto compare;
- case 416:
+ case 366:
resword = &wordlist[2979];
goto compare;
- case 417:
+ case 381:
resword = &wordlist[2980];
goto compare;
- case 429:
+ case 384:
resword = &wordlist[2981];
goto compare;
- case 433:
+ case 386:
resword = &wordlist[2982];
goto compare;
- case 439:
+ case 387:
resword = &wordlist[2983];
goto compare;
- case 448:
+ case 401:
resword = &wordlist[2984];
goto compare;
- case 449:
+ case 408:
resword = &wordlist[2985];
goto compare;
- case 462:
+ case 414:
resword = &wordlist[2986];
goto compare;
- case 478:
+ case 424:
resword = &wordlist[2987];
goto compare;
- case 481:
+ case 434:
resword = &wordlist[2988];
goto compare;
- case 482:
+ case 440:
resword = &wordlist[2989];
goto compare;
- case 483:
+ case 445:
resword = &wordlist[2990];
goto compare;
- case 485:
+ case 448:
resword = &wordlist[2991];
goto compare;
- case 486:
+ case 453:
resword = &wordlist[2992];
goto compare;
- case 491:
+ case 456:
resword = &wordlist[2993];
goto compare;
- case 496:
+ case 457:
resword = &wordlist[2994];
goto compare;
- case 514:
+ case 462:
resword = &wordlist[2995];
goto compare;
- case 520:
+ case 466:
resword = &wordlist[2996];
goto compare;
- case 522:
+ case 471:
resword = &wordlist[2997];
goto compare;
- case 523:
+ case 480:
resword = &wordlist[2998];
goto compare;
- case 532:
+ case 485:
resword = &wordlist[2999];
goto compare;
- case 533:
+ case 491:
resword = &wordlist[3000];
goto compare;
- case 536:
+ case 497:
resword = &wordlist[3001];
goto compare;
- case 537:
+ case 498:
resword = &wordlist[3002];
goto compare;
- case 541:
+ case 505:
resword = &wordlist[3003];
goto compare;
- case 544:
+ case 509:
resword = &wordlist[3004];
goto compare;
- case 562:
+ case 511:
resword = &wordlist[3005];
goto compare;
- case 579:
+ case 516:
resword = &wordlist[3006];
goto compare;
- case 583:
+ case 517:
resword = &wordlist[3007];
goto compare;
- case 602:
+ case 524:
resword = &wordlist[3008];
goto compare;
- case 620:
+ case 527:
resword = &wordlist[3009];
goto compare;
- case 623:
+ case 533:
resword = &wordlist[3010];
goto compare;
- case 625:
+ case 538:
resword = &wordlist[3011];
goto compare;
- case 630:
+ case 544:
resword = &wordlist[3012];
goto compare;
- case 631:
+ case 552:
resword = &wordlist[3013];
goto compare;
- case 643:
+ case 563:
resword = &wordlist[3014];
goto compare;
- case 664:
+ case 568:
resword = &wordlist[3015];
goto compare;
- case 665:
+ case 573:
resword = &wordlist[3016];
goto compare;
- case 686:
+ case 575:
resword = &wordlist[3017];
goto compare;
- case 687:
+ case 576:
resword = &wordlist[3018];
goto compare;
- case 698:
+ case 580:
resword = &wordlist[3019];
goto compare;
- case 705:
+ case 581:
resword = &wordlist[3020];
goto compare;
- case 710:
+ case 594:
resword = &wordlist[3021];
goto compare;
- case 711:
+ case 600:
resword = &wordlist[3022];
goto compare;
- case 712:
+ case 629:
resword = &wordlist[3023];
goto compare;
- case 713:
+ case 631:
resword = &wordlist[3024];
goto compare;
- case 716:
+ case 632:
resword = &wordlist[3025];
goto compare;
- case 732:
+ case 638:
resword = &wordlist[3026];
goto compare;
- case 738:
+ case 641:
resword = &wordlist[3027];
goto compare;
- case 741:
+ case 644:
resword = &wordlist[3028];
goto compare;
- case 742:
+ case 663:
resword = &wordlist[3029];
goto compare;
- case 743:
+ case 677:
resword = &wordlist[3030];
goto compare;
- case 770:
+ case 684:
resword = &wordlist[3031];
goto compare;
- case 773:
+ case 686:
resword = &wordlist[3032];
goto compare;
- case 782:
+ case 694:
resword = &wordlist[3033];
goto compare;
- case 783:
+ case 704:
resword = &wordlist[3034];
goto compare;
- case 787:
+ case 707:
resword = &wordlist[3035];
goto compare;
- case 789:
+ case 710:
resword = &wordlist[3036];
goto compare;
- case 793:
+ case 715:
resword = &wordlist[3037];
goto compare;
- case 797:
+ case 723:
resword = &wordlist[3038];
goto compare;
- case 801:
+ case 724:
resword = &wordlist[3039];
goto compare;
- case 806:
+ case 732:
resword = &wordlist[3040];
goto compare;
- case 819:
+ case 733:
resword = &wordlist[3041];
goto compare;
- case 821:
+ case 736:
resword = &wordlist[3042];
goto compare;
- case 822:
+ case 748:
resword = &wordlist[3043];
goto compare;
- case 828:
+ case 752:
resword = &wordlist[3044];
goto compare;
- case 829:
+ case 759:
resword = &wordlist[3045];
goto compare;
- case 838:
+ case 762:
resword = &wordlist[3046];
goto compare;
- case 841:
+ case 769:
resword = &wordlist[3047];
goto compare;
- case 855:
+ case 775:
resword = &wordlist[3048];
goto compare;
- case 859:
+ case 802:
resword = &wordlist[3049];
goto compare;
- case 869:
+ case 805:
resword = &wordlist[3050];
goto compare;
- case 871:
+ case 845:
resword = &wordlist[3051];
goto compare;
- case 875:
+ case 846:
resword = &wordlist[3052];
goto compare;
- case 881:
+ case 848:
resword = &wordlist[3053];
goto compare;
- case 882:
+ case 852:
resword = &wordlist[3054];
goto compare;
- case 893:
+ case 856:
resword = &wordlist[3055];
goto compare;
- case 908:
+ case 859:
resword = &wordlist[3056];
goto compare;
- case 909:
+ case 861:
resword = &wordlist[3057];
goto compare;
- case 919:
+ case 865:
resword = &wordlist[3058];
goto compare;
- case 926:
+ case 867:
resword = &wordlist[3059];
goto compare;
- case 931:
+ case 868:
resword = &wordlist[3060];
goto compare;
- case 935:
+ case 873:
resword = &wordlist[3061];
goto compare;
- case 937:
+ case 874:
resword = &wordlist[3062];
goto compare;
- case 942:
+ case 877:
resword = &wordlist[3063];
goto compare;
- case 945:
+ case 884:
resword = &wordlist[3064];
goto compare;
- case 953:
+ case 894:
resword = &wordlist[3065];
goto compare;
- case 958:
+ case 898:
resword = &wordlist[3066];
goto compare;
- case 965:
+ case 908:
resword = &wordlist[3067];
goto compare;
- case 969:
+ case 910:
resword = &wordlist[3068];
goto compare;
- case 978:
+ case 918:
resword = &wordlist[3069];
goto compare;
- case 985:
+ case 927:
resword = &wordlist[3070];
goto compare;
- case 990:
+ case 932:
resword = &wordlist[3071];
goto compare;
- case 991:
+ case 945:
resword = &wordlist[3072];
goto compare;
- case 997:
+ case 968:
resword = &wordlist[3073];
goto compare;
- case 1000:
+ case 978:
resword = &wordlist[3074];
goto compare;
- case 1014:
+ case 1002:
resword = &wordlist[3075];
goto compare;
- case 1023:
+ case 1003:
resword = &wordlist[3076];
goto compare;
- case 1027:
+ case 1022:
resword = &wordlist[3077];
goto compare;
- case 1043:
+ case 1024:
resword = &wordlist[3078];
goto compare;
- case 1052:
+ case 1030:
resword = &wordlist[3079];
goto compare;
- case 1068:
+ case 1043:
resword = &wordlist[3080];
goto compare;
- case 1080:
+ case 1051:
resword = &wordlist[3081];
goto compare;
- case 1081:
+ case 1058:
resword = &wordlist[3082];
goto compare;
- case 1085:
+ case 1063:
resword = &wordlist[3083];
goto compare;
- case 1096:
+ case 1073:
resword = &wordlist[3084];
goto compare;
- case 1102:
+ case 1074:
resword = &wordlist[3085];
goto compare;
- case 1111:
+ case 1092:
resword = &wordlist[3086];
goto compare;
- case 1124:
+ case 1094:
resword = &wordlist[3087];
goto compare;
- case 1129:
+ case 1097:
resword = &wordlist[3088];
goto compare;
- case 1134:
+ case 1105:
resword = &wordlist[3089];
goto compare;
- case 1143:
+ case 1108:
resword = &wordlist[3090];
goto compare;
- case 1146:
+ case 1111:
resword = &wordlist[3091];
goto compare;
- case 1154:
+ case 1116:
resword = &wordlist[3092];
goto compare;
- case 1161:
+ case 1125:
resword = &wordlist[3093];
goto compare;
- case 1172:
+ case 1133:
resword = &wordlist[3094];
goto compare;
- case 1180:
+ case 1142:
resword = &wordlist[3095];
goto compare;
- case 1182:
+ case 1148:
resword = &wordlist[3096];
goto compare;
- case 1191:
+ case 1152:
resword = &wordlist[3097];
goto compare;
- case 1195:
+ case 1158:
resword = &wordlist[3098];
goto compare;
- case 1206:
+ case 1162:
resword = &wordlist[3099];
goto compare;
- case 1210:
+ case 1167:
resword = &wordlist[3100];
goto compare;
- case 1214:
+ case 1170:
resword = &wordlist[3101];
goto compare;
- case 1219:
+ case 1177:
resword = &wordlist[3102];
goto compare;
- case 1221:
+ case 1190:
resword = &wordlist[3103];
goto compare;
- case 1225:
+ case 1200:
resword = &wordlist[3104];
goto compare;
- case 1226:
+ case 1202:
resword = &wordlist[3105];
goto compare;
- case 1231:
+ case 1219:
resword = &wordlist[3106];
goto compare;
- case 1233:
+ case 1231:
resword = &wordlist[3107];
goto compare;
- case 1234:
+ case 1245:
resword = &wordlist[3108];
goto compare;
- case 1250:
+ case 1246:
resword = &wordlist[3109];
goto compare;
- case 1256:
+ case 1258:
resword = &wordlist[3110];
goto compare;
- case 1261:
+ case 1259:
resword = &wordlist[3111];
goto compare;
- case 1270:
+ case 1261:
resword = &wordlist[3112];
goto compare;
- case 1277:
+ case 1268:
resword = &wordlist[3113];
goto compare;
- case 1295:
+ case 1280:
resword = &wordlist[3114];
goto compare;
- case 1302:
+ case 1285:
resword = &wordlist[3115];
goto compare;
- case 1311:
+ case 1291:
resword = &wordlist[3116];
goto compare;
- case 1320:
+ case 1299:
resword = &wordlist[3117];
goto compare;
- case 1330:
+ case 1318:
resword = &wordlist[3118];
goto compare;
- case 1332:
+ case 1321:
resword = &wordlist[3119];
goto compare;
- case 1337:
+ case 1322:
resword = &wordlist[3120];
goto compare;
- case 1338:
+ case 1337:
resword = &wordlist[3121];
goto compare;
- case 1340:
+ case 1352:
resword = &wordlist[3122];
goto compare;
- case 1343:
+ case 1355:
resword = &wordlist[3123];
goto compare;
- case 1367:
+ case 1373:
resword = &wordlist[3124];
goto compare;
- case 1372:
+ case 1381:
resword = &wordlist[3125];
goto compare;
- case 1376:
+ case 1385:
resword = &wordlist[3126];
goto compare;
- case 1383:
+ case 1411:
resword = &wordlist[3127];
goto compare;
- case 1386:
+ case 1414:
resword = &wordlist[3128];
goto compare;
- case 1392:
+ case 1418:
resword = &wordlist[3129];
goto compare;
- case 1393:
+ case 1423:
resword = &wordlist[3130];
goto compare;
- case 1399:
+ case 1432:
resword = &wordlist[3131];
goto compare;
- case 1410:
+ case 1441:
resword = &wordlist[3132];
goto compare;
- case 1413:
+ case 1448:
resword = &wordlist[3133];
goto compare;
- case 1422:
+ case 1454:
resword = &wordlist[3134];
goto compare;
- case 1428:
+ case 1464:
resword = &wordlist[3135];
goto compare;
- case 1431:
+ case 1467:
resword = &wordlist[3136];
goto compare;
- case 1436:
+ case 1469:
resword = &wordlist[3137];
goto compare;
- case 1442:
+ case 1471:
resword = &wordlist[3138];
goto compare;
- case 1459:
+ case 1472:
resword = &wordlist[3139];
goto compare;
- case 1462:
+ case 1474:
resword = &wordlist[3140];
goto compare;
- case 1473:
+ case 1494:
resword = &wordlist[3141];
goto compare;
- case 1476:
+ case 1503:
resword = &wordlist[3142];
goto compare;
- case 1506:
+ case 1505:
resword = &wordlist[3143];
goto compare;
- case 1507:
+ case 1506:
resword = &wordlist[3144];
goto compare;
- case 1508:
+ case 1511:
resword = &wordlist[3145];
goto compare;
- case 1510:
+ case 1513:
resword = &wordlist[3146];
goto compare;
- case 1521:
+ case 1538:
resword = &wordlist[3147];
goto compare;
case 1540:
resword = &wordlist[3148];
goto compare;
- case 1550:
+ case 1546:
resword = &wordlist[3149];
goto compare;
- case 1562:
+ case 1548:
resword = &wordlist[3150];
goto compare;
case 1563:
resword = &wordlist[3151];
goto compare;
- case 1570:
+ case 1564:
resword = &wordlist[3152];
goto compare;
- case 1574:
+ case 1567:
resword = &wordlist[3153];
goto compare;
- case 1594:
+ case 1568:
resword = &wordlist[3154];
goto compare;
- case 1598:
+ case 1589:
resword = &wordlist[3155];
goto compare;
- case 1606:
+ case 1614:
resword = &wordlist[3156];
goto compare;
- case 1613:
+ case 1622:
resword = &wordlist[3157];
goto compare;
- case 1618:
+ case 1623:
resword = &wordlist[3158];
goto compare;
- case 1640:
+ case 1643:
resword = &wordlist[3159];
goto compare;
- case 1649:
+ case 1647:
resword = &wordlist[3160];
goto compare;
- case 1670:
+ case 1653:
resword = &wordlist[3161];
goto compare;
- case 1680:
+ case 1675:
resword = &wordlist[3162];
goto compare;
- case 1686:
+ case 1679:
resword = &wordlist[3163];
goto compare;
- case 1689:
+ case 1683:
resword = &wordlist[3164];
goto compare;
case 1690:
resword = &wordlist[3165];
goto compare;
- case 1692:
+ case 1699:
resword = &wordlist[3166];
goto compare;
- case 1695:
+ case 1709:
resword = &wordlist[3167];
goto compare;
- case 1700:
+ case 1712:
resword = &wordlist[3168];
goto compare;
- case 1702:
+ case 1717:
resword = &wordlist[3169];
goto compare;
- case 1705:
+ case 1719:
resword = &wordlist[3170];
goto compare;
- case 1718:
+ case 1721:
resword = &wordlist[3171];
goto compare;
- case 1733:
+ case 1723:
resword = &wordlist[3172];
goto compare;
- case 1735:
+ case 1728:
resword = &wordlist[3173];
goto compare;
- case 1758:
+ case 1751:
resword = &wordlist[3174];
goto compare;
- case 1759:
+ case 1753:
resword = &wordlist[3175];
goto compare;
- case 1760:
+ case 1754:
resword = &wordlist[3176];
goto compare;
- case 1766:
+ case 1758:
resword = &wordlist[3177];
goto compare;
- case 1770:
+ case 1766:
resword = &wordlist[3178];
goto compare;
- case 1786:
+ case 1774:
resword = &wordlist[3179];
goto compare;
- case 1802:
+ case 1783:
resword = &wordlist[3180];
goto compare;
- case 1813:
+ case 1800:
resword = &wordlist[3181];
goto compare;
- case 1814:
+ case 1801:
resword = &wordlist[3182];
goto compare;
- case 1836:
+ case 1802:
resword = &wordlist[3183];
goto compare;
- case 1841:
+ case 1803:
resword = &wordlist[3184];
goto compare;
- case 1864:
+ case 1805:
resword = &wordlist[3185];
goto compare;
- case 1866:
+ case 1812:
resword = &wordlist[3186];
goto compare;
- case 1881:
+ case 1815:
resword = &wordlist[3187];
goto compare;
- case 1883:
+ case 1833:
resword = &wordlist[3188];
goto compare;
- case 1912:
+ case 1842:
resword = &wordlist[3189];
goto compare;
- case 1913:
+ case 1857:
resword = &wordlist[3190];
goto compare;
- case 1914:
+ case 1864:
resword = &wordlist[3191];
goto compare;
- case 1919:
+ case 1867:
resword = &wordlist[3192];
goto compare;
- case 1936:
+ case 1874:
resword = &wordlist[3193];
goto compare;
- case 1945:
+ case 1875:
resword = &wordlist[3194];
goto compare;
- case 1953:
+ case 1880:
resword = &wordlist[3195];
goto compare;
- case 1955:
+ case 1881:
resword = &wordlist[3196];
goto compare;
- case 1958:
+ case 1884:
resword = &wordlist[3197];
goto compare;
- case 1971:
+ case 1885:
resword = &wordlist[3198];
goto compare;
- case 1973:
+ case 1886:
resword = &wordlist[3199];
goto compare;
- case 1976:
+ case 1891:
resword = &wordlist[3200];
goto compare;
- case 1979:
+ case 1893:
resword = &wordlist[3201];
goto compare;
- case 1982:
+ case 1894:
resword = &wordlist[3202];
goto compare;
- case 1983:
+ case 1899:
resword = &wordlist[3203];
goto compare;
- case 2005:
+ case 1908:
resword = &wordlist[3204];
goto compare;
- case 2007:
+ case 1916:
resword = &wordlist[3205];
goto compare;
- case 2008:
+ case 1917:
resword = &wordlist[3206];
goto compare;
- case 2016:
+ case 1920:
resword = &wordlist[3207];
goto compare;
- case 2029:
+ case 1928:
resword = &wordlist[3208];
goto compare;
- case 2045:
+ case 1930:
resword = &wordlist[3209];
goto compare;
- case 2059:
+ case 1931:
resword = &wordlist[3210];
goto compare;
- case 2065:
+ case 1932:
resword = &wordlist[3211];
goto compare;
- case 2070:
+ case 1942:
resword = &wordlist[3212];
goto compare;
- case 2077:
+ case 1943:
resword = &wordlist[3213];
goto compare;
- case 2079:
+ case 1948:
resword = &wordlist[3214];
goto compare;
- case 2082:
+ case 1957:
resword = &wordlist[3215];
goto compare;
- case 2084:
+ case 1964:
resword = &wordlist[3216];
goto compare;
- case 2085:
+ case 1965:
resword = &wordlist[3217];
goto compare;
- case 2086:
+ case 1969:
resword = &wordlist[3218];
goto compare;
- case 2089:
+ case 1974:
resword = &wordlist[3219];
goto compare;
- case 2090:
+ case 1984:
resword = &wordlist[3220];
goto compare;
- case 2091:
+ case 1986:
resword = &wordlist[3221];
goto compare;
- case 2097:
+ case 1997:
resword = &wordlist[3222];
goto compare;
- case 2108:
+ case 1999:
resword = &wordlist[3223];
goto compare;
- case 2116:
+ case 2005:
resword = &wordlist[3224];
goto compare;
- case 2122:
+ case 2019:
resword = &wordlist[3225];
goto compare;
- case 2133:
+ case 2024:
resword = &wordlist[3226];
goto compare;
- case 2147:
+ case 2027:
resword = &wordlist[3227];
goto compare;
- case 2149:
+ case 2040:
resword = &wordlist[3228];
goto compare;
- case 2151:
+ case 2043:
resword = &wordlist[3229];
goto compare;
- case 2155:
+ case 2046:
resword = &wordlist[3230];
goto compare;
- case 2163:
+ case 2051:
resword = &wordlist[3231];
goto compare;
- case 2164:
+ case 2058:
resword = &wordlist[3232];
goto compare;
- case 2166:
+ case 2063:
resword = &wordlist[3233];
goto compare;
- case 2174:
+ case 2080:
resword = &wordlist[3234];
goto compare;
- case 2184:
+ case 2092:
resword = &wordlist[3235];
goto compare;
- case 2186:
+ case 2100:
resword = &wordlist[3236];
goto compare;
- case 2187:
+ case 2106:
resword = &wordlist[3237];
goto compare;
- case 2194:
+ case 2117:
resword = &wordlist[3238];
goto compare;
- case 2197:
+ case 2147:
resword = &wordlist[3239];
goto compare;
- case 2200:
+ case 2161:
resword = &wordlist[3240];
goto compare;
- case 2209:
+ case 2162:
resword = &wordlist[3241];
goto compare;
- case 2212:
+ case 2168:
resword = &wordlist[3242];
goto compare;
- case 2214:
+ case 2178:
resword = &wordlist[3243];
goto compare;
- case 2215:
+ case 2185:
resword = &wordlist[3244];
goto compare;
- case 2226:
+ case 2190:
resword = &wordlist[3245];
goto compare;
- case 2230:
+ case 2203:
resword = &wordlist[3246];
goto compare;
- case 2233:
+ case 2214:
resword = &wordlist[3247];
goto compare;
- case 2237:
+ case 2225:
resword = &wordlist[3248];
goto compare;
- case 2242:
+ case 2236:
resword = &wordlist[3249];
goto compare;
- case 2260:
+ case 2239:
resword = &wordlist[3250];
goto compare;
- case 2262:
+ case 2242:
resword = &wordlist[3251];
goto compare;
- case 2275:
+ case 2245:
resword = &wordlist[3252];
goto compare;
- case 2279:
+ case 2248:
resword = &wordlist[3253];
goto compare;
- case 2281:
+ case 2255:
resword = &wordlist[3254];
goto compare;
- case 2285:
+ case 2278:
resword = &wordlist[3255];
goto compare;
- case 2291:
+ case 2281:
resword = &wordlist[3256];
goto compare;
- case 2292:
+ case 2284:
resword = &wordlist[3257];
goto compare;
- case 2302:
+ case 2295:
resword = &wordlist[3258];
goto compare;
case 2309:
resword = &wordlist[3259];
goto compare;
- case 2324:
+ case 2317:
resword = &wordlist[3260];
goto compare;
- case 2328:
+ case 2336:
resword = &wordlist[3261];
goto compare;
- case 2350:
+ case 2353:
resword = &wordlist[3262];
goto compare;
- case 2352:
+ case 2356:
resword = &wordlist[3263];
goto compare;
- case 2354:
+ case 2357:
resword = &wordlist[3264];
goto compare;
- case 2355:
+ case 2358:
resword = &wordlist[3265];
goto compare;
- case 2359:
+ case 2370:
resword = &wordlist[3266];
goto compare;
- case 2375:
+ case 2377:
resword = &wordlist[3267];
goto compare;
- case 2377:
+ case 2385:
resword = &wordlist[3268];
goto compare;
- case 2388:
+ case 2391:
resword = &wordlist[3269];
goto compare;
- case 2401:
+ case 2392:
resword = &wordlist[3270];
goto compare;
- case 2405:
+ case 2393:
resword = &wordlist[3271];
goto compare;
- case 2406:
+ case 2397:
resword = &wordlist[3272];
goto compare;
case 2409:
resword = &wordlist[3273];
goto compare;
- case 2419:
+ case 2412:
resword = &wordlist[3274];
goto compare;
- case 2450:
+ case 2422:
resword = &wordlist[3275];
goto compare;
- case 2459:
+ case 2423:
resword = &wordlist[3276];
goto compare;
- case 2472:
+ case 2425:
resword = &wordlist[3277];
goto compare;
- case 2491:
+ case 2426:
resword = &wordlist[3278];
goto compare;
- case 2502:
+ case 2438:
resword = &wordlist[3279];
goto compare;
- case 2508:
+ case 2455:
resword = &wordlist[3280];
goto compare;
- case 2509:
+ case 2467:
resword = &wordlist[3281];
goto compare;
- case 2510:
+ case 2470:
resword = &wordlist[3282];
goto compare;
- case 2516:
+ case 2489:
resword = &wordlist[3283];
goto compare;
- case 2517:
+ case 2509:
resword = &wordlist[3284];
goto compare;
- case 2518:
+ case 2512:
resword = &wordlist[3285];
goto compare;
- case 2529:
+ case 2513:
resword = &wordlist[3286];
goto compare;
- case 2531:
+ case 2516:
resword = &wordlist[3287];
goto compare;
- case 2533:
+ case 2521:
resword = &wordlist[3288];
goto compare;
- case 2555:
+ case 2542:
resword = &wordlist[3289];
goto compare;
- case 2557:
+ case 2546:
resword = &wordlist[3290];
goto compare;
- case 2574:
+ case 2561:
resword = &wordlist[3291];
goto compare;
- case 2588:
+ case 2572:
resword = &wordlist[3292];
goto compare;
- case 2589:
+ case 2575:
resword = &wordlist[3293];
goto compare;
- case 2596:
+ case 2577:
resword = &wordlist[3294];
goto compare;
- case 2600:
+ case 2581:
resword = &wordlist[3295];
goto compare;
- case 2601:
+ case 2614:
resword = &wordlist[3296];
goto compare;
- case 2606:
+ case 2633:
resword = &wordlist[3297];
goto compare;
- case 2623:
+ case 2634:
resword = &wordlist[3298];
goto compare;
- case 2625:
+ case 2654:
resword = &wordlist[3299];
goto compare;
- case 2632:
+ case 2665:
resword = &wordlist[3300];
goto compare;
- case 2643:
+ case 2672:
resword = &wordlist[3301];
goto compare;
- case 2652:
+ case 2675:
resword = &wordlist[3302];
goto compare;
- case 2656:
+ case 2692:
resword = &wordlist[3303];
goto compare;
- case 2659:
+ case 2703:
resword = &wordlist[3304];
goto compare;
- case 2676:
+ case 2708:
resword = &wordlist[3305];
goto compare;
- case 2681:
+ case 2723:
resword = &wordlist[3306];
goto compare;
- case 2720:
+ case 2748:
resword = &wordlist[3307];
goto compare;
- case 2721:
+ case 2755:
resword = &wordlist[3308];
goto compare;
- case 2729:
+ case 2769:
resword = &wordlist[3309];
goto compare;
- case 2733:
+ case 2777:
resword = &wordlist[3310];
goto compare;
- case 2738:
+ case 2778:
resword = &wordlist[3311];
goto compare;
- case 2741:
+ case 2781:
resword = &wordlist[3312];
goto compare;
- case 2777:
+ case 2790:
resword = &wordlist[3313];
goto compare;
- case 2781:
+ case 2801:
resword = &wordlist[3314];
goto compare;
- case 2792:
+ case 2813:
resword = &wordlist[3315];
goto compare;
- case 2795:
+ case 2818:
resword = &wordlist[3316];
goto compare;
- case 2797:
+ case 2841:
resword = &wordlist[3317];
goto compare;
- case 2798:
+ case 2843:
resword = &wordlist[3318];
goto compare;
- case 2800:
+ case 2878:
resword = &wordlist[3319];
goto compare;
- case 2801:
+ case 2890:
resword = &wordlist[3320];
goto compare;
- case 2802:
+ case 2893:
resword = &wordlist[3321];
goto compare;
- case 2806:
+ case 2894:
resword = &wordlist[3322];
goto compare;
- case 2825:
+ case 2897:
resword = &wordlist[3323];
goto compare;
- case 2826:
+ case 2899:
resword = &wordlist[3324];
goto compare;
- case 2834:
+ case 2904:
resword = &wordlist[3325];
goto compare;
- case 2835:
+ case 2908:
resword = &wordlist[3326];
goto compare;
- case 2839:
+ case 2915:
resword = &wordlist[3327];
goto compare;
- case 2842:
+ case 2929:
resword = &wordlist[3328];
goto compare;
- case 2865:
+ case 2932:
resword = &wordlist[3329];
goto compare;
- case 2885:
+ case 2936:
resword = &wordlist[3330];
goto compare;
- case 2898:
+ case 2938:
resword = &wordlist[3331];
goto compare;
- case 2905:
+ case 2949:
resword = &wordlist[3332];
goto compare;
- case 2908:
+ case 2951:
resword = &wordlist[3333];
goto compare;
- case 2909:
+ case 2961:
resword = &wordlist[3334];
goto compare;
- case 2928:
+ case 2973:
resword = &wordlist[3335];
goto compare;
- case 2929:
+ case 2974:
resword = &wordlist[3336];
goto compare;
- case 2933:
+ case 2975:
resword = &wordlist[3337];
goto compare;
- case 2936:
+ case 2977:
resword = &wordlist[3338];
goto compare;
- case 2954:
+ case 2981:
resword = &wordlist[3339];
goto compare;
- case 2960:
+ case 2983:
resword = &wordlist[3340];
goto compare;
- case 2972:
+ case 2985:
resword = &wordlist[3341];
goto compare;
- case 2977:
+ case 2990:
resword = &wordlist[3342];
goto compare;
- case 2983:
+ case 3037:
resword = &wordlist[3343];
goto compare;
- case 2985:
+ case 3038:
resword = &wordlist[3344];
goto compare;
- case 3002:
+ case 3060:
resword = &wordlist[3345];
goto compare;
- case 3003:
+ case 3070:
resword = &wordlist[3346];
goto compare;
- case 3005:
+ case 3074:
resword = &wordlist[3347];
goto compare;
- case 3007:
+ case 3082:
resword = &wordlist[3348];
goto compare;
- case 3033:
+ case 3102:
resword = &wordlist[3349];
goto compare;
- case 3037:
+ case 3104:
resword = &wordlist[3350];
goto compare;
- case 3044:
+ case 3122:
resword = &wordlist[3351];
goto compare;
- case 3057:
+ case 3136:
resword = &wordlist[3352];
goto compare;
- case 3062:
+ case 3143:
resword = &wordlist[3353];
goto compare;
- case 3067:
+ case 3150:
resword = &wordlist[3354];
goto compare;
- case 3077:
+ case 3154:
resword = &wordlist[3355];
goto compare;
- case 3078:
+ case 3159:
resword = &wordlist[3356];
goto compare;
- case 3082:
+ case 3160:
resword = &wordlist[3357];
goto compare;
- case 3091:
+ case 3163:
resword = &wordlist[3358];
goto compare;
- case 3100:
+ case 3176:
resword = &wordlist[3359];
goto compare;
- case 3102:
+ case 3181:
resword = &wordlist[3360];
goto compare;
- case 3107:
+ case 3202:
resword = &wordlist[3361];
goto compare;
- case 3114:
+ case 3204:
resword = &wordlist[3362];
goto compare;
- case 3122:
+ case 3227:
resword = &wordlist[3363];
goto compare;
- case 3123:
+ case 3233:
resword = &wordlist[3364];
goto compare;
- case 3144:
+ case 3238:
resword = &wordlist[3365];
goto compare;
- case 3145:
+ case 3254:
resword = &wordlist[3366];
goto compare;
- case 3166:
+ case 3263:
resword = &wordlist[3367];
goto compare;
- case 3170:
+ case 3270:
resword = &wordlist[3368];
goto compare;
- case 3183:
+ case 3273:
resword = &wordlist[3369];
goto compare;
- case 3192:
+ case 3279:
resword = &wordlist[3370];
goto compare;
- case 3194:
+ case 3295:
resword = &wordlist[3371];
goto compare;
- case 3196:
+ case 3299:
resword = &wordlist[3372];
goto compare;
- case 3198:
+ case 3306:
resword = &wordlist[3373];
goto compare;
- case 3199:
+ case 3307:
resword = &wordlist[3374];
goto compare;
- case 3227:
+ case 3308:
resword = &wordlist[3375];
goto compare;
- case 3252:
+ case 3312:
resword = &wordlist[3376];
goto compare;
- case 3254:
+ case 3314:
resword = &wordlist[3377];
goto compare;
- case 3255:
+ case 3319:
resword = &wordlist[3378];
goto compare;
- case 3257:
+ case 3338:
resword = &wordlist[3379];
goto compare;
- case 3267:
+ case 3339:
resword = &wordlist[3380];
goto compare;
- case 3269:
+ case 3343:
resword = &wordlist[3381];
goto compare;
- case 3276:
+ case 3348:
resword = &wordlist[3382];
goto compare;
- case 3291:
+ case 3352:
resword = &wordlist[3383];
goto compare;
- case 3292:
+ case 3360:
resword = &wordlist[3384];
goto compare;
- case 3314:
+ case 3365:
resword = &wordlist[3385];
goto compare;
- case 3336:
+ case 3369:
resword = &wordlist[3386];
goto compare;
- case 3342:
+ case 3372:
resword = &wordlist[3387];
goto compare;
- case 3351:
+ case 3374:
resword = &wordlist[3388];
goto compare;
- case 3358:
+ case 3380:
resword = &wordlist[3389];
goto compare;
- case 3375:
+ case 3386:
resword = &wordlist[3390];
goto compare;
- case 3381:
+ case 3399:
resword = &wordlist[3391];
goto compare;
- case 3391:
+ case 3405:
resword = &wordlist[3392];
goto compare;
- case 3397:
+ case 3410:
resword = &wordlist[3393];
goto compare;
- case 3400:
+ case 3427:
resword = &wordlist[3394];
goto compare;
- case 3413:
+ case 3429:
resword = &wordlist[3395];
goto compare;
- case 3417:
+ case 3430:
resword = &wordlist[3396];
goto compare;
- case 3423:
+ case 3431:
resword = &wordlist[3397];
goto compare;
- case 3431:
+ case 3435:
resword = &wordlist[3398];
goto compare;
- case 3436:
+ case 3470:
resword = &wordlist[3399];
goto compare;
- case 3437:
+ case 3479:
resword = &wordlist[3400];
goto compare;
- case 3447:
+ case 3490:
resword = &wordlist[3401];
goto compare;
- case 3458:
+ case 3509:
resword = &wordlist[3402];
goto compare;
- case 3462:
+ case 3510:
resword = &wordlist[3403];
goto compare;
- case 3468:
+ case 3515:
resword = &wordlist[3404];
goto compare;
- case 3481:
+ case 3518:
resword = &wordlist[3405];
goto compare;
- case 3493:
+ case 3519:
resword = &wordlist[3406];
goto compare;
- case 3498:
+ case 3527:
resword = &wordlist[3407];
goto compare;
- case 3508:
+ case 3528:
resword = &wordlist[3408];
goto compare;
- case 3511:
+ case 3530:
resword = &wordlist[3409];
goto compare;
- case 3521:
+ case 3541:
resword = &wordlist[3410];
goto compare;
- case 3522:
+ case 3542:
resword = &wordlist[3411];
goto compare;
- case 3523:
+ case 3546:
resword = &wordlist[3412];
goto compare;
- case 3527:
+ case 3555:
resword = &wordlist[3413];
goto compare;
- case 3528:
+ case 3562:
resword = &wordlist[3414];
goto compare;
- case 3536:
+ case 3563:
resword = &wordlist[3415];
goto compare;
- case 3557:
+ case 3568:
resword = &wordlist[3416];
goto compare;
- case 3560:
+ case 3571:
resword = &wordlist[3417];
goto compare;
- case 3566:
+ case 3595:
resword = &wordlist[3418];
goto compare;
- case 3577:
+ case 3597:
resword = &wordlist[3419];
goto compare;
- case 3579:
+ case 3603:
resword = &wordlist[3420];
goto compare;
- case 3589:
+ case 3622:
resword = &wordlist[3421];
goto compare;
- case 3590:
+ case 3627:
resword = &wordlist[3422];
goto compare;
- case 3606:
+ case 3643:
resword = &wordlist[3423];
goto compare;
- case 3619:
+ case 3647:
resword = &wordlist[3424];
goto compare;
- case 3620:
+ case 3652:
resword = &wordlist[3425];
goto compare;
- case 3624:
+ case 3671:
resword = &wordlist[3426];
goto compare;
- case 3633:
+ case 3676:
resword = &wordlist[3427];
goto compare;
- case 3636:
+ case 3678:
resword = &wordlist[3428];
goto compare;
- case 3646:
+ case 3717:
resword = &wordlist[3429];
goto compare;
- case 3648:
+ case 3722:
resword = &wordlist[3430];
goto compare;
- case 3655:
+ case 3725:
resword = &wordlist[3431];
goto compare;
- case 3657:
+ case 3727:
resword = &wordlist[3432];
goto compare;
- case 3661:
+ case 3735:
resword = &wordlist[3433];
goto compare;
- case 3662:
+ case 3741:
resword = &wordlist[3434];
goto compare;
- case 3663:
+ case 3748:
resword = &wordlist[3435];
goto compare;
- case 3669:
+ case 3775:
resword = &wordlist[3436];
goto compare;
- case 3672:
+ case 3777:
resword = &wordlist[3437];
goto compare;
- case 3673:
+ case 3791:
resword = &wordlist[3438];
goto compare;
- case 3677:
+ case 3808:
resword = &wordlist[3439];
goto compare;
- case 3678:
+ case 3810:
resword = &wordlist[3440];
goto compare;
- case 3699:
+ case 3826:
resword = &wordlist[3441];
goto compare;
- case 3707:
+ case 3831:
resword = &wordlist[3442];
goto compare;
- case 3716:
+ case 3836:
resword = &wordlist[3443];
goto compare;
- case 3731:
+ case 3848:
resword = &wordlist[3444];
goto compare;
- case 3738:
+ case 3859:
resword = &wordlist[3445];
goto compare;
- case 3751:
+ case 3860:
resword = &wordlist[3446];
goto compare;
- case 3756:
+ case 3864:
resword = &wordlist[3447];
goto compare;
- case 3757:
+ case 3865:
resword = &wordlist[3448];
goto compare;
- case 3769:
+ case 3881:
resword = &wordlist[3449];
goto compare;
- case 3780:
+ case 3891:
resword = &wordlist[3450];
goto compare;
- case 3781:
+ case 3898:
resword = &wordlist[3451];
goto compare;
- case 3786:
+ case 3899:
resword = &wordlist[3452];
goto compare;
- case 3795:
+ case 3900:
resword = &wordlist[3453];
goto compare;
- case 3811:
+ case 3901:
resword = &wordlist[3454];
goto compare;
- case 3812:
+ case 3903:
resword = &wordlist[3455];
goto compare;
- case 3822:
+ case 3909:
resword = &wordlist[3456];
goto compare;
- case 3836:
+ case 3942:
resword = &wordlist[3457];
goto compare;
- case 3837:
+ case 3946:
resword = &wordlist[3458];
goto compare;
- case 3838:
+ case 3950:
resword = &wordlist[3459];
goto compare;
- case 3843:
+ case 3959:
resword = &wordlist[3460];
goto compare;
- case 3850:
+ case 3967:
resword = &wordlist[3461];
goto compare;
- case 3852:
+ case 3969:
resword = &wordlist[3462];
goto compare;
- case 3859:
+ case 3978:
resword = &wordlist[3463];
goto compare;
- case 3870:
+ case 3984:
resword = &wordlist[3464];
goto compare;
- case 3880:
+ case 3987:
resword = &wordlist[3465];
goto compare;
- case 3887:
+ case 3988:
resword = &wordlist[3466];
goto compare;
- case 3899:
+ case 3993:
resword = &wordlist[3467];
goto compare;
- case 3904:
+ case 3995:
resword = &wordlist[3468];
goto compare;
- case 3914:
+ case 3997:
resword = &wordlist[3469];
goto compare;
- case 3922:
+ case 4001:
resword = &wordlist[3470];
goto compare;
- case 3935:
+ case 4003:
resword = &wordlist[3471];
goto compare;
- case 3960:
+ case 4004:
resword = &wordlist[3472];
goto compare;
- case 3971:
+ case 4006:
resword = &wordlist[3473];
goto compare;
- case 3977:
+ case 4009:
resword = &wordlist[3474];
goto compare;
- case 3983:
+ case 4012:
resword = &wordlist[3475];
goto compare;
- case 4036:
+ case 4025:
resword = &wordlist[3476];
goto compare;
- case 4037:
+ case 4028:
resword = &wordlist[3477];
goto compare;
- case 4041:
+ case 4032:
resword = &wordlist[3478];
goto compare;
- case 4097:
+ case 4040:
resword = &wordlist[3479];
goto compare;
- case 4098:
+ case 4043:
resword = &wordlist[3480];
goto compare;
- case 4103:
+ case 4057:
resword = &wordlist[3481];
goto compare;
- case 4104:
+ case 4062:
resword = &wordlist[3482];
goto compare;
- case 4111:
+ case 4069:
resword = &wordlist[3483];
goto compare;
- case 4120:
+ case 4084:
resword = &wordlist[3484];
goto compare;
- case 4121:
+ case 4094:
resword = &wordlist[3485];
goto compare;
- case 4131:
+ case 4104:
resword = &wordlist[3486];
goto compare;
- case 4143:
+ case 4112:
resword = &wordlist[3487];
goto compare;
- case 4144:
+ case 4113:
resword = &wordlist[3488];
goto compare;
- case 4146:
+ case 4119:
resword = &wordlist[3489];
goto compare;
- case 4158:
+ case 4122:
resword = &wordlist[3490];
goto compare;
- case 4191:
+ case 4141:
resword = &wordlist[3491];
goto compare;
- case 4194:
+ case 4147:
resword = &wordlist[3492];
goto compare;
- case 4198:
+ case 4153:
resword = &wordlist[3493];
goto compare;
- case 4200:
+ case 4159:
resword = &wordlist[3494];
goto compare;
- case 4208:
+ case 4161:
resword = &wordlist[3495];
goto compare;
- case 4212:
+ case 4169:
resword = &wordlist[3496];
goto compare;
- case 4222:
+ case 4170:
resword = &wordlist[3497];
goto compare;
- case 4226:
+ case 4177:
resword = &wordlist[3498];
goto compare;
- case 4237:
+ case 4188:
resword = &wordlist[3499];
goto compare;
- case 4238:
+ case 4195:
resword = &wordlist[3500];
goto compare;
- case 4246:
+ case 4197:
resword = &wordlist[3501];
goto compare;
- case 4255:
+ case 4211:
resword = &wordlist[3502];
goto compare;
- case 4257:
+ case 4216:
resword = &wordlist[3503];
goto compare;
- case 4266:
+ case 4221:
resword = &wordlist[3504];
goto compare;
- case 4273:
+ case 4233:
resword = &wordlist[3505];
goto compare;
- case 4288:
+ case 4255:
resword = &wordlist[3506];
goto compare;
- case 4316:
+ case 4263:
resword = &wordlist[3507];
goto compare;
- case 4319:
+ case 4269:
resword = &wordlist[3508];
goto compare;
- case 4320:
+ case 4279:
resword = &wordlist[3509];
goto compare;
- case 4325:
+ case 4282:
resword = &wordlist[3510];
goto compare;
- case 4326:
+ case 4286:
resword = &wordlist[3511];
goto compare;
- case 4329:
+ case 4290:
resword = &wordlist[3512];
goto compare;
- case 4336:
+ case 4294:
resword = &wordlist[3513];
goto compare;
- case 4343:
+ case 4297:
resword = &wordlist[3514];
goto compare;
- case 4354:
+ case 4301:
resword = &wordlist[3515];
goto compare;
- case 4367:
+ case 4303:
resword = &wordlist[3516];
goto compare;
- case 4371:
+ case 4305:
resword = &wordlist[3517];
goto compare;
- case 4375:
+ case 4315:
resword = &wordlist[3518];
goto compare;
- case 4378:
+ case 4326:
resword = &wordlist[3519];
goto compare;
- case 4387:
+ case 4327:
resword = &wordlist[3520];
goto compare;
- case 4390:
+ case 4337:
resword = &wordlist[3521];
goto compare;
- case 4401:
+ case 4343:
resword = &wordlist[3522];
goto compare;
- case 4405:
+ case 4346:
resword = &wordlist[3523];
goto compare;
- case 4410:
+ case 4348:
resword = &wordlist[3524];
goto compare;
- case 4412:
+ case 4364:
resword = &wordlist[3525];
goto compare;
- case 4413:
+ case 4365:
resword = &wordlist[3526];
goto compare;
- case 4424:
+ case 4384:
resword = &wordlist[3527];
goto compare;
- case 4426:
+ case 4400:
resword = &wordlist[3528];
goto compare;
- case 4428:
+ case 4403:
resword = &wordlist[3529];
goto compare;
- case 4433:
+ case 4405:
resword = &wordlist[3530];
goto compare;
- case 4442:
+ case 4407:
resword = &wordlist[3531];
goto compare;
- case 4444:
+ case 4410:
resword = &wordlist[3532];
goto compare;
- case 4445:
+ case 4413:
resword = &wordlist[3533];
goto compare;
- case 4453:
+ case 4414:
resword = &wordlist[3534];
goto compare;
- case 4457:
+ case 4440:
resword = &wordlist[3535];
goto compare;
- case 4480:
+ case 4442:
resword = &wordlist[3536];
goto compare;
- case 4482:
+ case 4456:
resword = &wordlist[3537];
goto compare;
- case 4486:
+ case 4473:
resword = &wordlist[3538];
goto compare;
- case 4488:
+ case 4475:
resword = &wordlist[3539];
goto compare;
- case 4490:
+ case 4495:
resword = &wordlist[3540];
goto compare;
- case 4495:
+ case 4501:
resword = &wordlist[3541];
goto compare;
- case 4499:
+ case 4502:
resword = &wordlist[3542];
goto compare;
- case 4505:
+ case 4518:
resword = &wordlist[3543];
goto compare;
- case 4514:
+ case 4521:
resword = &wordlist[3544];
goto compare;
- case 4518:
+ case 4522:
resword = &wordlist[3545];
goto compare;
- case 4523:
+ case 4527:
resword = &wordlist[3546];
goto compare;
- case 4529:
+ case 4528:
resword = &wordlist[3547];
goto compare;
- case 4531:
+ case 4530:
resword = &wordlist[3548];
goto compare;
- case 4536:
+ case 4556:
resword = &wordlist[3549];
goto compare;
- case 4544:
+ case 4561:
resword = &wordlist[3550];
goto compare;
- case 4547:
+ case 4566:
resword = &wordlist[3551];
goto compare;
- case 4550:
+ case 4567:
resword = &wordlist[3552];
goto compare;
- case 4558:
+ case 4569:
resword = &wordlist[3553];
goto compare;
- case 4568:
+ case 4577:
resword = &wordlist[3554];
goto compare;
- case 4575:
+ case 4592:
resword = &wordlist[3555];
goto compare;
- case 4591:
+ case 4598:
resword = &wordlist[3556];
goto compare;
- case 4595:
+ case 4603:
resword = &wordlist[3557];
goto compare;
- case 4610:
+ case 4609:
resword = &wordlist[3558];
goto compare;
- case 4612:
+ case 4610:
resword = &wordlist[3559];
goto compare;
- case 4617:
+ case 4611:
resword = &wordlist[3560];
goto compare;
- case 4618:
+ case 4617:
resword = &wordlist[3561];
goto compare;
- case 4626:
+ case 4621:
resword = &wordlist[3562];
goto compare;
- case 4632:
+ case 4630:
resword = &wordlist[3563];
goto compare;
- case 4634:
+ case 4641:
resword = &wordlist[3564];
goto compare;
- case 4641:
+ case 4645:
resword = &wordlist[3565];
goto compare;
- case 4646:
+ case 4648:
resword = &wordlist[3566];
goto compare;
- case 4656:
+ case 4661:
resword = &wordlist[3567];
goto compare;
- case 4657:
+ case 4668:
resword = &wordlist[3568];
goto compare;
- case 4662:
+ case 4675:
resword = &wordlist[3569];
goto compare;
- case 4666:
+ case 4676:
resword = &wordlist[3570];
goto compare;
- case 4674:
+ case 4680:
resword = &wordlist[3571];
goto compare;
- case 4678:
+ case 4686:
resword = &wordlist[3572];
goto compare;
- case 4679:
+ case 4696:
resword = &wordlist[3573];
goto compare;
- case 4686:
+ case 4697:
resword = &wordlist[3574];
goto compare;
- case 4687:
+ case 4707:
resword = &wordlist[3575];
goto compare;
- case 4694:
+ case 4710:
resword = &wordlist[3576];
goto compare;
- case 4704:
+ case 4712:
resword = &wordlist[3577];
goto compare;
- case 4718:
+ case 4714:
resword = &wordlist[3578];
goto compare;
- case 4725:
+ case 4719:
resword = &wordlist[3579];
goto compare;
- case 4735:
+ case 4729:
resword = &wordlist[3580];
goto compare;
- case 4746:
+ case 4730:
resword = &wordlist[3581];
goto compare;
- case 4748:
+ case 4732:
resword = &wordlist[3582];
goto compare;
- case 4776:
+ case 4738:
resword = &wordlist[3583];
goto compare;
- case 4815:
+ case 4745:
resword = &wordlist[3584];
goto compare;
- case 4826:
+ case 4754:
resword = &wordlist[3585];
goto compare;
- case 4830:
+ case 4757:
resword = &wordlist[3586];
goto compare;
- case 4836:
+ case 4764:
resword = &wordlist[3587];
goto compare;
- case 4868:
+ case 4774:
resword = &wordlist[3588];
goto compare;
- case 4872:
+ case 4782:
resword = &wordlist[3589];
goto compare;
- case 4880:
+ case 4800:
resword = &wordlist[3590];
goto compare;
- case 4882:
+ case 4814:
resword = &wordlist[3591];
goto compare;
- case 4890:
+ case 4821:
resword = &wordlist[3592];
goto compare;
- case 4891:
+ case 4824:
resword = &wordlist[3593];
goto compare;
- case 4892:
+ case 4832:
resword = &wordlist[3594];
goto compare;
- case 4895:
+ case 4833:
resword = &wordlist[3595];
goto compare;
- case 4896:
+ case 4848:
resword = &wordlist[3596];
goto compare;
- case 4899:
+ case 4849:
resword = &wordlist[3597];
goto compare;
- case 4902:
+ case 4851:
resword = &wordlist[3598];
goto compare;
- case 4905:
+ case 4857:
resword = &wordlist[3599];
goto compare;
- case 4909:
+ case 4871:
resword = &wordlist[3600];
goto compare;
- case 4922:
+ case 4873:
resword = &wordlist[3601];
goto compare;
- case 4931:
+ case 4898:
resword = &wordlist[3602];
goto compare;
- case 4946:
+ case 4900:
resword = &wordlist[3603];
goto compare;
- case 4957:
+ case 4907:
resword = &wordlist[3604];
goto compare;
- case 4962:
+ case 4923:
resword = &wordlist[3605];
goto compare;
- case 4973:
+ case 4931:
resword = &wordlist[3606];
goto compare;
- case 4974:
+ case 4939:
resword = &wordlist[3607];
goto compare;
- case 4991:
+ case 4959:
resword = &wordlist[3608];
goto compare;
- case 4993:
+ case 4960:
resword = &wordlist[3609];
goto compare;
- case 4996:
+ case 4968:
resword = &wordlist[3610];
goto compare;
- case 4997:
+ case 4969:
resword = &wordlist[3611];
goto compare;
- case 4999:
+ case 4983:
resword = &wordlist[3612];
goto compare;
- case 5039:
+ case 4986:
resword = &wordlist[3613];
goto compare;
- case 5048:
+ case 4994:
resword = &wordlist[3614];
goto compare;
- case 5059:
+ case 4995:
resword = &wordlist[3615];
goto compare;
- case 5062:
+ case 4996:
resword = &wordlist[3616];
goto compare;
- case 5064:
+ case 5009:
resword = &wordlist[3617];
goto compare;
- case 5068:
+ case 5013:
resword = &wordlist[3618];
goto compare;
- case 5075:
+ case 5015:
resword = &wordlist[3619];
goto compare;
- case 5090:
+ case 5017:
resword = &wordlist[3620];
goto compare;
- case 5094:
+ case 5018:
resword = &wordlist[3621];
goto compare;
- case 5097:
+ case 5032:
resword = &wordlist[3622];
goto compare;
- case 5099:
+ case 5046:
resword = &wordlist[3623];
goto compare;
- case 5115:
+ case 5053:
resword = &wordlist[3624];
goto compare;
- case 5120:
+ case 5059:
resword = &wordlist[3625];
goto compare;
- case 5121:
+ case 5061:
resword = &wordlist[3626];
goto compare;
- case 5136:
+ case 5075:
resword = &wordlist[3627];
goto compare;
- case 5137:
+ case 5078:
resword = &wordlist[3628];
goto compare;
- case 5141:
+ case 5091:
resword = &wordlist[3629];
goto compare;
- case 5142:
+ case 5104:
resword = &wordlist[3630];
goto compare;
- case 5149:
+ case 5105:
resword = &wordlist[3631];
goto compare;
- case 5167:
+ case 5121:
resword = &wordlist[3632];
goto compare;
- case 5169:
+ case 5124:
resword = &wordlist[3633];
goto compare;
- case 5170:
+ case 5131:
resword = &wordlist[3634];
goto compare;
- case 5192:
+ case 5134:
resword = &wordlist[3635];
goto compare;
- case 5218:
+ case 5144:
resword = &wordlist[3636];
goto compare;
- case 5228:
+ case 5159:
resword = &wordlist[3637];
goto compare;
- case 5249:
+ case 5165:
resword = &wordlist[3638];
goto compare;
- case 5251:
+ case 5166:
resword = &wordlist[3639];
goto compare;
- case 5269:
+ case 5182:
resword = &wordlist[3640];
goto compare;
- case 5278:
+ case 5218:
resword = &wordlist[3641];
goto compare;
- case 5283:
+ case 5224:
resword = &wordlist[3642];
goto compare;
- case 5296:
+ case 5226:
resword = &wordlist[3643];
goto compare;
- case 5300:
+ case 5227:
resword = &wordlist[3644];
goto compare;
- case 5303:
+ case 5229:
resword = &wordlist[3645];
goto compare;
- case 5310:
+ case 5233:
resword = &wordlist[3646];
goto compare;
- case 5316:
+ case 5241:
resword = &wordlist[3647];
goto compare;
- case 5329:
+ case 5253:
resword = &wordlist[3648];
goto compare;
- case 5345:
+ case 5256:
resword = &wordlist[3649];
goto compare;
- case 5348:
+ case 5257:
resword = &wordlist[3650];
goto compare;
- case 5366:
+ case 5268:
resword = &wordlist[3651];
goto compare;
- case 5368:
+ case 5275:
resword = &wordlist[3652];
goto compare;
- case 5390:
+ case 5279:
resword = &wordlist[3653];
goto compare;
- case 5403:
+ case 5280:
resword = &wordlist[3654];
goto compare;
- case 5404:
+ case 5282:
resword = &wordlist[3655];
goto compare;
- case 5430:
+ case 5286:
resword = &wordlist[3656];
goto compare;
- case 5438:
+ case 5291:
resword = &wordlist[3657];
goto compare;
- case 5446:
+ case 5292:
resword = &wordlist[3658];
goto compare;
- case 5463:
+ case 5294:
resword = &wordlist[3659];
goto compare;
- case 5474:
+ case 5302:
resword = &wordlist[3660];
goto compare;
- case 5475:
+ case 5307:
resword = &wordlist[3661];
goto compare;
- case 5476:
+ case 5314:
resword = &wordlist[3662];
goto compare;
- case 5485:
+ case 5328:
resword = &wordlist[3663];
goto compare;
- case 5501:
+ case 5340:
resword = &wordlist[3664];
goto compare;
- case 5509:
+ case 5343:
resword = &wordlist[3665];
goto compare;
- case 5512:
+ case 5349:
resword = &wordlist[3666];
goto compare;
- case 5526:
+ case 5351:
resword = &wordlist[3667];
goto compare;
- case 5537:
+ case 5355:
resword = &wordlist[3668];
goto compare;
- case 5555:
+ case 5358:
resword = &wordlist[3669];
goto compare;
- case 5560:
+ case 5365:
resword = &wordlist[3670];
goto compare;
- case 5572:
+ case 5366:
resword = &wordlist[3671];
goto compare;
- case 5582:
+ case 5370:
resword = &wordlist[3672];
goto compare;
- case 5584:
+ case 5371:
resword = &wordlist[3673];
goto compare;
- case 5601:
+ case 5379:
resword = &wordlist[3674];
goto compare;
- case 5610:
+ case 5396:
resword = &wordlist[3675];
goto compare;
- case 5618:
+ case 5407:
resword = &wordlist[3676];
goto compare;
- case 5622:
+ case 5424:
resword = &wordlist[3677];
goto compare;
- case 5627:
+ case 5440:
resword = &wordlist[3678];
goto compare;
- case 5629:
+ case 5444:
resword = &wordlist[3679];
goto compare;
- case 5652:
+ case 5446:
resword = &wordlist[3680];
goto compare;
- case 5661:
+ case 5447:
resword = &wordlist[3681];
goto compare;
- case 5663:
+ case 5450:
resword = &wordlist[3682];
goto compare;
- case 5677:
+ case 5453:
resword = &wordlist[3683];
goto compare;
- case 5686:
+ case 5454:
resword = &wordlist[3684];
goto compare;
- case 5690:
+ case 5459:
resword = &wordlist[3685];
goto compare;
- case 5692:
+ case 5466:
resword = &wordlist[3686];
goto compare;
- case 5697:
+ case 5472:
resword = &wordlist[3687];
goto compare;
- case 5699:
+ case 5478:
resword = &wordlist[3688];
goto compare;
- case 5700:
+ case 5484:
resword = &wordlist[3689];
goto compare;
- case 5717:
+ case 5487:
resword = &wordlist[3690];
goto compare;
- case 5724:
+ case 5500:
resword = &wordlist[3691];
goto compare;
- case 5730:
+ case 5507:
resword = &wordlist[3692];
goto compare;
- case 5747:
+ case 5509:
resword = &wordlist[3693];
goto compare;
- case 5750:
+ case 5535:
resword = &wordlist[3694];
goto compare;
- case 5760:
+ case 5537:
resword = &wordlist[3695];
goto compare;
- case 5773:
+ case 5547:
resword = &wordlist[3696];
goto compare;
- case 5779:
+ case 5550:
resword = &wordlist[3697];
goto compare;
- case 5784:
+ case 5552:
resword = &wordlist[3698];
goto compare;
- case 5789:
+ case 5553:
resword = &wordlist[3699];
goto compare;
- case 5790:
+ case 5564:
resword = &wordlist[3700];
goto compare;
- case 5794:
+ case 5565:
resword = &wordlist[3701];
goto compare;
- case 5828:
+ case 5578:
resword = &wordlist[3702];
goto compare;
- case 5832:
+ case 5584:
resword = &wordlist[3703];
goto compare;
- case 5835:
+ case 5596:
resword = &wordlist[3704];
goto compare;
- case 5849:
+ case 5597:
resword = &wordlist[3705];
goto compare;
- case 5850:
+ case 5617:
resword = &wordlist[3706];
goto compare;
- case 5851:
+ case 5621:
resword = &wordlist[3707];
goto compare;
- case 5857:
+ case 5636:
resword = &wordlist[3708];
goto compare;
- case 5860:
+ case 5638:
resword = &wordlist[3709];
goto compare;
- case 5864:
+ case 5639:
resword = &wordlist[3710];
goto compare;
- case 5870:
+ case 5649:
resword = &wordlist[3711];
goto compare;
- case 5877:
+ case 5657:
resword = &wordlist[3712];
goto compare;
- case 5884:
+ case 5659:
resword = &wordlist[3713];
goto compare;
- case 5889:
+ case 5661:
resword = &wordlist[3714];
goto compare;
- case 5908:
+ case 5665:
resword = &wordlist[3715];
goto compare;
- case 5909:
+ case 5668:
resword = &wordlist[3716];
goto compare;
- case 5917:
+ case 5674:
resword = &wordlist[3717];
goto compare;
- case 5928:
+ case 5676:
resword = &wordlist[3718];
goto compare;
- case 5940:
+ case 5678:
resword = &wordlist[3719];
goto compare;
- case 5954:
+ case 5681:
resword = &wordlist[3720];
goto compare;
- case 5960:
+ case 5685:
resword = &wordlist[3721];
goto compare;
- case 5965:
+ case 5694:
resword = &wordlist[3722];
goto compare;
- case 5975:
+ case 5710:
resword = &wordlist[3723];
goto compare;
- case 5982:
+ case 5713:
resword = &wordlist[3724];
goto compare;
- case 5983:
+ case 5721:
resword = &wordlist[3725];
goto compare;
- case 5988:
+ case 5729:
resword = &wordlist[3726];
goto compare;
- case 6003:
+ case 5733:
resword = &wordlist[3727];
goto compare;
- case 6009:
+ case 5743:
resword = &wordlist[3728];
goto compare;
- case 6012:
+ case 5754:
resword = &wordlist[3729];
goto compare;
- case 6018:
+ case 5756:
resword = &wordlist[3730];
goto compare;
- case 6033:
+ case 5757:
resword = &wordlist[3731];
goto compare;
- case 6055:
+ case 5765:
resword = &wordlist[3732];
goto compare;
- case 6063:
+ case 5778:
resword = &wordlist[3733];
goto compare;
- case 6064:
+ case 5795:
resword = &wordlist[3734];
goto compare;
- case 6065:
+ case 5804:
resword = &wordlist[3735];
goto compare;
- case 6067:
+ case 5805:
resword = &wordlist[3736];
goto compare;
- case 6070:
+ case 5818:
resword = &wordlist[3737];
goto compare;
- case 6080:
+ case 5827:
resword = &wordlist[3738];
goto compare;
- case 6083:
+ case 5829:
resword = &wordlist[3739];
goto compare;
- case 6085:
+ case 5836:
resword = &wordlist[3740];
goto compare;
- case 6086:
+ case 5856:
resword = &wordlist[3741];
goto compare;
- case 6108:
+ case 5864:
resword = &wordlist[3742];
goto compare;
- case 6147:
+ case 5865:
resword = &wordlist[3743];
goto compare;
- case 6164:
+ case 5869:
resword = &wordlist[3744];
goto compare;
- case 6173:
+ case 5875:
resword = &wordlist[3745];
goto compare;
- case 6177:
+ case 5887:
resword = &wordlist[3746];
goto compare;
- case 6211:
+ case 5896:
resword = &wordlist[3747];
goto compare;
- case 6219:
+ case 5899:
resword = &wordlist[3748];
goto compare;
- case 6252:
+ case 5911:
resword = &wordlist[3749];
goto compare;
- case 6254:
+ case 5914:
resword = &wordlist[3750];
goto compare;
- case 6258:
+ case 5915:
resword = &wordlist[3751];
goto compare;
- case 6270:
+ case 5920:
resword = &wordlist[3752];
goto compare;
- case 6280:
+ case 5925:
resword = &wordlist[3753];
goto compare;
- case 6289:
+ case 5933:
resword = &wordlist[3754];
goto compare;
- case 6320:
+ case 5937:
resword = &wordlist[3755];
goto compare;
- case 6321:
+ case 5939:
resword = &wordlist[3756];
goto compare;
- case 6326:
+ case 5955:
resword = &wordlist[3757];
goto compare;
- case 6327:
+ case 5959:
resword = &wordlist[3758];
goto compare;
- case 6339:
+ case 5961:
resword = &wordlist[3759];
goto compare;
- case 6344:
+ case 5970:
resword = &wordlist[3760];
goto compare;
- case 6355:
+ case 5971:
resword = &wordlist[3761];
goto compare;
- case 6360:
+ case 5983:
resword = &wordlist[3762];
goto compare;
- case 6364:
+ case 6003:
resword = &wordlist[3763];
goto compare;
- case 6366:
+ case 6009:
resword = &wordlist[3764];
goto compare;
- case 6377:
+ case 6031:
resword = &wordlist[3765];
goto compare;
- case 6381:
+ case 6032:
resword = &wordlist[3766];
goto compare;
- case 6385:
+ case 6036:
resword = &wordlist[3767];
goto compare;
- case 6387:
+ case 6052:
resword = &wordlist[3768];
goto compare;
- case 6389:
+ case 6059:
resword = &wordlist[3769];
goto compare;
- case 6398:
+ case 6061:
resword = &wordlist[3770];
goto compare;
- case 6402:
+ case 6066:
resword = &wordlist[3771];
goto compare;
- case 6404:
+ case 6069:
resword = &wordlist[3772];
goto compare;
- case 6412:
+ case 6071:
resword = &wordlist[3773];
goto compare;
- case 6435:
+ case 6080:
resword = &wordlist[3774];
goto compare;
- case 6446:
+ case 6092:
resword = &wordlist[3775];
goto compare;
- case 6447:
+ case 6116:
resword = &wordlist[3776];
goto compare;
- case 6461:
+ case 6125:
resword = &wordlist[3777];
goto compare;
- case 6469:
+ case 6127:
resword = &wordlist[3778];
goto compare;
- case 6494:
+ case 6133:
resword = &wordlist[3779];
goto compare;
- case 6498:
+ case 6140:
resword = &wordlist[3780];
goto compare;
- case 6504:
+ case 6145:
resword = &wordlist[3781];
goto compare;
- case 6506:
+ case 6165:
resword = &wordlist[3782];
goto compare;
- case 6532:
+ case 6166:
resword = &wordlist[3783];
goto compare;
- case 6549:
+ case 6177:
resword = &wordlist[3784];
goto compare;
- case 6567:
+ case 6182:
resword = &wordlist[3785];
goto compare;
- case 6574:
+ case 6184:
resword = &wordlist[3786];
goto compare;
- case 6577:
+ case 6206:
resword = &wordlist[3787];
goto compare;
- case 6578:
+ case 6212:
resword = &wordlist[3788];
goto compare;
- case 6585:
+ case 6216:
resword = &wordlist[3789];
goto compare;
- case 6586:
+ case 6224:
resword = &wordlist[3790];
goto compare;
- case 6587:
+ case 6234:
resword = &wordlist[3791];
goto compare;
- case 6595:
+ case 6235:
resword = &wordlist[3792];
goto compare;
- case 6601:
+ case 6238:
resword = &wordlist[3793];
goto compare;
- case 6602:
+ case 6241:
resword = &wordlist[3794];
goto compare;
- case 6605:
+ case 6243:
resword = &wordlist[3795];
goto compare;
- case 6612:
+ case 6248:
resword = &wordlist[3796];
goto compare;
- case 6613:
+ case 6249:
resword = &wordlist[3797];
goto compare;
- case 6615:
+ case 6265:
resword = &wordlist[3798];
goto compare;
- case 6627:
+ case 6270:
resword = &wordlist[3799];
goto compare;
- case 6633:
+ case 6278:
resword = &wordlist[3800];
goto compare;
- case 6637:
+ case 6281:
resword = &wordlist[3801];
goto compare;
- case 6641:
+ case 6284:
resword = &wordlist[3802];
goto compare;
- case 6644:
+ case 6286:
resword = &wordlist[3803];
goto compare;
- case 6669:
+ case 6294:
resword = &wordlist[3804];
goto compare;
- case 6672:
+ case 6304:
resword = &wordlist[3805];
goto compare;
- case 6686:
+ case 6313:
resword = &wordlist[3806];
goto compare;
- case 6689:
+ case 6317:
resword = &wordlist[3807];
goto compare;
- case 6697:
+ case 6335:
resword = &wordlist[3808];
goto compare;
- case 6701:
+ case 6355:
resword = &wordlist[3809];
goto compare;
- case 6708:
+ case 6367:
resword = &wordlist[3810];
goto compare;
- case 6723:
+ case 6369:
resword = &wordlist[3811];
goto compare;
- case 6724:
+ case 6370:
resword = &wordlist[3812];
goto compare;
- case 6733:
+ case 6373:
resword = &wordlist[3813];
goto compare;
- case 6734:
+ case 6379:
resword = &wordlist[3814];
goto compare;
- case 6738:
+ case 6384:
resword = &wordlist[3815];
goto compare;
- case 6746:
+ case 6396:
resword = &wordlist[3816];
goto compare;
- case 6753:
+ case 6404:
resword = &wordlist[3817];
goto compare;
- case 6763:
+ case 6420:
resword = &wordlist[3818];
goto compare;
- case 6771:
+ case 6431:
resword = &wordlist[3819];
goto compare;
- case 6790:
+ case 6434:
resword = &wordlist[3820];
goto compare;
- case 6794:
+ case 6446:
resword = &wordlist[3821];
goto compare;
- case 6801:
+ case 6474:
resword = &wordlist[3822];
goto compare;
- case 6803:
+ case 6475:
resword = &wordlist[3823];
goto compare;
- case 6812:
+ case 6479:
resword = &wordlist[3824];
goto compare;
- case 6829:
+ case 6490:
resword = &wordlist[3825];
goto compare;
- case 6841:
+ case 6492:
resword = &wordlist[3826];
goto compare;
- case 6857:
+ case 6496:
resword = &wordlist[3827];
goto compare;
- case 6860:
+ case 6504:
resword = &wordlist[3828];
goto compare;
- case 6872:
+ case 6510:
resword = &wordlist[3829];
goto compare;
- case 6880:
+ case 6524:
resword = &wordlist[3830];
goto compare;
- case 6903:
+ case 6527:
resword = &wordlist[3831];
goto compare;
- case 6912:
+ case 6532:
resword = &wordlist[3832];
goto compare;
- case 6917:
+ case 6542:
resword = &wordlist[3833];
goto compare;
- case 6924:
+ case 6543:
resword = &wordlist[3834];
goto compare;
- case 6925:
+ case 6561:
resword = &wordlist[3835];
goto compare;
- case 6953:
+ case 6565:
resword = &wordlist[3836];
goto compare;
- case 6958:
+ case 6571:
resword = &wordlist[3837];
goto compare;
- case 6961:
+ case 6576:
resword = &wordlist[3838];
goto compare;
- case 6966:
+ case 6577:
resword = &wordlist[3839];
goto compare;
- case 6968:
+ case 6586:
resword = &wordlist[3840];
goto compare;
- case 6969:
+ case 6592:
resword = &wordlist[3841];
goto compare;
- case 6976:
+ case 6610:
resword = &wordlist[3842];
goto compare;
- case 6979:
+ case 6613:
resword = &wordlist[3843];
goto compare;
- case 6999:
+ case 6625:
resword = &wordlist[3844];
goto compare;
- case 7003:
+ case 6629:
resword = &wordlist[3845];
goto compare;
- case 7005:
+ case 6633:
resword = &wordlist[3846];
goto compare;
- case 7008:
+ case 6636:
resword = &wordlist[3847];
goto compare;
- case 7013:
+ case 6652:
resword = &wordlist[3848];
goto compare;
- case 7019:
+ case 6658:
resword = &wordlist[3849];
goto compare;
- case 7029:
+ case 6667:
resword = &wordlist[3850];
goto compare;
- case 7033:
+ case 6678:
resword = &wordlist[3851];
goto compare;
- case 7043:
+ case 6699:
resword = &wordlist[3852];
goto compare;
- case 7047:
+ case 6701:
resword = &wordlist[3853];
goto compare;
- case 7052:
+ case 6703:
resword = &wordlist[3854];
goto compare;
- case 7053:
+ case 6714:
resword = &wordlist[3855];
goto compare;
- case 7065:
+ case 6727:
resword = &wordlist[3856];
goto compare;
- case 7070:
+ case 6730:
resword = &wordlist[3857];
goto compare;
- case 7073:
+ case 6739:
resword = &wordlist[3858];
goto compare;
- case 7087:
+ case 6740:
resword = &wordlist[3859];
goto compare;
- case 7095:
+ case 6747:
resword = &wordlist[3860];
goto compare;
- case 7097:
+ case 6761:
resword = &wordlist[3861];
goto compare;
- case 7125:
+ case 6783:
resword = &wordlist[3862];
goto compare;
- case 7127:
+ case 6797:
resword = &wordlist[3863];
goto compare;
- case 7128:
+ case 6804:
resword = &wordlist[3864];
goto compare;
- case 7134:
+ case 6805:
resword = &wordlist[3865];
goto compare;
- case 7135:
+ case 6809:
resword = &wordlist[3866];
goto compare;
- case 7161:
+ case 6822:
resword = &wordlist[3867];
goto compare;
- case 7164:
+ case 6838:
resword = &wordlist[3868];
goto compare;
- case 7179:
+ case 6840:
resword = &wordlist[3869];
goto compare;
- case 7184:
+ case 6843:
resword = &wordlist[3870];
goto compare;
- case 7185:
+ case 6849:
resword = &wordlist[3871];
goto compare;
- case 7188:
+ case 6886:
resword = &wordlist[3872];
goto compare;
- case 7191:
+ case 6894:
resword = &wordlist[3873];
goto compare;
- case 7195:
+ case 6900:
resword = &wordlist[3874];
goto compare;
- case 7203:
+ case 6907:
resword = &wordlist[3875];
goto compare;
- case 7213:
+ case 6918:
resword = &wordlist[3876];
goto compare;
- case 7219:
+ case 6919:
resword = &wordlist[3877];
goto compare;
- case 7228:
+ case 6920:
resword = &wordlist[3878];
goto compare;
- case 7246:
+ case 6943:
resword = &wordlist[3879];
goto compare;
- case 7251:
+ case 6947:
resword = &wordlist[3880];
goto compare;
- case 7252:
+ case 6955:
resword = &wordlist[3881];
goto compare;
- case 7253:
+ case 6973:
resword = &wordlist[3882];
goto compare;
- case 7255:
+ case 6986:
resword = &wordlist[3883];
goto compare;
- case 7268:
+ case 6994:
resword = &wordlist[3884];
goto compare;
- case 7285:
+ case 7014:
resword = &wordlist[3885];
goto compare;
- case 7305:
+ case 7015:
resword = &wordlist[3886];
goto compare;
- case 7306:
+ case 7028:
resword = &wordlist[3887];
goto compare;
- case 7339:
+ case 7040:
resword = &wordlist[3888];
goto compare;
- case 7343:
+ case 7057:
resword = &wordlist[3889];
goto compare;
- case 7349:
+ case 7058:
resword = &wordlist[3890];
goto compare;
- case 7361:
+ case 7073:
resword = &wordlist[3891];
goto compare;
- case 7384:
+ case 7076:
resword = &wordlist[3892];
goto compare;
- case 7385:
+ case 7081:
resword = &wordlist[3893];
goto compare;
- case 7402:
+ case 7082:
resword = &wordlist[3894];
goto compare;
- case 7406:
+ case 7084:
resword = &wordlist[3895];
goto compare;
- case 7408:
+ case 7108:
resword = &wordlist[3896];
goto compare;
- case 7413:
+ case 7137:
resword = &wordlist[3897];
goto compare;
- case 7415:
+ case 7146:
resword = &wordlist[3898];
goto compare;
- case 7428:
+ case 7169:
resword = &wordlist[3899];
goto compare;
- case 7429:
+ case 7181:
resword = &wordlist[3900];
goto compare;
- case 7439:
+ case 7187:
resword = &wordlist[3901];
goto compare;
- case 7455:
+ case 7188:
resword = &wordlist[3902];
goto compare;
- case 7463:
+ case 7204:
resword = &wordlist[3903];
goto compare;
- case 7478:
+ case 7227:
resword = &wordlist[3904];
goto compare;
- case 7486:
+ case 7230:
resword = &wordlist[3905];
goto compare;
- case 7488:
+ case 7250:
resword = &wordlist[3906];
goto compare;
- case 7489:
+ case 7259:
resword = &wordlist[3907];
goto compare;
- case 7499:
+ case 7265:
resword = &wordlist[3908];
goto compare;
- case 7505:
+ case 7268:
resword = &wordlist[3909];
goto compare;
- case 7507:
+ case 7273:
resword = &wordlist[3910];
goto compare;
- case 7508:
+ case 7286:
resword = &wordlist[3911];
goto compare;
- case 7515:
+ case 7292:
resword = &wordlist[3912];
goto compare;
- case 7530:
+ case 7293:
resword = &wordlist[3913];
goto compare;
- case 7533:
+ case 7309:
resword = &wordlist[3914];
goto compare;
- case 7535:
+ case 7317:
resword = &wordlist[3915];
goto compare;
- case 7547:
+ case 7333:
resword = &wordlist[3916];
goto compare;
- case 7567:
+ case 7359:
resword = &wordlist[3917];
goto compare;
- case 7580:
+ case 7368:
resword = &wordlist[3918];
goto compare;
- case 7581:
+ case 7370:
resword = &wordlist[3919];
goto compare;
- case 7590:
+ case 7381:
resword = &wordlist[3920];
goto compare;
- case 7595:
+ case 7407:
resword = &wordlist[3921];
goto compare;
- case 7612:
+ case 7414:
resword = &wordlist[3922];
goto compare;
- case 7617:
+ case 7428:
resword = &wordlist[3923];
goto compare;
- case 7623:
+ case 7429:
resword = &wordlist[3924];
goto compare;
- case 7631:
+ case 7436:
resword = &wordlist[3925];
goto compare;
- case 7681:
+ case 7445:
resword = &wordlist[3926];
goto compare;
- case 7697:
+ case 7459:
resword = &wordlist[3927];
goto compare;
- case 7702:
+ case 7483:
resword = &wordlist[3928];
goto compare;
- case 7709:
+ case 7503:
resword = &wordlist[3929];
goto compare;
- case 7736:
+ case 7518:
resword = &wordlist[3930];
goto compare;
- case 7757:
+ case 7519:
resword = &wordlist[3931];
goto compare;
- case 7762:
+ case 7520:
resword = &wordlist[3932];
goto compare;
- case 7767:
+ case 7554:
resword = &wordlist[3933];
goto compare;
- case 7782:
+ case 7555:
resword = &wordlist[3934];
goto compare;
- case 7786:
+ case 7559:
resword = &wordlist[3935];
goto compare;
- case 7791:
+ case 7562:
resword = &wordlist[3936];
goto compare;
- case 7792:
+ case 7577:
resword = &wordlist[3937];
goto compare;
- case 7801:
+ case 7587:
resword = &wordlist[3938];
goto compare;
- case 7809:
+ case 7602:
resword = &wordlist[3939];
goto compare;
- case 7822:
+ case 7609:
resword = &wordlist[3940];
goto compare;
- case 7843:
+ case 7613:
resword = &wordlist[3941];
goto compare;
- case 7847:
+ case 7619:
resword = &wordlist[3942];
goto compare;
- case 7860:
+ case 7621:
resword = &wordlist[3943];
goto compare;
- case 7886:
+ case 7623:
resword = &wordlist[3944];
goto compare;
- case 7888:
+ case 7639:
resword = &wordlist[3945];
goto compare;
- case 7894:
+ case 7642:
resword = &wordlist[3946];
goto compare;
- case 7900:
+ case 7644:
resword = &wordlist[3947];
goto compare;
- case 7906:
+ case 7645:
resword = &wordlist[3948];
goto compare;
- case 7908:
+ case 7646:
resword = &wordlist[3949];
goto compare;
- case 7912:
+ case 7658:
resword = &wordlist[3950];
goto compare;
- case 7932:
+ case 7669:
resword = &wordlist[3951];
goto compare;
- case 7938:
+ case 7694:
resword = &wordlist[3952];
goto compare;
- case 7939:
+ case 7701:
resword = &wordlist[3953];
goto compare;
- case 7945:
+ case 7708:
resword = &wordlist[3954];
goto compare;
- case 7950:
+ case 7712:
resword = &wordlist[3955];
goto compare;
- case 7955:
+ case 7716:
resword = &wordlist[3956];
goto compare;
- case 7960:
+ case 7730:
resword = &wordlist[3957];
goto compare;
- case 7981:
+ case 7748:
resword = &wordlist[3958];
goto compare;
- case 7986:
+ case 7752:
resword = &wordlist[3959];
goto compare;
- case 7992:
+ case 7782:
resword = &wordlist[3960];
goto compare;
- case 7993:
+ case 7798:
resword = &wordlist[3961];
goto compare;
- case 7997:
+ case 7799:
resword = &wordlist[3962];
goto compare;
- case 7999:
+ case 7813:
resword = &wordlist[3963];
goto compare;
- case 8004:
+ case 7824:
resword = &wordlist[3964];
goto compare;
- case 8005:
+ case 7850:
resword = &wordlist[3965];
goto compare;
- case 8010:
+ case 7877:
resword = &wordlist[3966];
goto compare;
- case 8013:
+ case 7880:
resword = &wordlist[3967];
goto compare;
- case 8016:
+ case 7890:
resword = &wordlist[3968];
goto compare;
- case 8036:
+ case 7891:
resword = &wordlist[3969];
goto compare;
- case 8037:
+ case 7892:
resword = &wordlist[3970];
goto compare;
- case 8055:
+ case 7893:
resword = &wordlist[3971];
goto compare;
- case 8057:
+ case 7914:
resword = &wordlist[3972];
goto compare;
- case 8065:
+ case 7937:
resword = &wordlist[3973];
goto compare;
- case 8079:
+ case 7938:
resword = &wordlist[3974];
goto compare;
- case 8104:
+ case 7943:
resword = &wordlist[3975];
goto compare;
- case 8112:
+ case 7971:
resword = &wordlist[3976];
goto compare;
- case 8115:
+ case 7988:
resword = &wordlist[3977];
goto compare;
- case 8119:
+ case 7991:
resword = &wordlist[3978];
goto compare;
- case 8138:
+ case 7993:
resword = &wordlist[3979];
goto compare;
- case 8143:
+ case 8006:
resword = &wordlist[3980];
goto compare;
- case 8160:
+ case 8008:
resword = &wordlist[3981];
goto compare;
- case 8166:
+ case 8014:
resword = &wordlist[3982];
goto compare;
- case 8175:
+ case 8036:
resword = &wordlist[3983];
goto compare;
- case 8202:
+ case 8059:
resword = &wordlist[3984];
goto compare;
- case 8204:
+ case 8066:
resword = &wordlist[3985];
goto compare;
- case 8213:
+ case 8067:
resword = &wordlist[3986];
goto compare;
- case 8238:
+ case 8069:
resword = &wordlist[3987];
goto compare;
- case 8242:
+ case 8080:
resword = &wordlist[3988];
goto compare;
- case 8244:
+ case 8089:
resword = &wordlist[3989];
goto compare;
- case 8261:
+ case 8095:
resword = &wordlist[3990];
goto compare;
- case 8265:
+ case 8101:
resword = &wordlist[3991];
goto compare;
- case 8266:
+ case 8123:
resword = &wordlist[3992];
goto compare;
- case 8272:
+ case 8128:
resword = &wordlist[3993];
goto compare;
- case 8293:
+ case 8130:
resword = &wordlist[3994];
goto compare;
- case 8298:
+ case 8167:
resword = &wordlist[3995];
goto compare;
- case 8313:
+ case 8170:
resword = &wordlist[3996];
goto compare;
- case 8323:
+ case 8172:
resword = &wordlist[3997];
goto compare;
- case 8334:
+ case 8174:
resword = &wordlist[3998];
goto compare;
- case 8341:
+ case 8207:
resword = &wordlist[3999];
goto compare;
- case 8348:
+ case 8208:
resword = &wordlist[4000];
goto compare;
- case 8373:
+ case 8212:
resword = &wordlist[4001];
goto compare;
- case 8377:
+ case 8213:
resword = &wordlist[4002];
goto compare;
- case 8378:
+ case 8219:
resword = &wordlist[4003];
goto compare;
- case 8384:
+ case 8228:
resword = &wordlist[4004];
goto compare;
- case 8386:
+ case 8230:
resword = &wordlist[4005];
goto compare;
- case 8402:
+ case 8239:
resword = &wordlist[4006];
goto compare;
- case 8412:
+ case 8256:
resword = &wordlist[4007];
goto compare;
- case 8418:
+ case 8263:
resword = &wordlist[4008];
goto compare;
- case 8422:
+ case 8264:
resword = &wordlist[4009];
goto compare;
- case 8423:
+ case 8273:
resword = &wordlist[4010];
goto compare;
- case 8427:
+ case 8275:
resword = &wordlist[4011];
goto compare;
- case 8447:
+ case 8287:
resword = &wordlist[4012];
goto compare;
- case 8453:
+ case 8294:
resword = &wordlist[4013];
goto compare;
- case 8458:
+ case 8310:
resword = &wordlist[4014];
goto compare;
- case 8472:
+ case 8311:
resword = &wordlist[4015];
goto compare;
- case 8520:
+ case 8312:
resword = &wordlist[4016];
goto compare;
- case 8524:
+ case 8317:
resword = &wordlist[4017];
goto compare;
- case 8532:
+ case 8327:
resword = &wordlist[4018];
goto compare;
- case 8534:
+ case 8334:
resword = &wordlist[4019];
goto compare;
- case 8540:
+ case 8338:
resword = &wordlist[4020];
goto compare;
- case 8553:
+ case 8339:
resword = &wordlist[4021];
goto compare;
- case 8560:
+ case 8360:
resword = &wordlist[4022];
goto compare;
- case 8564:
+ case 8372:
resword = &wordlist[4023];
goto compare;
- case 8573:
+ case 8373:
resword = &wordlist[4024];
goto compare;
- case 8574:
+ case 8376:
resword = &wordlist[4025];
goto compare;
- case 8582:
+ case 8384:
resword = &wordlist[4026];
goto compare;
- case 8588:
+ case 8390:
resword = &wordlist[4027];
goto compare;
- case 8592:
+ case 8391:
resword = &wordlist[4028];
goto compare;
- case 8595:
+ case 8400:
resword = &wordlist[4029];
goto compare;
- case 8598:
+ case 8415:
resword = &wordlist[4030];
goto compare;
- case 8605:
+ case 8443:
resword = &wordlist[4031];
goto compare;
- case 8620:
+ case 8458:
resword = &wordlist[4032];
goto compare;
- case 8622:
+ case 8475:
resword = &wordlist[4033];
goto compare;
- case 8624:
+ case 8483:
resword = &wordlist[4034];
goto compare;
- case 8629:
+ case 8487:
resword = &wordlist[4035];
goto compare;
- case 8634:
+ case 8506:
resword = &wordlist[4036];
goto compare;
- case 8656:
+ case 8513:
resword = &wordlist[4037];
goto compare;
- case 8662:
+ case 8514:
resword = &wordlist[4038];
goto compare;
- case 8691:
+ case 8525:
resword = &wordlist[4039];
goto compare;
- case 8693:
+ case 8546:
resword = &wordlist[4040];
goto compare;
- case 8697:
+ case 8558:
resword = &wordlist[4041];
goto compare;
- case 8699:
+ case 8560:
resword = &wordlist[4042];
goto compare;
- case 8712:
+ case 8562:
resword = &wordlist[4043];
goto compare;
- case 8717:
+ case 8566:
resword = &wordlist[4044];
goto compare;
- case 8724:
+ case 8587:
resword = &wordlist[4045];
goto compare;
- case 8734:
+ case 8598:
resword = &wordlist[4046];
goto compare;
- case 8737:
+ case 8606:
resword = &wordlist[4047];
goto compare;
- case 8746:
+ case 8621:
resword = &wordlist[4048];
goto compare;
- case 8754:
+ case 8634:
resword = &wordlist[4049];
goto compare;
- case 8777:
+ case 8638:
resword = &wordlist[4050];
goto compare;
- case 8782:
+ case 8672:
resword = &wordlist[4051];
goto compare;
- case 8790:
+ case 8676:
resword = &wordlist[4052];
goto compare;
- case 8791:
+ case 8681:
resword = &wordlist[4053];
goto compare;
- case 8811:
+ case 8710:
resword = &wordlist[4054];
goto compare;
- case 8812:
+ case 8712:
resword = &wordlist[4055];
goto compare;
- case 8834:
+ case 8717:
resword = &wordlist[4056];
goto compare;
- case 8838:
+ case 8741:
resword = &wordlist[4057];
goto compare;
- case 8846:
+ case 8742:
resword = &wordlist[4058];
goto compare;
- case 8857:
+ case 8744:
resword = &wordlist[4059];
goto compare;
- case 8869:
+ case 8752:
resword = &wordlist[4060];
goto compare;
- case 8880:
+ case 8764:
resword = &wordlist[4061];
goto compare;
- case 8883:
+ case 8782:
resword = &wordlist[4062];
goto compare;
- case 8885:
+ case 8786:
resword = &wordlist[4063];
goto compare;
- case 8888:
+ case 8800:
resword = &wordlist[4064];
goto compare;
- case 8901:
+ case 8802:
resword = &wordlist[4065];
goto compare;
- case 8905:
+ case 8814:
resword = &wordlist[4066];
goto compare;
- case 8910:
+ case 8844:
resword = &wordlist[4067];
goto compare;
- case 8912:
+ case 8846:
resword = &wordlist[4068];
goto compare;
- case 8926:
+ case 8854:
resword = &wordlist[4069];
goto compare;
- case 8928:
+ case 8863:
resword = &wordlist[4070];
goto compare;
- case 8930:
+ case 8864:
resword = &wordlist[4071];
goto compare;
- case 8937:
+ case 8868:
resword = &wordlist[4072];
goto compare;
- case 8942:
+ case 8870:
resword = &wordlist[4073];
goto compare;
- case 8950:
+ case 8888:
resword = &wordlist[4074];
goto compare;
- case 8963:
+ case 8891:
resword = &wordlist[4075];
goto compare;
- case 8967:
+ case 8899:
resword = &wordlist[4076];
goto compare;
- case 8968:
+ case 8905:
resword = &wordlist[4077];
goto compare;
- case 8990:
+ case 8909:
resword = &wordlist[4078];
goto compare;
- case 9000:
+ case 8980:
resword = &wordlist[4079];
goto compare;
- case 9012:
+ case 8984:
resword = &wordlist[4080];
goto compare;
- case 9019:
+ case 8989:
resword = &wordlist[4081];
goto compare;
- case 9033:
+ case 9000:
resword = &wordlist[4082];
goto compare;
- case 9037:
+ case 9008:
resword = &wordlist[4083];
goto compare;
- case 9054:
+ case 9014:
resword = &wordlist[4084];
goto compare;
- case 9059:
+ case 9041:
resword = &wordlist[4085];
goto compare;
- case 9078:
+ case 9048:
resword = &wordlist[4086];
goto compare;
- case 9081:
+ case 9051:
resword = &wordlist[4087];
goto compare;
- case 9083:
+ case 9069:
resword = &wordlist[4088];
goto compare;
- case 9106:
+ case 9097:
resword = &wordlist[4089];
goto compare;
- case 9110:
+ case 9105:
resword = &wordlist[4090];
goto compare;
- case 9125:
+ case 9106:
resword = &wordlist[4091];
goto compare;
- case 9127:
+ case 9119:
resword = &wordlist[4092];
goto compare;
- case 9134:
+ case 9122:
resword = &wordlist[4093];
goto compare;
- case 9143:
+ case 9157:
resword = &wordlist[4094];
goto compare;
- case 9148:
+ case 9164:
resword = &wordlist[4095];
goto compare;
- case 9150:
+ case 9194:
resword = &wordlist[4096];
goto compare;
- case 9153:
+ case 9219:
resword = &wordlist[4097];
goto compare;
- case 9179:
+ case 9223:
resword = &wordlist[4098];
goto compare;
- case 9182:
+ case 9227:
resword = &wordlist[4099];
goto compare;
- case 9185:
+ case 9228:
resword = &wordlist[4100];
goto compare;
- case 9225:
+ case 9258:
resword = &wordlist[4101];
goto compare;
- case 9231:
+ case 9293:
resword = &wordlist[4102];
goto compare;
- case 9265:
+ case 9299:
resword = &wordlist[4103];
goto compare;
- case 9295:
+ case 9306:
resword = &wordlist[4104];
goto compare;
- case 9305:
+ case 9313:
resword = &wordlist[4105];
goto compare;
- case 9308:
+ case 9330:
resword = &wordlist[4106];
goto compare;
- case 9310:
+ case 9340:
resword = &wordlist[4107];
goto compare;
- case 9314:
+ case 9343:
resword = &wordlist[4108];
goto compare;
- case 9345:
+ case 9359:
resword = &wordlist[4109];
goto compare;
- case 9348:
+ case 9360:
resword = &wordlist[4110];
goto compare;
- case 9356:
+ case 9361:
resword = &wordlist[4111];
goto compare;
- case 9384:
+ case 9372:
resword = &wordlist[4112];
goto compare;
- case 9385:
+ case 9373:
resword = &wordlist[4113];
goto compare;
- case 9386:
+ case 9383:
resword = &wordlist[4114];
goto compare;
- case 9388:
+ case 9387:
resword = &wordlist[4115];
goto compare;
- case 9412:
+ case 9397:
resword = &wordlist[4116];
goto compare;
- case 9415:
+ case 9401:
resword = &wordlist[4117];
goto compare;
case 9416:
@@ -18372,5196 +18374,5202 @@ Perfect_Hash::in_word_set (const char *str, size_t len)
case 9418:
resword = &wordlist[4119];
goto compare;
- case 9427:
+ case 9420:
resword = &wordlist[4120];
goto compare;
- case 9456:
+ case 9432:
resword = &wordlist[4121];
goto compare;
- case 9457:
+ case 9447:
resword = &wordlist[4122];
goto compare;
- case 9463:
+ case 9467:
resword = &wordlist[4123];
goto compare;
- case 9464:
+ case 9478:
resword = &wordlist[4124];
goto compare;
- case 9469:
+ case 9479:
resword = &wordlist[4125];
goto compare;
- case 9473:
+ case 9489:
resword = &wordlist[4126];
goto compare;
- case 9475:
+ case 9491:
resword = &wordlist[4127];
goto compare;
- case 9488:
+ case 9495:
resword = &wordlist[4128];
goto compare;
- case 9509:
+ case 9501:
resword = &wordlist[4129];
goto compare;
- case 9524:
+ case 9504:
resword = &wordlist[4130];
goto compare;
- case 9530:
+ case 9511:
resword = &wordlist[4131];
goto compare;
- case 9544:
+ case 9516:
resword = &wordlist[4132];
goto compare;
- case 9555:
+ case 9543:
resword = &wordlist[4133];
goto compare;
- case 9569:
+ case 9549:
resword = &wordlist[4134];
goto compare;
- case 9577:
+ case 9574:
resword = &wordlist[4135];
goto compare;
- case 9580:
+ case 9606:
resword = &wordlist[4136];
goto compare;
- case 9583:
+ case 9609:
resword = &wordlist[4137];
goto compare;
- case 9586:
+ case 9611:
resword = &wordlist[4138];
goto compare;
- case 9602:
+ case 9613:
resword = &wordlist[4139];
goto compare;
- case 9612:
+ case 9616:
resword = &wordlist[4140];
goto compare;
- case 9619:
+ case 9626:
resword = &wordlist[4141];
goto compare;
- case 9627:
+ case 9628:
resword = &wordlist[4142];
goto compare;
- case 9629:
+ case 9681:
resword = &wordlist[4143];
goto compare;
- case 9656:
+ case 9688:
resword = &wordlist[4144];
goto compare;
- case 9672:
+ case 9693:
resword = &wordlist[4145];
goto compare;
- case 9674:
+ case 9695:
resword = &wordlist[4146];
goto compare;
- case 9681:
+ case 9711:
resword = &wordlist[4147];
goto compare;
- case 9682:
+ case 9723:
resword = &wordlist[4148];
goto compare;
- case 9687:
+ case 9728:
resword = &wordlist[4149];
goto compare;
- case 9693:
+ case 9729:
resword = &wordlist[4150];
goto compare;
- case 9696:
+ case 9732:
resword = &wordlist[4151];
goto compare;
- case 9698:
+ case 9747:
resword = &wordlist[4152];
goto compare;
- case 9707:
+ case 9749:
resword = &wordlist[4153];
goto compare;
- case 9716:
+ case 9757:
resword = &wordlist[4154];
goto compare;
- case 9718:
+ case 9765:
resword = &wordlist[4155];
goto compare;
- case 9734:
+ case 9780:
resword = &wordlist[4156];
goto compare;
- case 9744:
+ case 9794:
resword = &wordlist[4157];
goto compare;
- case 9752:
+ case 9798:
resword = &wordlist[4158];
goto compare;
- case 9756:
+ case 9814:
resword = &wordlist[4159];
goto compare;
- case 9758:
+ case 9817:
resword = &wordlist[4160];
goto compare;
- case 9764:
+ case 9824:
resword = &wordlist[4161];
goto compare;
- case 9765:
+ case 9829:
resword = &wordlist[4162];
goto compare;
- case 9766:
+ case 9832:
resword = &wordlist[4163];
goto compare;
- case 9768:
+ case 9847:
resword = &wordlist[4164];
goto compare;
- case 9769:
+ case 9853:
resword = &wordlist[4165];
goto compare;
- case 9780:
+ case 9854:
resword = &wordlist[4166];
goto compare;
- case 9800:
+ case 9855:
resword = &wordlist[4167];
goto compare;
- case 9802:
+ case 9879:
resword = &wordlist[4168];
goto compare;
- case 9808:
+ case 9891:
resword = &wordlist[4169];
goto compare;
- case 9814:
+ case 9896:
resword = &wordlist[4170];
goto compare;
- case 9827:
+ case 9905:
resword = &wordlist[4171];
goto compare;
- case 9829:
+ case 9908:
resword = &wordlist[4172];
goto compare;
- case 9837:
+ case 9922:
resword = &wordlist[4173];
goto compare;
- case 9838:
+ case 9933:
resword = &wordlist[4174];
goto compare;
- case 9852:
+ case 9935:
resword = &wordlist[4175];
goto compare;
- case 9894:
+ case 9947:
resword = &wordlist[4176];
goto compare;
- case 9899:
+ case 9980:
resword = &wordlist[4177];
goto compare;
- case 9925:
+ case 9981:
resword = &wordlist[4178];
goto compare;
- case 9927:
+ case 9984:
resword = &wordlist[4179];
goto compare;
- case 9939:
+ case 9994:
resword = &wordlist[4180];
goto compare;
- case 9946:
+ case 9998:
resword = &wordlist[4181];
goto compare;
- case 9949:
+ case 10014:
resword = &wordlist[4182];
goto compare;
- case 9953:
+ case 10017:
resword = &wordlist[4183];
goto compare;
- case 9958:
+ case 10023:
resword = &wordlist[4184];
goto compare;
- case 9963:
+ case 10026:
resword = &wordlist[4185];
goto compare;
- case 9978:
+ case 10030:
resword = &wordlist[4186];
goto compare;
- case 9981:
+ case 10034:
resword = &wordlist[4187];
goto compare;
- case 9998:
+ case 10040:
resword = &wordlist[4188];
goto compare;
- case 10001:
+ case 10041:
resword = &wordlist[4189];
goto compare;
- case 10002:
+ case 10045:
resword = &wordlist[4190];
goto compare;
- case 10010:
+ case 10058:
resword = &wordlist[4191];
goto compare;
- case 10030:
+ case 10079:
resword = &wordlist[4192];
goto compare;
- case 10031:
+ case 10087:
resword = &wordlist[4193];
goto compare;
- case 10040:
+ case 10124:
resword = &wordlist[4194];
goto compare;
- case 10042:
+ case 10142:
resword = &wordlist[4195];
goto compare;
- case 10051:
+ case 10169:
resword = &wordlist[4196];
goto compare;
- case 10055:
+ case 10194:
resword = &wordlist[4197];
goto compare;
- case 10063:
+ case 10195:
resword = &wordlist[4198];
goto compare;
- case 10074:
+ case 10196:
resword = &wordlist[4199];
goto compare;
- case 10079:
+ case 10199:
resword = &wordlist[4200];
goto compare;
- case 10091:
+ case 10214:
resword = &wordlist[4201];
goto compare;
- case 10107:
+ case 10216:
resword = &wordlist[4202];
goto compare;
- case 10133:
+ case 10225:
resword = &wordlist[4203];
goto compare;
- case 10142:
+ case 10232:
resword = &wordlist[4204];
goto compare;
- case 10154:
+ case 10252:
resword = &wordlist[4205];
goto compare;
- case 10158:
+ case 10268:
resword = &wordlist[4206];
goto compare;
- case 10164:
+ case 10271:
resword = &wordlist[4207];
goto compare;
- case 10191:
+ case 10281:
resword = &wordlist[4208];
goto compare;
- case 10200:
+ case 10284:
resword = &wordlist[4209];
goto compare;
- case 10208:
+ case 10294:
resword = &wordlist[4210];
goto compare;
- case 10215:
+ case 10304:
resword = &wordlist[4211];
goto compare;
- case 10224:
+ case 10316:
resword = &wordlist[4212];
goto compare;
- case 10228:
+ case 10326:
resword = &wordlist[4213];
goto compare;
- case 10233:
+ case 10340:
resword = &wordlist[4214];
goto compare;
- case 10260:
+ case 10350:
resword = &wordlist[4215];
goto compare;
- case 10269:
+ case 10356:
resword = &wordlist[4216];
goto compare;
- case 10274:
+ case 10360:
resword = &wordlist[4217];
goto compare;
- case 10275:
+ case 10376:
resword = &wordlist[4218];
goto compare;
- case 10278:
+ case 10403:
resword = &wordlist[4219];
goto compare;
- case 10280:
+ case 10409:
resword = &wordlist[4220];
goto compare;
- case 10309:
+ case 10412:
resword = &wordlist[4221];
goto compare;
- case 10310:
+ case 10415:
resword = &wordlist[4222];
goto compare;
- case 10313:
+ case 10449:
resword = &wordlist[4223];
goto compare;
- case 10314:
+ case 10454:
resword = &wordlist[4224];
goto compare;
- case 10318:
+ case 10455:
resword = &wordlist[4225];
goto compare;
- case 10324:
+ case 10468:
resword = &wordlist[4226];
goto compare;
- case 10353:
+ case 10485:
resword = &wordlist[4227];
goto compare;
- case 10371:
+ case 10491:
resword = &wordlist[4228];
goto compare;
- case 10380:
+ case 10496:
resword = &wordlist[4229];
goto compare;
- case 10405:
+ case 10500:
resword = &wordlist[4230];
goto compare;
- case 10415:
+ case 10509:
resword = &wordlist[4231];
goto compare;
- case 10424:
+ case 10513:
resword = &wordlist[4232];
goto compare;
- case 10426:
+ case 10518:
resword = &wordlist[4233];
goto compare;
- case 10432:
+ case 10520:
resword = &wordlist[4234];
goto compare;
- case 10462:
+ case 10522:
resword = &wordlist[4235];
goto compare;
- case 10464:
+ case 10534:
resword = &wordlist[4236];
goto compare;
- case 10468:
+ case 10536:
resword = &wordlist[4237];
goto compare;
- case 10472:
+ case 10542:
resword = &wordlist[4238];
goto compare;
- case 10473:
+ case 10544:
resword = &wordlist[4239];
goto compare;
- case 10478:
+ case 10549:
resword = &wordlist[4240];
goto compare;
- case 10510:
+ case 10554:
resword = &wordlist[4241];
goto compare;
- case 10515:
+ case 10555:
resword = &wordlist[4242];
goto compare;
- case 10526:
+ case 10578:
resword = &wordlist[4243];
goto compare;
- case 10531:
+ case 10589:
resword = &wordlist[4244];
goto compare;
- case 10532:
+ case 10593:
resword = &wordlist[4245];
goto compare;
- case 10534:
+ case 10605:
resword = &wordlist[4246];
goto compare;
- case 10538:
+ case 10628:
resword = &wordlist[4247];
goto compare;
- case 10546:
+ case 10633:
resword = &wordlist[4248];
goto compare;
- case 10547:
+ case 10635:
resword = &wordlist[4249];
goto compare;
- case 10558:
+ case 10638:
resword = &wordlist[4250];
goto compare;
- case 10587:
+ case 10640:
resword = &wordlist[4251];
goto compare;
- case 10592:
+ case 10644:
resword = &wordlist[4252];
goto compare;
- case 10601:
+ case 10695:
resword = &wordlist[4253];
goto compare;
- case 10611:
+ case 10713:
resword = &wordlist[4254];
goto compare;
- case 10621:
+ case 10717:
resword = &wordlist[4255];
goto compare;
- case 10627:
+ case 10719:
resword = &wordlist[4256];
goto compare;
- case 10633:
+ case 10721:
resword = &wordlist[4257];
goto compare;
- case 10649:
+ case 10727:
resword = &wordlist[4258];
goto compare;
- case 10652:
+ case 10733:
resword = &wordlist[4259];
goto compare;
- case 10669:
+ case 10738:
resword = &wordlist[4260];
goto compare;
- case 10674:
+ case 10743:
resword = &wordlist[4261];
goto compare;
- case 10675:
+ case 10756:
resword = &wordlist[4262];
goto compare;
- case 10678:
+ case 10759:
resword = &wordlist[4263];
goto compare;
- case 10688:
+ case 10767:
resword = &wordlist[4264];
goto compare;
- case 10710:
+ case 10772:
resword = &wordlist[4265];
goto compare;
- case 10719:
+ case 10780:
resword = &wordlist[4266];
goto compare;
- case 10741:
+ case 10781:
resword = &wordlist[4267];
goto compare;
- case 10744:
+ case 10789:
resword = &wordlist[4268];
goto compare;
- case 10767:
+ case 10811:
resword = &wordlist[4269];
goto compare;
- case 10777:
+ case 10814:
resword = &wordlist[4270];
goto compare;
- case 10779:
+ case 10818:
resword = &wordlist[4271];
goto compare;
- case 10783:
+ case 10830:
resword = &wordlist[4272];
goto compare;
- case 10787:
+ case 10838:
resword = &wordlist[4273];
goto compare;
- case 10793:
+ case 10849:
resword = &wordlist[4274];
goto compare;
- case 10798:
+ case 10850:
resword = &wordlist[4275];
goto compare;
- case 10814:
+ case 10883:
resword = &wordlist[4276];
goto compare;
- case 10823:
+ case 10887:
resword = &wordlist[4277];
goto compare;
- case 10838:
+ case 10904:
resword = &wordlist[4278];
goto compare;
- case 10852:
+ case 10915:
resword = &wordlist[4279];
goto compare;
- case 10865:
+ case 10918:
resword = &wordlist[4280];
goto compare;
- case 10868:
+ case 10948:
resword = &wordlist[4281];
goto compare;
- case 10881:
+ case 10961:
resword = &wordlist[4282];
goto compare;
- case 10882:
+ case 10962:
resword = &wordlist[4283];
goto compare;
- case 10899:
+ case 10996:
resword = &wordlist[4284];
goto compare;
- case 10905:
+ case 10997:
resword = &wordlist[4285];
goto compare;
- case 10918:
+ case 11002:
resword = &wordlist[4286];
goto compare;
- case 10925:
+ case 11011:
resword = &wordlist[4287];
goto compare;
- case 10928:
+ case 11027:
resword = &wordlist[4288];
goto compare;
- case 10946:
+ case 11036:
resword = &wordlist[4289];
goto compare;
- case 10982:
+ case 11038:
resword = &wordlist[4290];
goto compare;
- case 10987:
+ case 11046:
resword = &wordlist[4291];
goto compare;
- case 10997:
+ case 11048:
resword = &wordlist[4292];
goto compare;
- case 11000:
+ case 11063:
resword = &wordlist[4293];
goto compare;
- case 11001:
+ case 11070:
resword = &wordlist[4294];
goto compare;
- case 11014:
+ case 11083:
resword = &wordlist[4295];
goto compare;
- case 11015:
+ case 11091:
resword = &wordlist[4296];
goto compare;
- case 11022:
+ case 11094:
resword = &wordlist[4297];
goto compare;
- case 11025:
+ case 11103:
resword = &wordlist[4298];
goto compare;
- case 11034:
+ case 11106:
resword = &wordlist[4299];
goto compare;
- case 11039:
+ case 11111:
resword = &wordlist[4300];
goto compare;
- case 11040:
+ case 11112:
resword = &wordlist[4301];
goto compare;
- case 11064:
+ case 11121:
resword = &wordlist[4302];
goto compare;
- case 11101:
+ case 11128:
resword = &wordlist[4303];
goto compare;
- case 11103:
+ case 11148:
resword = &wordlist[4304];
goto compare;
- case 11118:
+ case 11157:
resword = &wordlist[4305];
goto compare;
- case 11122:
+ case 11162:
resword = &wordlist[4306];
goto compare;
- case 11135:
+ case 11182:
resword = &wordlist[4307];
goto compare;
- case 11136:
+ case 11207:
resword = &wordlist[4308];
goto compare;
- case 11154:
+ case 11220:
resword = &wordlist[4309];
goto compare;
- case 11169:
+ case 11239:
resword = &wordlist[4310];
goto compare;
- case 11182:
+ case 11251:
resword = &wordlist[4311];
goto compare;
- case 11184:
+ case 11282:
resword = &wordlist[4312];
goto compare;
- case 11195:
+ case 11283:
resword = &wordlist[4313];
goto compare;
- case 11197:
+ case 11290:
resword = &wordlist[4314];
goto compare;
- case 11202:
+ case 11299:
resword = &wordlist[4315];
goto compare;
- case 11218:
+ case 11307:
resword = &wordlist[4316];
goto compare;
- case 11224:
+ case 11313:
resword = &wordlist[4317];
goto compare;
- case 11227:
+ case 11314:
resword = &wordlist[4318];
goto compare;
- case 11235:
+ case 11327:
resword = &wordlist[4319];
goto compare;
- case 11243:
+ case 11335:
resword = &wordlist[4320];
goto compare;
- case 11251:
+ case 11344:
resword = &wordlist[4321];
goto compare;
- case 11280:
+ case 11348:
resword = &wordlist[4322];
goto compare;
- case 11299:
+ case 11379:
resword = &wordlist[4323];
goto compare;
- case 11300:
+ case 11424:
resword = &wordlist[4324];
goto compare;
- case 11303:
+ case 11430:
resword = &wordlist[4325];
goto compare;
- case 11309:
+ case 11453:
resword = &wordlist[4326];
goto compare;
- case 11327:
+ case 11459:
resword = &wordlist[4327];
goto compare;
- case 11345:
+ case 11468:
resword = &wordlist[4328];
goto compare;
- case 11370:
+ case 11469:
resword = &wordlist[4329];
goto compare;
- case 11405:
+ case 11475:
resword = &wordlist[4330];
goto compare;
- case 11406:
+ case 11495:
resword = &wordlist[4331];
goto compare;
- case 11423:
+ case 11505:
resword = &wordlist[4332];
goto compare;
- case 11424:
+ case 11528:
resword = &wordlist[4333];
goto compare;
- case 11431:
+ case 11538:
resword = &wordlist[4334];
goto compare;
- case 11438:
+ case 11548:
resword = &wordlist[4335];
goto compare;
- case 11450:
+ case 11550:
resword = &wordlist[4336];
goto compare;
- case 11463:
+ case 11568:
resword = &wordlist[4337];
goto compare;
- case 11475:
+ case 11569:
resword = &wordlist[4338];
goto compare;
- case 11497:
+ case 11577:
resword = &wordlist[4339];
goto compare;
- case 11503:
+ case 11624:
resword = &wordlist[4340];
goto compare;
- case 11526:
+ case 11631:
resword = &wordlist[4341];
goto compare;
- case 11553:
+ case 11635:
resword = &wordlist[4342];
goto compare;
- case 11555:
+ case 11636:
resword = &wordlist[4343];
goto compare;
- case 11556:
+ case 11638:
resword = &wordlist[4344];
goto compare;
- case 11559:
+ case 11640:
resword = &wordlist[4345];
goto compare;
- case 11561:
+ case 11644:
resword = &wordlist[4346];
goto compare;
- case 11562:
+ case 11645:
resword = &wordlist[4347];
goto compare;
- case 11571:
+ case 11654:
resword = &wordlist[4348];
goto compare;
- case 11611:
+ case 11659:
resword = &wordlist[4349];
goto compare;
- case 11632:
+ case 11672:
resword = &wordlist[4350];
goto compare;
- case 11642:
+ case 11676:
resword = &wordlist[4351];
goto compare;
- case 11647:
+ case 11682:
resword = &wordlist[4352];
goto compare;
- case 11650:
+ case 11684:
resword = &wordlist[4353];
goto compare;
- case 11651:
+ case 11693:
resword = &wordlist[4354];
goto compare;
- case 11671:
+ case 11698:
resword = &wordlist[4355];
goto compare;
- case 11674:
+ case 11701:
resword = &wordlist[4356];
goto compare;
- case 11695:
+ case 11703:
resword = &wordlist[4357];
goto compare;
- case 11696:
+ case 11726:
resword = &wordlist[4358];
goto compare;
- case 11708:
+ case 11737:
resword = &wordlist[4359];
goto compare;
- case 11717:
+ case 11744:
resword = &wordlist[4360];
goto compare;
- case 11718:
+ case 11745:
resword = &wordlist[4361];
goto compare;
- case 11730:
+ case 11765:
resword = &wordlist[4362];
goto compare;
- case 11744:
+ case 11769:
resword = &wordlist[4363];
goto compare;
- case 11746:
+ case 11770:
resword = &wordlist[4364];
goto compare;
- case 11779:
+ case 11771:
resword = &wordlist[4365];
goto compare;
- case 11781:
+ case 11772:
resword = &wordlist[4366];
goto compare;
- case 11784:
+ case 11774:
resword = &wordlist[4367];
goto compare;
- case 11799:
+ case 11777:
resword = &wordlist[4368];
goto compare;
- case 11807:
+ case 11779:
resword = &wordlist[4369];
goto compare;
- case 11809:
+ case 11802:
resword = &wordlist[4370];
goto compare;
- case 11819:
+ case 11811:
resword = &wordlist[4371];
goto compare;
- case 11824:
+ case 11813:
resword = &wordlist[4372];
goto compare;
- case 11833:
+ case 11819:
resword = &wordlist[4373];
goto compare;
- case 11844:
+ case 11851:
resword = &wordlist[4374];
goto compare;
- case 11845:
+ case 11853:
resword = &wordlist[4375];
goto compare;
- case 11852:
+ case 11861:
resword = &wordlist[4376];
goto compare;
- case 11866:
+ case 11881:
resword = &wordlist[4377];
goto compare;
- case 11873:
+ case 11882:
resword = &wordlist[4378];
goto compare;
- case 11877:
+ case 11884:
resword = &wordlist[4379];
goto compare;
case 11888:
resword = &wordlist[4380];
goto compare;
- case 11901:
+ case 11895:
resword = &wordlist[4381];
goto compare;
- case 11918:
+ case 11915:
resword = &wordlist[4382];
goto compare;
- case 11925:
+ case 11931:
resword = &wordlist[4383];
goto compare;
- case 11939:
+ case 11934:
resword = &wordlist[4384];
goto compare;
- case 11957:
+ case 11945:
resword = &wordlist[4385];
goto compare;
- case 11989:
+ case 11953:
resword = &wordlist[4386];
goto compare;
- case 12007:
+ case 11954:
resword = &wordlist[4387];
goto compare;
- case 12015:
+ case 11978:
resword = &wordlist[4388];
goto compare;
- case 12023:
+ case 11993:
resword = &wordlist[4389];
goto compare;
- case 12026:
+ case 12000:
resword = &wordlist[4390];
goto compare;
- case 12032:
+ case 12031:
resword = &wordlist[4391];
goto compare;
- case 12033:
+ case 12056:
resword = &wordlist[4392];
goto compare;
- case 12045:
+ case 12090:
resword = &wordlist[4393];
goto compare;
- case 12049:
+ case 12095:
resword = &wordlist[4394];
goto compare;
- case 12050:
+ case 12108:
resword = &wordlist[4395];
goto compare;
- case 12062:
+ case 12111:
resword = &wordlist[4396];
goto compare;
- case 12086:
+ case 12123:
resword = &wordlist[4397];
goto compare;
- case 12103:
+ case 12130:
resword = &wordlist[4398];
goto compare;
- case 12108:
+ case 12144:
resword = &wordlist[4399];
goto compare;
- case 12115:
+ case 12175:
resword = &wordlist[4400];
goto compare;
- case 12121:
+ case 12210:
resword = &wordlist[4401];
goto compare;
- case 12142:
+ case 12211:
resword = &wordlist[4402];
goto compare;
- case 12148:
+ case 12215:
resword = &wordlist[4403];
goto compare;
- case 12172:
+ case 12266:
resword = &wordlist[4404];
goto compare;
- case 12176:
+ case 12267:
resword = &wordlist[4405];
goto compare;
- case 12183:
+ case 12285:
resword = &wordlist[4406];
goto compare;
- case 12189:
+ case 12290:
resword = &wordlist[4407];
goto compare;
- case 12191:
+ case 12291:
resword = &wordlist[4408];
goto compare;
- case 12197:
+ case 12293:
resword = &wordlist[4409];
goto compare;
- case 12234:
+ case 12294:
resword = &wordlist[4410];
goto compare;
- case 12243:
+ case 12299:
resword = &wordlist[4411];
goto compare;
- case 12245:
+ case 12321:
resword = &wordlist[4412];
goto compare;
- case 12250:
+ case 12328:
resword = &wordlist[4413];
goto compare;
- case 12255:
+ case 12329:
resword = &wordlist[4414];
goto compare;
- case 12277:
+ case 12342:
resword = &wordlist[4415];
goto compare;
- case 12286:
+ case 12366:
resword = &wordlist[4416];
goto compare;
- case 12288:
+ case 12381:
resword = &wordlist[4417];
goto compare;
- case 12290:
+ case 12389:
resword = &wordlist[4418];
goto compare;
- case 12302:
+ case 12393:
resword = &wordlist[4419];
goto compare;
- case 12310:
+ case 12418:
resword = &wordlist[4420];
goto compare;
- case 12314:
+ case 12420:
resword = &wordlist[4421];
goto compare;
- case 12318:
+ case 12440:
resword = &wordlist[4422];
goto compare;
- case 12323:
+ case 12455:
resword = &wordlist[4423];
goto compare;
- case 12324:
+ case 12460:
resword = &wordlist[4424];
goto compare;
- case 12334:
+ case 12469:
resword = &wordlist[4425];
goto compare;
- case 12349:
+ case 12471:
resword = &wordlist[4426];
goto compare;
- case 12370:
+ case 12490:
resword = &wordlist[4427];
goto compare;
- case 12391:
+ case 12494:
resword = &wordlist[4428];
goto compare;
- case 12406:
+ case 12499:
resword = &wordlist[4429];
goto compare;
- case 12413:
+ case 12509:
resword = &wordlist[4430];
goto compare;
- case 12430:
+ case 12531:
resword = &wordlist[4431];
goto compare;
- case 12443:
+ case 12536:
resword = &wordlist[4432];
goto compare;
- case 12446:
+ case 12557:
resword = &wordlist[4433];
goto compare;
- case 12449:
+ case 12567:
resword = &wordlist[4434];
goto compare;
- case 12454:
+ case 12589:
resword = &wordlist[4435];
goto compare;
- case 12461:
+ case 12596:
resword = &wordlist[4436];
goto compare;
- case 12465:
+ case 12598:
resword = &wordlist[4437];
goto compare;
- case 12470:
+ case 12605:
resword = &wordlist[4438];
goto compare;
- case 12471:
+ case 12627:
resword = &wordlist[4439];
goto compare;
- case 12473:
+ case 12643:
resword = &wordlist[4440];
goto compare;
- case 12483:
+ case 12664:
resword = &wordlist[4441];
goto compare;
- case 12484:
+ case 12680:
resword = &wordlist[4442];
goto compare;
- case 12507:
+ case 12686:
resword = &wordlist[4443];
goto compare;
- case 12518:
+ case 12697:
resword = &wordlist[4444];
goto compare;
- case 12526:
+ case 12707:
resword = &wordlist[4445];
goto compare;
- case 12527:
+ case 12729:
resword = &wordlist[4446];
goto compare;
- case 12537:
+ case 12746:
resword = &wordlist[4447];
goto compare;
- case 12547:
+ case 12756:
resword = &wordlist[4448];
goto compare;
- case 12551:
+ case 12762:
resword = &wordlist[4449];
goto compare;
- case 12562:
+ case 12766:
resword = &wordlist[4450];
goto compare;
- case 12572:
+ case 12772:
resword = &wordlist[4451];
goto compare;
- case 12577:
+ case 12781:
resword = &wordlist[4452];
goto compare;
- case 12584:
+ case 12785:
resword = &wordlist[4453];
goto compare;
- case 12607:
+ case 12820:
resword = &wordlist[4454];
goto compare;
- case 12620:
+ case 12823:
resword = &wordlist[4455];
goto compare;
- case 12632:
+ case 12825:
resword = &wordlist[4456];
goto compare;
- case 12678:
+ case 12826:
resword = &wordlist[4457];
goto compare;
- case 12703:
+ case 12866:
resword = &wordlist[4458];
goto compare;
- case 12704:
+ case 12896:
resword = &wordlist[4459];
goto compare;
- case 12712:
+ case 12898:
resword = &wordlist[4460];
goto compare;
- case 12736:
+ case 12903:
resword = &wordlist[4461];
goto compare;
- case 12760:
+ case 12915:
resword = &wordlist[4462];
goto compare;
- case 12766:
+ case 12920:
resword = &wordlist[4463];
goto compare;
- case 12779:
+ case 12921:
resword = &wordlist[4464];
goto compare;
- case 12781:
+ case 12922:
resword = &wordlist[4465];
goto compare;
- case 12790:
+ case 12932:
resword = &wordlist[4466];
goto compare;
- case 12847:
+ case 12958:
resword = &wordlist[4467];
goto compare;
- case 12926:
+ case 12963:
resword = &wordlist[4468];
goto compare;
- case 12929:
+ case 12970:
resword = &wordlist[4469];
goto compare;
- case 12935:
+ case 12986:
resword = &wordlist[4470];
goto compare;
- case 12942:
+ case 13006:
resword = &wordlist[4471];
goto compare;
- case 12948:
+ case 13030:
resword = &wordlist[4472];
goto compare;
- case 12952:
+ case 13044:
resword = &wordlist[4473];
goto compare;
- case 12958:
+ case 13056:
resword = &wordlist[4474];
goto compare;
- case 12970:
+ case 13099:
resword = &wordlist[4475];
goto compare;
- case 12982:
+ case 13102:
resword = &wordlist[4476];
goto compare;
- case 12999:
+ case 13108:
resword = &wordlist[4477];
goto compare;
- case 13009:
+ case 13109:
resword = &wordlist[4478];
goto compare;
- case 13010:
+ case 13143:
resword = &wordlist[4479];
goto compare;
- case 13017:
+ case 13154:
resword = &wordlist[4480];
goto compare;
- case 13022:
+ case 13159:
resword = &wordlist[4481];
goto compare;
- case 13028:
+ case 13166:
resword = &wordlist[4482];
goto compare;
- case 13031:
+ case 13176:
resword = &wordlist[4483];
goto compare;
- case 13040:
+ case 13181:
resword = &wordlist[4484];
goto compare;
- case 13052:
+ case 13186:
resword = &wordlist[4485];
goto compare;
- case 13082:
+ case 13195:
resword = &wordlist[4486];
goto compare;
- case 13089:
+ case 13218:
resword = &wordlist[4487];
goto compare;
- case 13128:
+ case 13228:
resword = &wordlist[4488];
goto compare;
- case 13133:
+ case 13231:
resword = &wordlist[4489];
goto compare;
- case 13146:
+ case 13235:
resword = &wordlist[4490];
goto compare;
- case 13165:
+ case 13241:
resword = &wordlist[4491];
goto compare;
- case 13166:
+ case 13259:
resword = &wordlist[4492];
goto compare;
- case 13168:
+ case 13300:
resword = &wordlist[4493];
goto compare;
- case 13196:
+ case 13303:
resword = &wordlist[4494];
goto compare;
- case 13199:
+ case 13304:
resword = &wordlist[4495];
goto compare;
- case 13202:
+ case 13306:
resword = &wordlist[4496];
goto compare;
- case 13214:
+ case 13307:
resword = &wordlist[4497];
goto compare;
- case 13217:
+ case 13313:
resword = &wordlist[4498];
goto compare;
- case 13220:
+ case 13340:
resword = &wordlist[4499];
goto compare;
- case 13236:
+ case 13365:
resword = &wordlist[4500];
goto compare;
- case 13242:
+ case 13386:
resword = &wordlist[4501];
goto compare;
- case 13259:
+ case 13403:
resword = &wordlist[4502];
goto compare;
- case 13268:
+ case 13417:
resword = &wordlist[4503];
goto compare;
- case 13273:
+ case 13418:
resword = &wordlist[4504];
goto compare;
- case 13274:
+ case 13433:
resword = &wordlist[4505];
goto compare;
- case 13276:
+ case 13434:
resword = &wordlist[4506];
goto compare;
- case 13282:
+ case 13440:
resword = &wordlist[4507];
goto compare;
- case 13287:
+ case 13452:
resword = &wordlist[4508];
goto compare;
- case 13288:
+ case 13458:
resword = &wordlist[4509];
goto compare;
- case 13290:
+ case 13465:
resword = &wordlist[4510];
goto compare;
- case 13304:
+ case 13466:
resword = &wordlist[4511];
goto compare;
- case 13307:
+ case 13483:
resword = &wordlist[4512];
goto compare;
- case 13317:
+ case 13484:
resword = &wordlist[4513];
goto compare;
- case 13318:
+ case 13505:
resword = &wordlist[4514];
goto compare;
- case 13331:
+ case 13525:
resword = &wordlist[4515];
goto compare;
- case 13334:
+ case 13552:
resword = &wordlist[4516];
goto compare;
- case 13358:
+ case 13555:
resword = &wordlist[4517];
goto compare;
- case 13368:
+ case 13560:
resword = &wordlist[4518];
goto compare;
- case 13374:
+ case 13561:
resword = &wordlist[4519];
goto compare;
- case 13378:
+ case 13574:
resword = &wordlist[4520];
goto compare;
- case 13380:
+ case 13576:
resword = &wordlist[4521];
goto compare;
- case 13384:
+ case 13589:
resword = &wordlist[4522];
goto compare;
- case 13389:
+ case 13593:
resword = &wordlist[4523];
goto compare;
- case 13401:
+ case 13613:
resword = &wordlist[4524];
goto compare;
- case 13406:
+ case 13619:
resword = &wordlist[4525];
goto compare;
- case 13441:
+ case 13631:
resword = &wordlist[4526];
goto compare;
- case 13443:
+ case 13653:
resword = &wordlist[4527];
goto compare;
- case 13482:
+ case 13660:
resword = &wordlist[4528];
goto compare;
- case 13497:
+ case 13669:
resword = &wordlist[4529];
goto compare;
- case 13499:
+ case 13671:
resword = &wordlist[4530];
goto compare;
- case 13516:
+ case 13681:
resword = &wordlist[4531];
goto compare;
- case 13541:
+ case 13685:
resword = &wordlist[4532];
goto compare;
- case 13545:
+ case 13686:
resword = &wordlist[4533];
goto compare;
- case 13578:
+ case 13687:
resword = &wordlist[4534];
goto compare;
- case 13579:
+ case 13692:
resword = &wordlist[4535];
goto compare;
- case 13604:
+ case 13718:
resword = &wordlist[4536];
goto compare;
- case 13624:
+ case 13724:
resword = &wordlist[4537];
goto compare;
- case 13632:
+ case 13751:
resword = &wordlist[4538];
goto compare;
- case 13642:
+ case 13763:
resword = &wordlist[4539];
goto compare;
- case 13671:
+ case 13767:
resword = &wordlist[4540];
goto compare;
- case 13682:
+ case 13771:
resword = &wordlist[4541];
goto compare;
- case 13684:
+ case 13790:
resword = &wordlist[4542];
goto compare;
- case 13700:
+ case 13793:
resword = &wordlist[4543];
goto compare;
- case 13702:
+ case 13795:
resword = &wordlist[4544];
goto compare;
- case 13725:
+ case 13796:
resword = &wordlist[4545];
goto compare;
- case 13731:
+ case 13802:
resword = &wordlist[4546];
goto compare;
- case 13747:
+ case 13828:
resword = &wordlist[4547];
goto compare;
- case 13755:
+ case 13830:
resword = &wordlist[4548];
goto compare;
- case 13760:
+ case 13841:
resword = &wordlist[4549];
goto compare;
- case 13769:
+ case 13860:
resword = &wordlist[4550];
goto compare;
- case 13777:
+ case 13864:
resword = &wordlist[4551];
goto compare;
- case 13779:
+ case 13865:
resword = &wordlist[4552];
goto compare;
- case 13781:
+ case 13885:
resword = &wordlist[4553];
goto compare;
- case 13789:
+ case 13907:
resword = &wordlist[4554];
goto compare;
- case 13790:
+ case 13912:
resword = &wordlist[4555];
goto compare;
- case 13792:
+ case 13913:
resword = &wordlist[4556];
goto compare;
- case 13794:
+ case 13926:
resword = &wordlist[4557];
goto compare;
- case 13811:
+ case 13944:
resword = &wordlist[4558];
goto compare;
- case 13827:
+ case 13947:
resword = &wordlist[4559];
goto compare;
- case 13828:
+ case 13949:
resword = &wordlist[4560];
goto compare;
- case 13837:
+ case 13981:
resword = &wordlist[4561];
goto compare;
- case 13847:
+ case 13987:
resword = &wordlist[4562];
goto compare;
- case 13861:
+ case 13996:
resword = &wordlist[4563];
goto compare;
- case 13866:
+ case 14000:
resword = &wordlist[4564];
goto compare;
- case 13874:
+ case 14009:
resword = &wordlist[4565];
goto compare;
- case 13882:
+ case 14036:
resword = &wordlist[4566];
goto compare;
- case 13885:
+ case 14059:
resword = &wordlist[4567];
goto compare;
- case 13889:
+ case 14068:
resword = &wordlist[4568];
goto compare;
- case 13895:
+ case 14081:
resword = &wordlist[4569];
goto compare;
- case 13899:
+ case 14089:
resword = &wordlist[4570];
goto compare;
- case 13914:
+ case 14091:
resword = &wordlist[4571];
goto compare;
- case 13930:
+ case 14103:
resword = &wordlist[4572];
goto compare;
- case 13934:
+ case 14104:
resword = &wordlist[4573];
goto compare;
- case 13958:
+ case 14189:
resword = &wordlist[4574];
goto compare;
- case 13978:
+ case 14193:
resword = &wordlist[4575];
goto compare;
- case 13986:
+ case 14195:
resword = &wordlist[4576];
goto compare;
- case 13989:
+ case 14203:
resword = &wordlist[4577];
goto compare;
- case 13991:
+ case 14225:
resword = &wordlist[4578];
goto compare;
- case 14003:
+ case 14230:
resword = &wordlist[4579];
goto compare;
- case 14022:
+ case 14243:
resword = &wordlist[4580];
goto compare;
- case 14024:
+ case 14269:
resword = &wordlist[4581];
goto compare;
- case 14027:
+ case 14273:
resword = &wordlist[4582];
goto compare;
- case 14042:
+ case 14281:
resword = &wordlist[4583];
goto compare;
- case 14044:
+ case 14284:
resword = &wordlist[4584];
goto compare;
- case 14045:
+ case 14300:
resword = &wordlist[4585];
goto compare;
- case 14058:
+ case 14305:
resword = &wordlist[4586];
goto compare;
- case 14064:
+ case 14311:
resword = &wordlist[4587];
goto compare;
- case 14092:
+ case 14318:
resword = &wordlist[4588];
goto compare;
- case 14098:
+ case 14334:
resword = &wordlist[4589];
goto compare;
- case 14099:
+ case 14339:
resword = &wordlist[4590];
goto compare;
- case 14110:
+ case 14364:
resword = &wordlist[4591];
goto compare;
- case 14113:
+ case 14370:
resword = &wordlist[4592];
goto compare;
- case 14122:
+ case 14393:
resword = &wordlist[4593];
goto compare;
- case 14130:
+ case 14404:
resword = &wordlist[4594];
goto compare;
- case 14177:
+ case 14429:
resword = &wordlist[4595];
goto compare;
- case 14182:
+ case 14436:
resword = &wordlist[4596];
goto compare;
- case 14195:
+ case 14437:
resword = &wordlist[4597];
goto compare;
- case 14204:
+ case 14465:
resword = &wordlist[4598];
goto compare;
- case 14244:
+ case 14489:
resword = &wordlist[4599];
goto compare;
- case 14247:
+ case 14504:
resword = &wordlist[4600];
goto compare;
- case 14281:
+ case 14513:
resword = &wordlist[4601];
goto compare;
- case 14283:
+ case 14515:
resword = &wordlist[4602];
goto compare;
- case 14289:
+ case 14527:
resword = &wordlist[4603];
goto compare;
- case 14328:
+ case 14528:
resword = &wordlist[4604];
goto compare;
- case 14348:
+ case 14560:
resword = &wordlist[4605];
goto compare;
- case 14360:
+ case 14565:
resword = &wordlist[4606];
goto compare;
- case 14367:
+ case 14570:
resword = &wordlist[4607];
goto compare;
- case 14396:
+ case 14596:
resword = &wordlist[4608];
goto compare;
- case 14405:
+ case 14604:
resword = &wordlist[4609];
goto compare;
- case 14443:
+ case 14632:
resword = &wordlist[4610];
goto compare;
- case 14458:
+ case 14650:
resword = &wordlist[4611];
goto compare;
- case 14467:
+ case 14658:
resword = &wordlist[4612];
goto compare;
- case 14473:
+ case 14664:
resword = &wordlist[4613];
goto compare;
- case 14474:
+ case 14665:
resword = &wordlist[4614];
goto compare;
- case 14482:
+ case 14678:
resword = &wordlist[4615];
goto compare;
- case 14505:
+ case 14683:
resword = &wordlist[4616];
goto compare;
- case 14540:
+ case 14688:
resword = &wordlist[4617];
goto compare;
- case 14542:
+ case 14696:
resword = &wordlist[4618];
goto compare;
- case 14556:
+ case 14700:
resword = &wordlist[4619];
goto compare;
- case 14588:
+ case 14728:
resword = &wordlist[4620];
goto compare;
- case 14600:
+ case 14732:
resword = &wordlist[4621];
goto compare;
- case 14614:
+ case 14747:
resword = &wordlist[4622];
goto compare;
- case 14630:
+ case 14757:
resword = &wordlist[4623];
goto compare;
- case 14632:
+ case 14767:
resword = &wordlist[4624];
goto compare;
- case 14672:
+ case 14779:
resword = &wordlist[4625];
goto compare;
- case 14682:
+ case 14782:
resword = &wordlist[4626];
goto compare;
- case 14698:
+ case 14783:
resword = &wordlist[4627];
goto compare;
- case 14723:
+ case 14808:
resword = &wordlist[4628];
goto compare;
- case 14732:
+ case 14812:
resword = &wordlist[4629];
goto compare;
- case 14735:
+ case 14854:
resword = &wordlist[4630];
goto compare;
- case 14737:
+ case 14859:
resword = &wordlist[4631];
goto compare;
- case 14742:
+ case 14883:
resword = &wordlist[4632];
goto compare;
- case 14744:
+ case 14906:
resword = &wordlist[4633];
goto compare;
- case 14753:
+ case 14912:
resword = &wordlist[4634];
goto compare;
- case 14764:
+ case 14913:
resword = &wordlist[4635];
goto compare;
- case 14776:
+ case 14914:
resword = &wordlist[4636];
goto compare;
- case 14800:
+ case 14928:
resword = &wordlist[4637];
goto compare;
- case 14818:
+ case 14936:
resword = &wordlist[4638];
goto compare;
- case 14845:
+ case 14949:
resword = &wordlist[4639];
goto compare;
- case 14850:
+ case 14967:
resword = &wordlist[4640];
goto compare;
- case 14872:
+ case 14969:
resword = &wordlist[4641];
goto compare;
- case 14878:
+ case 14984:
resword = &wordlist[4642];
goto compare;
- case 14896:
+ case 14992:
resword = &wordlist[4643];
goto compare;
- case 14905:
+ case 15015:
resword = &wordlist[4644];
goto compare;
- case 14924:
+ case 15016:
resword = &wordlist[4645];
goto compare;
- case 14926:
+ case 15031:
resword = &wordlist[4646];
goto compare;
- case 14940:
+ case 15049:
resword = &wordlist[4647];
goto compare;
- case 14949:
+ case 15053:
resword = &wordlist[4648];
goto compare;
- case 14971:
+ case 15069:
resword = &wordlist[4649];
goto compare;
- case 14979:
+ case 15076:
resword = &wordlist[4650];
goto compare;
- case 14980:
+ case 15120:
resword = &wordlist[4651];
goto compare;
- case 14981:
+ case 15141:
resword = &wordlist[4652];
goto compare;
- case 15007:
+ case 15167:
resword = &wordlist[4653];
goto compare;
- case 15022:
+ case 15202:
resword = &wordlist[4654];
goto compare;
- case 15023:
+ case 15223:
resword = &wordlist[4655];
goto compare;
- case 15025:
+ case 15233:
resword = &wordlist[4656];
goto compare;
- case 15027:
+ case 15243:
resword = &wordlist[4657];
goto compare;
- case 15037:
+ case 15251:
resword = &wordlist[4658];
goto compare;
- case 15060:
+ case 15275:
resword = &wordlist[4659];
goto compare;
- case 15084:
+ case 15287:
resword = &wordlist[4660];
goto compare;
- case 15103:
+ case 15326:
resword = &wordlist[4661];
goto compare;
- case 15111:
+ case 15332:
resword = &wordlist[4662];
goto compare;
- case 15130:
+ case 15349:
resword = &wordlist[4663];
goto compare;
- case 15175:
+ case 15361:
resword = &wordlist[4664];
goto compare;
- case 15185:
+ case 15365:
resword = &wordlist[4665];
goto compare;
- case 15188:
+ case 15367:
resword = &wordlist[4666];
goto compare;
- case 15204:
+ case 15374:
resword = &wordlist[4667];
goto compare;
- case 15221:
+ case 15398:
resword = &wordlist[4668];
goto compare;
- case 15237:
+ case 15411:
resword = &wordlist[4669];
goto compare;
- case 15253:
+ case 15416:
resword = &wordlist[4670];
goto compare;
- case 15262:
+ case 15421:
resword = &wordlist[4671];
goto compare;
- case 15266:
+ case 15432:
resword = &wordlist[4672];
goto compare;
- case 15269:
+ case 15435:
resword = &wordlist[4673];
goto compare;
- case 15270:
+ case 15441:
resword = &wordlist[4674];
goto compare;
- case 15328:
+ case 15463:
resword = &wordlist[4675];
goto compare;
- case 15344:
+ case 15469:
resword = &wordlist[4676];
goto compare;
- case 15361:
+ case 15492:
resword = &wordlist[4677];
goto compare;
- case 15380:
+ case 15496:
resword = &wordlist[4678];
goto compare;
- case 15381:
+ case 15499:
resword = &wordlist[4679];
goto compare;
- case 15385:
+ case 15506:
resword = &wordlist[4680];
goto compare;
- case 15393:
+ case 15508:
resword = &wordlist[4681];
goto compare;
- case 15398:
+ case 15536:
resword = &wordlist[4682];
goto compare;
- case 15399:
+ case 15540:
resword = &wordlist[4683];
goto compare;
- case 15439:
+ case 15542:
resword = &wordlist[4684];
goto compare;
- case 15440:
+ case 15553:
resword = &wordlist[4685];
goto compare;
- case 15446:
+ case 15555:
resword = &wordlist[4686];
goto compare;
- case 15458:
+ case 15559:
resword = &wordlist[4687];
goto compare;
- case 15463:
+ case 15560:
resword = &wordlist[4688];
goto compare;
- case 15472:
+ case 15579:
resword = &wordlist[4689];
goto compare;
- case 15476:
+ case 15594:
resword = &wordlist[4690];
goto compare;
- case 15478:
+ case 15649:
resword = &wordlist[4691];
goto compare;
- case 15488:
+ case 15671:
resword = &wordlist[4692];
goto compare;
- case 15490:
+ case 15675:
resword = &wordlist[4693];
goto compare;
- case 15509:
+ case 15687:
resword = &wordlist[4694];
goto compare;
- case 15523:
+ case 15717:
resword = &wordlist[4695];
goto compare;
- case 15534:
+ case 15726:
resword = &wordlist[4696];
goto compare;
- case 15538:
+ case 15732:
resword = &wordlist[4697];
goto compare;
- case 15539:
+ case 15741:
resword = &wordlist[4698];
goto compare;
- case 15600:
+ case 15742:
resword = &wordlist[4699];
goto compare;
- case 15605:
+ case 15743:
resword = &wordlist[4700];
goto compare;
- case 15631:
+ case 15748:
resword = &wordlist[4701];
goto compare;
- case 15655:
+ case 15755:
resword = &wordlist[4702];
goto compare;
- case 15667:
+ case 15756:
resword = &wordlist[4703];
goto compare;
- case 15689:
+ case 15782:
resword = &wordlist[4704];
goto compare;
- case 15727:
+ case 15786:
resword = &wordlist[4705];
goto compare;
- case 15731:
+ case 15803:
resword = &wordlist[4706];
goto compare;
- case 15743:
+ case 15814:
resword = &wordlist[4707];
goto compare;
- case 15745:
+ case 15821:
resword = &wordlist[4708];
goto compare;
- case 15754:
+ case 15831:
resword = &wordlist[4709];
goto compare;
- case 15787:
+ case 15832:
resword = &wordlist[4710];
goto compare;
- case 15795:
+ case 15849:
resword = &wordlist[4711];
goto compare;
- case 15797:
+ case 15850:
resword = &wordlist[4712];
goto compare;
- case 15800:
+ case 15869:
resword = &wordlist[4713];
goto compare;
- case 15806:
+ case 15886:
resword = &wordlist[4714];
goto compare;
- case 15809:
+ case 15902:
resword = &wordlist[4715];
goto compare;
- case 15815:
+ case 15906:
resword = &wordlist[4716];
goto compare;
- case 15842:
+ case 15907:
resword = &wordlist[4717];
goto compare;
- case 15848:
+ case 15925:
resword = &wordlist[4718];
goto compare;
- case 15881:
+ case 15938:
resword = &wordlist[4719];
goto compare;
- case 15895:
+ case 15944:
resword = &wordlist[4720];
goto compare;
- case 15916:
+ case 15965:
resword = &wordlist[4721];
goto compare;
- case 15924:
+ case 15982:
resword = &wordlist[4722];
goto compare;
- case 15930:
+ case 15992:
resword = &wordlist[4723];
goto compare;
- case 15938:
+ case 16006:
resword = &wordlist[4724];
goto compare;
- case 15969:
+ case 16066:
resword = &wordlist[4725];
goto compare;
- case 15972:
+ case 16069:
resword = &wordlist[4726];
goto compare;
- case 15989:
+ case 16071:
resword = &wordlist[4727];
goto compare;
- case 16004:
+ case 16082:
resword = &wordlist[4728];
goto compare;
- case 16044:
+ case 16104:
resword = &wordlist[4729];
goto compare;
- case 16048:
+ case 16153:
resword = &wordlist[4730];
goto compare;
- case 16063:
+ case 16189:
resword = &wordlist[4731];
goto compare;
- case 16064:
+ case 16229:
resword = &wordlist[4732];
goto compare;
- case 16075:
+ case 16273:
resword = &wordlist[4733];
goto compare;
- case 16127:
+ case 16318:
resword = &wordlist[4734];
goto compare;
- case 16131:
+ case 16323:
resword = &wordlist[4735];
goto compare;
- case 16134:
+ case 16328:
resword = &wordlist[4736];
goto compare;
- case 16136:
+ case 16337:
resword = &wordlist[4737];
goto compare;
- case 16145:
+ case 16358:
resword = &wordlist[4738];
goto compare;
- case 16154:
+ case 16359:
resword = &wordlist[4739];
goto compare;
- case 16155:
+ case 16360:
resword = &wordlist[4740];
goto compare;
- case 16166:
+ case 16363:
resword = &wordlist[4741];
goto compare;
- case 16171:
+ case 16365:
resword = &wordlist[4742];
goto compare;
- case 16180:
+ case 16377:
resword = &wordlist[4743];
goto compare;
- case 16200:
+ case 16378:
resword = &wordlist[4744];
goto compare;
- case 16226:
+ case 16386:
resword = &wordlist[4745];
goto compare;
- case 16239:
+ case 16398:
resword = &wordlist[4746];
goto compare;
- case 16241:
+ case 16411:
resword = &wordlist[4747];
goto compare;
- case 16242:
+ case 16413:
resword = &wordlist[4748];
goto compare;
- case 16247:
+ case 16414:
resword = &wordlist[4749];
goto compare;
- case 16267:
+ case 16442:
resword = &wordlist[4750];
goto compare;
- case 16276:
+ case 16468:
resword = &wordlist[4751];
goto compare;
- case 16305:
+ case 16479:
resword = &wordlist[4752];
goto compare;
- case 16315:
+ case 16482:
resword = &wordlist[4753];
goto compare;
- case 16323:
+ case 16543:
resword = &wordlist[4754];
goto compare;
- case 16325:
+ case 16591:
resword = &wordlist[4755];
goto compare;
- case 16331:
+ case 16615:
resword = &wordlist[4756];
goto compare;
- case 16343:
+ case 16617:
resword = &wordlist[4757];
goto compare;
- case 16357:
+ case 16638:
resword = &wordlist[4758];
goto compare;
- case 16371:
+ case 16648:
resword = &wordlist[4759];
goto compare;
- case 16392:
+ case 16653:
resword = &wordlist[4760];
goto compare;
- case 16407:
+ case 16656:
resword = &wordlist[4761];
goto compare;
- case 16415:
+ case 16665:
resword = &wordlist[4762];
goto compare;
- case 16454:
+ case 16674:
resword = &wordlist[4763];
goto compare;
- case 16473:
+ case 16677:
resword = &wordlist[4764];
goto compare;
- case 16476:
+ case 16682:
resword = &wordlist[4765];
goto compare;
- case 16478:
+ case 16689:
resword = &wordlist[4766];
goto compare;
- case 16487:
+ case 16715:
resword = &wordlist[4767];
goto compare;
- case 16489:
+ case 16734:
resword = &wordlist[4768];
goto compare;
- case 16492:
+ case 16749:
resword = &wordlist[4769];
goto compare;
- case 16504:
+ case 16754:
resword = &wordlist[4770];
goto compare;
- case 16548:
+ case 16758:
resword = &wordlist[4771];
goto compare;
- case 16554:
+ case 16759:
resword = &wordlist[4772];
goto compare;
- case 16590:
+ case 16760:
resword = &wordlist[4773];
goto compare;
- case 16592:
+ case 16761:
resword = &wordlist[4774];
goto compare;
- case 16605:
+ case 16770:
resword = &wordlist[4775];
goto compare;
- case 16606:
+ case 16782:
resword = &wordlist[4776];
goto compare;
- case 16615:
+ case 16783:
resword = &wordlist[4777];
goto compare;
- case 16616:
+ case 16796:
resword = &wordlist[4778];
goto compare;
- case 16630:
+ case 16801:
resword = &wordlist[4779];
goto compare;
- case 16648:
+ case 16806:
resword = &wordlist[4780];
goto compare;
- case 16662:
+ case 16808:
resword = &wordlist[4781];
goto compare;
- case 16670:
+ case 16816:
resword = &wordlist[4782];
goto compare;
- case 16708:
+ case 16828:
resword = &wordlist[4783];
goto compare;
- case 16718:
+ case 16845:
resword = &wordlist[4784];
goto compare;
- case 16719:
+ case 16851:
resword = &wordlist[4785];
goto compare;
- case 16723:
+ case 16856:
resword = &wordlist[4786];
goto compare;
- case 16728:
+ case 16867:
resword = &wordlist[4787];
goto compare;
- case 16735:
+ case 16890:
resword = &wordlist[4788];
goto compare;
- case 16739:
+ case 16895:
resword = &wordlist[4789];
goto compare;
- case 16770:
+ case 16898:
resword = &wordlist[4790];
goto compare;
- case 16773:
+ case 16916:
resword = &wordlist[4791];
goto compare;
- case 16775:
+ case 16918:
resword = &wordlist[4792];
goto compare;
- case 16777:
+ case 16934:
resword = &wordlist[4793];
goto compare;
- case 16778:
+ case 16945:
resword = &wordlist[4794];
goto compare;
- case 16800:
+ case 16946:
resword = &wordlist[4795];
goto compare;
- case 16803:
+ case 16953:
resword = &wordlist[4796];
goto compare;
- case 16806:
+ case 16958:
resword = &wordlist[4797];
goto compare;
- case 16812:
+ case 16978:
resword = &wordlist[4798];
goto compare;
- case 16823:
+ case 16980:
resword = &wordlist[4799];
goto compare;
- case 16826:
+ case 17000:
resword = &wordlist[4800];
goto compare;
- case 16844:
+ case 17028:
resword = &wordlist[4801];
goto compare;
- case 16864:
+ case 17056:
resword = &wordlist[4802];
goto compare;
- case 16885:
+ case 17061:
resword = &wordlist[4803];
goto compare;
- case 16891:
+ case 17075:
resword = &wordlist[4804];
goto compare;
- case 16893:
+ case 17085:
resword = &wordlist[4805];
goto compare;
- case 16901:
+ case 17093:
resword = &wordlist[4806];
goto compare;
- case 16917:
+ case 17105:
resword = &wordlist[4807];
goto compare;
- case 16932:
+ case 17115:
resword = &wordlist[4808];
goto compare;
- case 16935:
+ case 17116:
resword = &wordlist[4809];
goto compare;
- case 16959:
+ case 17118:
resword = &wordlist[4810];
goto compare;
- case 16964:
+ case 17128:
resword = &wordlist[4811];
goto compare;
- case 16977:
+ case 17147:
resword = &wordlist[4812];
goto compare;
- case 16979:
+ case 17162:
resword = &wordlist[4813];
goto compare;
- case 16981:
+ case 17173:
resword = &wordlist[4814];
goto compare;
- case 16982:
+ case 17198:
resword = &wordlist[4815];
goto compare;
- case 16993:
+ case 17199:
resword = &wordlist[4816];
goto compare;
- case 17019:
+ case 17217:
resword = &wordlist[4817];
goto compare;
- case 17027:
+ case 17228:
resword = &wordlist[4818];
goto compare;
- case 17036:
+ case 17253:
resword = &wordlist[4819];
goto compare;
- case 17049:
+ case 17265:
resword = &wordlist[4820];
goto compare;
- case 17058:
+ case 17338:
resword = &wordlist[4821];
goto compare;
- case 17062:
+ case 17353:
resword = &wordlist[4822];
goto compare;
- case 17078:
+ case 17361:
resword = &wordlist[4823];
goto compare;
- case 17083:
+ case 17391:
resword = &wordlist[4824];
goto compare;
- case 17087:
+ case 17397:
resword = &wordlist[4825];
goto compare;
- case 17099:
+ case 17411:
resword = &wordlist[4826];
goto compare;
- case 17114:
+ case 17417:
resword = &wordlist[4827];
goto compare;
- case 17149:
+ case 17423:
resword = &wordlist[4828];
goto compare;
- case 17175:
+ case 17436:
resword = &wordlist[4829];
goto compare;
- case 17214:
+ case 17442:
resword = &wordlist[4830];
goto compare;
- case 17226:
+ case 17499:
resword = &wordlist[4831];
goto compare;
- case 17268:
+ case 17501:
resword = &wordlist[4832];
goto compare;
- case 17307:
+ case 17504:
resword = &wordlist[4833];
goto compare;
- case 17320:
+ case 17508:
resword = &wordlist[4834];
goto compare;
- case 17325:
+ case 17524:
resword = &wordlist[4835];
goto compare;
- case 17339:
+ case 17532:
resword = &wordlist[4836];
goto compare;
- case 17346:
+ case 17534:
resword = &wordlist[4837];
goto compare;
- case 17379:
+ case 17541:
resword = &wordlist[4838];
goto compare;
- case 17397:
+ case 17551:
resword = &wordlist[4839];
goto compare;
- case 17407:
+ case 17580:
resword = &wordlist[4840];
goto compare;
- case 17408:
+ case 17591:
resword = &wordlist[4841];
goto compare;
- case 17409:
+ case 17613:
resword = &wordlist[4842];
goto compare;
- case 17415:
+ case 17617:
resword = &wordlist[4843];
goto compare;
- case 17416:
+ case 17688:
resword = &wordlist[4844];
goto compare;
- case 17418:
+ case 17692:
resword = &wordlist[4845];
goto compare;
- case 17428:
+ case 17728:
resword = &wordlist[4846];
goto compare;
- case 17430:
+ case 17739:
resword = &wordlist[4847];
goto compare;
- case 17433:
+ case 17753:
resword = &wordlist[4848];
goto compare;
- case 17474:
+ case 17754:
resword = &wordlist[4849];
goto compare;
- case 17478:
+ case 17763:
resword = &wordlist[4850];
goto compare;
- case 17504:
+ case 17785:
resword = &wordlist[4851];
goto compare;
- case 17516:
+ case 17805:
resword = &wordlist[4852];
goto compare;
- case 17520:
+ case 17825:
resword = &wordlist[4853];
goto compare;
- case 17529:
+ case 17836:
resword = &wordlist[4854];
goto compare;
- case 17530:
+ case 17839:
resword = &wordlist[4855];
goto compare;
- case 17541:
+ case 17889:
resword = &wordlist[4856];
goto compare;
- case 17542:
+ case 17903:
resword = &wordlist[4857];
goto compare;
- case 17554:
+ case 17913:
resword = &wordlist[4858];
goto compare;
- case 17579:
+ case 17920:
resword = &wordlist[4859];
goto compare;
- case 17583:
+ case 17954:
resword = &wordlist[4860];
goto compare;
- case 17586:
+ case 17956:
resword = &wordlist[4861];
goto compare;
- case 17588:
+ case 18035:
resword = &wordlist[4862];
goto compare;
- case 17594:
+ case 18047:
resword = &wordlist[4863];
goto compare;
- case 17602:
+ case 18057:
resword = &wordlist[4864];
goto compare;
- case 17605:
+ case 18091:
resword = &wordlist[4865];
goto compare;
- case 17608:
+ case 18096:
resword = &wordlist[4866];
goto compare;
- case 17627:
+ case 18100:
resword = &wordlist[4867];
goto compare;
- case 17653:
+ case 18108:
resword = &wordlist[4868];
goto compare;
- case 17670:
+ case 18186:
resword = &wordlist[4869];
goto compare;
- case 17727:
+ case 18195:
resword = &wordlist[4870];
goto compare;
- case 17765:
+ case 18196:
resword = &wordlist[4871];
goto compare;
- case 17777:
+ case 18204:
resword = &wordlist[4872];
goto compare;
- case 17805:
+ case 18207:
resword = &wordlist[4873];
goto compare;
- case 17811:
+ case 18262:
resword = &wordlist[4874];
goto compare;
- case 17845:
+ case 18271:
resword = &wordlist[4875];
goto compare;
- case 17860:
+ case 18277:
resword = &wordlist[4876];
goto compare;
- case 17866:
+ case 18279:
resword = &wordlist[4877];
goto compare;
- case 17901:
+ case 18292:
resword = &wordlist[4878];
goto compare;
- case 17912:
+ case 18312:
resword = &wordlist[4879];
goto compare;
- case 17915:
+ case 18319:
resword = &wordlist[4880];
goto compare;
- case 17930:
+ case 18328:
resword = &wordlist[4881];
goto compare;
- case 17936:
+ case 18332:
resword = &wordlist[4882];
goto compare;
- case 17944:
+ case 18342:
resword = &wordlist[4883];
goto compare;
- case 17950:
+ case 18348:
resword = &wordlist[4884];
goto compare;
- case 17970:
+ case 18356:
resword = &wordlist[4885];
goto compare;
- case 17977:
+ case 18371:
resword = &wordlist[4886];
goto compare;
- case 17984:
+ case 18400:
resword = &wordlist[4887];
goto compare;
- case 18000:
+ case 18403:
resword = &wordlist[4888];
goto compare;
- case 18002:
+ case 18407:
resword = &wordlist[4889];
goto compare;
- case 18040:
+ case 18409:
resword = &wordlist[4890];
goto compare;
- case 18045:
+ case 18416:
resword = &wordlist[4891];
goto compare;
- case 18069:
+ case 18450:
resword = &wordlist[4892];
goto compare;
- case 18104:
+ case 18454:
resword = &wordlist[4893];
goto compare;
- case 18127:
+ case 18456:
resword = &wordlist[4894];
goto compare;
- case 18141:
+ case 18466:
resword = &wordlist[4895];
goto compare;
- case 18145:
+ case 18469:
resword = &wordlist[4896];
goto compare;
- case 18152:
+ case 18476:
resword = &wordlist[4897];
goto compare;
- case 18155:
+ case 18480:
resword = &wordlist[4898];
goto compare;
- case 18168:
+ case 18506:
resword = &wordlist[4899];
goto compare;
- case 18187:
+ case 18509:
resword = &wordlist[4900];
goto compare;
- case 18219:
+ case 18532:
resword = &wordlist[4901];
goto compare;
- case 18223:
+ case 18537:
resword = &wordlist[4902];
goto compare;
- case 18226:
+ case 18538:
resword = &wordlist[4903];
goto compare;
- case 18227:
+ case 18547:
resword = &wordlist[4904];
goto compare;
- case 18240:
+ case 18549:
resword = &wordlist[4905];
goto compare;
- case 18242:
+ case 18551:
resword = &wordlist[4906];
goto compare;
- case 18244:
+ case 18564:
resword = &wordlist[4907];
goto compare;
- case 18246:
+ case 18566:
resword = &wordlist[4908];
goto compare;
- case 18272:
+ case 18603:
resword = &wordlist[4909];
goto compare;
- case 18289:
+ case 18606:
resword = &wordlist[4910];
goto compare;
- case 18303:
+ case 18607:
resword = &wordlist[4911];
goto compare;
- case 18308:
+ case 18636:
resword = &wordlist[4912];
goto compare;
- case 18372:
+ case 18645:
resword = &wordlist[4913];
goto compare;
- case 18377:
+ case 18658:
resword = &wordlist[4914];
goto compare;
- case 18406:
+ case 18665:
resword = &wordlist[4915];
goto compare;
- case 18416:
+ case 18682:
resword = &wordlist[4916];
goto compare;
- case 18422:
+ case 18685:
resword = &wordlist[4917];
goto compare;
- case 18451:
+ case 18689:
resword = &wordlist[4918];
goto compare;
- case 18470:
+ case 18696:
resword = &wordlist[4919];
goto compare;
- case 18490:
+ case 18701:
resword = &wordlist[4920];
goto compare;
- case 18495:
+ case 18725:
resword = &wordlist[4921];
goto compare;
- case 18504:
+ case 18734:
resword = &wordlist[4922];
goto compare;
- case 18505:
+ case 18751:
resword = &wordlist[4923];
goto compare;
- case 18520:
+ case 18770:
resword = &wordlist[4924];
goto compare;
- case 18527:
+ case 18805:
resword = &wordlist[4925];
goto compare;
- case 18531:
+ case 18810:
resword = &wordlist[4926];
goto compare;
- case 18590:
+ case 18821:
resword = &wordlist[4927];
goto compare;
- case 18619:
+ case 18836:
resword = &wordlist[4928];
goto compare;
- case 18630:
+ case 18838:
resword = &wordlist[4929];
goto compare;
- case 18633:
+ case 18841:
resword = &wordlist[4930];
goto compare;
- case 18634:
+ case 18870:
resword = &wordlist[4931];
goto compare;
- case 18643:
+ case 18877:
resword = &wordlist[4932];
goto compare;
- case 18645:
+ case 18886:
resword = &wordlist[4933];
goto compare;
- case 18676:
+ case 18906:
resword = &wordlist[4934];
goto compare;
- case 18682:
+ case 18951:
resword = &wordlist[4935];
goto compare;
- case 18691:
+ case 18954:
resword = &wordlist[4936];
goto compare;
- case 18720:
+ case 19002:
resword = &wordlist[4937];
goto compare;
- case 18738:
+ case 19022:
resword = &wordlist[4938];
goto compare;
- case 18755:
+ case 19082:
resword = &wordlist[4939];
goto compare;
- case 18773:
+ case 19110:
resword = &wordlist[4940];
goto compare;
- case 18781:
+ case 19118:
resword = &wordlist[4941];
goto compare;
- case 18803:
+ case 19121:
resword = &wordlist[4942];
goto compare;
- case 18808:
+ case 19125:
resword = &wordlist[4943];
goto compare;
- case 18809:
+ case 19129:
resword = &wordlist[4944];
goto compare;
- case 18821:
+ case 19167:
resword = &wordlist[4945];
goto compare;
- case 18838:
+ case 19207:
resword = &wordlist[4946];
goto compare;
- case 18850:
+ case 19230:
resword = &wordlist[4947];
goto compare;
- case 18858:
+ case 19233:
resword = &wordlist[4948];
goto compare;
- case 18948:
+ case 19235:
resword = &wordlist[4949];
goto compare;
- case 18961:
+ case 19241:
resword = &wordlist[4950];
goto compare;
- case 19058:
+ case 19245:
resword = &wordlist[4951];
goto compare;
- case 19062:
+ case 19249:
resword = &wordlist[4952];
goto compare;
- case 19076:
+ case 19276:
resword = &wordlist[4953];
goto compare;
- case 19081:
+ case 19298:
resword = &wordlist[4954];
goto compare;
- case 19117:
+ case 19316:
resword = &wordlist[4955];
goto compare;
- case 19130:
+ case 19342:
resword = &wordlist[4956];
goto compare;
- case 19133:
+ case 19367:
resword = &wordlist[4957];
goto compare;
- case 19162:
+ case 19399:
resword = &wordlist[4958];
goto compare;
- case 19174:
+ case 19401:
resword = &wordlist[4959];
goto compare;
- case 19185:
+ case 19409:
resword = &wordlist[4960];
goto compare;
- case 19191:
+ case 19414:
resword = &wordlist[4961];
goto compare;
- case 19254:
+ case 19430:
resword = &wordlist[4962];
goto compare;
- case 19269:
+ case 19443:
resword = &wordlist[4963];
goto compare;
- case 19270:
+ case 19445:
resword = &wordlist[4964];
goto compare;
- case 19292:
+ case 19489:
resword = &wordlist[4965];
goto compare;
- case 19341:
+ case 19537:
resword = &wordlist[4966];
goto compare;
- case 19347:
+ case 19543:
resword = &wordlist[4967];
goto compare;
- case 19351:
+ case 19544:
resword = &wordlist[4968];
goto compare;
- case 19356:
+ case 19545:
resword = &wordlist[4969];
goto compare;
- case 19358:
+ case 19558:
resword = &wordlist[4970];
goto compare;
- case 19369:
+ case 19576:
resword = &wordlist[4971];
goto compare;
- case 19383:
+ case 19591:
resword = &wordlist[4972];
goto compare;
- case 19389:
+ case 19607:
resword = &wordlist[4973];
goto compare;
- case 19390:
+ case 19619:
resword = &wordlist[4974];
goto compare;
- case 19391:
+ case 19622:
resword = &wordlist[4975];
goto compare;
- case 19395:
+ case 19647:
resword = &wordlist[4976];
goto compare;
- case 19406:
+ case 19648:
resword = &wordlist[4977];
goto compare;
- case 19421:
+ case 19673:
resword = &wordlist[4978];
goto compare;
- case 19438:
+ case 19689:
resword = &wordlist[4979];
goto compare;
- case 19453:
+ case 19693:
resword = &wordlist[4980];
goto compare;
- case 19458:
+ case 19694:
resword = &wordlist[4981];
goto compare;
- case 19466:
+ case 19726:
resword = &wordlist[4982];
goto compare;
- case 19471:
+ case 19731:
resword = &wordlist[4983];
goto compare;
- case 19491:
+ case 19734:
resword = &wordlist[4984];
goto compare;
- case 19493:
+ case 19738:
resword = &wordlist[4985];
goto compare;
- case 19495:
+ case 19741:
resword = &wordlist[4986];
goto compare;
- case 19506:
+ case 19742:
resword = &wordlist[4987];
goto compare;
- case 19527:
+ case 19756:
resword = &wordlist[4988];
goto compare;
- case 19528:
+ case 19771:
resword = &wordlist[4989];
goto compare;
- case 19544:
+ case 19774:
resword = &wordlist[4990];
goto compare;
- case 19549:
+ case 19778:
resword = &wordlist[4991];
goto compare;
- case 19554:
+ case 19781:
resword = &wordlist[4992];
goto compare;
- case 19562:
+ case 19794:
resword = &wordlist[4993];
goto compare;
- case 19576:
+ case 19806:
resword = &wordlist[4994];
goto compare;
- case 19581:
+ case 19833:
resword = &wordlist[4995];
goto compare;
- case 19594:
+ case 19841:
resword = &wordlist[4996];
goto compare;
- case 19626:
+ case 19844:
resword = &wordlist[4997];
goto compare;
- case 19641:
+ case 19868:
resword = &wordlist[4998];
goto compare;
- case 19646:
+ case 19870:
resword = &wordlist[4999];
goto compare;
- case 19656:
+ case 19876:
resword = &wordlist[5000];
goto compare;
- case 19713:
+ case 19878:
resword = &wordlist[5001];
goto compare;
- case 19722:
+ case 19880:
resword = &wordlist[5002];
goto compare;
- case 19727:
+ case 19907:
resword = &wordlist[5003];
goto compare;
- case 19730:
+ case 19957:
resword = &wordlist[5004];
goto compare;
- case 19732:
+ case 19975:
resword = &wordlist[5005];
goto compare;
- case 19747:
+ case 19976:
resword = &wordlist[5006];
goto compare;
- case 19754:
+ case 19982:
resword = &wordlist[5007];
goto compare;
- case 19757:
+ case 20008:
resword = &wordlist[5008];
goto compare;
- case 19760:
+ case 20017:
resword = &wordlist[5009];
goto compare;
- case 19766:
+ case 20022:
resword = &wordlist[5010];
goto compare;
- case 19770:
+ case 20088:
resword = &wordlist[5011];
goto compare;
- case 19780:
+ case 20091:
resword = &wordlist[5012];
goto compare;
- case 19790:
+ case 20107:
resword = &wordlist[5013];
goto compare;
- case 19813:
+ case 20115:
resword = &wordlist[5014];
goto compare;
- case 19817:
+ case 20120:
resword = &wordlist[5015];
goto compare;
- case 19831:
+ case 20124:
resword = &wordlist[5016];
goto compare;
- case 19847:
+ case 20178:
resword = &wordlist[5017];
goto compare;
- case 19868:
+ case 20186:
resword = &wordlist[5018];
goto compare;
- case 19872:
+ case 20217:
resword = &wordlist[5019];
goto compare;
- case 19913:
+ case 20227:
resword = &wordlist[5020];
goto compare;
- case 19920:
+ case 20231:
resword = &wordlist[5021];
goto compare;
- case 19928:
+ case 20244:
resword = &wordlist[5022];
goto compare;
- case 19936:
+ case 20251:
resword = &wordlist[5023];
goto compare;
- case 19940:
+ case 20259:
resword = &wordlist[5024];
goto compare;
- case 19944:
+ case 20271:
resword = &wordlist[5025];
goto compare;
- case 19945:
+ case 20279:
resword = &wordlist[5026];
goto compare;
- case 19951:
+ case 20283:
resword = &wordlist[5027];
goto compare;
- case 19973:
+ case 20316:
resword = &wordlist[5028];
goto compare;
- case 20019:
+ case 20326:
resword = &wordlist[5029];
goto compare;
- case 20033:
+ case 20332:
resword = &wordlist[5030];
goto compare;
- case 20044:
+ case 20362:
resword = &wordlist[5031];
goto compare;
- case 20056:
+ case 20376:
resword = &wordlist[5032];
goto compare;
- case 20060:
+ case 20390:
resword = &wordlist[5033];
goto compare;
- case 20078:
+ case 20430:
resword = &wordlist[5034];
goto compare;
- case 20109:
+ case 20490:
resword = &wordlist[5035];
goto compare;
- case 20117:
+ case 20502:
resword = &wordlist[5036];
goto compare;
- case 20118:
+ case 20522:
resword = &wordlist[5037];
goto compare;
- case 20141:
+ case 20537:
resword = &wordlist[5038];
goto compare;
- case 20145:
+ case 20540:
resword = &wordlist[5039];
goto compare;
- case 20164:
+ case 20547:
resword = &wordlist[5040];
goto compare;
- case 20198:
+ case 20569:
resword = &wordlist[5041];
goto compare;
- case 20219:
+ case 20595:
resword = &wordlist[5042];
goto compare;
- case 20221:
+ case 20599:
resword = &wordlist[5043];
goto compare;
- case 20223:
+ case 20620:
resword = &wordlist[5044];
goto compare;
- case 20246:
+ case 20649:
resword = &wordlist[5045];
goto compare;
- case 20274:
+ case 20664:
resword = &wordlist[5046];
goto compare;
- case 20283:
+ case 20702:
resword = &wordlist[5047];
goto compare;
- case 20338:
+ case 20714:
resword = &wordlist[5048];
goto compare;
- case 20363:
+ case 20717:
resword = &wordlist[5049];
goto compare;
- case 20372:
+ case 20783:
resword = &wordlist[5050];
goto compare;
- case 20379:
+ case 20836:
resword = &wordlist[5051];
goto compare;
- case 20407:
+ case 20840:
resword = &wordlist[5052];
goto compare;
- case 20408:
+ case 20841:
resword = &wordlist[5053];
goto compare;
- case 20429:
+ case 20845:
resword = &wordlist[5054];
goto compare;
- case 20433:
+ case 20848:
resword = &wordlist[5055];
goto compare;
- case 20448:
+ case 20851:
resword = &wordlist[5056];
goto compare;
- case 20454:
+ case 20863:
resword = &wordlist[5057];
goto compare;
- case 20456:
+ case 20876:
resword = &wordlist[5058];
goto compare;
- case 20494:
+ case 20879:
resword = &wordlist[5059];
goto compare;
- case 20496:
+ case 20880:
resword = &wordlist[5060];
goto compare;
- case 20512:
+ case 20883:
resword = &wordlist[5061];
goto compare;
- case 20514:
+ case 20903:
resword = &wordlist[5062];
goto compare;
- case 20533:
+ case 20912:
resword = &wordlist[5063];
goto compare;
- case 20535:
+ case 20944:
resword = &wordlist[5064];
goto compare;
- case 20537:
+ case 20954:
resword = &wordlist[5065];
goto compare;
- case 20546:
+ case 20958:
resword = &wordlist[5066];
goto compare;
- case 20590:
+ case 20977:
resword = &wordlist[5067];
goto compare;
- case 20612:
+ case 20978:
resword = &wordlist[5068];
goto compare;
- case 20624:
+ case 20985:
resword = &wordlist[5069];
goto compare;
- case 20626:
+ case 21006:
resword = &wordlist[5070];
goto compare;
- case 20627:
+ case 21018:
resword = &wordlist[5071];
goto compare;
- case 20628:
+ case 21030:
resword = &wordlist[5072];
goto compare;
- case 20629:
+ case 21046:
resword = &wordlist[5073];
goto compare;
- case 20680:
+ case 21060:
resword = &wordlist[5074];
goto compare;
- case 20681:
+ case 21090:
resword = &wordlist[5075];
goto compare;
- case 20731:
+ case 21096:
resword = &wordlist[5076];
goto compare;
- case 20732:
+ case 21102:
resword = &wordlist[5077];
goto compare;
- case 20737:
+ case 21112:
resword = &wordlist[5078];
goto compare;
- case 20764:
+ case 21117:
resword = &wordlist[5079];
goto compare;
- case 20770:
+ case 21118:
resword = &wordlist[5080];
goto compare;
- case 20824:
+ case 21135:
resword = &wordlist[5081];
goto compare;
- case 20830:
+ case 21155:
resword = &wordlist[5082];
goto compare;
- case 20855:
+ case 21192:
resword = &wordlist[5083];
goto compare;
- case 20862:
+ case 21194:
resword = &wordlist[5084];
goto compare;
- case 20867:
+ case 21220:
resword = &wordlist[5085];
goto compare;
- case 20938:
+ case 21225:
resword = &wordlist[5086];
goto compare;
- case 20990:
+ case 21236:
resword = &wordlist[5087];
goto compare;
- case 20993:
+ case 21254:
resword = &wordlist[5088];
goto compare;
- case 21020:
+ case 21271:
resword = &wordlist[5089];
goto compare;
- case 21055:
+ case 21277:
resword = &wordlist[5090];
goto compare;
- case 21061:
+ case 21279:
resword = &wordlist[5091];
goto compare;
- case 21070:
+ case 21280:
resword = &wordlist[5092];
goto compare;
- case 21073:
+ case 21286:
resword = &wordlist[5093];
goto compare;
- case 21074:
+ case 21293:
resword = &wordlist[5094];
goto compare;
- case 21077:
+ case 21295:
resword = &wordlist[5095];
goto compare;
- case 21095:
+ case 21305:
resword = &wordlist[5096];
goto compare;
- case 21101:
+ case 21307:
resword = &wordlist[5097];
goto compare;
- case 21107:
+ case 21330:
resword = &wordlist[5098];
goto compare;
- case 21152:
+ case 21333:
resword = &wordlist[5099];
goto compare;
- case 21154:
+ case 21335:
resword = &wordlist[5100];
goto compare;
- case 21169:
+ case 21342:
resword = &wordlist[5101];
goto compare;
- case 21174:
+ case 21344:
resword = &wordlist[5102];
goto compare;
- case 21175:
+ case 21363:
resword = &wordlist[5103];
goto compare;
- case 21178:
+ case 21371:
resword = &wordlist[5104];
goto compare;
- case 21201:
+ case 21380:
resword = &wordlist[5105];
goto compare;
- case 21207:
+ case 21389:
resword = &wordlist[5106];
goto compare;
- case 21215:
+ case 21420:
resword = &wordlist[5107];
goto compare;
- case 21232:
+ case 21430:
resword = &wordlist[5108];
goto compare;
- case 21257:
+ case 21445:
resword = &wordlist[5109];
goto compare;
- case 21280:
+ case 21447:
resword = &wordlist[5110];
goto compare;
- case 21285:
+ case 21453:
resword = &wordlist[5111];
goto compare;
- case 21288:
+ case 21464:
resword = &wordlist[5112];
goto compare;
- case 21315:
+ case 21467:
resword = &wordlist[5113];
goto compare;
- case 21317:
+ case 21474:
resword = &wordlist[5114];
goto compare;
- case 21335:
+ case 21483:
resword = &wordlist[5115];
goto compare;
- case 21337:
+ case 21484:
resword = &wordlist[5116];
goto compare;
- case 21343:
+ case 21489:
resword = &wordlist[5117];
goto compare;
- case 21365:
+ case 21500:
resword = &wordlist[5118];
goto compare;
- case 21386:
+ case 21504:
resword = &wordlist[5119];
goto compare;
- case 21395:
+ case 21526:
resword = &wordlist[5120];
goto compare;
- case 21424:
+ case 21527:
resword = &wordlist[5121];
goto compare;
- case 21450:
+ case 21528:
resword = &wordlist[5122];
goto compare;
- case 21452:
+ case 21536:
resword = &wordlist[5123];
goto compare;
- case 21467:
+ case 21539:
resword = &wordlist[5124];
goto compare;
- case 21522:
+ case 21546:
resword = &wordlist[5125];
goto compare;
- case 21524:
+ case 21554:
resword = &wordlist[5126];
goto compare;
- case 21530:
+ case 21576:
resword = &wordlist[5127];
goto compare;
- case 21531:
+ case 21585:
resword = &wordlist[5128];
goto compare;
- case 21540:
+ case 21621:
resword = &wordlist[5129];
goto compare;
- case 21558:
+ case 21632:
resword = &wordlist[5130];
goto compare;
- case 21572:
+ case 21707:
resword = &wordlist[5131];
goto compare;
- case 21576:
+ case 21711:
resword = &wordlist[5132];
goto compare;
- case 21578:
+ case 21720:
resword = &wordlist[5133];
goto compare;
- case 21579:
+ case 21733:
resword = &wordlist[5134];
goto compare;
- case 21584:
+ case 21738:
resword = &wordlist[5135];
goto compare;
- case 21611:
+ case 21739:
resword = &wordlist[5136];
goto compare;
- case 21613:
+ case 21766:
resword = &wordlist[5137];
goto compare;
- case 21632:
+ case 21769:
resword = &wordlist[5138];
goto compare;
- case 21640:
+ case 21771:
resword = &wordlist[5139];
goto compare;
- case 21641:
+ case 21793:
resword = &wordlist[5140];
goto compare;
- case 21704:
+ case 21796:
resword = &wordlist[5141];
goto compare;
- case 21734:
+ case 21800:
resword = &wordlist[5142];
goto compare;
- case 21752:
+ case 21816:
resword = &wordlist[5143];
goto compare;
- case 21796:
+ case 21878:
resword = &wordlist[5144];
goto compare;
- case 21827:
+ case 21880:
resword = &wordlist[5145];
goto compare;
- case 21865:
+ case 21888:
resword = &wordlist[5146];
goto compare;
- case 21879:
+ case 21895:
resword = &wordlist[5147];
goto compare;
- case 21923:
+ case 21915:
resword = &wordlist[5148];
goto compare;
- case 21938:
+ case 21921:
resword = &wordlist[5149];
goto compare;
- case 21946:
+ case 21943:
resword = &wordlist[5150];
goto compare;
- case 21954:
+ case 21946:
resword = &wordlist[5151];
goto compare;
- case 21985:
+ case 21947:
resword = &wordlist[5152];
goto compare;
- case 21997:
+ case 21952:
resword = &wordlist[5153];
goto compare;
- case 22006:
+ case 21959:
resword = &wordlist[5154];
goto compare;
- case 22011:
+ case 22001:
resword = &wordlist[5155];
goto compare;
- case 22025:
+ case 22018:
resword = &wordlist[5156];
goto compare;
- case 22064:
+ case 22047:
resword = &wordlist[5157];
goto compare;
- case 22067:
+ case 22054:
resword = &wordlist[5158];
goto compare;
- case 22085:
+ case 22090:
resword = &wordlist[5159];
goto compare;
- case 22123:
+ case 22100:
resword = &wordlist[5160];
goto compare;
- case 22152:
+ case 22144:
resword = &wordlist[5161];
goto compare;
- case 22162:
+ case 22149:
resword = &wordlist[5162];
goto compare;
- case 22164:
+ case 22154:
resword = &wordlist[5163];
goto compare;
- case 22180:
+ case 22167:
resword = &wordlist[5164];
goto compare;
- case 22199:
+ case 22204:
resword = &wordlist[5165];
goto compare;
- case 22202:
+ case 22237:
resword = &wordlist[5166];
goto compare;
- case 22206:
+ case 22243:
resword = &wordlist[5167];
goto compare;
- case 22237:
+ case 22302:
resword = &wordlist[5168];
goto compare;
- case 22264:
+ case 22305:
resword = &wordlist[5169];
goto compare;
- case 22326:
+ case 22337:
resword = &wordlist[5170];
goto compare;
- case 22395:
+ case 22348:
resword = &wordlist[5171];
goto compare;
- case 22409:
+ case 22357:
resword = &wordlist[5172];
goto compare;
- case 22414:
+ case 22366:
resword = &wordlist[5173];
goto compare;
- case 22441:
+ case 22368:
resword = &wordlist[5174];
goto compare;
- case 22468:
+ case 22387:
resword = &wordlist[5175];
goto compare;
- case 22471:
+ case 22395:
resword = &wordlist[5176];
goto compare;
- case 22477:
+ case 22398:
resword = &wordlist[5177];
goto compare;
- case 22491:
+ case 22399:
resword = &wordlist[5178];
goto compare;
- case 22497:
+ case 22400:
resword = &wordlist[5179];
goto compare;
- case 22525:
+ case 22402:
resword = &wordlist[5180];
goto compare;
- case 22551:
+ case 22409:
resword = &wordlist[5181];
goto compare;
- case 22566:
+ case 22428:
resword = &wordlist[5182];
goto compare;
- case 22577:
+ case 22454:
resword = &wordlist[5183];
goto compare;
- case 22585:
+ case 22458:
resword = &wordlist[5184];
goto compare;
- case 22619:
+ case 22465:
resword = &wordlist[5185];
goto compare;
- case 22634:
+ case 22472:
resword = &wordlist[5186];
goto compare;
- case 22677:
+ case 22480:
resword = &wordlist[5187];
goto compare;
- case 22685:
+ case 22483:
resword = &wordlist[5188];
goto compare;
- case 22686:
+ case 22520:
resword = &wordlist[5189];
goto compare;
- case 22724:
+ case 22561:
resword = &wordlist[5190];
goto compare;
- case 22725:
+ case 22575:
resword = &wordlist[5191];
goto compare;
- case 22727:
+ case 22578:
resword = &wordlist[5192];
goto compare;
- case 22814:
+ case 22585:
resword = &wordlist[5193];
goto compare;
- case 22831:
+ case 22611:
resword = &wordlist[5194];
goto compare;
- case 22840:
+ case 22648:
resword = &wordlist[5195];
goto compare;
- case 22845:
+ case 22681:
resword = &wordlist[5196];
goto compare;
- case 22849:
+ case 22684:
resword = &wordlist[5197];
goto compare;
- case 22855:
+ case 22699:
resword = &wordlist[5198];
goto compare;
- case 22872:
+ case 22706:
resword = &wordlist[5199];
goto compare;
- case 22876:
+ case 22711:
resword = &wordlist[5200];
goto compare;
- case 22881:
+ case 22717:
resword = &wordlist[5201];
goto compare;
- case 22887:
+ case 22727:
resword = &wordlist[5202];
goto compare;
- case 22925:
+ case 22744:
resword = &wordlist[5203];
goto compare;
- case 22947:
+ case 22779:
resword = &wordlist[5204];
goto compare;
- case 22954:
+ case 22797:
resword = &wordlist[5205];
goto compare;
- case 22967:
+ case 22803:
resword = &wordlist[5206];
goto compare;
- case 22978:
+ case 22842:
resword = &wordlist[5207];
goto compare;
- case 22986:
+ case 22856:
resword = &wordlist[5208];
goto compare;
- case 22990:
+ case 22863:
resword = &wordlist[5209];
goto compare;
- case 23035:
+ case 22949:
resword = &wordlist[5210];
goto compare;
- case 23051:
+ case 22959:
resword = &wordlist[5211];
goto compare;
- case 23079:
+ case 22973:
resword = &wordlist[5212];
goto compare;
- case 23085:
+ case 22985:
resword = &wordlist[5213];
goto compare;
- case 23091:
+ case 23001:
resword = &wordlist[5214];
goto compare;
- case 23098:
+ case 23020:
resword = &wordlist[5215];
goto compare;
- case 23108:
+ case 23022:
resword = &wordlist[5216];
goto compare;
- case 23111:
+ case 23031:
resword = &wordlist[5217];
goto compare;
- case 23114:
+ case 23044:
resword = &wordlist[5218];
goto compare;
- case 23139:
+ case 23045:
resword = &wordlist[5219];
goto compare;
- case 23152:
+ case 23056:
resword = &wordlist[5220];
goto compare;
- case 23153:
+ case 23057:
resword = &wordlist[5221];
goto compare;
- case 23178:
+ case 23074:
resword = &wordlist[5222];
goto compare;
- case 23181:
+ case 23076:
resword = &wordlist[5223];
goto compare;
- case 23182:
+ case 23082:
resword = &wordlist[5224];
goto compare;
- case 23195:
+ case 23085:
resword = &wordlist[5225];
goto compare;
- case 23224:
+ case 23158:
resword = &wordlist[5226];
goto compare;
- case 23235:
+ case 23163:
resword = &wordlist[5227];
goto compare;
- case 23274:
+ case 23167:
resword = &wordlist[5228];
goto compare;
- case 23289:
+ case 23203:
resword = &wordlist[5229];
goto compare;
- case 23319:
+ case 23229:
resword = &wordlist[5230];
goto compare;
- case 23330:
+ case 23240:
resword = &wordlist[5231];
goto compare;
- case 23336:
+ case 23280:
resword = &wordlist[5232];
goto compare;
- case 23337:
+ case 23359:
resword = &wordlist[5233];
goto compare;
- case 23338:
+ case 23360:
resword = &wordlist[5234];
goto compare;
- case 23339:
+ case 23363:
resword = &wordlist[5235];
goto compare;
- case 23345:
+ case 23371:
resword = &wordlist[5236];
goto compare;
- case 23380:
+ case 23391:
resword = &wordlist[5237];
goto compare;
- case 23385:
+ case 23397:
resword = &wordlist[5238];
goto compare;
- case 23390:
+ case 23404:
resword = &wordlist[5239];
goto compare;
- case 23393:
+ case 23431:
resword = &wordlist[5240];
goto compare;
- case 23400:
+ case 23435:
resword = &wordlist[5241];
goto compare;
- case 23403:
+ case 23446:
resword = &wordlist[5242];
goto compare;
- case 23420:
+ case 23449:
resword = &wordlist[5243];
goto compare;
- case 23433:
+ case 23469:
resword = &wordlist[5244];
goto compare;
- case 23437:
+ case 23473:
resword = &wordlist[5245];
goto compare;
- case 23453:
+ case 23484:
resword = &wordlist[5246];
goto compare;
- case 23458:
+ case 23491:
resword = &wordlist[5247];
goto compare;
- case 23480:
+ case 23525:
resword = &wordlist[5248];
goto compare;
- case 23509:
+ case 23544:
resword = &wordlist[5249];
goto compare;
- case 23534:
+ case 23554:
resword = &wordlist[5250];
goto compare;
- case 23546:
+ case 23582:
resword = &wordlist[5251];
goto compare;
- case 23586:
+ case 23643:
resword = &wordlist[5252];
goto compare;
- case 23624:
+ case 23670:
resword = &wordlist[5253];
goto compare;
- case 23638:
+ case 23681:
resword = &wordlist[5254];
goto compare;
- case 23644:
+ case 23686:
resword = &wordlist[5255];
goto compare;
- case 23648:
+ case 23689:
resword = &wordlist[5256];
goto compare;
- case 23684:
+ case 23705:
resword = &wordlist[5257];
goto compare;
- case 23746:
+ case 23744:
resword = &wordlist[5258];
goto compare;
- case 23798:
+ case 23818:
resword = &wordlist[5259];
goto compare;
- case 23836:
+ case 23868:
resword = &wordlist[5260];
goto compare;
- case 23837:
+ case 23875:
resword = &wordlist[5261];
goto compare;
- case 23840:
+ case 23886:
resword = &wordlist[5262];
goto compare;
- case 23850:
+ case 23907:
resword = &wordlist[5263];
goto compare;
- case 23878:
+ case 23967:
resword = &wordlist[5264];
goto compare;
- case 23884:
+ case 23982:
resword = &wordlist[5265];
goto compare;
- case 23887:
+ case 24005:
resword = &wordlist[5266];
goto compare;
- case 23917:
+ case 24007:
resword = &wordlist[5267];
goto compare;
- case 23931:
+ case 24011:
resword = &wordlist[5268];
goto compare;
- case 23938:
+ case 24027:
resword = &wordlist[5269];
goto compare;
- case 23964:
+ case 24034:
resword = &wordlist[5270];
goto compare;
- case 23965:
+ case 24088:
resword = &wordlist[5271];
goto compare;
- case 24000:
+ case 24100:
resword = &wordlist[5272];
goto compare;
- case 24005:
+ case 24128:
resword = &wordlist[5273];
goto compare;
- case 24019:
+ case 24139:
resword = &wordlist[5274];
goto compare;
- case 24041:
+ case 24182:
resword = &wordlist[5275];
goto compare;
- case 24046:
+ case 24190:
resword = &wordlist[5276];
goto compare;
- case 24075:
+ case 24280:
resword = &wordlist[5277];
goto compare;
- case 24084:
+ case 24313:
resword = &wordlist[5278];
goto compare;
- case 24094:
+ case 24350:
resword = &wordlist[5279];
goto compare;
- case 24097:
+ case 24352:
resword = &wordlist[5280];
goto compare;
- case 24136:
+ case 24355:
resword = &wordlist[5281];
goto compare;
- case 24148:
+ case 24386:
resword = &wordlist[5282];
goto compare;
- case 24190:
+ case 24390:
resword = &wordlist[5283];
goto compare;
- case 24199:
+ case 24400:
resword = &wordlist[5284];
goto compare;
- case 24216:
+ case 24405:
resword = &wordlist[5285];
goto compare;
- case 24222:
+ case 24414:
resword = &wordlist[5286];
goto compare;
- case 24228:
+ case 24427:
resword = &wordlist[5287];
goto compare;
- case 24235:
+ case 24429:
resword = &wordlist[5288];
goto compare;
- case 24253:
+ case 24459:
resword = &wordlist[5289];
goto compare;
- case 24289:
+ case 24466:
resword = &wordlist[5290];
goto compare;
- case 24296:
+ case 24474:
resword = &wordlist[5291];
goto compare;
- case 24327:
+ case 24475:
resword = &wordlist[5292];
goto compare;
- case 24336:
+ case 24476:
resword = &wordlist[5293];
goto compare;
- case 24343:
+ case 24559:
resword = &wordlist[5294];
goto compare;
- case 24414:
+ case 24586:
resword = &wordlist[5295];
goto compare;
- case 24425:
+ case 24594:
resword = &wordlist[5296];
goto compare;
- case 24448:
+ case 24624:
resword = &wordlist[5297];
goto compare;
- case 24486:
+ case 24629:
resword = &wordlist[5298];
goto compare;
- case 24510:
+ case 24630:
resword = &wordlist[5299];
goto compare;
- case 24516:
+ case 24648:
resword = &wordlist[5300];
goto compare;
- case 24526:
+ case 24662:
resword = &wordlist[5301];
goto compare;
- case 24537:
+ case 24669:
resword = &wordlist[5302];
goto compare;
- case 24542:
+ case 24696:
resword = &wordlist[5303];
goto compare;
- case 24652:
+ case 24700:
resword = &wordlist[5304];
goto compare;
- case 24654:
+ case 24707:
resword = &wordlist[5305];
goto compare;
- case 24686:
+ case 24715:
resword = &wordlist[5306];
goto compare;
- case 24694:
+ case 24762:
resword = &wordlist[5307];
goto compare;
- case 24714:
+ case 24766:
resword = &wordlist[5308];
goto compare;
- case 24717:
+ case 24774:
resword = &wordlist[5309];
goto compare;
- case 24748:
+ case 24788:
resword = &wordlist[5310];
goto compare;
- case 24750:
+ case 24794:
resword = &wordlist[5311];
goto compare;
- case 24763:
+ case 24828:
resword = &wordlist[5312];
goto compare;
- case 24768:
+ case 24862:
resword = &wordlist[5313];
goto compare;
- case 24773:
+ case 24865:
resword = &wordlist[5314];
goto compare;
- case 24815:
+ case 24888:
resword = &wordlist[5315];
goto compare;
- case 24840:
+ case 24895:
resword = &wordlist[5316];
goto compare;
- case 24896:
+ case 24916:
resword = &wordlist[5317];
goto compare;
- case 24929:
+ case 24933:
resword = &wordlist[5318];
goto compare;
- case 24931:
+ case 24937:
resword = &wordlist[5319];
goto compare;
- case 24937:
+ case 24954:
resword = &wordlist[5320];
goto compare;
- case 24946:
+ case 25016:
resword = &wordlist[5321];
goto compare;
- case 24961:
+ case 25031:
resword = &wordlist[5322];
goto compare;
- case 24969:
+ case 25033:
resword = &wordlist[5323];
goto compare;
- case 25020:
+ case 25078:
resword = &wordlist[5324];
goto compare;
- case 25046:
+ case 25117:
resword = &wordlist[5325];
goto compare;
- case 25063:
+ case 25128:
resword = &wordlist[5326];
goto compare;
- case 25067:
+ case 25150:
resword = &wordlist[5327];
goto compare;
- case 25076:
+ case 25163:
resword = &wordlist[5328];
goto compare;
- case 25080:
+ case 25196:
resword = &wordlist[5329];
goto compare;
- case 25126:
+ case 25243:
resword = &wordlist[5330];
goto compare;
- case 25168:
+ case 25244:
resword = &wordlist[5331];
goto compare;
- case 25196:
+ case 25287:
resword = &wordlist[5332];
goto compare;
- case 25203:
+ case 25338:
resword = &wordlist[5333];
goto compare;
- case 25226:
+ case 25358:
resword = &wordlist[5334];
goto compare;
- case 25257:
+ case 25388:
resword = &wordlist[5335];
goto compare;
- case 25268:
+ case 25397:
resword = &wordlist[5336];
goto compare;
- case 25279:
+ case 25402:
resword = &wordlist[5337];
goto compare;
- case 25289:
+ case 25411:
resword = &wordlist[5338];
goto compare;
- case 25302:
+ case 25425:
resword = &wordlist[5339];
goto compare;
- case 25303:
+ case 25428:
resword = &wordlist[5340];
goto compare;
- case 25326:
+ case 25444:
resword = &wordlist[5341];
goto compare;
- case 25335:
+ case 25469:
resword = &wordlist[5342];
goto compare;
- case 25364:
+ case 25531:
resword = &wordlist[5343];
goto compare;
- case 25367:
+ case 25590:
resword = &wordlist[5344];
goto compare;
- case 25406:
+ case 25592:
resword = &wordlist[5345];
goto compare;
- case 25409:
+ case 25597:
resword = &wordlist[5346];
goto compare;
- case 25454:
+ case 25608:
resword = &wordlist[5347];
goto compare;
- case 25470:
+ case 25645:
resword = &wordlist[5348];
goto compare;
- case 25476:
+ case 25659:
resword = &wordlist[5349];
goto compare;
- case 25527:
+ case 25671:
resword = &wordlist[5350];
goto compare;
- case 25530:
+ case 25682:
resword = &wordlist[5351];
goto compare;
- case 25694:
+ case 25690:
resword = &wordlist[5352];
goto compare;
- case 25756:
+ case 25727:
resword = &wordlist[5353];
goto compare;
- case 25760:
+ case 25728:
resword = &wordlist[5354];
goto compare;
- case 25768:
+ case 25745:
resword = &wordlist[5355];
goto compare;
- case 25810:
+ case 25769:
resword = &wordlist[5356];
goto compare;
- case 25815:
+ case 25774:
resword = &wordlist[5357];
goto compare;
- case 25819:
+ case 25826:
resword = &wordlist[5358];
goto compare;
- case 25824:
+ case 25844:
resword = &wordlist[5359];
goto compare;
- case 25845:
+ case 25848:
resword = &wordlist[5360];
goto compare;
- case 25850:
+ case 25956:
resword = &wordlist[5361];
goto compare;
- case 25862:
+ case 25962:
resword = &wordlist[5362];
goto compare;
- case 25910:
+ case 25974:
resword = &wordlist[5363];
goto compare;
- case 25924:
+ case 25987:
resword = &wordlist[5364];
goto compare;
- case 25930:
+ case 26011:
resword = &wordlist[5365];
goto compare;
- case 25933:
+ case 26019:
resword = &wordlist[5366];
goto compare;
- case 25937:
+ case 26064:
resword = &wordlist[5367];
goto compare;
- case 25964:
+ case 26071:
resword = &wordlist[5368];
goto compare;
- case 25968:
+ case 26073:
resword = &wordlist[5369];
goto compare;
- case 25970:
+ case 26096:
resword = &wordlist[5370];
goto compare;
- case 25975:
+ case 26137:
resword = &wordlist[5371];
goto compare;
- case 25995:
+ case 26157:
resword = &wordlist[5372];
goto compare;
- case 25996:
+ case 26168:
resword = &wordlist[5373];
goto compare;
- case 26008:
+ case 26175:
resword = &wordlist[5374];
goto compare;
- case 26026:
+ case 26191:
resword = &wordlist[5375];
goto compare;
- case 26030:
+ case 26201:
resword = &wordlist[5376];
goto compare;
- case 26095:
+ case 26225:
resword = &wordlist[5377];
goto compare;
- case 26112:
+ case 26232:
resword = &wordlist[5378];
goto compare;
- case 26125:
+ case 26256:
resword = &wordlist[5379];
goto compare;
- case 26141:
+ case 26258:
resword = &wordlist[5380];
goto compare;
- case 26185:
+ case 26260:
resword = &wordlist[5381];
goto compare;
- case 26190:
+ case 26283:
resword = &wordlist[5382];
goto compare;
- case 26191:
+ case 26299:
resword = &wordlist[5383];
goto compare;
- case 26204:
+ case 26302:
resword = &wordlist[5384];
goto compare;
- case 26208:
+ case 26312:
resword = &wordlist[5385];
goto compare;
- case 26284:
+ case 26384:
resword = &wordlist[5386];
goto compare;
- case 26318:
+ case 26412:
resword = &wordlist[5387];
goto compare;
- case 26328:
+ case 26413:
resword = &wordlist[5388];
goto compare;
- case 26357:
+ case 26435:
resword = &wordlist[5389];
goto compare;
- case 26377:
+ case 26460:
resword = &wordlist[5390];
goto compare;
- case 26380:
+ case 26462:
resword = &wordlist[5391];
goto compare;
- case 26430:
+ case 26507:
resword = &wordlist[5392];
goto compare;
- case 26435:
+ case 26571:
resword = &wordlist[5393];
goto compare;
- case 26442:
+ case 26577:
resword = &wordlist[5394];
goto compare;
- case 26449:
+ case 26612:
resword = &wordlist[5395];
goto compare;
- case 26483:
+ case 26613:
resword = &wordlist[5396];
goto compare;
- case 26490:
+ case 26648:
resword = &wordlist[5397];
goto compare;
- case 26507:
+ case 26650:
resword = &wordlist[5398];
goto compare;
- case 26561:
+ case 26663:
resword = &wordlist[5399];
goto compare;
- case 26638:
+ case 26671:
resword = &wordlist[5400];
goto compare;
- case 26641:
+ case 26672:
resword = &wordlist[5401];
goto compare;
- case 26659:
+ case 26694:
resword = &wordlist[5402];
goto compare;
- case 26686:
+ case 26701:
resword = &wordlist[5403];
goto compare;
- case 26687:
+ case 26741:
resword = &wordlist[5404];
goto compare;
- case 26702:
+ case 26749:
resword = &wordlist[5405];
goto compare;
- case 26712:
+ case 26802:
resword = &wordlist[5406];
goto compare;
- case 26751:
+ case 26817:
resword = &wordlist[5407];
goto compare;
- case 26807:
+ case 26906:
resword = &wordlist[5408];
goto compare;
- case 26810:
+ case 26920:
resword = &wordlist[5409];
goto compare;
- case 26836:
+ case 26936:
resword = &wordlist[5410];
goto compare;
- case 26913:
+ case 26964:
resword = &wordlist[5411];
goto compare;
- case 26949:
+ case 26970:
resword = &wordlist[5412];
goto compare;
- case 26967:
+ case 27151:
resword = &wordlist[5413];
goto compare;
- case 26988:
+ case 27152:
resword = &wordlist[5414];
goto compare;
- case 26990:
+ case 27169:
resword = &wordlist[5415];
goto compare;
- case 26996:
+ case 27223:
resword = &wordlist[5416];
goto compare;
- case 27019:
+ case 27242:
resword = &wordlist[5417];
goto compare;
- case 27049:
+ case 27252:
resword = &wordlist[5418];
goto compare;
- case 27174:
+ case 27295:
resword = &wordlist[5419];
goto compare;
- case 27303:
+ case 27302:
resword = &wordlist[5420];
goto compare;
- case 27335:
+ case 27308:
resword = &wordlist[5421];
goto compare;
- case 27343:
+ case 27310:
resword = &wordlist[5422];
goto compare;
- case 27363:
+ case 27342:
resword = &wordlist[5423];
goto compare;
- case 27370:
+ case 27467:
resword = &wordlist[5424];
goto compare;
- case 27387:
+ case 27595:
resword = &wordlist[5425];
goto compare;
- case 27397:
+ case 27598:
resword = &wordlist[5426];
goto compare;
- case 27398:
+ case 27626:
resword = &wordlist[5427];
goto compare;
- case 27422:
+ case 27632:
resword = &wordlist[5428];
goto compare;
- case 27427:
+ case 27633:
resword = &wordlist[5429];
goto compare;
- case 27479:
+ case 27635:
resword = &wordlist[5430];
goto compare;
- case 27502:
+ case 27670:
resword = &wordlist[5431];
goto compare;
- case 27541:
+ case 27695:
resword = &wordlist[5432];
goto compare;
- case 27667:
+ case 27708:
resword = &wordlist[5433];
goto compare;
- case 27696:
+ case 27770:
resword = &wordlist[5434];
goto compare;
- case 27698:
+ case 27895:
resword = &wordlist[5435];
goto compare;
- case 27774:
+ case 27901:
resword = &wordlist[5436];
goto compare;
- case 27820:
+ case 27928:
resword = &wordlist[5437];
goto compare;
- case 27827:
+ case 27981:
resword = &wordlist[5438];
goto compare;
- case 27841:
+ case 27988:
resword = &wordlist[5439];
goto compare;
- case 27883:
+ case 27990:
resword = &wordlist[5440];
goto compare;
- case 27901:
+ case 27998:
resword = &wordlist[5441];
goto compare;
- case 27907:
+ case 28003:
resword = &wordlist[5442];
goto compare;
- case 27962:
+ case 28008:
resword = &wordlist[5443];
goto compare;
- case 28025:
+ case 28023:
resword = &wordlist[5444];
goto compare;
- case 28103:
+ case 28059:
resword = &wordlist[5445];
goto compare;
- case 28123:
+ case 28094:
resword = &wordlist[5446];
goto compare;
- case 28151:
+ case 28106:
resword = &wordlist[5447];
goto compare;
- case 28156:
+ case 28212:
resword = &wordlist[5448];
goto compare;
- case 28171:
+ case 28256:
resword = &wordlist[5449];
goto compare;
- case 28203:
+ case 28274:
resword = &wordlist[5450];
goto compare;
- case 28218:
+ case 28366:
resword = &wordlist[5451];
goto compare;
- case 28228:
+ case 28368:
resword = &wordlist[5452];
goto compare;
- case 28259:
+ case 28411:
resword = &wordlist[5453];
goto compare;
- case 28272:
+ case 28470:
resword = &wordlist[5454];
goto compare;
- case 28289:
+ case 28471:
resword = &wordlist[5455];
goto compare;
- case 28325:
+ case 28480:
resword = &wordlist[5456];
goto compare;
- case 28434:
+ case 28485:
resword = &wordlist[5457];
goto compare;
- case 28446:
+ case 28486:
resword = &wordlist[5458];
goto compare;
- case 28461:
+ case 28496:
resword = &wordlist[5459];
goto compare;
- case 28482:
+ case 28516:
resword = &wordlist[5460];
goto compare;
- case 28518:
+ case 28581:
resword = &wordlist[5461];
goto compare;
- case 28538:
+ case 28658:
resword = &wordlist[5462];
goto compare;
- case 28556:
+ case 28684:
resword = &wordlist[5463];
goto compare;
- case 28626:
+ case 28686:
resword = &wordlist[5464];
goto compare;
- case 28641:
+ case 28742:
resword = &wordlist[5465];
goto compare;
- case 28652:
+ case 28747:
resword = &wordlist[5466];
goto compare;
- case 28684:
+ case 28769:
resword = &wordlist[5467];
goto compare;
- case 28742:
+ case 28802:
resword = &wordlist[5468];
goto compare;
- case 28801:
+ case 28803:
resword = &wordlist[5469];
goto compare;
- case 28807:
+ case 28839:
resword = &wordlist[5470];
goto compare;
- case 28809:
+ case 28903:
resword = &wordlist[5471];
goto compare;
- case 28826:
+ case 28962:
resword = &wordlist[5472];
goto compare;
- case 28832:
+ case 28972:
resword = &wordlist[5473];
goto compare;
- case 28851:
+ case 29043:
resword = &wordlist[5474];
goto compare;
- case 28891:
+ case 29106:
resword = &wordlist[5475];
goto compare;
- case 28918:
+ case 29122:
resword = &wordlist[5476];
goto compare;
- case 29009:
+ case 29143:
resword = &wordlist[5477];
goto compare;
- case 29029:
+ case 29182:
resword = &wordlist[5478];
goto compare;
- case 29063:
+ case 29207:
resword = &wordlist[5479];
goto compare;
- case 29082:
+ case 29217:
resword = &wordlist[5480];
goto compare;
- case 29150:
+ case 29222:
resword = &wordlist[5481];
goto compare;
- case 29209:
+ case 29237:
resword = &wordlist[5482];
goto compare;
- case 29233:
+ case 29238:
resword = &wordlist[5483];
goto compare;
- case 29280:
+ case 29288:
resword = &wordlist[5484];
goto compare;
- case 29285:
+ case 29327:
resword = &wordlist[5485];
goto compare;
- case 29370:
+ case 29366:
resword = &wordlist[5486];
goto compare;
- case 29407:
+ case 29374:
resword = &wordlist[5487];
goto compare;
- case 29408:
+ case 29393:
resword = &wordlist[5488];
goto compare;
- case 29418:
+ case 29397:
resword = &wordlist[5489];
goto compare;
- case 29423:
+ case 29406:
resword = &wordlist[5490];
goto compare;
- case 29475:
+ case 29407:
resword = &wordlist[5491];
goto compare;
- case 29487:
+ case 29408:
resword = &wordlist[5492];
goto compare;
- case 29490:
+ case 29412:
resword = &wordlist[5493];
goto compare;
- case 29536:
+ case 29428:
resword = &wordlist[5494];
goto compare;
- case 29541:
+ case 29490:
resword = &wordlist[5495];
goto compare;
- case 29582:
+ case 29511:
resword = &wordlist[5496];
goto compare;
- case 29597:
+ case 29534:
resword = &wordlist[5497];
goto compare;
- case 29639:
+ case 29584:
resword = &wordlist[5498];
goto compare;
- case 29662:
+ case 29652:
resword = &wordlist[5499];
goto compare;
- case 29691:
+ case 29665:
resword = &wordlist[5500];
goto compare;
- case 29835:
+ case 29674:
resword = &wordlist[5501];
goto compare;
- case 29991:
+ case 29703:
resword = &wordlist[5502];
goto compare;
- case 30036:
+ case 29707:
resword = &wordlist[5503];
goto compare;
- case 30101:
+ case 29712:
resword = &wordlist[5504];
goto compare;
- case 30118:
+ case 29717:
resword = &wordlist[5505];
goto compare;
- case 30136:
+ case 29789:
resword = &wordlist[5506];
goto compare;
- case 30183:
+ case 29796:
resword = &wordlist[5507];
goto compare;
- case 30187:
+ case 29808:
resword = &wordlist[5508];
goto compare;
- case 30196:
+ case 29812:
resword = &wordlist[5509];
goto compare;
- case 30309:
+ case 29831:
resword = &wordlist[5510];
goto compare;
- case 30331:
+ case 29858:
resword = &wordlist[5511];
goto compare;
- case 30357:
+ case 29883:
resword = &wordlist[5512];
goto compare;
- case 30396:
+ case 29889:
resword = &wordlist[5513];
goto compare;
- case 30453:
+ case 29895:
resword = &wordlist[5514];
goto compare;
- case 30494:
+ case 29897:
resword = &wordlist[5515];
goto compare;
- case 30504:
+ case 29909:
resword = &wordlist[5516];
goto compare;
- case 30511:
+ case 29950:
resword = &wordlist[5517];
goto compare;
- case 30649:
+ case 30032:
resword = &wordlist[5518];
goto compare;
- case 30685:
+ case 30101:
resword = &wordlist[5519];
goto compare;
- case 30788:
+ case 30122:
resword = &wordlist[5520];
goto compare;
- case 30805:
+ case 30155:
resword = &wordlist[5521];
goto compare;
- case 30868:
+ case 30214:
resword = &wordlist[5522];
goto compare;
- case 30933:
+ case 30241:
resword = &wordlist[5523];
goto compare;
- case 30954:
+ case 30242:
resword = &wordlist[5524];
goto compare;
- case 30960:
+ case 30243:
resword = &wordlist[5525];
goto compare;
- case 30993:
+ case 30258:
resword = &wordlist[5526];
goto compare;
- case 31017:
+ case 30334:
resword = &wordlist[5527];
goto compare;
- case 31029:
+ case 30349:
resword = &wordlist[5528];
goto compare;
- case 31099:
+ case 30367:
resword = &wordlist[5529];
goto compare;
- case 31173:
+ case 30417:
resword = &wordlist[5530];
goto compare;
- case 31175:
+ case 30487:
resword = &wordlist[5531];
goto compare;
- case 31206:
+ case 30501:
resword = &wordlist[5532];
goto compare;
- case 31213:
+ case 30581:
resword = &wordlist[5533];
goto compare;
- case 31243:
+ case 30591:
resword = &wordlist[5534];
goto compare;
- case 31253:
+ case 30604:
resword = &wordlist[5535];
goto compare;
- case 31273:
+ case 30659:
resword = &wordlist[5536];
goto compare;
- case 31282:
+ case 30700:
resword = &wordlist[5537];
goto compare;
- case 31308:
+ case 30710:
resword = &wordlist[5538];
goto compare;
- case 31328:
+ case 30774:
resword = &wordlist[5539];
goto compare;
- case 31336:
+ case 30787:
resword = &wordlist[5540];
goto compare;
- case 31371:
+ case 30801:
resword = &wordlist[5541];
goto compare;
- case 31375:
+ case 30828:
resword = &wordlist[5542];
goto compare;
- case 31378:
+ case 30839:
resword = &wordlist[5543];
goto compare;
- case 31386:
+ case 30899:
resword = &wordlist[5544];
goto compare;
- case 31387:
+ case 30908:
resword = &wordlist[5545];
goto compare;
- case 31393:
+ case 30925:
resword = &wordlist[5546];
goto compare;
- case 31408:
+ case 30945:
resword = &wordlist[5547];
goto compare;
- case 31415:
+ case 30981:
resword = &wordlist[5548];
goto compare;
- case 31432:
+ case 30990:
resword = &wordlist[5549];
goto compare;
- case 31437:
+ case 31085:
resword = &wordlist[5550];
goto compare;
- case 31441:
+ case 31108:
resword = &wordlist[5551];
goto compare;
- case 31449:
+ case 31116:
resword = &wordlist[5552];
goto compare;
- case 31481:
+ case 31126:
resword = &wordlist[5553];
goto compare;
- case 31484:
+ case 31200:
resword = &wordlist[5554];
goto compare;
- case 31497:
+ case 31215:
resword = &wordlist[5555];
goto compare;
- case 31500:
+ case 31250:
resword = &wordlist[5556];
goto compare;
- case 31578:
+ case 31256:
resword = &wordlist[5557];
goto compare;
- case 31594:
+ case 31267:
resword = &wordlist[5558];
goto compare;
- case 31625:
+ case 31321:
resword = &wordlist[5559];
goto compare;
- case 31632:
+ case 31425:
resword = &wordlist[5560];
goto compare;
- case 31636:
+ case 31505:
resword = &wordlist[5561];
goto compare;
- case 31638:
+ case 31513:
resword = &wordlist[5562];
goto compare;
- case 31738:
+ case 31551:
resword = &wordlist[5563];
goto compare;
- case 31745:
+ case 31581:
resword = &wordlist[5564];
goto compare;
- case 31776:
+ case 31645:
resword = &wordlist[5565];
goto compare;
- case 31849:
+ case 31658:
resword = &wordlist[5566];
goto compare;
- case 31988:
+ case 31662:
resword = &wordlist[5567];
goto compare;
- case 32008:
+ case 31698:
resword = &wordlist[5568];
goto compare;
- case 32043:
+ case 31748:
resword = &wordlist[5569];
goto compare;
- case 32044:
+ case 31791:
resword = &wordlist[5570];
goto compare;
- case 32086:
+ case 31849:
resword = &wordlist[5571];
goto compare;
- case 32163:
+ case 31867:
resword = &wordlist[5572];
goto compare;
- case 32170:
+ case 31874:
resword = &wordlist[5573];
goto compare;
- case 32176:
+ case 31889:
resword = &wordlist[5574];
goto compare;
- case 32244:
+ case 31933:
resword = &wordlist[5575];
goto compare;
- case 32273:
+ case 31989:
resword = &wordlist[5576];
goto compare;
- case 32290:
+ case 32066:
resword = &wordlist[5577];
goto compare;
- case 32344:
+ case 32106:
resword = &wordlist[5578];
goto compare;
- case 32369:
+ case 32139:
resword = &wordlist[5579];
goto compare;
- case 32393:
+ case 32167:
resword = &wordlist[5580];
goto compare;
- case 32420:
+ case 32279:
resword = &wordlist[5581];
goto compare;
- case 32656:
+ case 32355:
resword = &wordlist[5582];
goto compare;
- case 32662:
+ case 32359:
resword = &wordlist[5583];
goto compare;
- case 32677:
+ case 32385:
resword = &wordlist[5584];
goto compare;
- case 32678:
+ case 32412:
resword = &wordlist[5585];
goto compare;
- case 32787:
+ case 32528:
resword = &wordlist[5586];
goto compare;
- case 32818:
+ case 32549:
resword = &wordlist[5587];
goto compare;
- case 32864:
+ case 32557:
resword = &wordlist[5588];
goto compare;
- case 32886:
+ case 32599:
resword = &wordlist[5589];
goto compare;
- case 32889:
+ case 32612:
resword = &wordlist[5590];
goto compare;
- case 32980:
+ case 32772:
resword = &wordlist[5591];
goto compare;
- case 33036:
+ case 32923:
resword = &wordlist[5592];
goto compare;
- case 33047:
+ case 32954:
resword = &wordlist[5593];
goto compare;
- case 33127:
+ case 32957:
resword = &wordlist[5594];
goto compare;
- case 33180:
+ case 33011:
resword = &wordlist[5595];
goto compare;
- case 33223:
+ case 33084:
resword = &wordlist[5596];
goto compare;
- case 33276:
+ case 33090:
resword = &wordlist[5597];
goto compare;
- case 33333:
+ case 33150:
resword = &wordlist[5598];
goto compare;
- case 33367:
+ case 33180:
resword = &wordlist[5599];
goto compare;
- case 33372:
+ case 33265:
resword = &wordlist[5600];
goto compare;
- case 33387:
+ case 33343:
resword = &wordlist[5601];
goto compare;
- case 33485:
+ case 33374:
resword = &wordlist[5602];
goto compare;
- case 33490:
+ case 33375:
resword = &wordlist[5603];
goto compare;
- case 33632:
+ case 33499:
resword = &wordlist[5604];
goto compare;
- case 33675:
+ case 33519:
resword = &wordlist[5605];
goto compare;
- case 33707:
+ case 33595:
resword = &wordlist[5606];
goto compare;
- case 33785:
+ case 33709:
resword = &wordlist[5607];
goto compare;
- case 33845:
+ case 33774:
resword = &wordlist[5608];
goto compare;
- case 33881:
+ case 33784:
resword = &wordlist[5609];
goto compare;
- case 33901:
+ case 33791:
resword = &wordlist[5610];
goto compare;
- case 33911:
+ case 33856:
resword = &wordlist[5611];
goto compare;
- case 33929:
+ case 33867:
resword = &wordlist[5612];
goto compare;
- case 33974:
+ case 33890:
resword = &wordlist[5613];
goto compare;
- case 34017:
+ case 33904:
resword = &wordlist[5614];
goto compare;
- case 34064:
+ case 33907:
resword = &wordlist[5615];
goto compare;
- case 34279:
+ case 33946:
resword = &wordlist[5616];
goto compare;
- case 34281:
+ case 34011:
resword = &wordlist[5617];
goto compare;
- case 34341:
+ case 34098:
resword = &wordlist[5618];
goto compare;
- case 34356:
+ case 34158:
resword = &wordlist[5619];
goto compare;
- case 34437:
+ case 34252:
resword = &wordlist[5620];
goto compare;
- case 34458:
+ case 34368:
resword = &wordlist[5621];
goto compare;
- case 34462:
+ case 34585:
resword = &wordlist[5622];
goto compare;
- case 34498:
+ case 34614:
resword = &wordlist[5623];
goto compare;
- case 34561:
+ case 34641:
resword = &wordlist[5624];
goto compare;
- case 34608:
+ case 34676:
resword = &wordlist[5625];
goto compare;
- case 34622:
+ case 34738:
resword = &wordlist[5626];
goto compare;
- case 34624:
+ case 34770:
resword = &wordlist[5627];
goto compare;
- case 34658:
+ case 34829:
resword = &wordlist[5628];
goto compare;
- case 34699:
+ case 34991:
resword = &wordlist[5629];
goto compare;
- case 34754:
+ case 35019:
resword = &wordlist[5630];
goto compare;
- case 34755:
+ case 35052:
resword = &wordlist[5631];
goto compare;
- case 34801:
+ case 35067:
resword = &wordlist[5632];
goto compare;
- case 34812:
+ case 35117:
resword = &wordlist[5633];
goto compare;
- case 34915:
+ case 35125:
resword = &wordlist[5634];
goto compare;
- case 34930:
+ case 35126:
resword = &wordlist[5635];
goto compare;
- case 34948:
+ case 35174:
resword = &wordlist[5636];
goto compare;
- case 35070:
+ case 35218:
resword = &wordlist[5637];
goto compare;
- case 35103:
+ case 35379:
resword = &wordlist[5638];
goto compare;
- case 35125:
+ case 35389:
resword = &wordlist[5639];
goto compare;
- case 35150:
+ case 35424:
resword = &wordlist[5640];
goto compare;
- case 35161:
+ case 35432:
resword = &wordlist[5641];
goto compare;
- case 35209:
+ case 35482:
resword = &wordlist[5642];
goto compare;
- case 35226:
+ case 35526:
resword = &wordlist[5643];
goto compare;
- case 35358:
+ case 35672:
resword = &wordlist[5644];
goto compare;
- case 35386:
+ case 35754:
resword = &wordlist[5645];
goto compare;
- case 35397:
+ case 35792:
resword = &wordlist[5646];
goto compare;
- case 35401:
+ case 35880:
resword = &wordlist[5647];
goto compare;
- case 35469:
+ case 35912:
resword = &wordlist[5648];
goto compare;
- case 35627:
+ case 36000:
resword = &wordlist[5649];
goto compare;
- case 35701:
+ case 36062:
resword = &wordlist[5650];
goto compare;
- case 35714:
+ case 36134:
resword = &wordlist[5651];
goto compare;
- case 35781:
+ case 36284:
resword = &wordlist[5652];
goto compare;
- case 35807:
+ case 36354:
resword = &wordlist[5653];
goto compare;
- case 35898:
+ case 36402:
resword = &wordlist[5654];
goto compare;
- case 35928:
+ case 36435:
resword = &wordlist[5655];
goto compare;
- case 35949:
+ case 36694:
resword = &wordlist[5656];
goto compare;
- case 35968:
+ case 36760:
resword = &wordlist[5657];
goto compare;
- case 35969:
+ case 36795:
resword = &wordlist[5658];
goto compare;
- case 35970:
+ case 36876:
resword = &wordlist[5659];
goto compare;
- case 36029:
+ case 36893:
resword = &wordlist[5660];
goto compare;
- case 36081:
+ case 37032:
resword = &wordlist[5661];
goto compare;
- case 36146:
+ case 37112:
resword = &wordlist[5662];
goto compare;
- case 36205:
+ case 37159:
resword = &wordlist[5663];
goto compare;
- case 36237:
+ case 37201:
resword = &wordlist[5664];
goto compare;
- case 36238:
+ case 37287:
resword = &wordlist[5665];
goto compare;
- case 36273:
+ case 37290:
resword = &wordlist[5666];
goto compare;
- case 36404:
+ case 37316:
resword = &wordlist[5667];
goto compare;
- case 36588:
+ case 37334:
resword = &wordlist[5668];
goto compare;
- case 36971:
+ case 37337:
resword = &wordlist[5669];
goto compare;
- case 37074:
+ case 37686:
resword = &wordlist[5670];
goto compare;
- case 37156:
+ case 37795:
resword = &wordlist[5671];
goto compare;
- case 37166:
+ case 37831:
resword = &wordlist[5672];
goto compare;
- case 37190:
+ case 37856:
resword = &wordlist[5673];
goto compare;
- case 37193:
+ case 37893:
resword = &wordlist[5674];
goto compare;
- case 37194:
+ case 37957:
resword = &wordlist[5675];
goto compare;
- case 37218:
+ case 38159:
resword = &wordlist[5676];
goto compare;
- case 37305:
+ case 38183:
resword = &wordlist[5677];
goto compare;
- case 37448:
+ case 38281:
resword = &wordlist[5678];
goto compare;
- case 37564:
+ case 38293:
resword = &wordlist[5679];
goto compare;
- case 37580:
+ case 38392:
resword = &wordlist[5680];
goto compare;
- case 37593:
+ case 38406:
resword = &wordlist[5681];
goto compare;
- case 37682:
+ case 38596:
resword = &wordlist[5682];
goto compare;
- case 38068:
+ case 38611:
resword = &wordlist[5683];
goto compare;
- case 38084:
+ case 38648:
resword = &wordlist[5684];
goto compare;
- case 38190:
+ case 38672:
resword = &wordlist[5685];
goto compare;
- case 38294:
+ case 38756:
resword = &wordlist[5686];
goto compare;
- case 38345:
+ case 38799:
resword = &wordlist[5687];
goto compare;
- case 38378:
+ case 38891:
resword = &wordlist[5688];
goto compare;
- case 38380:
+ case 38918:
resword = &wordlist[5689];
goto compare;
- case 38383:
+ case 38944:
resword = &wordlist[5690];
goto compare;
- case 38441:
+ case 38997:
resword = &wordlist[5691];
goto compare;
- case 38450:
+ case 39039:
resword = &wordlist[5692];
goto compare;
- case 38516:
+ case 39270:
resword = &wordlist[5693];
goto compare;
- case 38529:
+ case 39274:
resword = &wordlist[5694];
goto compare;
- case 38551:
+ case 39327:
resword = &wordlist[5695];
goto compare;
- case 38614:
+ case 39356:
resword = &wordlist[5696];
goto compare;
- case 38788:
+ case 39409:
resword = &wordlist[5697];
goto compare;
- case 38809:
+ case 39573:
resword = &wordlist[5698];
goto compare;
- case 38812:
+ case 39632:
resword = &wordlist[5699];
goto compare;
- case 38886:
+ case 39642:
resword = &wordlist[5700];
goto compare;
- case 38893:
+ case 39663:
resword = &wordlist[5701];
goto compare;
- case 39121:
+ case 39707:
resword = &wordlist[5702];
goto compare;
- case 39192:
+ case 39713:
resword = &wordlist[5703];
goto compare;
- case 39373:
+ case 39726:
resword = &wordlist[5704];
goto compare;
- case 39389:
+ case 39795:
resword = &wordlist[5705];
goto compare;
- case 39391:
+ case 39819:
resword = &wordlist[5706];
goto compare;
- case 39478:
+ case 39884:
resword = &wordlist[5707];
goto compare;
- case 39537:
+ case 39903:
resword = &wordlist[5708];
goto compare;
- case 39573:
+ case 39906:
resword = &wordlist[5709];
goto compare;
- case 39828:
+ case 39987:
resword = &wordlist[5710];
goto compare;
- case 39859:
+ case 40049:
resword = &wordlist[5711];
goto compare;
- case 40048:
+ case 40097:
resword = &wordlist[5712];
goto compare;
- case 40069:
+ case 40140:
resword = &wordlist[5713];
goto compare;
- case 40111:
+ case 40155:
resword = &wordlist[5714];
goto compare;
- case 40148:
+ case 40166:
resword = &wordlist[5715];
goto compare;
- case 40183:
+ case 40170:
resword = &wordlist[5716];
goto compare;
- case 40201:
+ case 40177:
resword = &wordlist[5717];
goto compare;
- case 40226:
+ case 40299:
resword = &wordlist[5718];
goto compare;
- case 40441:
+ case 40389:
resword = &wordlist[5719];
goto compare;
- case 40621:
+ case 40691:
resword = &wordlist[5720];
goto compare;
- case 40671:
+ case 40968:
resword = &wordlist[5721];
goto compare;
- case 40678:
+ case 41096:
resword = &wordlist[5722];
goto compare;
- case 40762:
+ case 41258:
resword = &wordlist[5723];
goto compare;
- case 40863:
+ case 41288:
resword = &wordlist[5724];
goto compare;
- case 40872:
+ case 41454:
resword = &wordlist[5725];
goto compare;
- case 40996:
+ case 41857:
resword = &wordlist[5726];
goto compare;
- case 41131:
+ case 42041:
resword = &wordlist[5727];
goto compare;
- case 41284:
+ case 42043:
resword = &wordlist[5728];
goto compare;
- case 41346:
+ case 42053:
resword = &wordlist[5729];
goto compare;
- case 41368:
+ case 42068:
resword = &wordlist[5730];
goto compare;
- case 41452:
+ case 42076:
resword = &wordlist[5731];
goto compare;
- case 41571:
+ case 42097:
resword = &wordlist[5732];
goto compare;
- case 41738:
+ case 42158:
resword = &wordlist[5733];
goto compare;
- case 41743:
+ case 42184:
resword = &wordlist[5734];
goto compare;
- case 41947:
+ case 42323:
resword = &wordlist[5735];
goto compare;
- case 42012:
+ case 42336:
resword = &wordlist[5736];
goto compare;
- case 42153:
+ case 42564:
resword = &wordlist[5737];
goto compare;
- case 42158:
+ case 42582:
resword = &wordlist[5738];
goto compare;
- case 42290:
+ case 42589:
resword = &wordlist[5739];
goto compare;
- case 42327:
+ case 42746:
resword = &wordlist[5740];
goto compare;
- case 42449:
+ case 42889:
resword = &wordlist[5741];
goto compare;
- case 42503:
+ case 42919:
resword = &wordlist[5742];
goto compare;
- case 42551:
+ case 42920:
resword = &wordlist[5743];
goto compare;
- case 42569:
+ case 43182:
resword = &wordlist[5744];
goto compare;
- case 42601:
+ case 43301:
resword = &wordlist[5745];
goto compare;
- case 42721:
+ case 43387:
resword = &wordlist[5746];
goto compare;
- case 42831:
+ case 43754:
resword = &wordlist[5747];
goto compare;
- case 42838:
+ case 43855:
resword = &wordlist[5748];
goto compare;
- case 42963:
+ case 43946:
resword = &wordlist[5749];
goto compare;
- case 42969:
+ case 44012:
resword = &wordlist[5750];
goto compare;
- case 43066:
+ case 44051:
resword = &wordlist[5751];
goto compare;
- case 43121:
+ case 44057:
resword = &wordlist[5752];
goto compare;
- case 43205:
+ case 44062:
resword = &wordlist[5753];
goto compare;
- case 43220:
+ case 44122:
resword = &wordlist[5754];
goto compare;
- case 43536:
+ case 44313:
resword = &wordlist[5755];
goto compare;
- case 43768:
+ case 44696:
resword = &wordlist[5756];
goto compare;
- case 43862:
+ case 44835:
resword = &wordlist[5757];
goto compare;
- case 43902:
+ case 45008:
resword = &wordlist[5758];
goto compare;
- case 43910:
+ case 45119:
resword = &wordlist[5759];
goto compare;
- case 44094:
+ case 45126:
resword = &wordlist[5760];
goto compare;
- case 44279:
+ case 45207:
resword = &wordlist[5761];
goto compare;
- case 44329:
+ case 45562:
resword = &wordlist[5762];
goto compare;
- case 44531:
+ case 45997:
resword = &wordlist[5763];
goto compare;
- case 44664:
+ case 46081:
resword = &wordlist[5764];
goto compare;
- case 44743:
+ case 46412:
resword = &wordlist[5765];
goto compare;
- case 44756:
+ case 46440:
resword = &wordlist[5766];
goto compare;
- case 44927:
+ case 46514:
resword = &wordlist[5767];
goto compare;
- case 44948:
+ case 46587:
resword = &wordlist[5768];
goto compare;
- case 46061:
+ case 46817:
resword = &wordlist[5769];
goto compare;
- case 46135:
+ case 47111:
resword = &wordlist[5770];
goto compare;
- case 46164:
+ case 47442:
resword = &wordlist[5771];
goto compare;
- case 46249:
+ case 47450:
resword = &wordlist[5772];
goto compare;
- case 46502:
+ case 47839:
resword = &wordlist[5773];
goto compare;
- case 46591:
+ case 47878:
resword = &wordlist[5774];
goto compare;
- case 46684:
+ case 47885:
resword = &wordlist[5775];
goto compare;
- case 46796:
+ case 48132:
resword = &wordlist[5776];
goto compare;
- case 46829:
+ case 48461:
resword = &wordlist[5777];
goto compare;
- case 47288:
+ case 48548:
resword = &wordlist[5778];
goto compare;
- case 47297:
+ case 49024:
resword = &wordlist[5779];
goto compare;
- case 47434:
+ case 49144:
resword = &wordlist[5780];
goto compare;
- case 47462:
+ case 49612:
resword = &wordlist[5781];
goto compare;
- case 47818:
+ case 49644:
resword = &wordlist[5782];
goto compare;
- case 48051:
+ case 49668:
resword = &wordlist[5783];
goto compare;
- case 48338:
+ case 49872:
resword = &wordlist[5784];
goto compare;
- case 48368:
+ case 49964:
resword = &wordlist[5785];
goto compare;
- case 48484:
+ case 49998:
resword = &wordlist[5786];
goto compare;
- case 48531:
+ case 50065:
resword = &wordlist[5787];
goto compare;
- case 48574:
+ case 50279:
resword = &wordlist[5788];
goto compare;
- case 48795:
+ case 50310:
resword = &wordlist[5789];
goto compare;
- case 48830:
+ case 50813:
resword = &wordlist[5790];
goto compare;
- case 48888:
+ case 50998:
resword = &wordlist[5791];
goto compare;
- case 49161:
+ case 51197:
resword = &wordlist[5792];
goto compare;
- case 49467:
+ case 51553:
resword = &wordlist[5793];
goto compare;
- case 49944:
+ case 51560:
resword = &wordlist[5794];
goto compare;
- case 50037:
+ case 51678:
resword = &wordlist[5795];
goto compare;
- case 50157:
+ case 51859:
resword = &wordlist[5796];
goto compare;
- case 50179:
+ case 52573:
resword = &wordlist[5797];
goto compare;
- case 50261:
+ case 52745:
resword = &wordlist[5798];
goto compare;
- case 51262:
+ case 53089:
resword = &wordlist[5799];
goto compare;
- case 51597:
+ case 53233:
resword = &wordlist[5800];
goto compare;
- case 52573:
+ case 53256:
resword = &wordlist[5801];
goto compare;
- case 53749:
+ case 53342:
resword = &wordlist[5802];
goto compare;
- case 54029:
+ case 53458:
resword = &wordlist[5803];
goto compare;
- case 54035:
+ case 53674:
resword = &wordlist[5804];
goto compare;
- case 54306:
+ case 53739:
resword = &wordlist[5805];
goto compare;
- case 54442:
+ case 54009:
resword = &wordlist[5806];
goto compare;
- case 54680:
+ case 54535:
resword = &wordlist[5807];
goto compare;
- case 54703:
+ case 55697:
resword = &wordlist[5808];
goto compare;
- case 54837:
+ case 55720:
resword = &wordlist[5809];
goto compare;
- case 55139:
+ case 55892:
resword = &wordlist[5810];
goto compare;
- case 55339:
+ case 56037:
resword = &wordlist[5811];
goto compare;
- case 57428:
+ case 56194:
resword = &wordlist[5812];
goto compare;
- case 58384:
+ case 56675:
resword = &wordlist[5813];
goto compare;
- case 58932:
+ case 56785:
resword = &wordlist[5814];
goto compare;
- case 59834:
+ case 58052:
resword = &wordlist[5815];
goto compare;
- case 60333:
+ case 58218:
resword = &wordlist[5816];
goto compare;
- case 60424:
+ case 59489:
resword = &wordlist[5817];
goto compare;
- case 61084:
+ case 59545:
resword = &wordlist[5818];
goto compare;
- case 61167:
+ case 60380:
resword = &wordlist[5819];
goto compare;
- case 61942:
+ case 60412:
resword = &wordlist[5820];
goto compare;
- case 62335:
+ case 60426:
resword = &wordlist[5821];
goto compare;
- case 62414:
+ case 61379:
resword = &wordlist[5822];
goto compare;
- case 63001:
+ case 61716:
resword = &wordlist[5823];
goto compare;
- case 63419:
+ case 61977:
resword = &wordlist[5824];
goto compare;
- case 63788:
+ case 63479:
resword = &wordlist[5825];
goto compare;
- case 63918:
+ case 64822:
resword = &wordlist[5826];
goto compare;
- case 64101:
+ case 66458:
resword = &wordlist[5827];
goto compare;
- case 64530:
+ case 67804:
resword = &wordlist[5828];
goto compare;
- case 65003:
+ case 68901:
resword = &wordlist[5829];
goto compare;
- case 65651:
+ case 69482:
resword = &wordlist[5830];
goto compare;
- case 67620:
+ case 69610:
resword = &wordlist[5831];
goto compare;
- case 68880:
+ case 70247:
resword = &wordlist[5832];
goto compare;
- case 69369:
+ case 71066:
resword = &wordlist[5833];
goto compare;
- case 70376:
+ case 71075:
resword = &wordlist[5834];
goto compare;
- case 70795:
+ case 73673:
resword = &wordlist[5835];
goto compare;
- case 70880:
+ case 74485:
resword = &wordlist[5836];
goto compare;
- case 75706:
+ case 74720:
resword = &wordlist[5837];
goto compare;
- case 76276:
+ case 75155:
resword = &wordlist[5838];
goto compare;
- case 76367:
+ case 75967:
resword = &wordlist[5839];
goto compare;
- case 81863:
+ case 77830:
resword = &wordlist[5840];
goto compare;
- case 82605:
+ case 79073:
resword = &wordlist[5841];
goto compare;
- case 88507:
+ case 79538:
resword = &wordlist[5842];
goto compare;
- case 96308:
+ case 79826:
resword = &wordlist[5843];
goto compare;
- case 103863:
+ case 99785:
resword = &wordlist[5844];
goto compare;
- case 109712:
+ case 101380:
resword = &wordlist[5845];
goto compare;
- case 125272:
+ case 105474:
resword = &wordlist[5846];
goto compare;
- case 129746:
+ case 122145:
resword = &wordlist[5847];
goto compare;
- case 139625:
+ case 122770:
resword = &wordlist[5848];
goto compare;
- case 169301:
+ case 134603:
resword = &wordlist[5849];
goto compare;
+ case 137615:
+ resword = &wordlist[5850];
+ goto compare;
+ case 169312:
+ resword = &wordlist[5851];
+ goto compare;
}
}
return 0;
diff --git a/oox/tokennames.inc b/oox/tokennames.inc
index eb42499ba810..d984365a97e2 100644
--- a/oox/tokennames.inc
+++ b/oox/tokennames.inc
@@ -1022,7 +1022,9 @@
"byPosition",
"byte",
"c",
+"c15",
"cBhvr",
+"cdr",
"cGp",
"cGpRule",
"cMediaNode",
diff --git a/package/meson.build b/package/meson.build
index d8ad24e9497c..c7c4c4fe98f7 100644
--- a/package/meson.build
+++ b/package/meson.build
@@ -3,7 +3,6 @@ package2_lib = shared_library('package2',
'source/manifest/ManifestImport.cxx',
'source/manifest/ManifestReader.cxx',
'source/manifest/ManifestWriter.cxx',
- 'source/manifest/UnoRegister.cxx',
'source/zipapi/blowfishcontext.cxx',
'source/zipapi/ByteChucker.cxx',
'source/zipapi/ByteGrabber.cxx',
@@ -52,7 +51,6 @@ xstor_lib = shared_library('xstor',
'source/xstor/ohierarchyholder.cxx',
'source/xstor/oseekinstream.cxx',
'source/xstor/owriteablestream.cxx',
- 'source/xstor/register.cxx',
'source/xstor/selfterminatefilestream.cxx',
'source/xstor/switchpersistencestream.cxx',
'source/xstor/xfactory.cxx',
diff --git a/reportdesign/meson.build b/reportdesign/meson.build
index 1867cbd28cf9..2b4ddf087472 100644
--- a/reportdesign/meson.build
+++ b/reportdesign/meson.build
@@ -14,7 +14,6 @@ rpt_lib = shared_library('rpt',
'source/core/api/ReportEngineJFree.cxx',
'source/core/api/ReportVisitor.cxx',
'source/core/api/Section.cxx',
- 'source/core/api/services.cxx',
'source/core/api/Shape.cxx',
'source/core/api/Tools.cxx',
'source/core/misc/conditionalexpression.cxx',
@@ -41,7 +40,7 @@ rpt_lib = shared_library('rpt',
dbtools_lib,
dbu_lib,
editeng_lib,
- fwe_lib,
+ fwk_lib,
i18nlangtag_lib,
sal_lib,
salhelper_lib,
diff --git a/sal/meson.build b/sal/meson.build
index ecaf43dc289d..df4261bd5e2e 100644
--- a/sal/meson.build
+++ b/sal/meson.build
@@ -30,7 +30,6 @@ unix_common = [
'osl/unx/uunxapi.cxx',
]
-
if host_machine.system() == 'windows'
system_sources = [
'osl/w32/backtrace.cxx',
@@ -100,6 +99,7 @@ sal_lib = shared_library('uno_sal',
'osl/all/log.cxx',
'osl/all/signalshared.cxx',
'osl/all/utility.cxx',
+ 'osl/all/mutexshared.cxx',
'textenc/converter.cxx',
'textenc/convertsimple.cxx',
'textenc/handleundefinedunicodetotextchar.cxx',
@@ -118,8 +118,10 @@ sal_lib = shared_library('uno_sal',
link_args: system_link_args,
dependencies: [
dl_dep,
+ dtoa_dep,
osx_frameworks_dep,
thread_dep,
+ zlib_dep,
],
soversion : '3',
gnu_symbol_visibility: 'hidden',
diff --git a/sc/meson.build b/sc/meson.build
index 972d7533356e..3392e3723577 100644
--- a/sc/meson.build
+++ b/sc/meson.build
@@ -195,7 +195,6 @@ sc_lib = shared_library('sclo',
'source/core/tool/scmatrix.cxx',
'source/core/tool/scopetools.cxx',
'source/core/tool/sharedformula.cxx',
- 'source/core/tool/simplerangelist.cxx',
'source/core/tool/stringutil.cxx',
'source/core/tool/stylehelper.cxx',
'source/core/tool/subtotal.cxx',
@@ -275,10 +274,6 @@ sc_lib = shared_library('sclo',
'source/ui/Accessibility/AccessibleDocumentBase.cxx',
'source/ui/Accessibility/AccessibleDocumentPagePreview.cxx',
'source/ui/Accessibility/AccessibleEditObject.cxx',
- 'source/ui/Accessibility/AccessibleFilterMenu.cxx',
- 'source/ui/Accessibility/AccessibleFilterMenuItem.cxx',
- 'source/ui/Accessibility/AccessibleFilterTopWindow.cxx',
- 'source/ui/Accessibility/AccessibleGlobal.cxx',
'source/ui/Accessibility/AccessiblePageHeader.cxx',
'source/ui/Accessibility/AccessiblePageHeaderArea.cxx',
'source/ui/Accessibility/AccessiblePreviewCell.cxx',
@@ -749,7 +744,10 @@ scui_lib = shared_library('scuilo',
utl_lib,
vcl_lib,
],
- dependencies: [mdds_dep],
+ dependencies: [
+ icu18_dep,
+ mdds_dep,
+ ],
gnu_symbol_visibility: 'hidden',
install: true,
)
@@ -926,15 +924,16 @@ scfilt_lib = shared_library('scfiltlo',
link_with: [
basegfx_lib,
comphelper_lib,
- cppu_lib,
cppuhelper_lib,
+ cppu_lib,
drawinglayer_lib,
editeng_lib,
for_lib,
+ i18nlangtag_lib,
msfilter_lib,
oox_lib,
- sal_lib,
salhelper_lib,
+ sal_lib,
sax_lib,
sb_lib,
sc_lib,
@@ -942,23 +941,24 @@ scfilt_lib = shared_library('scfiltlo',
sot_lib,
svl_lib,
svt_lib,
- svx_lib,
svxcore_lib,
+ svx_lib,
tk_lib,
tl_lib,
ucbhelper_lib,
utl_lib,
vcl_lib,
- i18nlangtag_lib,
],
- dependencies: [orcus_dep, mdds_dep],
+ dependencies: [
+ mdds_dep,
+ orcus_dep,
+ ],
gnu_symbol_visibility: 'hidden',
install: true,
)
vbaobj_lib = shared_library('vbaobjlo',
'source/ui/vba/excelvbahelper.cxx',
- 'source/ui/vba/service.cxx',
'source/ui/vba/vbaapplication.cxx',
'source/ui/vba/vbaassistant.cxx',
'source/ui/vba/vbaaxes.cxx',
diff --git a/scripting/meson.build b/scripting/meson.build
index 6bd1f4e28770..0d2815c468e7 100644
--- a/scripting/meson.build
+++ b/scripting/meson.build
@@ -6,7 +6,7 @@ protocolhandler_lib = shared_library('protocolhandlerlo',
link_with: [comphelper_lib,
cppu_lib,
cppuhelper_lib,
- fwe_lib,
+ fwk_lib,
sal_lib,
sfx_lib,
tl_lib,
diff --git a/sd/meson.build b/sd/meson.build
index 31e75c1a6775..a35803228a7b 100644
--- a/sd/meson.build
+++ b/sd/meson.build
@@ -86,7 +86,6 @@ sd_lib = shared_library('sdlo',
'source/ui/accessibility/AccessibleSlideSorterView.cxx',
'source/ui/accessibility/AccessibleViewForwarder.cxx',
'source/ui/accessibility/SdShapeTypes.cxx',
- 'source/ui/animations/CategoryListBox.cxx',
'source/ui/animations/CustomAnimationDialog.cxx',
'source/ui/animations/CustomAnimationList.cxx',
'source/ui/animations/CustomAnimationPane.cxx',
@@ -97,6 +96,7 @@ sd_lib = shared_library('sdlo',
'source/ui/annotations/annotationtag.cxx',
'source/ui/annotations/annotationwindow.cxx',
'source/ui/app/optsitem.cxx',
+ 'source/ui/app/scalectrl.cxx',
'source/ui/app/sddll.cxx',
'source/ui/app/sdmod.cxx',
'source/ui/app/sdmod1.cxx',
@@ -230,7 +230,6 @@ sd_lib = shared_library('sdlo',
'source/ui/presenter/SlideRenderer.cxx',
'source/ui/sidebar/AllMasterPagesSelector.cxx',
'source/ui/sidebar/CurrentMasterPagesSelector.cxx',
- 'source/ui/sidebar/CustomAnimationPanel.cxx',
'source/ui/sidebar/DocumentHelper.cxx',
'source/ui/sidebar/LayoutMenu.cxx',
'source/ui/sidebar/MasterPageContainer.cxx',
@@ -241,14 +240,11 @@ sd_lib = shared_library('sdlo',
'source/ui/sidebar/MasterPageObserver.cxx',
'source/ui/sidebar/MasterPagesSelector.cxx',
'source/ui/sidebar/NavigatorWrapper.cxx',
- 'source/ui/sidebar/PanelBase.cxx',
'source/ui/sidebar/PanelFactory.cxx',
'source/ui/sidebar/PreviewValueSet.cxx',
'source/ui/sidebar/RecentlyUsedMasterPages.cxx',
'source/ui/sidebar/RecentMasterPagesSelector.cxx',
- 'source/ui/sidebar/SlideTransitionPanel.cxx',
'source/ui/sidebar/SlideBackground.cxx',
- 'source/ui/sidebar/TableDesignPanel.cxx',
'source/ui/slideshow/PaneHider.cxx',
'source/ui/slideshow/SlideShowRestarter.cxx',
'source/ui/slideshow/showwin.cxx',
@@ -322,7 +318,6 @@ sd_lib = shared_library('sdlo',
'source/ui/unoidl/SdUnoOutlineView.cxx',
'source/ui/unoidl/SdUnoSlideView.cxx',
'source/ui/unoidl/UnoDocumentSettings.cxx',
- 'source/ui/unoidl/facreg.cxx',
'source/ui/unoidl/randomnode.cxx',
'source/ui/unoidl/unocpres.cxx',
'source/ui/unoidl/unodoc.cxx',
@@ -482,8 +477,7 @@ sdui_lib = shared_library('sduilo',
cppuhelper_lib,
cui_lib,
editeng_lib,
- fwe_lib,
- fwl_lib,
+ fwk_lib,
i18nlangtag_lib,
sal_lib,
salhelper_lib,
diff --git a/sdext/meson.build b/sdext/meson.build
index a1b7757305c3..bf5e5a2b1794 100644
--- a/sdext/meson.build
+++ b/sdext/meson.build
@@ -3,7 +3,6 @@ presenterscreen_lib = shared_library('PresenterScreenlo',
'source/presenter/PresenterBitmapContainer.cxx',
'source/presenter/PresenterButton.cxx',
'source/presenter/PresenterCanvasHelper.cxx',
- 'source/presenter/PresenterComponent.cxx',
'source/presenter/PresenterConfigurationAccess.cxx',
'source/presenter/PresenterController.cxx',
'source/presenter/PresenterCurrentSlideObserver.cxx',
diff --git a/sfx2/meson.build b/sfx2/meson.build
index 1842d4bdc95f..9b62543f7721 100644
--- a/sfx2/meson.build
+++ b/sfx2/meson.build
@@ -32,6 +32,7 @@ sfx_lib = shared_library('sfxlo',
'source/appl/fileobj.cxx',
'source/appl/flatpak.cxx',
'source/appl/fwkhelper.cxx',
+ 'source/appl/getbasctlfunction.cxx',
'source/appl/helpdispatch.cxx',
'source/appl/helpinterceptor.cxx',
'source/appl/impldde.cxx',
@@ -67,6 +68,7 @@ sfx_lib = shared_library('sfxlo',
'source/control/ctrlfactoryimpl.cxx',
'source/control/dispatch.cxx',
'source/control/itemdel.cxx',
+ 'source/control/listview.cxx',
'source/control/minfitem.cxx',
'source/control/msg.cxx',
'source/control/msgpool.cxx',
@@ -79,6 +81,7 @@ sfx_lib = shared_library('sfxlo',
'source/control/sorgitm.cxx',
'source/control/statcach.cxx',
'source/control/templatedefaultview.cxx',
+ 'source/control/templatedlglocalview.cxx',
'source/control/templateviewitem.cxx',
'source/control/templatelocalview.cxx',
'source/control/templatecontaineritem.cxx',
@@ -128,6 +131,10 @@ sfx_lib = shared_library('sfxlo',
'source/dialog/tplcitem.cxx',
'source/dialog/tplpitem.cxx',
'source/dialog/versdlg.cxx',
+ 'source/devtools/DevelopmentToolChildWindow.cxx',
+ 'source/devtools/DevelopmentToolDockingWindow.cxx',
+ 'source/devtools/DocumentModelTreeHandler.cxx',
+ 'source/devtools/ObjectInspectorTreeHandler.cxx',
'source/doc/DocumentMetadataAccess.cxx',
'source/doc/DocumentSigner.cxx',
'source/doc/Metadatable.cxx',
@@ -164,6 +171,7 @@ sfx_lib = shared_library('sfxlo',
'source/doc/sfxbasemodel.cxx',
'source/doc/sfxmodelfactory.cxx',
'source/doc/SfxRedactionHelper.cxx',
+ 'source/doc/signaturestate.cxx',
'source/doc/syspath.cxx',
'source/doc/zoomitem.cxx',
'source/doc/templatedlg.cxx',
@@ -171,12 +179,7 @@ sfx_lib = shared_library('sfxlo',
'source/doc/saveastemplatedlg.cxx',
'source/explorer/nochaos.cxx',
'source/inet/inettbc.cxx',
- 'source/notebookbar/ContextVBox.cxx',
- 'source/notebookbar/DropdownBox.cxx',
- 'source/notebookbar/PriorityHBox.cxx',
- 'source/notebookbar/PriorityMergedHBox.cxx',
'source/notebookbar/SfxNotebookBar.cxx',
- 'source/notebookbar/NotebookbarPopup.cxx',
'source/notebookbar/NotebookbarTabControl.cxx',
'source/notify/eventsupplier.cxx',
'source/notify/globalevents.cxx',
@@ -190,13 +193,10 @@ sfx_lib = shared_library('sfxlo',
'source/sidebar/SidebarModelUpdate.cxx',
'source/sidebar/SidebarPanelBase.cxx',
'source/sidebar/SidebarToolBox.cxx',
- 'source/sidebar/Accessible.cxx',
- 'source/sidebar/AccessibleTitleBar.cxx',
'source/sidebar/AsynchronousCall.cxx',
'source/sidebar/Context.cxx',
'source/sidebar/ContextChangeBroadcaster.cxx',
'source/sidebar/ContextList.cxx',
- 'source/sidebar/ControlFactory.cxx',
'source/sidebar/ControllerFactory.cxx',
'source/sidebar/ControllerItem.cxx',
'source/sidebar/Deck.cxx',
@@ -205,16 +205,13 @@ sfx_lib = shared_library('sfxlo',
'source/sidebar/DeckTitleBar.cxx',
'source/sidebar/DrawHelper.cxx',
'source/sidebar/FocusManager.cxx',
- 'source/sidebar/MenuButton.cxx',
'source/sidebar/IContextChangeReceiver.cxx',
'source/sidebar/ILayoutableWindow.cxx',
- 'source/sidebar/Paint.cxx',
'source/sidebar/Panel.cxx',
'source/sidebar/PanelDescriptor.cxx',
'source/sidebar/PanelTitleBar.cxx',
'source/sidebar/ResourceManager.cxx',
'source/sidebar/TabBar.cxx',
- 'source/sidebar/TabItem.cxx',
'source/sidebar/TitleBar.cxx',
'source/sidebar/Theme.cxx',
'source/sidebar/Tools.cxx',
@@ -243,7 +240,8 @@ sfx_lib = shared_library('sfxlo',
'source/view/viewfrm2.cxx',
'source/view/viewprn.cxx',
'source/view/viewsh.cxx',
- udk_fake_h, off_fake_h, common_hxx, sfxslots_hxx, inet_hxx, protocolhandler_hxx, sidebar_hxx, toolbarmode_hxx,
+ 'source/sidebar/PanelLayout.cxx',
+ udk_fake_h, off_fake_h, common_hxx, sfxslots_hxx, inet_hxx, protocolhandler_hxx, sidebar_hxx, toolbarmode_hxx, infobar_hxx,
cpp_args: ['-DSFX2_DLLIMPLEMENTATION',
'-DLIBO_INTERNAL_ONLY'],
include_directories: [main_inc, udkh_inc, offapi_inc, 'inc', 'source/inc', setup_inc],
@@ -253,7 +251,7 @@ sfx_lib = shared_library('sfxlo',
cppu_lib,
cppuhelper_lib,
drawinglayer_lib,
- fwe_lib,
+ fwk_lib,
i18nlangtag_lib,
i18nutil_lib,
sal_lib,
@@ -270,6 +268,8 @@ sfx_lib = shared_library('sfxlo',
vcl_lib,
],
dependencies: [
+ icuuc_dep,
+ icu18_dep,
libxml_dep,
orcus_dep,
],
diff --git a/shell/meson.build b/shell/meson.build
index 7ed1b39a8f58..f695f749ff74 100644
--- a/shell/meson.build
+++ b/shell/meson.build
@@ -1,6 +1,5 @@
localebe_lib = shared_library('localebe1lo',
'source/backends/localebe/localebackend.cxx',
- 'source/backends/localebe/localebecdef.cxx',
udk_fake_h, off_fake_h,
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
include_directories: [main_inc, udkh_inc, offapi_inc, 'inc'],
diff --git a/slideshow/meson.build b/slideshow/meson.build
index 4a1b07f1b37a..1e32fb0d26b3 100644
--- a/slideshow/meson.build
+++ b/slideshow/meson.build
@@ -14,6 +14,7 @@ slideshow_lib = shared_library('slideshow',
'source/engine/animationnodes/animationcommandnode.cxx',
'source/engine/animationnodes/animationnodefactory.cxx',
'source/engine/animationnodes/animationpathmotionnode.cxx',
+ 'source/engine/animationnodes/animationphysicsnode.cxx',
'source/engine/animationnodes/animationsetnode.cxx',
'source/engine/animationnodes/animationtransformnode.cxx',
'source/engine/animationnodes/animationtransitionfilternode.cxx',
@@ -25,6 +26,7 @@ slideshow_lib = shared_library('slideshow',
'source/engine/animationnodes/propertyanimationnode.cxx',
'source/engine/animationnodes/sequentialtimecontainer.cxx',
'source/engine/attributemap.cxx',
+ 'source/engine/box2dtools.cxx',
'source/engine/color.cxx',
'source/engine/delayevent.cxx',
'source/engine/effectrewinder.cxx',
@@ -97,8 +99,9 @@ slideshow_lib = shared_library('slideshow',
'source/engine/wakeupevent.cxx',
udk_fake_h, off_fake_h, canvas_hxx,
- cpp_args: ['-DBOOST_SPIRIT_USE_OLD_NAMESPACE',
- '-DLIBO_INTERNAL_ONLY'],
+ cpp_args: [
+ '-DLIBO_INTERNAL_ONLY'
+ ],
include_directories: [main_inc, udkh_inc, offapi_inc, 'inc', 'source/inc', setup_inc],
link_with: [avmedia_lib,
basegfx_lib,
@@ -116,7 +119,9 @@ slideshow_lib = shared_library('slideshow',
utl_lib,
vcl_lib,
],
- dependencies: [],
+ dependencies: [
+ box2d_dep,
+ ],
install: true,
)
diff --git a/smoketest/meson.build b/smoketest/meson.build
index 1a7a61c86542..22e0993ba1a8 100644
--- a/smoketest/meson.build
+++ b/smoketest/meson.build
@@ -8,11 +8,3 @@ smoketest_lib = shared_library('smoketest',
dependencies: [cppunit_dep],
install: true,
)
-
-libtest_bin = executable('libtest',
- 'libtest.cxx',
- udk_fake_h, off_fake_h,
- include_directories: [main_inc, udkh_inc, offapi_inc],
- dependencies: [dl_dep],
- install: true,
-)
diff --git a/solenv/bin/generate-tokens.py b/solenv/bin/generate-tokens.py
index 2dc3c3fd4cfc..46dee0dafd67 100644..100755
--- a/solenv/bin/generate-tokens.py
+++ b/solenv/bin/generate-tokens.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python3
+#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
diff --git a/starmath/meson.build b/starmath/meson.build
index 30e4f354409c..ea5353852348 100644
--- a/starmath/meson.build
+++ b/starmath/meson.build
@@ -30,17 +30,18 @@ sm_lib = shared_library('smlo',
'source/document.cxx',
'source/edit.cxx',
'source/format.cxx',
- 'source/mathmlattr.cxx',
- 'source/mathmlexport.cxx',
- 'source/mathmlimport.cxx',
+ 'source/mathml/mathmlattr.cxx',
+ 'source/mathml/mathmlexport.cxx',
+ 'source/mathml/mathmlimport.cxx',
'source/mathtype.cxx',
'source/node.cxx',
'source/ooxmlexport.cxx',
'source/ooxmlimport.cxx',
'source/rtfexport.cxx',
+ 'source/parse5.cxx',
+ 'source/parsebase.cxx',
'source/parse.cxx',
'source/rect.cxx',
- 'source/register.cxx',
'source/smdll.cxx',
'source/smmod.cxx',
'source/symbol.cxx',
@@ -54,11 +55,22 @@ sm_lib = shared_library('smlo',
'source/view.cxx',
'source/visitors.cxx',
'source/wordexportbase.cxx',
+ 'source/scrwin.cxx',
+ 'source/mathml/starmathdatabase.cxx',
+ 'source/mathml/xparsmlbase.cxx',
smslots_hxx,
udk_fake_h, off_fake_h, math_hxx,
cpp_args: ['-DSM_DLLIMPLEMENTATION',
'-DLIBO_INTERNAL_ONLY'],
- include_directories: [main_inc, udkh_inc, offapi_inc, 'inc', setup_inc, '../oox',],
+ include_directories: [
+ 'inc',
+ 'inc/mathml',
+ main_inc,
+ offapi_inc,
+ '../oox',
+ setup_inc,
+ udkh_inc,
+ ],
link_with: [
comphelper_lib,
cppu_lib,
diff --git a/svgio/meson.build b/svgio/meson.build
index a0c43d533040..eca792ab4ec9 100644
--- a/svgio/meson.build
+++ b/svgio/meson.build
@@ -32,7 +32,6 @@ svgio_lib = shared_library('svgio',
'source/svgreader/svgtspannode.cxx',
'source/svgreader/svgusenode.cxx',
'source/svgreader/svgvisitor.cxx',
- 'source/svguno/svguno.cxx',
'source/svguno/xsvgparser.cxx',
udk_fake_h, off_fake_h,
cpp_args: ['-DTOOLS_DLLIMPLEMENTATION',
@@ -45,6 +44,7 @@ svgio_lib = shared_library('svgio',
cppuhelper_lib,
sal_lib,
tl_lib,
+ tk_lib,
sax_lib,
vcl_lib,
svt_lib,
diff --git a/svl/meson.build b/svl/meson.build
index ed9e3d303b0f..3b30999f2efb 100644
--- a/svl/meson.build
+++ b/svl/meson.build
@@ -94,7 +94,13 @@ svl_lib = shared_library('svllo',
ucbhelper_lib,
utl_lib,
],
- dependencies: [icuuc_dep, icu18_dep, libxml_dep, mdds_dep],
+ dependencies: [
+ dtoa_dep,
+ icuuc_dep,
+ icu18_dep,
+ libxml_dep,
+ mdds_dep,
+ ],
gnu_symbol_visibility: 'hidden',
install: true,
)
diff --git a/svtools/meson.build b/svtools/meson.build
index 1d4307d4bb0f..d696e0e5974d 100644
--- a/svtools/meson.build
+++ b/svtools/meson.build
@@ -7,6 +7,7 @@ svt_lib = shared_library('svtlo',
'source/brwbox/ebbcontrols.cxx',
'source/brwbox/editbrowsebox.cxx',
'source/brwbox/editbrowsebox2.cxx',
+ 'source/brwbox/recorditemwindow.cxx',
'source/config/accessibilityoptions.cxx',
'source/config/apearcfg.cxx',
'source/config/colorcfg.cxx',
@@ -20,22 +21,16 @@ svt_lib = shared_library('svtlo',
'source/config/slidesorterbaropt.cxx',
'source/config/optionsdrawinglayer.cxx',
'source/config/printoptions.cxx',
- 'source/contnr/DocumentInfoPreview.cxx',
'source/contnr/querydelete.cxx',
- 'source/contnr/templwin.cxx',
'source/control/accessibleruler.cxx',
'source/control/asynclink.cxx',
- 'source/control/calendar.cxx',
'source/control/collatorres.cxx',
'source/control/ctrlbox.cxx',
'source/control/ctrltool.cxx',
- 'source/control/filectrl.cxx',
'source/control/indexentryres.cxx',
'source/control/inettbc.cxx',
- 'source/control/managedmenubutton.cxx',
'source/control/ruler.cxx',
'source/control/scriptedtext.cxx',
- 'source/control/scrwin.cxx',
'source/control/tabbar.cxx',
'source/control/toolbarmenu.cxx',
'source/control/valueacc.cxx',
@@ -47,18 +42,10 @@ svt_lib = shared_library('svtlo',
'source/dialogs/prnsetup.cxx',
'source/dialogs/restartdialog.cxx',
'source/dialogs/ServerDetailsControls.cxx',
- 'source/edit/editsyntaxhighlighter.cxx',
- 'source/edit/svmedit.cxx',
- 'source/edit/svmedit2.cxx',
- 'source/edit/textwindowpeer.cxx',
'source/filter/SvFilterOptionsDialog.cxx',
'source/filter/DocumentToGraphicRenderer.cxx',
'source/filter/exportdialog.cxx',
'source/graphic/renderer.cxx',
- 'source/hatchwindow/documentcloser.cxx',
- 'source/hatchwindow/hatchwindow.cxx',
- 'source/hatchwindow/hatchwindowfactory.cxx',
- 'source/hatchwindow/ipwin.cxx',
'source/misc/acceleratorexecute.cxx',
'source/misc/bindablecontrolhelper.cxx',
'source/misc/cliplistener.cxx',
@@ -98,7 +85,6 @@ svt_lib = shared_library('svtlo',
'source/uno/addrtempuno.cxx',
'source/uno/fpicker.cxx',
'source/uno/framestatuslistener.cxx',
- 'source/uno/generictoolboxcontroller.cxx',
'source/uno/genericunodialog.cxx',
'source/uno/miscservices.cxx',
'source/uno/popupmenucontrollerbase.cxx',
@@ -106,7 +92,6 @@ svt_lib = shared_library('svtlo',
'source/uno/statusbarcontroller.cxx',
'source/uno/svtxgridcontrol.cxx',
'source/uno/toolboxcontroller.cxx',
- 'source/uno/treecontrolpeer.cxx',
'source/uno/unocontroltablemodel.cxx',
'source/uno/unogridcolumnfacade.cxx',
'source/uno/unoevent.cxx',
diff --git a/svx/meson.build b/svx/meson.build
index cbfa718fca28..2d1bda40fb1a 100644
--- a/svx/meson.build
+++ b/svx/meson.build
@@ -57,6 +57,15 @@ svxcore_lib = shared_library('svxcorelo',
'source/gallery2/galexpl.cxx',
'source/gallery2/galini.cxx',
'source/gallery2/gallery1.cxx',
+ 'source/gallery2/gallerybinaryengine.cxx',
+ 'source/gallery2/gallerybinaryengineentry.cxx',
+ 'source/gallery2/gallerybinarystoragelocations.cxx',
+ 'source/gallery2/galleryfilestorage.cxx',
+ 'source/gallery2/galleryfilestorageentry.cxx',
+ 'source/gallery2/galleryobjectbinarystorage.cxx',
+ 'source/gallery2/galleryobjectcollection.cxx',
+ 'source/gallery2/galleryobjectstorage.cxx',
+ 'source/gallery2/gallerystoragelocations.cxx',
'source/gallery2/galmisc.cxx',
'source/gallery2/galobj.cxx',
'source/gallery2/galtheme.cxx',
@@ -72,11 +81,11 @@ svxcore_lib = shared_library('svxcorelo',
'source/sdr/animation/objectanimator.cxx',
'source/sdr/animation/animationstate.cxx',
'source/sdr/attribute/sdrallfillattributeshelper.cxx',
- 'source/sdr/attribute/sdrlinefillshadowtextattribute.cxx',
+ 'source/sdr/attribute/sdrlinefilleffectstextattribute.cxx',
'source/sdr/attribute/sdrfilltextattribute.cxx',
- 'source/sdr/attribute/sdrshadowtextattribute.cxx',
+ 'source/sdr/attribute/sdreffectstextattribute.cxx',
'source/sdr/attribute/sdrtextattribute.cxx',
- 'source/sdr/attribute/sdrlineshadowtextattribute.cxx',
+ 'source/sdr/attribute/sdrlineeffectstextattribute.cxx',
'source/sdr/attribute/sdrformtextattribute.cxx',
'source/sdr/attribute/sdrformtextoutlineattribute.cxx',
'source/sdr/contact/viewobjectcontactofgroup.cxx',
@@ -181,7 +190,6 @@ svxcore_lib = shared_library('svxcorelo',
'source/sdr/properties/connectorproperties.cxx',
'source/sdr/properties/e3dcompoundproperties.cxx',
'source/sdr/properties/oleproperties.cxx',
- 'source/sidebar/PanelLayout.cxx',
'source/svdraw/clonelist.cxx',
'source/svdraw/charthelper.cxx',
'source/svdraw/gradtrns.cxx',
@@ -368,6 +376,7 @@ svxcore_lib = shared_library('svxcorelo',
'source/form/formdispatchinterceptor.cxx',
'source/form/formfeaturedispatcher.cxx',
'source/form/formtoolbars.cxx',
+ 'source/form/labelitemwindow.cxx',
'source/form/legacyformcontroller.cxx',
'source/form/navigatortree.cxx',
'source/form/navigatortreemodel.cxx',
@@ -378,9 +387,10 @@ svxcore_lib = shared_library('svxcorelo',
'source/form/xfm_addcondition.cxx',
'source/uitest/sdrobject.cxx',
udk_fake_h, off_fake_h, common_hxx, svxslots_hxx,
- cpp_args: ['-DSVXCORE_DLLIMPLEMENTATION',
- '-DBOOST_SPIRIT_USE_OLD_NAMESPACE',
- '-DLIBO_INTERNAL_ONLY'],
+ cpp_args: [
+ '-DSVXCORE_DLLIMPLEMENTATION',
+ '-DLIBO_INTERNAL_ONLY',
+ ],
include_directories: [main_inc, udkh_inc, offapi_inc, 'inc', 'source/inc', setup_inc],
link_with: [
avmedia_lib,
@@ -392,7 +402,7 @@ svxcore_lib = shared_library('svxcorelo',
dbtools_lib,
drawinglayer_lib,
editeng_lib,
- fwe_lib,
+ fwk_lib,
i18nlangtag_lib,
i18nutil_lib,
lng_lib,
@@ -480,11 +490,12 @@ svx_lib = shared_library('svxlo',
'source/dialog/SafeModeDialog.cxx',
'source/dialog/SafeModeUI.cxx',
'source/dialog/SpellDialogChildWindow.cxx',
+ 'source/dialog/signaturelinehelper.cxx',
'source/dialog/srchctrl.cxx',
'source/dialog/srchdlg.cxx',
'source/dialog/strarray.cxx',
'source/dialog/svxbmpnumvalueset.cxx',
- 'source/dialog/svxgrahicitem.cxx',
+ 'source/dialog/svxgraphicitem.cxx',
'source/dialog/svxruler.cxx',
'source/dialog/swframeexample.cxx',
'source/dialog/swframeposstrings.cxx',
@@ -508,38 +519,41 @@ svx_lib = shared_library('svxlo',
'source/items/zoomslideritem.cxx',
'source/mnuctrls/clipboardctl.cxx',
'source/mnuctrls/smarttagmenu.cxx',
+ 'source/sidebar/area/AreaPropertyPanelBase.cxx',
+ 'source/sidebar/area/AreaPropertyPanel.cxx',
+ 'source/sidebar/area/AreaTransparencyGradientPopup.cxx',
'source/sidebar/ContextChangeEventMultiplexer.cxx',
+ 'source/sidebar/effect/EffectPropertyPanel.cxx',
'source/sidebar/EmptyPanel.cxx',
+ 'source/sidebar/fontwork/FontworkPropertyPanel.cxx',
+ 'source/sidebar/graphic/GraphicPropertyPanel.cxx',
+ 'source/sidebar/inspector/InspectorTextPanel.cxx',
+ 'source/sidebar/line/LinePropertyPanelBase.cxx',
+ 'source/sidebar/line/LinePropertyPanel.cxx',
+ 'source/sidebar/line/LineWidthPopup.cxx',
+ 'source/sidebar/line/LineWidthValueSet.cxx',
+ 'source/sidebar/lists/ListsPropertyPanel.cxx',
+ 'source/sidebar/media/MediaPlaybackPanel.cxx',
'source/sidebar/nbdtmg.cxx',
'source/sidebar/nbdtmgfact.cxx',
'source/sidebar/PanelFactory.cxx',
- 'source/sidebar/SelectionAnalyzer.cxx',
- 'source/sidebar/SelectionChangeHandler.cxx',
- 'source/sidebar/text/TextCharacterSpacingControl.cxx',
- 'source/sidebar/text/TextCharacterSpacingPopup.cxx',
- 'source/sidebar/text/TextUnderlineControl.cxx',
- 'source/sidebar/text/TextUnderlinePopup.cxx',
- 'source/sidebar/text/TextPropertyPanel.cxx',
- 'source/sidebar/styles/StylesPropertyPanel.cxx',
- 'source/sidebar/lists/ListsPropertyPanel.cxx',
'source/sidebar/paragraph/ParaLineSpacingControl.cxx',
'source/sidebar/paragraph/ParaLineSpacingPopup.cxx',
'source/sidebar/paragraph/ParaPropertyPanel.cxx',
- 'source/sidebar/paragraph/ParaSpacingWindow.cxx',
'source/sidebar/paragraph/ParaSpacingControl.cxx',
- 'source/sidebar/area/AreaPropertyPanel.cxx',
- 'source/sidebar/area/AreaPropertyPanelBase.cxx',
- 'source/sidebar/area/AreaTransparencyGradientPopup.cxx',
- 'source/sidebar/shadow/ShadowPropertyPanel.cxx',
- 'source/sidebar/graphic/GraphicPropertyPanel.cxx',
- 'source/sidebar/line/LinePropertyPanel.cxx',
- 'source/sidebar/line/LinePropertyPanelBase.cxx',
- 'source/sidebar/line/LineWidthValueSet.cxx',
- 'source/sidebar/line/LineWidthPopup.cxx',
- 'source/sidebar/media/MediaPlaybackPanel.cxx',
+ 'source/sidebar/paragraph/ParaSpacingWindow.cxx',
'source/sidebar/possize/PosSizePropertyPanel.cxx',
+ 'source/sidebar/SelectionAnalyzer.cxx',
+ 'source/sidebar/SelectionChangeHandler.cxx',
+ 'source/sidebar/shadow/ShadowPropertyPanel.cxx',
'source/sidebar/shapes/DefaultShapesPanel.cxx',
'source/sidebar/shapes/ShapesUtil.cxx',
+ 'source/sidebar/styles/StylesPropertyPanel.cxx',
+ 'source/sidebar/text/TextCharacterSpacingControl.cxx',
+ 'source/sidebar/text/TextCharacterSpacingPopup.cxx',
+ 'source/sidebar/text/TextPropertyPanel.cxx',
+ 'source/sidebar/text/TextUnderlineControl.cxx',
+ 'source/sidebar/text/TextUnderlinePopup.cxx',
'source/sidebar/tools/ValueSetWithTextControl.cxx',
'source/stbctrls/pszctrl.cxx',
'source/stbctrls/insctrl.cxx',
@@ -590,9 +604,10 @@ svx_lib = shared_library('svxlo',
'source/form/tabwin.cxx',
'source/form/tbxform.cxx',
udk_fake_h, off_fake_h, common_hxx,
- cpp_args: ['-DSVX_DLLIMPLEMENTATION',
- '-DBOOST_SPIRIT_USE_OLD_NAMESPACE',
- '-DLIBO_INTERNAL_ONLY'],
+ cpp_args: [
+ '-DSVX_DLLIMPLEMENTATION',
+ '-DLIBO_INTERNAL_ONLY',
+ ],
include_directories: [main_inc, udkh_inc, offapi_inc, 'inc', 'source/inc', setup_inc],
link_with: [
avmedia_lib,
@@ -603,7 +618,7 @@ svx_lib = shared_library('svxlo',
dbtools_lib,
drawinglayer_lib,
editeng_lib,
- fwe_lib,
+ fwk_lib,
i18nlangtag_lib,
i18nutil_lib,
sal_lib,
diff --git a/sw/meson.build b/sw/meson.build
index 41bae18a6992..84862dae6ad0 100644
--- a/sw/meson.build
+++ b/sw/meson.build
@@ -45,6 +45,7 @@ sw_lib = shared_library('swlo',
'source/core/access/acctextframe.cxx',
'source/core/access/parachangetrackinginfo.cxx',
'source/core/access/textmarkuphelper.cxx',
+ 'source/core/attr/BorderCacheOwner.cxx',
'source/core/attr/calbck.cxx',
'source/core/attr/cellatr.cxx',
'source/core/attr/fmtfollowtextflow.cxx',
@@ -291,7 +292,6 @@ sw_lib = shared_library('swlo',
'source/core/text/EnhancedPDFExportHelper.cxx',
'source/core/text/SwGrammarMarkUp.cxx',
'source/core/text/atrstck.cxx',
- 'source/core/text/blink.cxx',
'source/core/text/frmcrsr.cxx',
'source/core/text/frmform.cxx',
'source/core/text/frminf.cxx',
@@ -510,7 +510,6 @@ sw_lib = shared_library('swlo',
'source/uibase/dbui/maildispatcher.cxx',
'source/uibase/dbui/mailmergehelper.cxx',
'source/uibase/dbui/mmconfigitem.cxx',
- 'source/uibase/cctrl/actctrl.cxx',
'source/uibase/chrdlg/ccoll.cxx',
'source/uibase/config/StoredChapterNumbering.cxx',
'source/uibase/config/barcfg.cxx',
@@ -538,12 +537,11 @@ sw_lib = shared_library('swlo',
'source/uibase/docvw/FrameControlsManager.cxx',
'source/uibase/docvw/UnfloatTableButton.cxx',
'source/uibase/docvw/PageBreakWin.cxx',
+ 'source/uibase/docvw/OutlineContentVisibilityWin.cxx',
'source/uibase/docvw/OverlayRanges.cxx',
'source/uibase/docvw/PostItMgr.cxx',
'source/uibase/docvw/ShadowOverlayObject.cxx',
- 'source/uibase/docvw/SidebarScrollBar.cxx',
'source/uibase/docvw/SidebarTxtControl.cxx',
- 'source/uibase/docvw/SidebarTxtControlAcc.cxx',
'source/uibase/docvw/SidebarWinAcc.cxx',
'source/uibase/docvw/HeaderFooterWin.cxx',
'source/uibase/docvw/edtdd.cxx',
@@ -614,23 +612,24 @@ sw_lib = shared_library('swlo',
'source/uibase/shells/txtattr.cxx',
'source/uibase/shells/txtcrsr.cxx',
'source/uibase/shells/txtnum.cxx',
- 'source/uibase/sidebar/StylePresetsPanel.cxx',
- 'source/uibase/sidebar/PageOrientationControl.cxx',
- 'source/uibase/sidebar/PageOrientationPopup.cxx',
- 'source/uibase/sidebar/PageMarginControl.cxx',
- 'source/uibase/sidebar/PageMarginPopup.cxx',
- 'source/uibase/sidebar/PageSizeControl.cxx',
- 'source/uibase/sidebar/PageSizePopup.cxx',
'source/uibase/sidebar/PageColumnControl.cxx',
'source/uibase/sidebar/PageColumnPopup.cxx',
+ 'source/uibase/sidebar/PageFooterPanel.cxx',
'source/uibase/sidebar/PageFormatPanel.cxx',
'source/uibase/sidebar/PageHeaderPanel.cxx',
- 'source/uibase/sidebar/PageFooterPanel.cxx',
+ 'source/uibase/sidebar/PageMarginControl.cxx',
+ 'source/uibase/sidebar/PageMarginPopup.cxx',
+ 'source/uibase/sidebar/PageOrientationControl.cxx',
+ 'source/uibase/sidebar/PageOrientationPopup.cxx',
+ 'source/uibase/sidebar/PageSizeControl.cxx',
+ 'source/uibase/sidebar/PageSizePopup.cxx',
'source/uibase/sidebar/PageStylesPanel.cxx',
- 'source/uibase/sidebar/WrapPropertyPanel.cxx',
+ 'source/uibase/sidebar/StylePresetsPanel.cxx',
+ 'source/uibase/sidebar/SwPanelFactory.cxx',
'source/uibase/sidebar/TableEditPanel.cxx',
'source/uibase/sidebar/ThemePanel.cxx',
- 'source/uibase/sidebar/SwPanelFactory.cxx',
+ 'source/uibase/sidebar/WrapPropertyPanel.cxx',
+ 'source/uibase/sidebar/WriterInspectorTextPanel.cxx',
'source/uibase/table/chartins.cxx',
'source/uibase/table/swtablerep.cxx',
'source/uibase/table/tablemgr.cxx',
@@ -663,7 +662,6 @@ sw_lib = shared_library('swlo',
'source/uibase/uno/unodefaults.cxx',
'source/uibase/uno/unodispatch.cxx',
'source/uibase/uno/unodoc.cxx',
- 'source/uibase/uno/unofreg.cxx',
'source/uibase/uno/unomailmerge.cxx',
'source/uibase/uno/unomod.cxx',
'source/uibase/uno/unomodule.cxx',
@@ -746,9 +744,14 @@ sw_lib = shared_library('swlo',
vbahelper_lib,
vcl_lib,
xmlreader_lib,
- xo_lib
+ xo_lib,
+ ],
+ dependencies: [
+ icu18_dep,
+ icuio_dep,
+ icuuc_dep,
+ libxml_dep,
],
- dependencies: [icuuc_dep, libxml_dep],
gnu_symbol_visibility: 'hidden',
install: true,
)
@@ -949,12 +952,15 @@ msword_lib = shared_library('mswordlo',
utl_lib,
vcl_lib,
],
- dependencies: [libxml_dep, icuuc_dep],
+ dependencies: [
+ icu18_dep,
+ icuuc_dep,
+ libxml_dep,
+ ],
install: true,
)
vbaswobj_lib = shared_library('vbaswobjlo',
- 'source/ui/vba/service.cxx',
'source/ui/vba/vbarange.cxx',
'source/ui/vba/vbacell.cxx',
'source/ui/vba/vbacells.cxx',
diff --git a/sw/tokens.cxx b/sw/tokens.cxx
index f6c82efd2ff8..e2b6da0cb6a7 100644
--- a/sw/tokens.cxx
+++ b/sw/tokens.cxx
@@ -1,29 +1,29 @@
/* C++ code produced by gperf version 3.1 */
-/* Command-line: /usr/bin/gperf --compare-strncmp --readonly-tables --output-file=/home/jpakkane/bob/libreoffice/workdir/CustomTarget/sw/generated/tokens.cxx --class-name=TextBlockTokens --word-array-name=textBlockList --enum /home/jpakkane/bob/libreoffice/workdir/CustomTarget/sw/generated/TextBlockTokens.gperf */
+/* Command-line: /usr/bin/gperf --compare-strncmp --readonly-tables --output-file=/home/jmg/Development/libreoffice/symbols/workdir/CustomTarget/sw/generated/tokens.cxx --class-name=TextBlockTokens --word-array-name=textBlockList --enum /home/jmg/Development/libreoffice/symbols/workdir/CustomTarget/sw/generated/TextBlockTokens.gperf */
/* Computed positions: -k'1' */
-#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
- && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \
- && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \
- && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \
- && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \
- && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \
- && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \
- && ('=' == 61) && ('>' == 62) && ('?' == 63) && ('A' == 65) \
- && ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \
- && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \
- && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \
- && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \
- && ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \
- && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \
- && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \
- && ('^' == 94) && ('_' == 95) && ('a' == 97) && ('b' == 98) \
- && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \
- && ('g' == 103) && ('h' == 104) && ('i' == 105) && ('j' == 106) \
- && ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \
- && ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \
- && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \
- && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
+#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
+ && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \
+ && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \
+ && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \
+ && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \
+ && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \
+ && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \
+ && ('=' == 61) && ('>' == 62) && ('?' == 63) && ('A' == 65) \
+ && ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \
+ && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \
+ && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \
+ && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \
+ && ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \
+ && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \
+ && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \
+ && ('^' == 94) && ('_' == 95) && ('a' == 97) && ('b' == 98) \
+ && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \
+ && ('g' == 103) && ('h' == 104) && ('i' == 105) && ('j' == 106) \
+ && ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \
+ && ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \
+ && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \
+ && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646. */
#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gperf@gnu.org>."
@@ -31,120 +31,120 @@
struct xmltoken
{
- const sal_Char *name; XMLTokenEnum nToken;
+ const char *name; XMLTokenEnum nToken;
};
enum
- {
- TOTAL_KEYWORDS = 5,
- MIN_WORD_LENGTH = 1,
- MAX_WORD_LENGTH = 16,
- MIN_HASH_VALUE = 1,
- MAX_HASH_VALUE = 16
- };
+ {
+ TOTAL_KEYWORDS = 5,
+ MIN_WORD_LENGTH = 1,
+ MAX_WORD_LENGTH = 16,
+ MIN_HASH_VALUE = 1,
+ MAX_HASH_VALUE = 16
+ };
/* maximum key range = 16, duplicates = 0 */
class TextBlockTokens
{
private:
- static inline unsigned int hash (const char *str, size_t len);
+ static inline unsigned int hash (const char *str, size_t len);
public:
- static const struct xmltoken *in_word_set (const char *str, size_t len);
+ static const struct xmltoken *in_word_set (const char *str, size_t len);
};
inline unsigned int
TextBlockTokens::hash (const char *str, size_t len)
{
- static const unsigned char asso_values[] =
- {
- 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
- 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
- 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
- 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
- 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
- 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
- 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
- 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
- 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
- 17, 17, 17, 17, 17, 17, 17, 17, 5, 17,
- 0, 17, 17, 17, 17, 17, 17, 17, 17, 17,
- 17, 17, 0, 17, 17, 17, 0, 17, 17, 17,
- 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
- 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
- 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
- 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
- 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
- 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
- 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
- 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
- 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
- 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
- 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
- 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
- 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
- 17, 17, 17, 17, 17, 17
- };
- return len + asso_values[static_cast<unsigned char>(str[0])];
+ static const unsigned char asso_values[] =
+ {
+ 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
+ 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
+ 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
+ 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
+ 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
+ 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
+ 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
+ 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
+ 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
+ 17, 17, 17, 17, 17, 17, 17, 17, 5, 17,
+ 0, 17, 17, 17, 17, 17, 17, 17, 17, 17,
+ 17, 17, 0, 17, 17, 17, 0, 17, 17, 17,
+ 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
+ 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
+ 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
+ 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
+ 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
+ 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
+ 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
+ 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
+ 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
+ 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
+ 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
+ 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
+ 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
+ 17, 17, 17, 17, 17, 17
+ };
+ return len + asso_values[static_cast<unsigned char>(str[0])];
}
static const struct xmltoken textBlockList[] =
- {
- {(char*)0, XML_TOKEN_INVALID},
- {"p",XML_P},
- {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID},
- {"text",XML_TEXT},
- {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID},
- {"document",XML_DOCUMENT},
- {"body",XML_BODY},
- {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID},
- {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID},
- {"document-content",XML_DOCUMENT_CONTENT}
- };
+ {
+ {(char*)0, XML_TOKEN_INVALID},
+ {"p",XML_P},
+ {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID},
+ {"text",XML_TEXT},
+ {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID},
+ {"document",XML_DOCUMENT},
+ {"body",XML_BODY},
+ {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID},
+ {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID},
+ {"document-content",XML_DOCUMENT_CONTENT}
+ };
const struct xmltoken *
TextBlockTokens::in_word_set (const char *str, size_t len)
{
- if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH)
- {
- unsigned int key = hash (str, len);
+ if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH)
+ {
+ unsigned int key = hash (str, len);
- if (key <= MAX_HASH_VALUE)
- {
- const char *s = textBlockList[key].name;
+ if (key <= MAX_HASH_VALUE)
+ {
+ const char *s = textBlockList[key].name;
- if (s && *str == *s && !strncmp (str + 1, s + 1, len - 1) && s[len] == '\0')
- return &textBlockList[key];
- }
+ if (s && *str == *s && !strncmp (str + 1, s + 1, len - 1) && s[len] == '\0')
+ return &textBlockList[key];
}
- return 0;
+ }
+ return 0;
}
/* C++ code produced by gperf version 3.1 */
-/* Command-line: /usr/bin/gperf --compare-strncmp --readonly-tables -T --class-name=BlockListTokens --word-array-name=blockListList /home/jpakkane/bob/libreoffice/workdir/CustomTarget/sw/generated/BlockListTokens.gperf */
+/* Command-line: /usr/bin/gperf --compare-strncmp --readonly-tables -T --class-name=BlockListTokens --word-array-name=blockListList /home/jmg/Development/libreoffice/symbols/workdir/CustomTarget/sw/generated/BlockListTokens.gperf */
/* Computed positions: -k'1' */
-#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
- && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \
- && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \
- && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \
- && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \
- && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \
- && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \
- && ('=' == 61) && ('>' == 62) && ('?' == 63) && ('A' == 65) \
- && ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \
- && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \
- && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \
- && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \
- && ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \
- && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \
- && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \
- && ('^' == 94) && ('_' == 95) && ('a' == 97) && ('b' == 98) \
- && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \
- && ('g' == 103) && ('h' == 104) && ('i' == 105) && ('j' == 106) \
- && ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \
- && ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \
- && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \
- && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
+#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
+ && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \
+ && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \
+ && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \
+ && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \
+ && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \
+ && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \
+ && ('=' == 61) && ('>' == 62) && ('?' == 63) && ('A' == 65) \
+ && ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \
+ && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \
+ && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \
+ && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \
+ && ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \
+ && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \
+ && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \
+ && ('^' == 94) && ('_' == 95) && ('a' == 97) && ('b' == 98) \
+ && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \
+ && ('g' == 103) && ('h' == 104) && ('i' == 105) && ('j' == 106) \
+ && ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \
+ && ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \
+ && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \
+ && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646. */
#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gperf@gnu.org>."
@@ -161,76 +161,77 @@ TextBlockTokens::in_word_set (const char *str, size_t len)
class BlockListTokens
{
private:
- static inline unsigned int hash (const char *str, size_t len);
+ static inline unsigned int hash (const char *str, size_t len);
public:
- static const struct xmltoken *in_word_set (const char *str, size_t len);
+ static const struct xmltoken *in_word_set (const char *str, size_t len);
};
inline unsigned int
BlockListTokens::hash (const char *str, size_t len)
{
- static const unsigned char asso_values[] =
- {
- 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
- 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
- 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
- 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
- 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
- 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
- 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
- 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
- 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
- 22, 22, 22, 22, 22, 22, 22, 5, 0, 22,
- 22, 22, 22, 22, 22, 22, 22, 22, 0, 22,
- 0, 22, 0, 22, 22, 22, 22, 0, 22, 22,
- 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
- 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
- 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
- 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
- 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
- 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
- 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
- 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
- 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
- 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
- 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
- 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
- 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
- 22, 22, 22, 22, 22, 22
- };
- return len + asso_values[static_cast<unsigned char>(str[0])];
+ static const unsigned char asso_values[] =
+ {
+ 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
+ 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
+ 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
+ 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
+ 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
+ 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
+ 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
+ 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
+ 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
+ 22, 22, 22, 22, 22, 22, 22, 5, 0, 22,
+ 22, 22, 22, 22, 22, 22, 22, 22, 0, 22,
+ 0, 22, 0, 22, 22, 22, 22, 0, 22, 22,
+ 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
+ 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
+ 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
+ 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
+ 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
+ 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
+ 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
+ 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
+ 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
+ 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
+ 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
+ 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
+ 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
+ 22, 22, 22, 22, 22, 22
+ };
+ return len + asso_values[static_cast<unsigned char>(str[0])];
}
static const struct xmltoken blockListList[] =
- {
- {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID},
- {"name",XML_NAME},
- {"block",XML_BLOCK},
- {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID},
- {"list-name",XML_LIST_NAME},
- {"block-list",XML_BLOCK_LIST},
- {(char*)0, XML_TOKEN_INVALID},
- {"package-name",XML_PACKAGE_NAME},
- {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID},
- {"unformatted-text",XML_UNFORMATTED_TEXT},
- {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID},
- {"abbreviated-name",XML_ABBREVIATED_NAME}
- };
+ {
+ {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID},
+ {"name",XML_NAME},
+ {"block",XML_BLOCK},
+ {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID},
+ {"list-name",XML_LIST_NAME},
+ {"block-list",XML_BLOCK_LIST},
+ {(char*)0, XML_TOKEN_INVALID},
+ {"package-name",XML_PACKAGE_NAME},
+ {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID},
+ {"unformatted-text",XML_UNFORMATTED_TEXT},
+ {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID}, {(char*)0, XML_TOKEN_INVALID},
+ {"abbreviated-name",XML_ABBREVIATED_NAME}
+ };
const struct xmltoken *
BlockListTokens::in_word_set (const char *str, size_t len)
{
- if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH)
- {
- unsigned int key = hash (str, len);
+ if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH)
+ {
+ unsigned int key = hash (str, len);
- if (key <= MAX_HASH_VALUE)
- {
- const char *s = blockListList[key].name;
+ if (key <= MAX_HASH_VALUE)
+ {
+ const char *s = blockListList[key].name;
- if (s && *str == *s && !strncmp (str + 1, s + 1, len - 1) && s[len] == '\0')
- return &blockListList[key];
- }
+ if (s && *str == *s && !strncmp (str + 1, s + 1, len - 1) && s[len] == '\0')
+ return &blockListList[key];
}
- return 0;
+ }
+ return 0;
}
+
diff --git a/toolkit/meson.build b/toolkit/meson.build
index b0773c161ebf..fa2d97281a48 100644
--- a/toolkit/meson.build
+++ b/toolkit/meson.build
@@ -62,12 +62,30 @@ tk_lib = shared_library('tklo',
'source/helper/unopropertyarrayhelper.cxx',
'source/helper/unowrapper.cxx',
'source/helper/vclunohelper.cxx',
+ 'source/controls/filectrl.cxx',
+ 'source/controls/svmedit.cxx',
+ 'source/hatchwindow/documentcloser.cxx',
+ 'source/hatchwindow/hatchwindow.cxx',
+ 'source/hatchwindow/hatchwindowfactory.cxx',
+ 'source/hatchwindow/ipwin.cxx',
+ 'source/controls/tree/treecontrolpeer.cxx',
udk_fake_h, off_fake_h,
cpp_args: ['-DTOOLKIT_DLLIMPLEMENTATION',
'-DSVT_DLL_NAME="libsvtlo.so"',
'-DLIBO_INTERNAL_ONLY'],
include_directories: [main_inc, udkh_inc, offapi_inc, 'inc'],
- link_with: [comphelper_lib, cppuhelper_lib, cppu_lib, salhelper_lib, sal_lib, i18nlangtag_lib, tl_lib, utl_lib, vcl_lib],
+ link_with: [
+ comphelper_lib,
+ cppuhelper_lib,
+ cppu_lib,
+ i18nlangtag_lib,
+ salhelper_lib,
+ sal_lib,
+ svl_lib,
+ tl_lib,
+ utl_lib,
+ vcl_lib,
+ ],
dependencies: [],
install: true,
)
diff --git a/tools/meson.build b/tools/meson.build
index 2f94657b0980..0a6eabd94a4c 100644
--- a/tools/meson.build
+++ b/tools/meson.build
@@ -30,6 +30,7 @@ tl_lib = shared_library('tllo',
'source/memtools/multisel.cxx',
'source/misc/cpuid.cxx',
'source/misc/extendapplicationenvironment.cxx',
+ 'source/misc/json_writer.cxx',
'source/ref/globname.cxx',
'source/ref/ref.cxx',
'source/stream/stream.cxx',
diff --git a/ucb/meson.build b/ucb/meson.build
index c571cd8fce0c..0b466936b20c 100644
--- a/ucb/meson.build
+++ b/ucb/meson.build
@@ -5,7 +5,6 @@ ucb1_lib = shared_library('ucb1',
'source/core/ucb.cxx',
'source/core/ucbcmds.cxx',
'source/core/ucbprops.cxx',
- 'source/core/ucbserv.cxx',
'source/core/ucbstore.cxx',
'source/core/FileAccess.cxx',
'source/regexp/regexp.cxx',
@@ -80,18 +79,19 @@ ucptdoc1_lib = shared_library('ucptdoc1lo',
'source/ucp/tdoc/tdoc_passwordrequest.cxx',
'source/ucp/tdoc/tdoc_provider.cxx',
'source/ucp/tdoc/tdoc_resultset.cxx',
- 'source/ucp/tdoc/tdoc_services.cxx',
'source/ucp/tdoc/tdoc_stgelems.cxx',
'source/ucp/tdoc/tdoc_storage.cxx',
'source/ucp/tdoc/tdoc_uri.cxx',
udk_fake_h, off_fake_h,
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
include_directories: [main_inc, udkh_inc, offapi_inc],
- link_with: [comphelper_lib,
+ link_with: [
+ comphelper_lib,
cppu_lib,
cppuhelper_lib,
sal_lib,
salhelper_lib,
+ tl_lib,
ucbhelper_lib,
],
dependencies: [],
@@ -130,7 +130,6 @@ ucppgk1_lib = shared_library('ucppkg1',
'source/ucp/package/pkgdatasupplier.cxx',
'source/ucp/package/pkgprovider.cxx',
'source/ucp/package/pkgresultset.cxx',
- 'source/ucp/package/pkgservices.cxx',
'source/ucp/package/pkguri.cxx',
udk_fake_h, off_fake_h,
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
@@ -155,16 +154,17 @@ ucphier1_lib = shared_library('ucphier1',
'source/ucp/hierarchy/hierarchydatasource.cxx',
'source/ucp/hierarchy/hierarchydatasupplier.cxx',
'source/ucp/hierarchy/hierarchyprovider.cxx',
- 'source/ucp/hierarchy/hierarchyservices.cxx',
'source/ucp/hierarchy/hierarchyuri.cxx',
udk_fake_h, off_fake_h,
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
include_directories: [main_inc, udkh_inc, offapi_inc],
- link_with: [comphelper_lib,
+ link_with: [
+ comphelper_lib,
cppu_lib,
cppuhelper_lib,
sal_lib,
salhelper_lib,
+ tl_lib,
ucbhelper_lib,
],
dependencies: [gio_dep],
@@ -174,15 +174,16 @@ ucphier1_lib = shared_library('ucphier1',
ucpsrtrs_lib = shared_library('srtrs1',
'source/sorter/sortdynres.cxx',
- 'source/sorter/sortmain.cxx',
'source/sorter/sortresult.cxx',
udk_fake_h, off_fake_h,
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
include_directories: [main_inc, udkh_inc, offapi_inc],
- link_with: [comphelper_lib,
+ link_with: [
+ comphelper_lib,
cppu_lib,
cppuhelper_lib,
sal_lib,
+ tl_lib,
ucbhelper_lib,
],
dependencies: [gio_dep],
diff --git a/ucbhelper/meson.build b/ucbhelper/meson.build
index 98468e02ebd8..8cec5d7a3aed 100644
--- a/ucbhelper/meson.build
+++ b/ucbhelper/meson.build
@@ -11,7 +11,6 @@ ucbhelper_lib = shared_library('ucbhelperlo',
'source/provider/contentidentifier.cxx',
'source/provider/contentinfo.cxx',
'source/provider/fd_inputstream.cxx',
- 'source/provider/getcomponentcontext.cxx',
'source/provider/interactionrequest.cxx',
'source/provider/propertyvalueset.cxx',
'source/provider/providerhelper.cxx',
diff --git a/unotools/meson.build b/unotools/meson.build
index df66095ae88a..d0ff41176434 100644
--- a/unotools/meson.build
+++ b/unotools/meson.build
@@ -4,7 +4,6 @@ utl_lib = shared_library('utllo',
'source/config/bootstrap.cxx',
'source/config/cmdoptions.cxx',
'source/config/compatibility.cxx',
- 'source/config/compatibilityviewoptions.cxx',
'source/config/configitem.cxx',
'source/config/configmgr.cxx',
'source/config/confignode.cxx',
@@ -14,19 +13,15 @@ utl_lib = shared_library('utllo',
'source/config/docinfohelper.cxx',
'source/config/dynamicmenuoptions.cxx',
'source/config/eventcfg.cxx',
- 'source/config/extendedsecurityoptions.cxx',
'source/config/fltrcfg.cxx',
'source/config/fontcfg.cxx',
- 'source/config/fontoptions.cxx',
'source/config/historyoptions.cxx',
'source/config/itemholder1.cxx',
'source/config/lingucfg.cxx',
- 'source/config/misccfg.cxx',
'source/config/moduleoptions.cxx',
'source/config/options.cxx',
'source/config/optionsdlg.cxx',
'source/config/pathoptions.cxx',
- 'source/config/printwarningoptions.cxx',
'source/config/saveopt.cxx',
'source/config/searchopt.cxx',
'source/config/securityoptions.cxx',
@@ -45,6 +40,7 @@ utl_lib = shared_library('utllo',
'source/i18n/transliterationwrapper.cxx',
'source/misc/closeveto.cxx',
'source/misc/datetime.cxx',
+ 'source/misc/defaultencoding.cxx',
'source/misc/desktopterminationobserver.cxx',
'source/misc/eventlisteneradapter.cxx',
'source/misc/fontcvt.cxx',
@@ -52,7 +48,6 @@ utl_lib = shared_library('utllo',
'source/misc/mediadescriptor.cxx',
'source/misc/sharedunocomponent.cxx',
'source/misc/syslocale.cxx',
- 'source/misc/unotoolsservices.cxx',
'source/misc/wincodepage.cxx',
'source/misc/ServiceDocumenter.cxx',
'source/misc/ZipPackageHelper.cxx',
diff --git a/unoxml/meson.build b/unoxml/meson.build
index 6aa178db9b49..3d56d722d87b 100644
--- a/unoxml/meson.build
+++ b/unoxml/meson.build
@@ -29,8 +29,6 @@ unoxml_lib = shared_library('unoxmllo',
'source/events/mutationevent.cxx',
'source/events/uievent.cxx',
'source/events/mouseevent.cxx',
- 'source/service/services.cxx',
-
udk_fake_h, off_fake_h,
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
@@ -53,7 +51,6 @@ unordf_lib = shared_library('unordflo',
'source/rdf/CURI.cxx',
'source/rdf/CLiteral.cxx',
'source/rdf/librdf_repository.cxx',
- 'source/rdf/librdf_services.cxx',
udk_fake_h, off_fake_h,
cpp_args: ['-DTOOLS_DLLIMPLEMENTATION',
diff --git a/uui/meson.build b/uui/meson.build
index 4a9539cd5970..aa1d1b0600ac 100644
--- a/uui/meson.build
+++ b/uui/meson.build
@@ -22,7 +22,6 @@ uui_lib = shared_library('uuilo',
'source/passworddlg.cxx',
'source/requeststringresolver.cxx',
'source/secmacrowarnings.cxx',
- 'source/services.cxx',
'source/sslwarndlg.cxx',
'source/trylater.cxx',
'source/unknownauthdlg.cxx',
diff --git a/vbahelper/meson.build b/vbahelper/meson.build
index 12d5db99cd13..913ba676dfb0 100644
--- a/vbahelper/meson.build
+++ b/vbahelper/meson.build
@@ -49,7 +49,6 @@ vbahelper_lib = shared_library('vbahelperlo',
)
msforms_lib = shared_library('msformslo',
- 'source/msforms/service.cxx',
'source/msforms/vbabutton.cxx',
'source/msforms/vbacheckbox.cxx',
'source/msforms/vbacombobox.cxx',
diff --git a/vcl/inc/qt5/Qt5Menu.hxx b/vcl/inc/qt5/Qt5Menu.hxx
index 2e5434f4db74..472fec0f3800 100644
--- a/vcl/inc/qt5/Qt5Menu.hxx
+++ b/vcl/inc/qt5/Qt5Menu.hxx
@@ -12,6 +12,7 @@
#include <salmenu.hxx>
#include <QtCore/QObject>
+#include <QtWidgets/QMenu>
#include <memory>
@@ -19,7 +20,6 @@ class MenuItemList;
class QAction;
class QActionGroup;
class QPushButton;
-class QMenu;
class QMenuBar;
class Qt5MenuItem;
class Qt5Frame;
diff --git a/vcl/meson.build b/vcl/meson.build
index d65df1190c97..625546a77fdd 100644
--- a/vcl/meson.build
+++ b/vcl/meson.build
@@ -6,7 +6,8 @@ glxtest_lib = static_library('glxtest', 'unx/glxtest.cxx',
vcl_lib = shared_library('vcllo',
'source/animate/Animation.cxx',
'source/animate/AnimationBitmap.cxx',
- 'source/window/aboutdialog.cxx',
+ 'source/printer/QueueInfo.cxx',
+ 'source/window/bubblewindow.cxx',
'source/window/errinf.cxx',
'source/window/settings.cxx',
'source/window/paint.cxx',
@@ -45,11 +46,9 @@ vcl_lib = shared_library('vcllo',
'source/window/menuitemlist.cxx',
'source/window/menuwindow.cxx',
'source/window/mnemonic.cxx',
- 'source/window/mnemonicengine.cxx',
'source/window/mouse.cxx',
'source/window/NotebookBarAddonsMerger.cxx',
'source/window/OptionalBox.cxx',
- 'source/window/popupmenuwindow.cxx',
'source/window/printdlg.cxx',
'source/window/scrwnd.cxx',
'source/window/seleng.cxx',
@@ -79,6 +78,7 @@ vcl_lib = shared_library('vcllo',
'source/control/fixed.cxx',
'source/control/fixedhyper.cxx',
'source/control/hyperlabel.cxx',
+ 'source/control/InterimItemWindow.cxx',
'source/control/fmtfield.cxx',
'source/control/imgctrl.cxx',
'source/control/imivctl1.cxx',
@@ -99,6 +99,7 @@ vcl_lib = shared_library('vcllo',
'source/control/spinfld.cxx',
'source/control/tabctrl.cxx',
'source/control/throbber.cxx',
+ 'source/control/WeldedTabbedNotebookbar.cxx',
'source/control/wizardmachine.cxx',
'source/edit/vclmedit.cxx',
'source/edit/textdata.cxx',
@@ -148,17 +149,18 @@ vcl_lib = shared_library('vcllo',
'source/treelist/svimpbox.cxx',
'source/treelist/svlbitm.cxx',
'source/treelist/uiobject.cxx',
- 'source/gdi/alpha.cxx',
- 'source/gdi/bitmap3.cxx',
- 'source/gdi/bitmapex.cxx',
- 'source/gdi/bmpacc2.cxx',
- 'source/gdi/bmpacc3.cxx',
- 'source/gdi/bmpacc.cxx',
- 'source/gdi/bmpfast.cxx',
+ 'source/bitmap/alpha.cxx',
+ 'source/bitmap/BitmapBasicMorphologyFilter.cxx',
+ 'source/bitmap/BitmapEx.cxx',
+ 'source/bitmap/BitmapFilterStackBlur.cxx',
+ 'source/bitmap/BitmapInfoAccess.cxx',
+ 'source/bitmap/BitmapReadAccess.cxx',
+ 'source/bitmap/BitmapWriteAccess.cxx',
+ 'source/bitmap/bmpfast.cxx',
'source/gdi/configsettings.cxx',
'source/gdi/cvtgrf.cxx',
'source/gdi/svmconverter.cxx',
- 'source/gdi/dibtools.cxx',
+ 'source/bitmap/dibtools.cxx',
'source/gdi/embeddedfontshelper.cxx',
'source/gdi/FileDefinitionWidgetDraw.cxx',
'source/gdi/WidgetDefinitionReader.cxx',
@@ -175,7 +177,7 @@ vcl_lib = shared_library('vcllo',
'source/gdi/impanmvw.cxx',
'source/gdi/impglyphitem.cxx',
'source/gdi/impgraph.cxx',
- 'source/gdi/impvect.cxx',
+ 'source/bitmap/impvect.cxx',
'source/gdi/jobset.cxx',
'source/gdi/lineinfo.cxx',
'source/gdi/mapmod.cxx',
@@ -184,6 +186,7 @@ vcl_lib = shared_library('vcllo',
'source/gdi/pdfbuildin_fonts.cxx',
'source/gdi/pdfextoutdevdata.cxx',
'source/gdi/pdffontcache.cxx',
+ 'source/gdi/pdfobjectcopier.cxx',
'source/gdi/pdfwriter.cxx',
'source/gdi/pdfwriter_impl2.cxx',
'source/gdi/pdfwriter_impl.cxx',
@@ -206,18 +209,31 @@ vcl_lib = shared_library('vcllo',
'source/gdi/TypeSerializer.cxx',
'source/pdf/ResourceDict.cxx',
'source/pdf/Matrix3.cxx',
+ 'source/graphic/BinaryDataContainer.cxx',
+ 'source/graphic/BinaryDataContainerTools.cxx',
+ 'source/graphic/GraphicID.cxx',
'source/graphic/GraphicLoader.cxx',
'source/graphic/GraphicObject.cxx',
'source/graphic/GraphicObject2.cxx',
+ 'source/graphic/GraphicReader.cxx',
'source/graphic/grfattr.cxx',
'source/graphic/Manager.cxx',
+ 'source/graphic/UnoBinaryDataContainer.cxx',
'source/graphic/UnoGraphic.cxx',
'source/graphic/UnoGraphicDescriptor.cxx',
'source/graphic/UnoGraphicObject.cxx',
'source/graphic/UnoGraphicProvider.cxx',
'source/graphic/UnoGraphicTransformer.cxx',
+ 'source/graphic/VectorGraphicSearch.cxx',
+ 'source/graphic/VectorGraphicLoader.cxx',
'source/bitmap/bitmap.cxx',
+ 'source/bitmap/impvect.cxx',
'source/bitmap/bitmapfilter.cxx',
+ 'source/bitmap/dibtools.cxx',
+ 'source/bitmap/bmpfast.cxx',
+ 'source/bitmap/bitmapfilter.cxx',
+ 'source/bitmap/bitmappaint.cxx',
+ 'source/bitmap/BitmapShadowFilter.cxx',
'source/bitmap/BitmapAlphaClampFilter.cxx',
'source/bitmap/BitmapMonochromeFilter.cxx',
'source/bitmap/BitmapSmoothenFilter.cxx',
@@ -288,10 +304,17 @@ vcl_lib = shared_library('vcllo',
'source/app/unohelp.cxx',
'source/app/vclevent.cxx',
'source/app/weldutils.cxx',
+ 'source/app/watchdog.cxx',
'source/app/winscheduler.cxx',
'source/components/dtranscomp.cxx',
'source/components/factory.cxx',
'source/components/fontident.cxx',
+ 'source/filter/bmp/BmpReader.cxx',
+ 'source/filter/bmp/BmpWriter.cxx',
+ 'source/filter/egif/egif.cxx',
+ 'source/filter/egif/giflzwc.cxx',
+ 'source/filter/eps/eps.cxx',
+ 'source/filter/etiff/etiff.cxx',
'source/filter/FilterConfigCache.cxx',
'source/filter/FilterConfigItem.cxx',
'source/filter/graphicfilter.cxx',
@@ -299,30 +322,50 @@ vcl_lib = shared_library('vcllo',
'source/filter/GraphicNativeTransform.cxx',
'source/filter/GraphicNativeMetadata.cxx',
'source/filter/GraphicFormatDetector.cxx',
+ 'source/filter/idxf/dxf2mtf.cxx',
+ 'source/filter/idxf/dxfblkrd.cxx',
+ 'source/filter/idxf/dxfentrd.cxx',
+ 'source/filter/idxf/dxfgrprd.cxx',
+ 'source/filter/idxf/dxfreprd.cxx',
+ 'source/filter/idxf/dxftblrd.cxx',
+ 'source/filter/idxf/dxfvec.cxx',
+ 'source/filter/idxf/idxf.cxx',
+ 'source/filter/ieps/ieps.cxx',
'source/filter/igif/decode.cxx',
'source/filter/igif/gifread.cxx',
- 'source/filter/ipdf/pdfread.cxx',
+ 'source/filter/imet/ios2met.cxx',
+ 'source/filter/ipbm/ipbm.cxx',
+ 'source/filter/ipcd/ipcd.cxx',
+ 'source/filter/ipcx/ipcx.cxx',
'source/filter/ipdf/pdfdocument.cxx',
+ 'source/filter/ipdf/pdfread.cxx',
+ 'source/filter/ipict/ipict.cxx',
+ 'source/filter/ipict/shape.cxx',
+ 'source/filter/ipsd/ipsd.cxx',
+ 'source/filter/iras/iras.cxx',
+ 'source/filter/itga/itga.cxx',
+ 'source/filter/itiff/ccidecom.cxx',
+ 'source/filter/itiff/itiff.cxx',
+ 'source/filter/itiff/lzwdecom.cxx',
'source/filter/ixbm/xbmread.cxx',
'source/filter/ixpm/xpmread.cxx',
'source/filter/jpeg/Exif.cxx',
- 'source/filter/jpeg/jpeg.cxx',
'source/filter/jpeg/jpegc.cxx',
+ 'source/filter/jpeg/jpeg.cxx',
'source/filter/jpeg/JpegReader.cxx',
- 'source/filter/jpeg/JpegWriter.cxx',
'source/filter/jpeg/JpegTransform.cxx',
+ 'source/filter/jpeg/JpegWriter.cxx',
'source/filter/jpeg/transupp.c',
+ 'source/filter/png/PngImageReader.cxx',
+ 'source/filter/png/pngwrite.cxx',
'source/filter/wmf/emfwr.cxx',
'source/filter/wmf/wmf.cxx',
'source/filter/wmf/wmfexternal.cxx',
'source/filter/wmf/wmfwr.cxx',
- 'source/filter/png/PngImageReader.cxx',
- 'source/filter/png/pngread.cxx',
- 'source/filter/png/pngwrite.cxx',
'source/font/Feature.cxx',
'source/font/FeatureCollector.cxx',
'source/font/FeatureParser.cxx',
- 'source/font/OpenTypeFeatureDefinitonList.cxx',
+ 'source/font/OpenTypeFeatureDefinitionList.cxx',
'source/font/PhysicalFontCollection.cxx',
'source/font/PhysicalFontFace.cxx',
'source/font/PhysicalFontFamily.cxx',
@@ -339,12 +382,24 @@ vcl_lib = shared_library('vcllo',
'source/fontsubset/sft.cxx',
'source/fontsubset/ttcr.cxx',
'source/fontsubset/xlat.cxx',
+ 'source/pdf/DummyPDFiumLibrary.cxx',
+ 'source/pdf/ExternalPDFStreams.cxx',
+ 'source/pdf/PDFiumTools.cxx',
'source/pdf/XmpMetadata.cxx',
'source/uitest/logger.cxx',
'source/uitest/uiobject.cxx',
'source/uitest/uitest.cxx',
'source/uitest/uno/uiobject_uno.cxx',
'source/uitest/uno/uitest_uno.cxx',
+ 'source/control/calendar.cxx',
+ 'source/control/managedmenubutton.cxx',
+ 'source/control/ContextVBox.cxx',
+ 'source/control/DropdownBox.cxx',
+ 'source/control/NotebookbarPopup.cxx',
+ 'source/control/PriorityHBox.cxx',
+ 'source/control/PriorityMergedHBox.cxx',
+ 'source/cnttype/mcnttfactory.cxx',
+ 'source/cnttype/mcnttype.cxx',
'backendtest/outputdevice/bitmap.cxx',
'backendtest/outputdevice/common.cxx',
'backendtest/outputdevice/gradient.cxx',
@@ -357,27 +412,18 @@ vcl_lib = shared_library('vcllo',
'backendtest/outputdevice/polyline.cxx',
'backendtest/outputdevice/polyline_b2d.cxx',
'backendtest/outputdevice/rectangle.cxx',
+ 'jsdialog/jsdialogbuilder.cxx',
+ 'jsdialog/executor.cxx',
# OpenGL
- 'opengl/DeviceInfo.cxx',
- 'opengl/gdiimpl.cxx',
- 'opengl/salbmp.cxx',
- 'opengl/scale.cxx',
- 'opengl/framebuffer.cxx',
- 'opengl/program.cxx',
- 'opengl/texture.cxx',
- 'opengl/FixedTextureAtlas.cxx',
- 'opengl/PackedTextureAtlas.cxx',
- 'opengl/RenderList.cxx',
- 'opengl/LineRenderUtils.cxx',
+ 'source/opengl/DeviceInfo.cxx',
'source/opengl/OpenGLContext.cxx',
'source/opengl/OpenGLHelper.cxx',
'skia/SkiaHelper.cxx',
- 'opengl/x11/X11DeviceInfo.cxx',
+ 'source/opengl/x11/X11DeviceInfo.cxx',
# X11
'source/app/salplug.cxx',
'unx/generic/printer/jobdata.cxx',
'unx/generic/printer/ppdparser.cxx',
- 'unx/generic/gdi/nativewindowhandleprovider.cxx',
'unx/generic/window/screensaverinhibitor.cxx',
'unx/generic/printer/cpdmgr.cxx',
'null/printerinfomanager.cxx',
@@ -386,6 +432,7 @@ vcl_lib = shared_library('vcllo',
'headless/svptext.cxx',
'unx/generic/app/gendata.cxx',
'unx/generic/gdi/cairotextrender.cxx',
+ 'unx/generic/gdi/freetypetextrender.cxx',
'unx/generic/glyphs/freetype_glyphcache.cxx',
'unx/generic/glyphs/glyphcache.cxx',
'unx/generic/fontmanager/fontsubst.cxx',
@@ -398,6 +445,7 @@ vcl_lib = shared_library('vcllo',
'unx/generic/print/glyphset.cxx',
'unx/generic/print/printerjob.cxx',
'unx/generic/print/psputil.cxx',
+ 'unx/generic/print/GenPspGfxBackend.cxx',
'unx/generic/print/genpspgraphics.cxx',
'unx/generic/print/genprnpsp.cxx',
'unx/generic/print/prtsetup.cxx',
@@ -488,9 +536,7 @@ vclplug_gtk3 = shared_library('vclplug_gtk3lo',
'unx/gtk3/gtk3gtkinst.cxx',
'unx/gtk3/gtk3gtksys.cxx',
'unx/gtk3/cairo_gtk3_cairo.cxx',
- 'unx/gtk3/gtk3gtkprintwrapper.cxx',
'unx/gtk3/gtk3salnativewidgets-gtk.cxx',
- 'unx/gtk3/gtk3salprn-gtk.cxx',
'unx/gtk3/gtk3gtkframe.cxx',
'unx/gtk3/gtk3gtkobject.cxx',
'unx/gtk3/gtk3gtksalmenu.cxx',
@@ -499,9 +545,12 @@ vclplug_gtk3 = shared_library('vclplug_gtk3lo',
'unx/gtk3/gtk3hudawareness.cxx',
udk_fake_h, off_fake_h, common_hxx,
include_directories: [main_inc, udkh_inc, offapi_inc, 'inc', setup_inc],
- cpp_args: ['-DLIBO_INTERNAL_ONLY',
- '-DVCLPLUG_GTK_IMPLEMENTATION',
- '-Wno-deprecated-declarations'],
+ cpp_args: [
+ '-DLIBO_INTERNAL_ONLY',
+ '-DVCL_INTERNALS',
+ '-DVCLPLUG_GTK_IMPLEMENTATION',
+ '-Wno-deprecated-declarations',
+ ],
link_with: [
basegfx_lib,
comphelper_lib,
@@ -561,15 +610,16 @@ vclplug_gen = shared_library('vclplug_genlo',
'unx/generic/gdi/xrender_peer.cxx',
'unx/generic/window/salframe.cxx',
'unx/generic/window/salobj.cxx',
+ 'source/opengl/x11/context.cxx',
'unx/x11/x11sys.cxx',
'unx/x11/xlimits.cxx',
- 'opengl/x11/cairotextrender.cxx',
- 'opengl/x11/gdiimpl.cxx',
- 'opengl/x11/salvd.cxx',
udk_fake_h, off_fake_h,
- cpp_args: ['-DVCLPLUG_GEN_IMPLEMENTATION',
- '-DLIBO_INTERNAL_ONLY',
- '-DUSE_RANDR'],
+ cpp_args: [
+ '-DVCLPLUG_GEN_IMPLEMENTATION',
+ '-DLIBO_INTERNAL_ONLY',
+ '-DVCL_INTERNALS',
+ '-DUSE_RANDR',
+ ],
include_directories: [main_inc, udkh_inc, offapi_inc, 'inc'],
link_with: [
basegfx_lib,
@@ -617,7 +667,10 @@ executable('vcldemo',
'unx/glxtest.cxx',
'source/salmain/salmain.cxx',
udk_fake_h, off_fake_h,
- cpp_args: ['-DLIBO_INTERNAL_ONLY'],
+ cpp_args: [
+ '-DLIBO_INTERNAL_ONLY',
+ '-DVCL_INTERNALS',
+ ],
include_directories: [main_inc, udkh_inc, offapi_inc, 'inc'],
link_with: [basegfx_lib,
comphelper_lib,
@@ -674,6 +727,11 @@ vclplug_qt5_moc = qt5.preprocess(
'inc/qt5/Qt5Widget.hxx',
'inc/qt5/Qt5XAccessible.hxx'
],
+ moc_extra_arguments: [
+ '-DLIBO_INTERNAL_ONLY',
+ '-DVCL_INTERNALS',
+ '-DVCLPLUG_QT5_IMPLEMENTATION',
+ ],
include_directories: 'inc/qt5',
dependencies: [ qt5_dep ],
)
@@ -713,9 +771,12 @@ vclplug_qt5 = shared_library('vclplug_qt5lo',
vclplug_qt5_moc,
udk_fake_h, off_fake_h, common_hxx,
include_directories: [main_inc, udkh_inc, offapi_inc, 'inc', 'inc/qt5', setup_inc],
- cpp_args: ['-DLIBO_INTERNAL_ONLY',
- '-DVCLPLUG_QT5_IMPLEMENTATION',
- '-Wno-deprecated-declarations'],
+ cpp_args: [
+ '-DLIBO_INTERNAL_ONLY',
+ '-DVCL_INTERNALS',
+ '-DVCLPLUG_QT5_IMPLEMENTATION',
+ '-Wno-deprecated-declarations',
+ ],
link_with: [
basegfx_lib,
comphelper_lib,
diff --git a/vcl/unx/kf5/KF5FilePicker.hxx b/vcl/unx/kf5/KF5FilePicker.hxx
index 4cf84c7fecbd..c3012b883fe9 100644
--- a/vcl/unx/kf5/KF5FilePicker.hxx
+++ b/vcl/unx/kf5/KF5FilePicker.hxx
@@ -20,9 +20,10 @@
#pragma once
#include <Qt5FilePicker.hxx>
-#include <memory>
-class QGridLayout;
+#include <QtWidgets/QGridLayout>
+
+#include <memory>
class KF5FilePicker final : public Qt5FilePicker
{
diff --git a/xmloff/meson.build b/xmloff/meson.build
index 973bf2c807e1..529520c76953 100644
--- a/xmloff/meson.build
+++ b/xmloff/meson.build
@@ -48,9 +48,8 @@ xo_lib = shared_library('xolo',
'source/core/XMLEmbeddedObjectExportFilter.cxx',
'source/core/XMLEmbeddedObjectImportContext.cxx',
'source/core/attrlist.cxx',
- 'source/core/facreg.cxx',
'source/core/i18nmap.cxx',
- 'source/core/nmspmap.cxx',
+ 'source/core/namespacemap.cxx',
'source/core/unoatrcn.cxx',
'source/core/unointerfacetouniqueidentifiermapper.cxx',
'source/core/xmlcnimp.cxx',
@@ -99,7 +98,6 @@ xo_lib = shared_library('xolo',
'source/draw/ximpshap.cxx',
'source/draw/ximpshow.cxx',
'source/draw/ximpstyl.cxx',
- 'source/forms/attriblistmerge.cxx',
'source/forms/controlelement.cxx',
'source/forms/controlpropertyhdl.cxx',
'source/forms/controlpropertymap.cxx',
@@ -137,7 +135,7 @@ xo_lib = shared_library('xolo',
'source/script/XMLScriptExportHandler.cxx',
'source/script/XMLStarBasicContextFactory.cxx',
'source/script/XMLStarBasicExportHandler.cxx',
- 'source/script/xmlbasici.cxx',
+ 'source/script/xmlbasicscript.cxx',
'source/script/xmlscripti.cxx',
'source/style/AttributeContainerHandler.cxx',
'source/style/DashStyle.cxx',
@@ -179,6 +177,7 @@ xo_lib = shared_library('xolo',
'source/style/XMLPageExport.cxx',
'source/style/XMLPercentOrMeasurePropertyHandler.cxx',
'source/style/XMLRectangleMembersHandler.cxx',
+ 'source/style/XMLRtlGutterPropertyHandler.cxx',
'source/style/adjushdl.cxx',
'source/style/backhdl.cxx',
'source/style/bordrhdl.cxx',
@@ -372,7 +371,6 @@ xof_lib = shared_library('xoflo',
'source/transform/TransformerBase.cxx',
'source/transform/TransformerContext.cxx',
'source/transform/TransformerTokenMap.cxx',
- 'source/transform/XMLFilterRegistration.cxx',
udk_fake_h, off_fake_h, tokens_hxx,
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
include_directories: [main_inc, udkh_inc, offapi_inc, 'inc', setup_inc, '..'],
diff --git a/xmloff/tokenhash.inc b/xmloff/tokenhash.inc
index e1f9ae1b8635..a8cb6edfbe3c 100644
--- a/xmloff/tokenhash.inc
+++ b/xmloff/tokenhash.inc
@@ -1,5 +1,5 @@
/* C++ code produced by gperf version 3.1 */
-/* Command-line: /usr/bin/gperf --compare-strncmp --switch=2 --readonly-tables /home/jpakkane/bob/libreoffice/workdir/CustomTarget/xmloff/generated/misc/tokenhash.gperf */
+/* Command-line: /usr/bin/gperf --compare-strncmp --switch=2 --readonly-tables /home/jmg/Development/libreoffice/symbols/workdir/CustomTarget/xmloff/generated/misc/tokenhash.gperf */
/* Computed positions: -k'1-8,10,12,14-15,17,20,22,$' */
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
@@ -30,16 +30,16 @@
#endif
struct xmltoken {
- const sal_Char *name;
+ const char *name;
sal_Int32 nToken;
};
-#define TOTAL_KEYWORDS 3137
+#define TOTAL_KEYWORDS 3170
#define MIN_WORD_LENGTH 1
#define MAX_WORD_LENGTH 40
-#define MIN_HASH_VALUE 6
-#define MAX_HASH_VALUE 66824
-/* maximum key range = 66819, duplicates = 0 */
+#define MIN_HASH_VALUE 1
+#define MAX_HASH_VALUE 75453
+/* maximum key range = 75453, duplicates = 0 */
class Perfect_Hash
{
@@ -54,32 +54,32 @@ Perfect_Hash::hash (const char *str, size_t len)
{
static const unsigned int asso_values[] =
{
- 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825,
- 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825,
- 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825,
- 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825,
- 66825, 66825, 66825, 66825, 66825, 180, 780, 66825, 65, 45,
- 70, 15, 55, 165, 5, 10, 25, 5, 20, 0,
- 10, 66825, 66825, 66825, 66825, 335, 5, 0, 0, 0,
- 235, 85, 145, 5, 45, 160, 35, 5, 115, 5,
- 240, 15, 10, 0, 15, 20, 45, 15, 100, 0,
- 45, 15, 66825, 66825, 66825, 0, 110, 160, 6811, 2930,
- 345, 0, 930, 2435, 6316, 65, 19059, 6306, 1230, 730,
- 75, 25, 0, 15062, 35, 5, 10, 190, 4416, 13622,
- 15257, 11227, 3874, 55, 20, 25, 66825, 66825, 66825, 66825,
- 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825,
- 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825,
- 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825,
- 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825,
- 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825,
- 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825,
- 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825,
- 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825,
- 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825,
- 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825,
- 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825,
- 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825,
- 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825, 66825
+ 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454,
+ 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454,
+ 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454,
+ 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454,
+ 75454, 75454, 75454, 75454, 75454, 165, 15, 75454, 0, 40,
+ 0, 305, 10, 5, 45, 20, 5, 0, 65, 70,
+ 60, 75454, 75454, 75454, 75454, 85, 0, 35, 5, 5,
+ 145, 220, 160, 0, 55, 55, 0, 0, 55, 15,
+ 225, 0, 10, 5, 0, 0, 95, 30, 50, 0,
+ 0, 15, 75454, 75454, 75454, 0, 275, 110, 8512, 4586,
+ 210, 0, 245, 2930, 7991, 60, 5109, 14218, 1005, 645,
+ 20, 35, 1870, 13772, 15, 5, 10, 65, 5951, 15547,
+ 15092, 11642, 6689, 5, 30, 0, 75454, 75454, 75454, 75454,
+ 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454,
+ 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454,
+ 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454,
+ 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454,
+ 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454,
+ 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454,
+ 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454,
+ 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454,
+ 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454,
+ 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454,
+ 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454,
+ 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454,
+ 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454, 75454
};
unsigned int hval = len;
@@ -143,3143 +143,3176 @@ Perfect_Hash::hash (const char *str, size_t len)
static const struct xmltoken wordlist[] =
{
- {"p",XML_p},
- {"6",XML_6},
- {"ms",XML_ms},
- {"9",XML_9},
- {"3",XML_3},
- {"8",XML_8},
- {"pt",XML_pt},
- {"mode",XML_mode},
- {"7",XML_7},
{"I",XML_I},
- {"lt",XML_lt},
- {"less",XML_less},
- {"N_DC_DUMMY",XML_N_DC_DUMMY},
- {"N_XSD_DUMMY",XML_N_XSD_DUMMY},
- {"mo",XML_mo},
- {"mtr",XML_mtr},
- {"N_DB_DUMMY",XML_N_DB_DUMMY},
- {"N_XSI_DUMMY",XML_N_XSI_DUMMY},
- {"N_DR3D_DUMMY",XML_N_DR3D_DUMMY},
- {"port",XML_port},
- {"N_DOM_DUMMY",XML_N_DOM_DUMMY},
- {"post",XML_post},
- {"4",XML_4},
- {"N_TCD_DUMMY",XML_N_TCD_DUMMY},
{"VL",XML_VL},
- {"N_DR3D_OOO_DUMMY",XML_N_DR3D_OOO_DUMMY},
- {"ltr",XML_ltr},
- {"N_NUMBER_DUMMY",XML_N_NUMBER_DUMMY},
- {"0",XML_0},
- {"mroot",XML_mroot},
- {"N_CSS3TEXT_DUMMY",XML_N_CSS3TEXT_DUMMY},
- {"ft",XML_ft},
- {"ooo",XML_ooo},
+ {"2",XML_2},
+ {"x2",XML_x2},
+ {"5",XML_5},
+ {"10",XML_10},
{"N_XML_DUMMY",XML_N_XML_DUMMY},
{"N_SMIL_DUMMY",XML_N_SMIL_DUMMY},
- {"lr",XML_lr},
- {"msqrt",XML_msqrt},
- {"1",XML_1},
- {"mono",XML_mono},
+ {"N_STYLE_DUMMY",XML_N_STYLE_DUMMY},
+ {"N_DB_DUMMY",XML_N_DB_DUMMY},
+ {"N_XSI_DUMMY",XML_N_XSI_DUMMY},
+ {"N_STYLE_OLD_DUMMY",XML_N_STYLE_OLD_DUMMY},
+ {"N_DS_DUMMY",XML_N_DS_DUMMY},
+ {"N_XSD_DUMMY",XML_N_XSD_DUMMY},
+ {"pt",XML_pt},
+ {"4",XML_4},
+ {"y2",XML_y2},
+ {"N_DOM_DUMMY",XML_N_DOM_DUMMY},
+ {"N_STYLE_OOO_DUMMY",XML_N_STYLE_OOO_DUMMY},
{"N_SMIL_OLD_DUMMY",XML_N_SMIL_OLD_DUMMY},
+ {"6",XML_6},
{"or",XML_or},
- {"N_NUMBER_OLD_DUMMY",XML_N_NUMBER_OLD_DUMMY},
- {"y1",XML_y1},
- {"N_NUMBER_OOO_DUMMY",XML_N_NUMBER_OOO_DUMMY},
- {"X",XML_X},
- {"fo",XML_fo},
- {"N_STYLE_DUMMY",XML_N_STYLE_DUMMY},
- {"line",XML_line},
+ {"N_NUMBER_DUMMY",XML_N_NUMBER_DUMMY},
+ {"1",XML_1},
+ {"N_DC_DUMMY",XML_N_DC_DUMMY},
+ {"N_TCD_DUMMY",XML_N_TCD_DUMMY},
+ {"lt",XML_lt},
+ {"less",XML_less},
+ {"9",XML_9},
{"xor",XML_xor},
- {"list",XML_list},
- {"N_VERSIONS_LIST_DUMMY",XML_N_VERSIONS_LIST_DUMMY},
- {"N_STYLE_OOO_DUMMY",XML_N_STYLE_OOO_DUMMY},
- {"lines",XML_lines},
- {"mi",XML_mi},
- {"N_FORM_DUMMY",XML_N_FORM_DUMMY},
{"1_0_DUMMY",XML_1_0_DUMMY},
- {"N_FO_DUMMY",XML_N_FO_DUMMY},
- {"merror",XML_merror},
{"order",XML_order},
- {"x1",XML_x1},
- {"POSTURE_NORMAL_DUMMY",XML_POSTURE_NORMAL_DUMMY},
- {"mn",XML_mn},
- {"BOTTOM_VALUES_DUMMY",XML_BOTTOM_VALUES_DUMMY},
- {"POSTURE_ITALIC_DUMMY",XML_POSTURE_ITALIC_DUMMY},
- {"N_FORM_OOO_DUMMY",XML_N_FORM_OOO_DUMMY},
- {"N_STYLE_OLD_DUMMY",XML_N_STYLE_OLD_DUMMY},
- {"N_LO_EXT_DUMMY",XML_N_LO_EXT_DUMMY},
- {"y2",XML_y2},
- {"N_FO_OLD_DUMMY",XML_N_FO_OLD_DUMMY},
- {"first",XML_first},
+ {"X",XML_X},
+ {"lr",XML_lr},
+ {"ltr",XML_ltr},
+ {"port",XML_port},
+ {"IBM850",XML_IBM850},
{"N_TEXT_DUMMY",XML_N_TEXT_DUMMY},
- {"min",XML_min},
- {"lime",XML_lime},
- {"properties",XML_properties},
- {"N_DLG_DUMMY",XML_N_DLG_DUMMY},
- {"base",XML_base},
- {"footer",XML_footer},
+ {"N_NUMBER_OLD_DUMMY",XML_N_NUMBER_OLD_DUMMY},
+ {"post",XML_post},
+ {"8",XML_8},
{"ln",XML_ln},
- {"N_FIELD_DUMMY",XML_N_FIELD_DUMMY},
+ {"r",XML_r},
+ {"ft",XML_ft},
+ {"N_NUMBER_OOO_DUMMY",XML_N_NUMBER_OOO_DUMMY},
+ {"7",XML_7},
+ {"x1",XML_x1},
+ {"N_LO_EXT_DUMMY",XML_N_LO_EXT_DUMMY},
+ {"A",XML_A},
{"N_TEXT_OLD_DUMMY",XML_N_TEXT_OLD_DUMMY},
+ {"reset",XML_reset},
+ {"N_VERSIONS_LIST_DUMMY",XML_N_VERSIONS_LIST_DUMMY},
+ {"fn",XML_fn},
+ {"N_TABLE_DUMMY",XML_N_TABLE_DUMMY},
{"N_TEXT_OOO_DUMMY",XML_N_TEXT_OOO_DUMMY},
- {"10",XML_10},
- {"minor",XML_minor},
- {"5",XML_5},
- {"WS_DUMMY",XML_WS_DUMMY},
- {"N_SVG_DUMMY",XML_N_SVG_DUMMY},
- {"x2",XML_x2},
- {"moment",XML_moment},
+ {"N_TABLE_OLD_DUMMY",XML_N_TABLE_OLD_DUMMY},
+ {"IBM860",XML_IBM860},
+ {"y1",XML_y1},
+ {"for",XML_for},
+ {"lime",XML_lime},
+ {"IBM865",XML_IBM865},
+ {"N_TABLE_OOO_DUMMY",XML_N_TABLE_OOO_DUMMY},
+ {"N_XLINK_DUMMY",XML_N_XLINK_DUMMY},
+ {"base",XML_base},
+ {"N_XLINK_OLD_DUMMY",XML_N_XLINK_OLD_DUMMY},
+ {"list",XML_list},
+ {"fo",XML_fo},
{"bar",XML_bar},
- {"mirror",XML_mirror},
+ {"line",XML_line},
+ {"N_DB_OASIS_DUMMY",XML_N_DB_OASIS_DUMMY},
+ {"TOKEN_START_DUMMY",XML_TOKEN_START_DUMMY},
{"par",XML_par},
- {"modern",XML_modern},
- {"fn",XML_fn},
- {"footnote",XML_footnote},
- {"last",XML_last},
- {"IBM863",XML_IBM863},
- {"reset",XML_reset},
- {"r",XML_r},
- {"footnote-sep",XML_footnote_sep},
+ {"letters",XML_letters},
+ {"N_SMIL_COMPAT_DUMMY",XML_N_SMIL_COMPAT_DUMMY},
+ {"lines",XML_lines},
+ {"N_DRAW_DUMMY",XML_N_DRAW_DUMMY},
+ {"N_CALC_EXT_DUMMY",XML_N_CALC_EXT_DUMMY},
+ {"butt",XML_butt},
+ {"first",XML_first},
+ {"N_DRAW_EXT_DUMMY",XML_N_DRAW_EXT_DUMMY},
+ {"N_TABLE_EXT_DUMMY",XML_N_TABLE_EXT_DUMMY},
+ {"out",XML_out},
+ {"BOTTOM_VALUES_DUMMY",XML_BOTTOM_VALUES_DUMMY},
+ {"N_XADES132_DUMMY",XML_N_XADES132_DUMMY},
+ {"N_META_DUMMY",XML_N_META_DUMMY},
+ {"N_BLOCK_LIST_DUMMY",XML_N_BLOCK_LIST_DUMMY},
+ {"parent",XML_parent},
+ {"N_DRAW_OLD_DUMMY",XML_N_DRAW_OLD_DUMMY},
+ {"N_ANIMATION_DUMMY",XML_N_ANIMATION_DUMMY},
+ {"N_XHTML_DUMMY",XML_N_XHTML_DUMMY},
{"fade",XML_fade},
- {"2",XML_2},
- {"TOKEN_START_DUMMY",XML_TOKEN_START_DUMMY},
- {"root",XML_root},
+ {"outset",XML_outset},
+ {"last",XML_last},
+ {"TOKEN_END_DUMMY",XML_TOKEN_END_DUMMY},
+ {"N_DRAW_OOO_DUMMY",XML_N_DRAW_OOO_DUMMY},
+ {"N_META_OLD_DUMMY",XML_N_META_OLD_DUMMY},
+ {"laser",XML_laser},
+ {"IBM861",XML_IBM861},
{"N_GRDDL_DUMMY",XML_N_GRDDL_DUMMY},
- {"GRADIENT_BORDER_DUMMY",XML_GRADIENT_BORDER_DUMMY},
- {"IBM437",XML_IBM437},
- {"barWipe",XML_barWipe},
- {"N_XHTML_DUMMY",XML_N_XHTML_DUMMY},
+ {"N_META_OOO_DUMMY",XML_N_META_OOO_DUMMY},
{"limit",XML_limit},
- {"master",XML_master},
- {"N_FORMX_DUMMY",XML_N_FORMX_DUMMY},
+ {"N_XADES141_DUMMY",XML_N_XADES141_DUMMY},
+ {"button2",XML_button2},
{"fast",XML_fast},
- {"laser",XML_laser},
- {"parent",XML_parent},
- {"letters",XML_letters},
- {"N_BLOCK_LIST_DUMMY",XML_N_BLOCK_LIST_DUMMY},
- {"IBM861",XML_IBM861},
- {"N_OOOC_DUMMY",XML_N_OOOC_DUMMY},
- {"XML_PI_DUMMY",XML_XML_PI_DUMMY},
- {"minus",XML_minus},
- {"minute",XML_minute},
- {"N_OOOW_DUMMY",XML_N_OOOW_DUMMY},
- {"N_OOO_DUMMY",XML_N_OOO_DUMMY},
- {"position-top",XML_position_top},
+ {"N_ANIMATION_OOO_DUMMY",XML_N_ANIMATION_OOO_DUMMY},
+ {"buttons",XML_buttons},
+ {"button",XML_button},
+ {"button4",XML_button4},
+ {"xsd",XML_xsd},
+ {"restart",XML_restart},
+ {"N_XFORMS_1_0_DUMMY",XML_N_XFORMS_1_0_DUMMY},
+ {"N_PRESENTATION_DUMMY",XML_N_PRESENTATION_DUMMY},
+ {"N_DLG_DUMMY",XML_N_DLG_DUMMY},
+ {"N_FIELD_DUMMY",XML_N_FIELD_DUMMY},
{"N_RPT_DUMMY",XML_N_RPT_DUMMY},
- {"minutes",XML_minutes},
- {"barnVeeWipe",XML_barnVeeWipe},
- {"mastersthesis",XML_mastersthesis},
- {"UNIT_CM_DUMMY",XML_UNIT_CM_DUMMY},
- {"N_SCRIPT_DUMMY",XML_N_SCRIPT_DUMMY},
- {"IBM860",XML_IBM860},
- {"UNIT_MM_DUMMY",XML_UNIT_MM_DUMMY},
- {"TOKEN_END_DUMMY",XML_TOKEN_END_DUMMY},
- {"PROTECT_POSITION_DUMMY",XML_PROTECT_POSITION_DUMMY},
- {"PROTECT_SIZE_DUMMY",XML_PROTECT_SIZE_DUMMY},
- {"XML_DOCTYPE_PREFIX_DUMMY",XML_XML_DOCTYPE_PREFIX_DUMMY},
- {"miter",XML_miter},
+ {"N_DSIG_DUMMY",XML_N_DSIG_DUMMY},
+ {"N_PRESENTATION_OLD_DUMMY",XML_N_PRESENTATION_OLD_DUMMY},
+ {"N_FO_DUMMY",XML_N_FO_DUMMY},
+ {"TOP_VALUES_DUMMY",XML_TOP_VALUES_DUMMY},
+ {"pattern",XML_pattern},
+ {"XML_PI_DUMMY",XML_XML_PI_DUMMY},
+ {"xades141",XML_xades141},
+ {"N_FORM_DUMMY",XML_N_FORM_DUMMY},
+ {"position",XML_position},
+ {"N_PRESENTATION_OOO_DUMMY",XML_N_PRESENTATION_OOO_DUMMY},
{"portrait",XML_portrait},
- {"A",XML_A},
- {"fanWipe",XML_fanWipe},
- {"UNIT_MILES_DUMMY",XML_UNIT_MILES_DUMMY},
+ {"N_OOO_DUMMY",XML_N_OOO_DUMMY},
+ {"N_CHART_DUMMY",XML_N_CHART_DUMMY},
+ {"N_FO_OLD_DUMMY",XML_N_FO_OLD_DUMMY},
+ {"roman",XML_roman},
{"linear",XML_linear},
- {"N_SCRIPT_OOO_DUMMY",XML_N_SCRIPT_OOO_DUMMY},
+ {"N_CHART_OLD_DUMMY",XML_N_CHART_OLD_DUMMY},
+ {"red",XML_red},
+ {"N_DSIG_OOO_DUMMY",XML_N_DSIG_OOO_DUMMY},
+ {"button1",XML_button1},
+ {"code",XML_code},
+ {"border",XML_border},
+ {"cn",XML_cn},
+ {"N_SCRIPT_DUMMY",XML_N_SCRIPT_DUMMY},
+ {"rotate",XML_rotate},
+ {"N_CHART_OOO_DUMMY",XML_N_CHART_OOO_DUMMY},
+ {"WS_DUMMY",XML_WS_DUMMY},
{"BOTTOM_PERCENT_DUMMY",XML_BOTTOM_PERCENT_DUMMY},
- {"mtd",XML_mtd},
- {"fadeToColor",XML_fadeToColor},
- {"position",XML_position},
- {"N_XLINK_DUMMY",XML_N_XLINK_DUMMY},
- {"maroon",XML_maroon},
- {"quotient",XML_quotient},
- {"median",XML_median},
- {"N_DB_OASIS_DUMMY",XML_N_DB_OASIS_DUMMY},
- {"media",XML_media},
- {"N_DRAW_DUMMY",XML_N_DRAW_DUMMY},
- {"rpt",XML_rpt},
+ {"N_FORM_OOO_DUMMY",XML_N_FORM_OOO_DUMMY},
{"barnDoorWipe",XML_barnDoorWipe},
- {"butt",XML_butt},
- {"N_DRAW_OLD_DUMMY",XML_N_DRAW_OLD_DUMMY},
- {"N_XLINK_OLD_DUMMY",XML_N_XLINK_OLD_DUMMY},
- {"xsd",XML_xsd},
- {"N_DRAW_OOO_DUMMY",XML_N_DRAW_OOO_DUMMY},
- {"N_DRAW_EXT_DUMMY",XML_N_DRAW_EXT_DUMMY},
- {"WEIGHT_BOLD_DUMMY",XML_WEIGHT_BOLD_DUMMY},
- {"N_XFORMS_1_0_DUMMY",XML_N_XFORMS_1_0_DUMMY},
- {"N_CALC_EXT_DUMMY",XML_N_CALC_EXT_DUMMY},
- {"out",XML_out},
- {"master-element",XML_master_element},
- {"GRADIENTSTYLE_LINEAR_DUMMY",XML_GRADIENTSTYLE_LINEAR_DUMMY},
- {"restart",XML_restart},
- {"NP_STYLE_DUMMY",XML_NP_STYLE_DUMMY},
- {"UNIT_INCH_DUMMY",XML_UNIT_INCH_DUMMY},
- {"N_SMIL_COMPAT_DUMMY",XML_N_SMIL_COMPAT_DUMMY},
- {"TOP_PERCENT_DUMMY",XML_TOP_PERCENT_DUMMY},
- {"outset",XML_outset},
- {"N_TABLE_DUMMY",XML_N_TABLE_DUMMY},
- {"border",XML_border},
- {"OPAQUE_BACKGROUND_DUMMY",XML_OPAQUE_BACKGROUND_DUMMY},
- {"URI_W3_PREFIX_DUMMY",XML_URI_W3_PREFIX_DUMMY},
- {"PROTECT_CONTENT_DUMMY",XML_PROTECT_CONTENT_DUMMY},
- {"N_TABLE_OOO_DUMMY",XML_N_TABLE_OOO_DUMMY},
- {"N_SVG_COMPAT_DUMMY",XML_N_SVG_COMPAT_DUMMY},
+ {"cos",XML_cos},
+ {"rect",XML_rect},
+ {"N_OOOW_DUMMY",XML_N_OOOW_DUMMY},
+ {"URN_OASIS_NAMES_TC_DUMMY",XML_URN_OASIS_NAMES_TC_DUMMY},
+ {"0",XML_0},
+ {"N_OOOC_DUMMY",XML_N_OOOC_DUMMY},
+ {"N_FORMX_DUMMY",XML_N_FORMX_DUMMY},
{"radio",XML_radio},
- {"option",XML_option},
- {"UNIT_KM_DUMMY",XML_UNIT_KM_DUMMY},
- {"N_CONFIG_DUMMY",XML_N_CONFIG_DUMMY},
- {"IBM850",XML_IBM850},
{"annote",XML_annote},
- {"N_TABLE_OLD_DUMMY",XML_N_TABLE_OLD_DUMMY},
- {"N_FO_COMPAT_DUMMY",XML_N_FO_COMPAT_DUMMY},
- {"TOP_VALUES_DUMMY",XML_TOP_VALUES_DUMMY},
- {"N_META_DUMMY",XML_N_META_DUMMY},
- {"first-page",XML_first_page},
+ {"N_MATH_DUMMY",XML_N_MATH_DUMMY},
+ {"cone",XML_cone},
+ {"radar",XML_radar},
{"a",XML_a},
- {"buttons",XML_buttons},
- {"N_META_OLD_DUMMY",XML_N_META_OLD_DUMMY},
- {"N_CONFIG_OOO_DUMMY",XML_N_CONFIG_OOO_DUMMY},
- {"meta",XML_meta},
- {"N_META_OOO_DUMMY",XML_N_META_OOO_DUMMY},
- {"KERNING_NORMAL_DUMMY",XML_KERNING_NORMAL_DUMMY},
- {"IBM865",XML_IBM865},
+ {"N_SCRIPT_OOO_DUMMY",XML_N_SCRIPT_OOO_DUMMY},
+ {"free",XML_free},
+ {"CDATA",XML_CDATA},
+ {"center",XML_center},
+ {"N_CHART_EXT_DUMMY",XML_N_CHART_EXT_DUMMY},
+ {"N_SVG_DUMMY",XML_N_SVG_DUMMY},
+ {"rotateIn",XML_rotateIn},
+ {"fadeToColor",XML_fadeToColor},
+ {"XML_DOCTYPE_PREFIX_DUMMY",XML_XML_DOCTYPE_PREFIX_DUMMY},
+ {"N_PRESENTATION_OASIS_DUMMY",XML_N_PRESENTATION_OASIS_DUMMY},
+ {"N_DR3D_DUMMY",XML_N_DR3D_DUMMY},
+ {"N_CSS3TEXT_DUMMY",XML_N_CSS3TEXT_DUMMY},
+ {"N_RPT_OASIS_DUMMY",XML_N_RPT_OASIS_DUMMY},
+ {"3",XML_3},
+ {"cornersIn",XML_cornersIn},
+ {"cot",XML_cot},
+ {"NOMATCH_DUMMY",XML_NOMATCH_DUMMY},
+ {"ci",XML_ci},
+ {"cornersOut",XML_cornersOut},
+ {"content",XML_content},
+ {"N_DR3D_OOO_DUMMY",XML_N_DR3D_OOO_DUMMY},
+ {"current",XML_current},
+ {"rotateOut",XML_rotateOut},
{"N_OF_DUMMY",XML_N_OF_DUMMY},
- {"button3",XML_button3},
- {"NP_TEXT_DUMMY",XML_NP_TEXT_DUMMY},
- {"red",XML_red},
- {"N_ANIMATION_DUMMY",XML_N_ANIMATION_DUMMY},
- {"NP_NUMBER_DUMMY",XML_NP_NUMBER_DUMMY},
- {"N_TABLE_EXT_DUMMY",XML_N_TABLE_EXT_DUMMY},
+ {"N_FO_COMPAT_DUMMY",XML_N_FO_COMPAT_DUMMY},
+ {"cut",XML_cut},
+ {"TOP_PERCENT_DUMMY",XML_TOP_PERCENT_DUMMY},
{"NOEMPTY_DUMMY",XML_NOEMPTY_DUMMY},
- {"pattern",XML_pattern},
- {"N_CHART_DUMMY",XML_N_CHART_DUMMY},
- {"rect",XML_rect},
- {"N_CHART_OOO_DUMMY",XML_N_CHART_OOO_DUMMY},
- {"button",XML_button},
+ {"audio",XML_audio},
+ {"queries",XML_queries},
+ {"auto",XML_auto},
+ {"IBM437",XML_IBM437},
+ {"outside",XML_outside},
+ {"rotation",XML_rotation},
{"GNM_STEP_END_DUMMY",XML_GNM_STEP_END_DUMMY},
- {"XML_DOCTYPE_SUFFIX_DUMMY",XML_XML_DOCTYPE_SUFFIX_DUMMY},
- {"rotate",XML_rotate},
- {"radar",XML_radar},
- {"button1",XML_button1},
- {"macro",XML_macro},
- {"N_CHART_OLD_DUMMY",XML_N_CHART_OLD_DUMMY},
- {"roman",XML_roman},
- {"button4",XML_button4},
- {"footnotes-position",XML_footnotes_position},
- {"border-top",XML_border_top},
- {"NP_BLOCK_LIST_DUMMY",XML_NP_BLOCK_LIST_DUMMY},
- {"munder",XML_munder},
- {"button2",XML_button2},
- {"N_MATH_DUMMY",XML_N_MATH_DUMMY},
- {"N_PRESENTATION_OOO_DUMMY",XML_N_PRESENTATION_OOO_DUMMY},
+ {"odd",XML_odd},
+ {"APPLICATION_TEXT_DUMMY",XML_APPLICATION_TEXT_DUMMY},
+ {"and",XML_and},
+ {"address",XML_address},
+ {"N_CONFIG_DUMMY",XML_N_CONFIG_DUMMY},
{"fade-out",XML_fade_out},
- {"N_PRESENTATION_DUMMY",XML_N_PRESENTATION_DUMMY},
- {"BACKGROUND_STRETCH_DUMMY",XML_BACKGROUND_STRETCH_DUMMY},
- {"audio",XML_audio},
- {"N_RPT_OASIS_DUMMY",XML_N_RPT_OASIS_DUMMY},
- {"NP_FORM_DUMMY",XML_NP_FORM_DUMMY},
- {"NP_FIELD_DUMMY",XML_NP_FIELD_DUMMY},
- {"NP_SCRIPT_DUMMY",XML_NP_SCRIPT_DUMMY},
- {"N_CHART_EXT_DUMMY",XML_N_CHART_EXT_DUMMY},
- {"NOMATCH_DUMMY",XML_NOMATCH_DUMMY},
- {"N_PRESENTATION_OLD_DUMMY",XML_N_PRESENTATION_OLD_DUMMY},
- {"COLUMNSPLIT_AUTO_DUMMY",XML_COLUMNSPLIT_AUTO_DUMMY},
- {"OPAQUE_FOREGROUND_DUMMY",XML_OPAQUE_FOREGROUND_DUMMY},
{"3d",XML_3d},
- {"GNM_STEP_CENTER_Y_DUMMY",XML_GNM_STEP_CENTER_Y_DUMMY},
- {"fade-to-center",XML_fade_to_center},
- {"ordered-list",XML_ordered_list},
- {"odd",XML_odd},
+ {"XML_DOCTYPE_SUFFIX_DUMMY",XML_XML_DOCTYPE_SUFFIX_DUMMY},
+ {"xades132",XML_xades132},
+ {"continue",XML_continue},
{"APPLICATION_X_WWW_FORM_URLENCODED_DUMMY",XML_APPLICATION_X_WWW_FORM_URLENCODED_DUMMY},
- {"m",XML_m},
- {"rotateIn",XML_rotateIn},
- {"address",XML_address},
- {"HATCHSTYLE_DOUBLE_DUMMY",XML_HATCHSTYLE_DOUBLE_DUMMY},
- {"N_OFFICE_DUMMY",XML_N_OFFICE_DUMMY},
- {"HATCH_STYLE_DUMMY",XML_HATCH_STYLE_DUMMY},
- {"NP_META_DUMMY",XML_NP_META_DUMMY},
- {"maction",XML_maction},
- {"NP_DRAW_DUMMY",XML_NP_DRAW_DUMMY},
+ {"contrast",XML_contrast},
{"qrcode",XML_qrcode},
- {"and",XML_and},
- {"NP_TABLE_DUMMY",XML_NP_TABLE_DUMMY},
+ {"constant",XML_constant},
+ {"N_CONFIG_OOO_DUMMY",XML_N_CONFIG_OOO_DUMMY},
{"ISO-8859-1",XML_ISO_8859_1},
- {"APPLICATION_TEXT_DUMMY",XML_APPLICATION_TEXT_DUMMY},
- {"N_OFFICE_OLD_DUMMY",XML_N_OFFICE_OLD_DUMMY},
- {"auto",XML_auto},
- {"N_OFFICE_OOO_DUMMY",XML_N_OFFICE_OOO_DUMMY},
+ {"of",XML_of},
+ {"GNM_STEP_START_DUMMY",XML_GNM_STEP_START_DUMMY},
+ {"ordered-list",XML_ordered_list},
{"bind",XML_bind},
- {"N_OFFICE_EXT_DUMMY",XML_N_OFFICE_EXT_DUMMY},
- {"rotateOut",XML_rotateOut},
- {"NP_PRESENTATION_DUMMY",XML_NP_PRESENTATION_DUMMY},
- {"GNM_STEP_CENTER_X_DUMMY",XML_GNM_STEP_CENTER_X_DUMMY},
+ {"presentation",XML_presentation},
+ {"continuous",XML_continuous},
{"annotations",XML_annotations},
- {"linearGradient",XML_linearGradient},
- {"location",XML_location},
- {"WEIGHT_NORMAL_DUMMY",XML_WEIGHT_NORMAL_DUMMY},
- {"rotation",XML_rotation},
- {"HATCH_DISTANCE_DUMMY",XML_HATCH_DISTANCE_DUMMY},
- {"outside",XML_outside},
- {"URN_OASIS_NAMES_TC_DUMMY",XML_URN_OASIS_NAMES_TC_DUMMY},
- {"forms",XML_forms},
- {"base-dn",XML_base_dn},
+ {"GNM_STEP_CENTER_Y_DUMMY",XML_GNM_STEP_CENTER_Y_DUMMY},
+ {"NP_STYLE_DUMMY",XML_NP_STYLE_DUMMY},
+ {"contains",XML_contains},
{"kind",XML_kind},
- {"mirrored",XML_mirrored},
- {"file",XML_file},
- {"parsed",XML_parsed},
{"annotation",XML_annotation},
- {"fromTop",XML_fromTop},
- {"PRESENTATION_OBJECT_DUMMY",XML_PRESENTATION_OBJECT_DUMMY},
- {"NP_CHART_DUMMY",XML_NP_CHART_DUMMY},
- {"NP_MATH_DUMMY",XML_NP_MATH_DUMMY},
- {"PRESENTATION_TITLE_DUMMY",XML_PRESENTATION_TITLE_DUMMY},
- {"GNM_STEP_START_DUMMY",XML_GNM_STEP_START_DUMMY},
- {"HATCHSTYLE_SINGLE_DUMMY",XML_HATCHSTYLE_SINGLE_DUMMY},
- {"MULTIPART_FORMDATA_DUMMY",XML_MULTIPART_FORMDATA_DUMMY},
- {"PRESENTATION_SUBTITLE_DUMMY",XML_PRESENTATION_SUBTITLE_DUMMY},
- {"BACKGROUND_REPEAT_DUMMY",XML_BACKGROUND_REPEAT_DUMMY},
- {"CDATA",XML_CDATA},
- {"font-adornments",XML_font_adornments},
- {"filter",XML_filter},
- {"role",XML_role},
+ {"base-dn",XML_base_dn},
+ {"location",XML_location},
+ {"constraint",XML_constraint},
{"arcsin",XML_arcsin},
+ {"parsed",XML_parsed},
{"records",XML_records},
- {"code",XML_code},
- {"false",XML_false},
- {"cos",XML_cos},
- {"PRESENTATION_NOTES_DUMMY",XML_PRESENTATION_NOTES_DUMMY},
- {"cone",XML_cone},
+ {"current-state",XML_current_state},
+ {"NP_TEXT_DUMMY",XML_NP_TEXT_DUMMY},
+ {"restartDefault",XML_restartDefault},
+ {"N_OFFICE_DUMMY",XML_N_OFFICE_DUMMY},
+ {"NP_NUMBER_DUMMY",XML_NP_NUMBER_DUMMY},
+ {"GNM_STEP_CENTER_X_DUMMY",XML_GNM_STEP_CENTER_X_DUMMY},
+ {"contains-error",XML_contains_error},
+ {"N_OFFICE_EXT_DUMMY",XML_N_OFFICE_EXT_DUMMY},
{"css3t",XML_css3t},
- {"online",XML_online},
- {"macro-name",XML_macro_name},
+ {"MULTIPART_FORMDATA_DUMMY",XML_MULTIPART_FORMDATA_DUMMY},
+ {"N_OFFICE_OLD_DUMMY",XML_N_OFFICE_OLD_DUMMY},
+ {"fade-to-center",XML_fade_to_center},
+ {"arctan",XML_arctan},
+ {"NP_META_DUMMY",XML_NP_META_DUMMY},
+ {"conference",XML_conference},
{"onLoad",XML_onLoad},
+ {"N_OFFICE_OOO_DUMMY",XML_N_OFFICE_OOO_DUMMY},
+ {"NP_TABLE_DUMMY",XML_NP_TABLE_DUMMY},
+ {"N_SVG_COMPAT_DUMMY",XML_N_SVG_COMPAT_DUMMY},
+ {"rotation-align",XML_rotation_align},
+ {"outside-start",XML_outside_start},
+ {"NP_BLOCK_LIST_DUMMY",XML_NP_BLOCK_LIST_DUMMY},
+ {"NP_DRAW_DUMMY",XML_NP_DRAW_DUMMY},
+ {"current-date",XML_current_date},
+ {"required",XML_required},
+ {"list-info",XML_list_info},
+ {"NP_FIELD_DUMMY",XML_NP_FIELD_DUMMY},
+ {"NP_FORM_DUMMY",XML_NP_FORM_DUMMY},
+ {"case-sensitive",XML_case_sensitive},
+ {"add-in",XML_add_in},
+ {"area",XML_area},
+ {"creator",XML_creator},
+ {"URI_W3_PREFIX_DUMMY",XML_URI_W3_PREFIX_DUMMY},
+ {"URI_XFORMS_SUFFIX_DUMMY",XML_URI_XFORMS_SUFFIX_DUMMY},
+ {"current-value",XML_current_value},
+ {"font-adornments",XML_font_adornments},
+ {"condition",XML_condition},
+ {"IBM863",XML_IBM863},
+ {"preset-id",XML_preset_id},
+ {"onend",XML_onend},
{"rem",XML_rem},
- {"PRESENTATION_CHART_DUMMY",XML_PRESENTATION_CHART_DUMMY},
- {"free",XML_free},
+ {"linearGradient",XML_linearGradient},
+ {"role",XML_role},
+ {"paced",XML_paced},
+ {"reln",XML_reln},
+ {"zeros-numerator-digits",XML_zeros_numerator_digits},
+ {"NP_MATH_DUMMY",XML_NP_MATH_DUMMY},
+ {"forms",XML_forms},
+ {"current-selected",XML_current_selected},
+ {"online",XML_online},
+ {"list-id",XML_list_id},
+ {"file",XML_file},
+ {"after-section",XML_after_section},
+ {"NP_SCRIPT_DUMMY",XML_NP_SCRIPT_DUMMY},
+ {"corner-radius",XML_corner_radius},
{"zeros-denominator-digits",XML_zeros_denominator_digits},
- {"center",XML_center},
+ {"lines-used",XML_lines_used},
+ {"NP_CHART_DUMMY",XML_NP_CHART_DUMMY},
+ {"filter",XML_filter},
+ {"button3",XML_button3},
{"bottomLeft",XML_bottomLeft},
- {"centerTop",XML_centerTop},
- {"arctan",XML_arctan},
- {"list-id",XML_list_id},
- {"from-top",XML_from_top},
- {"ci",XML_ci},
- {"compose",XML_compose},
+ {"false",XML_false},
+ {"outside-end",XML_outside_end},
+ {"fade-from-left",XML_fade_from_left},
+ {"fade-from-center",XML_fade_from_center},
+ {"NP_PRESENTATION_DUMMY",XML_NP_PRESENTATION_DUMMY},
+ {"qrcode-errorcorrection",XML_qrcode_errorcorrection},
+ {"fine-dashed",XML_fine_dashed},
+ {"content-validations",XML_content_validations},
+ {"fade-from-lowerleft",XML_fade_from_lowerleft},
{"bottomCenter",XML_bottomCenter},
- {"reln",XML_reln},
- {"outside-start",XML_outside_start},
- {"cn",XML_cn},
- {"auto-position",XML_auto_position},
- {"add-in",XML_add_in},
- {"content",XML_content},
- {"list-item",XML_list_item},
- {"cornersOut",XML_cornersOut},
- {"open",XML_open},
- {"URI_XFORMS_SUFFIX_DUMMY",XML_URI_XFORMS_SUFFIX_DUMMY},
- {"rotation-align",XML_rotation_align},
- {"modifiers",XML_modifiers},
+ {"content-validation",XML_content_validation},
+ {"recreate-on-edit",XML_recreate_on_edit},
+ {"cut_offs",cut_offs2},
{"order-statement",XML_order_statement},
- {"bitmap",XML_bitmap},
+ {"annotation-end",XML_annotation_end},
+ {"fade-from-lowerright",XML_fade_from_lowerright},
+ {"creation-date",XML_creation_date},
+ {"after-effect",XML_after_effect},
+ {"comment",XML_comment},
+ {"color",XML_color},
+ {"list-item",XML_list_item},
{"filter-or",XML_filter_or},
- {"cot",XML_cot},
- {"cornersIn",XML_cornersIn},
- {"zeros-numerator-digits",XML_zeros_numerator_digits},
+ {"custom2",XML_custom2},
+ {"create-date",XML_create_date},
+ {"custom5",XML_custom5},
+ {"pie-offset",XML_pie_offset},
+ {"custom4",XML_custom4},
+ {"in",XML_in},
+ {"line-number",XML_line_number},
{"filter-options",XML_filter_options},
- {"PRESENTATION_GRAPHIC_DUMMY",XML_PRESENTATION_GRAPHIC_DUMMY},
- {"lines-used",XML_lines_used},
- {"fine-dashed",XML_fine_dashed},
- {"paced",XML_paced},
- {"required",XML_required},
- {"contrast",XML_contrast},
- {"formatted-text",XML_formatted_text},
- {"component",XML_component},
- {"PRESENTATION_TABLE_DUMMY",XML_PRESENTATION_TABLE_DUMMY},
- {"queries",XML_queries},
- {"CASEMAP_NORMAL_DUMMY",XML_CASEMAP_NORMAL_DUMMY},
- {"constant",XML_constant},
- {"current",XML_current},
+ {"inset",XML_inset},
{"list-name",XML_list_name},
- {"operator",XML_operator},
- {"font-name",XML_font_name},
- {"constraint",XML_constraint},
+ {"bt-lr",XML_bt_lr},
{"i",XML_i},
- {"qrcode-errorcorrection",XML_qrcode_errorcorrection},
- {"contains",XML_contains},
- {"footer-first",XML_footer_first},
- {"cut",XML_cut},
- {"continue",XML_continue},
- {"line-number",XML_line_number},
- {"inset",XML_inset},
- {"operation",XML_operation},
- {"fadeFromColor",XML_fadeFromColor},
- {"filter-statement",XML_filter_statement},
- {"bottom-up",XML_bottom_up},
- {"continuous",XML_continuous},
- {"recreate-on-edit",XML_recreate_on_edit},
- {"in",XML_in},
- {"list-info",XML_list_info},
- {"floor",XML_floor},
{"indent",XML_indent},
- {"contains-error",XML_contains_error},
- {"purple",XML_purple},
- {"outside-end",XML_outside_end},
- {"min-denominator-digits",XML_min_denominator_digits},
- {"base-time-unit",XML_base_time_unit},
- {"presentation",XML_presentation},
- {"bold",XML_bold},
- {"module",XML_module},
- {"PRESENTATION_PAGE_DUMMY",XML_PRESENTATION_PAGE_DUMMY},
- {"current-state",XML_current_state},
- {"mm",XML_mm},
- {"float",XML_float},
- {"auto-update",XML_auto_update},
- {"annotation-end",XML_annotation_end},
- {"inherit",XML_inherit},
- {"case-sensitive",XML_case_sensitive},
+ {"formatted-text",XML_formatted_text},
+ {"cut-offs",XML_cut_offs},
+ {"font-name",XML_font_name},
+ {"custom1",XML_custom1},
{"int",XML_int},
- {"from-inside",XML_from_inside},
- {"zoom",XML_zoom},
+ {"bold",XML_bold},
+ {"fadeFromColor",XML_fadeFromColor},
+ {"filter-statement",XML_filter_statement},
+ {"is-tristate",XML_is_tristate},
+ {"conditional-formats",XML_conditional_formats},
+ {"conditional-format",XML_conditional_format},
{"insertion",XML_insertion},
- {"km",XML_km},
+ {"inherit",XML_inherit},
{"baseline",XML_baseline},
- {"fadeColor",XML_fadeColor},
- {"form",XML_form},
- {"from",XML_from},
- {"b-spline",XML_b_spline},
- {"restartDefault",XML_restartDefault},
- {"boolean",XML_boolean},
- {"condition",XML_condition},
- {"cursor-position",XML_cursor_position},
- {"preset-id",XML_preset_id},
- {"first-date-time",XML_first_date_time},
- {"current-date",XML_current_date},
- {"xmlns",XML_xmlns},
- {"fade-from-left",XML_fade_from_left},
- {"fade-from-top",XML_fade_from_top},
- {"modulate",XML_modulate},
- {"area",XML_area},
- {"fade-from-center",XML_fade_from_center},
- {"fade-from-upperleft",XML_fade_from_upperleft},
- {"fromBottomLeft",XML_fromBottomLeft},
- {"middle",XML_middle},
- {"fade-from-lowerleft",XML_fade_from_lowerleft},
- {"randomBarWipe",XML_randomBarWipe},
- {"master-fields",XML_master_fields},
- {"content-validations",XML_content_validations},
+ {"base-time-unit",XML_base_time_unit},
+ {"outline",XML_outline},
{"institution",XML_institution},
- {"fade-from-upperright",XML_fade_from_upperright},
- {"bottom",XML_bottom},
- {"medium",XML_medium},
+ {"ole2",XML_ole2},
+ {"first-date-time",XML_first_date_time},
+ {"custom-shape",XML_custom_shape},
+ {"fadeColor",XML_fadeColor},
+ {"custom-iconset",XML_custom_iconset},
{"inside",XML_inside},
- {"footnotes-configuration",XML_footnotes_configuration},
- {"presentation-page-layout-name",XML_presentation_page_layout_name},
- {"presentation-page-layout",XML_presentation_page_layout},
- {"fade-from-lowerright",XML_fade_from_lowerright},
- {"xforms",XML_xforms},
- {"content-validation",XML_content_validation},
+ {"km",XML_km},
+ {"justified",XML_justified},
+ {"color-inversion",XML_color_inversion},
+ {"xmlns",XML_xmlns},
+ {"calendar",XML_calendar},
+ {"form",XML_form},
+ {"iterate",XML_iterate},
+ {"creation-time",XML_creation_time},
{"font-name-asian",XML_font_name_asian},
- {"color",XML_color},
- {"current-value",XML_current_value},
- {"plot-area",XML_plot_area},
- {"outline",XML_outline},
- {"param",XML_param},
- {"current-selected",XML_current_selected},
- {"mphantom",XML_mphantom},
- {"after-section",XML_after_section},
- {"onend",XML_onend},
- {"fromLeft",XML_fromLeft},
- {"corner-radius",XML_corner_radius},
- {"insertion-position",XML_insertion_position},
- {"fromTopLeft",XML_fromTopLeft},
- {"comment",XML_comment},
- {"fanInVertical",XML_fanInVertical},
- {"add-empty-lines",XML_add_empty_lines},
- {"of",XML_of},
- {"filter-name",XML_filter_name},
- {"parameter-name-substitution",XML_parameter_name_substitution},
+ {"indefinite",XML_indefinite},
+ {"automatic-order",XML_automatic_order},
{"id",XML_id},
- {"custom3",XML_custom3},
- {"filter-and",XML_filter_and},
- {"master-detail-fields",XML_master_detail_fields},
+ {"bottom",XML_bottom},
+ {"alternate",XML_alternate},
{"automatic-content",XML_automatic_content},
- {"on-update-keep-styles",XML_on_update_keep_styles},
- {"custom1",XML_custom1},
+ {"parameter-name-substitution",XML_parameter_name_substitution},
+ {"automatic-focus",XML_automatic_focus},
+ {"filter-and",XML_filter_and},
+ {"insertion-position",XML_insertion_position},
+ {"command",XML_command},
+ {"continue-list",XML_continue_list},
+ {"ident",XML_ident},
{"add-in-name",XML_add_in_name},
- {"custom4",XML_custom4},
- {"file-name",XML_file_name},
- {"automatic-order",XML_automatic_order},
+ {"position-left",XML_position_left},
+ {"iteration",XML_iteration},
+ {"fanInVertical",XML_fanInVertical},
+ {"param",XML_param},
{"bold-dotted",XML_bold_dotted},
- {"conference",XML_conference},
- {"boolean-value",XML_boolean_value},
- {"on-update-keep-size",XML_on_update_keep_size},
- {"custom2",XML_custom2},
- {"alternate",XML_alternate},
- {"conditional-formats",XML_conditional_formats},
- {"conditional-format",XML_conditional_format},
- {"automatic-update",XML_automatic_update},
- {"bt-lr",XML_bt_lr},
+ {"content-validation-name",XML_content_validation_name},
+ {"fade-from-bottom",XML_fade_from_bottom},
+ {"cm",XML_cm},
+ {"custom-iconset-name",XML_custom_iconset_name},
+ {"font-relief",XML_font_relief},
+ {"oneBlade",XML_oneBlade},
+ {"related-column-name",XML_related_column_name},
{"factorial",XML_factorial},
- {"footnote-ref",XML_footnote_ref},
+ {"custom3",XML_custom3},
+ {"filter-name",XML_filter_name},
+ {"custom",XML_custom},
+ {"columns",XML_columns},
+ {"column",XML_column},
+ {"blend",XML_blend},
+ {"border-left",XML_border_left},
+ {"consolidation",XML_consolidation},
+ {"file-name",XML_file_name},
{"fanOutHorizontal",XML_fanOutHorizontal},
- {"automatic-focus",XML_automatic_focus},
- {"is-tristate",XML_is_tristate},
- {"creator",XML_creator},
- {"close",XML_close},
- {"pool-id",XML_pool_id},
- {"custom-iconset",XML_custom_iconset},
{"random",XML_random},
- {"meta-field",XML_meta_field},
- {"custom5",XML_custom5},
- {"custom-shape",XML_custom_shape},
- {"color-inversion",XML_color_inversion},
- {"related-column-name",XML_related_column_name},
- {"master-detail-field",XML_master_detail_field},
- {"ole2",XML_ole2},
- {"fromBottom",XML_fromBottom},
- {"justified",XML_justified},
- {"fade-from-bottom",XML_fade_from_bottom},
- {"iterate",XML_iterate},
- {"outline-subtotals-top",XML_outline_subtotals_top},
- {"cm",XML_cm},
- {"crossfade",XML_crossfade},
- {"formulas",XML_formulas},
- {"indefinite",XML_indefinite},
- {"position-left",XML_position_left},
- {"calendar",XML_calendar},
- {"left",XML_left},
- {"model",XML_model},
- {"footer-left",XML_footer_left},
- {"content-validation-name",XML_content_validation_name},
+ {"field",XML_field},
+ {"color-mode",XML_color_mode},
+ {"p",XML_p},
+ {"comma-separated",XML_comma_separated},
+ {"ms",XML_ms},
+ {"field-name",XML_field_name},
+ {"auto-reload",XML_auto_reload},
+ {"identifier",XML_identifier},
+ {"mtr",XML_mtr},
+ {"mode",XML_mode},
+ {"mn",XML_mn},
+ {"msqrt",XML_msqrt},
{"increment",XML_increment},
- {"font-relief",XML_font_relief},
- {"custom-iconset-name",XML_custom_iconset_name},
- {"minimum",XML_minimum},
- {"iteration",XML_iteration},
+ {"mo",XML_mo},
+ {"formulas",XML_formulas},
+ {"ooo",XML_ooo},
+ {"merror",XML_merror},
+ {"modern",XML_modern},
+ {"moment",XML_moment},
+ {"can-add-comment",XML_can_add_comment},
+ {"min",XML_min},
+ {"mi",XML_mi},
+ {"root",XML_root},
+ {"creator-initials",XML_creator_initials},
+ {"footer",XML_footer},
+ {"rpt",XML_rpt},
+ {"mono",XML_mono},
+ {"partialdiff",XML_partialdiff},
+ {"mirror",XML_mirror},
+ {"miter",XML_miter},
+ {"minor",XML_minor},
+ {"master",XML_master},
{"formula",XML_formula},
- {"continue-list",XML_continue_list},
- {"creation-date",XML_creation_date},
- {"ident",XML_ident},
- {"create-date",XML_create_date},
- {"multi-deletion-spanned",XML_multi_deletion_spanned},
- {"custom",XML_custom},
- {"leftCenter",XML_leftCenter},
- {"filter-set-item",XML_filter_set_item},
- {"after-effect",XML_after_effect},
+ {"minus",XML_minus},
+ {"minute",XML_minute},
+ {"footnote",XML_footnote},
+ {"minutes",XML_minutes},
+ {"quotient",XML_quotient},
+ {"outside-minimum",XML_outside_minimum},
{"rl",XML_rl},
- {"dot",XML_dot},
+ {"barWipe",XML_barWipe},
+ {"median",XML_median},
+ {"option",XML_option},
+ {"insertion-cut-off",XML_insertion_cut_off},
+ {"mtd",XML_mtd},
+ {"maroon",XML_maroon},
+ {"mastersthesis",XML_mastersthesis},
+ {"outside-maximum",XML_outside_maximum},
+ {"barnVeeWipe",XML_barnVeeWipe},
+ {"media",XML_media},
+ {"meta",XML_meta},
+ {"fanWipe",XML_fanWipe},
+ {"open",XML_open},
+ {"master-element",XML_master_element},
+ {"cell-range",XML_cell_range},
+ {"munder",XML_munder},
+ {"compose",XML_compose},
+ {"centerTop",XML_centerTop},
+ {"bottom-left",XML_bottom_left},
+ {"button-type",XML_button_type},
+ {"component",XML_component},
+ {"color-table",XML_color_table},
+ {"macro",XML_macro},
+ {"first-page",XML_first_page},
+ {"modifiers",XML_modifiers},
+ {"xml",XML_xml},
+ {"column-sort-transformation",XML_column_sort_transformation},
+ {"cell-range-source",XML_cell_range_source},
+ {"outline-subtotals-bottom",XML_outline_subtotals_bottom},
+ {"filter-set-item",XML_filter_set_item},
+ {"operator",XML_operator},
+ {"maction",XML_maction},
+ {"radial",XML_radial},
+ {"footnotes-position",XML_footnotes_position},
+ {"operation",XML_operation},
+ {"control",XML_control},
+ {"automatic-styles",XML_automatic_styles},
+ {"roll-from-left",XML_roll_from_left},
+ {"filled-radar",XML_filled_radar},
+ {"outline-level",XML_outline_level},
+ {"formula-hidden",XML_formula_hidden},
+ {"outline-style",XML_outline_style},
+ {"mirrored",XML_mirrored},
+ {"central",XML_central},
+ {"footer-first",XML_footer_first},
+ {"is-data-layout-field",XML_is_data_layout_field},
+ {"column-name",XML_column_name},
+ {"cursor-position",XML_cursor_position},
+ {"m",XML_m},
+ {"is-list-header",XML_is_list_header},
+ {"auto-position",XML_auto_position},
+ {"macro-name",XML_macro_name},
+ {"item",XML_item},
+ {"audio-level",XML_audio_level},
+ {"footnote-ref",XML_footnote_ref},
+ {"cell-range-address",XML_cell_range_address},
+ {"fieldmark-start",XML_fieldmark_start},
+ {"font-family-asian",XML_font_family_asian},
+ {"cell-address",XML_cell_address},
+ {"presentation-page-layout-name",XML_presentation_page_layout_name},
+ {"presentation-page-layout",XML_presentation_page_layout},
+ {"master-fields",XML_master_fields},
+ {"footnotes-configuration",XML_footnotes_configuration},
+ {"auto-update",XML_auto_update},
+ {"fade-from-upperleft",XML_fade_from_upperleft},
+ {"fade-from-top",XML_fade_from_top},
+ {"crossfade",XML_crossfade},
+ {"font-family-generic-asian",XML_font_family_generic_asian},
+ {"fieldmark-end",XML_fieldmark_end},
+ {"fill-image",XML_fill_image},
+ {"fill",XML_fill},
+ {"fade-from-upperright",XML_fade_from_upperright},
+ {"full",XML_full},
+ {"xforms",XML_xforms},
+ {"fromLeft",XML_fromLeft},
+ {"all",XML_all},
+ {"bottom-up",XML_bottom_up},
+ {"master-detail-fields",XML_master_detail_fields},
+ {"min-denominator-digits",XML_min_denominator_digits},
+ {"automatic-find-labels",XML_automatic_find_labels},
+ {"ds",XML_ds},
+ {"meta-field",XML_meta_field},
+ {"purple",XML_purple},
+ {"module",XML_module},
+ {"left",XML_left},
+ {"floor",XML_floor},
{"dur",XML_dur},
- {"color-mode",XML_color_mode},
- {"command",XML_command},
+ {"column-datetime-transformation",XML_column_datetime_transformation},
+ {"fill-rule",XML_fill_rule},
+ {"dots2",XML_dots2},
+ {"dot",XML_dot},
{"ridge",XML_ridge},
- {"columns",XML_columns},
- {"auto-reload",XML_auto_reload},
- {"xml",XML_xml},
+ {"from-inside",XML_from_inside},
+ {"illustration-index-entry-template",XML_illustration_index_entry_template},
+ {"boolean",XML_boolean},
+ {"float",XML_float},
+ {"column-number-transformation",XML_column_number_transformation},
+ {"leftCenter",XML_leftCenter},
+ {"master-detail-field",XML_master_detail_field},
+ {"modulate",XML_modulate},
+ {"date",XML_date},
+ {"illustration-index-source",XML_illustration_index_source},
+ {"roll-from-bottom",XML_roll_from_bottom},
{"dots1",XML_dots1},
- {"margins",XML_margins},
- {"column",XML_column},
- {"border-left",XML_border_left},
- {"consolidation",XML_consolidation},
+ {"randomBarWipe",XML_randomBarWipe},
+ {"close",XML_close},
+ {"b-spline",XML_b_spline},
{"d",XML_d},
- {"position-right",XML_position_right},
- {"oneBlade",XML_oneBlade},
- {"date",XML_date},
- {"dots2",XML_dots2},
- {"outside-minimum",XML_outside_minimum},
- {"pentagonWipe",XML_pentagonWipe},
- {"component-collection",XML_component_collection},
- {"margin",XML_margin},
+ {"middle",XML_middle},
+ {"fillDefault",XML_fillDefault},
{"dimension",XML_dimension},
- {"master-page",XML_master_page},
- {"column-sep",XML_column_sep},
- {"outside-maximum",XML_outside_maximum},
- {"interpolation",XML_interpolation},
+ {"mm",XML_mm},
+ {"include-hidden-cells",XML_include_hidden_cells},
+ {"zoom",XML_zoom},
{"domain",XML_domain},
- {"boolean-comparison-mode",XML_boolean_comparison_mode},
- {"boolean-style",XML_boolean_style},
- {"blend",XML_blend},
- {"left-top-position",XML_left_top_position},
- {"margin-top",XML_margin_top},
+ {"position-right",XML_position_right},
+ {"pentagonWipe",XML_pentagonWipe},
+ {"offset",XML_offset},
+ {"forall",XML_forall},
+ {"from",XML_from},
+ {"ref",XML_ref},
+ {"fill-image-ref-point",XML_fill_image_ref_point},
+ {"column-merge-transformation",XML_column_merge_transformation},
+ {"duration",XML_duration},
+ {"medium",XML_medium},
+ {"plot-area",XML_plot_area},
+ {"border-model",XML_border_model},
{"left-outside",XML_left_outside},
- {"creation-time",XML_creation_time},
- {"field",XML_field},
- {"last-page",XML_last_page},
- {"manual",XML_manual},
- {"protect",XML_protect},
- {"fence",XML_fence},
- {"radial",XML_radial},
- {"cloud",XML_cloud},
+ {"fromBottomLeft",XML_fromBottomLeft},
+ {"data",XML_data},
+ {"datasource",XML_datasource},
{"date-is",XML_date_is},
- {"duration",XML_duration},
- {"min-edge",XML_min_edge},
- {"field-name",XML_field_name},
{"before-after-section",XML_before_after_section},
- {"mprescripts",XML_mprescripts},
- {"filled-radar",XML_filled_radar},
- {"column-percentage",XML_column_percentage},
+ {"add-empty-lines",XML_add_empty_lines},
+ {"automatic-update",XML_automatic_update},
+ {"dr3d",XML_dr3d},
{"decorative",XML_decorative},
- {"collapse",XML_collapse},
+ {"boolean-value",XML_boolean_value},
{"border-right",XML_border_right},
- {"pie-offset",XML_pie_offset},
- {"data",XML_data},
- {"restart-on-page",XML_restart_on_page},
- {"as-template",XML_as_template},
- {"outline-subtotals-bottom",XML_outline_subtotals_bottom},
- {"comma-separated",XML_comma_separated},
- {"min-integer-digits",XML_min_integer_digits},
- {"footer-on-new-page",XML_footer_on_new_page},
- {"automatic-styles",XML_automatic_styles},
- {"formula-hidden",XML_formula_hidden},
- {"cell-protect",XML_cell_protect},
- {"odd-page",XML_odd_page},
{"date-start",XML_date_start},
- {"from-left",XML_from_left},
- {"can-add-comment",XML_can_add_comment},
- {"percentage",XML_percentage},
- {"outline-level",XML_outline_level},
- {"paragraph-content",XML_paragraph_content},
- {"cut_offs",cut_offs2},
- {"paragraph-properties",XML_paragraph_properties},
- {"outline-style",XML_outline_style},
- {"dr3d",XML_dr3d},
- {"fill-image",XML_fill_image},
- {"data-point",XML_data_point},
- {"dom",XML_dom},
- {"paragraph-count",XML_paragraph_count},
- {"audio-level",XML_audio_level},
- {"padding-left",XML_padding_left},
- {"padding-top",XML_padding_top},
- {"dim",XML_dim},
- {"am-pm",XML_am_pm},
- {"fill",XML_fill},
- {"across",XML_across},
- {"libraries",XML_libraries},
- {"color-table",XML_color_table},
- {"bottom-left",XML_bottom_left},
- {"protected",XML_protected},
- {"fromTopRight",XML_fromTopRight},
+ {"footer-left",XML_footer_left},
+ {"fill-image-name",XML_fill_image_name},
{"rotation-angle",XML_rotation_angle},
- {"cell-range",XML_cell_range},
- {"deletions",XML_deletions},
{"dotted",XML_dotted},
- {"restriction",XML_restriction},
- {"deep",XML_deep},
- {"footnote-citation",XML_footnote_citation},
- {"cut-offs",XML_cut_offs},
- {"close-front",XML_close_front},
- {"deletion",XML_deletion},
- {"from-upper-left",XML_from_upper_left},
- {"offset",XML_offset},
- {"full",XML_full},
- {"list-source",XML_list_source},
- {"function",XML_function},
+ {"categories",XML_categories},
+ {"custom-leader-lines",XML_custom_leader_lines},
+ {"component-collection",XML_component_collection},
+ {"outline-subtotals-top",XML_outline_subtotals_top},
+ {"padding-left",XML_padding_left},
+ {"rectangular",XML_rectangular},
+ {"pool-id",XML_pool_id},
{"foreground",XML_foreground},
- {"from-same-table",XML_from_same_table},
- {"control",XML_control},
- {"product",XML_product},
- {"all",XML_all},
+ {"cell-range-address-list",XML_cell_range_address_list},
+ {"close-front",XML_close_front},
+ {"cloud",XML_cloud},
+ {"column-split-transformation",XML_column_split_transformation},
+ {"dom",XML_dom},
+ {"dim",XML_dim},
{"range-address",XML_range_address},
- {"ref",XML_ref},
- {"roll-from-left",XML_roll_from_left},
- {"roll-from-top",XML_roll_from_top},
- {"from-right",XML_from_right},
- {"column-sort-transformation",XML_column_sort_transformation},
- {"cell-range-source",XML_cell_range_source},
- {"datetime",XML_datetime},
- {"font-decls",XML_font_decls},
- {"dateTime",XML_dateTime},
- {"luminance",XML_luminance},
- {"rectangular",XML_rectangular},
- {"color-interpolation",XML_color_interpolation},
- {"determinant",XML_determinant},
- {"force-new-page",XML_force_new_page},
- {"first-column",XML_first_column},
- {"optimal",XML_optimal},
- {"arc",XML_arc},
- {"landscape",XML_landscape},
- {"bottom-right",XML_bottom_right},
- {"column-name",XML_column_name},
- {"arccos",XML_arccos},
{"ascending",XML_ascending},
- {"action",XML_action},
- {"keep-together",XML_keep_together},
- {"accent",XML_accent},
- {"identifier",XML_identifier},
- {"fill-rule",XML_fill_rule},
+ {"dde-source",XML_dde_source},
+ {"deletions",XML_deletions},
{"date-end",XML_date_end},
- {"attractive",XML_attractive},
- {"ignore",XML_ignore},
- {"font-family-asian",XML_font_family_asian},
+ {"deletion",XML_deletion},
+ {"determinant",XML_determinant},
+ {"as-template",XML_as_template},
+ {"mroot",XML_mroot},
+ {"dateTime",XML_dateTime},
+ {"datetime",XML_datetime},
+ {"column-percentage",XML_column_percentage},
+ {"properties",XML_properties},
+ {"multi-line",XML_multi_line},
+ {"configuration-settings",XML_configuration_settings},
+ {"model",XML_model},
+ {"collapse",XML_collapse},
+ {"bottom-right",XML_bottom_right},
+ {"document",XML_document},
{"ref-name",XML_ref_name},
+ {"fromBottom",XML_fromBottom},
+ {"control-implementation",XML_control_implementation},
+ {"config-item-set",XML_config_item_set},
{"date-time",XML_date_time},
- {"creator-initials",XML_creator_initials},
- {"line-distance",XML_line_distance},
- {"fieldmark-start",XML_fieldmark_start},
- {"document",XML_document},
- {"fit-to-contour",XML_fit_to_contour},
- {"actuate",XML_actuate},
- {"font-independent-line-spacing",XML_font_independent_line_spacing},
- {"paragraph-rsid",XML_paragraph_rsid},
- {"partialdiff",XML_partialdiff},
- {"categories",XML_categories},
- {"c",XML_c},
- {"color-interpolation-direction",XML_color_interpolation_direction},
- {"forced-exponent-sign",XML_forced_exponent_sign},
- {"x-mac-roman",XML_x_mac_roman},
- {"z",XML_z},
- {"automatic-find-labels",XML_automatic_find_labels},
- {"insertion-cut-off",XML_insertion_cut_off},
- {"cell-range-address",XML_cell_range_address},
- {"illustration-index-entry-template",XML_illustration_index_entry_template},
- {"master-page-name",XML_master_page_name},
- {"first-row-start-column",XML_first_row_start_column},
- {"font-family-generic-asian",XML_font_family_generic_asian},
- {"is-list-header",XML_is_list_header},
- {"punctuation-wrap",XML_punctuation_wrap},
- {"cell-address",XML_cell_address},
- {"wide",XML_wide},
- {"forall",XML_forall},
- {"correct",XML_correct},
- {"keys",XML_keys},
+ {"position-top",XML_position_top},
+ {"cell-protect",XML_cell_protect},
+ {"from-left",XML_from_left},
+ {"ignore",XML_ignore},
+ {"minimum",XML_minimum},
+ {"am-pm",XML_am_pm},
{"document-settings",XML_document_settings},
- {"once-concurrent",XML_once_concurrent},
{"integer",XML_integer},
- {"accentunder",XML_accentunder},
- {"is-data-layout-field",XML_is_data_layout_field},
+ {"interpolation",XML_interpolation},
+ {"data-field",XML_data_field},
+ {"continue-numbering",XML_continue_numbering},
+ {"in-range",XML_in_range},
+ {"create-date-string",XML_create_date_string},
+ {"border-top",XML_border_top},
+ {"manual",XML_manual},
+ {"boolean-style",XML_boolean_style},
+ {"is-nullable",XML_is_nullable},
{"before-date-time",XML_before_date_time},
- {"auto-increment",XML_auto_increment},
- {"key1",XML_key1},
- {"fill-image-name",XML_fill_image_name},
+ {"parallel",XML_parallel},
+ {"declare",XML_declare},
+ {"decelerate",XML_decelerate},
+ {"roll-from-top",XML_roll_from_top},
+ {"color-interpolation",XML_color_interpolation},
+ {"rectangle",XML_rectangle},
+ {"delimiter",XML_delimiter},
+ {"automatic-print-range",XML_automatic_print_range},
+ {"data-transformations",XML_data_transformations},
+ {"config-item",XML_config_item},
+ {"running-total",XML_running_total},
+ {"color-interpolation-direction",XML_color_interpolation_direction},
+ {"on-update-keep-styles",XML_on_update_keep_styles},
+ {"on-update-keep-size",XML_on_update_keep_size},
+ {"bitmap",XML_bitmap},
+ {"fence",XML_fence},
+ {"document-meta",XML_document_meta},
+ {"percentage",XML_percentage},
+ {"fromTopLeft",XML_fromTopLeft},
+ {"delete-rule",XML_delete_rule},
+ {"optimal",XML_optimal},
+ {"catalog-name",XML_catalog_name},
+ {"detail-fields",XML_detail_fields},
+ {"from-same-table",XML_from_same_table},
+ {"restriction",XML_restriction},
+ {"c",XML_c},
+ {"information",XML_information},
+ {"padding-bottom",XML_padding_bottom},
+ {"across",XML_across},
+ {"denomalign",XML_denomalign},
+ {"libraries",XML_libraries},
+ {"function",XML_function},
{"cube",XML_cube},
- {"acceptance-state",XML_acceptance_state},
- {"from-center",XML_from_center},
+ {"correct",XML_correct},
+ {"dde-item",XML_dde_item},
+ {"luminance",XML_luminance},
+ {"bottomLeftDiagonal",XML_bottomLeftDiagonal},
+ {"list-source",XML_list_source},
{"connector",XML_connector},
- {"fontsize",XML_fontsize},
- {"delimiter",XML_delimiter},
- {"illustration-index-source",XML_illustration_index_source},
- {"key2",XML_key2},
- {"footnote-continuation-notice-forward",XML_footnote_continuation_notice_forward},
- {"footnote-continuation-notice-backward",XML_footnote_continuation_notice_backward},
- {"layer",XML_layer},
- {"date-time-update",XML_date_time_update},
- {"border-model",XML_border_model},
+ {"action",XML_action},
+ {"margins",XML_margins},
+ {"column-replacenull-transformation",XML_column_replacenull_transformation},
+ {"margin",XML_margin},
+ {"arc",XML_arc},
{"precision",XML_precision},
- {"dde-source",XML_dde_source},
- {"fieldmark-end",XML_fieldmark_end},
- {"declare",XML_declare},
+ {"first-column",XML_first_column},
{"csc",XML_csc},
- {"decelerate",XML_decelerate},
- {"menclose",XML_menclose},
+ {"accent",XML_accent},
+ {"actuate",XML_actuate},
+ {"arccos",XML_arccos},
+ {"attractive",XML_attractive},
{"connection-resource",XML_connection_resource},
- {"font-size",XML_font_size},
+ {"font-decls",XML_font_decls},
+ {"gt",XML_gt},
+ {"accentunder",XML_accentunder},
+ {"force-new-page",XML_force_new_page},
{"preset-class",XML_preset_class},
- {"include-hidden-cells",XML_include_hidden_cells},
- {"layer-set",XML_layer_set},
- {"isotropic",XML_isotropic},
- {"format-source",XML_format_source},
- {"icon",XML_icon},
- {"indices",XML_indices},
- {"isbn",XML_isbn},
- {"accepted",XML_accepted},
- {"paragraph-end-margin",XML_paragraph_end_margin},
- {"roll-from-bottom",XML_roll_from_bottom},
+ {"denominator-value",XML_denominator_value},
+ {"print",XML_print},
+ {"detail",XML_detail},
+ {"xsi",XML_xsi},
+ {"once-concurrent",XML_once_concurrent},
+ {"get",XML_get},
+ {"points",XML_points},
+ {"printer",XML_printer},
+ {"prior",XML_prior},
+ {"restart-on-page",XML_restart_on_page},
+ {"connect-bars",XML_connect_bars},
+ {"ignore-result",XML_ignore_result},
+ {"auto-increment",XML_auto_increment},
+ {"x-mac-roman",XML_x_mac_roman},
+ {"fit-to-contour",XML_fit_to_contour},
+ {"last-page",XML_last_page},
{"font-face",XML_font_face},
- {"filter-condition",XML_filter_condition},
+ {"rfc-language-tag-asian",XML_rfc_language_tag_asian},
+ {"first-row-start-column",XML_first_row_start_column},
+ {"mphantom",XML_mphantom},
+ {"min-edge",XML_min_edge},
+ {"line-distance",XML_line_distance},
+ {"odd-page",XML_odd_page},
+ {"column-aggregate-transformation",XML_column_aggregate_transformation},
+ {"keep-together",XML_keep_together},
+ {"generator",XML_generator},
+ {"orientation",XML_orientation},
+ {"data-point",XML_data_point},
+ {"paragraph-content",XML_paragraph_content},
+ {"print-time",XML_print_time},
+ {"min-integer-digits",XML_min_integer_digits},
+ {"paragraph-count",XML_paragraph_count},
+ {"green",XML_green},
+ {"padding-top",XML_padding_top},
+ {"cuboid",XML_cuboid},
+ {"connection-data",XML_connection_data},
+ {"font-face-uri",XML_font_face_uri},
+ {"condition-source",XML_condition_source},
+ {"print-orientation",XML_print_orientation},
+ {"greater",XML_greater},
+ {"multiple",XML_multiple},
+ {"column-sep",XML_column_sep},
+ {"orientation-portrait",XML_orientation_portrait},
+ {"multi-deletion-spanned",XML_multi_deletion_spanned},
+ {"rsid",XML_rsid},
{"coordinate-region",XML_coordinate_region},
- {"anyURI",XML_anyURI},
- {"data-transformations",XML_data_transformations},
- {"connect-bars",XML_connect_bars},
- {"modification-time",XML_modification_time},
- {"s",XML_s},
- {"msup",XML_msup},
- {"format-condition",XML_format_condition},
- {"stop",XML_stop},
- {"fillDefault",XML_fillDefault},
- {"ambient-color",XML_ambient_color},
- {"fill-image-ref-point",XML_fill_image_ref_point},
- {"min-numerator-digits",XML_min_numerator_digits},
- {"icon-set",XML_icon_set},
- {"icon-set-type",XML_icon_set_type},
- {"rectangle",XML_rectangle},
- {"sort",XML_sort},
- {"xforms-settings",XML_xforms_settings},
+ {"isbn",XML_isbn},
+ {"print-date",XML_print_date},
+ {"indices",XML_indices},
+ {"connection-name",XML_connection_name},
+ {"format-source",XML_format_source},
+ {"condition-source-range-address",XML_condition_source_range_address},
{"intersect",XML_intersect},
- {"force-new-column",XML_force_new_column},
+ {"columnalign",XML_columnalign},
+ {"filter-condition",XML_filter_condition},
+ {"paragraph-rsid",XML_paragraph_rsid},
{"instance",XML_instance},
- {"series",XML_series},
- {"automatic-print-range",XML_automatic_print_range},
- {"stripes",XML_stripes},
- {"sphere",XML_sphere},
- {"size",XML_size},
- {"opendocument",XML_opendocument},
- {"font-color",XML_font_color},
+ {"from-right",XML_from_right},
+ {"ambient-color",XML_ambient_color},
+ {"automatic",XML_automatic},
+ {"footnote-sep",XML_footnote_sep},
+ {"font-independent-line-spacing",XML_font_independent_line_spacing},
+ {"force-new-column",XML_force_new_column},
+ {"format-condition",XML_format_condition},
+ {"calcMode",XML_calcMode},
+ {"print-repeated-values",XML_print_repeated_values},
+ {"balanced",XML_balanced},
+ {"circle",XML_circle},
+ {"fill-gradient-name",XML_fill_gradient_name},
+ {"is-autoincrement",XML_is_autoincrement},
+ {"article",XML_article},
+ {"s",XML_s},
{"label-stroke",XML_label_stroke},
+ {"long",XML_long},
+ {"font-color",XML_font_color},
+ {"decimal",XML_decimal},
+ {"xforms-settings",XML_xforms_settings},
+ {"sort",XML_sort},
+ {"size",XML_size},
+ {"ring",XML_ring},
+ {"set",XML_set},
+ {"series",XML_series},
+ {"lang",XML_lang},
+ {"border-color",XML_border_color},
{"sin",XML_sin},
{"pause",XML_pause},
- {"minInclusive",XML_minInclusive},
- {"word",XML_word},
- {"column-merge-transformation",XML_column_merge_transformation},
- {"fit-to-size",XML_fit_to_size},
- {"data-pilot-sort-info",XML_data_pilot_sort_info},
- {"font-face-uri",XML_font_face_uri},
- {"set",XML_set},
- {"delete-rule",XML_delete_rule},
- {"column-replacenull-transformation",XML_column_replacenull_transformation},
- {"automatic",XML_automatic},
- {"running-total",XML_running_total},
- {"condition-source",XML_condition_source},
- {"data-pilot-source",XML_data_pilot_source},
- {"continue-numbering",XML_continue_numbering},
- {"mouseout",XML_mouseout},
- {"autosize",XML_autosize},
{"remove",XML_remove},
- {"document-meta",XML_document_meta},
- {"balanced",XML_balanced},
- {"font-size-asian",XML_font_size_asian},
- {"padding-bottom",XML_padding_bottom},
- {"keyTimes",XML_keyTimes},
- {"fadeOverColor",XML_fadeOverColor},
- {"in-range",XML_in_range},
- {"article",XML_article},
- {"size-protect",XML_size_protect},
- {"information",XML_information},
+ {"boolean-comparison-mode",XML_boolean_comparison_mode},
+ {"gamma",XML_gamma},
+ {"animate",XML_animate},
{"font-decl",XML_font_decl},
- {"data-field",XML_data_field},
- {"connection-data",XML_connection_data},
- {"denomalign",XML_denomalign},
- {"footer-decl",XML_footer_decl},
- {"border-color",XML_border_color},
- {"cuboid",XML_cuboid},
- {"modification-date",XML_modification_date},
- {"label-position",XML_label_position},
- {"config-item-set",XML_config_item_set},
- {"auto-size",XML_auto_size},
- {"freeze",XML_freeze},
- {"font-size-rel-asian",XML_font_size_rel_asian},
- {"provider",XML_provider},
- {"long",XML_long},
- {"condition-source-range-address",XML_condition_source_range_address},
- {"mouse-as-pen",XML_mouse_as_pen},
- {"connection-name",XML_connection_name},
- {"bottomLeftDiagonal",XML_bottomLeftDiagonal},
+ {"odd-columns",XML_odd_columns},
+ {"barnZigZagWipe",XML_barnZigZagWipe},
+ {"accelerate",XML_accelerate},
+ {"date-time-update",XML_date_time_update},
+ {"config-item-map-named",XML_config_item_map_named},
+ {"date-time-decl",XML_date_time_decl},
+ {"animateMotion",XML_animateMotion},
+ {"pending",XML_pending},
{"label-separator",XML_label_separator},
- {"fourPoint",XML_fourPoint},
- {"configuration-settings",XML_configuration_settings},
- {"remove-precedents",XML_remove_precedents},
+ {"config-item-map-indexed",XML_config_item_map_indexed},
+ {"animations",XML_animations},
+ {"language",XML_language},
+ {"paragraph-end-margin",XML_paragraph_end_margin},
+ {"font-face-format",XML_font_face_format},
+ {"animation",XML_animation},
+ {"preserve",XML_preserve},
+ {"ole-action",XML_ole_action},
+ {"preserve-IRI",XML_preserve_IRI},
+ {"fadeOverColor",XML_fadeOverColor},
+ {"date-string",XML_date_string},
+ {"percentage-data-style-name",XML_percentage_data_style_name},
+ {"curve",XML_curve},
+ {"padding",XML_padding},
+ {"count",XML_count},
+ {"base-cell-address",XML_base_cell_address},
{"section",XML_section},
- {"odd-columns",XML_odd_columns},
+ {"letter-spacing",XML_letter_spacing},
+ {"min-numerator-digits",XML_min_numerator_digits},
+ {"autoReverse",XML_autoReverse},
+ {"first-row-end-column",XML_first_row_end_column},
+ {"fromTop",XML_fromTop},
+ {"previous",XML_previous},
{"sender-title",XML_sender_title},
- {"accelerate",XML_accelerate},
+ {"diff",XML_diff},
{"sender-street",XML_sender_street},
- {"column-datetime-transformation",XML_column_datetime_transformation},
- {"column-split-transformation",XML_column_split_transformation},
- {"column-number-transformation",XML_column_number_transformation},
- {"lang",XML_lang},
- {"all-pages",XML_all_pages},
- {"base-cell-address",XML_base_cell_address},
+ {"fourPoint",XML_fourPoint},
+ {"area-circle",XML_area_circle},
+ {"data-pilot-source",XML_data_pilot_source},
{"margin-left",XML_margin_left},
- {"font-variant",XML_font_variant},
- {"munderover",XML_munderover},
- {"denominator-value",XML_denominator_value},
- {"calcMode",XML_calcMode},
- {"percentage-data-style-name",XML_percentage_data_style_name},
{"floating-frame",XML_floating_frame},
- {"cell-range-address-list",XML_cell_range_address_list},
- {"ring",XML_ring},
- {"first-row-end-column",XML_first_row_end_column},
- {"circle",XML_circle},
- {"section-source",XML_section_source},
- {"autoReverse",XML_autoReverse},
- {"sender-position",XML_sender_position},
- {"section-properties",XML_section_properties},
+ {"language-asian",XML_language_asian},
+ {"font-face-decls",XML_font_face_decls},
{"seconds",XML_seconds},
- {"split",XML_split},
+ {"blindsWipe",XML_blindsWipe},
+ {"config",XML_config},
+ {"round",XML_round},
+ {"diffuse-color",XML_diffuse_color},
+ {"animation-repeat",XML_animation_repeat},
+ {"column-count",XML_column_count},
+ {"data-pilot-sort-info",XML_data_pilot_sort_info},
{"additive",XML_additive},
- {"parallel",XML_parallel},
+ {"protect",XML_protect},
+ {"section-source",XML_section_source},
+ {"font-variant",XML_font_variant},
+ {"animation-start-inside",XML_animation_start_inside},
+ {"from-top",XML_from_top},
{"section-name",XML_section_name},
- {"freeze-position",XML_freeze_position},
- {"spline",XML_spline},
- {"splines",XML_splines},
- {"column-gap",XML_column_gap},
- {"detail",XML_detail},
- {"keySplines",XML_keySplines},
- {"barnZigZagWipe",XML_barnZigZagWipe},
- {"create-date-string",XML_create_date_string},
- {"step",XML_step},
- {"stop-audio",XML_stop_audio},
- {"min-decimal-places",XML_min_decimal_places},
{"bottom-circle",XML_bottom_circle},
- {"steps",XML_steps},
- {"quo-vadis",XML_quo_vadis},
- {"last-column",XML_last_column},
- {"pending",XML_pending},
- {"config-item",XML_config_item},
- {"control-implementation",XML_control_implementation},
- {"round",XML_round},
- {"line-spacing",XML_line_spacing},
- {"remove-dependents",XML_remove_dependents},
- {"propertry-mapping",XML_propertry_mapping},
- {"sum",XML_sum},
- {"margin-right",XML_margin_right},
- {"config-item-map-indexed",XML_config_item_map_indexed},
- {"round-up",XML_round_up},
- {"dde-item",XML_dde_item},
- {"preserve",XML_preserve},
- {"config-item-map-named",XML_config_item_map_named},
- {"language",XML_language},
- {"font-face-format",XML_font_face_format},
{"full-screen",XML_full_screen},
- {"preserve-IRI",XML_preserve_IRI},
- {"count",XML_count},
{"bullet-char",XML_bullet_char},
- {"catalog-name",XML_catalog_name},
- {"discrete",XML_discrete},
- {"is-autoincrement",XML_is_autoincrement},
+ {"last-column",XML_last_column},
+ {"anim",XML_anim},
{"area-polygon",XML_area_polygon},
- {"avoid",XML_avoid},
- {"padding",XML_padding},
- {"date-string",XML_date_string},
- {"curve",XML_curve},
- {"layout-mode",XML_layout_mode},
- {"detail-fields",XML_detail_fields},
- {"letter-spacing",XML_letter_spacing},
- {"mfenced",XML_mfenced},
- {"saloonDoorWipe",XML_saloonDoorWipe},
- {"relative",XML_relative},
+ {"parallelDiagonalTopLeft",XML_parallelDiagonalTopLeft},
+ {"sum",XML_sum},
+ {"z",XML_z},
+ {"key2",XML_key2},
+ {"protected",XML_protected},
+ {"keys",XML_keys},
+ {"is-selection",XML_is_selection},
+ {"round-down",XML_round_down},
{"label",XML_label},
- {"description",XML_description},
+ {"color-scale",XML_color_scale},
+ {"wide",XML_wide},
+ {"footnote-citation",XML_footnote_citation},
+ {"cell-count",XML_cell_count},
+ {"product",XML_product},
+ {"calculate",XML_calculate},
+ {"key1",XML_key1},
{"relevant",XML_relevant},
- {"conversion-type",XML_conversion_type},
- {"direction",XML_direction},
+ {"auto-complete",XML_auto_complete},
+ {"relative",XML_relative},
+ {"layer",XML_layer},
+ {"fontsize",XML_fontsize},
+ {"accumulate",XML_accumulate},
+ {"deep",XML_deep},
+ {"saloonDoorWipe",XML_saloonDoorWipe},
+ {"animateTransform",XML_animateTransform},
+ {"anyURI",XML_anyURI},
+ {"all-pages",XML_all_pages},
{"blue",XML_blue},
+ {"landscape",XML_landscape},
{"plus",XML_plus},
- {"font-size-rel",XML_font_size_rel},
- {"reference",XML_reference},
- {"previous",XML_previous},
- {"distance",XML_distance},
- {"onbegin",XML_onbegin},
- {"ole-action",XML_ole_action},
- {"split-position",XML_split_position},
- {"step-start",XML_step_start},
- {"sort-mode",XML_sort_mode},
- {"drop-cap",XML_drop_cap},
- {"font-face-decls",XML_font_face_decls},
- {"round-down",XML_round_down},
- {"simple",XML_simple},
- {"wireframe",XML_wireframe},
- {"language-asian",XML_language_asian},
- {"proceedings",XML_proceedings},
- {"before-section",XML_before_section},
- {"pc",XML_pc},
- {"auto-complete",XML_auto_complete},
+ {"master-page",XML_master_page},
+ {"cell-content-deletion",XML_cell_content_deletion},
+ {"countnums",XML_countnums},
{"fanOutVertical",XML_fanOutVertical},
- {"spline-order",XML_spline_order},
- {"area-circle",XML_area_circle},
- {"oooc",XML_oooc},
- {"reference-start",XML_reference_start},
+ {"freeze",XML_freeze},
+ {"setdiff",XML_setdiff},
+ {"layer-set",XML_layer_set},
+ {"forced-exponent-sign",XML_forced_exponent_sign},
+ {"parallelDiagonalBottomLeft",XML_parallelDiagonalBottomLeft},
+ {"left-top-position",XML_left_top_position},
+ {"sort-mode",XML_sort_mode},
+ {"default",XML_default},
+ {"font-size",XML_font_size},
+ {"calculation-settings",XML_calculation_settings},
+ {"opendocument",XML_opendocument},
+ {"punctuation-wrap",XML_punctuation_wrap},
+ {"font-family-generic",XML_font_family_generic},
{"solid",XML_solid},
- {"misc",XML_misc},
- {"media-call",XML_media_call},
- {"data-pilot-display-info",XML_data_pilot_display_info},
- {"column-count",XML_column_count},
- {"speed",XML_speed},
- {"fill-gradient-name",XML_fill_gradient_name},
+ {"modification-time",XML_modification_time},
+ {"autosize",XML_autosize},
+ {"is-clustered",XML_is_clustered},
+ {"word",XML_word},
+ {"acceptance-state",XML_acceptance_state},
+ {"animateColor",XML_animateColor},
+ {"conversion-mode",XML_conversion_mode},
+ {"paragraph-properties",XML_paragraph_properties},
+ {"fit-to-size",XML_fit_to_size},
+ {"footnote-continuation-notice-forward",XML_footnote_continuation_notice_forward},
+ {"footnote-continuation-notice-backward",XML_footnote_continuation_notice_backward},
{"zero-values",XML_zero_values},
- {"date-scale",XML_date_scale},
- {"column-aggregate-transformation",XML_column_aggregate_transformation},
- {"last-column-spanned",XML_last_column_spanned},
- {"distance-after-sep",XML_distance_after_sep},
- {"first-row-even-column",XML_first_row_even_column},
- {"color-scale",XML_color_scale},
+ {"auto-size",XML_auto_size},
+ {"accepted",XML_accepted},
+ {"footer-on-new-page",XML_footer_on_new_page},
+ {"additional-column-statement",XML_additional_column_statement},
+ {"default-button",XML_default_button},
+ {"grddl",XML_grddl},
+ {"count-empty-lines",XML_count_empty_lines},
{"list-value",XML_list_value},
- {"accumulate",XML_accumulate},
- {"maligngroup",XML_maligngroup},
- {"is-nullable",XML_is_nullable},
- {"after-previous",XML_after_previous},
- {"minOccurs",XML_minOccurs},
- {"decimal",XML_decimal},
- {"cell-count",XML_cell_count},
- {"min-value",XML_min_value},
- {"reference-end",XML_reference_end},
- {"data-source",XML_data_source},
+ {"first-row-even-column",XML_first_row_even_column},
+ {"modification-date",XML_modification_date},
+ {"parallelDiagonal",XML_parallelDiagonal},
+ {"from-center",XML_from_center},
+ {"mfenced",XML_mfenced},
+ {"font-size-asian",XML_font_size_asian},
{"fourBlade",XML_fourBlade},
- {"rfc-language-tag-asian",XML_rfc_language_tag_asian},
- {"sort-param",XML_sort_param},
- {"step-end",XML_step_end},
- {"diffuse-color",XML_diffuse_color},
- {"calculate",XML_calculate},
- {"hide",XML_hide},
- {"months",XML_months},
- {"minor-interval-unit",XML_minor_interval_unit},
- {"office",XML_office},
- {"is-selection",XML_is_selection},
- {"hint",XML_hint},
- {"date-time-decl",XML_date_time_decl},
- {"sender-initials",XML_sender_initials},
+ {"default-value",XML_default_value},
+ {"iterative",XML_iterative},
+ {"sender-firstname",XML_sender_firstname},
+ {"keyTimes",XML_keyTimes},
+ {"fromTopRight",XML_fromTopRight},
{"insert-columns",XML_insert_columns},
- {"countnums",XML_countnums},
- {"minor-interval-value",XML_minor_interval_value},
- {"default",XML_default},
+ {"resolved",XML_resolved},
+ {"icon",XML_icon},
+ {"orientation-landscape",XML_orientation_landscape},
+ {"menclose",XML_menclose},
+ {"print-page-order",XML_print_page_order},
+ {"sender-initials",XML_sender_initials},
+ {"font-size-rel-asian",XML_font_size_rel_asian},
+ {"fill-color",XML_fill_color},
+ {"discrete",XML_discrete},
+ {"reference",XML_reference},
+ {"onbegin",XML_onbegin},
+ {"icon-set",XML_icon_set},
+ {"initial-creator",XML_initial_creator},
+ {"force-manual",XML_force_manual},
+ {"second-date-time",XML_second_date_time},
+ {"minInclusive",XML_minInclusive},
+ {"direction",XML_direction},
+ {"distance",XML_distance},
+ {"wireframe",XML_wireframe},
+ {"data-pilot-field",XML_data_pilot_field},
+ {"pre-evaluated",XML_pre_evaluated},
+ {"reference-start",XML_reference_start},
+ {"office",XML_office},
+ {"before-section",XML_before_section},
+ {"from-upper-left",XML_from_upper_left},
+ {"sphere",XML_sphere},
+ {"stripes",XML_stripes},
+ {"master-page-name",XML_master_page_name},
+ {"rfc-language-tag",XML_rfc_language_tag},
{"officeooo",XML_officeooo},
- {"days",XML_days},
- {"page",XML_page},
- {"pages",XML_pages},
+ {"footer-decl",XML_footer_decl},
+ {"layout-mode",XML_layout_mode},
+ {"incollection",XML_incollection},
+ {"label-position",XML_label_position},
+ {"date-scale",XML_date_scale},
+ {"mouseout",XML_mouseout},
+ {"reference-end",XML_reference_end},
+ {"data-pilot-field-reference",XML_data_pilot_field_reference},
+ {"secondary-fill-color",XML_secondary_fill_color},
+ {"reference-ref",XML_reference_ref},
+ {"g",XML_g},
+ {"sender-lastname",XML_sender_lastname},
+ {"data-source",XML_data_source},
{"endnote",XML_endnote},
- {"xforms-list-source",XML_xforms_list_source},
- {"paragraph-start-margin",XML_paragraph_start_margin},
- {"data-mappings",XML_data_mappings},
- {"fill-color",XML_fill_color},
+ {"steps",XML_steps},
{"begin",XML_begin},
- {"marker",XML_marker},
- {"data-source-settings",XML_data_source_settings},
- {"major",XML_major},
- {"resolved",XML_resolved},
- {"cell-content-deletion",XML_cell_content_deletion},
+ {"irisWipe",XML_irisWipe},
+ {"page",XML_page},
+ {"pages",XML_pages},
+ {"margin-gutter",XML_margin_gutter},
+ {"size-protect",XML_size_protect},
+ {"margin-right",XML_margin_right},
+ {"provider",XML_provider},
+ {"remove-precedents",XML_remove_precedents},
{"login",XML_login},
- {"columnalign",XML_columnalign},
- {"font-family-generic",XML_font_family_generic},
- {"waterfallWipe",XML_waterfallWipe},
- {"pushWipe",XML_pushWipe},
- {"additional-column-statement",XML_additional_column_statement},
- {"calculation-settings",XML_calculation_settings},
- {"conversion-mode",XML_conversion_mode},
- {"data-stream-source",XML_data_stream_source},
- {"format-change",XML_format_change},
- {"regression-type",XML_regression_type},
- {"count-empty-lines",XML_count_empty_lines},
- {"second-date-time",XML_second_date_time},
+ {"origin",XML_origin},
+ {"line-spacing",XML_line_spacing},
+ {"munderover",XML_munderover},
{"end",XML_end},
- {"data-source-setting-is-list",XML_data_source_setting_is_list},
- {"force-manual",XML_force_manual},
- {"zoom-value",XML_zoom_value},
- {"reference-format",XML_reference_format},
- {"reference-ref",XML_reference_ref},
- {"diff",XML_diff},
- {"month-name",XML_month_name},
- {"list-header",XML_list_header},
- {"overlap",XML_overlap},
+ {"label-fill",XML_label_fill},
{"register-true",XML_register_true},
- {"config",XML_config},
- {"iterative",XML_iterative},
- {"hidden",XML_hidden},
- {"ignore-case",XML_ignore_case},
- {"years",XML_years},
- {"sender-firstname",XML_sender_firstname},
- {"marker-start",XML_marker_start},
- {"end-position",XML_end_position},
- {"data-source-setting-name",XML_data_source_setting_name},
- {"data-source-setting-value",XML_data_source_setting_value},
- {"motion-path",XML_motion_path},
- {"year",XML_year},
- {"document-content",XML_document_content},
- {"left-circle",XML_left_circle},
- {"dde-topic",XML_dde_topic},
- {"data-pilot-field",XML_data_pilot_field},
- {"mfrac",XML_mfrac},
- {"mean",XML_mean},
- {"login-timeout",XML_login_timeout},
- {"spline-resolution",XML_spline_resolution},
- {"default-value",XML_default_value},
+ {"font-size-rel",XML_font_size_rel},
+ {"default-style",XML_default_style},
{"does-not-contain",XML_does_not_contain},
+ {"conversion-type",XML_conversion_type},
+ {"animation-steps",XML_animation_steps},
+ {"data-source-settings",XML_data_source_settings},
+ {"sender-position",XML_sender_position},
+ {"remove-dependents",XML_remove_dependents},
+ {"section-properties",XML_section_properties},
+ {"centerRight",XML_centerRight},
+ {"data-stream-source",XML_data_stream_source},
+ {"print-range",XML_print_range},
+ {"step-start",XML_step_start},
+ {"min-decimal-places",XML_min_decimal_places},
+ {"area-rectangle",XML_area_rectangle},
+ {"print-ranges",XML_print_ranges},
+ {"author",XML_author},
+ {"list-header",XML_list_header},
+ {"mprescripts",XML_mprescripts},
+ {"quo-vadis",XML_quo_vadis},
{"page-usage",XML_page_usage},
- {"page-print-option",XML_page_print_option},
- {"help",XML_help},
- {"measure",XML_measure},
- {"miscDiagonalWipe",XML_miscDiagonalWipe},
- {"sender-lastname",XML_sender_lastname},
- {"document-statistic",XML_document_statistic},
- {"error-indicator",XML_error_indicator},
- {"prsubset",XML_prsubset},
+ {"login-timeout",XML_login_timeout},
+ {"legend",XML_legend},
+ {"speed",XML_speed},
{"end-indent",XML_end_indent},
+ {"endnote-ref",XML_endnote_ref},
+ {"column-gap",XML_column_gap},
+ {"default-page-layout",XML_default_page_layout},
+ {"sender-email",XML_sender_email},
+ {"outline-content-visible",XML_outline_content_visible},
+ {"data-source-setting-is-list",XML_data_source_setting_is_list},
+ {"avoid",XML_avoid},
+ {"page-step-size",XML_page_step_size},
{"endnote-citation",XML_endnote_citation},
- {"data-pilot-group",XML_data_pilot_group},
- {"data-pilot-groups",XML_data_pilot_groups},
+ {"conjugate",XML_conjugate},
+ {"split",XML_split},
+ {"spline",XML_spline},
+ {"error-indicator",XML_error_indicator},
+ {"splines",XML_splines},
+ {"document-content",XML_document_content},
+ {"years",XML_years},
+ {"year",XML_year},
+ {"after-previous",XML_after_previous},
+ {"reference-format",XML_reference_format},
+ {"data-source-setting-name",XML_data_source_setting_name},
+ {"data-source-setting-value",XML_data_source_setting_value},
+ {"page-footer",XML_page_footer},
+ {"fuchsia",XML_fuchsia},
+ {"prsubset",XML_prsubset},
{"quarters",XML_quarters},
- {"legend",XML_legend},
- {"is-clustered",XML_is_clustered},
- {"fanInHorizontal",XML_fanInHorizontal},
- {"member-type",XML_member_type},
{"quarter",XML_quarter},
- {"open-vertical",XML_open_vertical},
- {"author",XML_author},
- {"legend-position",XML_legend_position},
- {"sort-groups",XML_sort_groups},
- {"label-range",XML_label_range},
- {"secondary-fill-color",XML_secondary_fill_color},
- {"font-pitch-asian",XML_font_pitch_asian},
+ {"animation-stop-inside",XML_animation_stop_inside},
+ {"iterate-interval",XML_iterate_interval},
+ {"contains-header",XML_contains_header},
+ {"format-change",XML_format_change},
+ {"step-end",XML_step_end},
+ {"date-adjust",XML_date_adjust},
{"abs",XML_abs},
- {"label-ranges",XML_label_ranges},
- {"bottom-arc",XML_bottom_arc},
- {"legend-expansion",XML_legend_expansion},
+ {"document-statistic",XML_document_statistic},
+ {"ignore-case",XML_ignore_case},
+ {"journal",XML_journal},
{"_EMPTY_DUMMY",XML__EMPTY_DUMMY},
- {"settings",XML_settings},
- {"error-upper-range",XML_error_upper_range},
+ {"left-circle",XML_left_circle},
+ {"path-id",XML_path_id},
+ {"xforms-list-source",XML_xforms_list_source},
+ {"regression-name",XML_regression_name},
{"_COLON_DUMMY",XML__COLON_DUMMY},
- {"area-rectangle",XML_area_rectangle},
- {"method",XML_method},
+ {"bottomRight",XML_bottomRight},
+ {"interval-minor",XML_interval_minor},
+ {"fade-from-right",XML_fade_from_right},
+ {"data-pilot-display-info",XML_data_pilot_display_info},
+ {"bullet-relative-size",XML_bullet_relative_size},
+ {"simple",XML_simple},
+ {"codebase",XML_codebase},
+ {"margin-top",XML_margin_top},
+ {"media-call",XML_media_call},
+ {"groups",XML_groups},
+ {"label-range",XML_label_range},
+ {"parallelVertical",XML_parallelVertical},
+ {"label-ranges",XML_label_ranges},
+ {"paragraph-start-margin",XML_paragraph_start_margin},
+ {"last-column-spanned",XML_last_column_spanned},
+ {"spline-order",XML_spline_order},
+ {"regression-min-degree",XML_regression_min_degree},
+ {"data-mappings",XML_data_mappings},
+ {"column-remove-transformation",XML_column_remove_transformation},
+ {"page-number",XML_page_number},
+ {"endless",XML_endless},
+ {"error-macro",XML_error_macro},
+ {"settings",XML_settings},
+ {"page-name",XML_page_name},
+ {"page-master",XML_page_master},
+ {"default-style-name",XML_default_style_name},
+ {"lambda",XML_lambda},
+ {"combine-entries",XML_combine_entries},
+ {"interval-minor-divisor",XML_interval_minor_divisor},
+ {"freeze-position",XML_freeze_position},
+ {"group-on",XML_group_on},
+ {"pc",XML_pc},
+ {"interval",XML_interval},
+ {"pinWheelWipe",XML_pinWheelWipe},
+ {"qrcode-border",XML_qrcode_border},
+ {"author-name",XML_author_name},
+ {"angle",XML_angle},
+ {"group-name",XML_group_name},
+ {"frame",XML_frame},
+ {"list-level",XML_list_level},
+ {"min-value",XML_min_value},
+ {"page-end-margin",XML_page_end_margin},
+ {"fanInHorizontal",XML_fanInHorizontal},
+ {"align",XML_align},
+ {"boundingcube",XML_boundingcube},
+ {"bold-dash",XML_bold_dash},
+ {"data-pilot-groups",XML_data_pilot_groups},
+ {"data-source-has-labels",XML_data_source_has_labels},
+ {"initial-formula",XML_initial_formula},
+ {"group-footer",XML_group_footer},
+ {"minor-interval-unit",XML_minor_interval_unit},
{"wall",XML_wall},
- {"has-persistent-data",XML_has_persistent_data},
- {"list-level-properties",XML_list_level_properties},
+ {"sort-param",XML_sort_param},
+ {"isotropic",XML_isotropic},
+ {"average",XML_average},
+ {"open-vertical",XML_open_vertical},
+ {"convert-empty-to-null",XML_convert_empty_to_null},
+ {"minor-interval-value",XML_minor_interval_value},
+ {"cdata-section-elements",XML_cdata_section_elements},
+ {"is-hidden",XML_is_hidden},
+ {"bold-dot-dash",XML_bold_dot_dash},
+ {"frame-name",XML_frame_name},
+ {"description",XML_description},
+ {"icon-set-type",XML_icon_set_type},
+ {"error-lower-range",XML_error_lower_range},
+ {"group-id",XML_group_id},
+ {"flat",XML_flat},
+ {"region-left",XML_region_left},
+ {"border-bottom",XML_border_bottom},
+ {"attributeName",XML_attributeName},
+ {"keySplines",XML_keySplines},
+ {"proceedings",XML_proceedings},
+ {"angle-offset",XML_angle_offset},
+ {"days",XML_days},
+ {"label-arrangement",XML_label_arrangement},
+ {"author-initials",XML_author_initials},
+ {"class",XML_class},
+ {"zoom-value",XML_zoom_value},
+ {"frame-start-margin",XML_frame_start_margin},
+ {"collapsing",XML_collapsing},
+ {"spline-resolution",XML_spline_resolution},
+ {"gcd",XML_gcd},
+ {"distance-after-sep",XML_distance_after_sep},
+ {"border-line-width-left",XML_border_line_width_left},
+ {"default-cell-style-name",XML_default_cell_style_name},
+ {"step",XML_step},
+ {"months",XML_months},
+ {"page-master-name",XML_page_master_name},
+ {"single",XML_single},
+ {"plugin",XML_plugin},
+ {"print-content",XML_print_content},
+ {"dissolve",XML_dissolve},
+ {"delete-columns",XML_delete_columns},
+ {"font-face-src",XML_font_face_src},
+ {"pushWipe",XML_pushWipe},
+ {"regression-type",XML_regression_type},
+ {"mouse-as-pen",XML_mouse_as_pen},
+ {"averaged-abscissa",XML_averaged_abscissa},
+ {"anisotropic",XML_anisotropic},
+ {"position-bottom",XML_position_bottom},
+ {"clip",XML_clip},
+ {"dde-topic",XML_dde_topic},
+ {"waterfallWipe",XML_waterfallWipe},
+ {"error-lower-limit",XML_error_lower_limit},
+ {"data-pilot-group-member",XML_data_pilot_group_member},
+ {"file-based-database",XML_file_based_database},
+ {"month-name",XML_month_name},
+ {"bottom-arc",XML_bottom_arc},
+ {"end-position",XML_end_position},
+ {"round-up",XML_round_up},
+ {"column-mapping",XML_column_mapping},
+ {"mirror-vertical",XML_mirror_vertical},
+ {"stop-audio",XML_stop_audio},
+ {"default-outline-level",XML_default_outline_level},
+ {"date-value",XML_date_value},
+ {"layout-grid-lines",XML_layout_grid_lines},
+ {"layout-grid-print",XML_layout_grid_print},
+ {"field-number",XML_field_number},
+ {"method",XML_method},
+ {"page-print-option",XML_page_print_option},
+ {"legend-position",XML_legend_position},
{"regression-extrapolate-forward",XML_regression_extrapolate_forward},
{"regression-extrapolate-backward",XML_regression_extrapolate_backward},
- {"may-script",XML_may_script},
- {"layout-grid-print",XML_layout_grid_print},
- {"incollection",XML_incollection},
- {"cubic-spline",XML_cubic_spline},
- {"layout-grid-lines",XML_layout_grid_lines},
- {"fuchsia",XML_fuchsia},
- {"member-percentage",XML_member_percentage},
- {"hostname",XML_hostname},
+ {"class-id",XML_class_id},
+ {"mean",XML_mean},
+ {"legend-expansion",XML_legend_expansion},
+ {"list-level-position-and-space-mode",XML_list_level_position_and_space_mode},
+ {"roll-from-right",XML_roll_from_right},
+ {"error-upper-range",XML_error_upper_range},
+ {"measure",XML_measure},
+ {"count-in-floating-frames",XML_count_in_floating_frames},
+ {"ignore-driver-privileges",XML_ignore_driver_privileges},
+ {"layout-grid-mode",XML_layout_grid_mode},
+ {"maligngroup",XML_maligngroup},
{"anchor-type",XML_anchor_type},
- {"about",XML_about},
- {"perspective",XML_perspective},
- {"marker-end",XML_marker_end},
- {"bottomRight",XML_bottomRight},
- {"link-to-source-data",XML_link_to_source_data},
- {"locked",XML_locked},
- {"centerRight",XML_centerRight},
- {"leader-type",XML_leader_type},
- {"script",XML_script},
- {"scripts",XML_scripts},
- {"strict",XML_strict},
- {"pre-evaluated",XML_pre_evaluated},
- {"font-face-src",XML_font_face_src},
- {"handout-master",XML_handout_master},
- {"mirror-vertical",XML_mirror_vertical},
{"regression-period",XML_regression_period},
+ {"font-pitch-asian",XML_font_pitch_asian},
{"screen",XML_screen},
- {"regression-name",XML_regression_name},
- {"bottomLeftCounterClockwise",XML_bottomLeftCounterClockwise},
- {"layout-grid-mode",XML_layout_grid_mode},
- {"parallelDiagonalBottomLeft",XML_parallelDiagonalBottomLeft},
- {"error-macro",XML_error_macro},
+ {"border-line-width-bottom",XML_border_line_width_bottom},
+ {"layout-grid-snap-to",XML_layout_grid_snap_to},
{"subset",XML_subset},
- {"merge-string",XML_merge_string},
- {"booklet",XML_booklet},
- {"list-level-position-and-space-mode",XML_list_level_position_and_space_mode},
+ {"angled-line",XML_angled_line},
+ {"strict",XML_strict},
{"label-stroke-color",XML_label_stroke_color},
- {"page-master",XML_page_master},
- {"layout-grid-snap-to",XML_layout_grid_snap_to},
- {"word-count",XML_word_count},
- {"path-id",XML_path_id},
- {"endnote-ref",XML_endnote_ref},
- {"sender-email",XML_sender_email},
- {"page-name",XML_page_name},
- {"boundingcube",XML_boundingcube},
- {"endless",XML_endless},
- {"frame",XML_frame},
{"sequence",XML_sequence},
- {"booktitle",XML_booktitle},
- {"page-footer",XML_page_footer},
+ {"label-alignment",XML_label_alignment},
+ {"grid",XML_grid},
+ {"about",XML_about},
+ {"bounciness",XML_bounciness},
+ {"xhtml",XML_xhtml},
+ {"end-line-spacing-vertical",XML_end_line_spacing_vertical},
+ {"quartal",XML_quartal},
+ {"decimal-places",XML_decimal_places},
+ {"decimal-replacement",XML_decimal_replacement},
{"sec",XML_sec},
- {"regression-min-degree",XML_regression_min_degree},
- {"page-number",XML_page_number},
- {"list-tab-stop-position",XML_list_tab_stop_position},
+ {"integer-fraction-delimiter",XML_integer_fraction_delimiter},
{"src",XML_src},
- {"pinWheelWipe",XML_pinWheelWipe},
- {"lambda",XML_lambda},
{"semantics",XML_semantics},
- {"hold",XML_hold},
- {"data-pilot-field-reference",XML_data_pilot_field_reference},
- {"parallelDiagonalTopLeft",XML_parallelDiagonalTopLeft},
- {"since-save",XML_since_save},
- {"error-upper-limit",XML_error_upper_limit},
+ {"split-position",XML_split_position},
+ {"group",XML_group},
+ {"scene",XML_scene},
+ {"leader-type",XML_leader_type},
{"series-source",XML_series_source},
- {"setdiff",XML_setdiff},
- {"break-inside",XML_break_inside},
- {"qrcode-border",XML_qrcode_border},
- {"contains-header",XML_contains_header},
- {"data-source-has-labels",XML_data_source_has_labels},
- {"default-style",XML_default_style},
- {"journal",XML_journal},
- {"member-name",XML_member_name},
- {"codebase",XML_codebase},
- {"active",XML_active},
- {"adjustment",XML_adjustment},
- {"angle",XML_angle},
- {"help-id",XML_help_id},
- {"fade-from-right",XML_fade_from_right},
- {"script-asian",XML_script_asian},
- {"parallelDiagonal",XML_parallelDiagonal},
{"preset-sub-type",XML_preset_sub_type},
- {"roundRectWipe",XML_roundRectWipe},
- {"collapsing",XML_collapsing},
- {"fromBottomRight",XML_fromBottomRight},
- {"data-pilot-group-member",XML_data_pilot_group_member},
- {"bullet-relative-size",XML_bullet_relative_size},
- {"frame-name",XML_frame_name},
- {"handle",XML_handle},
- {"page-end-margin",XML_page_end_margin},
- {"label-arrangement",XML_label_arrangement},
- {"author-name",XML_author_name},
- {"bold-dash",XML_bold_dash},
+ {"active",XML_active},
+ {"at-labels",XML_at_labels},
+ {"merge-string",XML_merge_string},
+ {"since-save",XML_since_save},
+ {"degree",XML_degree},
+ {"surface",XML_surface},
+ {"guide-distance",XML_guide_distance},
+ {"log",XML_log},
+ {"sort-groups",XML_sort_groups},
+ {"once-successive",XML_once_successive},
+ {"scenario",XML_scenario},
+ {"error-upper-limit",XML_error_upper_limit},
+ {"member-difference",XML_member_difference},
+ {"scenario-ranges",XML_scenario_ranges},
+ {"overlap",XML_overlap},
+ {"leftToRight",XML_leftToRight},
+ {"oooc",XML_oooc},
+ {"animation-direction",XML_animation_direction},
+ {"list-tab-stop-position",XML_list_tab_stop_position},
+ {"misc",XML_misc},
+ {"bound-column",XML_bound_column},
+ {"dsigooo",XML_dsigooo},
+ {"structure-protected",XML_structure_protected},
+ {"combHorizontal",XML_combHorizontal},
+ {"sequence-ref",XML_sequence_ref},
+ {"single-line",XML_single_line},
+ {"zigZagWipe",XML_zigZagWipe},
{"previous-page",XML_previous_page},
- {"help-message",XML_help_message},
- {"flat",XML_flat},
- {"script-data",XML_script_data},
- {"bitmap-table",XML_bitmap_table},
- {"single",XML_single},
- {"border-bottom",XML_border_bottom},
+ {"data-pilot-group",XML_data_pilot_group},
+ {"deep-traversing",XML_deep_traversing},
+ {"minOccurs",XML_minOccurs},
+ {"data-source-setting",XML_data_source_setting},
+ {"member-name",XML_member_name},
{"selector",XML_selector},
- {"first-page-number",XML_first_page_number},
- {"dissolve",XML_dissolve},
- {"once-successive",XML_once_successive},
- {"mpadded",XML_mpadded},
- {"interval-minor",XML_interval_minor},
- {"default-page-layout",XML_default_page_layout},
- {"reset-page-number",XML_reset_page_number},
+ {"region-right",XML_region_right},
{"selection",XML_selection},
- {"delete-columns",XML_delete_columns},
- {"hsl",XML_hsl},
- {"ignore-driver-privileges",XML_ignore_driver_privileges},
- {"error-lower-range",XML_error_lower_range},
- {"combine-entries",XML_combine_entries},
- {"dc",XML_dc},
- {"plugin",XML_plugin},
- {"desc",XML_desc},
- {"rfc-language-tag",XML_rfc_language_tag},
- {"average",XML_average},
- {"member-percentage-difference",XML_member_percentage_difference},
- {"local-socket",XML_local_socket},
- {"bold-dot-dash",XML_bold_dot_dash},
- {"bound-column",XML_bound_column},
- {"ellipse",XML_ellipse},
- {"scene",XML_scene},
{"submit",XML_submit},
- {"parallelVertical",XML_parallelVertical},
- {"ellipseWipe",XML_ellipseWipe},
- {"disc",XML_disc},
- {"structure-protected",XML_structure_protected},
- {"frame-start-margin",XML_frame_start_margin},
- {"list-level",XML_list_level},
- {"dde-application",XML_dde_application},
- {"handle-position",XML_handle_position},
- {"iterate-interval",XML_iterate_interval},
- {"linenumbering-separator",XML_linenumbering_separator},
- {"ignore-selected-page",XML_ignore_selected_page},
- {"schema",XML_schema},
- {"member-difference",XML_member_difference},
{"layout-grid-color",XML_layout_grid_color},
- {"attributeName",XML_attributeName},
- {"interval-minor-divisor",XML_interval_minor_divisor},
- {"column-mapping",XML_column_mapping},
+ {"compound-database",XML_compound_database},
+ {"fromBottomRight",XML_fromBottomRight},
+ {"mfrac",XML_mfrac},
+ {"at-labels-and-axis",XML_at_labels_and_axis},
{"submission",XML_submission},
- {"interval",XML_interval},
- {"key-columns",XML_key_columns},
- {"position-bottom",XML_position_bottom},
- {"from-bottom",XML_from_bottom},
- {"surface",XML_surface},
- {"sender-postal-code",XML_sender_postal_code},
- {"page-master-name",XML_page_master_name},
- {"key-column",XML_key_column},
- {"scenario",XML_scenario},
- {"split-column",XML_split_column},
- {"left-arc",XML_left_arc},
- {"deep-traversing",XML_deep_traversing},
- {"author-initials",XML_author_initials},
- {"break-after",XML_break_after},
+ {"bitmap-table",XML_bitmap_table},
+ {"end-guide",XML_end_guide},
+ {"reset-page-number",XML_reset_page_number},
+ {"dashed",XML_dashed},
+ {"schema",XML_schema},
{"layout-grid-standard-mode",XML_layout_grid_standard_mode},
- {"cdata-section-elements",XML_cdata_section_elements},
- {"link-data-style-to-source",XML_link_data_style_to_source},
- {"scenario-ranges",XML_scenario_ranges},
- {"date-value",XML_date_value},
- {"selected",XML_selected},
- {"ellipsoid",XML_ellipsoid},
- {"degree",XML_degree},
- {"log",XML_log},
- {"positive-color",XML_positive_color},
- {"border-line-width-left",XML_border_line_width_left},
- {"border-line-width-top",XML_border_line_width_top},
- {"stdevp",XML_stdevp},
- {"html",XML_html},
- {"subtitle",XML_subtitle},
- {"error-lower-limit",XML_error_lower_limit},
- {"stop-color",XML_stop_color},
- {"since-date-time",XML_since_date_time},
- {"default-style-name",XML_default_style_name},
- {"leftToRight",XML_leftToRight},
- {"mouseover",XML_mouseover},
- {"data-mapping",XML_data_mapping},
- {"minLength",XML_minLength},
- {"data-source-setting",XML_data_source_setting},
- {"class",XML_class},
- {"compound-database",XML_compound_database},
- {"region-left",XML_region_left},
- {"from-another-table",XML_from_another_table},
- {"xforms-submission",XML_xforms_submission},
- {"file-based-database",XML_file_based_database},
- {"min-height",XML_min_height},
- {"warning",XML_warning},
- {"href",XML_href},
- {"zigZagWipe",XML_zigZagWipe},
- {"angle-offset",XML_angle_offset},
- {"is-hidden",XML_is_hidden},
- {"label-alignment",XML_label_alignment},
- {"label-cell-address",XML_label_cell_address},
- {"sub-item",XML_sub_item},
- {"paragraph",XML_paragraph},
- {"schema-name",XML_schema_name},
- {"decimal-places",XML_decimal_places},
- {"decimal-replacement",XML_decimal_replacement},
- {"region-right",XML_region_right},
- {"integer-fraction-delimiter",XML_integer_fraction_delimiter},
- {"string",XML_string},
- {"column-remove-transformation",XML_column_remove_transformation},
- {"mmultiscripts",XML_mmultiscripts},
- {"label-string",XML_label_string},
- {"step-size",XML_step_size},
- {"sender-phone-private",XML_sender_phone_private},
{"dash-dot",XML_dash_dot},
- {"miscShapeWipe",XML_miscShapeWipe},
+ {"first-page-number",XML_first_page_number},
{"long-dash",XML_long_dash},
- {"style",XML_style},
- {"styles",XML_styles},
- {"sequence-ref",XML_sequence_ref},
- {"handle-polar",XML_handle_polar},
- {"border-line-width-bottom",XML_border_line_width_bottom},
- {"is-active",XML_is_active},
- {"rejection",XML_rejection},
- {"end-guide",XML_end_guide},
- {"dashed",XML_dashed},
- {"sound",XML_sound},
- {"distribute",XML_distribute},
- {"single-line",XML_single_line},
+ {"sort-algorithm",XML_sort_algorithm},
+ {"msup",XML_msup},
{"padding-right",XML_padding_right},
- {"fromRight",XML_fromRight},
- {"quartal",XML_quartal},
- {"foreign-object",XML_foreign_object},
- {"silver",XML_silver},
- {"page-content",XML_page_content},
- {"sender-state-or-province",XML_sender_state_or_province},
- {"select-protected-cells",XML_select_protected_cells},
- {"font-charset",XML_font_charset},
- {"xhtml",XML_xhtml},
- {"package-name",XML_package_name},
+ {"stop",XML_stop},
+ {"ellipse",XML_ellipse},
{"data-pilot-grand-total",XML_data_pilot_grand_total},
- {"error-message",XML_error_message},
- {"end-line-spacing-vertical",XML_end_line_spacing_vertical},
- {"entrance",XML_entrance},
- {"server-map",XML_server_map},
- {"help-file-name",XML_help_file_name},
- {"angled-line",XML_angled_line},
- {"page-count",XML_page_count},
- {"marker-start-center",XML_marker_start_center},
+ {"selected",XML_selected},
+ {"linenumbering-separator",XML_linenumbering_separator},
+ {"xforms-submission",XML_xforms_submission},
+ {"cubic-spline",XML_cubic_spline},
+ {"distribute",XML_distribute},
+ {"y",XML_y},
+ {"is-ascending",XML_is_ascending},
+ {"subtitle",XML_subtitle},
{"dash-dot-dot",XML_dash_dot_dot},
- {"fieldmark",XML_fieldmark},
- {"region-center",XML_region_center},
- {"class-id",XML_class_id},
- {"school",XML_school},
+ {"projection",XML_projection},
+ {"byte",XML_byte},
+ {"gouraud",XML_gouraud},
+ {"draft",XML_draft},
+ {"is-active",XML_is_active},
+ {"positive-color",XML_positive_color},
+ {"var",XML_var},
+ {"since-date-time",XML_since_date_time},
+ {"version",XML_version},
+ {"border-line-width-top",XML_border_line_width_top},
+ {"error-message",XML_error_message},
+ {"word-count",XML_word_count},
+ {"foreign-object",XML_foreign_object},
+ {"label-string",XML_label_string},
{"database",XML_database},
- {"specular",XML_specular},
- {"roll-from-right",XML_roll_from_right},
- {"default-cell-style-name",XML_default_cell_style_name},
+ {"label-cell-address",XML_label_cell_address},
+ {"ignore-selected-page",XML_ignore_selected_page},
+ {"propertry-mapping",XML_propertry_mapping},
{"rel-height",XML_rel_height},
- {"style-name",XML_style_name},
- {"field-number",XML_field_number},
- {"sort-algorithm",XML_sort_algorithm},
- {"avoid-overlap",XML_avoid_overlap},
- {"count-in-floating-frames",XML_count_in_floating_frames},
+ {"ellipsoid",XML_ellipsoid},
{"database-range",XML_database_range},
- {"from-upper-right",XML_from_upper_right},
- {"detective",XML_detective},
{"database-ranges",XML_database_ranges},
- {"frame-display-scrollbar",XML_frame_display_scrollbar},
- {"schema-definition",XML_schema_definition},
+ {"string",XML_string},
+ {"vector",XML_vector},
+ {"data-mapping",XML_data_mapping},
+ {"list-style",XML_list_style},
+ {"line-style",XML_line_style},
{"error-margin",XML_error_margin},
- {"back-scale",XML_back_scale},
- {"fraction",XML_fraction},
- {"handle-radius-range-minimum",XML_handle_radius_range_minimum},
- {"is-ascending",XML_is_ascending},
- {"marker-end-center",XML_marker_end_center},
- {"rejected",XML_rejected},
- {"font-charset-asian",XML_font_charset_asian},
- {"dde-connection",XML_dde_connection},
- {"fractionDigits",XML_fractionDigits},
- {"data-bar",XML_data_bar},
+ {"font-style",XML_font_style},
+ {"from-bottom",XML_from_bottom},
{"range-usable-as",XML_range_usable_as},
- {"page-continuation",XML_page_continuation},
- {"close-horizontal",XML_close_horizontal},
- {"background",XML_background},
- {"handle-radius-range-maximum",XML_handle_radius_range_maximum},
+ {"version-list",XML_version_list},
+ {"data-bar",XML_data_bar},
{"page-start-margin",XML_page_start_margin},
- {"draft",XML_draft},
+ {"list-level-properties",XML_list_level_properties},
+ {"from-another-table",XML_from_another_table},
+ {"generic-control",XML_generic_control},
+ {"olive",XML_olive},
+ {"dc",XML_dc},
+ {"parent-style-name",XML_parent_style_name},
+ {"desc",XML_desc},
+ {"schema-definition",XML_schema_definition},
+ {"motion-path",XML_motion_path},
+ {"sub-item",XML_sub_item},
+ {"disc",XML_disc},
+ {"fixed-text",XML_fixed_text},
+ {"fixed",XML_fixed},
+ {"schema-name",XML_schema_name},
+ {"database-description",XML_database_description},
+ {"end-angle",XML_end_angle},
+ {"font-style-asian",XML_font_style_asian},
+ {"slide",XML_slide},
+ {"query-name",XML_query_name},
+ {"data-cell-range-address",XML_data_cell_range_address},
+ {"binary-data",XML_binary_data},
+ {"contour-polygon",XML_contour_polygon},
+ {"softedge-radius",XML_softedge_radius},
+ {"sound",XML_sound},
+ {"perspective",XML_perspective},
+ {"left-arc",XML_left_arc},
+ {"subtotal-field",XML_subtotal_field},
+ {"value",XML_value},
+ {"member-type",XML_member_type},
+ {"values",XML_values},
+ {"script",XML_script},
+ {"scripts",XML_scripts},
+ {"database-name",XML_database_name},
+ {"citation-style-name",XML_citation_style_name},
+ {"close-horizontal",XML_close_horizontal},
+ {"bind-styles-to-content",XML_bind_styles_to_content},
+ {"key-columns",XML_key_columns},
+ {"miscDiagonalWipe",XML_miscDiagonalWipe},
+ {"member-percentage",XML_member_percentage},
+ {"key-column",XML_key_column},
+ {"list-style-name",XML_list_style_name},
+ {"diamond",XML_diamond},
+ {"font-style-name",XML_font_style_name},
+ {"silver",XML_silver},
+ {"school",XML_school},
+ {"by-letter",XML_by_letter},
+ {"frame-end-margin",XML_frame_end_margin},
+ {"distribute-letter",XML_distribute_letter},
+ {"warning",XML_warning},
+ {"roundRectWipe",XML_roundRectWipe},
+ {"date-time-visible",XML_date_time_visible},
{"subtotal-rule",XML_subtotal_rule},
- {"member-count",XML_member_count},
+ {"fontstyle",XML_fontstyle},
+ {"entrance",XML_entrance},
{"subtotal-rules",XML_subtotal_rules},
- {"legend-expansion-aspect-ratio",XML_legend_expansion_aspect_ratio},
+ {"intensity",XML_intensity},
+ {"cylinder",XML_cylinder},
+ {"label-fill-color",XML_label_fill_color},
+ {"script-asian",XML_script_asian},
+ {"font-style-name-asian",XML_font_style_name_asian},
+ {"pyramid",XML_pyramid},
+ {"validation",XML_validation},
+ {"dde-connection",XML_dde_connection},
+ {"member-percentage-difference",XML_member_percentage_difference},
+ {"minLength",XML_minLength},
+ {"bottomRightDiagonal",XML_bottomRightDiagonal},
+ {"page-content",XML_page_content},
+ {"as-char",XML_as_char},
+ {"region-center",XML_region_center},
+ {"dont-balance-text-columns",XML_dont_balance_text_columns},
+ {"frame-display-scrollbar",XML_frame_display_scrollbar},
+ {"groove",XML_groove},
+ {"page-count",XML_page_count},
+ {"script-data",XML_script_data},
+ {"cond-style-name",XML_cond_style_name},
+ {"font-charset",XML_font_charset},
+ {"volume",XML_volume},
+ {"disabled",XML_disabled},
{"dde-connection-decls",XML_dde_connection_decls},
- {"data-cell-range-address",XML_data_cell_range_address},
- {"error-upper-indicator",XML_error_upper_indicator},
- {"mouse-visible",XML_mouse_visible},
- {"parallelSnakesWipe",XML_parallelSnakesWipe},
- {"end-angle",XML_end_angle},
- {"escape-direction",XML_escape_direction},
- {"margin-bottom",XML_margin_bottom},
- {"score-spaces",XML_score_spaces},
+ {"dde-application",XML_dde_application},
+ {"image",XML_image},
+ {"mpadded",XML_mpadded},
+ {"command-type",XML_command_type},
+ {"x-system",XML_x_system},
+ {"min-height",XML_min_height},
+ {"list-linkage-type",XML_list_linkage_type},
+ {"paragraph",XML_paragraph},
+ {"page-continuation",XML_page_continuation},
+ {"iterate-type",XML_iterate_type},
+ {"outline-level-style",XML_outline_level_style},
+ {"regression-force-intercept",XML_regression_force_intercept},
+ {"custom-label-field",XML_custom_label_field},
{"concentric-gradient-fill-allowed",XML_concentric_gradient_fill_allowed},
- {"end-glue-point",XML_end_glue_point},
- {"leader-char",XML_leader_char},
+ {"font-charset-asian",XML_font_charset_asian},
+ {"fraction",XML_fraction},
+ {"sender-postal-code",XML_sender_postal_code},
{"attached-axis",XML_attached_axis},
- {"database-description",XML_database_description},
- {"at-labels",XML_at_labels},
- {"subtotal-field",XML_subtotal_field},
- {"as-char",XML_as_char},
- {"default-outline-level",XML_default_outline_level},
- {"mathsize",XML_mathsize},
- {"combHorizontal",XML_combHorizontal},
- {"roundrectangle",XML_roundrectangle},
- {"hide-legend",XML_hide_legend},
+ {"editor",XML_editor},
+ {"polyline",XML_polyline},
+ {"split-column",XML_split_column},
+ {"fractionDigits",XML_fractionDigits},
+ {"edition",XML_edition},
+ {"ellipseWipe",XML_ellipseWipe},
+ {"volatile",XML_volatile},
+ {"may-script",XML_may_script},
+ {"validation-name",XML_validation_name},
+ {"vpn",XML_vpn},
+ {"scroll",XML_scroll},
+ {"fromRight",XML_fromRight},
+ {"detective",XML_detective},
+ {"column-style-name",XML_column_style_name},
+ {"boxWipe",XML_boxWipe},
{"embed",XML_embed},
- {"embossed",XML_embossed},
- {"select-page",XML_select_page},
- {"wrap",XML_wrap},
- {"sorted-ascending",XML_sorted_ascending},
- {"measure-vertical-align",XML_measure_vertical_align},
- {"database-name",XML_database_name},
+ {"leader-char",XML_leader_char},
+ {"style",XML_style},
+ {"styles",XML_styles},
{"descending",XML_descending},
- {"stroke",XML_stroke},
+ {"embossed",XML_embossed},
+ {"smil",XML_smil},
+ {"value-list",XML_value_list},
+ {"page-adjust",XML_page_adjust},
{"publisher",XML_publisher},
- {"short",XML_short},
- {"hours",XML_hours},
- {"hour",XML_hour},
- {"end-color",XML_end_color},
- {"frame-end-margin",XML_frame_end_margin},
- {"diamond",XML_diamond},
- {"regression-force-intercept",XML_regression_force_intercept},
- {"organizations",XML_organizations},
- {"selected-page",XML_selected_page},
- {"frame-content",XML_frame_content},
- {"date-time-visible",XML_date_time_visible},
- {"anchor-page-number",XML_anchor_page_number},
- {"mathcolor",XML_mathcolor},
- {"with-previous",XML_with_previous},
- {"sequence-decls",XML_sequence_decls},
- {"sign",XML_sign},
- {"distribute-letter",XML_distribute_letter},
- {"measure-align",XML_measure_align},
- {"section-desc",XML_section_desc},
- {"wrap-option",XML_wrap_option},
- {"scroll",XML_scroll},
+ {"fill-image-height",XML_fill_image_height},
+ {"image-data",XML_image_data},
+ {"footer-style",XML_footer_style},
+ {"leq",XML_leq},
{"reference-language",XML_reference_language},
+ {"nodeset",XML_nodeset},
+ {"no",XML_no},
+ {"master-styles",XML_master_styles},
+ {"none",XML_none},
+ {"veeWipe",XML_veeWipe},
+ {"end-color",XML_end_color},
+ {"list-property",XML_list_property},
+ {"media-type",XML_media_type},
+ {"specular",XML_specular},
+ {"mouseover",XML_mouseover},
+ {"note",XML_note},
+ {"not",XML_not},
+ {"notes",XML_notes},
+ {"onRequest",XML_onRequest},
+ {"rel-height-rel",XML_rel_height_rel},
+ {"name",XML_name},
+ {"dsig",XML_dsig},
+ {"report",XML_report},
+ {"reports",XML_reports},
{"end-column",XML_end_column},
- {"windshieldWipe",XML_windshieldWipe},
- {"hidden-and-protected",XML_hidden_and_protected},
+ {"roundrectangle",XML_roundrectangle},
+ {"gradient",XML_gradient},
+ {"style-name",XML_style_name},
+ {"font-family",XML_font_family},
+ {"interval-major",XML_interval_major},
+ {"repeat",XML_repeat},
+ {"notin",XML_notin},
+ {"visited-style-name",XML_visited_style_name},
+ {"sign",XML_sign},
+ {"repeatDur",XML_repeatDur},
+ {"dde-connection-decl",XML_dde_connection_decl},
+ {"repeatCount",XML_repeatCount},
+ {"frame-content",XML_frame_content},
+ {"report-element",XML_report_element},
+ {"sorted-ascending",XML_sorted_ascending},
+ {"data-label-series",XML_data_label_series},
+ {"notation",XML_notation},
+ {"end-glue-point",XML_end_glue_point},
+ {"spiralWipe",XML_spiralWipe},
+ {"image-frame",XML_image_frame},
{"bubble",XML_bubble},
- {"hasfill",XML_hasfill},
- {"image",XML_image},
- {"dont-balance-text-columns",XML_dont_balance_text_columns},
- {"sub-document",XML_sub_document},
- {"y",XML_y},
- {"at-labels-and-axis",XML_at_labels_and_axis},
- {"spreadsheet",XML_spreadsheet},
- {"phong",XML_phong},
- {"bottomRightDiagonal",XML_bottomRightDiagonal},
- {"data-pilot-subtotals",XML_data_pilot_subtotals},
- {"start",XML_start},
- {"bvar",XML_bvar},
- {"star",XML_star},
+ {"mmultiscripts",XML_mmultiscripts},
+ {"glue-points",XML_glue_points},
+ {"glue-point",XML_glue_point},
+ {"even",XML_even},
+ {"event",XML_event},
+ {"events",XML_events},
+ {"slideWipe",XML_slideWipe},
+ {"caption",XML_caption},
+ {"parse-sql-statement",XML_parse_sql_statement},
+ {"hide",XML_hide},
+ {"spiral-out",XML_spiral_out},
{"data-pilot-level",XML_data_pilot_level},
- {"vpn",XML_vpn},
- {"property-type",XML_property_type},
- {"boxWipe",XML_boxWipe},
- {"starWipe",XML_starWipe},
- {"span",XML_span},
- {"mimetype",XML_mimetype},
- {"varp",XML_varp},
- {"disabled",XML_disabled},
- {"statistics",XML_statistics},
- {"byte",XML_byte},
- {"whole",XML_whole},
- {"var",XML_var},
- {"msubsup",XML_msubsup},
- {"mathvariant",XML_mathvariant},
- {"status",XML_status},
+ {"spiral-in",XML_spiral_in},
{"error-lower-indicator",XML_error_lower_indicator},
- {"mediatype",XML_mediatype},
- {"version",XML_version},
- {"clockWipe",XML_clockWipe},
- {"dde-connection-decl",XML_dde_connection_decl},
- {"watermark",XML_watermark},
- {"keyhole",XML_keyhole},
+ {"named",XML_named},
+ {"hint",XML_hint},
+ {"anchor-page-number",XML_anchor_page_number},
+ {"spiralout-left",XML_spiralout_left},
+ {"report-footer",XML_report_footer},
+ {"margin-bottom",XML_margin_bottom},
+ {"nohref",XML_nohref},
+ {"repeated",XML_repeated},
+ {"sender-state-or-province",XML_sender_state_or_province},
+ {"encoding",XML_encoding},
{"archive",XML_archive},
- {"list-style",XML_list_style},
- {"line-style",XML_line_style},
- {"font-style",XML_font_style},
- {"footer-style",XML_footer_style},
- {"footer-visible",XML_footer_visible},
- {"segments",XML_segments},
- {"mime-type",XML_mime_type},
- {"bottomLeftClockwise",XML_bottomLeftClockwise},
- {"above",XML_above},
- {"dde-links",XML_dde_links},
- {"font-kerning",XML_font_kerning},
- {"list-property",XML_list_property},
- {"start-page",XML_start_page},
- {"start-indent",XML_start_indent},
- {"leader-color",XML_leader_color},
- {"horizontal-pos",XML_horizontal_pos},
- {"master-styles",XML_master_styles},
- {"horizontalLeft",XML_horizontalLeft},
- {"media-type",XML_media_type},
- {"property-is-list",XML_property_is_list},
- {"version-list",XML_version_list},
- {"vector",XML_vector},
- {"image-position",XML_image_position},
- {"semi-automatic",XML_semi_automatic},
- {"horizontalTopLeftOpposite",XML_horizontalTopLeftOpposite},
- {"letter-kerning",XML_letter_kerning},
- {"horizontal-stripes",XML_horizontal_stripes},
- {"event",XML_event},
- {"events",XML_events},
- {"whole-page",XML_whole_page},
- {"start-position",XML_start_position},
- {"label-cell-range-address",XML_label_cell_range_address},
{"angled-connector-line",XML_angled_connector_line},
- {"even",XML_even},
- {"bottomRightCounterClockwise",XML_bottomRightCounterClockwise},
- {"source",XML_source},
- {"min-label-distance",XML_min_label_distance},
- {"enumeration",XML_enumeration},
- {"horizontal-on-even",XML_horizontal_on_even},
- {"parent-style-name",XML_parent_style_name},
- {"fixed-text",XML_fixed_text},
- {"fill-character",XML_fill_character},
- {"spreadMethod",XML_spreadMethod},
- {"handle-switched",XML_handle_switched},
- {"block-list",XML_block_list},
- {"escape-processing",XML_escape_processing},
- {"property-is-void",XML_property_is_void},
- {"active-split-range",XML_active_split_range},
- {"font-style-asian",XML_font_style_asian},
- {"fixed",XML_fixed},
- {"fill-image-height",XML_fill_image_height},
+ {"select-protected-cells",XML_select_protected_cells},
+ {"state",XML_state},
+ {"bvar",XML_bvar},
{"sheet-name",XML_sheet_name},
- {"source-service",XML_source_service},
- {"encoding",XML_encoding},
- {"property-name",XML_property_name},
- {"consecutive-numbering",XML_consecutive_numbering},
- {"sequence-decl",XML_sequence_decl},
+ {"star",XML_star},
+ {"start",XML_start},
+ {"name-and-extension",XML_name_and_extension},
{"event-name",XML_event_name},
- {"close-vertical",XML_close_vertical},
- {"service-name",XML_service_name},
- {"zoom-type",XML_zoom_type},
- {"error-percentage",XML_error_percentage},
- {"binary-data",XML_binary_data},
- {"image-data",XML_image_data},
- {"veeWipe",XML_veeWipe},
- {"endnotes-configuration",XML_endnotes_configuration},
- {"image-map",XML_image_map},
- {"bind-styles-to-content",XML_bind_styles_to_content},
- {"value",XML_value},
- {"standard-error",XML_standard_error},
- {"values",XML_values},
- {"linked-cell",XML_linked_cell},
- {"list-style-name",XML_list_style_name},
- {"font-style-name",XML_font_style_name},
- {"rgb",XML_rgb},
- {"horizontalLeftSame",XML_horizontalLeftSame},
+ {"hidden",XML_hidden},
+ {"caption-escape",XML_caption_escape},
+ {"note-ref",XML_note_ref},
+ {"join-border",XML_join_border},
+ {"status",XML_status},
+ {"leader-color",XML_leader_color},
+ {"bottomRightCounterClockwise",XML_bottomRightCounterClockwise},
+ {"mstyle",XML_mstyle},
+ {"measure-align",XML_measure_align},
{"auto-grow-height",XML_auto_grow_height},
+ {"segments",XML_segments},
+ {"statistics",XML_statistics},
+ {"start-indent",XML_start_indent},
+ {"consecutive-numbering",XML_consecutive_numbering},
+ {"spiral-outward-left",XML_spiral_outward_left},
+ {"fill-character",XML_fill_character},
+ {"printable",XML_printable},
+ {"enumeration",XML_enumeration},
+ {"page-content-top",XML_page_content_top},
+ {"spiral-outward-right",XML_spiral_outward_right},
{"dlg",XML_dlg},
- {"rel-height-rel",XML_rel_height_rel},
- {"page-view-zoom-value",XML_page_view_zoom_value},
- {"snap-to-layout-grid",XML_snap_to_layout_grid},
+ {"label-cell-range-address",XML_label_cell_range_address},
+ {"grouping",XML_grouping},
+ {"data-pilot-subtotals",XML_data_pilot_subtotals},
+ {"break-inside",XML_break_inside},
+ {"restart-numbering",XML_restart_numbering},
+ {"locked",XML_locked},
+ {"date-style",XML_date_style},
+ {"href",XML_href},
+ {"num-format",XML_num_format},
+ {"step-size",XML_step_size},
+ {"handout-master",XML_handout_master},
+ {"is-unique",XML_is_unique},
+ {"data-label",XML_data_label},
+ {"writing-mode",XML_writing_mode},
+ {"data-style",XML_data_style},
+ {"hostname",XML_hostname},
+ {"spiral",XML_spiral},
+ {"standard-error",XML_standard_error},
+ {"x",XML_x},
+ {"polynomial",XML_polynomial},
+ {"organizations",XML_organizations},
+ {"mouse-visible",XML_mouse_visible},
{"end-cell-address",XML_end_cell_address},
- {"data-pilot-table",XML_data_pilot_table},
- {"week-of-year",XML_week_of_year},
- {"data-pilot-tables",XML_data_pilot_tables},
- {"data-pilot-subtotal",XML_data_pilot_subtotal},
- {"background-image",XML_background_image},
- {"reference-mark-start",XML_reference_mark_start},
+ {"active-split-range",XML_active_split_range},
+ {"break-after",XML_break_after},
+ {"bottomLeftCounterClockwise",XML_bottomLeftCounterClockwise},
+ {"power",XML_power},
+ {"link-to-source-data",XML_link_to_source_data},
+ {"grand-total",XML_grand_total},
+ {"rows",XML_rows},
+ {"error-upper-indicator",XML_error_upper_indicator},
{"standard",XML_standard},
- {"horizontal-on-odd",XML_horizontal_on_odd},
- {"slant",XML_slant},
- {"restart-numbering",XML_restart_numbering},
{"signatureline",XML_signatureline},
- {"relative-tab-stop-position",XML_relative_tab_stop_position},
- {"fontstyle",XML_fontstyle},
- {"h",XML_h},
- {"page-continuation-string",XML_page_continuation_string},
- {"effect",XML_effect},
- {"book",XML_book},
- {"mstyle",XML_mstyle},
- {"counterClockwiseBottomLeft",XML_counterClockwiseBottomLeft},
- {"wrap-influence-on-position",XML_wrap_influence_on_position},
- {"source-range-address",XML_source_range_address},
- {"month",XML_month},
- {"phdthesis",XML_phdthesis},
- {"distribute-space",XML_distribute_space},
- {"light",XML_light},
+ {"member-count",XML_member_count},
+ {"bowTieWipe",XML_bowTieWipe},
+ {"escape-direction",XML_escape_direction},
+ {"drop-cap",XML_drop_cap},
+ {"hold",XML_hold},
+ {"windshieldWipe",XML_windshieldWipe},
+ {"image-position",XML_image_position},
+ {"polygon",XML_polygon},
+ {"use",XML_use},
+ {"bow-tie",XML_bow_tie},
+ {"capitalize",XML_capitalize},
+ {"adjustment",XML_adjustment},
+ {"let-text",XML_let_text},
+ {"spiralin-left",XML_spiralin_left},
+ {"capitalize-entries",XML_capitalize_entries},
+ {"page-view-zoom-value",XML_page_view_zoom_value},
+ {"loext",XML_loext},
+ {"caption-angle",XML_caption_angle},
+ {"sequence-decls",XML_sequence_decls},
+ {"mimetype",XML_mimetype},
+ {"varp",XML_varp},
+ {"slant",XML_slant},
+ {"at-axis",XML_at_axis},
+ {"event-listeners",XML_event_listeners},
+ {"event-listener",XML_event_listener},
+ {"stop-color",XML_stop_color},
+ {"combVertical",XML_combVertical},
+ {"formatting-entry",XML_formatting_entry},
+ {"gradientTransform",XML_gradientTransform},
+ {"input-required",XML_input_required},
+ {"mediatype",XML_mediatype},
+ {"handle",XML_handle},
+ {"document-styles",XML_document_styles},
+ {"unsorted",XML_unsorted},
+ {"to",XML_to},
+ {"no-limit",XML_no_limit},
+ {"measure-vertical-align",XML_measure_vertical_align},
{"start-new-column",XML_start_new_column},
- {"sort-ascending",XML_sort_ascending},
- {"data-pilot-members",XML_data_pilot_members},
- {"font-style-name-asian",XML_font_style_name_asian},
- {"major-interval-unit",XML_major_interval_unit},
- {"data-pilot-member",XML_data_pilot_member},
- {"query-name",XML_query_name},
- {"source-name",XML_source_name},
+ {"time",XML_time},
+ {"section-desc",XML_section_desc},
+ {"reverse",XML_reverse},
+ {"times",XML_times},
+ {"mime-type",XML_mime_type},
+ {"stdevp",XML_stdevp},
+ {"between",XML_between},
+ {"auto-text",XML_auto_text},
+ {"page-variable-set",XML_page_variable_set},
+ {"diagonalWipe",XML_diagonalWipe},
+ {"maximum",XML_maximum},
+ {"value-range",XML_value_range},
+ {"sub-document",XML_sub_document},
+ {"tan",XML_tan},
+ {"data-style-name",XML_data_style_name},
+ {"mathcolor",XML_mathcolor},
+ {"property-is-list",XML_property_is_list},
+ {"keyhole",XML_keyhole},
+ {"phong",XML_phong},
+ {"passwort",XML_passwort},
+ {"effect",XML_effect},
+ {"start-table",XML_start_table},
+ {"start-angle",XML_start_angle},
+ {"endnotes-configuration",XML_endnotes_configuration},
+ {"ideograph-alpha",XML_ideograph_alpha},
+ {"revision",XML_revision},
+ {"diagonal-tl-br",XML_diagonal_tl_br},
+ {"no-repeat",XML_no_repeat},
+ {"local-socket",XML_local_socket},
+ {"short",XML_short},
+ {"close-vertical",XML_close_vertical},
+ {"standalone",XML_standalone},
+ {"data-pilot-table",XML_data_pilot_table},
+ {"auto-text-indent",XML_auto_text_indent},
+ {"hsl",XML_hsl},
+ {"data-pilot-tables",XML_data_pilot_tables},
+ {"tendsto",XML_tendsto},
+ {"data-pilot-subtotal",XML_data_pilot_subtotal},
+ {"image-map",XML_image_map},
+ {"less_equal",XML_less_equal},
+ {"first-row",XML_first_row},
+ {"diagonalTopLeft",XML_diagonalTopLeft},
+ {"normals-direction",XML_normals_direction},
+ {"report-type",XML_report_type},
+ {"property-is-void",XML_property_is_void},
+ {"reverse-direction",XML_reverse_direction},
+ {"null-date",XML_null_date},
+ {"appear",XML_appear},
+ {"between-date-times",XML_between_date_times},
+ {"odd-rows",XML_odd_rows},
+ {"fivePoint",XML_fivePoint},
+ {"online-text",XML_online_text},
{"push",XML_push},
- {"string-value",XML_string_value},
+ {"delay-for-repeat",XML_delay_for_repeat},
+ {"phdthesis",XML_phdthesis},
+ {"conditional-text",XML_conditional_text},
{"both",XML_both},
- {"major-interval-value",XML_major_interval_value},
{"engine",XML_engine},
- {"horizontal",XML_horizontal},
- {"contour-polygon",XML_contour_polygon},
- {"hasstroke",XML_hasstroke},
- {"start-table",XML_start_table},
- {"mean-value",XML_mean_value},
- {"page-variable-set",XML_page_variable_set},
- {"intensity",XML_intensity},
- {"pyramid",XML_pyramid},
- {"volume",XML_volume},
+ {"rgb",XML_rgb},
+ {"glue-point-type",XML_glue_point_type},
+ {"light",XML_light},
+ {"property-name",XML_property_name},
+ {"string-value",XML_string_value},
+ {"link-data-style-to-source",XML_link_data_style_to_source},
{"right",XML_right},
- {"reference-mark-end",XML_reference_mark_end},
- {"start-angle",XML_start_angle},
- {"horizontal-lines",XML_horizontal_lines},
- {"x-system",XML_x_system},
- {"math",XML_math},
+ {"sender-phone-private",XML_sender_phone_private},
+ {"username",XML_username},
+ {"page-continuation-string",XML_page_continuation_string},
+ {"password",XML_password},
+ {"spreadsheet",XML_spreadsheet},
+ {"data-pilot-members",XML_data_pilot_members},
{"path",XML_path},
- {"line-height",XML_line_height},
+ {"select-page",XML_select_page},
+ {"data-pilot-member",XML_data_pilot_member},
{"rightCenter",XML_rightCenter},
- {"font-pitch",XML_font_pitch},
- {"hide-shape",XML_hide_shape},
- {"end-shape",XML_end_shape},
- {"list-linkage-type",XML_list_linkage_type},
- {"standalone",XML_standalone},
- {"image-frame",XML_image_frame},
- {"citation-style-name",XML_citation_style_name},
+ {"forward",XML_forward},
+ {"conditional-print-expression",XML_conditional_print_expression},
+ {"mathvariant",XML_mathvariant},
+ {"selected-page",XML_selected_page},
+ {"semi-automatic",XML_semi_automatic},
+ {"normals-kind",XML_normals_kind},
+ {"marker",XML_marker},
+ {"zoom-type",XML_zoom_type},
+ {"justify-single-word",XML_justify_single_word},
+ {"html",XML_html},
+ {"major",XML_major},
+ {"arrow-down",XML_arrow_down},
+ {"cosh",XML_cosh},
+ {"last-row-spanned",XML_last_row_spanned},
+ {"user-name",XML_user_name},
{"right-text",XML_right_text},
- {"mirror-horizontal",XML_mirror_horizontal},
- {"heart",XML_heart},
+ {"coth",XML_coth},
+ {"font-word-line-mode",XML_font_word_line_mode},
+ {"line-height",XML_line_height},
+ {"span",XML_span},
+ {"distribute-space",XML_distribute_space},
{"page-header",XML_page_header},
- {"horizontal-split-position",XML_horizontal_split_position},
- {"ideograph-alpha",XML_ideograph_alpha},
- {"stdev",XML_stdev},
- {"asterisk",XML_asterisk},
- {"by-letter",XML_by_letter},
- {"diagonalWipe",XML_diagonalWipe},
+ {"caption-gap",XML_caption_gap},
+ {"index-name",XML_index_name},
+ {"user-defined",XML_user_defined},
+ {"string-value-if-true",XML_string_value_if_true},
+ {"csch",XML_csch},
+ {"sequence-decl",XML_sequence_decl},
+ {"starWipe",XML_starWipe},
+ {"avoid-overlap",XML_avoid_overlap},
+ {"server-map",XML_server_map},
+ {"oval",XML_oval},
+ {"implies",XML_implies},
+ {"use-footer-name",XML_use_footer_name},
+ {"marker-start",XML_marker_start},
+ {"variance",XML_variance},
+ {"source",XML_source},
+ {"above",XML_above},
+ {"diagonalBottomLeft",XML_diagonalBottomLeft},
+ {"user-transformed",XML_user_transformed},
+ {"spreadMethod",XML_spreadMethod},
+ {"fieldmark",XML_fieldmark},
+ {"normal",XML_normal},
+ {"inverse",XML_inverse},
+ {"right-outside",XML_right_outside},
{"era",XML_era},
- {"combVertical",XML_combVertical},
+ {"footer-visible",XML_footer_visible},
+ {"start-page",XML_start_page},
+ {"string-value-if-false",XML_string_value_if_false},
+ {"title",XML_title},
{"logbase",XML_logbase},
- {"polyline",XML_polyline},
- {"event-listeners",XML_event_listeners},
- {"event-listener",XML_event_listener},
- {"outline-level-style",XML_outline_level_style},
+ {"min-label-distance",XML_min_label_distance},
+ {"contour-path",XML_contour_path},
{"line-height-at-least",XML_line_height_at_least},
- {"marked-invalid",XML_marked_invalid},
- {"cylinder",XML_cylinder},
- {"volatile",XML_volatile},
- {"horizontal-split-mode",XML_horizontal_split_mode},
- {"distance-before-sep",XML_distance_before_sep},
- {"diagonal-tl-br",XML_diagonal_tl_br},
- {"headers",XML_headers},
- {"marker-table",XML_marker_table},
- {"key1-phonetic",XML_key1_phonetic},
- {"source-field-name",XML_source_field_name},
- {"header",XML_header},
- {"key2-phonetic",XML_key2_phonetic},
- {"cond-style-name",XML_cond_style_name},
- {"end-line-spacing-horizontal",XML_end_line_spacing_horizontal},
- {"cosh",XML_cosh},
- {"log-base-10",XML_log_base_10},
- {"move",XML_move},
- {"right-outside",XML_right_outside},
- {"validation-name",XML_validation_name},
- {"to",XML_to},
- {"mover",XML_mover},
- {"oval",XML_oval},
- {"background-size",XML_background_size},
- {"command-type",XML_command_type},
- {"bookmark-start",XML_bookmark_start},
- {"time",XML_time},
- {"times",XML_times},
- {"coth",XML_coth},
- {"linenumbering-configuration",XML_linenumbering_configuration},
- {"iterate-type",XML_iterate_type},
- {"data-label",XML_data_label},
- {"value-list",XML_value_list},
- {"maximum",XML_maximum},
- {"string-value-if-true",XML_string_value_if_true},
- {"reverse",XML_reverse},
- {"tan",XML_tan},
- {"passwort",XML_passwort},
- {"layout-grid-base-height",XML_layout_grid_base_height},
- {"suggested-signer-title",XML_suggested_signer_title},
- {"listtab",XML_listtab},
- {"csch",XML_csch},
- {"move-protect",XML_move_protect},
- {"custom-label-field",XML_custom_label_field},
- {"hanging",XML_hanging},
- {"between",XML_between},
- {"inter-character",XML_inter_character},
- {"first-row",XML_first_row},
+ {"start-position",XML_start_position},
{"message-type",XML_message_type},
- {"leave-gap",XML_leave_gap},
- {"wrap-contour",XML_wrap_contour},
- {"tendsto",XML_tendsto},
- {"background-color",XML_background_color},
- {"regression-curve",XML_regression_curve},
- {"layout-grid-snap-to-characters",XML_layout_grid_snap_to_characters},
+ {"datatype",XML_datatype},
+ {"url",XML_url},
+ {"char",XML_char},
{"chart",XML_chart},
{"charts",XML_charts},
- {"database-select",XML_database_select},
- {"horizontal-rel",XML_horizontal_rel},
- {"revision",XML_revision},
- {"char",XML_char},
- {"specular-color",XML_specular_color},
- {"chapter",XML_chapter},
- {"visited-style-name",XML_visited_style_name},
- {"regression-intercept-value",XML_regression_intercept_value},
- {"space",XML_space},
- {"fivePoint",XML_fivePoint},
- {"open-horizontal",XML_open_horizontal},
- {"datatype",XML_datatype},
+ {"source-service",XML_source_service},
+ {"mathsize",XML_mathsize},
+ {"editing-duration",XML_editing_duration},
+ {"insert-rows",XML_insert_rows},
+ {"fixed-content",XML_fixed_content},
+ {"has-persistent-data",XML_has_persistent_data},
+ {"marker-end",XML_marker_end},
+ {"sort-ascending",XML_sort_ascending},
+ {"service-name",XML_service_name},
+ {"to-left",XML_to_left},
+ {"index-entry-link-start",XML_index_entry_link_start},
+ {"applet",XML_applet},
+ {"log-base-10",XML_log_base_10},
+ {"data-type",XML_data_type},
{"chartooo",XML_chartooo},
- {"date-style",XML_date_style},
- {"contour-path",XML_contour_path},
- {"scatter",XML_scatter},
- {"odd-rows",XML_odd_rows},
- {"diagonalTopLeft",XML_diagonalTopLeft},
- {"bookmark-end",XML_bookmark_end},
- {"style-override",XML_style_override},
- {"whole-group",XML_whole_group},
- {"diagonalTopLeftOpposite",XML_diagonalTopLeftOpposite},
+ {"max-edge",XML_max_edge},
+ {"last-row-start-column",XML_last_row_start_column},
+ {"lowlimit",XML_lowlimit},
+ {"dependence",XML_dependence},
+ {"dependences",XML_dependences},
+ {"with-previous",XML_with_previous},
+ {"arrow-left",XML_arrow_left},
+ {"dependencies",XML_dependencies},
+ {"oppositeHorizontal",XML_oppositeHorizontal},
+ {"legend-expansion-aspect-ratio",XML_legend_expansion_aspect_ratio},
+ {"source-range-address",XML_source_range_address},
+ {"lr-tb",XML_lr_tb},
+ {"spiralin-right",XML_spiralin_right},
+ {"handle-radius-range-minimum",XML_handle_radius_range_minimum},
+ {"group-interval",XML_group_interval},
+ {"booklet",XML_booklet},
+ {"index-entry-link-end",XML_index_entry_link_end},
+ {"linenumbering-configuration",XML_linenumbering_configuration},
+ {"handle-radius-range-maximum",XML_handle_radius_range_maximum},
+ {"void",XML_void},
+ {"driver-settings",XML_driver_settings},
+ {"booktitle",XML_booktitle},
{"inch",XML_inch},
+ {"mtext",XML_mtext},
+ {"listtab",XML_listtab},
+ {"snap-to-layout-grid",XML_snap_to_layout_grid},
+ {"source-field-name",XML_source_field_name},
+ {"property-type",XML_property_type},
+ {"image-align",XML_image_align},
+ {"group-header",XML_group_header},
+ {"use-date-time-name",XML_use_date_time_name},
+ {"named-range",XML_named_range},
+ {"end-line-spacing-horizontal",XML_end_line_spacing_horizontal},
+ {"index-title",XML_index_title},
+ {"index-source-style",XML_index_source_style},
+ {"source-name",XML_source_name},
+ {"index-source-styles",XML_index_source_styles},
+ {"help-id",XML_help_id},
+ {"column-text-transformation",XML_column_text_transformation},
+ {"relative-tab-stop-position",XML_relative_tab_stop_position},
+ {"chg-date-time",XML_chg_date_time},
+ {"suggested-signer-title",XML_suggested_signer_title},
+ {"percentage-style",XML_percentage_style},
+ {"keep-text",XML_keep_text},
+ {"verticalLeft",XML_verticalLeft},
+ {"move",XML_move},
+ {"database-select",XML_database_select},
+ {"unordered-list",XML_unordered_list},
+ {"mover",XML_mover},
+ {"caption-angle-type",XML_caption_angle_type},
{"database-source-sql",XML_database_source_sql},
{"database-source-table",XML_database_source_table},
- {"between-date-times",XML_between_date_times},
- {"reverse-direction",XML_reverse_direction},
- {"column-style-name",XML_column_style_name},
- {"sub",XML_sub},
- {"max-edge",XML_max_edge},
- {"arrowHeadWipe",XML_arrowHeadWipe},
- {"data-type",XML_data_type},
- {"min-line-height",XML_min_line_height},
- {"data-style",XML_data_style},
- {"counterClockwiseTopRight",XML_counterClockwiseTopRight},
- {"arrow-up",XML_arrow_up},
- {"image-count",XML_image_count},
- {"chart-properties",XML_chart_properties},
- {"start-guide",XML_start_guide},
- {"font-word-line-mode",XML_font_word_line_mode},
- {"break-before",XML_break_before},
- {"to-top",XML_to_top},
- {"lr-tb",XML_lr_tb},
- {"movement",XML_movement},
- {"start-color",XML_start_color},
- {"even-page",XML_even_page},
- {"sdev",XML_sdev},
+ {"from-upper-right",XML_from_upper_right},
+ {"value-and-percentage",XML_value_and_percentage},
+ {"whole",XML_whole},
+ {"bevel",XML_bevel},
{"ergo-sum",XML_ergo_sum},
- {"password",XML_password},
- {"font-family",XML_font_family},
- {"polygon",XML_polygon},
- {"forward",XML_forward},
- {"suggested-signer-name",XML_suggested_signer_name},
- {"hourglass",XML_hourglass},
- {"variance",XML_variance},
+ {"level",XML_level},
+ {"config-item-map-entry",XML_config_item_map_entry},
+ {"map",XML_map},
+ {"vertical-align",XML_vertical_align},
+ {"mean-value",XML_mean_value},
{"with-first-detail",XML_with_first_detail},
- {"horizontal-on-right-pages",XML_horizontal_on_right_pages},
- {"last-row-spanned",XML_last_row_spanned},
- {"header-first",XML_header_first},
- {"stretch-from-top",XML_stretch_from_top},
- {"straight-line",XML_straight_line},
+ {"hasfill",XML_hasfill},
+ {"help-message",XML_help_message},
+ {"chain-next-name",XML_chain_next_name},
+ {"applet-name",XML_applet_name},
+ {"library-embedded",XML_library_embedded},
+ {"allow-inserts",XML_allow_inserts},
+ {"handle-position",XML_handle_position},
+ {"ruby-align",XML_ruby_align},
+ {"error-percentage",XML_error_percentage},
{"page-number-visible",XML_page_number_visible},
- {"arrow-down",XML_arrow_down},
- {"wrap-contour-mode",XML_wrap_contour_mode},
- {"start-column",XML_start_column},
- {"string-value-if-false",XML_string_value_if_false},
- {"end-table",XML_end_table},
- {"formatting-entry",XML_formatting_entry},
- {"ruby-properties",XML_ruby_properties},
- {"counterclockwise",XML_counterclockwise},
- {"list-source-type",XML_list_source_type},
- {"mtable",XML_mtable},
- {"ruby-position",XML_ruby_position},
- {"horizontal-segments",XML_horizontal_segments},
- {"double",XML_double},
- {"fixed-content",XML_fixed_content},
- {"active-table",XML_active_table},
- {"header-footer-properties",XML_header_footer_properties},
- {"inverse",XML_inverse},
- {"referenced-table-name",XML_referenced_table_name},
- {"diagonalBottomLeft",XML_diagonalBottomLeft},
- {"chg-date-time",XML_chg_date_time},
- {"diagonalBottomLeftOpposite",XML_diagonalBottomLeftOpposite},
- {"move-from-left",XML_move_from_left},
- {"move-from-top",XML_move_from_top},
- {"move-from-upperleft",XML_move_from_upperleft},
- {"document-styles",XML_document_styles},
- {"algorithm",XML_algorithm},
- {"move-from-lowerleft",XML_move_from_lowerleft},
- {"keep-with-next",XML_keep_with_next},
- {"template",XML_template},
- {"title",XML_title},
- {"no",XML_no},
- {"none",XML_none},
- {"nodeset",XML_nodeset},
- {"leq",XML_leq},
- {"value-range",XML_value_range},
- {"length",XML_length},
- {"border-line-width",XML_border_line_width},
- {"move-from-upperright",XML_move_from_upperright},
- {"move-from-lowerright",XML_move_from_lowerright},
- {"bold-dot-dot-dash",XML_bold_dot_dot_dash},
- {"key",XML_key},
- {"stroke-color",XML_stroke_color},
- {"data-style-name",XML_data_style_name},
- {"stroke-linecap",XML_stroke_linecap},
- {"italic",XML_italic},
- {"insert-rows",XML_insert_rows},
- {"border-line-width-right",XML_border_line_width_right},
- {"map",XML_map},
- {"dash",XML_dash},
{"ignore-empty-rows",XML_ignore_empty_rows},
- {"double-thin",XML_double_thin},
- {"up",XML_up},
- {"doubleBarnDoor",XML_doubleBarnDoor},
- {"last-row-start-column",XML_last_row_start_column},
- {"note",XML_note},
- {"chain-next-name",XML_chain_next_name},
- {"source-code",XML_source_code},
- {"not",XML_not},
- {"notes",XML_notes},
- {"start-glue-point",XML_start_glue_point},
- {"image-align",XML_image_align},
- {"name",XML_name},
- {"x",XML_x},
- {"page-variable-get",XML_page_variable_get},
+ {"diagonalTopLeftOpposite",XML_diagonalTopLeftOpposite},
{"display-levels",XML_display_levels},
- {"report",XML_report},
- {"reports",XML_reports},
- {"doubleFanWipe",XML_doubleFanWipe},
- {"polynomial",XML_polynomial},
- {"power",XML_power},
- {"onRequest",XML_onRequest},
- {"scale",XML_scale},
- {"display-list",XML_display_list},
+ {"end-table",XML_end_table},
+ {"font-family-generic-complex",XML_font_family_generic_complex},
+ {"allow-deletes",XML_allow_deletes},
{"display-units",XML_display_units},
+ {"bold-dot-dot-dash",XML_bold_dot_dot_dash},
+ {"stdev",XML_stdev},
+ {"package-name",XML_package_name},
+ {"start-guide",XML_start_guide},
{"display-footer",XML_display_footer},
- {"repeat",XML_repeat},
- {"cell-content-change",XML_cell_content_change},
- {"bowTieWipe",XML_bowTieWipe},
- {"bookmark-ref",XML_bookmark_ref},
- {"arrow-left",XML_arrow_left},
- {"space-after",XML_space_after},
+ {"display-list",XML_display_list},
+ {"rel-width-rel",XML_rel_width_rel},
+ {"border-line-width",XML_border_line_width},
+ {"visual-effect",XML_visual_effect},
{"display-name",XML_display_name},
- {"rows",XML_rows},
- {"notin",XML_notin},
- {"frame-display-border",XML_frame_display_border},
- {"report-type",XML_report_type},
- {"plain-number",XML_plain_number},
- {"report-element",XML_report_element},
- {"repeatCount",XML_repeatCount},
- {"bow-tie",XML_bow_tie},
- {"display-date-time",XML_display_date_time},
+ {"image-count",XML_image_count},
+ {"month",XML_month},
+ {"treat-empty-cells",XML_treat_empty_cells},
{"display-factor",XML_display_factor},
- {"image-scale",XML_image_scale},
+ {"border-line-width-right",XML_border_line_width_right},
+ {"algorithm",XML_algorithm},
+ {"bevelled",XML_bevelled},
+ {"wrap-influence-on-position",XML_wrap_influence_on_position},
+ {"display-date-time",XML_display_date_time},
+ {"arrowHeadWipe",XML_arrowHeadWipe},
+ {"max-numerator-digits",XML_max_numerator_digits},
+ {"numalign",XML_numalign},
+ {"background",XML_background},
+ {"sixPoint",XML_sixPoint},
+ {"suggested-signer-name",XML_suggested_signer_name},
+ {"math",XML_math},
{"list-level-label-alignment",XML_list_level_label_alignment},
- {"background-visible",XML_background_visible},
- {"bold-long-dash",XML_bold_long_dash},
- {"select-unprotected-cells",XML_select_unprotected_cells},
- {"scale-text",XML_scale_text},
- {"scale-to-Y",XML_scale_to_Y},
- {"scale-to",XML_scale_to},
- {"start-scale",XML_start_scale},
- {"appear",XML_appear},
- {"vertical-pos",XML_vertical_pos},
- {"parse-sql-statement",XML_parse_sql_statement},
- {"repeatDur",XML_repeatDur},
- {"verticalLeft",XML_verticalLeft},
- {"percentage-style",XML_percentage_style},
- {"vertical-stripes",XML_vertical_stripes},
- {"let-text",XML_let_text},
- {"notation",XML_notation},
- {"run-through",XML_run_through},
{"display-header",XML_display_header},
- {"max-numerator-digits",XML_max_numerator_digits},
+ {"animatePhysics",XML_animatePhysics},
+ {"user-field-input",XML_user_field_input},
{"display-border",XML_display_border},
- {"move-from-bottom",XML_move_from_bottom},
- {"scale-to-X",XML_scale_to_X},
- {"ystretch",XML_ystretch},
+ {"down",XML_down},
+ {"straight-line",XML_straight_line},
+ {"move-from-left",XML_move_from_left},
+ {"keep-with-next",XML_keep_with_next},
+ {"verticalTopSame",XML_verticalTopSame},
{"rl-tb",XML_rl_tb},
+ {"illustration-index",XML_illustration_index},
+ {"movement",XML_movement},
+ {"index-entry-template",XML_index_entry_template},
+ {"move-from-lowerleft",XML_move_from_lowerleft},
+ {"end-shape",XML_end_shape},
+ {"java-driver-class",XML_java_driver_class},
{"display-filter-buttons",XML_display_filter_buttons},
- {"abbreviated-name",XML_abbreviated_name},
- {"orgchart",XML_orgchart},
- {"header-left",XML_header_left},
- {"value-and-percentage",XML_value_and_percentage},
- {"xstretch",XML_xstretch},
- {"stylesheet",XML_stylesheet},
- {"fill-hatch-name",XML_fill_hatch_name},
- {"maxInclusive",XML_maxInclusive},
- {"stretch-from-left",XML_stretch_from_left},
- {"template-name",XML_template_name},
- {"match",XML_match},
- {"hidden-paragraph",XML_hidden_paragraph},
- {"sub-table",XML_sub_table},
- {"logarithmic",XML_logarithmic},
- {"dot-dash",XML_dot_dash},
- {"named",XML_named},
- {"placing",XML_placing},
- {"vertical-align",XML_vertical_align},
- {"unordered-list",XML_unordered_list},
+ {"referenced-table-name",XML_referenced_table_name},
+ {"escape-processing",XML_escape_processing},
+ {"move-from-lowerright",XML_move_from_lowerright},
+ {"country-asian",XML_country_asian},
+ {"font-pitch",XML_font_pitch},
+ {"left-text",XML_left_text},
+ {"update-rule",XML_update_rule},
{"is-sub-table",XML_is_sub_table},
- {"delay-for-repeat",XML_delay_for_repeat},
- {"db",XML_db},
- {"min-exponent-digits",XML_min_exponent_digits},
- {"no-repeat",XML_no_repeat},
- {"bevel",XML_bevel},
- {"dash-table",XML_dash_table},
- {"library-embedded",XML_library_embedded},
- {"object",XML_object},
- {"objects",XML_objects},
- {"unsorted",XML_unsorted},
- {"level",XML_level},
- {"whenNotActive",XML_whenNotActive},
- {"repeated",XML_repeated},
- {"sixPoint",XML_sixPoint},
- {"doubleDiamond",XML_doubleDiamond},
- {"double-sided",XML_double_sided},
- {"dot-dot-dash",XML_dot_dot_dash},
- {"use",XML_use},
- {"right-arc",XML_right_arc},
- {"auto-text",XML_auto_text},
- {"mtext",XML_mtext},
- {"server-database",XML_server_database},
- {"start-value",XML_start_value},
- {"loext",XML_loext},
- {"name-and-extension",XML_name_and_extension},
- {"edge-rounding",XML_edge_rounding},
+ {"sdev",XML_sdev},
+ {"key",XML_key},
+ {"secondary-y",XML_secondary_y},
+ {"bold-long-dash",XML_bold_long_dash},
+ {"distance-before-sep",XML_distance_before_sep},
+ {"uplimit",XML_uplimit},
+ {"plain-number",XML_plain_number},
+ {"miscShapeWipe",XML_miscShapeWipe},
+ {"vertical",XML_vertical},
+ {"double",XML_double},
+ {"vertical-lines",XML_vertical_lines},
+ {"diagonalBottomLeftOpposite",XML_diagonalBottomLeftOpposite},
+ {"ruby-properties",XML_ruby_properties},
+ {"inter-character",XML_inter_character},
+ {"help-file-name",XML_help_file_name},
+ {"index-entry-span",XML_index_entry_span},
+ {"ruby-position",XML_ruby_position},
+ {"template",XML_template},
+ {"page-variable-get",XML_page_variable_get},
+ {"row-retrieving-statement",XML_row_retrieving_statement},
+ {"help",XML_help},
+ {"hide-legend",XML_hide_legend},
+ {"global",XML_global},
+ {"layout-grid-base-height",XML_layout_grid_base_height},
+ {"doubleBarnDoor",XML_doubleBarnDoor},
+ {"vertical-split-mode",XML_vertical_split_mode},
+ {"handle-polar",XML_handle_polar},
+ {"list-source-type",XML_list_source_type},
+ {"chapter",XML_chapter},
+ {"double-thin",XML_double_thin},
{"fontweight",XML_fontweight},
- {"config-item-map-entry",XML_config_item_map_entry},
- {"enhanced-path",XML_enhanced_path},
- {"object-ole",XML_object_ole},
- {"auto-grow-width",XML_auto_grow_width},
- {"ruby-align",XML_ruby_align},
- {"email",XML_email},
- {"lighting-mode",XML_lighting_mode},
- {"verticalTopSame",XML_verticalTopSame},
- {"caption",XML_caption},
- {"justify-single-word",XML_justify_single_word},
- {"double-line",XML_double_line},
- {"horizontal-on-left-pages",XML_horizontal_on_left_pages},
- {"scale-min",XML_scale_min},
- {"online-text",XML_online_text},
- {"keep-text",XML_keep_text},
- {"report-footer",XML_report_footer},
- {"suggested-signer-email",XML_suggested_signer_email},
- {"header-on-new-page",XML_header_on_new_page},
+ {"fill-hatch-name",XML_fill_hatch_name},
+ {"vertical-split-position",XML_vertical_split_position},
+ {"solid-type",XML_solid_type},
+ {"regression-curve",XML_regression_curve},
+ {"layout-grid-snap-to-characters",XML_layout_grid_snap_to_characters},
+ {"repeat-content",XML_repeat_content},
+ {"note-citation",XML_note_citation},
+ {"values-cell-range-address",XML_values_cell_range_address},
+ {"verticalBottomSame",XML_verticalBottomSame},
+ {"gradient-step-count",XML_gradient_step_count},
+ {"regression-intercept-value",XML_regression_intercept_value},
{"divide",XML_divide},
- {"auto-text-indent",XML_auto_text_indent},
- {"rel-width-rel",XML_rel_width_rel},
- {"change",XML_change},
- {"width",XML_width},
- {"source-cell-range",XML_source_cell_range},
+ {"move-from-bottom",XML_move_from_bottom},
+ {"repeat-section",XML_repeat_section},
+ {"up",XML_up},
+ {"image-scale",XML_image_scale},
+ {"dde-links",XML_dde_links},
{"timing-root",XML_timing_root},
- {"min-row-height",XML_min_row_height},
- {"to-left",XML_to_left},
- {"auto-text-group",XML_auto_text_group},
- {"dropdown",XML_dropdown},
- {"at-axis",XML_at_axis},
- {"plain-number-and-name",XML_plain_number_and_name},
- {"min-length",XML_min_length},
- {"applet",XML_applet},
- {"verticalTopLeftOpposite",XML_verticalTopLeftOpposite},
- {"caption-gap",XML_caption_gap},
- {"caption-escape",XML_caption_escape},
+ {"geq",XML_geq},
+ {"system",XML_system},
+ {"mirror-horizontal",XML_mirror_horizontal},
{"display-label",XML_display_label},
+ {"system-driver-settings",XML_system_driver_settings},
{"display-details",XML_display_details},
- {"drop-down",XML_drop_down},
- {"fill-hatch-solid",XML_fill_hatch_solid},
- {"moving-average",XML_moving_average},
- {"block",XML_block},
- {"bevelled",XML_bevelled},
- {"oppositeHorizontal",XML_oppositeHorizontal},
- {"stock-range-line",XML_stock_range_line},
- {"secondary-y",XML_secondary_y},
- {"to-upper-left",XML_to_upper_left},
- {"even-columns",XML_even_columns},
- {"handle-mirror-horizontal",XML_handle_mirror_horizontal},
+ {"main-etry",XML_main_etry},
+ {"wrap",XML_wrap},
+ {"length",XML_length},
+ {"user-field-get",XML_user_field_get},
+ {"rejection",XML_rejection},
+ {"dash",XML_dash},
+ {"score-spaces",XML_score_spaces},
{"tile-repeat-offset",XML_tile_repeat_offset},
- {"vertical",XML_vertical},
- {"uplimit",XML_uplimit},
- {"update-rule",XML_update_rule},
- {"java-driver-class",XML_java_driver_class},
- {"tcd",XML_tcd},
- {"merge-last-paragraph",XML_merge_last_paragraph},
- {"inbook",XML_inbook},
- {"max-denominator-value",XML_max_denominator_value},
- {"signing-instructions",XML_signing_instructions},
- {"tab-stop",XML_tab_stop},
- {"change-start",XML_change_start},
- {"tab-stops",XML_tab_stops},
- {"vertical-lines",XML_vertical_lines},
- {"property-value",XML_property_value},
- {"malignmark",XML_malignmark},
- {"index-name",XML_index_name},
- {"source-cell-range-addresses",XML_source_cell_range_addresses},
- {"solid-type",XML_solid_type},
- {"stagger-odd",XML_stagger_odd},
- {"delete-rows",XML_delete_rows},
- {"simpleType",XML_simpleType},
- {"nohref",XML_nohref},
- {"frame-margin-vertical",XML_frame_margin_vertical},
+ {"scatter",XML_scatter},
+ {"sub",XML_sub},
{"data-pilot-layout-info",XML_data_pilot_layout_info},
- {"reference-type",XML_reference_type},
- {"object-name",XML_object_name},
+ {"target-frame",XML_target_frame},
{"target-range-address",XML_target_range_address},
- {"vertical-split-mode",XML_vertical_split_mode},
- {"database-table-name",XML_database_table_name},
- {"conditional-text",XML_conditional_text},
- {"treat-empty-cells",XML_treat_empty_cells},
- {"system",XML_system},
- {"verticalBottomSame",XML_verticalBottomSame},
- {"sinh",XML_sinh},
- {"country-asian",XML_country_asian},
- {"to-upper-right",XML_to_upper_right},
- {"change-id",XML_change_id},
- {"username",XML_username},
- {"vertical-split-position",XML_vertical_split_position},
- {"standard-deviation",XML_standard_deviation},
- {"url",XML_url},
- {"num-format",XML_num_format},
+ {"shininess",XML_shininess},
+ {"index-title-template",XML_index_title_template},
+ {"default-row-style-name",XML_default_row_style_name},
+ {"open-horizontal",XML_open_horizontal},
+ {"email",XML_email},
+ {"wrap-option",XML_wrap_option},
+ {"template-name",XML_template_name},
+ {"double-sided",XML_double_sided},
+ {"target-frame-name",XML_target_frame_name},
+ {"font-family-complex",XML_font_family_complex},
+ {"currency-symbol",XML_currency_symbol},
+ {"even-page",XML_even_page},
+ {"min-line-height",XML_min_line_height},
+ {"rejected",XML_rejected},
+ {"vertical-pos",XML_vertical_pos},
+ {"run-through",XML_run_through},
+ {"cell-content-change",XML_cell_content_change},
+ {"delete-rows",XML_delete_rows},
+ {"vertical-stripes",XML_vertical_stripes},
+ {"fill-hatch-solid",XML_fill_hatch_solid},
+ {"plain-number-and-name",XML_plain_number_and_name},
+ {"start-color",XML_start_color},
+ {"maxInclusive",XML_maxInclusive},
+ {"report-component",XML_report_component},
+ {"doubleDiamond",XML_doubleDiamond},
+ {"to-top",XML_to_top},
+ {"start-column",XML_start_column},
+ {"parallelSnakesWipe",XML_parallelSnakesWipe},
+ {"caption-sequence-format",XML_caption_sequence_format},
+ {"back-scale",XML_back_scale},
+ {"reference-type",XML_reference_type},
+ {"major-origin",XML_major_origin},
+ {"caption-escape-direction",XML_caption_escape_direction},
+ {"vertical-rel",XML_vertical_rel},
+ {"specular-color",XML_specular_color},
+ {"min-exponent-digits",XML_min_exponent_digits},
+ {"suggested-signer-email",XML_suggested_signer_email},
+ {"dot-dash",XML_dot_dash},
+ {"replace",XML_replace},
+ {"move-protect",XML_move_protect},
+ {"active-table",XML_active_table},
+ {"leave-gap",XML_leave_gap},
+ {"verticalTopLeftOpposite",XML_verticalTopLeftOpposite},
+ {"double-line",XML_double_line},
+ {"auto-text-group",XML_auto_text_group},
+ {"edge-rounding",XML_edge_rounding},
+ {"allow-updates",XML_allow_updates},
+ {"change",XML_change},
+ {"whole-page",XML_whole_page},
+ {"display-formula",XML_display_formula},
+ {"dot-dot-dash",XML_dot_dot_dash},
+ {"seq",XML_seq},
+ {"auto-grow-width",XML_auto_grow_width},
+ {"note-class",XML_note_class},
+ {"italic",XML_italic},
+ {"totalDigits",XML_totalDigits},
+ {"arrow-up",XML_arrow_up},
+ {"white",XML_white},
+ {"super",XML_super},
+ {"dash-table",XML_dash_table},
+ {"lowercase",XML_lowercase},
+ {"style-override",XML_style_override},
+ {"mtable",XML_mtable},
+ {"caption-sequence-name",XML_caption_sequence_name},
+ {"end-intensity",XML_end_intensity},
+ {"regression-y-name",XML_regression_y_name},
+ {"db",XML_db},
+ {"lighting-mode",XML_lighting_mode},
+ {"move-from-upperleft",XML_move_from_upperleft},
+ {"move-from-top",XML_move_from_top},
+ {"change-start",XML_change_start},
+ {"separator",XML_separator},
+ {"placing",XML_placing},
+ {"scale",XML_scale},
+ {"move-from-upperright",XML_move_from_upperright},
{"maximum-difference",XML_maximum_difference},
- {"index-entry-span",XML_index_entry_span},
- {"system-driver-settings",XML_system_driver_settings},
+ {"data-source-setting-type",XML_data_source_setting_type},
+ {"change-id",XML_change_id},
+ {"msubsup",XML_msubsup},
+ {"aqua",XML_aqua},
{"changed-region",XML_changed_region},
- {"conditional-print-expression",XML_conditional_print_expression},
- {"note-ref",XML_note_ref},
- {"user-name",XML_user_name},
- {"character-set",XML_character_set},
- {"sech",XML_sech},
+ {"frame-margin-vertical",XML_frame_margin_vertical},
+ {"change-info",XML_change_info},
+ {"stroke",XML_stroke},
+ {"hours",XML_hours},
+ {"to-center",XML_to_center},
+ {"hour",XML_hour},
+ {"unit",XML_unit},
+ {"scale-text",XML_scale_text},
+ {"start-scale",XML_start_scale},
+ {"scale-to-Y",XML_scale_to_Y},
{"verticalBottomLeftOpposite",XML_verticalBottomLeftOpposite},
- {"week",XML_week},
- {"lowlimit",XML_lowlimit},
{"change-end",XML_change_end},
- {"values-cell-range-address",XML_values_cell_range_address},
- {"to-center",XML_to_center},
- {"maxOccurs",XML_maxOccurs},
- {"hatch-table",XML_hatch_table},
- {"character-count",XML_character_count},
- {"target-frame",XML_target_frame},
- {"tab-stop-distance",XML_tab_stop_distance},
- {"shape",XML_shape},
- {"index-entry-link-start",XML_index_entry_link_start},
- {"shapes",XML_shapes},
- {"max-value",XML_max_value},
- {"backface-culling",XML_backface_culling},
- {"svg",XML_svg},
- {"widows",XML_widows},
- {"is-unique",XML_is_unique},
- {"stroke-dash",XML_stroke_dash},
- {"display-formula",XML_display_formula},
- {"shrink-to-fit",XML_shrink_to_fit},
- {"applet-name",XML_applet_name},
+ {"targetElement",XML_targetElement},
+ {"union",XML_union},
+ {"scale-to",XML_scale_to},
+ {"max-denominator-value",XML_max_denominator_value},
+ {"subject",XML_subject},
+ {"tcd",XML_tcd},
+ {"mspace",XML_mspace},
+ {"index-entry-page-number",XML_index_entry_page_number},
+ {"scale-to-X",XML_scale_to_X},
+ {"abbreviated-name",XML_abbreviated_name},
+ {"frame-display-border",XML_frame_display_border},
+ {"repeat-column",XML_repeat_column},
+ {"end-of-year",XML_end_of_year},
+ {"vertical-segments",XML_vertical_segments},
+ {"greater_equal",XML_greater_equal},
+ {"sub-table",XML_sub_table},
+ {"stretch-from-left",XML_stretch_from_left},
+ {"axis",XML_axis},
+ {"use-condition",XML_use_condition},
+ {"allow-empty-cell",XML_allow_empty_cell},
+ {"letter-kerning",XML_letter_kerning},
+ {"font-kerning",XML_font_kerning},
+ {"use-graphics",XML_use_graphics},
+ {"simpleType",XML_simpleType},
+ {"start-glue-point",XML_start_glue_point},
+ {"leader-style",XML_leader_style},
+ {"doubleFanWipe",XML_doubleFanWipe},
+ {"page-style-name",XML_page_style_name},
+ {"from-lower-left",XML_from_lower_left},
+ {"database-table-name",XML_database_table_name},
+ {"even-columns",XML_even_columns},
+ {"prefix-characters",XML_prefix_characters},
+ {"xstretch",XML_xstretch},
+ {"bottomLeftClockwise",XML_bottomLeftClockwise},
+ {"to-upper-left",XML_to_upper_left},
+ {"ystretch",XML_ystretch},
+ {"calcext",XML_calcext},
+ {"orgchart",XML_orgchart},
+ {"chart-properties",XML_chart_properties},
+ {"start-value",XML_start_value},
+ {"use-floating-frames",XML_use_floating_frames},
+ {"handle-switched",XML_handle_switched},
+ {"server-database",XML_server_database},
+ {"min-row-height",XML_min_row_height},
+ {"moving-average",XML_moving_average},
{"last-row-end-column",XML_last_row_end_column},
- {"wave",XML_wave},
- {"capitalize",XML_capitalize},
- {"snakeWipe",XML_snakeWipe},
- {"day",XML_day},
- {"normals-direction",XML_normals_direction},
- {"small-caps",XML_small_caps},
+ {"gap",XML_gap},
+ {"logarithmic",XML_logarithmic},
+ {"background-image",XML_background_image},
+ {"display-outline-level",XML_display_outline_level},
{"into-english-number",XML_into_english_number},
- {"user-transformed",XML_user_transformed},
- {"capitalize-entries",XML_capitalize_entries},
- {"totalDigits",XML_totalDigits},
- {"target-frame-name",XML_target_frame_name},
- {"less_equal",XML_less_equal},
- {"change-info",XML_change_info},
- {"start-shape",XML_start_shape},
- {"boxSnakesWipe",XML_boxSnakesWipe},
- {"caption-angle",XML_caption_angle},
- {"down",XML_down},
- {"dde-link",XML_dde_link},
- {"horizontal-checkerboard",XML_horizontal_checkerboard},
- {"null-date",XML_null_date},
- {"left-text",XML_left_text},
+ {"space",XML_space},
+ {"max-value",XML_max_value},
+ {"stagger-odd",XML_stagger_odd},
+ {"scale-min",XML_scale_min},
+ {"right-arc",XML_right_arc},
+ {"index-columns",XML_index_columns},
+ {"index-column",XML_index_column},
+ {"identify-categories",XML_identify_categories},
+ {"whenNotActive",XML_whenNotActive},
+ {"page-layout",XML_page_layout},
+ {"marker-start-center",XML_marker_start_center},
+ {"change-deletion",XML_change_deletion},
+ {"list-level-style-image",XML_list_level_style_image},
+ {"time-adjust",XML_time_adjust},
{"table",XML_table},
+ {"marker-end-center",XML_marker_end_center},
{"tables",XML_tables},
- {"data-source-setting-type",XML_data_source_setting_type},
- {"end-intensity",XML_end_intensity},
- {"no-limit",XML_no_limit},
- {"keywords",XML_keywords},
- {"dependence",XML_dependence},
- {"dependences",XML_dependences},
- {"horizontalstrike",XML_horizontalstrike},
- {"engraved",XML_engraved},
- {"caption-angle-type",XML_caption_angle_type},
- {"user-field-input",XML_user_field_input},
- {"horizontalRight",XML_horizontalRight},
- {"checkerBoardWipe",XML_checkerBoardWipe},
- {"msub",XML_msub},
+ {"visible",XML_visible},
+ {"stretch-from-top",XML_stretch_from_top},
+ {"counterClockwiseBottomLeft",XML_counterClockwiseBottomLeft},
+ {"linked-cell",XML_linked_cell},
+ {"sql-statement",XML_sql_statement},
+ {"day",XML_day},
+ {"sql",XML_sql},
+ {"standard-deviation",XML_standard_deviation},
{"tableooo",XML_tableooo},
- {"index-title",XML_index_title},
- {"scale-to-pages",XML_scale_to_pages},
- {"index-entry-link-end",XML_index_entry_link_end},
- {"index-source-style",XML_index_source_style},
- {"index-source-styles",XML_index_source_styles},
- {"true",XML_true},
- {"dependencies",XML_dependencies},
- {"horizontalTopRightOpposite",XML_horizontalTopRightOpposite},
- {"bibliography-source",XML_bibliography_source},
- {"checked",XML_checked},
- {"from-lower-left",XML_from_lower_left},
- {"vertical-rel",XML_vertical_rel},
- {"mspace",XML_mspace},
- {"normals-kind",XML_normals_kind},
- {"vertical-segments",XML_vertical_segments},
- {"regression-y-name",XML_regression_y_name},
- {"horizontalRightSame",XML_horizontalRightSame},
- {"header-decl",XML_header_decl},
+ {"page-layout-properties",XML_page_layout_properties},
+ {"key2-phonetic",XML_key2_phonetic},
+ {"citation-body-style-name",XML_citation_body_style_name},
+ {"variable",XML_variable},
+ {"space-after",XML_space_after},
+ {"key1-phonetic",XML_key1_phonetic},
{"table-source",XML_table_source},
+ {"variable-set",XML_variable_set},
{"table-rows",XML_table_rows},
- {"use-footer-name",XML_use_footer_name},
- {"chg-comment",XML_chg_comment},
- {"word-wrap",XML_word_wrap},
- {"default-row-style-name",XML_default_row_style_name},
- {"table-properties",XML_table_properties},
- {"targetElement",XML_targetElement},
- {"table-page",XML_table_page},
- {"table-template",XML_table_template},
+ {"oppositeVertical",XML_oppositeVertical},
+ {"category-and-value",XML_category_and_value},
+ {"source-code",XML_source_code},
{"focal-length",XML_focal_length},
- {"keyword",XML_keyword},
- {"implies",XML_implies},
- {"table-name",XML_table_name},
+ {"true",XML_true},
{"table-representations",XML_table_representations},
- {"table-row-properties",XML_table_row_properties},
- {"lowercase",XML_lowercase},
- {"normal",XML_normal},
- {"row-retrieving-statement",XML_row_retrieving_statement},
- {"user-defined",XML_user_defined},
{"table-representation",XML_table_representation},
- {"named-range",XML_named_range},
- {"shape-id",XML_shape_id},
- {"horizontal-bar",XML_horizontal_bar},
- {"change-deletion",XML_change_deletion},
- {"eyeWipe",XML_eyeWipe},
+ {"table-name",XML_table_name},
+ {"glue-point-leaving-direction",XML_glue_point_leaving_direction},
+ {"sep",XML_sep},
+ {"character-set",XML_character_set},
+ {"stylesheet",XML_stylesheet},
+ {"application",XML_application},
+ {"visible-area",XML_visible_area},
+ {"character-count",XML_character_count},
+ {"list-level-style-number",XML_list_level_style_number},
{"last-row-even-column",XML_last_row_even_column},
- {"note-citation",XML_note_citation},
- {"placeholder",XML_placeholder},
- {"table-row-group",XML_table_row_group},
- {"footnote-body",XML_footnote_body},
- {"currency-symbol",XML_currency_symbol},
- {"use-date-time-name",XML_use_date_time_name},
- {"reference-mark",XML_reference_mark},
- {"leader-style",XML_leader_style},
- {"repeat-content",XML_repeat_content},
- {"page-style-name",XML_page_style_name},
+ {"enctype",XML_enctype},
+ {"is-table-name-length-limited",XML_is_table_name_length_limited},
+ {"table-filter",XML_table_filter},
{"tabular-layout",XML_tabular_layout},
- {"repeat-section",XML_repeat_section},
- {"subtype",XML_subtype},
- {"column-text-transformation",XML_column_text_transformation},
- {"shade-mode",XML_shade_mode},
+ {"whiteSpace",XML_whiteSpace},
+ {"week-of-year",XML_week_of_year},
+ {"auto-text-events",XML_auto_text_events},
+ {"secondary-x",XML_secondary_x},
+ {"eyeWipe",XML_eyeWipe},
+ {"user-field-decls",XML_user_field_decls},
+ {"watermark",XML_watermark},
+ {"rfc-language-tag-complex",XML_rfc_language_tag_complex},
+ {"hidden-and-protected",XML_hidden_and_protected},
+ {"orphans",XML_orphans},
+ {"trim",XML_trim},
+ {"signing-instructions",XML_signing_instructions},
+ {"wrap-contour",XML_wrap_contour},
{"row-percentage",XML_row_percentage},
- {"bibliography-entry-template",XML_bibliography_entry_template},
- {"index-entry-template",XML_index_entry_template},
- {"right-circle",XML_right_circle},
- {"label-width-and-position",XML_label_width_and_position},
- {"row-mapping",XML_row_mapping},
- {"handle-mirror-vertical",XML_handle_mirror_vertical},
- {"gt",XML_gt},
- {"use-graphics",XML_use_graphics},
- {"split-row",XML_split_row},
+ {"application-connection-settings",XML_application_connection_settings},
+ {"small-caps",XML_small_caps},
+ {"page-layout-name",XML_page_layout_name},
+ {"sinh",XML_sinh},
+ {"notes-configuration",XML_notes_configuration},
+ {"application-data",XML_application_data},
+ {"min-length",XML_min_length},
+ {"list-level-style-bullet",XML_list_level_style_bullet},
+ {"horizontalLeft",XML_horizontalLeft},
+ {"day-of-year",XML_day_of_year},
+ {"page-content-bottom",XML_page_content_bottom},
+ {"sech",XML_sech},
+ {"use-caption",XML_use_caption},
+ {"horizontal-stripes",XML_horizontal_stripes},
+ {"report-header",XML_report_header},
+ {"h",XML_h},
+ {"bibliography-source",XML_bibliography_source},
+ {"use-zero",XML_use_zero},
+ {"horizontal-on-even",XML_horizontal_on_even},
+ {"reference-mark-start",XML_reference_mark_start},
+ {"tab-stops",XML_tab_stops},
+ {"chg-comment",XML_chg_comment},
{"frame-margin-horizontal",XML_frame_margin_horizontal},
- {"rejecting-change-id",XML_rejecting_change_id},
- {"font-family-generic-complex",XML_font_family_generic_complex},
- {"end-of-year",XML_end_of_year},
- {"illustration-index",XML_illustration_index},
+ {"widows",XML_widows},
+ {"wave",XML_wave},
+ {"to-upper-right",XML_to_upper_right},
+ {"property-value",XML_property_value},
+ {"number",XML_number},
+ {"spiralout-right",XML_spiralout_right},
+ {"footnote-body",XML_footnote_body},
+ {"inproceedings",XML_inproceedings},
+ {"gradient-table",XML_gradient_table},
+ {"notsubset",XML_notsubset},
+ {"query-collection",XML_query_collection},
+ {"engraved",XML_engraved},
+ {"reference-mark-end",XML_reference_mark_end},
+ {"dropdown",XML_dropdown},
+ {"keywords",XML_keywords},
+ {"axial",XML_axial},
+ {"end-of-quarter",XML_end_of_quarter},
+ {"hide-shape",XML_hide_shape},
+ {"axis-position",XML_axis_position},
+ {"source-cell-range",XML_source_cell_range},
+ {"whole-group",XML_whole_group},
+ {"match",XML_match},
+ {"visible-area-left",XML_visible_area_left},
{"sender-city",XML_sender_city},
- {"xsi",XML_xsi},
- {"dots1-length",XML_dots1_length},
- {"points",XML_points},
- {"print",XML_print},
- {"table-filter",XML_table_filter},
- {"dots2-length",XML_dots2_length},
- {"day-of-year",XML_day_of_year},
- {"printer",XML_printer},
- {"get",XML_get},
- {"display-outline-level",XML_display_outline_level},
- {"report-component",XML_report_component},
- {"group",XML_group},
- {"groups",XML_groups},
- {"movement-cut-off",XML_movement_cut_off},
- {"generator",XML_generator},
- {"numalign",XML_numalign},
- {"page-height",XML_page_height},
- {"visible",XML_visible},
- {"object-count",XML_object_count},
- {"print-time",XML_print_time},
- {"targetNamespace",XML_targetNamespace},
- {"sep",XML_sep},
+ {"wrap-contour-mode",XML_wrap_contour_mode},
+ {"guide-overhang",XML_guide_overhang},
+ {"number-square",XML_number_square},
+ {"near-origin",XML_near_origin},
+ {"drop-down",XML_drop_down},
{"bold-wave",XML_bold_wave},
- {"page-layout",XML_page_layout},
- {"orientation",XML_orientation},
- {"table-filter-pattern",XML_table_filter_pattern},
- {"seq",XML_seq},
- {"allow-empty-cell",XML_allow_empty_cell},
- {"oppositeVertical",XML_oppositeVertical},
- {"replace",XML_replace},
- {"use-caption",XML_use_caption},
- {"does-not-begin-with",XML_does_not_begin_with},
- {"group-on",XML_group_on},
- {"ole-draw-aspect",XML_ole_draw_aspect},
- {"variable",XML_variable},
- {"print-orientation",XML_print_orientation},
+ {"numbered-entries",XML_numbered_entries},
+ {"tab-stop-distance",XML_tab_stop_distance},
+ {"greyscale",XML_greyscale},
+ {"keyword",XML_keyword},
+ {"table-fields",XML_table_fields},
+ {"width",XML_width},
+ {"horizontal-on-odd",XML_horizontal_on_odd},
{"index-scope",XML_index_scope},
- {"layout-grid-display",XML_layout_grid_display},
- {"variable-set",XML_variable_set},
- {"group-name",XML_group_name},
- {"orientation-portrait",XML_orientation_portrait},
- {"super",XML_super},
- {"variable-input",XML_variable_input},
- {"time-value",XML_time_value},
- {"line-break",XML_line_break},
+ {"horizontalLeftSame",XML_horizontalLeftSame},
+ {"heart",XML_heart},
{"minExclusive",XML_minExclusive},
- {"note-class",XML_note_class},
- {"page-layout-properties",XML_page_layout_properties},
- {"visible-area-top",XML_visible_area_top},
- {"display-duplicates",XML_display_duplicates},
- {"orientation-landscape",XML_orientation_landscape},
+ {"uncover-to-left",XML_uncover_to_left},
+ {"row-mapping",XML_row_mapping},
+ {"svg",XML_svg},
+ {"source-cell-range-addresses",XML_source_cell_range_addresses},
+ {"user-field-decl",XML_user_field_decl},
+ {"time-value",XML_time_value},
+ {"enhanced-path",XML_enhanced_path},
+ {"number-no-superior",XML_number_no_superior},
+ {"maxOccurs",XML_maxOccurs},
+ {"bibliography-entry-template",XML_bibliography_entry_template},
+ {"caption-fit-line-length",XML_caption_fit_line_length},
+ {"refresh-delay",XML_refresh_delay},
+ {"block-list",XML_block_list},
+ {"editable",XML_editable},
+ {"headers",XML_headers},
+ {"header",XML_header},
+ {"layout-grid-display",XML_layout_grid_display},
+ {"x-symbol",XML_x_symbol},
+ {"oblique",XML_oblique},
+ {"horizontal",XML_horizontal},
{"fourBoxWipe",XML_fourBoxWipe},
- {"query-collection",XML_query_collection},
- {"use-condition",XML_use_condition},
- {"bookmark",XML_bookmark},
- {"print-date",XML_print_date},
- {"separator",XML_separator},
- {"application",XML_application},
- {"print-page-order",XML_print_page_order},
- {"rsid",XML_rsid},
- {"visible-area",XML_visible_area},
- {"step-center-y",XML_step_center_y},
- {"stock",XML_stock},
- {"index-columns",XML_index_columns},
- {"list-level-style-image",XML_list_level_style_image},
- {"stretch",XML_stretch},
- {"caption-escape-direction",XML_caption_escape_direction},
- {"calcext",XML_calcext},
- {"diagonal-tl-br-widths",XML_diagonal_tl_br_widths},
- {"index-column",XML_index_column},
+ {"horizontal-lines",XML_horizontal_lines},
+ {"dots2-length",XML_dots2_length},
+ {"does-not-begin-with",XML_does_not_begin_with},
+ {"placeholder",XML_placeholder},
+ {"dots1-length",XML_dots1_length},
{"sort-expression",XML_sort_expression},
- {"caption-sequence-format",XML_caption_sequence_format},
- {"print-repeated-values",XML_print_repeated_values},
- {"aqua",XML_aqua},
- {"green",XML_green},
- {"move-short",XML_move_short},
- {"index-title-template",XML_index_title_template},
- {"user-field-get",XML_user_field_get},
- {"group-id",XML_group_id},
- {"line-skew",XML_line_skew},
- {"hexagonWipe",XML_hexagonWipe},
{"data-label-number",XML_data_label_number},
- {"maxLength",XML_maxLength},
- {"greater",XML_greater},
- {"application-connection-settings",XML_application_connection_settings},
- {"category-and-value",XML_category_and_value},
- {"identify-categories",XML_identify_categories},
- {"fontwork-outline",XML_fontwork_outline},
- {"diagonal-bl-tr",XML_diagonal_bl_tr},
- {"fontwork-start",XML_fontwork_start},
+ {"hanging",XML_hanging},
+ {"movement-cut-off",XML_movement_cut_off},
+ {"by",XML_by},
+ {"extension",XML_extension},
+ {"use-catalog",XML_use_catalog},
+ {"break-before",XML_break_before},
+ {"body",XML_body},
+ {"fy",XML_fy},
+ {"ry",XML_ry},
+ {"extrusion",XML_extrusion},
+ {"horizontal-split-position",XML_horizontal_split_position},
+ {"extra",XML_extra},
+ {"regression-x-name",XML_regression_x_name},
+ {"table-page",XML_table_page},
+ {"variable-input",XML_variable_input},
+ {"header-first",XML_header_first},
+ {"table-template",XML_table_template},
+ {"extrude",XML_extrude},
+ {"background-color",XML_background_color},
+ {"table-formula",XML_table_formula},
+ {"print-header-on-each-page",XML_print_header_on_each_page},
+ {"fourBoxVertical",XML_fourBoxVertical},
+ {"visible-area-top",XML_visible_area_top},
+ {"shade-mode",XML_shade_mode},
+ {"cy",XML_cy},
+ {"select-unprotected-cells",XML_select_unprotected_cells},
+ {"horizontal-split-mode",XML_horizontal_split_mode},
+ {"number-and-name",XML_number_and_name},
+ {"triple",XML_triple},
+ {"table-row-properties",XML_table_row_properties},
+ {"display-duplicates",XML_display_duplicates},
+ {"number-lines",XML_number_lines},
+ {"counterClockwiseTopRight",XML_counterClockwiseTopRight},
+ {"extrusion-color",XML_extrusion_color},
+ {"version-entry",XML_version_entry},
+ {"query",XML_query},
+ {"base64Binary",XML_base64Binary},
+ {"play-full",XML_play_full},
+ {"major-interval-unit",XML_major_interval_unit},
+ {"major-interval-value",XML_major_interval_value},
+ {"table-filter-pattern",XML_table_filter_pattern},
+ {"clockWipe",XML_clockWipe},
+ {"ole-draw-aspect",XML_ole_draw_aspect},
{"font-weight",XML_font_weight},
- {"use-zero",XML_use_zero},
{"bibliography-data-field",XML_bibliography_data_field},
- {"gamma",XML_gamma},
- {"application-data",XML_application_data},
- {"table-fields",XML_table_fields},
- {"techreport",XML_techreport},
- {"uncover-to-top",XML_uncover_to_top},
- {"animate",XML_animate},
- {"max-height",XML_max_height},
- {"irisWipe",XML_irisWipe},
- {"eightBlade",XML_eightBlade},
- {"is-table-name-length-limited",XML_is_table_name_length_limited},
- {"citation-body-style-name",XML_citation_body_style_name},
- {"layout-grid-base-width",XML_layout_grid_base_width},
- {"animations",XML_animations},
- {"chg-author",XML_chg_author},
- {"animateMotion",XML_animateMotion},
- {"dynamic",XML_dynamic},
- {"group-footer",XML_group_footer},
- {"animation",XML_animation},
- {"page-layout-name",XML_page_layout_name},
- {"refresh-delay",XML_refresh_delay},
- {"repeat-column",XML_repeat_column},
- {"transpose",XML_transpose},
- {"index-entry-page-number",XML_index_entry_page_number},
- {"list-level-style-number",XML_list_level_style_number},
- {"caption-sequence-name",XML_caption_sequence_name},
- {"min-width",XML_min_width},
+ {"use-last-column-styles",XML_use_last_column_styles},
+ {"label-width-and-position",XML_label_width_and_position},
+ {"extrusion-diffusion",XML_extrusion_diffusion},
+ {"horizontal-pos",XML_horizontal_pos},
+ {"repeat-item-labels",XML_repeat_item_labels},
+ {"glyph-orientation-vertical",XML_glyph_orientation_vertical},
+ {"horizontalTopLeftOpposite",XML_horizontalTopLeftOpposite},
+ {"marked-invalid",XML_marked_invalid},
+ {"diagonal-tl-br-widths",XML_diagonal_tl_br_widths},
+ {"leader-text",XML_leader_text},
{"arrow-right",XML_arrow_right},
- {"on-click",XML_on_click},
- {"animation-steps",XML_animation_steps},
- {"prefix-characters",XML_prefix_characters},
- {"fontwork-distance",XML_fontwork_distance},
+ {"regression-max-degree",XML_regression_max_degree},
+ {"merge-last-paragraph",XML_merge_last_paragraph},
+ {"covered-table-cell",XML_covered_table_cell},
+ {"glow-radius",XML_glow_radius},
+ {"horizontal-rel",XML_horizontal_rel},
+ {"subtype",XML_subtype},
+ {"contextual-spacing",XML_contextual_spacing},
+ {"table-include-filter",XML_table_include_filter},
{"font-weight-asian",XML_font_weight_asian},
- {"layout-grid-ruby-height",XML_layout_grid_ruby_height},
- {"std-weight",XML_std_weight},
- {"allow-overlap",XML_allow_overlap},
- {"transition-type",XML_transition_type},
- {"font-family-complex",XML_font_family_complex},
- {"blindsWipe",XML_blindsWipe},
- {"animation-repeat",XML_animation_repeat},
- {"transparent",XML_transparent},
+ {"tab-stop",XML_tab_stop},
+ {"num-letter-sync",XML_num_letter_sync},
{"transition",XML_transition},
- {"secondary-x",XML_secondary_x},
- {"animation-start-inside",XML_animation_start_inside},
+ {"hourglass",XML_hourglass},
+ {"value-type",XML_value_type},
+ {"split-row",XML_split_row},
+ {"diagonal-bl-tr",XML_diagonal_bl_tr},
+ {"justify",XML_justify},
+ {"shape",XML_shape},
+ {"page-height",XML_page_height},
+ {"group-expression",XML_group_expression},
+ {"shapes",XML_shapes},
{"transitionFilter",XML_transitionFilter},
- {"auto-text-events",XML_auto_text_events},
- {"stagger-even",XML_stagger_even},
- {"anim",XML_anim},
- {"list-block",XML_list_block},
- {"fontwork-mirror",XML_fontwork_mirror},
- {"total-percentage",XML_total_percentage},
- {"visible-area-left",XML_visible_area_left},
- {"thousand",XML_thousand},
- {"list-level-style-bullet",XML_list_level_style_bullet},
- {"stretch-from-right",XML_stretch_from_right},
+ {"notprsubset",XML_notprsubset},
+ {"header-left",XML_header_left},
+ {"primary-z",XML_primary_z},
+ {"variable-get",XML_variable_get},
{"transition-speed",XML_transition_speed},
- {"stock-updown-bars",XML_stock_updown_bars},
- {"tab-color",XML_tab_color},
- {"end-of-month",XML_end_of_month},
- {"stacked",XML_stacked},
- {"table-count",XML_table_count},
- {"space-before",XML_space_before},
- {"protection-key-digest-algorithm-2",XML_protection_key_digest_algorithm_2},
- {"table-formula",XML_table_formula},
- {"clip",XML_clip},
- {"enable",XML_enable},
- {"starbasic",XML_starbasic},
- {"start-numbering-at",XML_start_numbering_at},
- {"table-protection",XML_table_protection},
- {"animation-stop-inside",XML_animation_stop_inside},
- {"threeBlade",XML_threeBlade},
- {"table-columns",XML_table_columns},
- {"animateTransform",XML_animateTransform},
- {"min-label-width",XML_min_label_width},
- {"sql-statement",XML_sql_statement},
- {"move-from-right",XML_move_from_right},
- {"table-column-properties",XML_table_column_properties},
- {"table-column",XML_table_column},
- {"opacity-name",XML_opacity_name},
- {"sql",XML_sql},
- {"change-view-settings",XML_change_view_settings},
- {"target-cell-address",XML_target_cell_address},
- {"rel-width",XML_rel_width},
- {"g",XML_g},
- {"x-symbol",XML_x_symbol},
- {"logheight",XML_logheight},
- {"change-view-conditions",XML_change_view_conditions},
- {"toc-mark-start",XML_toc_mark_start},
- {"table-index-source",XML_table_index_source},
- {"start-line-spacing-vertical",XML_start_line_spacing_vertical},
- {"animateColor",XML_animateColor},
- {"orphans",XML_orphans},
- {"ruby-base",XML_ruby_base},
- {"library-linked",XML_library_linked},
- {"origin",XML_origin},
+ {"application-xml",XML_application_xml},
+ {"fontfamily",XML_fontfamily},
+ {"background-size",XML_background_size},
{"uncover-to-upperleft",XML_uncover_to_upperleft},
- {"fontwork-form",XML_fontwork_form},
- {"singleSweepWipe",XML_singleSweepWipe},
- {"hide-text",XML_hide_text},
- {"tick-mark-position",XML_tick_mark_position},
- {"protection-key-digest-algorithm",XML_protection_key_digest_algorithm},
- {"inproceedings",XML_inproceedings},
- {"grddl",XML_grddl},
+ {"use-header-name",XML_use_header_name},
+ {"number-position",XML_number_position},
+ {"start-shape",XML_start_shape},
+ {"family",XML_family},
+ {"maxLength",XML_maxLength},
+ {"dynamic",XML_dynamic},
+ {"chg-author",XML_chg_author},
{"transformation",XML_transformation},
- {"close-back",XML_close_back},
- {"enabled",XML_enabled},
- {"translate",XML_translate},
- {"print-range",XML_print_range},
- {"print-ranges",XML_print_ranges},
- {"extension",XML_extension},
- {"report-header",XML_report_header},
- {"verticalRight",XML_verticalRight},
- {"handle-range-y-minimum",XML_handle_range_y_minimum},
+ {"index-entry-chapter",XML_index_entry_chapter},
+ {"row-number",XML_row_number},
+ {"external-data",XML_external_data},
+ {"word-wrap",XML_word_wrap},
+ {"step-center-y",XML_step_center_y},
+ {"threeBlade",XML_threeBlade},
+ {"std-weight",XML_std_weight},
+ {"rel-width",XML_rel_width},
+ {"use-outline-level",XML_use_outline_level},
+ {"max-height",XML_max_height},
+ {"triangleWipe",XML_triangleWipe},
+ {"database-display",XML_database_display},
+ {"background-visible",XML_background_visible},
{"to-bottom",XML_to_bottom},
- {"use-catalog",XML_use_catalog},
- {"toc-mark-end",XML_toc_mark_end},
- {"covered-table-cell",XML_covered_table_cell},
- {"extra",XML_extra},
- {"variable-get",XML_variable_get},
- {"handle-range-y-maximum",XML_handle_range_y_maximum},
- {"notes-configuration",XML_notes_configuration},
- {"extrusion",XML_extrusion},
- {"table-of-content",XML_table_of_content},
- {"regression-x-name",XML_regression_x_name},
- {"number",XML_number},
- {"hatch",XML_hatch},
- {"stretch-from-bottom",XML_stretch_from_bottom},
- {"string-value-phonetic",XML_string_value_phonetic},
- {"hidden-text",XML_hidden_text},
- {"stock-loss-marker",XML_stock_loss_marker},
- {"projection",XML_projection},
- {"table-include-filter",XML_table_include_filter},
- {"user-field-decls",XML_user_field_decls},
+ {"msub",XML_msub},
+ {"index-entry-chapter-number",XML_index_entry_chapter_number},
+ {"marker-table",XML_marker_table},
+ {"target-cell-address",XML_target_cell_address},
+ {"shape-id",XML_shape_id},
{"transform",XML_transform},
- {"notsubset",XML_notsubset},
- {"initial-creator",XML_initial_creator},
- {"gcd",XML_gcd},
- {"notprsubset",XML_notprsubset},
- {"extrude",XML_extrude},
- {"bibliography-configuration",XML_bibliography_configuration},
- {"near-origin",XML_near_origin},
- {"table-cell-properties",XML_table_cell_properties},
- {"display-member-mode",XML_display_member_mode},
- {"extrusion-color",XML_extrusion_color},
- {"print-content",XML_print_content},
- {"update-table",XML_update_table},
- {"by",XML_by},
- {"body",XML_body},
+ {"scale-to-pages",XML_scale_to_pages},
{"tb-lr",XML_tb_lr},
- {"vertical-bar",XML_vertical_bar},
- {"fy",XML_fy},
- {"property",XML_property},
- {"uncover-to-left",XML_uncover_to_left},
- {"date-adjust",XML_date_adjust},
- {"number-position",XML_number_position},
- {"tick-marks-minor-outer",XML_tick_marks_minor_outer},
- {"data-label-symbol",XML_data_label_symbol},
- {"anisotropic",XML_anisotropic},
- {"number-square",XML_number_square},
- {"display-page-number",XML_display_page_number},
- {"fourBoxVertical",XML_fourBoxVertical},
- {"font-char-width",XML_font_char_width},
- {"numbered-entries",XML_numbered_entries},
- {"page-thumbnail",XML_page_thumbnail},
- {"tick-marks-minor-inner",XML_tick_marks_minor_inner},
- {"ry",XML_ry},
- {"soft-page-break",XML_soft_page_break},
- {"leader-text",XML_leader_text},
- {"display-units-built-in-unit",XML_display_units_built_in_unit},
- {"num-letter-sync",XML_num_letter_sync},
- {"mathweight",XML_mathweight},
- {"conjugate",XML_conjugate},
- {"regression-max-degree",XML_regression_max_degree},
- {"teal",XML_teal},
- {"oblique",XML_oblique},
- {"database-display",XML_database_display},
- {"number-no-superior",XML_number_no_superior},
- {"base64Binary",XML_base64Binary},
- {"version-entry",XML_version_entry},
- {"use-floating-frames",XML_use_floating_frames},
- {"side-by-side",XML_side_by_side},
- {"variable-decls",XML_variable_decls},
- {"stay-on-top",XML_stay_on_top},
- {"drawooo",XML_drawooo},
- {"end-of-quarter",XML_end_of_quarter},
- {"play-full",XML_play_full},
- {"try-staggering-first",XML_try_staggering_first},
- {"three-dimensional",XML_three_dimensional},
- {"sort-by-position",XML_sort_by_position},
- {"use-spreadsheet-objects",XML_use_spreadsheet_objects},
- {"application-xml",XML_application_xml},
- {"align",XML_align},
- {"page-breaks-on-group-change",XML_page_breaks_on_group_change},
- {"transliteration-style",XML_transliteration_style},
- {"transliteration-spellout",XML_transliteration_spellout},
- {"rfc-language-tag-complex",XML_rfc_language_tag_complex},
- {"contextual-spacing",XML_contextual_spacing},
- {"to-right",XML_to_right},
- {"ttb",XML_ttb},
- {"cy",XML_cy},
- {"sort-by-x-values",XML_sort_by_x_values},
- {"caption-fit-line-length",XML_caption_fit_line_length},
- {"user-field-decl",XML_user_field_decl},
- {"table-cell",XML_table_cell},
- {"tab",XML_tab},
- {"use-index-marks",XML_use_index_marks},
{"includenamespaceprefixes",XML_includenamespaceprefixes},
- {"fill-image-width",XML_fill_image_width},
- {"counter-clockwise",XML_counter_clockwise},
- {"start-line-spacing-horizontal",XML_start_line_spacing_horizontal},
- {"row-number",XML_row_number},
- {"groove",XML_groove},
- {"font-size-rel-complex",XML_font_size_rel_complex},
- {"endsync",XML_endsync},
- {"index-entry-chapter",XML_index_entry_chapter},
- {"black",XML_black},
- {"extrusion-diffusion",XML_extrusion_diffusion},
- {"database-row-select",XML_database_row_select},
- {"query",XML_query},
+ {"ruby-base",XML_ruby_base},
+ {"use-tables",XML_use_tables},
+ {"eightBlade",XML_eightBlade},
+ {"counterclockwise",XML_counterclockwise},
+ {"data-label-symbol",XML_data_label_symbol},
+ {"translate",XML_translate},
+ {"targetNamespace",XML_targetNamespace},
+ {"table-properties",XML_table_properties},
+ {"end-of-month",XML_end_of_month},
+ {"uncover-to-top",XML_uncover_to_top},
{"is-first-row-header-line",XML_is_first_row_header_line},
- {"trace-errors",XML_trace_errors},
- {"stock-gain-marker",XML_stock_gain_marker},
- {"number-and-name",XML_number_and_name},
- {"number-lines",XML_number_lines},
- {"transliteration-format",XML_transliteration_format},
- {"tb-rl",XML_tb_rl},
- {"selection-indexes",XML_selection_indexes},
- {"value-type",XML_value_type},
- {"external-data",XML_external_data},
- {"animation-direction",XML_animation_direction},
- {"embedded-visible-area",XML_embedded_visible_area},
- {"start-of-year",XML_start_of_year},
+ {"emissive-color",XML_emissive_color},
+ {"custom-label-pos-y",XML_custom_label_pos_y},
+ {"next",XML_next},
+ {"table-row-group",XML_table_row_group},
+ {"verticalRight",XML_verticalRight},
+ {"right-circle",XML_right_circle},
+ {"horizontal-on-right-pages",XML_horizontal_on_right_pages},
+ {"echo-char",XML_echo_char},
+ {"header-footer-properties",XML_header_footer_properties},
+ {"gradient-style",XML_gradient_style},
+ {"allow-overlap",XML_allow_overlap},
+ {"extrusion-metal",XML_extrusion_metal},
{"number-all-superior",XML_number_all_superior},
- {"index-entry-chapter-number",XML_index_entry_chapter_number},
+ {"replace-string",XML_replace_string},
+ {"main-sequence",XML_main_sequence},
+ {"preset-property",XML_preset_property},
+ {"move-short",XML_move_short},
+ {"use-spreadsheet-objects",XML_use_spreadsheet_objects},
+ {"handle-mirror-horizontal",XML_handle_mirror_horizontal},
+ {"techreport",XML_techreport},
+ {"horizontal-segments",XML_horizontal_segments},
+ {"interactive-sequence",XML_interactive_sequence},
{"cursor-position-y",XML_cursor_position_y},
- {"bottomRightClockwise",XML_bottomRightClockwise},
- {"matrix-covered",XML_matrix_covered},
- {"symbol-type",XML_symbol_type},
- {"step-center-x",XML_step_center_x},
- {"use-last-column-styles",XML_use_last_column_styles},
- {"toggle-pause",XML_toggle_pause},
- {"table-column-group",XML_table_column_group},
- {"index-entry-tab-stop",XML_index_entry_tab_stop},
- {"use-header-name",XML_use_header_name},
- {"family",XML_family},
- {"repeat-item-labels",XML_repeat_item_labels},
+ {"update-table",XML_update_table},
{"square",XML_square},
- {"background-image-transparency",XML_background_image_transparency},
- {"upright",XML_upright},
- {"variable-decl",XML_variable_decl},
- {"symbol-image",XML_symbol_image},
- {"background-transparency",XML_background_transparency},
- {"precision-as-shown",XML_precision_as_shown},
- {"grouping",XML_grouping},
- {"interactive-sequence",XML_interactive_sequence},
- {"initial-formula",XML_initial_formula},
+ {"separating",XML_separating},
+ {"min-width",XML_min_width},
+ {"vertical-bar",XML_vertical_bar},
+ {"stroke-color",XML_stroke_color},
+ {"transpose",XML_transpose},
{"square-root",XML_square_root},
- {"shows",XML_shows},
- {"trace-dependents",XML_trace_dependents},
- {"justify",XML_justify},
- {"with-tab",XML_with_tab},
- {"symbol-image-name",XML_symbol_image_name},
- {"fontfamily",XML_fontfamily},
+ {"thousand",XML_thousand},
+ {"enable",XML_enable},
+ {"three-dimensional",XML_three_dimensional},
+ {"caption-type",XML_caption_type},
+ {"teal",XML_teal},
+ {"table-count",XML_table_count},
+ {"change-view-settings",XML_change_view_settings},
+ {"tab-color",XML_tab_color},
+ {"tb-rl",XML_tb_rl},
+ {"transparent",XML_transparent},
+ {"table-columns",XML_table_columns},
+ {"transition-type",XML_transition_type},
+ {"use-label",XML_use_label},
+ {"table-column",XML_table_column},
+ {"change-view-conditions",XML_change_view_conditions},
+ {"move-from-right",XML_move_from_right},
+ {"transliteration-format",XML_transliteration_format},
+ {"axis-color",XML_axis_color},
+ {"variable-decls",XML_variable_decls},
+ {"transliteration-style",XML_transliteration_style},
+ {"blinking",XML_blinking},
+ {"density",XML_density},
+ {"transliteration-spellout",XML_transliteration_spellout},
+ {"table-of-content",XML_table_of_content},
+ {"copy-formulas",XML_copy_formulas},
+ {"table-index-source",XML_table_index_source},
+ {"start-numbering-at",XML_start_numbering_at},
{"row-height",XML_row_height},
- {"path-stretchpoint-y",XML_path_stretchpoint_y},
- {"register-truth-ref-style-name",XML_register_truth_ref_style_name},
- {"gouraud",XML_gouraud},
- {"label-stroke-width",XML_label_stroke_width},
- {"use-tables",XML_use_tables},
- {"multiply",XML_multiply},
- {"replace-string",XML_replace_string},
- {"from-lower-right",XML_from_lower_right},
- {"olive",XML_olive},
- {"symbol-name",XML_symbol_name},
- {"separating",XML_separating},
- {"enable-numbering",XML_enable_numbering},
- {"generic-control",XML_generic_control},
- {"verb",XML_verb},
- {"table-header",XML_table_header},
- {"text",XML_text},
- {"use-cell-protection",XML_use_cell_protection},
- {"show-unit",XML_show_unit},
+ {"paper-tray-name",XML_paper_tray_name},
+ {"caption-line-length",XML_caption_line_length},
+ {"use-banding-columns-styles",XML_use_banding_columns_styles},
+ {"total-percentage",XML_total_percentage},
+ {"enabled",XML_enabled},
+ {"stagger-even",XML_stagger_even},
+ {"fill-image-width",XML_fill_image_width},
+ {"fill-image-ref-point-y",XML_fill_image_ref_point_y},
+ {"display-page-number",XML_display_page_number},
{"extrusion-origin",XML_extrusion_origin},
- {"extrusion-metal",XML_extrusion_metal},
- {"table-header-rows",XML_table_header_rows},
- {"header-style",XML_header_style},
- {"use-outline-level",XML_use_outline_level},
- {"show-details",XML_show_details},
- {"footnote-max-height",XML_footnote_max_height},
- {"spiralWipe",XML_spiralWipe},
- {"glue-points",XML_glue_points},
- {"glue-point",XML_glue_point},
- {"glue-point-type",XML_glue_point_type},
- {"symbol",XML_symbol},
- {"slide",XML_slide},
+ {"display-member-mode",XML_display_member_mode},
+ {"stretch",XML_stretch},
+ {"side-by-side",XML_side_by_side},
+ {"selection-indexes",XML_selection_indexes},
+ {"to-right",XML_to_right},
+ {"swiss",XML_swiss},
+ {"stroke-linejoin",XML_stroke_linejoin},
+ {"append-table-alias-name",XML_append_table_alias_name},
+ {"category",XML_category},
{"extrusion-second-light-direction",XML_extrusion_second_light_direction},
- {"clockwise",XML_clockwise},
- {"slash",XML_slash},
+ {"sort-by-position",XML_sort_by_position},
+ {"start-of-year",XML_start_of_year},
{"extrusion-rotation-angle",XML_extrusion_rotation_angle},
- {"data-table-show-outline",XML_data_table_show_outline},
- {"clockwiseTop",XML_clockwiseTop},
- {"checkerboard",XML_checkerboard},
- {"text-properties",XML_text_properties},
- {"spiral-out",XML_spiral_out},
- {"slideWipe",XML_slideWipe},
- {"clockwiseThree",XML_clockwiseThree},
- {"start-row",XML_start_row},
- {"may-break-between-rows",XML_may_break_between_rows},
- {"text-position",XML_text_position},
- {"time-style",XML_time_style},
- {"append-table-alias-name",XML_append_table_alias_name},
- {"text-input",XML_text_input},
- {"spiral-in",XML_spiral_in},
- {"text-areas",XML_text_areas},
+ {"layout-grid-base-width",XML_layout_grid_base_width},
+ {"display-units-built-in-unit",XML_display_units_built_in_unit},
+ {"sort-by-x-values",XML_sort_by_x_values},
+ {"fix",XML_fix},
+ {"delay",XML_delay},
{"database-next",XML_database_next},
- {"skewY",XML_skewY},
- {"clockwiseNine",XML_clockwiseNine},
+ {"opacity-name",XML_opacity_name},
+ {"page-thumbnail",XML_page_thumbnail},
+ {"logheight",XML_logheight},
+ {"copy-outline-levels",XML_copy_outline_levels},
+ {"property",XML_property},
+ {"layout-grid-ruby-height",XML_layout_grid_ruby_height},
+ {"drawooo",XML_drawooo},
+ {"text",XML_text},
+ {"variable-decl",XML_variable_decl},
+ {"bibliography-configuration",XML_bibliography_configuration},
+ {"vrp",XML_vrp},
+ {"vup",XML_vup},
+ {"object",XML_object},
+ {"objects",XML_objects},
+ {"null-year",XML_null_year},
+ {"database-row-select",XML_database_row_select},
+ {"start-line-spacing-vertical",XML_start_line_spacing_vertical},
+ {"singleSweepWipe",XML_singleSweepWipe},
+ {"time-style",XML_time_style},
+ {"stretch-from-right",XML_stretch_from_right},
{"texture-mode",XML_texture_mode},
- {"high",XML_high},
- {"spiralout-left",XML_spiralout_left},
+ {"node-type",XML_node_type},
+ {"text-areas",XML_text_areas},
+ {"symbol-image",XML_symbol_image},
+ {"toggle",XML_toggle},
{"text-outline",XML_text_outline},
+ {"object-ole",XML_object_ole},
{"textarea",XML_textarea},
- {"drawpool",XML_drawpool},
{"texture-filter",XML_texture_filter},
- {"text-path-mode",XML_text_path_mode},
- {"skewX",XML_skewX},
- {"table-of-content-source",XML_table_of_content_source},
- {"drawings",XML_drawings},
- {"text-rotation-scale",XML_text_rotation_scale},
- {"extrusion-rotation-center",XML_extrusion_rotation_center},
- {"max-row-count",XML_max_row_count},
- {"text-autospace",XML_text_autospace},
- {"regression-moving-type",XML_regression_moving_type},
- {"image-opacity",XML_image_opacity},
{"language-complex",XML_language_complex},
- {"even-rows",XML_even_rows},
+ {"neq",XML_neq},
+ {"p3ptype",XML_p3ptype},
+ {"symbol-image-name",XML_symbol_image_name},
+ {"counter-clockwise",XML_counter_clockwise},
+ {"omit-xml-declaration",XML_omit_xml_declaration},
+ {"text-autospace",XML_text_autospace},
+ {"by-word",XML_by_word},
+ {"extrusion-second-light-level",XML_extrusion_second_light_level},
{"text-indent",XML_text_indent},
- {"font-pitch-complex",XML_font_pitch_complex},
- {"execute",XML_execute},
- {"dynamic-spacing",XML_dynamic_spacing},
- {"library",XML_library},
+ {"checked",XML_checked},
+ {"font-size-rel-complex",XML_font_size_rel_complex},
{"text-underline",XML_text_underline},
- {"ruby",XML_ruby},
- {"writing-mode",XML_writing_mode},
- {"delay",XML_delay},
- {"use-label",XML_use_label},
- {"spiral-outward-left",XML_spiral_outward_left},
- {"drawing-page",XML_drawing_page},
- {"editor",XML_editor},
- {"transliteration-language",XML_transliteration_language},
- {"rel-column-width",XML_rel_column_width},
- {"start-of-month",XML_start_of_month},
- {"drawing-page-properties",XML_drawing_page_properties},
- {"spiral-outward-right",XML_spiral_outward_right},
- {"text-path-same-letter-heights",XML_text_path_same_letter_heights},
+ {"text-rotation-scale",XML_text_rotation_scale},
+ {"starbasic",XML_starbasic},
+ {"nothing",XML_nothing},
+ {"use-first-row-styles",XML_use_first_row_styles},
+ {"use-system-user",XML_use_system_user},
{"text-underline-style",XML_text_underline_style},
- {"clockwiseBottomRight",XML_clockwiseBottomRight},
- {"text-underline-mode",XML_text_underline_mode},
- {"edition",XML_edition},
- {"text-emphasize",XML_text_emphasize},
{"texture-kind",XML_texture_kind},
- {"text-underline-color",XML_text_underline_color},
- {"execute-macro",XML_execute_macro},
- {"table-centering",XML_table_centering},
- {"clockwiseTopLeft",XML_clockwiseTopLeft},
- {"handle-range-x-minimum",XML_handle_range_x_minimum},
- {"clockwiseLeft",XML_clockwiseLeft},
- {"search-criteria-must-apply-to-whole-cell",XML_search_criteria_must_apply_to_whole_cell},
- {"separation-character",XML_separation_character},
- {"spiral",XML_spiral},
- {"handle-range-x-maximum",XML_handle_range_x_maximum},
- {"group-header",XML_group_header},
+ {"boxSnakesWipe",XML_boxSnakesWipe},
+ {"text-underline-mode",XML_text_underline_mode},
+ {"upright",XML_upright},
{"equation",XML_equation},
- {"use-banding-columns-styles",XML_use_banding_columns_styles},
- {"category",XML_category},
- {"extrusion-second-light-level",XML_extrusion_second_light_level},
- {"page-adjust",XML_page_adjust},
- {"embedded-text",XML_embedded_text},
- {"next",XML_next},
- {"p3ptype",XML_p3ptype},
- {"vrp",XML_vrp},
- {"diagonal-tl-br-width",XML_diagonal_tl_br_width},
- {"display",XML_display},
- {"by-word",XML_by_word},
- {"gradient",XML_gradient},
- {"suppress-version-columns",XML_suppress_version_columns},
- {"tanh",XML_tanh},
- {"fourBoxHorizontal",XML_fourBoxHorizontal},
- {"vup",XML_vup},
- {"group-interval",XML_group_interval},
- {"node-type",XML_node_type},
- {"caption-line-length",XML_caption_line_length},
- {"ends-with",XML_ends_with},
- {"begins-with",XML_begins_with},
- {"clockwiseBottom",XML_clockwiseBottom},
- {"nothing",XML_nothing},
- {"fix",XML_fix},
+ {"text-underline-color",XML_text_underline_color},
+ {"min-label-width",XML_min_label_width},
+ {"execute",XML_execute},
+ {"ruby",XML_ruby},
+ {"symbol-name",XML_symbol_name},
+ {"table-cell",XML_table_cell},
+ {"table-protection",XML_table_protection},
+ {"register-truth-ref-style-name",XML_register_truth_ref_style_name},
+ {"always",XML_always},
+ {"backface-culling",XML_backface_culling},
+ {"library",XML_library},
+ {"step-center-x",XML_step_center_x},
+ {"path-stretchpoint-y",XML_path_stretchpoint_y},
+ {"view-id",XML_view_id},
+ {"graphics",XML_graphics},
+ {"symbol",XML_symbol},
+ {"object-name",XML_object_name},
+ {"use-styles",XML_use_styles},
+ {"exit",XML_exit},
+ {"exists",XML_exists},
{"currency",XML_currency},
{"currency-style",XML_currency_style},
- {"max",XML_max},
+ {"hatch-table",XML_hatch_table},
+ {"not-equal-date",XML_not_equal_date},
+ {"header-on-new-page",XML_header_on_new_page},
+ {"execute-macro",XML_execute_macro},
+ {"extrusion-rotation-center",XML_extrusion_rotation_center},
+ {"horizontal-on-left-pages",XML_horizontal_on_left_pages},
+ {"matrix-covered",XML_matrix_covered},
+ {"stay-on-top",XML_stay_on_top},
+ {"use-first-column-styles",XML_use_first_column_styles},
{"text-align",XML_text_align},
- {"smil",XML_smil},
- {"text-transform",XML_text_transform},
- {"view-id",XML_view_id},
- {"use-soft-page-breaks",XML_use_soft_page_breaks},
+ {"stretch-from-bottom",XML_stretch_from_bottom},
+ {"stroke-dash",XML_stroke_dash},
+ {"mathweight",XML_mathweight},
+ {"hasstroke",XML_hasstroke},
+ {"notify-on-update-of-table",XML_notify_on_update_of_table},
+ {"notify-on-update-of-ranges",XML_notify_on_update_of_ranges},
+ {"ttb",XML_ttb},
{"text-align-source",XML_text_align_source},
- {"show-deleted",XML_show_deleted},
- {"diagonal-bl-tr-widths",XML_diagonal_bl_tr_widths},
- {"fill-image-ref-point-y",XML_fill_image_ref_point_y},
- {"marker-start-width",XML_marker_start_width},
- {"uncover-to-upperright",XML_uncover_to_upperright},
- {"font-width",XML_font_width},
- {"join-border",XML_join_border},
- {"trace-precedents",XML_trace_precedents},
- {"_unknown_",XML__unknown_},
- {"interval-major",XML_interval_major},
- {"spiralin-left",XML_spiralin_left},
- {"tb",XML_tb},
- {"show-filter-button",XML_show_filter_button},
- {"mrow",XML_mrow},
- {"display-empty",XML_display_empty},
- {"ooow",XML_ooow},
- {"stop-opacity",XML_stop_opacity},
- {"marker-end-width",XML_marker_end_width},
- {"show-sign-date",XML_show_sign_date},
- {"printable",XML_printable},
- {"paper-tray-name",XML_paper_tray_name},
- {"spiralin-right",XML_spiralin_right},
- {"clockwiseRight",XML_clockwiseRight},
- {"by-paragraph",XML_by_paragraph},
- {"bibiliographic-type",XML_bibiliographic_type},
- {"textual",XML_textual},
- {"last-row",XML_last_row},
+ {"shrink-to-fit",XML_shrink_to_fit},
+ {"verb",XML_verb},
+ {"data-table-show-outline",XML_data_table_show_outline},
+ {"thin",XML_thin},
+ {"use-cell-protection",XML_use_cell_protection},
+ {"max",XML_max},
+ {"try-staggering-first",XML_try_staggering_first},
+ {"footnote-max-height",XML_footnote_max_height},
+ {"apply-order",XML_apply_order},
+ {"tab",XML_tab},
+ {"precision-as-shown",XML_precision_as_shown},
+ {"asterisk",XML_asterisk},
+ {"multiply",XML_multiply},
+ {"printed-by",XML_printed_by},
+ {"not_equal",XML_not_equal},
+ {"text-transform",XML_text_transform},
+ {"endsync",XML_endsync},
{"start-of-quarter",XML_start_of_quarter},
- {"toc-mark",XML_toc_mark},
- {"day-of-week",XML_day_of_week},
- {"caption-type",XML_caption_type},
- {"text-rotate-angle",XML_text_rotate_angle},
- {"text-align-last",XML_text_align_last},
+ {"index-entry-tab-stop",XML_index_entry_tab_stop},
+ {"custom-label-pos-x",XML_custom_label_pos_x},
+ {"trace-errors",XML_trace_errors},
+ {"background-objects-visible",XML_background_objects_visible},
+ {"header-decl",XML_header_decl},
+ {"embedded-text",XML_embedded_text},
+ {"apply-filter",XML_apply_filter},
+ {"bottomRightClockwise",XML_bottomRightClockwise},
{"data-label-text",XML_data_label_text},
+ {"editing-cycles",XML_editing_cycles},
+ {"handle-mirror-vertical",XML_handle_mirror_vertical},
+ {"use-objects",XML_use_objects},
+ {"symbol-type",XML_symbol_type},
+ {"font-char-width",XML_font_char_width},
+ {"display",XML_display},
+ {"trace-dependents",XML_trace_dependents},
+ {"number-columns-repeated",XML_number_columns_repeated},
+ {"use-soft-page-breaks",XML_use_soft_page_breaks},
+ {"extrusion-projection-mode",XML_extrusion_projection_mode},
+ {"text-properties",XML_text_properties},
+ {"transliteration-language",XML_transliteration_language},
{"equal-date",XML_equal_date},
- {"drawing",XML_drawing},
- {"text-rotation-angle",XML_text_rotation_angle},
- {"grand-total",XML_grand_total},
- {"max-length",XML_max_length},
+ {"text-input",XML_text_input},
+ {"text-position",XML_text_position},
+ {"never",XML_never},
+ {"primary-y",XML_primary_y},
+ {"glow-color",XML_glow_color},
+ {"textual",XML_textual},
+ {"separation-character",XML_separation_character},
+ {"regression-moving-type",XML_regression_moving_type},
+ {"topCenter",XML_topCenter},
+ {"number-matrix-columns-spanned",XML_number_matrix_columns_spanned},
+ {"hidden-paragraph",XML_hidden_paragraph},
+ {"tspan",XML_tspan},
+ {"start-line-spacing-horizontal",XML_start_line_spacing_horizontal},
+ {"named-expressions",XML_named_expressions},
+ {"named-expression",XML_named_expression},
+ {"hide-text",XML_hide_text},
+ {"checkerBoardWipe",XML_checkerBoardWipe},
{"country",XML_country},
- {"number-columns-repeated",XML_number_columns_repeated},
- {"header-grid-layout",XML_header_grid_layout},
- {"table-header-columns",XML_table_header_columns},
+ {"text-path-mode",XML_text_path_mode},
+ {"label-stroke-width",XML_label_stroke_width},
+ {"suppress-version-columns",XML_suppress_version_columns},
+ {"handle-range-y-minimum",XML_handle_range_y_minimum},
+ {"text-align-last",XML_text_align_last},
+ {"toggle-pause",XML_toggle_pause},
+ {"embedded-visible-area",XML_embedded_visible_area},
+ {"topLeft",XML_topLeft},
+ {"max-row-count",XML_max_row_count},
+ {"space-before",XML_space_before},
+ {"apply-design-mode",XML_apply_design_mode},
+ {"handle-range-y-maximum",XML_handle_range_y_maximum},
+ {"table-header",XML_table_header},
+ {"table-header-rows",XML_table_header_rows},
+ {"stroke-linecap",XML_stroke_linecap},
+ {"animation-delay",XML_animation_delay},
+ {"scientific-number",XML_scientific_number},
+ {"hidden-text",XML_hidden_text},
+ {"drill-down-on-double-click",XML_drill_down_on_double_click},
+ {"equal",XML_equal},
+ {"nav-order",XML_nav_order},
+ {"enable-numbering",XML_enable_numbering},
+ {"table-column-properties",XML_table_column_properties},
+ {"newline",XML_newline},
+ {"group-by-field-number",XML_group_by_field_number},
+ {"even-rows",XML_even_rows},
+ {"text-path-same-letter-heights",XML_text_path_same_letter_heights},
+ {"drawings",XML_drawings},
+ {"text-emphasize",XML_text_emphasize},
+ {"line-skew",XML_line_skew},
+ {"fontwork-outline",XML_fontwork_outline},
+ {"display-empty",XML_display_empty},
+ {"fontwork-start",XML_fontwork_start},
+ {"fourBoxHorizontal",XML_fourBoxHorizontal},
+ {"stock-range-line",XML_stock_range_line},
+ {"topToBottom",XML_topToBottom},
+ {"horizontalRight",XML_horizontalRight},
+ {"color-scale-entry",XML_color_scale_entry},
+ {"graphic-properties",XML_graphic_properties},
+ {"fx",XML_fx},
+ {"rx",XML_rx},
+ {"horizontalRightSame",XML_horizontalRightSame},
+ {"start-row",XML_start_row},
+ {"height",XML_height},
+ {"drawing-page",XML_drawing_page},
+ {"use-index-marks",XML_use_index_marks},
+ {"fontwork-distance",XML_fontwork_distance},
+ {"from-lower-right",XML_from_lower_right},
+ {"book",XML_book},
+ {"rel-column-width",XML_rel_column_width},
+ {"frequency",XML_frequency},
+ {"cx",XML_cx},
+ {"rejecting-change-id",XML_rejecting_change_id},
+ {"next-page",XML_next_page},
+ {"postfix",XML_postfix},
+ {"text-rotate-angle",XML_text_rotate_angle},
+ {"emphasis",XML_emphasis},
+ {"main-entry",XML_main_entry},
+ {"apply-style-name",XML_apply_style_name},
+ {"overlay",XML_overlay},
+ {"horizontal-bar",XML_horizontal_bar},
+ {"string-value-phonetic",XML_string_value_phonetic},
+ {"snakeWipe",XML_snakeWipe},
+ {"view-settings",XML_view_settings},
+ {"text-rotation-angle",XML_text_rotation_angle},
+ {"fontwork-mirror",XML_fontwork_mirror},
+ {"decorate-words-only",XML_decorate_words_only},
+ {"row",XML_row},
+ {"prefix",XML_prefix},
+ {"top-left",XML_top_left},
+ {"table-cell-properties",XML_table_cell_properties},
+ {"hexagonWipe",XML_hexagonWipe},
+ {"fontwork-form",XML_fontwork_form},
+ {"formx",XML_formx},
+ {"drawpool",XML_drawpool},
+ {"user-index-source",XML_user_index_source},
+ {"table-column-group",XML_table_column_group},
+ {"toc-mark-start",XML_toc_mark_start},
+ {"table-of-content-source",XML_table_of_content_source},
+ {"index",XML_index},
+ {"top",XML_top},
+ {"bookmark-start",XML_bookmark_start},
+ {"number-columns-spanned",XML_number_columns_spanned},
+ {"spiral-inward-left",XML_spiral_inward_left},
+ {"tick-mark-position",XML_tick_mark_position},
+ {"library-linked",XML_library_linked},
+ {"uncover-to-bottom",XML_uncover_to_bottom},
+ {"shows",XML_shows},
+ {"toc-mark-end",XML_toc_mark_end},
+ {"entry",XML_entry},
+ {"image-opacity",XML_image_opacity},
+ {"slash",XML_slash},
+ {"end-y",XML_end_y},
+ {"last-row",XML_last_row},
+ {"uncover-to-upperright",XML_uncover_to_upperright},
+ {"horizontal-checkerboard",XML_horizontal_checkerboard},
+ {"bookmark-end",XML_bookmark_end},
+ {"endnote-body",XML_endnote_body},
+ {"path-stretchpoint-x",XML_path_stretchpoint_x},
+ {"extrusion-shininess",XML_extrusion_shininess},
+ {"index-entry-text",XML_index_entry_text},
+ {"start-of-month",XML_start_of_month},
+ {"bookmark-ref",XML_bookmark_ref},
+ {"ruby-text",XML_ruby_text},
+ {"custom-iconset-index",XML_custom_iconset_index},
+ {"tanh",XML_tanh},
+ {"show-unit",XML_show_unit},
+ {"unknown",XML_unknown},
{"below",XML_below},
- {"char-shading-value",XML_char_shading_value},
+ {"ends-with",XML_ends_with},
+ {"begins-with",XML_begins_with},
+ {"display-equation",XML_display_equation},
+ {"extrusion-light-face",XML_extrusion_light_face},
+ {"show-details",XML_show_details},
+ {"display-r-square",XML_display_r_square},
+ {"topLeftDiagonal",XML_topLeftDiagonal},
+ {"tick-marks-minor-outer",XML_tick_marks_minor_outer},
+ {"tick-marks-minor-inner",XML_tick_marks_minor_inner},
+ {"topLeftVertical",XML_topLeftVertical},
+ {"table-centering",XML_table_centering},
+ {"diagonal-tl-br-width",XML_diagonal_tl_br_width},
{"text-content",XML_text_content},
- {"number-matrix-columns-spanned",XML_number_matrix_columns_spanned},
{"text-scale",XML_text_scale},
- {"apply-order",XML_apply_order},
- {"decorate-words-only",XML_decorate_words_only},
- {"symbol-color",XML_symbol_color},
- {"number-columns-spanned",XML_number_columns_spanned},
- {"always",XML_always},
- {"combine-entries-with-pp",XML_combine_entries_with_pp},
- {"show-logo",XML_show_logo},
- {"doubleclick",XML_doubleclick},
+ {"horizontalTopRightOpposite",XML_horizontalTopRightOpposite},
+ {"font-width",XML_font_width},
+ {"with-tab",XML_with_tab},
+ {"object-count",XML_object_count},
{"text-crossing-out",XML_text_crossing_out},
- {"small-wave",XML_small_wave},
- {"equal",XML_equal},
- {"view-settings",XML_view_settings},
+ {"matrix",XML_matrix},
+ {"main-entry-style-name",XML_main_entry_style_name},
+ {"use-index-source-styles",XML_use_index_source_styles},
+ {"font-pitch-complex",XML_font_pitch_complex},
+ {"text-global",XML_text_global},
+ {"uncover-to-right",XML_uncover_to_right},
+ {"extrusion-number-of-line-segments",XML_extrusion_number_of_line_segments},
+ {"dynamic-spacing",XML_dynamic_spacing},
{"visible-area-height",XML_visible_area_height},
- {"doubleSweepWipe",XML_doubleSweepWipe},
- {"notify-on-update-of-table",XML_notify_on_update_of_table},
- {"path-stretchpoint-x",XML_path_stretchpoint_x},
- {"notify-on-update-of-ranges",XML_notify_on_update_of_ranges},
- {"use-system-user",XML_use_system_user},
- {"uncover-to-bottom",XML_uncover_to_bottom},
- {"fontwork-hide-form",XML_fontwork_hide_form},
- {"emphasis",XML_emphasis},
- {"driver-settings",XML_driver_settings},
- {"top",XML_top},
- {"extrusion-shininess",XML_extrusion_shininess},
- {"never",XML_never},
- {"copy-formulas",XML_copy_formulas},
+ {"diagonal-bl-tr-widths",XML_diagonal_bl_tr_widths},
+ {"use-image-objects",XML_use_image_objects},
+ {"tb",XML_tb},
+ {"grouped-by",XML_grouped_by},
+ {"use-wildcards",XML_use_wildcards},
+ {"cursor-position-x",XML_cursor_position_x},
+ {"depth",XML_depth},
{"text-combine",XML_text_combine},
- {"null-year",XML_null_year},
- {"color-scale-entry",XML_color_scale_entry},
- {"topCenter",XML_topCenter},
- {"use-styles",XML_use_styles},
- {"gradientTransform",XML_gradientTransform},
- {"copy-outline-levels",XML_copy_outline_levels},
- {"tspan",XML_tspan},
- {"flow-with-text",XML_flow_with_text},
- {"editing-duration",XML_editing_duration},
- {"end-y",XML_end_y},
- {"use-first-row-styles",XML_use_first_row_styles},
- {"entry",XML_entry},
- {"next-page",XML_next_page},
- {"row",XML_row},
- {"to-another-table",XML_to_another_table},
- {"apply-filter",XML_apply_filter},
- {"uncover-to-right",XML_uncover_to_right},
- {"endnote-body",XML_endnote_body},
- {"bibliography",XML_bibliography},
+ {"graphic",XML_graphic},
+ {"user-index-entry-template",XML_user_index_entry_template},
+ {"extrusion-first-light-direction",XML_extrusion_first_light_direction},
+ {"by-paragraph",XML_by_paragraph},
+ {"primary-x",XML_primary_x},
+ {"play",XML_play},
{"yellow",XML_yellow},
+ {"matrixrow",XML_matrixrow},
+ {"background-image-transparency",XML_background_image_transparency},
+ {"right-angled-axes",XML_right_angled_axes},
+ {"protection-key-digest-algorithm-2",XML_protection_key_digest_algorithm_2},
+ {"small-wave",XML_small_wave},
+ {"drawing",XML_drawing},
+ {"symbol-color",XML_symbol_color},
+ {"spiral-inward-right",XML_spiral_inward_right},
+ {"is-password-required",XML_is_password_required},
+ {"ooow",XML_ooow},
{"text-combine-end-char",XML_text_combine_end_char},
- {"white",XML_white},
- {"bibliography-type",XML_bibliography_type},
- {"apply-design-mode",XML_apply_design_mode},
+ {"handle-range-x-minimum",XML_handle_range_x_minimum},
{"table-type",XML_table_type},
- {"matrixrow",XML_matrixrow},
- {"whiteSpace",XML_whiteSpace},
- {"column-width",XML_column_width},
- {"nav-order",XML_nav_order},
- {"highlighted-range",XML_highlighted_range},
- {"clockwiseTwelve",XML_clockwiseTwelve},
- {"subject",XML_subject},
- {"topToBottom",XML_topToBottom},
- {"sql-pass-through",XML_sql_pass_through},
- {"text-path-scale",XML_text_path_scale},
- {"extrusion-light-face",XML_extrusion_light_face},
- {"japanese-candle-stick",XML_japanese_candle_stick},
+ {"dde-link",XML_dde_link},
+ {"handle-range-x-maximum",XML_handle_range_x_maximum},
+ {"readonly",XML_readonly},
+ {"show-filter-button",XML_show_filter_button},
+ {"show-deleted",XML_show_deleted},
{"no-wrap",XML_no_wrap},
- {"topLeft",XML_topLeft},
- {"use-image-objects",XML_use_image_objects},
- {"sub-view-size",XML_sub_view_size},
- {"global",XML_global},
- {"extrusion-number-of-line-segments",XML_extrusion_number_of_line_segments},
- {"gradient-step-count",XML_gradient_step_count},
- {"table-index-entry-template",XML_table_index_entry_template},
- {"use-first-column-styles",XML_use_first_column_styles},
- {"placeholder-type",XML_placeholder_type},
- {"label-stroke-opacity",XML_label_stroke_opacity},
- {"ruby-text",XML_ruby_text},
- {"shininess",XML_shininess},
- {"change-track-table-cell",XML_change_track_table_cell},
- {"text-global",XML_text_global},
- {"depth",XML_depth},
- {"neq",XML_neq},
- {"extrusion-first-light-direction",XML_extrusion_first_light_direction},
- {"wavyline",XML_wavyline},
+ {"use-last-row-styles",XML_use_last_row_styles},
+ {"axis-label-position",XML_axis_label_position},
+ {"bibiliographic-type",XML_bibiliographic_type},
+ {"may-break-between-rows",XML_may_break_between_rows},
+ {"to-another-table",XML_to_another_table},
+ {"fill-image-ref-point-x",XML_fill_image_ref_point_x},
+ {"to-lower-left",XML_to_lower_left},
+ {"navigation-mode",XML_navigation_mode},
+ {"protection-key-digest-algorithm",XML_protection_key_digest_algorithm},
{"negative-color",XML_negative_color},
- {"transition-on-click",XML_transition_on_click},
- {"right-angled-axes",XML_right_angled_axes},
- {"show-value",XML_show_value},
- {"does-not-end-with",XML_does_not_end_with},
- {"apply-style-name",XML_apply_style_name},
- {"unknown",XML_unknown},
+ {"sql-pass-through",XML_sql_pass_through},
+ {"column-width",XML_column_width},
+ {"focus-on-click",XML_focus_on_click},
+ {"stacked",XML_stacked},
+ {"max-length",XML_max_length},
+ {"extrusion-first-light-level",XML_extrusion_first_light_level},
+ {"search-criteria-must-apply-to-whole-cell",XML_search_criteria_must_apply_to_whole_cell},
+ {"bibliography",XML_bibliography},
+ {"bibliography-type",XML_bibliography_type},
+ {"use-math-objects",XML_use_math_objects},
+ {"drawing-page-properties",XML_drawing_page_properties},
+ {"axis-type",XML_axis_type},
+ {"inbook",XML_inbook},
+ {"unformatted-text",XML_unformatted_text},
+ {"char-shading-value",XML_char_shading_value},
{"font-style-complex",XML_font_style_complex},
- {"play",XML_play},
- {"frequency",XML_frequency},
{"font-style-name-complex",XML_font_style_name_complex},
- {"fx",XML_fx},
- {"twoBladeHorizontal",XML_twoBladeHorizontal},
+ {"infix",XML_infix},
+ {"number-style",XML_number_style},
+ {"equal-comment",XML_equal_comment},
{"sender-country",XML_sender_country},
- {"rx",XML_rx},
- {"database-row-number",XML_database_row_number},
- {"display-equation",XML_display_equation},
- {"text-overlap",XML_text_overlap},
- {"main-etry",XML_main_etry},
- {"display-r-square",XML_display_r_square},
- {"matrix",XML_matrix},
- {"text-overline-type",XML_text_overline_type},
- {"void",XML_void},
- {"show-shape",XML_show_shape},
+ {"table-header-columns",XML_table_header_columns},
+ {"font-name-complex",XML_font_name_complex},
+ {"table-type-filter",XML_table_type_filter},
+ {"note-body",XML_note_body},
{"maxExclusive",XML_maxExclusive},
- {"top-left",XML_top_left},
- {"readonly",XML_readonly},
- {"equal-comment",XML_equal_comment},
+ {"flow-with-text",XML_flow_with_text},
{"extrusion-brightness",XML_extrusion_brightness},
- {"not-equal-date",XML_not_equal_date},
- {"named-expressions",XML_named_expressions},
- {"sender-company",XML_sender_company},
- {"named-expression",XML_named_expression},
- {"sender-phone-work",XML_sender_phone_work},
- {"extrusion-first-light-level",XML_extrusion_first_light_level},
+ {"vertical-justify",XML_vertical_justify},
+ {"xlink",XML_xlink},
{"extrusion-second-light-harsh",XML_extrusion_second_light_harsh},
- {"formx",XML_formx},
- {"glue-point-leaving-direction",XML_glue_point_leaving_direction},
- {"numbered-paragraph",XML_numbered_paragraph},
- {"fontwork-style",XML_fontwork_style},
- {"wavyline-from-top",XML_wavyline_from_top},
- {"cx",XML_cx},
- {"use-index-source-styles",XML_use_index_source_styles},
- {"to-lower-left",XML_to_lower_left},
- {"bibliography-mark",XML_bibliography_mark},
- {"text-path",XML_text_path},
- {"stroke-linejoin",XML_stroke_linejoin},
- {"unchecked",XML_unchecked},
- {"table-type-filter",XML_table_type_filter},
- {"blinking",XML_blinking},
- {"newline",XML_newline},
- {"spiralout-right",XML_spiralout_right},
- {"table-row",XML_table_row},
- {"index",XML_index},
+ {"header-style",XML_header_style},
+ {"show-sign-date",XML_show_sign_date},
+ {"malignmark",XML_malignmark},
+ {"mrow",XML_mrow},
+ {"group-bars-per-axis",XML_group_bars_per_axis},
+ {"paper-tray-number",XML_paper_tray_number},
+ {"hatch",XML_hatch},
+ {"sender-company",XML_sender_company},
+ {"wavyline",XML_wavyline},
+ {"text-path-scale",XML_text_path_scale},
+ {"print-when-group-change",XML_print_when_group_change},
{"to-lower-right",XML_to_lower_right},
- {"is-password-required",XML_is_password_required},
- {"protection-key",XML_protection_key},
- {"shadow-slant",XML_shadow_slant},
- {"not_equal",XML_not_equal},
- {"max-width",XML_max_width},
- {"java-classpath",XML_java_classpath},
- {"text-combine-start-char",XML_text_combine_start_char},
- {"cursor-position-x",XML_cursor_position_x},
- {"object-index-source",XML_object_index_source},
- {"text-overline-mode",XML_text_overline_mode},
- {"table-background",XML_table_background},
- {"vertical-checkerboard",XML_vertical_checkerboard},
- {"glyph-orientation-vertical",XML_glyph_orientation_vertical},
- {"use-wildcards",XML_use_wildcards},
- {"error-category",XML_error_category},
- {"transparency-name",XML_transparency_name},
- {"opacity",XML_opacity},
- {"index-entry-text",XML_index_entry_text},
- {"user-index-source",XML_user_index_source},
- {"topLeftVertical",XML_topLeftVertical},
- {"prefix",XML_prefix},
- {"print-header-on-each-page",XML_print_header_on_each_page},
- {"topLeftDiagonal",XML_topLeftDiagonal},
+ {"fontwork-adjust",XML_fontwork_adjust},
+ {"table-index-entry-template",XML_table_index_entry_template},
+ {"stop-opacity",XML_stop_opacity},
+ {"does-not-end-with",XML_does_not_end_with},
{"data-bar-entry",XML_data_bar_entry},
- {"use-other-objects",XML_use_other_objects},
- {"use-last-row-styles",XML_use_last_row_styles},
- {"object-index-entry-template",XML_object_index_entry_template},
- {"slow",XML_slow},
- {"horizontal-scrollbar-width",XML_horizontal_scrollbar_width},
- {"custom-iconset-index",XML_custom_iconset_index},
- {"xlink",XML_xlink},
- {"logwidth",XML_logwidth},
- {"double-wave",XML_double_wave},
- {"diagonal-bl-tr-width",XML_diagonal_bl_tr_width},
- {"gradient-table",XML_gradient_table},
- {"font-name-complex",XML_font_name_complex},
- {"transition-style",XML_transition_style},
- {"twoBladeVertical",XML_twoBladeVertical},
- {"page-width",XML_page_width},
- {"background-objects-visible",XML_background_objects_visible},
- {"sort-key",XML_sort_key},
- {"thumbnail",XML_thumbnail},
+ {"week",XML_week},
+ {"text-overline-mode",XML_text_overline_mode},
{"uppercase",XML_uppercase},
+ {"eq",XML_eq},
+ {"show-logo",XML_show_logo},
+ {"trace-precedents",XML_trace_precedents},
+ {"twoBladeHorizontal",XML_twoBladeHorizontal},
+ {"z-index",XML_z_index},
+ {"label-stroke-opacity",XML_label_stroke_opacity},
+ {"tab-index",XML_tab_index},
+ {"use-regular-expressions",XML_use_regular_expressions},
+ {"leader-text-style",XML_leader_text_style},
+ {"doubleSweepWipe",XML_doubleSweepWipe},
+ {"block",XML_block},
+ {"skewY",XML_skewY},
+ {"database-row-number",XML_database_row_number},
+ {"background-transparency",XML_background_transparency},
+ {"skewX",XML_skewX},
+ {"error-category",XML_error_category},
+ {"reference-mark",XML_reference_mark},
+ {"checkerboard",XML_checkerboard},
+ {"horizontalstrike",XML_horizontalstrike},
+ {"combine-entries-with-pp",XML_combine_entries_with_pp},
+ {"text-overline-type",XML_text_overline_type},
+ {"named-symbol",XML_named_symbol},
{"table-index",XML_table_index},
- {"time-adjust",XML_time_adjust},
{"wavyline-from-left",XML_wavyline_from_left},
- {"number-style",XML_number_style},
- {"table-of-content-entry-template",XML_table_of_content_entry_template},
- {"stroke-opacity",XML_stroke_opacity},
- {"show-accepted-changes",XML_show_accepted_changes},
- {"note-body",XML_note_body},
- {"end-row",XML_end_row},
- {"wavyline-from-right",XML_wavyline_from_right},
- {"sort-by",XML_sort_by},
- {"editable",XML_editable},
- {"triple",XML_triple},
- {"leader-width",XML_leader_width},
- {"fontwork-shadow-transparence",XML_fontwork_shadow_transparence},
- {"start-intensity",XML_start_intensity},
- {"leader-text-style",XML_leader_text_style},
+ {"sender-fax",XML_sender_fax},
+ {"placeholder-type",XML_placeholder_type},
+ {"use-other-objects",XML_use_other_objects},
+ {"transition-style",XML_transition_style},
+ {"gray",XML_gray},
+ {"expression2",XML_expression2},
+ {"expression",XML_expression},
+ {"tick-marks-major-outer",XML_tick_marks_major_outer},
+ {"tick-marks-major-inner",XML_tick_marks_major_inner},
+ {"expression1",XML_expression1},
+ {"table-row",XML_table_row},
{"equal-author",XML_equal_author},
- {"height",XML_height},
- {"geq",XML_geq},
- {"trim",XML_trim},
- {"unformatted-text",XML_unformatted_text},
+ {"line-break",XML_line_break},
+ {"numbered-paragraph",XML_numbered_paragraph},
{"alphabetical-index-entry-template",XML_alphabetical_index_entry_template},
- {"gap",XML_gap},
+ {"text-path",XML_text_path},
{"alphabetical-separators",XML_alphabetical_separators},
- {"user-index-entry-template",XML_user_index_entry_template},
- {"unit",XML_unit},
- {"paper-tray-number",XML_paper_tray_number},
- {"use-keys-as-entries",XML_use_keys_as_entries},
- {"alphabetical-index-auto-mark-file",XML_alphabetical_index_auto_mark_file},
{"alphabetical-index-source",XML_alphabetical_index_source},
- {"union",XML_union},
- {"drill-down-on-double-click",XML_drill_down_on_double_click},
- {"axis",XML_axis},
- {"use-regular-expressions",XML_use_regular_expressions},
- {"emissive-color",XML_emissive_color},
+ {"alphabetical-index-auto-mark-file",XML_alphabetical_index_auto_mark_file},
+ {"stock-updown-bars",XML_stock_updown_bars},
+ {"text-combine-start-char",XML_text_combine_start_char},
+ {"copy-styles",XML_copy_styles},
+ {"clockwise",XML_clockwise},
+ {"clockwiseThree",XML_clockwiseThree},
+ {"max-width",XML_max_width},
+ {"clockwiseNine",XML_clockwiseNine},
+ {"near-axis",XML_near_axis},
+ {"clockwiseLeft",XML_clockwiseLeft},
+ {"page-breaks-on-group-change",XML_page_breaks_on_group_change},
+ {"transparency-name",XML_transparency_name},
+ {"next-style-name",XML_next_style_name},
+ {"caption-point-y",XML_caption_point_y},
+ {"near-axis-other-side",XML_near_axis_other_side},
+ {"sort-by",XML_sort_by},
+ {"not_between",XML_not_between},
+ {"alphabetical-index-mark-start",XML_alphabetical_index_mark_start},
+ {"start-intensity",XML_start_intensity},
+ {"exponential",XML_exponential},
+ {"text-overlap",XML_text_overlap},
+ {"header-grid-layout",XML_header_grid_layout},
+ {"table-of-content-entry-template",XML_table_of_content_entry_template},
+ {"alphabetical-index-mark-end",XML_alphabetical_index_mark_end},
+ {"high",XML_high},
+ {"list-block",XML_list_block},
+ {"clockwiseBottomRight",XML_clockwiseBottomRight},
+ {"opacity",XML_opacity},
+ {"end-x",XML_end_x},
+ {"java-classpath",XML_java_classpath},
+ {"_unknown_",XML__unknown_},
+ {"wavyline-from-right",XML_wavyline_from_right},
+ {"topLeftHorizontal",XML_topLeftHorizontal},
+ {"shadow-slant",XML_shadow_slant},
+ {"show-value",XML_show_value},
+ {"index-entry-bibliography",XML_index_entry_bibliography},
+ {"exp",XML_exp},
+ {"on-click",XML_on_click},
+ {"unpublished",XML_unpublished},
{"top-circle",XML_top_circle},
- {"combine-entries-with-dash",XML_combine_entries_with_dash},
- {"enhanced-geometry",XML_enhanced_geometry},
- {"extrusion-depth",XML_extrusion_depth},
- {"fill-image-ref-point-x",XML_fill_image_ref_point_x},
- {"group-expression",XML_group_expression},
{"top-arc",XML_top_arc},
- {"axis-position",XML_axis_position},
- {"alphabetical-index-mark-start",XML_alphabetical_index_mark_start},
- {"data-table-show-vert-border",XML_data_table_show_vert_border},
- {"text-overline-color",XML_text_overline_color},
+ {"listbox",XML_listbox},
+ {"clockwiseBottom",XML_clockwiseBottom},
{"slant-y",XML_slant_y},
- {"graphics",XML_graphics},
- {"index-entry-bibliography",XML_index_entry_bibliography},
- {"primary-z",XML_primary_z},
- {"alphabetical-index-mark-end",XML_alphabetical_index_mark_end},
- {"graphic-properties",XML_graphic_properties},
- {"greyscale",XML_greyscale},
- {"use-chart-objects",XML_use_chart_objects},
- {"not_between",XML_not_between},
- {"shadow-color",XML_shadow_color},
- {"extrusion-viewpoint",XML_extrusion_viewpoint},
- {"topLeftClockwise",XML_topLeftClockwise},
- {"stretchy",XML_stretchy},
- {"font-size-complex",XML_font_size_complex},
- {"start-with-navigator",XML_start_with_navigator},
- {"transliteration-country",XML_transliteration_country},
{"text-style",XML_text_style},
- {"topLeftHorizontal",XML_topLeftHorizontal},
- {"named-symbol",XML_named_symbol},
- {"show-changes",XML_show_changes},
- {"extrusion-first-light-harsh",XML_extrusion_first_light_harsh},
- {"eq",XML_eq},
- {"sender-fax",XML_sender_fax},
+ {"sub-view-size",XML_sub_view_size},
+ {"japanese-candle-stick",XML_japanese_candle_stick},
{"uncover-to-lowerleft",XML_uncover_to_lowerleft},
- {"draw",XML_draw},
- {"not-with-report-footer",XML_not_with_report_footer},
- {"exp",XML_exp},
- {"tracked-changes",XML_tracked_changes},
- {"symbol-height",XML_symbol_height},
- {"triangleWipe",XML_triangleWipe},
- {"greater_equal",XML_greater_equal},
+ {"fontwork-hide-form",XML_fontwork_hide_form},
+ {"enhanced-geometry",XML_enhanced_geometry},
+ {"wavyline-from-top",XML_wavyline_from_top},
+ {"end-row",XML_end_row},
+ {"number-matrix-rows-spanned",XML_number_matrix_rows_spanned},
{"click",XML_click},
- {"number-rows-spanned",XML_number_rows_spanned},
- {"extrusion-specularity",XML_extrusion_specularity},
- {"expression1",XML_expression1},
- {"expression2",XML_expression2},
- {"howpublished",XML_howpublished},
- {"expression",XML_expression},
- {"fontwork-shadow-color",XML_fontwork_shadow_color},
- {"textarea-horizontal-align",XML_textarea_horizontal_align},
- {"number-rows-repeated",XML_number_rows_repeated},
- {"end-x",XML_end_x},
- {"text-style-name",XML_text_style_name},
- {"swiss",XML_swiss},
+ {"suffix",XML_suffix},
+ {"extrusion-depth",XML_extrusion_depth},
{"text-underline-type",XML_text_underline_type},
- {"axial",XML_axial},
- {"listbox",XML_listbox},
- {"main-sequence",XML_main_sequence},
- {"number-matrix-rows-spanned",XML_number_matrix_rows_spanned},
- {"stroke-width",XML_stroke_width},
- {"topRight",XML_topRight},
- {"near-axis",XML_near_axis},
- {"gradient-style",XML_gradient_style},
- {"textarea-vertical-align",XML_textarea_vertical_align},
- {"font-weight-complex",XML_font_weight_complex},
- {"top-right",XML_top_right},
+ {"show-shape",XML_show_shape},
+ {"clockwiseTopLeft",XML_clockwiseTopLeft},
+ {"text-style-name",XML_text_style_name},
+ {"thumbnail",XML_thumbnail},
+ {"not-with-report-footer",XML_not_with_report_footer},
+ {"logwidth",XML_logwidth},
+ {"slow",XML_slow},
+ {"twoBladeVertical",XML_twoBladeVertical},
+ {"text-only",XML_text_only},
+ {"page-width",XML_page_width},
+ {"double-wave",XML_double_wave},
+ {"day-of-week",XML_day_of_week},
{"texture-generation-mode-y",XML_texture_generation_mode_y},
- {"near-axis-other-side",XML_near_axis_other_side},
- {"extrusion-allowed",XML_extrusion_allowed},
- {"show",XML_show},
- {"scientific-number",XML_scientific_number},
- {"graphic",XML_graphic},
- {"exponential",XML_exponential},
- {"next-style-name",XML_next_style_name},
- {"suffix",XML_suffix},
- {"text-underline-width",XML_text_underline_width},
- {"copy-styles",XML_copy_styles},
- {"hyperlink-behaviour",XML_hyperlink_behaviour},
- {"grid",XML_grid},
- {"unpublished",XML_unpublished},
+ {"marker-start-width",XML_marker_start_width},
{"apply",XML_apply},
- {"use-optimal-column-width",XML_use_optimal_column_width},
- {"axis-color",XML_axis_color},
- {"thin",XML_thin},
- {"hyphenate",XML_hyphenate},
- {"group-by-field-number",XML_group_by_field_number},
- {"track-changes",XML_track_changes},
- {"use-optimal-row-height",XML_use_optimal_row_height},
- {"caption-point-y",XML_caption_point_y},
- {"user-index-mark-start",XML_user_index_mark_start},
- {"guide-distance",XML_guide_distance},
- {"fontwork-adjust",XML_fontwork_adjust},
- {"hyphenation-keep",XML_hyphenation_keep},
+ {"text-overline-color",XML_text_overline_color},
+ {"dependency",XML_dependency},
+ {"font-size-complex",XML_font_size_complex},
+ {"close-back",XML_close_back},
+ {"marker-end-width",XML_marker_end_width},
+ {"topRight",XML_topRight},
+ {"number-rows-spanned",XML_number_rows_spanned},
+ {"clockwiseRight",XML_clockwiseRight},
+ {"extrusion-allowed",XML_extrusion_allowed},
+ {"diagonal-bl-tr-width",XML_diagonal_bl_tr_width},
+ {"top-right",XML_top_right},
+ {"leader-width",XML_leader_width},
+ {"number-rows-repeated",XML_number_rows_repeated},
+ {"extrusion-first-light-harsh",XML_extrusion_first_light_harsh},
+ {"stock",XML_stock},
+ {"combine-entries-with-dash",XML_combine_entries_with_dash},
+ {"font-weight-complex",XML_font_weight_complex},
+ {"type",XML_type},
+ {"extrusion-viewpoint",XML_extrusion_viewpoint},
+ {"use-draw-objects",XML_use_draw_objects},
+ {"clockwiseTop",XML_clockwiseTop},
+ {"use-chart-objects",XML_use_chart_objects},
+ {"transliteration-country",XML_transliteration_country},
+ {"fontwork-style",XML_fontwork_style},
+ {"use-keys-as-entries",XML_use_keys_as_entries},
+ {"extrusion-specularity",XML_extrusion_specularity},
+ {"stretchy",XML_stretchy},
+ {"type-name",XML_type_name},
+ {"change-track-table-cell",XML_change_track_table_cell},
{"database-source-query",XML_database_source_query},
- {"number-wrapped-paragraphs",XML_number_wrapped_paragraphs},
+ {"data-table-show-vert-border",XML_data_table_show_vert_border},
+ {"tab-cycle",XML_tab_cycle},
+ {"unchecked",XML_unchecked},
+ {"black",XML_black},
+ {"draw",XML_draw},
+ {"highlighted-range",XML_highlighted_range},
+ {"soft-page-break",XML_soft_page_break},
+ {"stock-loss-marker",XML_stock_loss_marker},
+ {"doubleclick",XML_doubleclick},
+ {"object-index-source",XML_object_index_source},
+ {"gap-width",XML_gap_width},
+ {"textarea-vertical-align",XML_textarea_vertical_align},
{"view",XML_view},
+ {"use-optimal-column-width",XML_use_optimal_column_width},
+ {"transition-on-click",XML_transition_on_click},
+ {"textarea-horizontal-align",XML_textarea_horizontal_align},
+ {"symbol-height",XML_symbol_height},
+ {"clockwiseTwelve",XML_clockwiseTwelve},
+ {"texture-generation-mode-x",XML_texture_generation_mode_x},
+ {"empty-line-refresh",XML_empty_line_refresh},
+ {"object-index-entry-template",XML_object_index_entry_template},
+ {"number-wrapped-paragraphs",XML_number_wrapped_paragraphs},
+ {"sort-key",XML_sort_key},
+ {"stroke-opacity",XML_stroke_opacity},
+ {"text-underline-width",XML_text_underline_width},
+ {"topLeftClockwise",XML_topLeftClockwise},
+ {"text-conversion-dictionary",XML_text_conversion_dictionary},
+ {"shadow-color",XML_shadow_color},
+ {"protection-key",XML_protection_key},
+ {"use-optimal-row-height",XML_use_optimal_row_height},
+ {"new",XML_new},
+ {"start-with-navigator",XML_start_with_navigator},
+ {"topRightDiagonal",XML_topRightDiagonal},
+ {"table-background",XML_table_background},
+ {"visibility",XML_visibility},
{"text-line-through-text-style",XML_text_line_through_text_style},
{"text-line-through-text",XML_text_line_through_text},
{"text-line-through-mode",XML_text_line_through_mode},
+ {"num-suffix",XML_num_suffix},
+ {"stock-gain-marker",XML_stock_gain_marker},
{"text-line-through-color",XML_text_line_through_color},
- {"user-index-mark-end",XML_user_index_mark_end},
- {"wavyline-from-bottom",XML_wavyline_from_bottom},
- {"stock-with-volume",XML_stock_with_volume},
- {"hyphenation-no-caps",XML_hyphenation_no_caps},
- {"text-conversion-dictionary",XML_text_conversion_dictionary},
+ {"caption-point-x",XML_caption_point_x},
+ {"vertical-checkerboard",XML_vertical_checkerboard},
+ {"exponent-interval",XML_exponent_interval},
+ {"toc-mark",XML_toc_mark},
{"visible-area-width",XML_visible_area_width},
- {"show-text",XML_show_text},
- {"type",XML_type},
- {"hyphenation-push-char-count",XML_hyphenation_push_char_count},
- {"hyperlink",XML_hyperlink},
- {"dependency",XML_dependency},
- {"exit",XML_exit},
- {"exists",XML_exists},
+ {"repeat-row",XML_repeat_row},
+ {"bookmark",XML_bookmark},
+ {"wavyline-from-bottom",XML_wavyline_from_bottom},
+ {"top-down",XML_top_down},
+ {"topLeftCounterClockwise",XML_topLeftCounterClockwise},
+ {"count-in-text-boxes",XML_count_in_text_boxes},
+ {"empty",XML_empty},
{"text-line-through-style",XML_text_line_through_style},
- {"data-table-show-horz-border",XML_data_table_show_horz_border},
- {"text-background-color",XML_text_background_color},
- {"omit-xml-declaration",XML_omit_xml_declaration},
- {"editing-cycles",XML_editing_cycles},
- {"text-path-allowed",XML_text_path_allowed},
- {"type-name",XML_type_name},
- {"spiral-inward-left",XML_spiral_inward_left},
- {"enable-sql92-check",XML_enable_sql92_check},
- {"alphabetical-index-mark",XML_alphabetical_index_mark},
- {"spiral-inward-right",XML_spiral_inward_right},
- {"topRightDiagonal",XML_topRightDiagonal},
- {"tick-marks-major-outer",XML_tick_marks_major_outer},
+ {"user-index-mark-start",XML_user_index_mark_start},
+ {"slant-x",XML_slant_x},
+ {"user-index",XML_user_index},
+ {"user-index-mark-end",XML_user_index_mark_end},
+ {"non-whitespace-character-count",XML_non_whitespace_character_count},
{"uncover-to-lowerright",XML_uncover_to_lowerright},
- {"tick-marks-major-inner",XML_tick_marks_major_inner},
- {"texture-generation-mode-x",XML_texture_generation_mode_x},
- {"group-bars-per-axis",XML_group_bars_per_axis},
- {"text-blinking",XML_text_blinking},
- {"visibility",XML_visibility},
- {"main-entry",XML_main_entry},
- {"empty-line-refresh",XML_empty_line_refresh},
- {"printed-by",XML_printed_by},
- {"extrusion-projection-mode",XML_extrusion_projection_mode},
+ {"show-rejected-changes",XML_show_rejected_changes},
{"text-overline-style",XML_text_overline_style},
- {"grouped-by",XML_grouped_by},
- {"use-objects",XML_use_objects},
+ {"num-prefix",XML_num_prefix},
+ {"label-followed-by",XML_label_followed_by},
+ {"text-path-allowed",XML_text_path_allowed},
+ {"show-text",XML_show_text},
+ {"horizontal-scrollbar-width",XML_horizontal_scrollbar_width},
+ {"show",XML_show},
+ {"shadow-blur",XML_shadow_blur},
+ {"hyperlink-behaviour",XML_hyperlink_behaviour},
+ {"show-changes",XML_show_changes},
+ {"glow-transparency",XML_glow_transparency},
+ {"show-accepted-changes",XML_show_accepted_changes},
+ {"fontwork-shadow-transparence",XML_fontwork_shadow_transparence},
+ {"combobox",XML_combobox},
+ {"hyphenate",XML_hyphenate},
{"not-with-report-header",XML_not_with_report_header},
{"not-with-report-header-nor-footer",XML_not_with_report_header_nor_footer},
- {"twoBoxTop",XML_twoBoxTop},
{"twoBoxLeft",XML_twoBoxLeft},
- {"primary-y",XML_primary_y},
- {"layout-grid-ruby-below",XML_layout_grid_ruby_below},
- {"repeat-row",XML_repeat_row},
- {"hyphenation-ladder-count",XML_hyphenation_ladder_count},
+ {"index-body",XML_index_body},
+ {"hyphenation-no-caps",XML_hyphenation_no_caps},
+ {"text-background-color",XML_text_background_color},
+ {"hyphenation-push-char-count",XML_hyphenation_push_char_count},
+ {"thick-line",XML_thick_line},
{"script-complex",XML_script_complex},
- {"top-down",XML_top_down},
- {"font-charset-complex",XML_font_charset_complex},
- {"slant-x",XML_slant_x},
- {"animation-delay",XML_animation_delay},
+ {"howpublished",XML_howpublished},
{"transparency",XML_transparency},
- {"hyphenation-remain-char-count",XML_hyphenation_remain_char_count},
- {"count-in-text-boxes",XML_count_in_text_boxes},
- {"label-followed-by",XML_label_followed_by},
- {"shadow-transparency",XML_shadow_transparency},
- {"topLeftCounterClockwise",XML_topLeftCounterClockwise},
- {"copy-back",XML_copy_back},
- {"exponent-interval",XML_exponent_interval},
- {"new",XML_new},
{"twoBoxBottom",XML_twoBoxBottom},
- {"main-entry-style-name",XML_main_entry_style_name},
- {"axis-label-position",XML_axis_label_position},
- {"empty",XML_empty},
- {"print-when-group-change",XML_print_when_group_change},
- {"shadow",XML_shadow},
- {"text-shadow",XML_text_shadow},
- {"fontwork-shadow-offset-y",XML_fontwork_shadow_offset_y},
- {"combobox",XML_combobox},
- {"topRightCounterClockwise",XML_topRightCounterClockwise},
- {"user-index-mark",XML_user_index_mark},
- {"use-math-objects",XML_use_math_objects},
- {"text-line-through-width",XML_text_line_through_width},
- {"index-body",XML_index_body},
- {"axis-type",XML_axis_type},
- {"www",XML_www},
- {"primary-x",XML_primary_x},
- {"vertical-justify",XML_vertical_justify},
- {"num-prefix",XML_num_prefix},
- {"object-index",XML_object_index},
- {"caption-point-x",XML_caption_point_x},
- {"user-index",XML_user_index},
+ {"font-charset-complex",XML_font_charset_complex},
+ {"hyphenation-keep",XML_hyphenation_keep},
+ {"twoBoxTop",XML_twoBoxTop},
{"country-complex",XML_country_complex},
- {"fontwork-shadow",XML_fontwork_shadow},
- {"show-empty",XML_show_empty},
- {"num-suffix",XML_num_suffix},
- {"use-window-font-color",XML_use_window_font_color},
- {"guide-overhang",XML_guide_overhang},
- {"gray",XML_gray},
+ {"copy-results-only",XML_copy_results_only},
+ {"fontwork-shadow-color",XML_fontwork_shadow_color},
+ {"shadow-transparency",XML_shadow_transparency},
+ {"data-table-show-horz-border",XML_data_table_show_horz_border},
+ {"text-shadow",XML_text_shadow},
+ {"layout-grid-ruby-below",XML_layout_grid_ruby_below},
+ {"tracked-changes",XML_tracked_changes},
+ {"bibliography-mark",XML_bibliography_mark},
{"used-hierarchy",XML_used_hierarchy},
- {"twoBoxRight",XML_twoBoxRight},
+ {"use-window-font-color",XML_use_window_font_color},
+ {"velocity-y",XML_velocity_y},
{"use-banding-rows-styles",XML_use_banding_rows_styles},
- {"fontwork-shadow-offset-x",XML_fontwork_shadow_offset_x},
+ {"stroke-width",XML_stroke_width},
+ {"alphabetical-index-mark",XML_alphabetical_index_mark},
+ {"sender-phone-work",XML_sender_phone_work},
{"alphabetical-index",XML_alphabetical_index},
- {"thick-line",XML_thick_line},
- {"show-rejected-changes",XML_show_rejected_changes},
- {"table-view",XML_table_view},
- {"z-index",XML_z_index},
- {"symbol-width",XML_symbol_width},
- {"text-line-through-type",XML_text_line_through_type},
- {"text-overline-width",XML_text_overline_width},
- {"copy-results-only",XML_copy_results_only},
{"navy",XML_navy},
- {"use-draw-objects",XML_use_draw_objects},
+ {"text-line-through-width",XML_text_line_through_width},
+ {"www",XML_www},
+ {"hyphenation-ladder-count",XML_hyphenation_ladder_count},
+ {"copy-back",XML_copy_back},
+ {"hyphenation-remain-char-count",XML_hyphenation_remain_char_count},
+ {"shadow",XML_shadow},
+ {"text-blinking",XML_text_blinking},
+ {"hyperlink",XML_hyperlink},
{"skip-white-space",XML_skip_white_space},
- {"truncate-on-overflow",XML_truncate_on_overflow},
- {"shadow-opacity",XML_shadow_opacity},
+ {"track-changes",XML_track_changes},
+ {"topRightCounterClockwise",XML_topRightCounterClockwise},
+ {"text-justify",XML_text_justify},
+ {"twoBoxRight",XML_twoBoxRight},
+ {"text-line-through-type",XML_text_line_through_type},
+ {"show-empty",XML_show_empty},
+ {"fontwork-shadow-offset-y",XML_fontwork_shadow_offset_y},
+ {"stock-with-volume",XML_stock_with_volume},
+ {"viewBox",XML_viewBox},
+ {"object-index",XML_object_index},
+ {"text-overline-width",XML_text_overline_width},
+ {"table-view",XML_table_view},
+ {"enable-sql92-check",XML_enable_sql92_check},
+ {"velocity-x",XML_velocity_x},
+ {"symbol-width",XML_symbol_width},
+ {"user-index-mark",XML_user_index_mark},
+ {"fontwork-shadow-offset-x",XML_fontwork_shadow_offset_x},
+ {"fontwork-shadow",XML_fontwork_shadow},
+ {"topRightClockwise",XML_topRightClockwise},
{"thick",XML_thick},
- {"tracked-changes-view-settings",XML_tracked_changes_view_settings},
+ {"shadow-opacity",XML_shadow_opacity},
+ {"shadow-offset-y",XML_shadow_offset_y},
+ {"truncate-on-overflow",XML_truncate_on_overflow},
{"checkbox",XML_checkbox},
- {"gap-width",XML_gap_width},
+ {"text-box",XML_text_box},
{"show-changes-by-datetime",XML_show_changes_by_datetime},
{"show-changes-by-datetime-mode",XML_show_changes_by_datetime_mode},
{"show-changes-by-datetime-first-datetime",XML_show_changes_by_datetime_first_datetime},
{"show-changes-by-datetime-second-datetime",XML_show_changes_by_datetime_second_datetime},
- {"shadow-offset-y",XML_shadow_offset_y},
- {"topRightClockwise",XML_topRightClockwise},
{"clockwiseSix",XML_clockwiseSix},
{"extrusion-skew",XML_extrusion_skew},
- {"viewBox",XML_viewBox},
+ {"shadow-offset-x",XML_shadow_offset_x},
{"show-changes-by-ranges",XML_show_changes_by_ranges},
{"show-changes-by-ranges-list",XML_show_changes_by_ranges_list},
{"show-changes-by-comment",XML_show_changes_by_comment},
{"show-changes-by-comment-text",XML_show_changes_by_comment_text},
+ {"tracked-changes-view-settings",XML_tracked_changes_view_settings},
{"show-changes-by-author-name",XML_show_changes_by_author_name},
- {"show-changes-by-author",XML_show_changes_by_author},
- {"text-box",XML_text_box},
- {"shadow-offset-x",XML_shadow_offset_x},
- {"text-justify",XML_text_justify}
+ {"show-changes-by-author",XML_show_changes_by_author}
};
const struct xmltoken *
@@ -3293,7337 +3326,7337 @@ Perfect_Hash::in_word_set (const char *str, size_t len)
{
const struct xmltoken *resword;
- if (key < 12776)
+ if (key < 15393)
{
- switch (key - 6)
+ switch (key - 1)
{
case 0:
resword = &wordlist[0];
goto compare;
- case 5:
+ case 1:
resword = &wordlist[1];
goto compare;
- case 6:
+ case 5:
resword = &wordlist[2];
goto compare;
- case 10:
+ case 6:
resword = &wordlist[3];
goto compare;
- case 15:
+ case 10:
resword = &wordlist[4];
goto compare;
- case 20:
+ case 11:
resword = &wordlist[5];
goto compare;
- case 21:
+ case 15:
resword = &wordlist[6];
goto compare;
- case 23:
+ case 16:
resword = &wordlist[7];
goto compare;
- case 25:
+ case 17:
resword = &wordlist[8];
goto compare;
- case 35:
+ case 19:
resword = &wordlist[9];
goto compare;
- case 41:
+ case 20:
resword = &wordlist[10];
goto compare;
- case 43:
+ case 21:
resword = &wordlist[11];
goto compare;
- case 44:
+ case 24:
resword = &wordlist[12];
goto compare;
- case 45:
+ case 25:
resword = &wordlist[13];
goto compare;
- case 46:
+ case 26:
resword = &wordlist[14];
goto compare;
- case 47:
+ case 30:
resword = &wordlist[15];
goto compare;
- case 49:
+ case 31:
resword = &wordlist[16];
goto compare;
- case 50:
+ case 35:
resword = &wordlist[17];
goto compare;
- case 51:
+ case 36:
resword = &wordlist[18];
goto compare;
- case 53:
+ case 40:
resword = &wordlist[19];
goto compare;
- case 55:
+ case 45:
resword = &wordlist[20];
goto compare;
- case 58:
+ case 46:
resword = &wordlist[21];
goto compare;
- case 60:
+ case 48:
resword = &wordlist[22];
goto compare;
- case 65:
+ case 50:
resword = &wordlist[23];
goto compare;
- case 66:
+ case 54:
resword = &wordlist[24];
goto compare;
- case 70:
+ case 55:
resword = &wordlist[25];
goto compare;
- case 72:
+ case 56:
resword = &wordlist[26];
goto compare;
- case 73:
+ case 58:
resword = &wordlist[27];
goto compare;
- case 75:
+ case 60:
resword = &wordlist[28];
goto compare;
- case 79:
+ case 62:
resword = &wordlist[29];
goto compare;
- case 80:
+ case 63:
resword = &wordlist[30];
goto compare;
- case 81:
+ case 64:
resword = &wordlist[31];
goto compare;
- case 82:
+ case 65:
resword = &wordlist[32];
goto compare;
- case 85:
+ case 66:
resword = &wordlist[33];
goto compare;
- case 86:
+ case 67:
resword = &wordlist[34];
goto compare;
- case 91:
+ case 68:
resword = &wordlist[35];
goto compare;
- case 94:
+ case 70:
resword = &wordlist[36];
goto compare;
- case 95:
+ case 71:
resword = &wordlist[37];
goto compare;
- case 98:
+ case 72:
resword = &wordlist[38];
goto compare;
- case 100:
+ case 73:
resword = &wordlist[39];
goto compare;
- case 101:
+ case 75:
resword = &wordlist[40];
goto compare;
- case 102:
+ case 76:
resword = &wordlist[41];
goto compare;
- case 106:
+ case 80:
resword = &wordlist[42];
goto compare;
- case 107:
+ case 81:
resword = &wordlist[43];
goto compare;
- case 110:
+ case 82:
resword = &wordlist[44];
goto compare;
- case 111:
+ case 85:
resword = &wordlist[45];
goto compare;
- case 112:
+ case 86:
resword = &wordlist[46];
goto compare;
- case 113:
+ case 88:
resword = &wordlist[47];
goto compare;
- case 117:
+ case 90:
resword = &wordlist[48];
goto compare;
- case 118:
+ case 95:
resword = &wordlist[49];
goto compare;
- case 120:
+ case 99:
resword = &wordlist[50];
goto compare;
- case 121:
+ case 100:
resword = &wordlist[51];
goto compare;
- case 124:
+ case 101:
resword = &wordlist[52];
goto compare;
- case 126:
+ case 102:
resword = &wordlist[53];
goto compare;
- case 131:
+ case 105:
resword = &wordlist[54];
goto compare;
- case 133:
+ case 106:
resword = &wordlist[55];
goto compare;
- case 134:
+ case 110:
resword = &wordlist[56];
goto compare;
- case 135:
+ case 111:
resword = &wordlist[57];
goto compare;
- case 139:
+ case 117:
resword = &wordlist[58];
goto compare;
- case 141:
+ case 118:
resword = &wordlist[59];
goto compare;
- case 144:
+ case 120:
resword = &wordlist[60];
goto compare;
- case 146:
+ case 121:
resword = &wordlist[61];
goto compare;
- case 148:
+ case 122:
resword = &wordlist[62];
goto compare;
- case 149:
+ case 123:
resword = &wordlist[63];
goto compare;
- case 150:
+ case 126:
resword = &wordlist[64];
goto compare;
- case 151:
+ case 128:
resword = &wordlist[65];
goto compare;
- case 153:
+ case 131:
resword = &wordlist[66];
goto compare;
- case 156:
+ case 132:
resword = &wordlist[67];
goto compare;
- case 158:
+ case 133:
resword = &wordlist[68];
goto compare;
- case 159:
+ case 135:
resword = &wordlist[69];
goto compare;
- case 161:
+ case 136:
resword = &wordlist[70];
goto compare;
- case 162:
+ case 137:
resword = &wordlist[71];
goto compare;
- case 163:
+ case 141:
resword = &wordlist[72];
goto compare;
- case 164:
+ case 143:
resword = &wordlist[73];
goto compare;
- case 165:
+ case 144:
resword = &wordlist[74];
goto compare;
- case 168:
+ case 146:
resword = &wordlist[75];
goto compare;
- case 170:
+ case 150:
resword = &wordlist[76];
goto compare;
- case 171:
+ case 153:
resword = &wordlist[77];
goto compare;
- case 172:
+ case 154:
resword = &wordlist[78];
goto compare;
- case 175:
+ case 155:
resword = &wordlist[79];
goto compare;
- case 180:
+ case 156:
resword = &wordlist[80];
goto compare;
- case 181:
+ case 157:
resword = &wordlist[81];
goto compare;
- case 184:
+ case 158:
resword = &wordlist[82];
goto compare;
- case 185:
+ case 160:
resword = &wordlist[83];
goto compare;
- case 187:
+ case 161:
resword = &wordlist[84];
goto compare;
- case 190:
+ case 162:
resword = &wordlist[85];
goto compare;
- case 191:
+ case 165:
resword = &wordlist[86];
goto compare;
- case 195:
+ case 170:
resword = &wordlist[87];
goto compare;
- case 197:
+ case 171:
resword = &wordlist[88];
goto compare;
- case 200:
+ case 172:
resword = &wordlist[89];
goto compare;
- case 202:
+ case 173:
resword = &wordlist[90];
goto compare;
- case 210:
+ case 175:
resword = &wordlist[91];
goto compare;
- case 211:
+ case 178:
resword = &wordlist[92];
goto compare;
- case 212:
+ case 179:
resword = &wordlist[93];
goto compare;
- case 213:
+ case 180:
resword = &wordlist[94];
goto compare;
- case 215:
+ case 185:
resword = &wordlist[95];
goto compare;
- case 219:
+ case 189:
resword = &wordlist[96];
goto compare;
- case 220:
+ case 190:
resword = &wordlist[97];
goto compare;
- case 221:
+ case 192:
resword = &wordlist[98];
goto compare;
- case 223:
+ case 195:
resword = &wordlist[99];
goto compare;
- case 230:
+ case 199:
resword = &wordlist[100];
goto compare;
- case 231:
+ case 200:
resword = &wordlist[101];
goto compare;
- case 233:
+ case 201:
resword = &wordlist[102];
goto compare;
- case 237:
+ case 203:
resword = &wordlist[103];
goto compare;
- case 240:
+ case 210:
resword = &wordlist[104];
goto compare;
- case 245:
+ case 211:
resword = &wordlist[105];
goto compare;
- case 246:
+ case 220:
resword = &wordlist[106];
goto compare;
- case 247:
+ case 221:
resword = &wordlist[107];
goto compare;
- case 249:
+ case 222:
resword = &wordlist[108];
goto compare;
- case 250:
+ case 236:
resword = &wordlist[109];
goto compare;
- case 252:
+ case 237:
resword = &wordlist[110];
goto compare;
- case 253:
+ case 239:
resword = &wordlist[111];
goto compare;
- case 264:
+ case 240:
resword = &wordlist[112];
goto compare;
- case 265:
+ case 242:
resword = &wordlist[113];
goto compare;
- case 271:
+ case 245:
resword = &wordlist[114];
goto compare;
- case 272:
+ case 246:
resword = &wordlist[115];
goto compare;
- case 275:
+ case 248:
resword = &wordlist[116];
goto compare;
- case 276:
+ case 249:
resword = &wordlist[117];
goto compare;
- case 281:
+ case 250:
resword = &wordlist[118];
goto compare;
- case 289:
+ case 251:
resword = &wordlist[119];
goto compare;
- case 290:
+ case 256:
resword = &wordlist[120];
goto compare;
- case 291:
+ case 257:
resword = &wordlist[121];
goto compare;
- case 295:
+ case 261:
resword = &wordlist[122];
goto compare;
- case 296:
+ case 262:
resword = &wordlist[123];
goto compare;
- case 300:
+ case 263:
resword = &wordlist[124];
goto compare;
- case 301:
+ case 267:
resword = &wordlist[125];
goto compare;
- case 305:
+ case 270:
resword = &wordlist[126];
goto compare;
- case 307:
+ case 272:
resword = &wordlist[127];
goto compare;
- case 312:
+ case 273:
resword = &wordlist[128];
goto compare;
- case 313:
+ case 274:
resword = &wordlist[129];
goto compare;
- case 315:
+ case 275:
resword = &wordlist[130];
goto compare;
- case 317:
+ case 276:
resword = &wordlist[131];
goto compare;
- case 319:
+ case 277:
resword = &wordlist[132];
goto compare;
- case 321:
+ case 280:
resword = &wordlist[133];
goto compare;
- case 322:
+ case 281:
resword = &wordlist[134];
goto compare;
- case 323:
+ case 283:
resword = &wordlist[135];
goto compare;
- case 324:
+ case 285:
resword = &wordlist[136];
goto compare;
- case 327:
+ case 286:
resword = &wordlist[137];
goto compare;
- case 330:
+ case 288:
resword = &wordlist[138];
goto compare;
- case 331:
+ case 290:
resword = &wordlist[139];
goto compare;
- case 340:
+ case 291:
resword = &wordlist[140];
goto compare;
- case 345:
+ case 292:
resword = &wordlist[141];
goto compare;
- case 347:
+ case 294:
resword = &wordlist[142];
goto compare;
- case 349:
+ case 295:
resword = &wordlist[143];
goto compare;
- case 352:
+ case 296:
resword = &wordlist[144];
goto compare;
- case 355:
+ case 297:
resword = &wordlist[145];
goto compare;
- case 357:
+ case 298:
resword = &wordlist[146];
goto compare;
- case 362:
+ case 301:
resword = &wordlist[147];
goto compare;
- case 365:
+ case 303:
resword = &wordlist[148];
goto compare;
- case 372:
+ case 305:
resword = &wordlist[149];
goto compare;
- case 375:
+ case 306:
resword = &wordlist[150];
goto compare;
- case 380:
+ case 307:
resword = &wordlist[151];
goto compare;
- case 384:
+ case 309:
resword = &wordlist[152];
goto compare;
- case 386:
+ case 315:
resword = &wordlist[153];
goto compare;
- case 387:
+ case 316:
resword = &wordlist[154];
goto compare;
- case 396:
+ case 318:
resword = &wordlist[155];
goto compare;
- case 398:
+ case 319:
resword = &wordlist[156];
goto compare;
- case 400:
+ case 320:
resword = &wordlist[157];
goto compare;
- case 401:
+ case 322:
resword = &wordlist[158];
goto compare;
- case 402:
+ case 323:
resword = &wordlist[159];
goto compare;
- case 405:
+ case 324:
resword = &wordlist[160];
goto compare;
- case 410:
+ case 325:
resword = &wordlist[161];
goto compare;
- case 411:
+ case 326:
resword = &wordlist[162];
goto compare;
- case 417:
+ case 330:
resword = &wordlist[163];
goto compare;
- case 420:
+ case 332:
resword = &wordlist[164];
goto compare;
- case 422:
+ case 335:
resword = &wordlist[165];
goto compare;
- case 423:
+ case 338:
resword = &wordlist[166];
goto compare;
- case 425:
+ case 340:
resword = &wordlist[167];
goto compare;
- case 426:
+ case 341:
resword = &wordlist[168];
goto compare;
- case 428:
+ case 345:
resword = &wordlist[169];
goto compare;
- case 429:
+ case 346:
resword = &wordlist[170];
goto compare;
- case 433:
+ case 350:
resword = &wordlist[171];
goto compare;
- case 436:
+ case 353:
resword = &wordlist[172];
goto compare;
- case 440:
+ case 357:
resword = &wordlist[173];
goto compare;
- case 442:
+ case 362:
resword = &wordlist[174];
goto compare;
- case 445:
+ case 366:
resword = &wordlist[175];
goto compare;
- case 447:
+ case 369:
resword = &wordlist[176];
goto compare;
- case 448:
+ case 371:
resword = &wordlist[177];
goto compare;
- case 450:
+ case 375:
resword = &wordlist[178];
goto compare;
- case 451:
+ case 376:
resword = &wordlist[179];
goto compare;
- case 457:
+ case 383:
resword = &wordlist[180];
goto compare;
- case 464:
+ case 384:
resword = &wordlist[181];
goto compare;
- case 465:
+ case 386:
resword = &wordlist[182];
goto compare;
- case 472:
+ case 387:
resword = &wordlist[183];
goto compare;
- case 473:
+ case 391:
resword = &wordlist[184];
goto compare;
- case 475:
+ case 397:
resword = &wordlist[185];
goto compare;
- case 480:
+ case 409:
resword = &wordlist[186];
goto compare;
- case 481:
+ case 411:
resword = &wordlist[187];
goto compare;
- case 486:
+ case 413:
resword = &wordlist[188];
goto compare;
- case 490:
+ case 415:
resword = &wordlist[189];
goto compare;
- case 491:
+ case 426:
resword = &wordlist[190];
goto compare;
- case 494:
+ case 427:
resword = &wordlist[191];
goto compare;
- case 500:
+ case 432:
resword = &wordlist[192];
goto compare;
- case 501:
+ case 437:
resword = &wordlist[193];
goto compare;
- case 505:
+ case 441:
resword = &wordlist[194];
goto compare;
- case 507:
+ case 442:
resword = &wordlist[195];
goto compare;
- case 508:
+ case 456:
resword = &wordlist[196];
goto compare;
- case 510:
+ case 458:
resword = &wordlist[197];
goto compare;
- case 514:
+ case 462:
resword = &wordlist[198];
goto compare;
- case 515:
+ case 466:
resword = &wordlist[199];
goto compare;
- case 519:
+ case 468:
resword = &wordlist[200];
goto compare;
- case 521:
+ case 472:
resword = &wordlist[201];
goto compare;
- case 527:
+ case 477:
resword = &wordlist[202];
goto compare;
- case 532:
+ case 478:
resword = &wordlist[203];
goto compare;
- case 536:
+ case 482:
resword = &wordlist[204];
goto compare;
- case 544:
+ case 485:
resword = &wordlist[205];
goto compare;
- case 546:
+ case 487:
resword = &wordlist[206];
goto compare;
- case 547:
+ case 492:
resword = &wordlist[207];
goto compare;
- case 551:
+ case 499:
resword = &wordlist[208];
goto compare;
- case 552:
+ case 506:
resword = &wordlist[209];
goto compare;
- case 553:
+ case 509:
resword = &wordlist[210];
goto compare;
- case 561:
+ case 511:
resword = &wordlist[211];
goto compare;
- case 565:
+ case 518:
resword = &wordlist[212];
goto compare;
- case 567:
+ case 521:
resword = &wordlist[213];
goto compare;
- case 568:
+ case 524:
resword = &wordlist[214];
goto compare;
- case 575:
+ case 525:
resword = &wordlist[215];
goto compare;
- case 579:
+ case 527:
resword = &wordlist[216];
goto compare;
- case 581:
+ case 528:
resword = &wordlist[217];
goto compare;
- case 589:
+ case 532:
resword = &wordlist[218];
goto compare;
- case 591:
+ case 538:
resword = &wordlist[219];
goto compare;
- case 599:
+ case 539:
resword = &wordlist[220];
goto compare;
- case 601:
+ case 541:
resword = &wordlist[221];
goto compare;
- case 602:
+ case 542:
resword = &wordlist[222];
goto compare;
- case 604:
+ case 544:
resword = &wordlist[223];
goto compare;
- case 623:
+ case 545:
resword = &wordlist[224];
goto compare;
- case 630:
+ case 550:
resword = &wordlist[225];
goto compare;
- case 631:
+ case 551:
resword = &wordlist[226];
goto compare;
- case 636:
+ case 557:
resword = &wordlist[227];
goto compare;
- case 638:
+ case 567:
resword = &wordlist[228];
goto compare;
- case 642:
+ case 568:
resword = &wordlist[229];
goto compare;
- case 644:
+ case 573:
resword = &wordlist[230];
goto compare;
- case 648:
+ case 574:
resword = &wordlist[231];
goto compare;
- case 649:
+ case 577:
resword = &wordlist[232];
goto compare;
- case 651:
+ case 578:
resword = &wordlist[233];
goto compare;
- case 652:
+ case 582:
resword = &wordlist[234];
goto compare;
- case 653:
+ case 589:
resword = &wordlist[235];
goto compare;
- case 654:
+ case 593:
resword = &wordlist[236];
goto compare;
- case 656:
+ case 597:
resword = &wordlist[237];
goto compare;
- case 662:
+ case 598:
resword = &wordlist[238];
goto compare;
- case 668:
+ case 600:
resword = &wordlist[239];
goto compare;
- case 686:
+ case 602:
resword = &wordlist[240];
goto compare;
- case 687:
+ case 604:
resword = &wordlist[241];
goto compare;
- case 691:
+ case 605:
resword = &wordlist[242];
goto compare;
- case 697:
+ case 607:
resword = &wordlist[243];
goto compare;
- case 708:
+ case 608:
resword = &wordlist[244];
goto compare;
- case 721:
+ case 612:
resword = &wordlist[245];
goto compare;
- case 722:
+ case 623:
resword = &wordlist[246];
goto compare;
- case 723:
+ case 632:
resword = &wordlist[247];
goto compare;
- case 725:
+ case 633:
resword = &wordlist[248];
goto compare;
- case 732:
+ case 642:
resword = &wordlist[249];
goto compare;
- case 741:
+ case 646:
resword = &wordlist[250];
goto compare;
- case 742:
+ case 647:
resword = &wordlist[251];
goto compare;
- case 743:
+ case 648:
resword = &wordlist[252];
goto compare;
- case 746:
+ case 673:
resword = &wordlist[253];
goto compare;
- case 752:
+ case 682:
resword = &wordlist[254];
goto compare;
- case 756:
+ case 688:
resword = &wordlist[255];
goto compare;
- case 757:
+ case 690:
resword = &wordlist[256];
goto compare;
- case 760:
+ case 693:
resword = &wordlist[257];
goto compare;
- case 762:
+ case 696:
resword = &wordlist[258];
goto compare;
- case 768:
+ case 703:
resword = &wordlist[259];
goto compare;
- case 769:
+ case 707:
resword = &wordlist[260];
goto compare;
- case 771:
+ case 712:
resword = &wordlist[261];
goto compare;
- case 772:
+ case 714:
resword = &wordlist[262];
goto compare;
- case 773:
+ case 718:
resword = &wordlist[263];
goto compare;
- case 777:
+ case 720:
resword = &wordlist[264];
goto compare;
- case 778:
+ case 723:
resword = &wordlist[265];
goto compare;
- case 782:
+ case 724:
resword = &wordlist[266];
goto compare;
- case 783:
+ case 732:
resword = &wordlist[267];
goto compare;
- case 785:
+ case 733:
resword = &wordlist[268];
goto compare;
- case 797:
+ case 748:
resword = &wordlist[269];
goto compare;
- case 800:
+ case 749:
resword = &wordlist[270];
goto compare;
- case 803:
+ case 753:
resword = &wordlist[271];
goto compare;
- case 807:
+ case 756:
resword = &wordlist[272];
goto compare;
- case 813:
+ case 757:
resword = &wordlist[273];
goto compare;
- case 817:
+ case 759:
resword = &wordlist[274];
goto compare;
- case 829:
+ case 760:
resword = &wordlist[275];
goto compare;
- case 831:
+ case 765:
resword = &wordlist[276];
goto compare;
- case 833:
+ case 766:
resword = &wordlist[277];
goto compare;
- case 834:
+ case 768:
resword = &wordlist[278];
goto compare;
- case 846:
+ case 782:
resword = &wordlist[279];
goto compare;
- case 853:
+ case 789:
resword = &wordlist[280];
goto compare;
- case 857:
+ case 792:
resword = &wordlist[281];
goto compare;
- case 858:
+ case 798:
resword = &wordlist[282];
goto compare;
- case 865:
+ case 799:
resword = &wordlist[283];
goto compare;
- case 869:
+ case 808:
resword = &wordlist[284];
goto compare;
- case 871:
+ case 810:
resword = &wordlist[285];
goto compare;
- case 879:
+ case 811:
resword = &wordlist[286];
goto compare;
- case 883:
+ case 819:
resword = &wordlist[287];
goto compare;
- case 897:
+ case 824:
resword = &wordlist[288];
goto compare;
- case 908:
+ case 825:
resword = &wordlist[289];
goto compare;
- case 914:
+ case 828:
resword = &wordlist[290];
goto compare;
- case 917:
+ case 835:
resword = &wordlist[291];
goto compare;
- case 918:
+ case 845:
resword = &wordlist[292];
goto compare;
- case 921:
+ case 846:
resword = &wordlist[293];
goto compare;
- case 922:
+ case 865:
resword = &wordlist[294];
goto compare;
- case 924:
+ case 868:
resword = &wordlist[295];
goto compare;
- case 939:
+ case 873:
resword = &wordlist[296];
goto compare;
- case 940:
+ case 876:
resword = &wordlist[297];
goto compare;
- case 943:
+ case 882:
resword = &wordlist[298];
goto compare;
- case 945:
+ case 905:
resword = &wordlist[299];
goto compare;
- case 951:
+ case 917:
resword = &wordlist[300];
goto compare;
- case 953:
+ case 934:
resword = &wordlist[301];
goto compare;
- case 959:
+ case 943:
resword = &wordlist[302];
goto compare;
- case 967:
+ case 944:
resword = &wordlist[303];
goto compare;
- case 973:
+ case 972:
resword = &wordlist[304];
goto compare;
- case 978:
+ case 976:
resword = &wordlist[305];
goto compare;
- case 979:
+ case 991:
resword = &wordlist[306];
goto compare;
- case 980:
+ case 994:
resword = &wordlist[307];
goto compare;
- case 984:
+ case 1003:
resword = &wordlist[308];
goto compare;
- case 990:
+ case 1013:
resword = &wordlist[309];
goto compare;
- case 992:
+ case 1016:
resword = &wordlist[310];
goto compare;
- case 1008:
+ case 1020:
resword = &wordlist[311];
goto compare;
- case 1028:
+ case 1026:
resword = &wordlist[312];
goto compare;
- case 1033:
+ case 1034:
resword = &wordlist[313];
goto compare;
- case 1035:
+ case 1036:
resword = &wordlist[314];
goto compare;
- case 1039:
+ case 1046:
resword = &wordlist[315];
goto compare;
- case 1043:
+ case 1050:
resword = &wordlist[316];
goto compare;
- case 1045:
+ case 1058:
resword = &wordlist[317];
goto compare;
- case 1046:
+ case 1059:
resword = &wordlist[318];
goto compare;
- case 1047:
+ case 1063:
resword = &wordlist[319];
goto compare;
- case 1056:
+ case 1064:
resword = &wordlist[320];
goto compare;
- case 1061:
+ case 1065:
resword = &wordlist[321];
goto compare;
- case 1066:
+ case 1070:
resword = &wordlist[322];
goto compare;
- case 1068:
+ case 1073:
resword = &wordlist[323];
goto compare;
- case 1072:
+ case 1082:
resword = &wordlist[324];
goto compare;
- case 1076:
+ case 1088:
resword = &wordlist[325];
goto compare;
- case 1077:
+ case 1096:
resword = &wordlist[326];
goto compare;
- case 1085:
+ case 1102:
resword = &wordlist[327];
goto compare;
- case 1086:
+ case 1103:
resword = &wordlist[328];
goto compare;
- case 1098:
+ case 1107:
resword = &wordlist[329];
goto compare;
- case 1104:
+ case 1115:
resword = &wordlist[330];
goto compare;
- case 1113:
+ case 1145:
resword = &wordlist[331];
goto compare;
- case 1117:
+ case 1148:
resword = &wordlist[332];
goto compare;
- case 1123:
+ case 1152:
resword = &wordlist[333];
goto compare;
- case 1128:
+ case 1183:
resword = &wordlist[334];
goto compare;
- case 1144:
+ case 1186:
resword = &wordlist[335];
goto compare;
- case 1145:
+ case 1212:
resword = &wordlist[336];
goto compare;
- case 1148:
+ case 1218:
resword = &wordlist[337];
goto compare;
- case 1152:
+ case 1236:
resword = &wordlist[338];
goto compare;
- case 1158:
+ case 1255:
resword = &wordlist[339];
goto compare;
- case 1161:
+ case 1268:
resword = &wordlist[340];
goto compare;
- case 1163:
+ case 1294:
resword = &wordlist[341];
goto compare;
- case 1185:
+ case 1301:
resword = &wordlist[342];
goto compare;
- case 1189:
+ case 1303:
resword = &wordlist[343];
goto compare;
- case 1195:
+ case 1308:
resword = &wordlist[344];
goto compare;
- case 1199:
+ case 1310:
resword = &wordlist[345];
goto compare;
- case 1207:
+ case 1311:
resword = &wordlist[346];
goto compare;
- case 1212:
+ case 1313:
resword = &wordlist[347];
goto compare;
- case 1213:
+ case 1314:
resword = &wordlist[348];
goto compare;
- case 1218:
+ case 1329:
resword = &wordlist[349];
goto compare;
- case 1238:
+ case 1377:
resword = &wordlist[350];
goto compare;
- case 1241:
+ case 1393:
resword = &wordlist[351];
goto compare;
- case 1244:
+ case 1401:
resword = &wordlist[352];
goto compare;
- case 1252:
+ case 1407:
resword = &wordlist[353];
goto compare;
- case 1256:
+ case 1414:
resword = &wordlist[354];
goto compare;
- case 1258:
+ case 1419:
resword = &wordlist[355];
goto compare;
- case 1267:
+ case 1424:
resword = &wordlist[356];
goto compare;
- case 1273:
+ case 1426:
resword = &wordlist[357];
goto compare;
- case 1279:
+ case 1440:
resword = &wordlist[358];
goto compare;
- case 1290:
+ case 1443:
resword = &wordlist[359];
goto compare;
- case 1301:
+ case 1446:
resword = &wordlist[360];
goto compare;
- case 1302:
+ case 1456:
resword = &wordlist[361];
goto compare;
- case 1306:
+ case 1489:
resword = &wordlist[362];
goto compare;
- case 1317:
+ case 1494:
resword = &wordlist[363];
goto compare;
- case 1322:
+ case 1497:
resword = &wordlist[364];
goto compare;
- case 1330:
+ case 1501:
resword = &wordlist[365];
goto compare;
- case 1334:
+ case 1502:
resword = &wordlist[366];
goto compare;
- case 1338:
+ case 1504:
resword = &wordlist[367];
goto compare;
- case 1342:
+ case 1505:
resword = &wordlist[368];
goto compare;
- case 1345:
+ case 1507:
resword = &wordlist[369];
goto compare;
- case 1353:
+ case 1518:
resword = &wordlist[370];
goto compare;
- case 1359:
+ case 1522:
resword = &wordlist[371];
goto compare;
- case 1375:
+ case 1524:
resword = &wordlist[372];
goto compare;
- case 1376:
+ case 1530:
resword = &wordlist[373];
goto compare;
- case 1388:
+ case 1532:
resword = &wordlist[374];
goto compare;
- case 1389:
+ case 1535:
resword = &wordlist[375];
goto compare;
- case 1400:
+ case 1536:
resword = &wordlist[376];
goto compare;
- case 1408:
+ case 1578:
resword = &wordlist[377];
goto compare;
- case 1430:
+ case 1580:
resword = &wordlist[378];
goto compare;
- case 1435:
+ case 1612:
resword = &wordlist[379];
goto compare;
- case 1436:
+ case 1618:
resword = &wordlist[380];
goto compare;
- case 1438:
+ case 1623:
resword = &wordlist[381];
goto compare;
- case 1441:
+ case 1626:
resword = &wordlist[382];
goto compare;
- case 1443:
+ case 1630:
resword = &wordlist[383];
goto compare;
- case 1445:
+ case 1660:
resword = &wordlist[384];
goto compare;
- case 1447:
+ case 1671:
resword = &wordlist[385];
goto compare;
- case 1452:
+ case 1680:
resword = &wordlist[386];
goto compare;
- case 1456:
+ case 1694:
resword = &wordlist[387];
goto compare;
- case 1474:
+ case 1700:
resword = &wordlist[388];
goto compare;
- case 1480:
+ case 1707:
resword = &wordlist[389];
goto compare;
- case 1488:
+ case 1713:
resword = &wordlist[390];
goto compare;
- case 1491:
+ case 1725:
resword = &wordlist[391];
goto compare;
- case 1498:
+ case 1750:
resword = &wordlist[392];
goto compare;
- case 1502:
+ case 1794:
resword = &wordlist[393];
goto compare;
- case 1505:
+ case 1829:
resword = &wordlist[394];
goto compare;
- case 1508:
+ case 1875:
resword = &wordlist[395];
goto compare;
- case 1528:
+ case 1879:
resword = &wordlist[396];
goto compare;
- case 1531:
+ case 1881:
resword = &wordlist[397];
goto compare;
- case 1542:
+ case 1884:
resword = &wordlist[398];
goto compare;
- case 1543:
+ case 1890:
resword = &wordlist[399];
goto compare;
- case 1553:
+ case 1894:
resword = &wordlist[400];
goto compare;
- case 1558:
+ case 1902:
resword = &wordlist[401];
goto compare;
- case 1562:
+ case 1908:
resword = &wordlist[402];
goto compare;
- case 1563:
+ case 1911:
resword = &wordlist[403];
goto compare;
- case 1566:
+ case 1929:
resword = &wordlist[404];
goto compare;
- case 1568:
+ case 1933:
resword = &wordlist[405];
goto compare;
- case 1569:
+ case 1941:
resword = &wordlist[406];
goto compare;
- case 1578:
+ case 1942:
resword = &wordlist[407];
goto compare;
- case 1584:
+ case 1957:
resword = &wordlist[408];
goto compare;
- case 1591:
+ case 1960:
resword = &wordlist[409];
goto compare;
- case 1599:
+ case 1965:
resword = &wordlist[410];
goto compare;
- case 1603:
+ case 1970:
resword = &wordlist[411];
goto compare;
- case 1607:
+ case 1984:
resword = &wordlist[412];
goto compare;
- case 1617:
+ case 1987:
resword = &wordlist[413];
goto compare;
- case 1628:
+ case 1991:
resword = &wordlist[414];
goto compare;
- case 1630:
+ case 1993:
resword = &wordlist[415];
goto compare;
- case 1633:
+ case 2005:
resword = &wordlist[416];
goto compare;
- case 1638:
+ case 2010:
resword = &wordlist[417];
goto compare;
- case 1640:
+ case 2012:
resword = &wordlist[418];
goto compare;
- case 1658:
+ case 2013:
resword = &wordlist[419];
goto compare;
- case 1662:
+ case 2015:
resword = &wordlist[420];
goto compare;
- case 1682:
+ case 2020:
resword = &wordlist[421];
goto compare;
- case 1693:
+ case 2029:
resword = &wordlist[422];
goto compare;
- case 1705:
+ case 2034:
resword = &wordlist[423];
goto compare;
- case 1709:
+ case 2035:
resword = &wordlist[424];
goto compare;
- case 1710:
+ case 2041:
resword = &wordlist[425];
goto compare;
- case 1715:
+ case 2044:
resword = &wordlist[426];
goto compare;
- case 1725:
+ case 2045:
resword = &wordlist[427];
goto compare;
- case 1727:
+ case 2047:
resword = &wordlist[428];
goto compare;
- case 1728:
+ case 2056:
resword = &wordlist[429];
goto compare;
- case 1733:
+ case 2062:
resword = &wordlist[430];
goto compare;
- case 1734:
+ case 2074:
resword = &wordlist[431];
goto compare;
- case 1760:
+ case 2076:
resword = &wordlist[432];
goto compare;
- case 1762:
+ case 2081:
resword = &wordlist[433];
goto compare;
- case 1774:
+ case 2085:
resword = &wordlist[434];
goto compare;
- case 1779:
+ case 2090:
resword = &wordlist[435];
goto compare;
- case 1782:
+ case 2091:
resword = &wordlist[436];
goto compare;
- case 1783:
+ case 2092:
resword = &wordlist[437];
goto compare;
- case 1786:
+ case 2100:
resword = &wordlist[438];
goto compare;
- case 1789:
+ case 2107:
resword = &wordlist[439];
goto compare;
- case 1790:
+ case 2124:
resword = &wordlist[440];
goto compare;
- case 1797:
+ case 2140:
resword = &wordlist[441];
goto compare;
- case 1802:
+ case 2154:
resword = &wordlist[442];
goto compare;
- case 1804:
+ case 2158:
resword = &wordlist[443];
goto compare;
- case 1817:
+ case 2171:
resword = &wordlist[444];
goto compare;
- case 1832:
+ case 2173:
resword = &wordlist[445];
goto compare;
- case 1842:
+ case 2213:
resword = &wordlist[446];
goto compare;
- case 1850:
+ case 2214:
resword = &wordlist[447];
goto compare;
- case 1856:
+ case 2215:
resword = &wordlist[448];
goto compare;
- case 1872:
+ case 2216:
resword = &wordlist[449];
goto compare;
- case 1874:
+ case 2218:
resword = &wordlist[450];
goto compare;
- case 1891:
+ case 2225:
resword = &wordlist[451];
goto compare;
- case 1895:
+ case 2250:
resword = &wordlist[452];
goto compare;
- case 1896:
+ case 2263:
resword = &wordlist[453];
goto compare;
- case 1916:
+ case 2275:
resword = &wordlist[454];
goto compare;
- case 1926:
+ case 2279:
resword = &wordlist[455];
goto compare;
- case 1939:
+ case 2294:
resword = &wordlist[456];
goto compare;
- case 1949:
+ case 2298:
resword = &wordlist[457];
goto compare;
- case 1961:
+ case 2302:
resword = &wordlist[458];
goto compare;
- case 1985:
+ case 2305:
resword = &wordlist[459];
goto compare;
- case 1986:
+ case 2306:
resword = &wordlist[460];
goto compare;
- case 2000:
+ case 2308:
resword = &wordlist[461];
goto compare;
- case 2006:
+ case 2334:
resword = &wordlist[462];
goto compare;
- case 2008:
+ case 2337:
resword = &wordlist[463];
goto compare;
- case 2009:
+ case 2341:
resword = &wordlist[464];
goto compare;
- case 2010:
+ case 2360:
resword = &wordlist[465];
goto compare;
- case 2024:
+ case 2382:
resword = &wordlist[466];
goto compare;
- case 2027:
+ case 2388:
resword = &wordlist[467];
goto compare;
- case 2033:
+ case 2391:
resword = &wordlist[468];
goto compare;
- case 2036:
+ case 2400:
resword = &wordlist[469];
goto compare;
- case 2048:
+ case 2408:
resword = &wordlist[470];
goto compare;
- case 2068:
+ case 2411:
resword = &wordlist[471];
goto compare;
- case 2072:
+ case 2412:
resword = &wordlist[472];
goto compare;
- case 2075:
+ case 2413:
resword = &wordlist[473];
goto compare;
- case 2089:
+ case 2422:
resword = &wordlist[474];
goto compare;
- case 2098:
+ case 2427:
resword = &wordlist[475];
goto compare;
- case 2111:
+ case 2431:
resword = &wordlist[476];
goto compare;
- case 2125:
+ case 2446:
resword = &wordlist[477];
goto compare;
- case 2129:
+ case 2449:
resword = &wordlist[478];
goto compare;
- case 2155:
+ case 2495:
resword = &wordlist[479];
goto compare;
- case 2161:
+ case 2509:
resword = &wordlist[480];
goto compare;
- case 2164:
+ case 2515:
resword = &wordlist[481];
goto compare;
- case 2196:
+ case 2523:
resword = &wordlist[482];
goto compare;
- case 2198:
+ case 2527:
resword = &wordlist[483];
goto compare;
- case 2205:
+ case 2544:
resword = &wordlist[484];
goto compare;
- case 2219:
+ case 2553:
resword = &wordlist[485];
goto compare;
- case 2226:
+ case 2555:
resword = &wordlist[486];
goto compare;
- case 2246:
+ case 2556:
resword = &wordlist[487];
goto compare;
- case 2254:
+ case 2567:
resword = &wordlist[488];
goto compare;
- case 2258:
+ case 2574:
resword = &wordlist[489];
goto compare;
- case 2283:
+ case 2596:
resword = &wordlist[490];
goto compare;
- case 2333:
+ case 2611:
resword = &wordlist[491];
goto compare;
- case 2344:
+ case 2643:
resword = &wordlist[492];
goto compare;
- case 2348:
+ case 2648:
resword = &wordlist[493];
goto compare;
- case 2375:
+ case 2652:
resword = &wordlist[494];
goto compare;
- case 2376:
+ case 2697:
resword = &wordlist[495];
goto compare;
- case 2380:
+ case 2705:
resword = &wordlist[496];
goto compare;
- case 2386:
+ case 2708:
resword = &wordlist[497];
goto compare;
- case 2413:
+ case 2712:
resword = &wordlist[498];
goto compare;
- case 2417:
+ case 2713:
resword = &wordlist[499];
goto compare;
- case 2444:
+ case 2724:
resword = &wordlist[500];
goto compare;
- case 2457:
+ case 2757:
resword = &wordlist[501];
goto compare;
- case 2472:
+ case 2759:
resword = &wordlist[502];
goto compare;
- case 2478:
+ case 2778:
resword = &wordlist[503];
goto compare;
- case 2484:
+ case 2779:
resword = &wordlist[504];
goto compare;
- case 2490:
+ case 2783:
resword = &wordlist[505];
goto compare;
- case 2497:
+ case 2795:
resword = &wordlist[506];
goto compare;
- case 2503:
+ case 2862:
resword = &wordlist[507];
goto compare;
- case 2505:
+ case 2867:
resword = &wordlist[508];
goto compare;
- case 2533:
+ case 2898:
resword = &wordlist[509];
goto compare;
- case 2536:
+ case 2899:
resword = &wordlist[510];
goto compare;
- case 2543:
+ case 2916:
resword = &wordlist[511];
goto compare;
- case 2566:
+ case 2940:
resword = &wordlist[512];
goto compare;
- case 2572:
+ case 2941:
resword = &wordlist[513];
goto compare;
- case 2592:
+ case 2944:
resword = &wordlist[514];
goto compare;
- case 2599:
+ case 2955:
resword = &wordlist[515];
goto compare;
- case 2605:
+ case 2980:
resword = &wordlist[516];
goto compare;
- case 2621:
+ case 2988:
resword = &wordlist[517];
goto compare;
- case 2625:
+ case 3004:
resword = &wordlist[518];
goto compare;
- case 2629:
+ case 3017:
resword = &wordlist[519];
goto compare;
- case 2634:
+ case 3019:
resword = &wordlist[520];
goto compare;
- case 2636:
+ case 3028:
resword = &wordlist[521];
goto compare;
- case 2646:
+ case 3039:
resword = &wordlist[522];
goto compare;
- case 2657:
+ case 3042:
resword = &wordlist[523];
goto compare;
- case 2662:
+ case 3059:
resword = &wordlist[524];
goto compare;
- case 2684:
+ case 3060:
resword = &wordlist[525];
goto compare;
- case 2686:
+ case 3062:
resword = &wordlist[526];
goto compare;
- case 2689:
+ case 3066:
resword = &wordlist[527];
goto compare;
- case 2691:
+ case 3069:
resword = &wordlist[528];
goto compare;
- case 2705:
+ case 3077:
resword = &wordlist[529];
goto compare;
- case 2742:
+ case 3079:
resword = &wordlist[530];
goto compare;
- case 2744:
+ case 3098:
resword = &wordlist[531];
goto compare;
- case 2751:
+ case 3102:
resword = &wordlist[532];
goto compare;
- case 2755:
+ case 3108:
resword = &wordlist[533];
goto compare;
- case 2765:
+ case 3114:
resword = &wordlist[534];
goto compare;
- case 2767:
+ case 3115:
resword = &wordlist[535];
goto compare;
- case 2775:
+ case 3119:
resword = &wordlist[536];
goto compare;
- case 2778:
+ case 3122:
resword = &wordlist[537];
goto compare;
- case 2782:
+ case 3129:
resword = &wordlist[538];
goto compare;
- case 2783:
+ case 3137:
resword = &wordlist[539];
goto compare;
- case 2794:
+ case 3140:
resword = &wordlist[540];
goto compare;
- case 2799:
+ case 3150:
resword = &wordlist[541];
goto compare;
- case 2806:
+ case 3155:
resword = &wordlist[542];
goto compare;
- case 2814:
+ case 3158:
resword = &wordlist[543];
goto compare;
- case 2815:
+ case 3161:
resword = &wordlist[544];
goto compare;
- case 2823:
+ case 3164:
resword = &wordlist[545];
goto compare;
- case 2835:
+ case 3198:
resword = &wordlist[546];
goto compare;
- case 2869:
+ case 3200:
resword = &wordlist[547];
goto compare;
- case 2894:
+ case 3213:
resword = &wordlist[548];
goto compare;
- case 2902:
+ case 3216:
resword = &wordlist[549];
goto compare;
- case 2910:
+ case 3220:
resword = &wordlist[550];
goto compare;
- case 2912:
+ case 3230:
resword = &wordlist[551];
goto compare;
- case 2917:
+ case 3238:
resword = &wordlist[552];
goto compare;
- case 2924:
+ case 3242:
resword = &wordlist[553];
goto compare;
- case 2926:
+ case 3249:
resword = &wordlist[554];
goto compare;
- case 2934:
+ case 3251:
resword = &wordlist[555];
goto compare;
- case 2946:
+ case 3262:
resword = &wordlist[556];
goto compare;
- case 2977:
+ case 3290:
resword = &wordlist[557];
goto compare;
- case 2979:
+ case 3298:
resword = &wordlist[558];
goto compare;
- case 2983:
+ case 3306:
resword = &wordlist[559];
goto compare;
- case 2995:
+ case 3321:
resword = &wordlist[560];
goto compare;
- case 3001:
+ case 3323:
resword = &wordlist[561];
goto compare;
- case 3019:
+ case 3328:
resword = &wordlist[562];
goto compare;
- case 3035:
+ case 3344:
resword = &wordlist[563];
goto compare;
- case 3039:
+ case 3346:
resword = &wordlist[564];
goto compare;
- case 3041:
+ case 3354:
resword = &wordlist[565];
goto compare;
- case 3042:
+ case 3359:
resword = &wordlist[566];
goto compare;
- case 3052:
+ case 3370:
resword = &wordlist[567];
goto compare;
- case 3054:
+ case 3378:
resword = &wordlist[568];
goto compare;
- case 3059:
+ case 3379:
resword = &wordlist[569];
goto compare;
- case 3060:
+ case 3392:
resword = &wordlist[570];
goto compare;
- case 3071:
+ case 3406:
resword = &wordlist[571];
goto compare;
- case 3076:
+ case 3424:
resword = &wordlist[572];
goto compare;
- case 3079:
+ case 3425:
resword = &wordlist[573];
goto compare;
- case 3082:
+ case 3429:
resword = &wordlist[574];
goto compare;
- case 3086:
+ case 3453:
resword = &wordlist[575];
goto compare;
- case 3094:
+ case 3465:
resword = &wordlist[576];
goto compare;
- case 3103:
+ case 3479:
resword = &wordlist[577];
goto compare;
- case 3114:
+ case 3503:
resword = &wordlist[578];
goto compare;
- case 3115:
+ case 3519:
resword = &wordlist[579];
goto compare;
- case 3123:
+ case 3520:
resword = &wordlist[580];
goto compare;
- case 3124:
+ case 3531:
resword = &wordlist[581];
goto compare;
- case 3127:
+ case 3545:
resword = &wordlist[582];
goto compare;
- case 3147:
+ case 3566:
resword = &wordlist[583];
goto compare;
- case 3150:
+ case 3574:
resword = &wordlist[584];
goto compare;
- case 3153:
+ case 3587:
resword = &wordlist[585];
goto compare;
- case 3156:
+ case 3590:
resword = &wordlist[586];
goto compare;
- case 3157:
+ case 3609:
resword = &wordlist[587];
goto compare;
- case 3164:
+ case 3611:
resword = &wordlist[588];
goto compare;
- case 3183:
+ case 3632:
resword = &wordlist[589];
goto compare;
- case 3184:
+ case 3657:
resword = &wordlist[590];
goto compare;
- case 3189:
+ case 3662:
resword = &wordlist[591];
goto compare;
- case 3202:
+ case 3673:
resword = &wordlist[592];
goto compare;
- case 3206:
+ case 3679:
resword = &wordlist[593];
goto compare;
- case 3207:
+ case 3713:
resword = &wordlist[594];
goto compare;
- case 3209:
+ case 3717:
resword = &wordlist[595];
goto compare;
- case 3212:
+ case 3727:
resword = &wordlist[596];
goto compare;
- case 3213:
+ case 3775:
resword = &wordlist[597];
goto compare;
- case 3229:
+ case 3780:
resword = &wordlist[598];
goto compare;
- case 3239:
+ case 3814:
resword = &wordlist[599];
goto compare;
- case 3262:
+ case 3817:
resword = &wordlist[600];
goto compare;
- case 3269:
+ case 3827:
resword = &wordlist[601];
goto compare;
- case 3270:
+ case 3841:
resword = &wordlist[602];
goto compare;
- case 3291:
+ case 3864:
resword = &wordlist[603];
goto compare;
- case 3295:
+ case 3889:
resword = &wordlist[604];
goto compare;
- case 3302:
+ case 3906:
resword = &wordlist[605];
goto compare;
- case 3314:
+ case 3919:
resword = &wordlist[606];
goto compare;
- case 3318:
+ case 3922:
resword = &wordlist[607];
goto compare;
- case 3320:
+ case 3931:
resword = &wordlist[608];
goto compare;
- case 3323:
+ case 3932:
resword = &wordlist[609];
goto compare;
- case 3330:
+ case 3942:
resword = &wordlist[610];
goto compare;
- case 3335:
+ case 3944:
resword = &wordlist[611];
goto compare;
- case 3338:
+ case 3971:
resword = &wordlist[612];
goto compare;
- case 3341:
+ case 3974:
resword = &wordlist[613];
goto compare;
- case 3343:
+ case 3993:
resword = &wordlist[614];
goto compare;
- case 3344:
+ case 3996:
resword = &wordlist[615];
goto compare;
- case 3348:
+ case 4011:
resword = &wordlist[616];
goto compare;
- case 3350:
+ case 4023:
resword = &wordlist[617];
goto compare;
- case 3355:
+ case 4025:
resword = &wordlist[618];
goto compare;
- case 3363:
+ case 4031:
resword = &wordlist[619];
goto compare;
- case 3386:
+ case 4034:
resword = &wordlist[620];
goto compare;
- case 3387:
+ case 4036:
resword = &wordlist[621];
goto compare;
- case 3400:
+ case 4056:
resword = &wordlist[622];
goto compare;
- case 3417:
+ case 4092:
resword = &wordlist[623];
goto compare;
- case 3424:
+ case 4114:
resword = &wordlist[624];
goto compare;
- case 3425:
+ case 4117:
resword = &wordlist[625];
goto compare;
- case 3443:
+ case 4122:
resword = &wordlist[626];
goto compare;
- case 3445:
+ case 4167:
resword = &wordlist[627];
goto compare;
- case 3462:
+ case 4189:
resword = &wordlist[628];
goto compare;
- case 3474:
+ case 4205:
resword = &wordlist[629];
goto compare;
- case 3484:
+ case 4232:
resword = &wordlist[630];
goto compare;
- case 3511:
+ case 4245:
resword = &wordlist[631];
goto compare;
- case 3526:
+ case 4250:
resword = &wordlist[632];
goto compare;
- case 3532:
+ case 4257:
resword = &wordlist[633];
goto compare;
- case 3547:
+ case 4276:
resword = &wordlist[634];
goto compare;
- case 3552:
+ case 4279:
resword = &wordlist[635];
goto compare;
- case 3553:
+ case 4292:
resword = &wordlist[636];
goto compare;
- case 3557:
+ case 4303:
resword = &wordlist[637];
goto compare;
- case 3569:
+ case 4358:
resword = &wordlist[638];
goto compare;
- case 3570:
+ case 4373:
resword = &wordlist[639];
goto compare;
- case 3581:
+ case 4375:
resword = &wordlist[640];
goto compare;
- case 3592:
+ case 4399:
resword = &wordlist[641];
goto compare;
- case 3594:
+ case 4430:
resword = &wordlist[642];
goto compare;
- case 3597:
+ case 4522:
resword = &wordlist[643];
goto compare;
- case 3598:
+ case 4538:
resword = &wordlist[644];
goto compare;
- case 3605:
+ case 4550:
resword = &wordlist[645];
goto compare;
- case 3608:
+ case 4593:
resword = &wordlist[646];
goto compare;
- case 3620:
+ case 4625:
resword = &wordlist[647];
goto compare;
- case 3628:
+ case 4685:
resword = &wordlist[648];
goto compare;
- case 3631:
+ case 4692:
resword = &wordlist[649];
goto compare;
- case 3641:
+ case 4745:
resword = &wordlist[650];
goto compare;
- case 3652:
+ case 4760:
resword = &wordlist[651];
goto compare;
- case 3653:
+ case 4780:
resword = &wordlist[652];
goto compare;
- case 3656:
+ case 4781:
resword = &wordlist[653];
goto compare;
- case 3670:
+ case 4786:
resword = &wordlist[654];
goto compare;
- case 3690:
+ case 4807:
resword = &wordlist[655];
goto compare;
- case 3693:
+ case 4809:
resword = &wordlist[656];
goto compare;
- case 3705:
+ case 4821:
resword = &wordlist[657];
goto compare;
- case 3707:
+ case 4831:
resword = &wordlist[658];
goto compare;
- case 3715:
+ case 4835:
resword = &wordlist[659];
goto compare;
- case 3724:
+ case 4848:
resword = &wordlist[660];
goto compare;
- case 3728:
+ case 4856:
resword = &wordlist[661];
goto compare;
- case 3732:
+ case 4869:
resword = &wordlist[662];
goto compare;
- case 3749:
+ case 4894:
resword = &wordlist[663];
goto compare;
- case 3750:
+ case 4898:
resword = &wordlist[664];
goto compare;
- case 3766:
+ case 4899:
resword = &wordlist[665];
goto compare;
- case 3772:
+ case 4912:
resword = &wordlist[666];
goto compare;
- case 3773:
+ case 4917:
resword = &wordlist[667];
goto compare;
- case 3795:
+ case 4924:
resword = &wordlist[668];
goto compare;
- case 3807:
+ case 4957:
resword = &wordlist[669];
goto compare;
- case 3814:
+ case 4981:
resword = &wordlist[670];
goto compare;
- case 3822:
+ case 4989:
resword = &wordlist[671];
goto compare;
- case 3823:
+ case 5001:
resword = &wordlist[672];
goto compare;
- case 3826:
+ case 5011:
resword = &wordlist[673];
goto compare;
- case 3833:
+ case 5012:
resword = &wordlist[674];
goto compare;
- case 3843:
+ case 5020:
resword = &wordlist[675];
goto compare;
- case 3845:
+ case 5023:
resword = &wordlist[676];
goto compare;
- case 3854:
+ case 5039:
resword = &wordlist[677];
goto compare;
- case 3855:
+ case 5042:
resword = &wordlist[678];
goto compare;
- case 3863:
+ case 5048:
resword = &wordlist[679];
goto compare;
- case 3879:
+ case 5051:
resword = &wordlist[680];
goto compare;
- case 3880:
+ case 5052:
resword = &wordlist[681];
goto compare;
- case 3894:
+ case 5071:
resword = &wordlist[682];
goto compare;
- case 3895:
+ case 5075:
resword = &wordlist[683];
goto compare;
- case 3896:
+ case 5099:
resword = &wordlist[684];
goto compare;
- case 3902:
+ case 5120:
resword = &wordlist[685];
goto compare;
- case 3907:
+ case 5130:
resword = &wordlist[686];
goto compare;
- case 3910:
+ case 5146:
resword = &wordlist[687];
goto compare;
- case 3911:
+ case 5159:
resword = &wordlist[688];
goto compare;
- case 3924:
+ case 5162:
resword = &wordlist[689];
goto compare;
- case 3928:
+ case 5166:
resword = &wordlist[690];
goto compare;
- case 3930:
+ case 5173:
resword = &wordlist[691];
goto compare;
- case 3936:
+ case 5180:
resword = &wordlist[692];
goto compare;
- case 3937:
+ case 5181:
resword = &wordlist[693];
goto compare;
- case 3945:
+ case 5185:
resword = &wordlist[694];
goto compare;
- case 3946:
+ case 5186:
resword = &wordlist[695];
goto compare;
- case 3957:
+ case 5194:
resword = &wordlist[696];
goto compare;
- case 3986:
+ case 5195:
resword = &wordlist[697];
goto compare;
- case 3994:
+ case 5198:
resword = &wordlist[698];
goto compare;
- case 4001:
+ case 5219:
resword = &wordlist[699];
goto compare;
- case 4010:
+ case 5227:
resword = &wordlist[700];
goto compare;
- case 4014:
+ case 5232:
resword = &wordlist[701];
goto compare;
- case 4015:
+ case 5239:
resword = &wordlist[702];
goto compare;
- case 4028:
+ case 5241:
resword = &wordlist[703];
goto compare;
- case 4037:
+ case 5244:
resword = &wordlist[704];
goto compare;
- case 4039:
+ case 5248:
resword = &wordlist[705];
goto compare;
- case 4048:
+ case 5254:
resword = &wordlist[706];
goto compare;
- case 4050:
+ case 5266:
resword = &wordlist[707];
goto compare;
- case 4055:
+ case 5267:
resword = &wordlist[708];
goto compare;
- case 4058:
+ case 5272:
resword = &wordlist[709];
goto compare;
- case 4071:
+ case 5277:
resword = &wordlist[710];
goto compare;
- case 4073:
+ case 5278:
resword = &wordlist[711];
goto compare;
- case 4084:
+ case 5307:
resword = &wordlist[712];
goto compare;
- case 4087:
+ case 5310:
resword = &wordlist[713];
goto compare;
- case 4095:
+ case 5312:
resword = &wordlist[714];
goto compare;
- case 4096:
+ case 5337:
resword = &wordlist[715];
goto compare;
- case 4128:
+ case 5354:
resword = &wordlist[716];
goto compare;
- case 4130:
+ case 5374:
resword = &wordlist[717];
goto compare;
- case 4131:
+ case 5401:
resword = &wordlist[718];
goto compare;
- case 4138:
+ case 5403:
resword = &wordlist[719];
goto compare;
- case 4149:
+ case 5407:
resword = &wordlist[720];
goto compare;
- case 4167:
+ case 5409:
resword = &wordlist[721];
goto compare;
- case 4206:
+ case 5413:
resword = &wordlist[722];
goto compare;
- case 4207:
+ case 5415:
resword = &wordlist[723];
goto compare;
- case 4209:
+ case 5416:
resword = &wordlist[724];
goto compare;
- case 4217:
+ case 5465:
resword = &wordlist[725];
goto compare;
- case 4248:
+ case 5498:
resword = &wordlist[726];
goto compare;
- case 4252:
+ case 5506:
resword = &wordlist[727];
goto compare;
- case 4271:
+ case 5510:
resword = &wordlist[728];
goto compare;
- case 4284:
+ case 5525:
resword = &wordlist[729];
goto compare;
- case 4292:
+ case 5532:
resword = &wordlist[730];
goto compare;
- case 4303:
+ case 5574:
resword = &wordlist[731];
goto compare;
- case 4307:
+ case 5593:
resword = &wordlist[732];
goto compare;
- case 4308:
+ case 5601:
resword = &wordlist[733];
goto compare;
- case 4311:
+ case 5602:
resword = &wordlist[734];
goto compare;
- case 4313:
+ case 5626:
resword = &wordlist[735];
goto compare;
- case 4322:
+ case 5639:
resword = &wordlist[736];
goto compare;
- case 4324:
+ case 5653:
resword = &wordlist[737];
goto compare;
- case 4325:
+ case 5687:
resword = &wordlist[738];
goto compare;
- case 4328:
+ case 5690:
resword = &wordlist[739];
goto compare;
- case 4330:
+ case 5698:
resword = &wordlist[740];
goto compare;
- case 4331:
+ case 5710:
resword = &wordlist[741];
goto compare;
- case 4334:
+ case 5714:
resword = &wordlist[742];
goto compare;
- case 4339:
+ case 5730:
resword = &wordlist[743];
goto compare;
- case 4351:
+ case 5751:
resword = &wordlist[744];
goto compare;
- case 4401:
+ case 5758:
resword = &wordlist[745];
goto compare;
- case 4416:
+ case 5768:
resword = &wordlist[746];
goto compare;
- case 4419:
+ case 5789:
resword = &wordlist[747];
goto compare;
- case 4420:
+ case 5793:
resword = &wordlist[748];
goto compare;
- case 4424:
+ case 5794:
resword = &wordlist[749];
goto compare;
- case 4425:
+ case 5796:
resword = &wordlist[750];
goto compare;
- case 4427:
+ case 5813:
resword = &wordlist[751];
goto compare;
- case 4429:
+ case 5816:
resword = &wordlist[752];
goto compare;
- case 4434:
+ case 5826:
resword = &wordlist[753];
goto compare;
- case 4442:
+ case 5838:
resword = &wordlist[754];
goto compare;
- case 4447:
+ case 5859:
resword = &wordlist[755];
goto compare;
- case 4448:
+ case 5898:
resword = &wordlist[756];
goto compare;
- case 4464:
+ case 5906:
resword = &wordlist[757];
goto compare;
- case 4469:
+ case 5917:
resword = &wordlist[758];
goto compare;
- case 4478:
+ case 5936:
resword = &wordlist[759];
goto compare;
- case 4490:
+ case 5947:
resword = &wordlist[760];
goto compare;
- case 4492:
+ case 5956:
resword = &wordlist[761];
goto compare;
- case 4496:
+ case 5962:
resword = &wordlist[762];
goto compare;
- case 4500:
+ case 5968:
resword = &wordlist[763];
goto compare;
- case 4507:
+ case 5970:
resword = &wordlist[764];
goto compare;
- case 4516:
+ case 5971:
resword = &wordlist[765];
goto compare;
- case 4534:
+ case 5979:
resword = &wordlist[766];
goto compare;
- case 4556:
+ case 6014:
resword = &wordlist[767];
goto compare;
- case 4564:
+ case 6019:
resword = &wordlist[768];
goto compare;
- case 4571:
+ case 6023:
resword = &wordlist[769];
goto compare;
- case 4578:
+ case 6028:
resword = &wordlist[770];
goto compare;
- case 4585:
+ case 6031:
resword = &wordlist[771];
goto compare;
- case 4591:
+ case 6043:
resword = &wordlist[772];
goto compare;
- case 4592:
+ case 6062:
resword = &wordlist[773];
goto compare;
- case 4596:
+ case 6068:
resword = &wordlist[774];
goto compare;
- case 4599:
+ case 6075:
resword = &wordlist[775];
goto compare;
- case 4609:
+ case 6076:
resword = &wordlist[776];
goto compare;
- case 4612:
+ case 6097:
resword = &wordlist[777];
goto compare;
- case 4613:
+ case 6108:
resword = &wordlist[778];
goto compare;
- case 4625:
+ case 6110:
resword = &wordlist[779];
goto compare;
- case 4632:
+ case 6114:
resword = &wordlist[780];
goto compare;
- case 4648:
+ case 6116:
resword = &wordlist[781];
goto compare;
- case 4657:
+ case 6128:
resword = &wordlist[782];
goto compare;
- case 4670:
+ case 6145:
resword = &wordlist[783];
goto compare;
- case 4671:
+ case 6155:
resword = &wordlist[784];
goto compare;
- case 4682:
+ case 6170:
resword = &wordlist[785];
goto compare;
- case 4683:
+ case 6173:
resword = &wordlist[786];
goto compare;
- case 4696:
+ case 6181:
resword = &wordlist[787];
goto compare;
- case 4706:
+ case 6196:
resword = &wordlist[788];
goto compare;
- case 4717:
+ case 6205:
resword = &wordlist[789];
goto compare;
- case 4747:
+ case 6212:
resword = &wordlist[790];
goto compare;
- case 4753:
+ case 6218:
resword = &wordlist[791];
goto compare;
- case 4768:
+ case 6222:
resword = &wordlist[792];
goto compare;
- case 4771:
+ case 6224:
resword = &wordlist[793];
goto compare;
- case 4773:
+ case 6226:
resword = &wordlist[794];
goto compare;
- case 4792:
+ case 6227:
resword = &wordlist[795];
goto compare;
- case 4796:
+ case 6243:
resword = &wordlist[796];
goto compare;
- case 4802:
+ case 6245:
resword = &wordlist[797];
goto compare;
- case 4805:
+ case 6247:
resword = &wordlist[798];
goto compare;
- case 4813:
+ case 6248:
resword = &wordlist[799];
goto compare;
- case 4814:
+ case 6260:
resword = &wordlist[800];
goto compare;
- case 4819:
+ case 6266:
resword = &wordlist[801];
goto compare;
- case 4824:
+ case 6270:
resword = &wordlist[802];
goto compare;
- case 4825:
+ case 6271:
resword = &wordlist[803];
goto compare;
- case 4826:
+ case 6275:
resword = &wordlist[804];
goto compare;
- case 4830:
+ case 6292:
resword = &wordlist[805];
goto compare;
- case 4831:
+ case 6312:
resword = &wordlist[806];
goto compare;
- case 4838:
+ case 6338:
resword = &wordlist[807];
goto compare;
- case 4864:
+ case 6339:
resword = &wordlist[808];
goto compare;
- case 4877:
+ case 6351:
resword = &wordlist[809];
goto compare;
- case 4904:
+ case 6355:
resword = &wordlist[810];
goto compare;
- case 4922:
+ case 6371:
resword = &wordlist[811];
goto compare;
- case 4938:
+ case 6393:
resword = &wordlist[812];
goto compare;
- case 4943:
+ case 6407:
resword = &wordlist[813];
goto compare;
- case 4944:
+ case 6413:
resword = &wordlist[814];
goto compare;
- case 4947:
+ case 6418:
resword = &wordlist[815];
goto compare;
- case 4949:
+ case 6419:
resword = &wordlist[816];
goto compare;
- case 4952:
+ case 6421:
resword = &wordlist[817];
goto compare;
- case 4954:
+ case 6426:
resword = &wordlist[818];
goto compare;
- case 4959:
+ case 6430:
resword = &wordlist[819];
goto compare;
- case 4966:
+ case 6433:
resword = &wordlist[820];
goto compare;
- case 4982:
+ case 6438:
resword = &wordlist[821];
goto compare;
- case 5012:
+ case 6440:
resword = &wordlist[822];
goto compare;
- case 5020:
+ case 6442:
resword = &wordlist[823];
goto compare;
- case 5027:
+ case 6448:
resword = &wordlist[824];
goto compare;
- case 5049:
+ case 6485:
resword = &wordlist[825];
goto compare;
- case 5058:
+ case 6495:
resword = &wordlist[826];
goto compare;
- case 5069:
+ case 6497:
resword = &wordlist[827];
goto compare;
- case 5076:
+ case 6499:
resword = &wordlist[828];
goto compare;
- case 5077:
+ case 6502:
resword = &wordlist[829];
goto compare;
- case 5078:
+ case 6504:
resword = &wordlist[830];
goto compare;
- case 5088:
+ case 6508:
resword = &wordlist[831];
goto compare;
- case 5091:
+ case 6512:
resword = &wordlist[832];
goto compare;
- case 5095:
+ case 6514:
resword = &wordlist[833];
goto compare;
- case 5102:
+ case 6522:
resword = &wordlist[834];
goto compare;
- case 5110:
+ case 6540:
resword = &wordlist[835];
goto compare;
- case 5121:
+ case 6547:
resword = &wordlist[836];
goto compare;
- case 5127:
+ case 6572:
resword = &wordlist[837];
goto compare;
- case 5135:
+ case 6573:
resword = &wordlist[838];
goto compare;
- case 5138:
+ case 6576:
resword = &wordlist[839];
goto compare;
- case 5147:
+ case 6611:
resword = &wordlist[840];
goto compare;
- case 5148:
+ case 6631:
resword = &wordlist[841];
goto compare;
- case 5149:
+ case 6632:
resword = &wordlist[842];
goto compare;
- case 5160:
+ case 6636:
resword = &wordlist[843];
goto compare;
- case 5184:
+ case 6642:
resword = &wordlist[844];
goto compare;
- case 5186:
+ case 6683:
resword = &wordlist[845];
goto compare;
- case 5200:
+ case 6689:
resword = &wordlist[846];
goto compare;
- case 5213:
+ case 6712:
resword = &wordlist[847];
goto compare;
- case 5217:
+ case 6714:
resword = &wordlist[848];
goto compare;
- case 5230:
+ case 6722:
resword = &wordlist[849];
goto compare;
- case 5248:
+ case 6732:
resword = &wordlist[850];
goto compare;
- case 5252:
+ case 6740:
resword = &wordlist[851];
goto compare;
- case 5282:
+ case 6745:
resword = &wordlist[852];
goto compare;
- case 5283:
+ case 6746:
resword = &wordlist[853];
goto compare;
- case 5286:
+ case 6752:
resword = &wordlist[854];
goto compare;
- case 5297:
+ case 6762:
resword = &wordlist[855];
goto compare;
- case 5299:
+ case 6775:
resword = &wordlist[856];
goto compare;
- case 5310:
+ case 6777:
resword = &wordlist[857];
goto compare;
- case 5333:
+ case 6784:
resword = &wordlist[858];
goto compare;
- case 5338:
+ case 6792:
resword = &wordlist[859];
goto compare;
- case 5347:
+ case 6818:
resword = &wordlist[860];
goto compare;
- case 5354:
+ case 6833:
resword = &wordlist[861];
goto compare;
- case 5355:
+ case 6848:
resword = &wordlist[862];
goto compare;
- case 5357:
+ case 6868:
resword = &wordlist[863];
goto compare;
- case 5362:
+ case 6901:
resword = &wordlist[864];
goto compare;
- case 5365:
+ case 6905:
resword = &wordlist[865];
goto compare;
- case 5374:
+ case 6918:
resword = &wordlist[866];
goto compare;
- case 5380:
+ case 6924:
resword = &wordlist[867];
goto compare;
- case 5386:
+ case 6929:
resword = &wordlist[868];
goto compare;
- case 5390:
+ case 6934:
resword = &wordlist[869];
goto compare;
- case 5391:
+ case 6948:
resword = &wordlist[870];
goto compare;
- case 5395:
+ case 6959:
resword = &wordlist[871];
goto compare;
- case 5401:
+ case 6969:
resword = &wordlist[872];
goto compare;
- case 5402:
+ case 6974:
resword = &wordlist[873];
goto compare;
- case 5406:
+ case 6990:
resword = &wordlist[874];
goto compare;
- case 5408:
+ case 6996:
resword = &wordlist[875];
goto compare;
- case 5416:
+ case 7004:
resword = &wordlist[876];
goto compare;
- case 5422:
+ case 7009:
resword = &wordlist[877];
goto compare;
- case 5423:
+ case 7014:
resword = &wordlist[878];
goto compare;
- case 5427:
+ case 7027:
resword = &wordlist[879];
goto compare;
- case 5428:
+ case 7037:
resword = &wordlist[880];
goto compare;
- case 5430:
+ case 7045:
resword = &wordlist[881];
goto compare;
- case 5432:
+ case 7055:
resword = &wordlist[882];
goto compare;
- case 5440:
+ case 7056:
resword = &wordlist[883];
goto compare;
- case 5445:
+ case 7064:
resword = &wordlist[884];
goto compare;
- case 5447:
+ case 7066:
resword = &wordlist[885];
goto compare;
- case 5465:
+ case 7067:
resword = &wordlist[886];
goto compare;
- case 5470:
+ case 7075:
resword = &wordlist[887];
goto compare;
- case 5476:
+ case 7077:
resword = &wordlist[888];
goto compare;
- case 5487:
+ case 7096:
resword = &wordlist[889];
goto compare;
- case 5490:
+ case 7114:
resword = &wordlist[890];
goto compare;
- case 5496:
+ case 7115:
resword = &wordlist[891];
goto compare;
- case 5515:
+ case 7132:
resword = &wordlist[892];
goto compare;
- case 5521:
+ case 7136:
resword = &wordlist[893];
goto compare;
- case 5530:
+ case 7142:
resword = &wordlist[894];
goto compare;
- case 5540:
+ case 7152:
resword = &wordlist[895];
goto compare;
- case 5544:
+ case 7156:
resword = &wordlist[896];
goto compare;
- case 5547:
+ case 7185:
resword = &wordlist[897];
goto compare;
- case 5548:
+ case 7235:
resword = &wordlist[898];
goto compare;
- case 5556:
+ case 7244:
resword = &wordlist[899];
goto compare;
- case 5564:
+ case 7264:
resword = &wordlist[900];
goto compare;
- case 5573:
+ case 7281:
resword = &wordlist[901];
goto compare;
- case 5574:
+ case 7282:
resword = &wordlist[902];
goto compare;
- case 5590:
+ case 7286:
resword = &wordlist[903];
goto compare;
- case 5593:
+ case 7302:
resword = &wordlist[904];
goto compare;
- case 5595:
+ case 7313:
resword = &wordlist[905];
goto compare;
- case 5613:
+ case 7337:
resword = &wordlist[906];
goto compare;
- case 5644:
+ case 7342:
resword = &wordlist[907];
goto compare;
- case 5659:
+ case 7343:
resword = &wordlist[908];
goto compare;
- case 5666:
+ case 7348:
resword = &wordlist[909];
goto compare;
- case 5668:
+ case 7352:
resword = &wordlist[910];
goto compare;
- case 5678:
+ case 7355:
resword = &wordlist[911];
goto compare;
- case 5687:
+ case 7376:
resword = &wordlist[912];
goto compare;
- case 5691:
+ case 7382:
resword = &wordlist[913];
goto compare;
- case 5694:
+ case 7385:
resword = &wordlist[914];
goto compare;
- case 5714:
+ case 7386:
resword = &wordlist[915];
goto compare;
- case 5735:
+ case 7392:
resword = &wordlist[916];
goto compare;
- case 5739:
+ case 7393:
resword = &wordlist[917];
goto compare;
- case 5742:
+ case 7394:
resword = &wordlist[918];
goto compare;
- case 5754:
+ case 7402:
resword = &wordlist[919];
goto compare;
- case 5755:
+ case 7414:
resword = &wordlist[920];
goto compare;
- case 5786:
+ case 7416:
resword = &wordlist[921];
goto compare;
- case 5802:
+ case 7431:
resword = &wordlist[922];
goto compare;
- case 5813:
+ case 7466:
resword = &wordlist[923];
goto compare;
- case 5825:
+ case 7484:
resword = &wordlist[924];
goto compare;
- case 5833:
+ case 7493:
resword = &wordlist[925];
goto compare;
- case 5861:
+ case 7504:
resword = &wordlist[926];
goto compare;
- case 5862:
+ case 7514:
resword = &wordlist[927];
goto compare;
- case 5908:
+ case 7543:
resword = &wordlist[928];
goto compare;
- case 5912:
+ case 7579:
resword = &wordlist[929];
goto compare;
- case 5915:
+ case 7585:
resword = &wordlist[930];
goto compare;
- case 5918:
+ case 7597:
resword = &wordlist[931];
goto compare;
- case 5919:
+ case 7600:
resword = &wordlist[932];
goto compare;
- case 5925:
+ case 7618:
resword = &wordlist[933];
goto compare;
- case 5933:
+ case 7624:
resword = &wordlist[934];
goto compare;
- case 5959:
+ case 7657:
resword = &wordlist[935];
goto compare;
- case 5977:
+ case 7678:
resword = &wordlist[936];
goto compare;
- case 6006:
+ case 7688:
resword = &wordlist[937];
goto compare;
- case 6035:
+ case 7692:
resword = &wordlist[938];
goto compare;
- case 6037:
+ case 7696:
resword = &wordlist[939];
goto compare;
- case 6051:
+ case 7712:
resword = &wordlist[940];
goto compare;
- case 6064:
+ case 7714:
resword = &wordlist[941];
goto compare;
- case 6070:
+ case 7733:
resword = &wordlist[942];
goto compare;
- case 6073:
+ case 7777:
resword = &wordlist[943];
goto compare;
- case 6082:
+ case 7800:
resword = &wordlist[944];
goto compare;
- case 6086:
+ case 7828:
resword = &wordlist[945];
goto compare;
- case 6095:
+ case 7840:
resword = &wordlist[946];
goto compare;
- case 6100:
+ case 7841:
resword = &wordlist[947];
goto compare;
- case 6124:
+ case 7849:
resword = &wordlist[948];
goto compare;
- case 6130:
+ case 7859:
resword = &wordlist[949];
goto compare;
- case 6135:
+ case 7901:
resword = &wordlist[950];
goto compare;
- case 6174:
+ case 7912:
resword = &wordlist[951];
goto compare;
- case 6188:
+ case 7915:
resword = &wordlist[952];
goto compare;
- case 6196:
+ case 7925:
resword = &wordlist[953];
goto compare;
- case 6239:
+ case 7949:
resword = &wordlist[954];
goto compare;
- case 6269:
+ case 7966:
resword = &wordlist[955];
goto compare;
- case 6272:
+ case 7974:
resword = &wordlist[956];
goto compare;
- case 6280:
+ case 7977:
resword = &wordlist[957];
goto compare;
- case 6284:
+ case 7979:
resword = &wordlist[958];
goto compare;
- case 6286:
+ case 7980:
resword = &wordlist[959];
goto compare;
- case 6295:
+ case 7988:
resword = &wordlist[960];
goto compare;
- case 6303:
+ case 8023:
resword = &wordlist[961];
goto compare;
- case 6332:
+ case 8025:
resword = &wordlist[962];
goto compare;
- case 6343:
+ case 8030:
resword = &wordlist[963];
goto compare;
- case 6369:
+ case 8038:
resword = &wordlist[964];
goto compare;
- case 6386:
+ case 8039:
resword = &wordlist[965];
goto compare;
- case 6394:
+ case 8065:
resword = &wordlist[966];
goto compare;
- case 6395:
+ case 8081:
resword = &wordlist[967];
goto compare;
- case 6401:
+ case 8082:
resword = &wordlist[968];
goto compare;
- case 6414:
+ case 8090:
resword = &wordlist[969];
goto compare;
- case 6418:
+ case 8095:
resword = &wordlist[970];
goto compare;
- case 6445:
+ case 8101:
resword = &wordlist[971];
goto compare;
- case 6448:
+ case 8109:
resword = &wordlist[972];
goto compare;
- case 6459:
+ case 8120:
resword = &wordlist[973];
goto compare;
- case 6470:
+ case 8127:
resword = &wordlist[974];
goto compare;
- case 6471:
+ case 8132:
resword = &wordlist[975];
goto compare;
- case 6473:
+ case 8136:
resword = &wordlist[976];
goto compare;
- case 6477:
+ case 8148:
resword = &wordlist[977];
goto compare;
- case 6479:
+ case 8152:
resword = &wordlist[978];
goto compare;
- case 6490:
+ case 8165:
resword = &wordlist[979];
goto compare;
- case 6502:
+ case 8174:
resword = &wordlist[980];
goto compare;
- case 6507:
+ case 8211:
resword = &wordlist[981];
goto compare;
- case 6526:
+ case 8220:
resword = &wordlist[982];
goto compare;
- case 6527:
+ case 8223:
resword = &wordlist[983];
goto compare;
- case 6529:
+ case 8225:
resword = &wordlist[984];
goto compare;
- case 6530:
+ case 8233:
resword = &wordlist[985];
goto compare;
- case 6541:
+ case 8241:
resword = &wordlist[986];
goto compare;
- case 6554:
+ case 8242:
resword = &wordlist[987];
goto compare;
- case 6560:
+ case 8256:
resword = &wordlist[988];
goto compare;
- case 6563:
+ case 8260:
resword = &wordlist[989];
goto compare;
- case 6570:
+ case 8268:
resword = &wordlist[990];
goto compare;
- case 6580:
+ case 8335:
resword = &wordlist[991];
goto compare;
- case 6585:
+ case 8350:
resword = &wordlist[992];
goto compare;
- case 6588:
+ case 8382:
resword = &wordlist[993];
goto compare;
- case 6601:
+ case 8383:
resword = &wordlist[994];
goto compare;
- case 6603:
+ case 8386:
resword = &wordlist[995];
goto compare;
- case 6636:
+ case 8388:
resword = &wordlist[996];
goto compare;
- case 6644:
+ case 8389:
resword = &wordlist[997];
goto compare;
- case 6660:
+ case 8395:
resword = &wordlist[998];
goto compare;
- case 6672:
+ case 8398:
resword = &wordlist[999];
goto compare;
- case 6707:
+ case 8399:
resword = &wordlist[1000];
goto compare;
- case 6710:
+ case 8400:
resword = &wordlist[1001];
goto compare;
- case 6717:
+ case 8401:
resword = &wordlist[1002];
goto compare;
- case 6726:
+ case 8406:
resword = &wordlist[1003];
goto compare;
- case 6733:
+ case 8436:
resword = &wordlist[1004];
goto compare;
- case 6746:
+ case 8454:
resword = &wordlist[1005];
goto compare;
- case 6751:
+ case 8460:
resword = &wordlist[1006];
goto compare;
- case 6770:
+ case 8463:
resword = &wordlist[1007];
goto compare;
- case 6780:
+ case 8471:
resword = &wordlist[1008];
goto compare;
- case 6782:
+ case 8490:
resword = &wordlist[1009];
goto compare;
- case 6793:
+ case 8495:
resword = &wordlist[1010];
goto compare;
- case 6795:
+ case 8496:
resword = &wordlist[1011];
goto compare;
- case 6806:
+ case 8499:
resword = &wordlist[1012];
goto compare;
- case 6807:
+ case 8503:
resword = &wordlist[1013];
goto compare;
- case 6828:
+ case 8507:
resword = &wordlist[1014];
goto compare;
- case 6845:
+ case 8508:
resword = &wordlist[1015];
goto compare;
- case 6859:
+ case 8512:
resword = &wordlist[1016];
goto compare;
- case 6866:
+ case 8515:
resword = &wordlist[1017];
goto compare;
- case 6870:
+ case 8524:
resword = &wordlist[1018];
goto compare;
- case 6875:
+ case 8541:
resword = &wordlist[1019];
goto compare;
- case 6876:
+ case 8547:
resword = &wordlist[1020];
goto compare;
- case 6877:
+ case 8550:
resword = &wordlist[1021];
goto compare;
- case 6887:
+ case 8551:
resword = &wordlist[1022];
goto compare;
- case 6888:
+ case 8555:
resword = &wordlist[1023];
goto compare;
- case 6889:
+ case 8562:
resword = &wordlist[1024];
goto compare;
- case 6891:
+ case 8566:
resword = &wordlist[1025];
goto compare;
- case 6899:
+ case 8571:
resword = &wordlist[1026];
goto compare;
- case 6910:
+ case 8575:
resword = &wordlist[1027];
goto compare;
- case 6915:
+ case 8594:
resword = &wordlist[1028];
goto compare;
- case 6923:
+ case 8596:
resword = &wordlist[1029];
goto compare;
- case 6945:
+ case 8604:
resword = &wordlist[1030];
goto compare;
- case 6954:
+ case 8605:
resword = &wordlist[1031];
goto compare;
- case 6959:
+ case 8611:
resword = &wordlist[1032];
goto compare;
- case 6968:
+ case 8617:
resword = &wordlist[1033];
goto compare;
- case 6972:
+ case 8639:
resword = &wordlist[1034];
goto compare;
- case 6997:
+ case 8644:
resword = &wordlist[1035];
goto compare;
- case 7000:
+ case 8648:
resword = &wordlist[1036];
goto compare;
- case 7020:
+ case 8659:
resword = &wordlist[1037];
goto compare;
- case 7032:
+ case 8661:
resword = &wordlist[1038];
goto compare;
- case 7034:
+ case 8665:
resword = &wordlist[1039];
goto compare;
- case 7042:
+ case 8668:
resword = &wordlist[1040];
goto compare;
- case 7045:
+ case 8688:
resword = &wordlist[1041];
goto compare;
- case 7050:
+ case 8724:
resword = &wordlist[1042];
goto compare;
- case 7052:
+ case 8739:
resword = &wordlist[1043];
goto compare;
- case 7065:
+ case 8758:
resword = &wordlist[1044];
goto compare;
- case 7078:
+ case 8786:
resword = &wordlist[1045];
goto compare;
- case 7080:
+ case 8792:
resword = &wordlist[1046];
goto compare;
- case 7081:
+ case 8813:
resword = &wordlist[1047];
goto compare;
- case 7090:
+ case 8816:
resword = &wordlist[1048];
goto compare;
- case 7101:
+ case 8822:
resword = &wordlist[1049];
goto compare;
- case 7103:
+ case 8828:
resword = &wordlist[1050];
goto compare;
- case 7106:
+ case 8840:
resword = &wordlist[1051];
goto compare;
- case 7111:
+ case 8858:
resword = &wordlist[1052];
goto compare;
- case 7113:
+ case 8871:
resword = &wordlist[1053];
goto compare;
- case 7116:
+ case 8879:
resword = &wordlist[1054];
goto compare;
- case 7127:
+ case 8880:
resword = &wordlist[1055];
goto compare;
- case 7133:
+ case 8882:
resword = &wordlist[1056];
goto compare;
- case 7136:
+ case 8895:
resword = &wordlist[1057];
goto compare;
- case 7140:
+ case 8911:
resword = &wordlist[1058];
goto compare;
- case 7141:
+ case 8914:
resword = &wordlist[1059];
goto compare;
- case 7160:
+ case 8919:
resword = &wordlist[1060];
goto compare;
- case 7165:
+ case 8920:
resword = &wordlist[1061];
goto compare;
- case 7166:
+ case 8944:
resword = &wordlist[1062];
goto compare;
- case 7168:
+ case 8966:
resword = &wordlist[1063];
goto compare;
- case 7171:
+ case 8971:
resword = &wordlist[1064];
goto compare;
- case 7184:
+ case 8977:
resword = &wordlist[1065];
goto compare;
- case 7191:
+ case 8991:
resword = &wordlist[1066];
goto compare;
- case 7192:
+ case 8994:
resword = &wordlist[1067];
goto compare;
- case 7203:
+ case 8997:
resword = &wordlist[1068];
goto compare;
- case 7212:
+ case 9011:
resword = &wordlist[1069];
goto compare;
- case 7217:
+ case 9012:
resword = &wordlist[1070];
goto compare;
- case 7218:
+ case 9023:
resword = &wordlist[1071];
goto compare;
- case 7221:
+ case 9026:
resword = &wordlist[1072];
goto compare;
- case 7222:
+ case 9037:
resword = &wordlist[1073];
goto compare;
- case 7224:
+ case 9041:
resword = &wordlist[1074];
goto compare;
- case 7246:
+ case 9053:
resword = &wordlist[1075];
goto compare;
- case 7265:
+ case 9054:
resword = &wordlist[1076];
goto compare;
- case 7266:
+ case 9056:
resword = &wordlist[1077];
goto compare;
- case 7273:
+ case 9077:
resword = &wordlist[1078];
goto compare;
- case 7275:
+ case 9112:
resword = &wordlist[1079];
goto compare;
- case 7286:
+ case 9116:
resword = &wordlist[1080];
goto compare;
- case 7301:
+ case 9132:
resword = &wordlist[1081];
goto compare;
- case 7305:
+ case 9148:
resword = &wordlist[1082];
goto compare;
- case 7307:
+ case 9176:
resword = &wordlist[1083];
goto compare;
- case 7317:
+ case 9178:
resword = &wordlist[1084];
goto compare;
- case 7318:
+ case 9183:
resword = &wordlist[1085];
goto compare;
- case 7336:
+ case 9197:
resword = &wordlist[1086];
goto compare;
- case 7365:
+ case 9199:
resword = &wordlist[1087];
goto compare;
- case 7376:
+ case 9221:
resword = &wordlist[1088];
goto compare;
- case 7380:
+ case 9230:
resword = &wordlist[1089];
goto compare;
- case 7386:
+ case 9233:
resword = &wordlist[1090];
goto compare;
- case 7389:
+ case 9236:
resword = &wordlist[1091];
goto compare;
- case 7391:
+ case 9255:
resword = &wordlist[1092];
goto compare;
- case 7406:
+ case 9269:
resword = &wordlist[1093];
goto compare;
- case 7411:
+ case 9275:
resword = &wordlist[1094];
goto compare;
- case 7436:
+ case 9278:
resword = &wordlist[1095];
goto compare;
- case 7437:
+ case 9298:
resword = &wordlist[1096];
goto compare;
- case 7446:
+ case 9302:
resword = &wordlist[1097];
goto compare;
- case 7468:
+ case 9379:
resword = &wordlist[1098];
goto compare;
- case 7477:
+ case 9381:
resword = &wordlist[1099];
goto compare;
- case 7489:
+ case 9387:
resword = &wordlist[1100];
goto compare;
- case 7490:
+ case 9403:
resword = &wordlist[1101];
goto compare;
- case 7492:
+ case 9425:
resword = &wordlist[1102];
goto compare;
- case 7501:
+ case 9429:
resword = &wordlist[1103];
goto compare;
- case 7505:
+ case 9457:
resword = &wordlist[1104];
goto compare;
- case 7521:
+ case 9460:
resword = &wordlist[1105];
goto compare;
- case 7524:
+ case 9464:
resword = &wordlist[1106];
goto compare;
- case 7530:
+ case 9467:
resword = &wordlist[1107];
goto compare;
- case 7551:
+ case 9468:
resword = &wordlist[1108];
goto compare;
- case 7561:
+ case 9481:
resword = &wordlist[1109];
goto compare;
- case 7576:
+ case 9510:
resword = &wordlist[1110];
goto compare;
- case 7582:
+ case 9518:
resword = &wordlist[1111];
goto compare;
- case 7584:
+ case 9524:
resword = &wordlist[1112];
goto compare;
- case 7592:
+ case 9528:
resword = &wordlist[1113];
goto compare;
- case 7596:
+ case 9536:
resword = &wordlist[1114];
goto compare;
- case 7597:
+ case 9546:
resword = &wordlist[1115];
goto compare;
- case 7598:
+ case 9553:
resword = &wordlist[1116];
goto compare;
- case 7607:
+ case 9577:
resword = &wordlist[1117];
goto compare;
- case 7616:
+ case 9581:
resword = &wordlist[1118];
goto compare;
- case 7627:
+ case 9600:
resword = &wordlist[1119];
goto compare;
- case 7629:
+ case 9606:
resword = &wordlist[1120];
goto compare;
- case 7632:
+ case 9644:
resword = &wordlist[1121];
goto compare;
- case 7637:
+ case 9659:
resword = &wordlist[1122];
goto compare;
- case 7640:
+ case 9688:
resword = &wordlist[1123];
goto compare;
- case 7648:
+ case 9691:
resword = &wordlist[1124];
goto compare;
- case 7649:
+ case 9707:
resword = &wordlist[1125];
goto compare;
- case 7681:
+ case 9742:
resword = &wordlist[1126];
goto compare;
- case 7688:
+ case 9747:
resword = &wordlist[1127];
goto compare;
- case 7691:
+ case 9755:
resword = &wordlist[1128];
goto compare;
- case 7696:
+ case 9781:
resword = &wordlist[1129];
goto compare;
- case 7717:
+ case 9790:
resword = &wordlist[1130];
goto compare;
- case 7723:
+ case 9814:
resword = &wordlist[1131];
goto compare;
- case 7727:
+ case 9844:
resword = &wordlist[1132];
goto compare;
- case 7736:
+ case 9862:
resword = &wordlist[1133];
goto compare;
- case 7739:
+ case 9907:
resword = &wordlist[1134];
goto compare;
- case 7749:
+ case 9913:
resword = &wordlist[1135];
goto compare;
- case 7755:
+ case 9922:
resword = &wordlist[1136];
goto compare;
- case 7762:
+ case 9927:
resword = &wordlist[1137];
goto compare;
- case 7785:
+ case 9949:
resword = &wordlist[1138];
goto compare;
- case 7792:
+ case 9956:
resword = &wordlist[1139];
goto compare;
- case 7803:
+ case 9966:
resword = &wordlist[1140];
goto compare;
- case 7807:
+ case 9986:
resword = &wordlist[1141];
goto compare;
- case 7822:
+ case 9996:
resword = &wordlist[1142];
goto compare;
- case 7828:
+ case 9997:
resword = &wordlist[1143];
goto compare;
- case 7850:
+ case 10003:
resword = &wordlist[1144];
goto compare;
- case 7876:
+ case 10009:
resword = &wordlist[1145];
goto compare;
- case 7887:
+ case 10024:
resword = &wordlist[1146];
goto compare;
- case 7902:
+ case 10038:
resword = &wordlist[1147];
goto compare;
- case 7911:
+ case 10055:
resword = &wordlist[1148];
goto compare;
- case 7933:
+ case 10062:
resword = &wordlist[1149];
goto compare;
- case 7946:
+ case 10087:
resword = &wordlist[1150];
goto compare;
- case 7955:
+ case 10095:
resword = &wordlist[1151];
goto compare;
- case 7965:
+ case 10096:
resword = &wordlist[1152];
goto compare;
- case 7972:
+ case 10102:
resword = &wordlist[1153];
goto compare;
- case 7985:
+ case 10119:
resword = &wordlist[1154];
goto compare;
- case 7987:
+ case 10151:
resword = &wordlist[1155];
goto compare;
- case 7995:
+ case 10172:
resword = &wordlist[1156];
goto compare;
- case 8000:
+ case 10202:
resword = &wordlist[1157];
goto compare;
- case 8013:
+ case 10225:
resword = &wordlist[1158];
goto compare;
- case 8019:
+ case 10245:
resword = &wordlist[1159];
goto compare;
- case 8020:
+ case 10246:
resword = &wordlist[1160];
goto compare;
- case 8042:
+ case 10257:
resword = &wordlist[1161];
goto compare;
- case 8050:
+ case 10258:
resword = &wordlist[1162];
goto compare;
- case 8060:
+ case 10268:
resword = &wordlist[1163];
goto compare;
- case 8066:
+ case 10325:
resword = &wordlist[1164];
goto compare;
- case 8070:
+ case 10330:
resword = &wordlist[1165];
goto compare;
- case 8076:
+ case 10335:
resword = &wordlist[1166];
goto compare;
- case 8091:
+ case 10345:
resword = &wordlist[1167];
goto compare;
- case 8109:
+ case 10370:
resword = &wordlist[1168];
goto compare;
- case 8113:
+ case 10375:
resword = &wordlist[1169];
goto compare;
- case 8117:
+ case 10383:
resword = &wordlist[1170];
goto compare;
- case 8124:
+ case 10386:
resword = &wordlist[1171];
goto compare;
- case 8126:
+ case 10387:
resword = &wordlist[1172];
goto compare;
- case 8152:
+ case 10395:
resword = &wordlist[1173];
goto compare;
- case 8171:
+ case 10405:
resword = &wordlist[1174];
goto compare;
- case 8173:
+ case 10406:
resword = &wordlist[1175];
goto compare;
- case 8183:
+ case 10424:
resword = &wordlist[1176];
goto compare;
- case 8187:
+ case 10425:
resword = &wordlist[1177];
goto compare;
- case 8188:
+ case 10441:
resword = &wordlist[1178];
goto compare;
- case 8190:
+ case 10454:
resword = &wordlist[1179];
goto compare;
- case 8192:
+ case 10460:
resword = &wordlist[1180];
goto compare;
- case 8219:
+ case 10472:
resword = &wordlist[1181];
goto compare;
- case 8238:
+ case 10473:
resword = &wordlist[1182];
goto compare;
- case 8247:
+ case 10474:
resword = &wordlist[1183];
goto compare;
- case 8254:
+ case 10513:
resword = &wordlist[1184];
goto compare;
- case 8263:
+ case 10524:
resword = &wordlist[1185];
goto compare;
- case 8268:
+ case 10525:
resword = &wordlist[1186];
goto compare;
- case 8273:
+ case 10536:
resword = &wordlist[1187];
goto compare;
- case 8277:
+ case 10542:
resword = &wordlist[1188];
goto compare;
- case 8290:
+ case 10551:
resword = &wordlist[1189];
goto compare;
- case 8291:
+ case 10587:
resword = &wordlist[1190];
goto compare;
- case 8301:
+ case 10594:
resword = &wordlist[1191];
goto compare;
- case 8303:
+ case 10612:
resword = &wordlist[1192];
goto compare;
- case 8320:
+ case 10632:
resword = &wordlist[1193];
goto compare;
- case 8322:
+ case 10636:
resword = &wordlist[1194];
goto compare;
- case 8323:
+ case 10637:
resword = &wordlist[1195];
goto compare;
- case 8327:
+ case 10639:
resword = &wordlist[1196];
goto compare;
- case 8333:
+ case 10644:
resword = &wordlist[1197];
goto compare;
- case 8342:
+ case 10645:
resword = &wordlist[1198];
goto compare;
- case 8347:
+ case 10656:
resword = &wordlist[1199];
goto compare;
- case 8350:
+ case 10681:
resword = &wordlist[1200];
goto compare;
- case 8351:
+ case 10691:
resword = &wordlist[1201];
goto compare;
- case 8360:
+ case 10720:
resword = &wordlist[1202];
goto compare;
- case 8366:
+ case 10725:
resword = &wordlist[1203];
goto compare;
- case 8368:
+ case 10738:
resword = &wordlist[1204];
goto compare;
- case 8379:
+ case 10739:
resword = &wordlist[1205];
goto compare;
- case 8398:
+ case 10744:
resword = &wordlist[1206];
goto compare;
- case 8400:
+ case 10749:
resword = &wordlist[1207];
goto compare;
- case 8404:
+ case 10751:
resword = &wordlist[1208];
goto compare;
- case 8445:
+ case 10764:
resword = &wordlist[1209];
goto compare;
- case 8446:
+ case 10770:
resword = &wordlist[1210];
goto compare;
- case 8453:
+ case 10779:
resword = &wordlist[1211];
goto compare;
- case 8454:
+ case 10803:
resword = &wordlist[1212];
goto compare;
- case 8461:
+ case 10806:
resword = &wordlist[1213];
goto compare;
- case 8462:
+ case 10827:
resword = &wordlist[1214];
goto compare;
- case 8480:
+ case 10854:
resword = &wordlist[1215];
goto compare;
- case 8508:
+ case 10856:
resword = &wordlist[1216];
goto compare;
- case 8512:
+ case 10877:
resword = &wordlist[1217];
goto compare;
- case 8533:
+ case 10880:
resword = &wordlist[1218];
goto compare;
- case 8560:
+ case 10916:
resword = &wordlist[1219];
goto compare;
- case 8568:
+ case 10921:
resword = &wordlist[1220];
goto compare;
- case 8589:
+ case 10941:
resword = &wordlist[1221];
goto compare;
- case 8595:
+ case 10968:
resword = &wordlist[1222];
goto compare;
- case 8616:
+ case 10971:
resword = &wordlist[1223];
goto compare;
- case 8632:
+ case 10993:
resword = &wordlist[1224];
goto compare;
- case 8633:
+ case 11031:
resword = &wordlist[1225];
goto compare;
- case 8636:
+ case 11036:
resword = &wordlist[1226];
goto compare;
- case 8658:
+ case 11064:
resword = &wordlist[1227];
goto compare;
- case 8663:
+ case 11067:
resword = &wordlist[1228];
goto compare;
- case 8702:
+ case 11073:
resword = &wordlist[1229];
goto compare;
- case 8707:
+ case 11081:
resword = &wordlist[1230];
goto compare;
- case 8709:
+ case 11087:
resword = &wordlist[1231];
goto compare;
- case 8725:
+ case 11091:
resword = &wordlist[1232];
goto compare;
- case 8741:
+ case 11095:
resword = &wordlist[1233];
goto compare;
- case 8753:
+ case 11108:
resword = &wordlist[1234];
goto compare;
- case 8757:
+ case 11113:
resword = &wordlist[1235];
goto compare;
- case 8760:
+ case 11115:
resword = &wordlist[1236];
goto compare;
- case 8765:
+ case 11118:
resword = &wordlist[1237];
goto compare;
- case 8775:
+ case 11120:
resword = &wordlist[1238];
goto compare;
- case 8778:
+ case 11135:
resword = &wordlist[1239];
goto compare;
- case 8784:
+ case 11150:
resword = &wordlist[1240];
goto compare;
- case 8786:
+ case 11153:
resword = &wordlist[1241];
goto compare;
- case 8798:
+ case 11181:
resword = &wordlist[1242];
goto compare;
- case 8834:
+ case 11190:
resword = &wordlist[1243];
goto compare;
- case 8837:
+ case 11193:
resword = &wordlist[1244];
goto compare;
- case 8841:
+ case 11240:
resword = &wordlist[1245];
goto compare;
- case 8842:
+ case 11244:
resword = &wordlist[1246];
goto compare;
- case 8849:
+ case 11245:
resword = &wordlist[1247];
goto compare;
- case 8853:
+ case 11254:
resword = &wordlist[1248];
goto compare;
- case 8857:
+ case 11257:
resword = &wordlist[1249];
goto compare;
- case 8865:
+ case 11264:
resword = &wordlist[1250];
goto compare;
- case 8870:
+ case 11312:
resword = &wordlist[1251];
goto compare;
- case 8877:
+ case 11315:
resword = &wordlist[1252];
goto compare;
- case 8916:
+ case 11332:
resword = &wordlist[1253];
goto compare;
- case 8925:
+ case 11350:
resword = &wordlist[1254];
goto compare;
- case 8956:
+ case 11358:
resword = &wordlist[1255];
goto compare;
- case 8964:
+ case 11375:
resword = &wordlist[1256];
goto compare;
- case 8978:
+ case 11406:
resword = &wordlist[1257];
goto compare;
- case 8985:
+ case 11409:
resword = &wordlist[1258];
goto compare;
- case 9002:
+ case 11426:
resword = &wordlist[1259];
goto compare;
- case 9026:
+ case 11448:
resword = &wordlist[1260];
goto compare;
- case 9033:
+ case 11449:
resword = &wordlist[1261];
goto compare;
- case 9047:
+ case 11453:
resword = &wordlist[1262];
goto compare;
- case 9049:
+ case 11466:
resword = &wordlist[1263];
goto compare;
- case 9110:
+ case 11467:
resword = &wordlist[1264];
goto compare;
- case 9125:
+ case 11473:
resword = &wordlist[1265];
goto compare;
- case 9129:
+ case 11478:
resword = &wordlist[1266];
goto compare;
- case 9130:
+ case 11508:
resword = &wordlist[1267];
goto compare;
- case 9132:
+ case 11524:
resword = &wordlist[1268];
goto compare;
- case 9164:
+ case 11539:
resword = &wordlist[1269];
goto compare;
- case 9184:
+ case 11569:
resword = &wordlist[1270];
goto compare;
- case 9247:
+ case 11573:
resword = &wordlist[1271];
goto compare;
- case 9253:
+ case 11574:
resword = &wordlist[1272];
goto compare;
- case 9279:
+ case 11582:
resword = &wordlist[1273];
goto compare;
- case 9291:
+ case 11591:
resword = &wordlist[1274];
goto compare;
- case 9323:
+ case 11619:
resword = &wordlist[1275];
goto compare;
- case 9328:
+ case 11629:
resword = &wordlist[1276];
goto compare;
- case 9347:
+ case 11648:
resword = &wordlist[1277];
goto compare;
- case 9395:
+ case 11653:
resword = &wordlist[1278];
goto compare;
- case 9441:
+ case 11671:
resword = &wordlist[1279];
goto compare;
- case 9453:
+ case 11672:
resword = &wordlist[1280];
goto compare;
- case 9473:
+ case 11677:
resword = &wordlist[1281];
goto compare;
- case 9481:
+ case 11694:
resword = &wordlist[1282];
goto compare;
- case 9483:
+ case 11702:
resword = &wordlist[1283];
goto compare;
- case 9491:
+ case 11704:
resword = &wordlist[1284];
goto compare;
- case 9493:
+ case 11710:
resword = &wordlist[1285];
goto compare;
- case 9503:
+ case 11711:
resword = &wordlist[1286];
goto compare;
- case 9519:
+ case 11726:
resword = &wordlist[1287];
goto compare;
- case 9529:
+ case 11750:
resword = &wordlist[1288];
goto compare;
- case 9540:
+ case 11765:
resword = &wordlist[1289];
goto compare;
- case 9547:
+ case 11774:
resword = &wordlist[1290];
goto compare;
- case 9552:
+ case 11786:
resword = &wordlist[1291];
goto compare;
- case 9584:
+ case 11793:
resword = &wordlist[1292];
goto compare;
- case 9599:
+ case 11806:
resword = &wordlist[1293];
goto compare;
- case 9604:
+ case 11818:
resword = &wordlist[1294];
goto compare;
- case 9609:
+ case 11819:
resword = &wordlist[1295];
goto compare;
- case 9611:
+ case 11820:
resword = &wordlist[1296];
goto compare;
- case 9621:
+ case 11847:
resword = &wordlist[1297];
goto compare;
- case 9625:
+ case 11849:
resword = &wordlist[1298];
goto compare;
- case 9661:
+ case 11854:
resword = &wordlist[1299];
goto compare;
- case 9663:
+ case 11880:
resword = &wordlist[1300];
goto compare;
- case 9669:
+ case 11881:
resword = &wordlist[1301];
goto compare;
- case 9677:
+ case 11885:
resword = &wordlist[1302];
goto compare;
- case 9689:
+ case 11889:
resword = &wordlist[1303];
goto compare;
- case 9697:
+ case 11890:
resword = &wordlist[1304];
goto compare;
- case 9717:
+ case 11901:
resword = &wordlist[1305];
goto compare;
- case 9735:
+ case 11911:
resword = &wordlist[1306];
goto compare;
- case 9737:
+ case 11932:
resword = &wordlist[1307];
goto compare;
- case 9742:
+ case 11936:
resword = &wordlist[1308];
goto compare;
- case 9750:
+ case 11946:
resword = &wordlist[1309];
goto compare;
- case 9757:
+ case 11961:
resword = &wordlist[1310];
goto compare;
- case 9766:
+ case 11962:
resword = &wordlist[1311];
goto compare;
- case 9773:
+ case 11971:
resword = &wordlist[1312];
goto compare;
- case 9775:
+ case 12002:
resword = &wordlist[1313];
goto compare;
- case 9783:
+ case 12021:
resword = &wordlist[1314];
goto compare;
- case 9786:
+ case 12023:
resword = &wordlist[1315];
goto compare;
- case 9789:
+ case 12039:
resword = &wordlist[1316];
goto compare;
- case 9801:
+ case 12052:
resword = &wordlist[1317];
goto compare;
- case 9830:
+ case 12056:
resword = &wordlist[1318];
goto compare;
- case 9849:
+ case 12068:
resword = &wordlist[1319];
goto compare;
- case 9852:
+ case 12074:
resword = &wordlist[1320];
goto compare;
- case 9869:
+ case 12084:
resword = &wordlist[1321];
goto compare;
- case 9898:
+ case 12103:
resword = &wordlist[1322];
goto compare;
- case 9918:
+ case 12108:
resword = &wordlist[1323];
goto compare;
- case 9921:
+ case 12115:
resword = &wordlist[1324];
goto compare;
- case 9923:
+ case 12118:
resword = &wordlist[1325];
goto compare;
- case 9928:
+ case 12131:
resword = &wordlist[1326];
goto compare;
- case 9935:
+ case 12134:
resword = &wordlist[1327];
goto compare;
- case 9937:
+ case 12175:
resword = &wordlist[1328];
goto compare;
- case 9940:
+ case 12176:
resword = &wordlist[1329];
goto compare;
- case 9949:
+ case 12186:
resword = &wordlist[1330];
goto compare;
- case 9967:
+ case 12192:
resword = &wordlist[1331];
goto compare;
- case 9974:
+ case 12201:
resword = &wordlist[1332];
goto compare;
- case 9994:
+ case 12249:
resword = &wordlist[1333];
goto compare;
- case 10029:
+ case 12277:
resword = &wordlist[1334];
goto compare;
- case 10039:
+ case 12279:
resword = &wordlist[1335];
goto compare;
- case 10041:
+ case 12281:
resword = &wordlist[1336];
goto compare;
- case 10049:
+ case 12333:
resword = &wordlist[1337];
goto compare;
- case 10050:
+ case 12367:
resword = &wordlist[1338];
goto compare;
- case 10053:
+ case 12371:
resword = &wordlist[1339];
goto compare;
- case 10067:
+ case 12380:
resword = &wordlist[1340];
goto compare;
- case 10077:
+ case 12381:
resword = &wordlist[1341];
goto compare;
- case 10090:
+ case 12442:
resword = &wordlist[1342];
goto compare;
- case 10093:
+ case 12444:
resword = &wordlist[1343];
goto compare;
- case 10102:
+ case 12450:
resword = &wordlist[1344];
goto compare;
- case 10126:
+ case 12466:
resword = &wordlist[1345];
goto compare;
- case 10127:
+ case 12472:
resword = &wordlist[1346];
goto compare;
- case 10128:
+ case 12477:
resword = &wordlist[1347];
goto compare;
- case 10138:
+ case 12497:
resword = &wordlist[1348];
goto compare;
- case 10148:
+ case 12498:
resword = &wordlist[1349];
goto compare;
- case 10164:
+ case 12519:
resword = &wordlist[1350];
goto compare;
- case 10168:
+ case 12545:
resword = &wordlist[1351];
goto compare;
- case 10175:
+ case 12551:
resword = &wordlist[1352];
goto compare;
- case 10182:
+ case 12568:
resword = &wordlist[1353];
goto compare;
- case 10186:
+ case 12600:
resword = &wordlist[1354];
goto compare;
- case 10190:
+ case 12601:
resword = &wordlist[1355];
goto compare;
- case 10197:
+ case 12603:
resword = &wordlist[1356];
goto compare;
- case 10207:
+ case 12614:
resword = &wordlist[1357];
goto compare;
- case 10230:
+ case 12616:
resword = &wordlist[1358];
goto compare;
- case 10243:
+ case 12628:
resword = &wordlist[1359];
goto compare;
- case 10247:
+ case 12641:
resword = &wordlist[1360];
goto compare;
- case 10254:
+ case 12642:
resword = &wordlist[1361];
goto compare;
- case 10264:
+ case 12682:
resword = &wordlist[1362];
goto compare;
- case 10269:
+ case 12705:
resword = &wordlist[1363];
goto compare;
- case 10282:
+ case 12717:
resword = &wordlist[1364];
goto compare;
- case 10391:
+ case 12733:
resword = &wordlist[1365];
goto compare;
- case 10409:
+ case 12770:
resword = &wordlist[1366];
goto compare;
- case 10433:
+ case 12789:
resword = &wordlist[1367];
goto compare;
- case 10474:
+ case 12798:
resword = &wordlist[1368];
goto compare;
- case 10491:
+ case 12804:
resword = &wordlist[1369];
goto compare;
- case 10503:
+ case 12810:
resword = &wordlist[1370];
goto compare;
- case 10512:
+ case 12814:
resword = &wordlist[1371];
goto compare;
- case 10516:
+ case 12815:
resword = &wordlist[1372];
goto compare;
- case 10519:
+ case 12835:
resword = &wordlist[1373];
goto compare;
- case 10526:
+ case 12859:
resword = &wordlist[1374];
goto compare;
- case 10533:
+ case 12867:
resword = &wordlist[1375];
goto compare;
- case 10545:
+ case 12868:
resword = &wordlist[1376];
goto compare;
- case 10574:
+ case 12887:
resword = &wordlist[1377];
goto compare;
- case 10599:
+ case 12893:
resword = &wordlist[1378];
goto compare;
- case 10607:
+ case 12896:
resword = &wordlist[1379];
goto compare;
- case 10610:
+ case 12910:
resword = &wordlist[1380];
goto compare;
- case 10612:
+ case 12919:
resword = &wordlist[1381];
goto compare;
- case 10614:
+ case 12924:
resword = &wordlist[1382];
goto compare;
- case 10619:
+ case 12939:
resword = &wordlist[1383];
goto compare;
- case 10641:
+ case 12943:
resword = &wordlist[1384];
goto compare;
- case 10665:
+ case 12953:
resword = &wordlist[1385];
goto compare;
- case 10703:
+ case 12969:
resword = &wordlist[1386];
goto compare;
- case 10706:
+ case 12971:
resword = &wordlist[1387];
goto compare;
- case 10718:
+ case 12984:
resword = &wordlist[1388];
goto compare;
- case 10731:
+ case 12985:
resword = &wordlist[1389];
goto compare;
- case 10732:
+ case 12986:
resword = &wordlist[1390];
goto compare;
- case 10733:
+ case 12987:
resword = &wordlist[1391];
goto compare;
- case 10734:
+ case 13026:
resword = &wordlist[1392];
goto compare;
- case 10762:
+ case 13028:
resword = &wordlist[1393];
goto compare;
- case 10779:
+ case 13037:
resword = &wordlist[1394];
goto compare;
- case 10786:
+ case 13054:
resword = &wordlist[1395];
goto compare;
- case 10791:
+ case 13071:
resword = &wordlist[1396];
goto compare;
- case 10815:
+ case 13090:
resword = &wordlist[1397];
goto compare;
- case 10819:
+ case 13096:
resword = &wordlist[1398];
goto compare;
- case 10821:
+ case 13098:
resword = &wordlist[1399];
goto compare;
- case 10832:
+ case 13103:
resword = &wordlist[1400];
goto compare;
- case 10841:
+ case 13134:
resword = &wordlist[1401];
goto compare;
- case 10872:
+ case 13140:
resword = &wordlist[1402];
goto compare;
- case 10873:
+ case 13143:
resword = &wordlist[1403];
goto compare;
- case 10878:
+ case 13154:
resword = &wordlist[1404];
goto compare;
- case 10902:
+ case 13163:
resword = &wordlist[1405];
goto compare;
- case 10903:
+ case 13213:
resword = &wordlist[1406];
goto compare;
- case 10914:
+ case 13225:
resword = &wordlist[1407];
goto compare;
- case 10927:
+ case 13232:
resword = &wordlist[1408];
goto compare;
- case 10939:
+ case 13234:
resword = &wordlist[1409];
goto compare;
- case 10945:
+ case 13248:
resword = &wordlist[1410];
goto compare;
- case 10952:
+ case 13269:
resword = &wordlist[1411];
goto compare;
- case 10968:
+ case 13325:
resword = &wordlist[1412];
goto compare;
- case 10982:
+ case 13339:
resword = &wordlist[1413];
goto compare;
- case 11040:
+ case 13369:
resword = &wordlist[1414];
goto compare;
- case 11066:
+ case 13390:
resword = &wordlist[1415];
goto compare;
- case 11077:
+ case 13419:
resword = &wordlist[1416];
goto compare;
- case 11100:
+ case 13438:
resword = &wordlist[1417];
goto compare;
- case 11113:
+ case 13441:
resword = &wordlist[1418];
goto compare;
- case 11145:
+ case 13461:
resword = &wordlist[1419];
goto compare;
- case 11161:
+ case 13486:
resword = &wordlist[1420];
goto compare;
- case 11162:
+ case 13514:
resword = &wordlist[1421];
goto compare;
- case 11205:
+ case 13529:
resword = &wordlist[1422];
goto compare;
- case 11210:
+ case 13546:
resword = &wordlist[1423];
goto compare;
- case 11232:
+ case 13569:
resword = &wordlist[1424];
goto compare;
- case 11242:
+ case 13597:
resword = &wordlist[1425];
goto compare;
- case 11243:
+ case 13599:
resword = &wordlist[1426];
goto compare;
- case 11262:
+ case 13610:
resword = &wordlist[1427];
goto compare;
- case 11265:
+ case 13613:
resword = &wordlist[1428];
goto compare;
- case 11284:
+ case 13643:
resword = &wordlist[1429];
goto compare;
- case 11290:
+ case 13646:
resword = &wordlist[1430];
goto compare;
- case 11291:
+ case 13658:
resword = &wordlist[1431];
goto compare;
- case 11295:
+ case 13659:
resword = &wordlist[1432];
goto compare;
- case 11305:
+ case 13670:
resword = &wordlist[1433];
goto compare;
- case 11316:
+ case 13685:
resword = &wordlist[1434];
goto compare;
- case 11324:
+ case 13694:
resword = &wordlist[1435];
goto compare;
- case 11329:
+ case 13718:
resword = &wordlist[1436];
goto compare;
- case 11333:
+ case 13721:
resword = &wordlist[1437];
goto compare;
- case 11354:
+ case 13725:
resword = &wordlist[1438];
goto compare;
- case 11375:
+ case 13740:
resword = &wordlist[1439];
goto compare;
- case 11379:
+ case 13767:
resword = &wordlist[1440];
goto compare;
- case 11390:
+ case 13806:
resword = &wordlist[1441];
goto compare;
- case 11403:
+ case 13813:
resword = &wordlist[1442];
goto compare;
- case 11406:
+ case 13824:
resword = &wordlist[1443];
goto compare;
- case 11415:
+ case 13833:
resword = &wordlist[1444];
goto compare;
- case 11419:
+ case 13838:
resword = &wordlist[1445];
goto compare;
- case 11424:
+ case 13843:
resword = &wordlist[1446];
goto compare;
- case 11428:
+ case 13844:
resword = &wordlist[1447];
goto compare;
- case 11432:
+ case 13845:
resword = &wordlist[1448];
goto compare;
- case 11447:
+ case 13853:
resword = &wordlist[1449];
goto compare;
- case 11456:
+ case 13860:
resword = &wordlist[1450];
goto compare;
- case 11465:
+ case 13864:
resword = &wordlist[1451];
goto compare;
- case 11478:
+ case 13866:
resword = &wordlist[1452];
goto compare;
- case 11479:
+ case 13869:
resword = &wordlist[1453];
goto compare;
- case 11488:
+ case 13870:
resword = &wordlist[1454];
goto compare;
- case 11493:
+ case 13875:
resword = &wordlist[1455];
goto compare;
- case 11521:
+ case 13884:
resword = &wordlist[1456];
goto compare;
- case 11523:
+ case 13886:
resword = &wordlist[1457];
goto compare;
- case 11536:
+ case 13900:
resword = &wordlist[1458];
goto compare;
- case 11541:
+ case 13904:
resword = &wordlist[1459];
goto compare;
- case 11551:
+ case 13905:
resword = &wordlist[1460];
goto compare;
- case 11553:
+ case 13907:
resword = &wordlist[1461];
goto compare;
- case 11555:
+ case 13912:
resword = &wordlist[1462];
goto compare;
- case 11559:
+ case 13913:
resword = &wordlist[1463];
goto compare;
- case 11560:
+ case 13916:
resword = &wordlist[1464];
goto compare;
- case 11569:
+ case 13935:
resword = &wordlist[1465];
goto compare;
- case 11571:
+ case 13953:
resword = &wordlist[1466];
goto compare;
- case 11574:
+ case 13959:
resword = &wordlist[1467];
goto compare;
- case 11587:
+ case 13962:
resword = &wordlist[1468];
goto compare;
- case 11594:
+ case 13968:
resword = &wordlist[1469];
goto compare;
- case 11626:
+ case 13972:
resword = &wordlist[1470];
goto compare;
- case 11628:
+ case 13976:
resword = &wordlist[1471];
goto compare;
- case 11632:
+ case 14019:
resword = &wordlist[1472];
goto compare;
- case 11633:
+ case 14045:
resword = &wordlist[1473];
goto compare;
- case 11639:
+ case 14050:
resword = &wordlist[1474];
goto compare;
- case 11643:
+ case 14065:
resword = &wordlist[1475];
goto compare;
- case 11646:
+ case 14067:
resword = &wordlist[1476];
goto compare;
- case 11647:
+ case 14070:
resword = &wordlist[1477];
goto compare;
- case 11673:
+ case 14095:
resword = &wordlist[1478];
goto compare;
- case 11677:
+ case 14117:
resword = &wordlist[1479];
goto compare;
- case 11699:
+ case 14118:
resword = &wordlist[1480];
goto compare;
- case 11704:
+ case 14134:
resword = &wordlist[1481];
goto compare;
- case 11709:
+ case 14139:
resword = &wordlist[1482];
goto compare;
- case 11724:
+ case 14159:
resword = &wordlist[1483];
goto compare;
- case 11737:
+ case 14172:
resword = &wordlist[1484];
goto compare;
- case 11756:
+ case 14173:
resword = &wordlist[1485];
goto compare;
- case 11757:
+ case 14219:
resword = &wordlist[1486];
goto compare;
- case 11764:
+ case 14220:
resword = &wordlist[1487];
goto compare;
- case 11775:
+ case 14224:
resword = &wordlist[1488];
goto compare;
- case 11778:
+ case 14230:
resword = &wordlist[1489];
goto compare;
- case 11801:
+ case 14231:
resword = &wordlist[1490];
goto compare;
- case 11810:
+ case 14232:
resword = &wordlist[1491];
goto compare;
- case 11817:
+ case 14243:
resword = &wordlist[1492];
goto compare;
- case 11822:
+ case 14278:
resword = &wordlist[1493];
goto compare;
- case 11828:
+ case 14280:
resword = &wordlist[1494];
goto compare;
- case 11847:
+ case 14281:
resword = &wordlist[1495];
goto compare;
- case 11907:
+ case 14289:
resword = &wordlist[1496];
goto compare;
- case 11913:
+ case 14301:
resword = &wordlist[1497];
goto compare;
- case 11916:
+ case 14313:
resword = &wordlist[1498];
goto compare;
- case 11924:
+ case 14317:
resword = &wordlist[1499];
goto compare;
- case 11943:
+ case 14326:
resword = &wordlist[1500];
goto compare;
- case 11945:
+ case 14336:
resword = &wordlist[1501];
goto compare;
- case 11965:
+ case 14353:
resword = &wordlist[1502];
goto compare;
- case 11982:
+ case 14358:
resword = &wordlist[1503];
goto compare;
- case 12002:
+ case 14369:
resword = &wordlist[1504];
goto compare;
- case 12013:
+ case 14374:
resword = &wordlist[1505];
goto compare;
- case 12017:
+ case 14377:
resword = &wordlist[1506];
goto compare;
- case 12046:
+ case 14384:
resword = &wordlist[1507];
goto compare;
- case 12072:
+ case 14405:
resword = &wordlist[1508];
goto compare;
- case 12091:
+ case 14413:
resword = &wordlist[1509];
goto compare;
- case 12115:
+ case 14443:
resword = &wordlist[1510];
goto compare;
- case 12118:
+ case 14457:
resword = &wordlist[1511];
goto compare;
- case 12124:
+ case 14473:
resword = &wordlist[1512];
goto compare;
- case 12156:
+ case 14487:
resword = &wordlist[1513];
goto compare;
- case 12158:
+ case 14496:
resword = &wordlist[1514];
goto compare;
- case 12166:
+ case 14501:
resword = &wordlist[1515];
goto compare;
- case 12169:
+ case 14506:
resword = &wordlist[1516];
goto compare;
- case 12178:
+ case 14512:
resword = &wordlist[1517];
goto compare;
- case 12200:
+ case 14514:
resword = &wordlist[1518];
goto compare;
- case 12206:
+ case 14521:
resword = &wordlist[1519];
goto compare;
- case 12212:
+ case 14533:
resword = &wordlist[1520];
goto compare;
- case 12215:
+ case 14545:
resword = &wordlist[1521];
goto compare;
- case 12238:
+ case 14549:
resword = &wordlist[1522];
goto compare;
- case 12277:
+ case 14561:
resword = &wordlist[1523];
goto compare;
- case 12279:
+ case 14563:
resword = &wordlist[1524];
goto compare;
- case 12303:
+ case 14569:
resword = &wordlist[1525];
goto compare;
- case 12306:
+ case 14588:
resword = &wordlist[1526];
goto compare;
- case 12310:
+ case 14592:
resword = &wordlist[1527];
goto compare;
- case 12317:
+ case 14599:
resword = &wordlist[1528];
goto compare;
- case 12341:
+ case 14631:
resword = &wordlist[1529];
goto compare;
- case 12346:
+ case 14634:
resword = &wordlist[1530];
goto compare;
- case 12361:
+ case 14637:
resword = &wordlist[1531];
goto compare;
- case 12363:
+ case 14774:
resword = &wordlist[1532];
goto compare;
- case 12367:
+ case 14777:
resword = &wordlist[1533];
goto compare;
- case 12376:
+ case 14783:
resword = &wordlist[1534];
goto compare;
- case 12413:
+ case 14785:
resword = &wordlist[1535];
goto compare;
- case 12429:
+ case 14794:
resword = &wordlist[1536];
goto compare;
- case 12431:
+ case 14807:
resword = &wordlist[1537];
goto compare;
- case 12465:
+ case 14852:
resword = &wordlist[1538];
goto compare;
- case 12486:
+ case 14854:
resword = &wordlist[1539];
goto compare;
- case 12491:
+ case 14858:
resword = &wordlist[1540];
goto compare;
- case 12501:
+ case 14860:
resword = &wordlist[1541];
goto compare;
- case 12502:
+ case 14876:
resword = &wordlist[1542];
goto compare;
- case 12509:
+ case 14891:
resword = &wordlist[1543];
goto compare;
- case 12511:
+ case 14904:
resword = &wordlist[1544];
goto compare;
- case 12535:
+ case 14913:
resword = &wordlist[1545];
goto compare;
- case 12544:
+ case 14923:
resword = &wordlist[1546];
goto compare;
- case 12546:
+ case 14936:
resword = &wordlist[1547];
goto compare;
- case 12551:
+ case 14971:
resword = &wordlist[1548];
goto compare;
- case 12577:
+ case 14991:
resword = &wordlist[1549];
goto compare;
- case 12579:
+ case 15003:
resword = &wordlist[1550];
goto compare;
- case 12592:
+ case 15011:
resword = &wordlist[1551];
goto compare;
- case 12600:
+ case 15015:
resword = &wordlist[1552];
goto compare;
- case 12617:
+ case 15026:
resword = &wordlist[1553];
goto compare;
- case 12624:
+ case 15044:
resword = &wordlist[1554];
goto compare;
- case 12631:
+ case 15046:
resword = &wordlist[1555];
goto compare;
- case 12635:
+ case 15055:
resword = &wordlist[1556];
goto compare;
- case 12652:
+ case 15070:
resword = &wordlist[1557];
goto compare;
- case 12667:
+ case 15096:
resword = &wordlist[1558];
goto compare;
- case 12675:
+ case 15097:
resword = &wordlist[1559];
goto compare;
- case 12676:
+ case 15106:
resword = &wordlist[1560];
goto compare;
- case 12691:
+ case 15107:
resword = &wordlist[1561];
goto compare;
- case 12725:
+ case 15114:
resword = &wordlist[1562];
goto compare;
- case 12726:
+ case 15117:
resword = &wordlist[1563];
goto compare;
- case 12741:
+ case 15129:
resword = &wordlist[1564];
goto compare;
- case 12747:
+ case 15133:
resword = &wordlist[1565];
goto compare;
- case 12749:
+ case 15158:
resword = &wordlist[1566];
goto compare;
- case 12753:
+ case 15166:
resword = &wordlist[1567];
goto compare;
- case 12762:
+ case 15176:
resword = &wordlist[1568];
goto compare;
- }
- }
- else
- {
- switch (key - 12776)
- {
- case 0:
+ case 15201:
resword = &wordlist[1569];
goto compare;
- case 12:
+ case 15205:
resword = &wordlist[1570];
goto compare;
- case 41:
+ case 15212:
resword = &wordlist[1571];
goto compare;
- case 42:
+ case 15255:
resword = &wordlist[1572];
goto compare;
- case 65:
+ case 15259:
resword = &wordlist[1573];
goto compare;
- case 68:
+ case 15264:
resword = &wordlist[1574];
goto compare;
- case 75:
+ case 15286:
resword = &wordlist[1575];
goto compare;
- case 76:
+ case 15292:
resword = &wordlist[1576];
goto compare;
- case 77:
+ case 15293:
resword = &wordlist[1577];
goto compare;
- case 79:
+ case 15321:
resword = &wordlist[1578];
goto compare;
- case 86:
+ case 15333:
resword = &wordlist[1579];
goto compare;
- case 90:
+ case 15335:
resword = &wordlist[1580];
goto compare;
- case 97:
+ case 15338:
resword = &wordlist[1581];
goto compare;
- case 106:
+ case 15344:
resword = &wordlist[1582];
goto compare;
- case 108:
+ case 15368:
resword = &wordlist[1583];
goto compare;
- case 110:
+ case 15381:
resword = &wordlist[1584];
goto compare;
- case 113:
+ }
+ }
+ else
+ {
+ switch (key - 15393)
+ {
+ case 0:
resword = &wordlist[1585];
goto compare;
- case 132:
+ case 2:
resword = &wordlist[1586];
goto compare;
- case 136:
+ case 20:
resword = &wordlist[1587];
goto compare;
- case 153:
+ case 27:
resword = &wordlist[1588];
goto compare;
- case 162:
+ case 29:
resword = &wordlist[1589];
goto compare;
- case 165:
+ case 39:
resword = &wordlist[1590];
goto compare;
- case 179:
+ case 62:
resword = &wordlist[1591];
goto compare;
- case 210:
+ case 64:
resword = &wordlist[1592];
goto compare;
- case 215:
+ case 87:
resword = &wordlist[1593];
goto compare;
- case 237:
+ case 108:
resword = &wordlist[1594];
goto compare;
- case 242:
+ case 120:
resword = &wordlist[1595];
goto compare;
- case 246:
+ case 121:
resword = &wordlist[1596];
goto compare;
- case 266:
+ case 124:
resword = &wordlist[1597];
goto compare;
- case 285:
+ case 128:
resword = &wordlist[1598];
goto compare;
- case 298:
+ case 139:
resword = &wordlist[1599];
goto compare;
- case 306:
+ case 147:
resword = &wordlist[1600];
goto compare;
- case 316:
+ case 155:
resword = &wordlist[1601];
goto compare;
- case 335:
+ case 165:
resword = &wordlist[1602];
goto compare;
- case 341:
+ case 173:
resword = &wordlist[1603];
goto compare;
- case 356:
+ case 178:
resword = &wordlist[1604];
goto compare;
- case 401:
+ case 191:
resword = &wordlist[1605];
goto compare;
- case 407:
+ case 194:
resword = &wordlist[1606];
goto compare;
- case 434:
+ case 217:
resword = &wordlist[1607];
goto compare;
- case 445:
+ case 226:
resword = &wordlist[1608];
goto compare;
- case 487:
+ case 227:
resword = &wordlist[1609];
goto compare;
- case 489:
+ case 232:
resword = &wordlist[1610];
goto compare;
- case 525:
+ case 236:
resword = &wordlist[1611];
goto compare;
- case 537:
+ case 238:
resword = &wordlist[1612];
goto compare;
- case 549:
+ case 242:
resword = &wordlist[1613];
goto compare;
- case 557:
+ case 246:
resword = &wordlist[1614];
goto compare;
- case 573:
+ case 249:
resword = &wordlist[1615];
goto compare;
- case 589:
+ case 253:
resword = &wordlist[1616];
goto compare;
- case 591:
+ case 265:
resword = &wordlist[1617];
goto compare;
- case 615:
+ case 266:
resword = &wordlist[1618];
goto compare;
- case 620:
+ case 268:
resword = &wordlist[1619];
goto compare;
- case 626:
+ case 276:
resword = &wordlist[1620];
goto compare;
- case 635:
+ case 281:
resword = &wordlist[1621];
goto compare;
- case 674:
+ case 296:
resword = &wordlist[1622];
goto compare;
- case 679:
+ case 300:
resword = &wordlist[1623];
goto compare;
- case 685:
+ case 302:
resword = &wordlist[1624];
goto compare;
- case 709:
+ case 322:
resword = &wordlist[1625];
goto compare;
- case 734:
+ case 324:
resword = &wordlist[1626];
goto compare;
- case 738:
+ case 328:
resword = &wordlist[1627];
goto compare;
- case 743:
+ case 350:
resword = &wordlist[1628];
goto compare;
- case 747:
+ case 354:
resword = &wordlist[1629];
goto compare;
- case 753:
+ case 358:
resword = &wordlist[1630];
goto compare;
- case 762:
+ case 362:
resword = &wordlist[1631];
goto compare;
- case 772:
+ case 385:
resword = &wordlist[1632];
goto compare;
- case 791:
+ case 406:
resword = &wordlist[1633];
goto compare;
- case 816:
+ case 416:
resword = &wordlist[1634];
goto compare;
- case 825:
+ case 421:
resword = &wordlist[1635];
goto compare;
- case 867:
+ case 423:
resword = &wordlist[1636];
goto compare;
- case 875:
+ case 427:
resword = &wordlist[1637];
goto compare;
- case 879:
+ case 428:
resword = &wordlist[1638];
goto compare;
- case 881:
+ case 443:
resword = &wordlist[1639];
goto compare;
- case 898:
+ case 457:
resword = &wordlist[1640];
goto compare;
- case 946:
+ case 459:
resword = &wordlist[1641];
goto compare;
- case 950:
+ case 468:
resword = &wordlist[1642];
goto compare;
- case 959:
+ case 470:
resword = &wordlist[1643];
goto compare;
- case 983:
+ case 475:
resword = &wordlist[1644];
goto compare;
- case 985:
+ case 480:
resword = &wordlist[1645];
goto compare;
- case 990:
+ case 483:
resword = &wordlist[1646];
goto compare;
- case 1001:
+ case 486:
resword = &wordlist[1647];
goto compare;
- case 1005:
+ case 491:
resword = &wordlist[1648];
goto compare;
- case 1012:
+ case 493:
resword = &wordlist[1649];
goto compare;
- case 1018:
+ case 498:
resword = &wordlist[1650];
goto compare;
- case 1020:
+ case 514:
resword = &wordlist[1651];
goto compare;
- case 1036:
+ case 518:
resword = &wordlist[1652];
goto compare;
- case 1063:
+ case 524:
resword = &wordlist[1653];
goto compare;
- case 1081:
+ case 536:
resword = &wordlist[1654];
goto compare;
- case 1083:
+ case 560:
resword = &wordlist[1655];
goto compare;
- case 1109:
+ case 580:
resword = &wordlist[1656];
goto compare;
- case 1114:
+ case 591:
resword = &wordlist[1657];
goto compare;
- case 1127:
+ case 598:
resword = &wordlist[1658];
goto compare;
- case 1128:
+ case 605:
resword = &wordlist[1659];
goto compare;
- case 1133:
+ case 607:
resword = &wordlist[1660];
goto compare;
- case 1140:
+ case 612:
resword = &wordlist[1661];
goto compare;
- case 1143:
+ case 633:
resword = &wordlist[1662];
goto compare;
- case 1158:
+ case 655:
resword = &wordlist[1663];
goto compare;
- case 1167:
+ case 673:
resword = &wordlist[1664];
goto compare;
- case 1193:
+ case 680:
resword = &wordlist[1665];
goto compare;
- case 1230:
+ case 683:
resword = &wordlist[1666];
goto compare;
- case 1245:
+ case 690:
resword = &wordlist[1667];
goto compare;
- case 1253:
+ case 693:
resword = &wordlist[1668];
goto compare;
- case 1260:
+ case 695:
resword = &wordlist[1669];
goto compare;
- case 1261:
+ case 703:
resword = &wordlist[1670];
goto compare;
- case 1288:
+ case 707:
resword = &wordlist[1671];
goto compare;
- case 1301:
+ case 709:
resword = &wordlist[1672];
goto compare;
- case 1312:
+ case 712:
resword = &wordlist[1673];
goto compare;
- case 1314:
+ case 716:
resword = &wordlist[1674];
goto compare;
- case 1341:
+ case 735:
resword = &wordlist[1675];
goto compare;
- case 1342:
+ case 739:
resword = &wordlist[1676];
goto compare;
- case 1345:
+ case 744:
resword = &wordlist[1677];
goto compare;
- case 1348:
+ case 747:
resword = &wordlist[1678];
goto compare;
- case 1354:
+ case 758:
resword = &wordlist[1679];
goto compare;
- case 1355:
+ case 762:
resword = &wordlist[1680];
goto compare;
- case 1359:
+ case 770:
resword = &wordlist[1681];
goto compare;
- case 1368:
+ case 772:
resword = &wordlist[1682];
goto compare;
- case 1369:
+ case 773:
resword = &wordlist[1683];
goto compare;
- case 1372:
+ case 775:
resword = &wordlist[1684];
goto compare;
- case 1386:
+ case 781:
resword = &wordlist[1685];
goto compare;
- case 1400:
+ case 805:
resword = &wordlist[1686];
goto compare;
- case 1404:
+ case 806:
resword = &wordlist[1687];
goto compare;
- case 1414:
+ case 812:
resword = &wordlist[1688];
goto compare;
- case 1434:
+ case 820:
resword = &wordlist[1689];
goto compare;
- case 1441:
+ case 822:
resword = &wordlist[1690];
goto compare;
- case 1448:
+ case 829:
resword = &wordlist[1691];
goto compare;
- case 1478:
+ case 841:
resword = &wordlist[1692];
goto compare;
- case 1484:
+ case 846:
resword = &wordlist[1693];
goto compare;
- case 1485:
+ case 853:
resword = &wordlist[1694];
goto compare;
- case 1488:
+ case 868:
resword = &wordlist[1695];
goto compare;
- case 1489:
+ case 869:
resword = &wordlist[1696];
goto compare;
- case 1495:
+ case 875:
resword = &wordlist[1697];
goto compare;
- case 1498:
+ case 879:
resword = &wordlist[1698];
goto compare;
- case 1510:
+ case 883:
resword = &wordlist[1699];
goto compare;
- case 1524:
+ case 895:
resword = &wordlist[1700];
goto compare;
- case 1531:
+ case 913:
resword = &wordlist[1701];
goto compare;
- case 1549:
+ case 929:
resword = &wordlist[1702];
goto compare;
- case 1563:
+ case 938:
resword = &wordlist[1703];
goto compare;
- case 1568:
+ case 953:
resword = &wordlist[1704];
goto compare;
- case 1574:
+ case 965:
resword = &wordlist[1705];
goto compare;
- case 1579:
+ case 984:
resword = &wordlist[1706];
goto compare;
- case 1589:
+ case 986:
resword = &wordlist[1707];
goto compare;
- case 1595:
+ case 1005:
resword = &wordlist[1708];
goto compare;
- case 1596:
+ case 1015:
resword = &wordlist[1709];
goto compare;
- case 1601:
+ case 1029:
resword = &wordlist[1710];
goto compare;
- case 1610:
+ case 1036:
resword = &wordlist[1711];
goto compare;
- case 1634:
+ case 1039:
resword = &wordlist[1712];
goto compare;
- case 1661:
+ case 1053:
resword = &wordlist[1713];
goto compare;
- case 1662:
+ case 1058:
resword = &wordlist[1714];
goto compare;
- case 1667:
+ case 1063:
resword = &wordlist[1715];
goto compare;
- case 1680:
+ case 1067:
resword = &wordlist[1716];
goto compare;
- case 1683:
+ case 1089:
resword = &wordlist[1717];
goto compare;
- case 1692:
+ case 1099:
resword = &wordlist[1718];
goto compare;
- case 1701:
+ case 1111:
resword = &wordlist[1719];
goto compare;
- case 1704:
+ case 1134:
resword = &wordlist[1720];
goto compare;
- case 1712:
+ case 1137:
resword = &wordlist[1721];
goto compare;
- case 1745:
+ case 1148:
resword = &wordlist[1722];
goto compare;
- case 1751:
+ case 1151:
resword = &wordlist[1723];
goto compare;
- case 1759:
+ case 1155:
resword = &wordlist[1724];
goto compare;
- case 1784:
+ case 1172:
resword = &wordlist[1725];
goto compare;
- case 1817:
+ case 1175:
resword = &wordlist[1726];
goto compare;
- case 1828:
+ case 1176:
resword = &wordlist[1727];
goto compare;
- case 1833:
+ case 1184:
resword = &wordlist[1728];
goto compare;
- case 1847:
+ case 1190:
resword = &wordlist[1729];
goto compare;
- case 1850:
+ case 1206:
resword = &wordlist[1730];
goto compare;
- case 1854:
+ case 1217:
resword = &wordlist[1731];
goto compare;
- case 1881:
+ case 1238:
resword = &wordlist[1732];
goto compare;
- case 1884:
+ case 1244:
resword = &wordlist[1733];
goto compare;
- case 1892:
+ case 1260:
resword = &wordlist[1734];
goto compare;
- case 1898:
+ case 1280:
resword = &wordlist[1735];
goto compare;
- case 1907:
+ case 1289:
resword = &wordlist[1736];
goto compare;
- case 1959:
+ case 1302:
resword = &wordlist[1737];
goto compare;
- case 1960:
+ case 1313:
resword = &wordlist[1738];
goto compare;
- case 1966:
+ case 1316:
resword = &wordlist[1739];
goto compare;
- case 1986:
+ case 1324:
resword = &wordlist[1740];
goto compare;
- case 1993:
+ case 1349:
resword = &wordlist[1741];
goto compare;
- case 2007:
+ case 1351:
resword = &wordlist[1742];
goto compare;
- case 2015:
+ case 1352:
resword = &wordlist[1743];
goto compare;
- case 2017:
+ case 1367:
resword = &wordlist[1744];
goto compare;
- case 2036:
+ case 1389:
resword = &wordlist[1745];
goto compare;
- case 2062:
+ case 1395:
resword = &wordlist[1746];
goto compare;
- case 2087:
+ case 1396:
resword = &wordlist[1747];
goto compare;
- case 2092:
+ case 1404:
resword = &wordlist[1748];
goto compare;
- case 2094:
+ case 1405:
resword = &wordlist[1749];
goto compare;
- case 2108:
+ case 1408:
resword = &wordlist[1750];
goto compare;
- case 2147:
+ case 1410:
resword = &wordlist[1751];
goto compare;
- case 2169:
+ case 1418:
resword = &wordlist[1752];
goto compare;
- case 2183:
+ case 1419:
resword = &wordlist[1753];
goto compare;
- case 2190:
+ case 1420:
resword = &wordlist[1754];
goto compare;
- case 2198:
+ case 1428:
resword = &wordlist[1755];
goto compare;
- case 2216:
+ case 1447:
resword = &wordlist[1756];
goto compare;
- case 2218:
+ case 1481:
resword = &wordlist[1757];
goto compare;
- case 2234:
+ case 1486:
resword = &wordlist[1758];
goto compare;
- case 2241:
+ case 1490:
resword = &wordlist[1759];
goto compare;
- case 2255:
+ case 1511:
resword = &wordlist[1760];
goto compare;
- case 2259:
+ case 1518:
resword = &wordlist[1761];
goto compare;
- case 2285:
+ case 1528:
resword = &wordlist[1762];
goto compare;
- case 2291:
+ case 1542:
resword = &wordlist[1763];
goto compare;
- case 2305:
+ case 1545:
resword = &wordlist[1764];
goto compare;
- case 2310:
+ case 1567:
resword = &wordlist[1765];
goto compare;
- case 2320:
+ case 1569:
resword = &wordlist[1766];
goto compare;
- case 2329:
+ case 1575:
resword = &wordlist[1767];
goto compare;
- case 2336:
+ case 1605:
resword = &wordlist[1768];
goto compare;
- case 2338:
+ case 1619:
resword = &wordlist[1769];
goto compare;
- case 2340:
+ case 1641:
resword = &wordlist[1770];
goto compare;
- case 2343:
+ case 1657:
resword = &wordlist[1771];
goto compare;
- case 2349:
+ case 1698:
resword = &wordlist[1772];
goto compare;
- case 2352:
+ case 1710:
resword = &wordlist[1773];
goto compare;
- case 2357:
+ case 1711:
resword = &wordlist[1774];
goto compare;
- case 2358:
+ case 1726:
resword = &wordlist[1775];
goto compare;
- case 2361:
+ case 1737:
resword = &wordlist[1776];
goto compare;
- case 2386:
+ case 1756:
resword = &wordlist[1777];
goto compare;
- case 2393:
+ case 1762:
resword = &wordlist[1778];
goto compare;
- case 2403:
+ case 1774:
resword = &wordlist[1779];
goto compare;
- case 2408:
+ case 1777:
resword = &wordlist[1780];
goto compare;
- case 2411:
+ case 1787:
resword = &wordlist[1781];
goto compare;
- case 2415:
+ case 1817:
resword = &wordlist[1782];
goto compare;
- case 2436:
+ case 1822:
resword = &wordlist[1783];
goto compare;
- case 2437:
+ case 1824:
resword = &wordlist[1784];
goto compare;
- case 2439:
+ case 1828:
resword = &wordlist[1785];
goto compare;
- case 2449:
+ case 1849:
resword = &wordlist[1786];
goto compare;
- case 2465:
+ case 1873:
resword = &wordlist[1787];
goto compare;
- case 2468:
+ case 1899:
resword = &wordlist[1788];
goto compare;
- case 2482:
+ case 1912:
resword = &wordlist[1789];
goto compare;
- case 2483:
+ case 1927:
resword = &wordlist[1790];
goto compare;
- case 2490:
+ case 1940:
resword = &wordlist[1791];
goto compare;
- case 2497:
+ case 1944:
resword = &wordlist[1792];
goto compare;
- case 2505:
+ case 1947:
resword = &wordlist[1793];
goto compare;
- case 2506:
+ case 1950:
resword = &wordlist[1794];
goto compare;
- case 2512:
+ case 1964:
resword = &wordlist[1795];
goto compare;
- case 2514:
+ case 1975:
resword = &wordlist[1796];
goto compare;
- case 2516:
+ case 1982:
resword = &wordlist[1797];
goto compare;
- case 2517:
+ case 1986:
resword = &wordlist[1798];
goto compare;
- case 2521:
+ case 1988:
resword = &wordlist[1799];
goto compare;
- case 2525:
+ case 1992:
resword = &wordlist[1800];
goto compare;
- case 2537:
+ case 1995:
resword = &wordlist[1801];
goto compare;
- case 2538:
+ case 1996:
resword = &wordlist[1802];
goto compare;
- case 2555:
+ case 1997:
resword = &wordlist[1803];
goto compare;
- case 2562:
+ case 2001:
resword = &wordlist[1804];
goto compare;
- case 2563:
+ case 2011:
resword = &wordlist[1805];
goto compare;
- case 2564:
+ case 2028:
resword = &wordlist[1806];
goto compare;
- case 2576:
+ case 2057:
resword = &wordlist[1807];
goto compare;
- case 2586:
+ case 2063:
resword = &wordlist[1808];
goto compare;
- case 2610:
+ case 2080:
resword = &wordlist[1809];
goto compare;
- case 2616:
+ case 2088:
resword = &wordlist[1810];
goto compare;
- case 2628:
+ case 2094:
resword = &wordlist[1811];
goto compare;
- case 2634:
+ case 2112:
resword = &wordlist[1812];
goto compare;
- case 2650:
+ case 2134:
resword = &wordlist[1813];
goto compare;
- case 2662:
+ case 2141:
resword = &wordlist[1814];
goto compare;
- case 2674:
+ case 2144:
resword = &wordlist[1815];
goto compare;
- case 2676:
+ case 2145:
resword = &wordlist[1816];
goto compare;
- case 2693:
+ case 2167:
resword = &wordlist[1817];
goto compare;
- case 2696:
+ case 2169:
resword = &wordlist[1818];
goto compare;
- case 2697:
+ case 2172:
resword = &wordlist[1819];
goto compare;
- case 2703:
+ case 2204:
resword = &wordlist[1820];
goto compare;
- case 2710:
+ case 2205:
resword = &wordlist[1821];
goto compare;
- case 2721:
+ case 2232:
resword = &wordlist[1822];
goto compare;
- case 2731:
+ case 2249:
resword = &wordlist[1823];
goto compare;
- case 2747:
+ case 2250:
resword = &wordlist[1824];
goto compare;
- case 2748:
+ case 2264:
resword = &wordlist[1825];
goto compare;
- case 2760:
+ case 2272:
resword = &wordlist[1826];
goto compare;
- case 2767:
+ case 2277:
resword = &wordlist[1827];
goto compare;
- case 2768:
+ case 2310:
resword = &wordlist[1828];
goto compare;
- case 2783:
+ case 2315:
resword = &wordlist[1829];
goto compare;
- case 2785:
+ case 2316:
resword = &wordlist[1830];
goto compare;
- case 2786:
+ case 2322:
resword = &wordlist[1831];
goto compare;
- case 2787:
+ case 2325:
resword = &wordlist[1832];
goto compare;
- case 2799:
+ case 2355:
resword = &wordlist[1833];
goto compare;
- case 2820:
+ case 2365:
resword = &wordlist[1834];
goto compare;
- case 2824:
+ case 2369:
resword = &wordlist[1835];
goto compare;
- case 2831:
+ case 2381:
resword = &wordlist[1836];
goto compare;
- case 2836:
+ case 2407:
resword = &wordlist[1837];
goto compare;
- case 2859:
+ case 2423:
resword = &wordlist[1838];
goto compare;
- case 2862:
+ case 2429:
resword = &wordlist[1839];
goto compare;
- case 2867:
+ case 2436:
resword = &wordlist[1840];
goto compare;
- case 2873:
+ case 2442:
resword = &wordlist[1841];
goto compare;
- case 2875:
+ case 2447:
resword = &wordlist[1842];
goto compare;
- case 2880:
+ case 2456:
resword = &wordlist[1843];
goto compare;
- case 2883:
+ case 2475:
resword = &wordlist[1844];
goto compare;
- case 2887:
+ case 2477:
resword = &wordlist[1845];
goto compare;
- case 2912:
+ case 2486:
resword = &wordlist[1846];
goto compare;
- case 2914:
+ case 2488:
resword = &wordlist[1847];
goto compare;
- case 2919:
+ case 2491:
resword = &wordlist[1848];
goto compare;
- case 2957:
+ case 2492:
resword = &wordlist[1849];
goto compare;
- case 2960:
+ case 2496:
resword = &wordlist[1850];
goto compare;
- case 2961:
+ case 2518:
resword = &wordlist[1851];
goto compare;
- case 2985:
+ case 2521:
resword = &wordlist[1852];
goto compare;
- case 3027:
+ case 2526:
resword = &wordlist[1853];
goto compare;
- case 3036:
+ case 2544:
resword = &wordlist[1854];
goto compare;
- case 3054:
+ case 2551:
resword = &wordlist[1855];
goto compare;
- case 3061:
+ case 2563:
resword = &wordlist[1856];
goto compare;
- case 3068:
+ case 2572:
resword = &wordlist[1857];
goto compare;
- case 3072:
+ case 2578:
resword = &wordlist[1858];
goto compare;
- case 3079:
+ case 2592:
resword = &wordlist[1859];
goto compare;
- case 3082:
+ case 2594:
resword = &wordlist[1860];
goto compare;
- case 3086:
+ case 2596:
resword = &wordlist[1861];
goto compare;
- case 3089:
+ case 2602:
resword = &wordlist[1862];
goto compare;
- case 3105:
+ case 2604:
resword = &wordlist[1863];
goto compare;
- case 3116:
+ case 2617:
resword = &wordlist[1864];
goto compare;
- case 3118:
+ case 2620:
resword = &wordlist[1865];
goto compare;
- case 3123:
+ case 2628:
resword = &wordlist[1866];
goto compare;
- case 3139:
+ case 2635:
resword = &wordlist[1867];
goto compare;
- case 3141:
+ case 2638:
resword = &wordlist[1868];
goto compare;
- case 3157:
+ case 2646:
resword = &wordlist[1869];
goto compare;
- case 3160:
+ case 2653:
resword = &wordlist[1870];
goto compare;
- case 3182:
+ case 2662:
resword = &wordlist[1871];
goto compare;
- case 3204:
+ case 2665:
resword = &wordlist[1872];
goto compare;
- case 3216:
+ case 2688:
resword = &wordlist[1873];
goto compare;
- case 3217:
+ case 2708:
resword = &wordlist[1874];
goto compare;
- case 3240:
+ case 2712:
resword = &wordlist[1875];
goto compare;
- case 3250:
+ case 2718:
resword = &wordlist[1876];
goto compare;
- case 3258:
+ case 2723:
resword = &wordlist[1877];
goto compare;
- case 3277:
+ case 2725:
resword = &wordlist[1878];
goto compare;
- case 3283:
+ case 2731:
resword = &wordlist[1879];
goto compare;
- case 3285:
+ case 2737:
resword = &wordlist[1880];
goto compare;
- case 3305:
+ case 2752:
resword = &wordlist[1881];
goto compare;
- case 3311:
+ case 2759:
resword = &wordlist[1882];
goto compare;
- case 3316:
+ case 2763:
resword = &wordlist[1883];
goto compare;
- case 3317:
+ case 2768:
resword = &wordlist[1884];
goto compare;
- case 3332:
+ case 2776:
resword = &wordlist[1885];
goto compare;
- case 3333:
+ case 2781:
resword = &wordlist[1886];
goto compare;
- case 3334:
+ case 2791:
resword = &wordlist[1887];
goto compare;
- case 3336:
+ case 2805:
resword = &wordlist[1888];
goto compare;
- case 3343:
+ case 2834:
resword = &wordlist[1889];
goto compare;
- case 3344:
+ case 2838:
resword = &wordlist[1890];
goto compare;
- case 3365:
+ case 2844:
resword = &wordlist[1891];
goto compare;
- case 3369:
+ case 2868:
resword = &wordlist[1892];
goto compare;
- case 3373:
+ case 2885:
resword = &wordlist[1893];
goto compare;
- case 3418:
+ case 2913:
resword = &wordlist[1894];
goto compare;
- case 3419:
+ case 2919:
resword = &wordlist[1895];
goto compare;
- case 3435:
+ case 2961:
resword = &wordlist[1896];
goto compare;
- case 3440:
+ case 2976:
resword = &wordlist[1897];
goto compare;
- case 3446:
+ case 2993:
resword = &wordlist[1898];
goto compare;
- case 3462:
+ case 2999:
resword = &wordlist[1899];
goto compare;
- case 3463:
+ case 3006:
resword = &wordlist[1900];
goto compare;
- case 3486:
+ case 3013:
resword = &wordlist[1901];
goto compare;
- case 3489:
+ case 3022:
resword = &wordlist[1902];
goto compare;
- case 3499:
+ case 3038:
resword = &wordlist[1903];
goto compare;
- case 3501:
+ case 3046:
resword = &wordlist[1904];
goto compare;
- case 3502:
+ case 3074:
resword = &wordlist[1905];
goto compare;
- case 3529:
+ case 3075:
resword = &wordlist[1906];
goto compare;
- case 3531:
+ case 3085:
resword = &wordlist[1907];
goto compare;
- case 3551:
+ case 3100:
resword = &wordlist[1908];
goto compare;
- case 3556:
+ case 3104:
resword = &wordlist[1909];
goto compare;
- case 3611:
+ case 3105:
resword = &wordlist[1910];
goto compare;
- case 3619:
+ case 3118:
resword = &wordlist[1911];
goto compare;
- case 3621:
+ case 3177:
resword = &wordlist[1912];
goto compare;
- case 3633:
+ case 3201:
resword = &wordlist[1913];
goto compare;
- case 3635:
+ case 3203:
resword = &wordlist[1914];
goto compare;
- case 3637:
+ case 3214:
resword = &wordlist[1915];
goto compare;
- case 3668:
+ case 3226:
resword = &wordlist[1916];
goto compare;
- case 3670:
+ case 3229:
resword = &wordlist[1917];
goto compare;
- case 3672:
+ case 3235:
resword = &wordlist[1918];
goto compare;
- case 3695:
+ case 3249:
resword = &wordlist[1919];
goto compare;
- case 3729:
+ case 3264:
resword = &wordlist[1920];
goto compare;
- case 3738:
+ case 3267:
resword = &wordlist[1921];
goto compare;
- case 3739:
+ case 3271:
resword = &wordlist[1922];
goto compare;
- case 3762:
+ case 3272:
resword = &wordlist[1923];
goto compare;
- case 3777:
+ case 3306:
resword = &wordlist[1924];
goto compare;
- case 3789:
+ case 3314:
resword = &wordlist[1925];
goto compare;
- case 3797:
+ case 3324:
resword = &wordlist[1926];
goto compare;
- case 3810:
+ case 3333:
resword = &wordlist[1927];
goto compare;
- case 3818:
+ case 3335:
resword = &wordlist[1928];
goto compare;
- case 3822:
+ case 3336:
resword = &wordlist[1929];
goto compare;
- case 3825:
+ case 3357:
resword = &wordlist[1930];
goto compare;
- case 3838:
+ case 3369:
resword = &wordlist[1931];
goto compare;
- case 3841:
+ case 3378:
resword = &wordlist[1932];
goto compare;
- case 3844:
+ case 3380:
resword = &wordlist[1933];
goto compare;
- case 3858:
+ case 3383:
resword = &wordlist[1934];
goto compare;
- case 3867:
+ case 3393:
resword = &wordlist[1935];
goto compare;
- case 3876:
+ case 3411:
resword = &wordlist[1936];
goto compare;
- case 3887:
+ case 3420:
resword = &wordlist[1937];
goto compare;
- case 3889:
+ case 3425:
resword = &wordlist[1938];
goto compare;
- case 3902:
+ case 3434:
resword = &wordlist[1939];
goto compare;
- case 3910:
+ case 3441:
resword = &wordlist[1940];
goto compare;
- case 3934:
+ case 3471:
resword = &wordlist[1941];
goto compare;
- case 3946:
+ case 3474:
resword = &wordlist[1942];
goto compare;
- case 3950:
+ case 3480:
resword = &wordlist[1943];
goto compare;
- case 3957:
+ case 3506:
resword = &wordlist[1944];
goto compare;
- case 3960:
+ case 3516:
resword = &wordlist[1945];
goto compare;
- case 4001:
+ case 3524:
resword = &wordlist[1946];
goto compare;
- case 4004:
+ case 3527:
resword = &wordlist[1947];
goto compare;
- case 4024:
+ case 3532:
resword = &wordlist[1948];
goto compare;
- case 4032:
+ case 3539:
resword = &wordlist[1949];
goto compare;
- case 4043:
+ case 3557:
resword = &wordlist[1950];
goto compare;
- case 4059:
+ case 3567:
resword = &wordlist[1951];
goto compare;
- case 4078:
+ case 3605:
resword = &wordlist[1952];
goto compare;
- case 4080:
+ case 3608:
resword = &wordlist[1953];
goto compare;
- case 4084:
+ case 3610:
resword = &wordlist[1954];
goto compare;
- case 4089:
+ case 3643:
resword = &wordlist[1955];
goto compare;
- case 4098:
+ case 3677:
resword = &wordlist[1956];
goto compare;
- case 4107:
+ case 3702:
resword = &wordlist[1957];
goto compare;
- case 4118:
+ case 3713:
resword = &wordlist[1958];
goto compare;
- case 4124:
+ case 3724:
resword = &wordlist[1959];
goto compare;
- case 4126:
+ case 3736:
resword = &wordlist[1960];
goto compare;
- case 4127:
+ case 3741:
resword = &wordlist[1961];
goto compare;
- case 4148:
+ case 3774:
resword = &wordlist[1962];
goto compare;
- case 4151:
+ case 3777:
resword = &wordlist[1963];
goto compare;
- case 4164:
+ case 3799:
resword = &wordlist[1964];
goto compare;
- case 4168:
+ case 3806:
resword = &wordlist[1965];
goto compare;
- case 4170:
+ case 3807:
resword = &wordlist[1966];
goto compare;
- case 4180:
+ case 3830:
resword = &wordlist[1967];
goto compare;
- case 4196:
+ case 3839:
resword = &wordlist[1968];
goto compare;
- case 4201:
+ case 3847:
resword = &wordlist[1969];
goto compare;
- case 4211:
+ case 3852:
resword = &wordlist[1970];
goto compare;
- case 4213:
+ case 3876:
resword = &wordlist[1971];
goto compare;
- case 4232:
+ case 3878:
resword = &wordlist[1972];
goto compare;
- case 4247:
+ case 3895:
resword = &wordlist[1973];
goto compare;
- case 4252:
+ case 3898:
resword = &wordlist[1974];
goto compare;
- case 4262:
+ case 3899:
resword = &wordlist[1975];
goto compare;
- case 4277:
+ case 3914:
resword = &wordlist[1976];
goto compare;
- case 4282:
+ case 3917:
resword = &wordlist[1977];
goto compare;
- case 4293:
+ case 3920:
resword = &wordlist[1978];
goto compare;
- case 4310:
+ case 3934:
resword = &wordlist[1979];
goto compare;
- case 4312:
+ case 3935:
resword = &wordlist[1980];
goto compare;
- case 4316:
+ case 3936:
resword = &wordlist[1981];
goto compare;
- case 4320:
+ case 3940:
resword = &wordlist[1982];
goto compare;
- case 4325:
+ case 3947:
resword = &wordlist[1983];
goto compare;
- case 4337:
+ case 3952:
resword = &wordlist[1984];
goto compare;
- case 4338:
+ case 3977:
resword = &wordlist[1985];
goto compare;
- case 4353:
+ case 3981:
resword = &wordlist[1986];
goto compare;
- case 4364:
+ case 3993:
resword = &wordlist[1987];
goto compare;
- case 4366:
+ case 3995:
resword = &wordlist[1988];
goto compare;
- case 4375:
+ case 4008:
resword = &wordlist[1989];
goto compare;
- case 4380:
+ case 4013:
resword = &wordlist[1990];
goto compare;
- case 4390:
+ case 4018:
resword = &wordlist[1991];
goto compare;
- case 4424:
+ case 4021:
resword = &wordlist[1992];
goto compare;
- case 4434:
+ case 4044:
resword = &wordlist[1993];
goto compare;
- case 4470:
+ case 4052:
resword = &wordlist[1994];
goto compare;
- case 4479:
+ case 4054:
resword = &wordlist[1995];
goto compare;
- case 4481:
+ case 4062:
resword = &wordlist[1996];
goto compare;
- case 4484:
+ case 4089:
resword = &wordlist[1997];
goto compare;
- case 4507:
+ case 4098:
resword = &wordlist[1998];
goto compare;
- case 4509:
+ case 4111:
resword = &wordlist[1999];
goto compare;
- case 4545:
+ case 4117:
resword = &wordlist[2000];
goto compare;
- case 4559:
+ case 4152:
resword = &wordlist[2001];
goto compare;
- case 4584:
+ case 4176:
resword = &wordlist[2002];
goto compare;
- case 4605:
+ case 4178:
resword = &wordlist[2003];
goto compare;
- case 4619:
+ case 4189:
resword = &wordlist[2004];
goto compare;
- case 4621:
+ case 4223:
resword = &wordlist[2005];
goto compare;
- case 4632:
+ case 4241:
resword = &wordlist[2006];
goto compare;
- case 4644:
+ case 4249:
resword = &wordlist[2007];
goto compare;
- case 4649:
+ case 4252:
resword = &wordlist[2008];
goto compare;
- case 4671:
+ case 4277:
resword = &wordlist[2009];
goto compare;
- case 4701:
+ case 4311:
resword = &wordlist[2010];
goto compare;
- case 4710:
+ case 4317:
resword = &wordlist[2011];
goto compare;
- case 4715:
+ case 4319:
resword = &wordlist[2012];
goto compare;
- case 4717:
+ case 4326:
resword = &wordlist[2013];
goto compare;
- case 4731:
+ case 4348:
resword = &wordlist[2014];
goto compare;
- case 4738:
+ case 4359:
resword = &wordlist[2015];
goto compare;
- case 4758:
+ case 4365:
resword = &wordlist[2016];
goto compare;
- case 4772:
+ case 4377:
resword = &wordlist[2017];
goto compare;
- case 4778:
+ case 4390:
resword = &wordlist[2018];
goto compare;
- case 4783:
+ case 4397:
resword = &wordlist[2019];
goto compare;
- case 4796:
+ case 4411:
resword = &wordlist[2020];
goto compare;
- case 4806:
+ case 4430:
resword = &wordlist[2021];
goto compare;
- case 4810:
+ case 4455:
resword = &wordlist[2022];
goto compare;
- case 4826:
+ case 4494:
resword = &wordlist[2023];
goto compare;
- case 4830:
+ case 4502:
resword = &wordlist[2024];
goto compare;
- case 4843:
+ case 4522:
resword = &wordlist[2025];
goto compare;
- case 4851:
+ case 4526:
resword = &wordlist[2026];
goto compare;
- case 4865:
+ case 4543:
resword = &wordlist[2027];
goto compare;
- case 4867:
+ case 4557:
resword = &wordlist[2028];
goto compare;
- case 4875:
+ case 4563:
resword = &wordlist[2029];
goto compare;
- case 4884:
+ case 4572:
resword = &wordlist[2030];
goto compare;
- case 4916:
+ case 4598:
resword = &wordlist[2031];
goto compare;
- case 4921:
+ case 4602:
resword = &wordlist[2032];
goto compare;
- case 4923:
+ case 4617:
resword = &wordlist[2033];
goto compare;
- case 4928:
+ case 4634:
resword = &wordlist[2034];
goto compare;
- case 4931:
+ case 4662:
resword = &wordlist[2035];
goto compare;
- case 4945:
+ case 4666:
resword = &wordlist[2036];
goto compare;
- case 4957:
+ case 4669:
resword = &wordlist[2037];
goto compare;
- case 4974:
+ case 4733:
resword = &wordlist[2038];
goto compare;
- case 4977:
+ case 4744:
resword = &wordlist[2039];
goto compare;
- case 4978:
+ case 4749:
resword = &wordlist[2040];
goto compare;
- case 4986:
+ case 4762:
resword = &wordlist[2041];
goto compare;
- case 5002:
+ case 4764:
resword = &wordlist[2042];
goto compare;
- case 5018:
+ case 4794:
resword = &wordlist[2043];
goto compare;
- case 5045:
+ case 4806:
resword = &wordlist[2044];
goto compare;
- case 5049:
+ case 4821:
resword = &wordlist[2045];
goto compare;
- case 5095:
+ case 4832:
resword = &wordlist[2046];
goto compare;
- case 5104:
+ case 4841:
resword = &wordlist[2047];
goto compare;
- case 5127:
+ case 4844:
resword = &wordlist[2048];
goto compare;
- case 5140:
+ case 4845:
resword = &wordlist[2049];
goto compare;
- case 5160:
+ case 4852:
resword = &wordlist[2050];
goto compare;
- case 5171:
+ case 4866:
resword = &wordlist[2051];
goto compare;
- case 5182:
+ case 4877:
resword = &wordlist[2052];
goto compare;
- case 5185:
+ case 4881:
resword = &wordlist[2053];
goto compare;
- case 5200:
+ case 4891:
resword = &wordlist[2054];
goto compare;
- case 5209:
+ case 4900:
resword = &wordlist[2055];
goto compare;
- case 5218:
+ case 4907:
resword = &wordlist[2056];
goto compare;
- case 5226:
+ case 4908:
resword = &wordlist[2057];
goto compare;
- case 5232:
+ case 4914:
resword = &wordlist[2058];
goto compare;
- case 5236:
+ case 4916:
resword = &wordlist[2059];
goto compare;
- case 5240:
+ case 4931:
resword = &wordlist[2060];
goto compare;
- case 5244:
+ case 4953:
resword = &wordlist[2061];
goto compare;
- case 5252:
+ case 4956:
resword = &wordlist[2062];
goto compare;
- case 5255:
+ case 4977:
resword = &wordlist[2063];
goto compare;
- case 5262:
+ case 4981:
resword = &wordlist[2064];
goto compare;
- case 5271:
+ case 4987:
resword = &wordlist[2065];
goto compare;
- case 5274:
+ case 4996:
resword = &wordlist[2066];
goto compare;
- case 5282:
+ case 4998:
resword = &wordlist[2067];
goto compare;
- case 5285:
+ case 5006:
resword = &wordlist[2068];
goto compare;
- case 5286:
+ case 5007:
resword = &wordlist[2069];
goto compare;
- case 5294:
+ case 5011:
resword = &wordlist[2070];
goto compare;
- case 5300:
+ case 5020:
resword = &wordlist[2071];
goto compare;
- case 5301:
+ case 5027:
resword = &wordlist[2072];
goto compare;
- case 5303:
+ case 5032:
resword = &wordlist[2073];
goto compare;
- case 5306:
+ case 5043:
resword = &wordlist[2074];
goto compare;
- case 5320:
+ case 5060:
resword = &wordlist[2075];
goto compare;
- case 5333:
+ case 5064:
resword = &wordlist[2076];
goto compare;
- case 5341:
+ case 5077:
resword = &wordlist[2077];
goto compare;
- case 5358:
+ case 5121:
resword = &wordlist[2078];
goto compare;
- case 5387:
+ case 5165:
resword = &wordlist[2079];
goto compare;
- case 5388:
+ case 5181:
resword = &wordlist[2080];
goto compare;
- case 5393:
+ case 5203:
resword = &wordlist[2081];
goto compare;
- case 5394:
+ case 5208:
resword = &wordlist[2082];
goto compare;
- case 5409:
+ case 5215:
resword = &wordlist[2083];
goto compare;
- case 5417:
+ case 5249:
resword = &wordlist[2084];
goto compare;
- case 5423:
+ case 5265:
resword = &wordlist[2085];
goto compare;
- case 5426:
+ case 5272:
resword = &wordlist[2086];
goto compare;
- case 5441:
+ case 5277:
resword = &wordlist[2087];
goto compare;
- case 5477:
+ case 5283:
resword = &wordlist[2088];
goto compare;
- case 5479:
+ case 5295:
resword = &wordlist[2089];
goto compare;
- case 5488:
+ case 5297:
resword = &wordlist[2090];
goto compare;
- case 5502:
+ case 5308:
resword = &wordlist[2091];
goto compare;
- case 5514:
+ case 5312:
resword = &wordlist[2092];
goto compare;
- case 5516:
+ case 5358:
resword = &wordlist[2093];
goto compare;
- case 5530:
+ case 5396:
resword = &wordlist[2094];
goto compare;
- case 5538:
+ case 5407:
resword = &wordlist[2095];
goto compare;
- case 5552:
+ case 5428:
resword = &wordlist[2096];
goto compare;
- case 5558:
+ case 5436:
resword = &wordlist[2097];
goto compare;
- case 5591:
+ case 5446:
resword = &wordlist[2098];
goto compare;
- case 5617:
+ case 5463:
resword = &wordlist[2099];
goto compare;
- case 5661:
+ case 5468:
resword = &wordlist[2100];
goto compare;
- case 5670:
+ case 5469:
resword = &wordlist[2101];
goto compare;
- case 5672:
+ case 5471:
resword = &wordlist[2102];
goto compare;
- case 5680:
+ case 5511:
resword = &wordlist[2103];
goto compare;
- case 5683:
+ case 5516:
resword = &wordlist[2104];
goto compare;
- case 5686:
+ case 5520:
resword = &wordlist[2105];
goto compare;
- case 5687:
+ case 5529:
resword = &wordlist[2106];
goto compare;
- case 5710:
+ case 5531:
resword = &wordlist[2107];
goto compare;
- case 5734:
+ case 5534:
resword = &wordlist[2108];
goto compare;
- case 5746:
+ case 5551:
resword = &wordlist[2109];
goto compare;
- case 5784:
+ case 5560:
resword = &wordlist[2110];
goto compare;
- case 5801:
+ case 5609:
resword = &wordlist[2111];
goto compare;
- case 5809:
+ case 5613:
resword = &wordlist[2112];
goto compare;
- case 5817:
+ case 5627:
resword = &wordlist[2113];
goto compare;
- case 5826:
+ case 5689:
resword = &wordlist[2114];
goto compare;
- case 5830:
+ case 5711:
resword = &wordlist[2115];
goto compare;
- case 5851:
+ case 5721:
resword = &wordlist[2116];
goto compare;
- case 5854:
+ case 5745:
resword = &wordlist[2117];
goto compare;
- case 5855:
+ case 5785:
resword = &wordlist[2118];
goto compare;
- case 5864:
+ case 5797:
resword = &wordlist[2119];
goto compare;
- case 5865:
+ case 5854:
resword = &wordlist[2120];
goto compare;
- case 5947:
+ case 5860:
resword = &wordlist[2121];
goto compare;
- case 5950:
+ case 5863:
resword = &wordlist[2122];
goto compare;
- case 5990:
+ case 5871:
resword = &wordlist[2123];
goto compare;
- case 6004:
+ case 5903:
resword = &wordlist[2124];
goto compare;
- case 6027:
+ case 5916:
resword = &wordlist[2125];
goto compare;
- case 6057:
+ case 5927:
resword = &wordlist[2126];
goto compare;
- case 6090:
+ case 5937:
resword = &wordlist[2127];
goto compare;
- case 6113:
+ case 5963:
resword = &wordlist[2128];
goto compare;
- case 6236:
+ case 5981:
resword = &wordlist[2129];
goto compare;
- case 6238:
+ case 5983:
resword = &wordlist[2130];
goto compare;
- case 6275:
+ case 5999:
resword = &wordlist[2131];
goto compare;
- case 6287:
+ case 6003:
resword = &wordlist[2132];
goto compare;
- case 6303:
+ case 6007:
resword = &wordlist[2133];
goto compare;
- case 6305:
+ case 6036:
resword = &wordlist[2134];
goto compare;
- case 6313:
+ case 6045:
resword = &wordlist[2135];
goto compare;
- case 6316:
+ case 6059:
resword = &wordlist[2136];
goto compare;
- case 6339:
+ case 6072:
resword = &wordlist[2137];
goto compare;
- case 6350:
+ case 6076:
resword = &wordlist[2138];
goto compare;
- case 6358:
+ case 6087:
resword = &wordlist[2139];
goto compare;
- case 6363:
+ case 6088:
resword = &wordlist[2140];
goto compare;
- case 6369:
+ case 6090:
resword = &wordlist[2141];
goto compare;
- case 6403:
+ case 6101:
resword = &wordlist[2142];
goto compare;
- case 6411:
+ case 6113:
resword = &wordlist[2143];
goto compare;
- case 6413:
+ case 6117:
resword = &wordlist[2144];
goto compare;
- case 6414:
+ case 6121:
resword = &wordlist[2145];
goto compare;
- case 6423:
+ case 6124:
resword = &wordlist[2146];
goto compare;
- case 6433:
+ case 6141:
resword = &wordlist[2147];
goto compare;
- case 6438:
+ case 6155:
resword = &wordlist[2148];
goto compare;
- case 6441:
+ case 6160:
resword = &wordlist[2149];
goto compare;
- case 6485:
+ case 6171:
resword = &wordlist[2150];
goto compare;
- case 6486:
+ case 6203:
resword = &wordlist[2151];
goto compare;
- case 6507:
+ case 6264:
resword = &wordlist[2152];
goto compare;
- case 6512:
+ case 6288:
resword = &wordlist[2153];
goto compare;
- case 6513:
+ case 6296:
resword = &wordlist[2154];
goto compare;
- case 6524:
+ case 6308:
resword = &wordlist[2155];
goto compare;
- case 6527:
+ case 6331:
resword = &wordlist[2156];
goto compare;
- case 6582:
+ case 6348:
resword = &wordlist[2157];
goto compare;
- case 6599:
+ case 6350:
resword = &wordlist[2158];
goto compare;
- case 6603:
+ case 6357:
resword = &wordlist[2159];
goto compare;
- case 6639:
+ case 6358:
resword = &wordlist[2160];
goto compare;
- case 6648:
+ case 6377:
resword = &wordlist[2161];
goto compare;
- case 6673:
+ case 6389:
resword = &wordlist[2162];
goto compare;
- case 6676:
+ case 6401:
resword = &wordlist[2163];
goto compare;
- case 6705:
+ case 6411:
resword = &wordlist[2164];
goto compare;
- case 6711:
+ case 6416:
resword = &wordlist[2165];
goto compare;
- case 6713:
+ case 6426:
resword = &wordlist[2166];
goto compare;
- case 6719:
+ case 6452:
resword = &wordlist[2167];
goto compare;
- case 6726:
+ case 6466:
resword = &wordlist[2168];
goto compare;
- case 6740:
+ case 6483:
resword = &wordlist[2169];
goto compare;
- case 6752:
+ case 6518:
resword = &wordlist[2170];
goto compare;
- case 6772:
+ case 6541:
resword = &wordlist[2171];
goto compare;
- case 6803:
+ case 6547:
resword = &wordlist[2172];
goto compare;
- case 6807:
+ case 6572:
resword = &wordlist[2173];
goto compare;
- case 6810:
+ case 6575:
resword = &wordlist[2174];
goto compare;
- case 6871:
+ case 6576:
resword = &wordlist[2175];
goto compare;
- case 6886:
+ case 6579:
resword = &wordlist[2176];
goto compare;
- case 6890:
+ case 6601:
resword = &wordlist[2177];
goto compare;
- case 6900:
+ case 6606:
resword = &wordlist[2178];
goto compare;
- case 6912:
+ case 6636:
resword = &wordlist[2179];
goto compare;
- case 6914:
+ case 6639:
resword = &wordlist[2180];
goto compare;
- case 6919:
+ case 6669:
resword = &wordlist[2181];
goto compare;
- case 6933:
+ case 6676:
resword = &wordlist[2182];
goto compare;
- case 6948:
+ case 6684:
resword = &wordlist[2183];
goto compare;
- case 6967:
+ case 6703:
resword = &wordlist[2184];
goto compare;
- case 6981:
+ case 6718:
resword = &wordlist[2185];
goto compare;
- case 6982:
+ case 6724:
resword = &wordlist[2186];
goto compare;
- case 6987:
+ case 6750:
resword = &wordlist[2187];
goto compare;
- case 6998:
+ case 6754:
resword = &wordlist[2188];
goto compare;
- case 7021:
+ case 6756:
resword = &wordlist[2189];
goto compare;
- case 7029:
+ case 6787:
resword = &wordlist[2190];
goto compare;
- case 7058:
+ case 6798:
resword = &wordlist[2191];
goto compare;
- case 7064:
+ case 6817:
resword = &wordlist[2192];
goto compare;
- case 7074:
+ case 6884:
resword = &wordlist[2193];
goto compare;
- case 7078:
+ case 6896:
resword = &wordlist[2194];
goto compare;
- case 7092:
+ case 6922:
resword = &wordlist[2195];
goto compare;
- case 7094:
+ case 6931:
resword = &wordlist[2196];
goto compare;
- case 7100:
+ case 6949:
resword = &wordlist[2197];
goto compare;
- case 7103:
+ case 6951:
resword = &wordlist[2198];
goto compare;
- case 7136:
+ case 6953:
resword = &wordlist[2199];
goto compare;
- case 7137:
+ case 6954:
resword = &wordlist[2200];
goto compare;
- case 7169:
+ case 6957:
resword = &wordlist[2201];
goto compare;
- case 7172:
+ case 7003:
resword = &wordlist[2202];
goto compare;
- case 7179:
+ case 7004:
resword = &wordlist[2203];
goto compare;
- case 7185:
+ case 7012:
resword = &wordlist[2204];
goto compare;
- case 7197:
+ case 7018:
resword = &wordlist[2205];
goto compare;
- case 7204:
+ case 7024:
resword = &wordlist[2206];
goto compare;
- case 7214:
+ case 7048:
resword = &wordlist[2207];
goto compare;
- case 7234:
+ case 7079:
resword = &wordlist[2208];
goto compare;
- case 7235:
+ case 7085:
resword = &wordlist[2209];
goto compare;
- case 7258:
+ case 7092:
resword = &wordlist[2210];
goto compare;
- case 7272:
+ case 7113:
resword = &wordlist[2211];
goto compare;
- case 7273:
+ case 7129:
resword = &wordlist[2212];
goto compare;
- case 7312:
+ case 7132:
resword = &wordlist[2213];
goto compare;
- case 7334:
+ case 7141:
resword = &wordlist[2214];
goto compare;
- case 7344:
+ case 7143:
resword = &wordlist[2215];
goto compare;
- case 7371:
+ case 7164:
resword = &wordlist[2216];
goto compare;
- case 7403:
+ case 7166:
resword = &wordlist[2217];
goto compare;
- case 7427:
+ case 7176:
resword = &wordlist[2218];
goto compare;
- case 7431:
+ case 7213:
resword = &wordlist[2219];
goto compare;
- case 7440:
+ case 7218:
resword = &wordlist[2220];
goto compare;
- case 7451:
+ case 7225:
resword = &wordlist[2221];
goto compare;
- case 7461:
+ case 7228:
resword = &wordlist[2222];
goto compare;
- case 7478:
+ case 7232:
resword = &wordlist[2223];
goto compare;
- case 7483:
+ case 7246:
resword = &wordlist[2224];
goto compare;
- case 7491:
+ case 7250:
resword = &wordlist[2225];
goto compare;
- case 7495:
+ case 7254:
resword = &wordlist[2226];
goto compare;
- case 7507:
+ case 7272:
resword = &wordlist[2227];
goto compare;
- case 7515:
+ case 7278:
resword = &wordlist[2228];
goto compare;
- case 7525:
+ case 7279:
resword = &wordlist[2229];
goto compare;
- case 7528:
+ case 7292:
resword = &wordlist[2230];
goto compare;
- case 7535:
+ case 7297:
resword = &wordlist[2231];
goto compare;
- case 7536:
+ case 7333:
resword = &wordlist[2232];
goto compare;
- case 7553:
+ case 7340:
resword = &wordlist[2233];
goto compare;
- case 7563:
+ case 7352:
resword = &wordlist[2234];
goto compare;
- case 7564:
+ case 7353:
resword = &wordlist[2235];
goto compare;
- case 7573:
+ case 7356:
resword = &wordlist[2236];
goto compare;
- case 7577:
+ case 7361:
resword = &wordlist[2237];
goto compare;
- case 7593:
+ case 7362:
resword = &wordlist[2238];
goto compare;
- case 7597:
+ case 7377:
resword = &wordlist[2239];
goto compare;
- case 7606:
+ case 7397:
resword = &wordlist[2240];
goto compare;
- case 7610:
+ case 7415:
resword = &wordlist[2241];
goto compare;
- case 7637:
+ case 7420:
resword = &wordlist[2242];
goto compare;
- case 7641:
+ case 7433:
resword = &wordlist[2243];
goto compare;
- case 7652:
+ case 7453:
resword = &wordlist[2244];
goto compare;
- case 7659:
+ case 7465:
resword = &wordlist[2245];
goto compare;
- case 7676:
+ case 7475:
resword = &wordlist[2246];
goto compare;
- case 7712:
+ case 7488:
resword = &wordlist[2247];
goto compare;
- case 7713:
+ case 7489:
resword = &wordlist[2248];
goto compare;
- case 7722:
+ case 7510:
resword = &wordlist[2249];
goto compare;
- case 7731:
+ case 7527:
resword = &wordlist[2250];
goto compare;
- case 7733:
+ case 7538:
resword = &wordlist[2251];
goto compare;
- case 7735:
+ case 7543:
resword = &wordlist[2252];
goto compare;
- case 7777:
+ case 7546:
resword = &wordlist[2253];
goto compare;
- case 7778:
+ case 7562:
resword = &wordlist[2254];
goto compare;
- case 7785:
+ case 7579:
resword = &wordlist[2255];
goto compare;
- case 7804:
+ case 7583:
resword = &wordlist[2256];
goto compare;
- case 7811:
+ case 7602:
resword = &wordlist[2257];
goto compare;
- case 7819:
+ case 7639:
resword = &wordlist[2258];
goto compare;
- case 7820:
+ case 7683:
resword = &wordlist[2259];
goto compare;
- case 7857:
+ case 7699:
resword = &wordlist[2260];
goto compare;
- case 7861:
+ case 7706:
resword = &wordlist[2261];
goto compare;
- case 7873:
+ case 7730:
resword = &wordlist[2262];
goto compare;
- case 7889:
+ case 7736:
resword = &wordlist[2263];
goto compare;
- case 7908:
+ case 7749:
resword = &wordlist[2264];
goto compare;
- case 7913:
+ case 7772:
resword = &wordlist[2265];
goto compare;
- case 7939:
+ case 7776:
resword = &wordlist[2266];
goto compare;
- case 7949:
+ case 7830:
resword = &wordlist[2267];
goto compare;
- case 7963:
+ case 7843:
resword = &wordlist[2268];
goto compare;
- case 7982:
+ case 7847:
resword = &wordlist[2269];
goto compare;
- case 8005:
+ case 7871:
resword = &wordlist[2270];
goto compare;
- case 8012:
+ case 7893:
resword = &wordlist[2271];
goto compare;
- case 8020:
+ case 7904:
resword = &wordlist[2272];
goto compare;
- case 8028:
+ case 7906:
resword = &wordlist[2273];
goto compare;
- case 8059:
+ case 7919:
resword = &wordlist[2274];
goto compare;
- case 8063:
+ case 7930:
resword = &wordlist[2275];
goto compare;
- case 8072:
+ case 7953:
resword = &wordlist[2276];
goto compare;
- case 8073:
+ case 7958:
resword = &wordlist[2277];
goto compare;
- case 8080:
+ case 7964:
resword = &wordlist[2278];
goto compare;
- case 8113:
+ case 7979:
resword = &wordlist[2279];
goto compare;
- case 8123:
+ case 7995:
resword = &wordlist[2280];
goto compare;
- case 8124:
+ case 8007:
resword = &wordlist[2281];
goto compare;
- case 8167:
+ case 8010:
resword = &wordlist[2282];
goto compare;
- case 8202:
+ case 8015:
resword = &wordlist[2283];
goto compare;
- case 8212:
+ case 8019:
resword = &wordlist[2284];
goto compare;
- case 8247:
+ case 8024:
resword = &wordlist[2285];
goto compare;
- case 8274:
+ case 8052:
resword = &wordlist[2286];
goto compare;
- case 8290:
+ case 8057:
resword = &wordlist[2287];
goto compare;
- case 8295:
+ case 8073:
resword = &wordlist[2288];
goto compare;
- case 8300:
+ case 8088:
resword = &wordlist[2289];
goto compare;
- case 8353:
+ case 8100:
resword = &wordlist[2290];
goto compare;
- case 8354:
+ case 8117:
resword = &wordlist[2291];
goto compare;
- case 8370:
+ case 8126:
resword = &wordlist[2292];
goto compare;
- case 8379:
+ case 8138:
resword = &wordlist[2293];
goto compare;
- case 8394:
+ case 8140:
resword = &wordlist[2294];
goto compare;
- case 8397:
+ case 8150:
resword = &wordlist[2295];
goto compare;
- case 8409:
+ case 8156:
resword = &wordlist[2296];
goto compare;
- case 8420:
+ case 8159:
resword = &wordlist[2297];
goto compare;
- case 8434:
+ case 8160:
resword = &wordlist[2298];
goto compare;
- case 8447:
+ case 8188:
resword = &wordlist[2299];
goto compare;
- case 8473:
+ case 8203:
resword = &wordlist[2300];
goto compare;
- case 8476:
+ case 8210:
resword = &wordlist[2301];
goto compare;
- case 8495:
+ case 8215:
resword = &wordlist[2302];
goto compare;
- case 8502:
+ case 8229:
resword = &wordlist[2303];
goto compare;
- case 8504:
+ case 8231:
resword = &wordlist[2304];
goto compare;
- case 8572:
+ case 8248:
resword = &wordlist[2305];
goto compare;
- case 8584:
+ case 8265:
resword = &wordlist[2306];
goto compare;
- case 8589:
+ case 8270:
resword = &wordlist[2307];
goto compare;
- case 8597:
+ case 8351:
resword = &wordlist[2308];
goto compare;
- case 8625:
+ case 8400:
resword = &wordlist[2309];
goto compare;
- case 8637:
+ case 8500:
resword = &wordlist[2310];
goto compare;
- case 8639:
+ case 8520:
resword = &wordlist[2311];
goto compare;
- case 8653:
+ case 8531:
resword = &wordlist[2312];
goto compare;
- case 8654:
+ case 8538:
resword = &wordlist[2313];
goto compare;
- case 8665:
+ case 8542:
resword = &wordlist[2314];
goto compare;
- case 8672:
+ case 8554:
resword = &wordlist[2315];
goto compare;
- case 8690:
+ case 8569:
resword = &wordlist[2316];
goto compare;
- case 8691:
+ case 8578:
resword = &wordlist[2317];
goto compare;
- case 8719:
+ case 8604:
resword = &wordlist[2318];
goto compare;
- case 8730:
+ case 8627:
resword = &wordlist[2319];
goto compare;
- case 8741:
+ case 8629:
resword = &wordlist[2320];
goto compare;
- case 8789:
+ case 8635:
resword = &wordlist[2321];
goto compare;
- case 8826:
+ case 8641:
resword = &wordlist[2322];
goto compare;
- case 8829:
+ case 8667:
resword = &wordlist[2323];
goto compare;
- case 8859:
+ case 8671:
resword = &wordlist[2324];
goto compare;
- case 8915:
+ case 8691:
resword = &wordlist[2325];
goto compare;
- case 8924:
+ case 8714:
resword = &wordlist[2326];
goto compare;
- case 8926:
+ case 8718:
resword = &wordlist[2327];
goto compare;
- case 8956:
+ case 8719:
resword = &wordlist[2328];
goto compare;
- case 9009:
+ case 8723:
resword = &wordlist[2329];
goto compare;
- case 9042:
+ case 8738:
resword = &wordlist[2330];
goto compare;
- case 9045:
+ case 8773:
resword = &wordlist[2331];
goto compare;
- case 9047:
+ case 8780:
resword = &wordlist[2332];
goto compare;
- case 9061:
+ case 8797:
resword = &wordlist[2333];
goto compare;
- case 9065:
+ case 8813:
resword = &wordlist[2334];
goto compare;
- case 9078:
+ case 8881:
resword = &wordlist[2335];
goto compare;
- case 9099:
+ case 8886:
resword = &wordlist[2336];
goto compare;
- case 9128:
+ case 8890:
resword = &wordlist[2337];
goto compare;
- case 9151:
+ case 8896:
resword = &wordlist[2338];
goto compare;
- case 9162:
+ case 8914:
resword = &wordlist[2339];
goto compare;
- case 9164:
+ case 8930:
resword = &wordlist[2340];
goto compare;
- case 9181:
+ case 8933:
resword = &wordlist[2341];
goto compare;
- case 9229:
+ case 8936:
resword = &wordlist[2342];
goto compare;
- case 9240:
+ case 8941:
resword = &wordlist[2343];
goto compare;
- case 9241:
+ case 8944:
resword = &wordlist[2344];
goto compare;
- case 9250:
+ case 8947:
resword = &wordlist[2345];
goto compare;
- case 9255:
+ case 8957:
resword = &wordlist[2346];
goto compare;
- case 9264:
+ case 8967:
resword = &wordlist[2347];
goto compare;
- case 9271:
+ case 8998:
resword = &wordlist[2348];
goto compare;
- case 9327:
+ case 9011:
resword = &wordlist[2349];
goto compare;
- case 9329:
+ case 9013:
resword = &wordlist[2350];
goto compare;
- case 9339:
+ case 9087:
resword = &wordlist[2351];
goto compare;
- case 9347:
+ case 9100:
resword = &wordlist[2352];
goto compare;
- case 9349:
+ case 9101:
resword = &wordlist[2353];
goto compare;
- case 9359:
+ case 9109:
resword = &wordlist[2354];
goto compare;
- case 9360:
+ case 9110:
resword = &wordlist[2355];
goto compare;
- case 9391:
+ case 9120:
resword = &wordlist[2356];
goto compare;
- case 9407:
+ case 9131:
resword = &wordlist[2357];
goto compare;
- case 9424:
+ case 9147:
resword = &wordlist[2358];
goto compare;
- case 9438:
+ case 9152:
resword = &wordlist[2359];
goto compare;
- case 9447:
+ case 9189:
resword = &wordlist[2360];
goto compare;
- case 9451:
+ case 9208:
resword = &wordlist[2361];
goto compare;
- case 9463:
+ case 9215:
resword = &wordlist[2362];
goto compare;
- case 9483:
+ case 9225:
resword = &wordlist[2363];
goto compare;
- case 9484:
+ case 9234:
resword = &wordlist[2364];
goto compare;
- case 9488:
+ case 9246:
resword = &wordlist[2365];
goto compare;
- case 9491:
+ case 9248:
resword = &wordlist[2366];
goto compare;
- case 9497:
+ case 9262:
resword = &wordlist[2367];
goto compare;
- case 9501:
+ case 9274:
resword = &wordlist[2368];
goto compare;
- case 9531:
+ case 9275:
resword = &wordlist[2369];
goto compare;
- case 9538:
+ case 9300:
resword = &wordlist[2370];
goto compare;
- case 9561:
+ case 9309:
resword = &wordlist[2371];
goto compare;
- case 9563:
+ case 9392:
resword = &wordlist[2372];
goto compare;
- case 9564:
+ case 9405:
resword = &wordlist[2373];
goto compare;
- case 9572:
+ case 9415:
resword = &wordlist[2374];
goto compare;
- case 9588:
+ case 9437:
resword = &wordlist[2375];
goto compare;
- case 9592:
+ case 9439:
resword = &wordlist[2376];
goto compare;
- case 9601:
+ case 9460:
resword = &wordlist[2377];
goto compare;
- case 9622:
+ case 9461:
resword = &wordlist[2378];
goto compare;
- case 9651:
+ case 9471:
resword = &wordlist[2379];
goto compare;
- case 9664:
+ case 9524:
resword = &wordlist[2380];
goto compare;
- case 9680:
+ case 9574:
resword = &wordlist[2381];
goto compare;
- case 9707:
+ case 9584:
resword = &wordlist[2382];
goto compare;
- case 9742:
+ case 9655:
resword = &wordlist[2383];
goto compare;
- case 9744:
+ case 9695:
resword = &wordlist[2384];
goto compare;
- case 9745:
+ case 9721:
resword = &wordlist[2385];
goto compare;
- case 9771:
+ case 9724:
resword = &wordlist[2386];
goto compare;
- case 9777:
+ case 9766:
resword = &wordlist[2387];
goto compare;
- case 9779:
+ case 9771:
resword = &wordlist[2388];
goto compare;
- case 9782:
+ case 9775:
resword = &wordlist[2389];
goto compare;
- case 9784:
+ case 9803:
resword = &wordlist[2390];
goto compare;
- case 9803:
+ case 9808:
resword = &wordlist[2391];
goto compare;
- case 9809:
+ case 9840:
resword = &wordlist[2392];
goto compare;
- case 9820:
+ case 9845:
resword = &wordlist[2393];
goto compare;
- case 9821:
+ case 9871:
resword = &wordlist[2394];
goto compare;
- case 9832:
+ case 9887:
resword = &wordlist[2395];
goto compare;
- case 9837:
+ case 9894:
resword = &wordlist[2396];
goto compare;
- case 9838:
+ case 9979:
resword = &wordlist[2397];
goto compare;
- case 9846:
+ case 10008:
resword = &wordlist[2398];
goto compare;
- case 9849:
+ case 10034:
resword = &wordlist[2399];
goto compare;
- case 9870:
+ case 10045:
resword = &wordlist[2400];
goto compare;
- case 9887:
+ case 10070:
resword = &wordlist[2401];
goto compare;
- case 9908:
+ case 10099:
resword = &wordlist[2402];
goto compare;
- case 9964:
+ case 10133:
resword = &wordlist[2403];
goto compare;
- case 9971:
+ case 10134:
resword = &wordlist[2404];
goto compare;
- case 10042:
+ case 10155:
resword = &wordlist[2405];
goto compare;
- case 10067:
+ case 10181:
resword = &wordlist[2406];
goto compare;
- case 10103:
+ case 10204:
resword = &wordlist[2407];
goto compare;
- case 10121:
+ case 10208:
resword = &wordlist[2408];
goto compare;
- case 10124:
+ case 10235:
resword = &wordlist[2409];
goto compare;
- case 10128:
+ case 10240:
resword = &wordlist[2410];
goto compare;
- case 10135:
+ case 10254:
resword = &wordlist[2411];
goto compare;
- case 10150:
+ case 10257:
resword = &wordlist[2412];
goto compare;
- case 10156:
+ case 10266:
resword = &wordlist[2413];
goto compare;
- case 10160:
+ case 10285:
resword = &wordlist[2414];
goto compare;
- case 10180:
+ case 10288:
resword = &wordlist[2415];
goto compare;
- case 10181:
+ case 10290:
resword = &wordlist[2416];
goto compare;
- case 10184:
+ case 10305:
resword = &wordlist[2417];
goto compare;
- case 10234:
+ case 10308:
resword = &wordlist[2418];
goto compare;
- case 10246:
+ case 10326:
resword = &wordlist[2419];
goto compare;
- case 10266:
+ case 10383:
resword = &wordlist[2420];
goto compare;
- case 10330:
+ case 10388:
resword = &wordlist[2421];
goto compare;
- case 10339:
+ case 10412:
resword = &wordlist[2422];
goto compare;
- case 10349:
+ case 10505:
resword = &wordlist[2423];
goto compare;
- case 10370:
+ case 10564:
resword = &wordlist[2424];
goto compare;
- case 10436:
+ case 10579:
resword = &wordlist[2425];
goto compare;
- case 10448:
+ case 10624:
resword = &wordlist[2426];
goto compare;
- case 10464:
+ case 10625:
resword = &wordlist[2427];
goto compare;
- case 10478:
+ case 10642:
resword = &wordlist[2428];
goto compare;
- case 10516:
+ case 10643:
resword = &wordlist[2429];
goto compare;
- case 10520:
+ case 10653:
resword = &wordlist[2430];
goto compare;
- case 10524:
+ case 10672:
resword = &wordlist[2431];
goto compare;
- case 10530:
+ case 10678:
resword = &wordlist[2432];
goto compare;
- case 10600:
+ case 10680:
resword = &wordlist[2433];
goto compare;
- case 10610:
+ case 10682:
resword = &wordlist[2434];
goto compare;
- case 10629:
+ case 10686:
resword = &wordlist[2435];
goto compare;
- case 10720:
+ case 10700:
resword = &wordlist[2436];
goto compare;
- case 10721:
+ case 10711:
resword = &wordlist[2437];
goto compare;
- case 10746:
+ case 10742:
resword = &wordlist[2438];
goto compare;
- case 10750:
+ case 10744:
resword = &wordlist[2439];
goto compare;
- case 10752:
+ case 10751:
resword = &wordlist[2440];
goto compare;
case 10755:
@@ -10632,2088 +10665,2187 @@ Perfect_Hash::in_word_set (const char *str, size_t len)
case 10758:
resword = &wordlist[2442];
goto compare;
- case 10759:
+ case 10768:
resword = &wordlist[2443];
goto compare;
- case 10761:
+ case 10770:
resword = &wordlist[2444];
goto compare;
- case 10762:
+ case 10793:
resword = &wordlist[2445];
goto compare;
- case 10765:
+ case 10854:
resword = &wordlist[2446];
goto compare;
- case 10771:
+ case 10871:
resword = &wordlist[2447];
goto compare;
- case 10789:
+ case 10892:
resword = &wordlist[2448];
goto compare;
- case 10796:
+ case 10907:
resword = &wordlist[2449];
goto compare;
- case 10812:
+ case 10938:
resword = &wordlist[2450];
goto compare;
- case 10831:
+ case 10940:
resword = &wordlist[2451];
goto compare;
- case 10836:
+ case 10952:
resword = &wordlist[2452];
goto compare;
- case 10848:
+ case 10954:
resword = &wordlist[2453];
goto compare;
- case 10871:
+ case 10969:
resword = &wordlist[2454];
goto compare;
- case 10884:
+ case 10970:
resword = &wordlist[2455];
goto compare;
- case 10894:
+ case 10975:
resword = &wordlist[2456];
goto compare;
- case 10902:
+ case 11021:
resword = &wordlist[2457];
goto compare;
- case 10904:
+ case 11029:
resword = &wordlist[2458];
goto compare;
- case 10924:
+ case 11042:
resword = &wordlist[2459];
goto compare;
- case 10937:
+ case 11066:
resword = &wordlist[2460];
goto compare;
- case 10939:
+ case 11074:
resword = &wordlist[2461];
goto compare;
- case 10958:
+ case 11123:
resword = &wordlist[2462];
goto compare;
- case 11015:
+ case 11131:
resword = &wordlist[2463];
goto compare;
- case 11027:
+ case 11133:
resword = &wordlist[2464];
goto compare;
- case 11058:
+ case 11140:
resword = &wordlist[2465];
goto compare;
- case 11076:
+ case 11141:
resword = &wordlist[2466];
goto compare;
- case 11091:
+ case 11145:
resword = &wordlist[2467];
goto compare;
- case 11173:
+ case 11158:
resword = &wordlist[2468];
goto compare;
- case 11180:
+ case 11174:
resword = &wordlist[2469];
goto compare;
- case 11192:
+ case 11198:
resword = &wordlist[2470];
goto compare;
- case 11196:
+ case 11228:
resword = &wordlist[2471];
goto compare;
- case 11209:
+ case 11234:
resword = &wordlist[2472];
goto compare;
- case 11215:
+ case 11240:
resword = &wordlist[2473];
goto compare;
- case 11233:
+ case 11289:
resword = &wordlist[2474];
goto compare;
- case 11234:
+ case 11299:
resword = &wordlist[2475];
goto compare;
- case 11244:
+ case 11312:
resword = &wordlist[2476];
goto compare;
- case 11252:
+ case 11318:
resword = &wordlist[2477];
goto compare;
- case 11272:
+ case 11330:
resword = &wordlist[2478];
goto compare;
- case 11279:
+ case 11354:
resword = &wordlist[2479];
goto compare;
- case 11295:
+ case 11365:
resword = &wordlist[2480];
goto compare;
- case 11319:
+ case 11388:
resword = &wordlist[2481];
goto compare;
- case 11326:
+ case 11453:
resword = &wordlist[2482];
goto compare;
- case 11329:
+ case 11464:
resword = &wordlist[2483];
goto compare;
- case 11400:
+ case 11581:
resword = &wordlist[2484];
goto compare;
- case 11425:
+ case 11584:
resword = &wordlist[2485];
goto compare;
- case 11490:
+ case 11589:
resword = &wordlist[2486];
goto compare;
- case 11505:
+ case 11590:
resword = &wordlist[2487];
goto compare;
- case 11526:
+ case 11659:
resword = &wordlist[2488];
goto compare;
- case 11532:
+ case 11665:
resword = &wordlist[2489];
goto compare;
- case 11553:
+ case 11684:
resword = &wordlist[2490];
goto compare;
- case 11574:
+ case 11697:
resword = &wordlist[2491];
goto compare;
- case 11593:
+ case 11758:
resword = &wordlist[2492];
goto compare;
- case 11598:
+ case 11820:
resword = &wordlist[2493];
goto compare;
- case 11620:
+ case 11865:
resword = &wordlist[2494];
goto compare;
- case 11649:
+ case 11897:
resword = &wordlist[2495];
goto compare;
- case 11665:
+ case 11909:
resword = &wordlist[2496];
goto compare;
- case 11698:
+ case 11959:
resword = &wordlist[2497];
goto compare;
- case 11722:
+ case 11964:
resword = &wordlist[2498];
goto compare;
- case 11797:
+ case 11965:
resword = &wordlist[2499];
goto compare;
- case 11802:
+ case 12035:
resword = &wordlist[2500];
goto compare;
- case 11806:
+ case 12045:
resword = &wordlist[2501];
goto compare;
- case 11820:
+ case 12054:
resword = &wordlist[2502];
goto compare;
- case 11827:
+ case 12055:
resword = &wordlist[2503];
goto compare;
- case 11911:
+ case 12066:
resword = &wordlist[2504];
goto compare;
- case 11935:
+ case 12079:
resword = &wordlist[2505];
goto compare;
- case 11958:
+ case 12098:
resword = &wordlist[2506];
goto compare;
- case 11969:
+ case 12110:
resword = &wordlist[2507];
goto compare;
- case 12004:
+ case 12116:
resword = &wordlist[2508];
goto compare;
- case 12012:
+ case 12119:
resword = &wordlist[2509];
goto compare;
- case 12043:
+ case 12121:
resword = &wordlist[2510];
goto compare;
- case 12053:
+ case 12153:
resword = &wordlist[2511];
goto compare;
- case 12082:
+ case 12158:
resword = &wordlist[2512];
goto compare;
- case 12089:
+ case 12159:
resword = &wordlist[2513];
goto compare;
- case 12097:
+ case 12165:
resword = &wordlist[2514];
goto compare;
- case 12100:
+ case 12166:
resword = &wordlist[2515];
goto compare;
- case 12107:
+ case 12169:
resword = &wordlist[2516];
goto compare;
- case 12113:
+ case 12218:
resword = &wordlist[2517];
goto compare;
- case 12122:
+ case 12254:
resword = &wordlist[2518];
goto compare;
- case 12129:
+ case 12263:
resword = &wordlist[2519];
goto compare;
- case 12145:
+ case 12284:
resword = &wordlist[2520];
goto compare;
- case 12199:
+ case 12285:
resword = &wordlist[2521];
goto compare;
- case 12200:
+ case 12288:
resword = &wordlist[2522];
goto compare;
- case 12201:
+ case 12293:
resword = &wordlist[2523];
goto compare;
- case 12214:
+ case 12302:
resword = &wordlist[2524];
goto compare;
- case 12225:
+ case 12319:
resword = &wordlist[2525];
goto compare;
- case 12229:
+ case 12340:
resword = &wordlist[2526];
goto compare;
- case 12234:
+ case 12355:
resword = &wordlist[2527];
goto compare;
- case 12244:
+ case 12375:
resword = &wordlist[2528];
goto compare;
- case 12279:
+ case 12377:
resword = &wordlist[2529];
goto compare;
- case 12319:
+ case 12417:
resword = &wordlist[2530];
goto compare;
- case 12321:
+ case 12481:
resword = &wordlist[2531];
goto compare;
- case 12323:
+ case 12531:
resword = &wordlist[2532];
goto compare;
- case 12326:
+ case 12536:
resword = &wordlist[2533];
goto compare;
- case 12335:
+ case 12543:
resword = &wordlist[2534];
goto compare;
- case 12339:
+ case 12550:
resword = &wordlist[2535];
goto compare;
- case 12344:
+ case 12560:
resword = &wordlist[2536];
goto compare;
- case 12358:
+ case 12582:
resword = &wordlist[2537];
goto compare;
- case 12359:
+ case 12584:
resword = &wordlist[2538];
goto compare;
- case 12363:
+ case 12591:
resword = &wordlist[2539];
goto compare;
- case 12376:
+ case 12596:
resword = &wordlist[2540];
goto compare;
- case 12377:
+ case 12603:
resword = &wordlist[2541];
goto compare;
- case 12378:
+ case 12611:
resword = &wordlist[2542];
goto compare;
- case 12416:
+ case 12613:
resword = &wordlist[2543];
goto compare;
- case 12418:
+ case 12626:
resword = &wordlist[2544];
goto compare;
- case 12430:
+ case 12632:
resword = &wordlist[2545];
goto compare;
- case 12433:
+ case 12660:
resword = &wordlist[2546];
goto compare;
- case 12453:
+ case 12682:
resword = &wordlist[2547];
goto compare;
- case 12478:
+ case 12703:
resword = &wordlist[2548];
goto compare;
- case 12500:
+ case 12719:
resword = &wordlist[2549];
goto compare;
- case 12503:
+ case 12724:
resword = &wordlist[2550];
goto compare;
- case 12515:
+ case 12740:
resword = &wordlist[2551];
goto compare;
- case 12525:
+ case 12753:
resword = &wordlist[2552];
goto compare;
- case 12547:
+ case 12768:
resword = &wordlist[2553];
goto compare;
- case 12553:
+ case 12783:
resword = &wordlist[2554];
goto compare;
- case 12565:
+ case 12789:
resword = &wordlist[2555];
goto compare;
- case 12606:
+ case 12796:
resword = &wordlist[2556];
goto compare;
- case 12645:
+ case 12823:
resword = &wordlist[2557];
goto compare;
- case 12647:
+ case 12830:
resword = &wordlist[2558];
goto compare;
- case 12652:
+ case 12835:
resword = &wordlist[2559];
goto compare;
- case 12703:
+ case 12846:
resword = &wordlist[2560];
goto compare;
- case 12704:
+ case 12878:
resword = &wordlist[2561];
goto compare;
- case 12720:
+ case 12880:
resword = &wordlist[2562];
goto compare;
- case 12732:
+ case 12910:
resword = &wordlist[2563];
goto compare;
- case 12772:
+ case 12934:
resword = &wordlist[2564];
goto compare;
- case 12776:
+ case 12936:
resword = &wordlist[2565];
goto compare;
- case 12802:
+ case 12963:
resword = &wordlist[2566];
goto compare;
- case 12810:
+ case 12970:
resword = &wordlist[2567];
goto compare;
- case 12815:
+ case 13023:
resword = &wordlist[2568];
goto compare;
- case 12817:
+ case 13184:
resword = &wordlist[2569];
goto compare;
- case 12837:
+ case 13196:
resword = &wordlist[2570];
goto compare;
- case 12844:
+ case 13206:
resword = &wordlist[2571];
goto compare;
- case 12855:
+ case 13208:
resword = &wordlist[2572];
goto compare;
- case 12864:
+ case 13210:
resword = &wordlist[2573];
goto compare;
- case 12866:
+ case 13237:
resword = &wordlist[2574];
goto compare;
- case 12935:
+ case 13246:
resword = &wordlist[2575];
goto compare;
- case 12987:
+ case 13252:
resword = &wordlist[2576];
goto compare;
- case 12992:
+ case 13265:
resword = &wordlist[2577];
goto compare;
- case 12994:
+ case 13268:
resword = &wordlist[2578];
goto compare;
- case 13008:
+ case 13275:
resword = &wordlist[2579];
goto compare;
- case 13036:
+ case 13282:
resword = &wordlist[2580];
goto compare;
- case 13053:
+ case 13289:
resword = &wordlist[2581];
goto compare;
- case 13054:
+ case 13298:
resword = &wordlist[2582];
goto compare;
- case 13055:
+ case 13300:
resword = &wordlist[2583];
goto compare;
- case 13071:
+ case 13324:
resword = &wordlist[2584];
goto compare;
- case 13083:
+ case 13333:
resword = &wordlist[2585];
goto compare;
- case 13092:
+ case 13334:
resword = &wordlist[2586];
goto compare;
- case 13115:
+ case 13347:
resword = &wordlist[2587];
goto compare;
- case 13129:
+ case 13365:
resword = &wordlist[2588];
goto compare;
- case 13167:
+ case 13369:
resword = &wordlist[2589];
goto compare;
- case 13183:
+ case 13411:
resword = &wordlist[2590];
goto compare;
- case 13187:
+ case 13424:
resword = &wordlist[2591];
goto compare;
- case 13197:
+ case 13435:
resword = &wordlist[2592];
goto compare;
- case 13201:
+ case 13440:
resword = &wordlist[2593];
goto compare;
- case 13232:
+ case 13450:
resword = &wordlist[2594];
goto compare;
- case 13255:
+ case 13464:
resword = &wordlist[2595];
goto compare;
- case 13268:
+ case 13473:
resword = &wordlist[2596];
goto compare;
- case 13270:
+ case 13476:
resword = &wordlist[2597];
goto compare;
- case 13281:
+ case 13484:
resword = &wordlist[2598];
goto compare;
- case 13283:
+ case 13504:
resword = &wordlist[2599];
goto compare;
- case 13294:
+ case 13536:
resword = &wordlist[2600];
goto compare;
- case 13300:
+ case 13539:
resword = &wordlist[2601];
goto compare;
- case 13302:
+ case 13584:
resword = &wordlist[2602];
goto compare;
- case 13352:
+ case 13628:
resword = &wordlist[2603];
goto compare;
- case 13360:
+ case 13681:
resword = &wordlist[2604];
goto compare;
- case 13389:
+ case 13756:
resword = &wordlist[2605];
goto compare;
- case 13431:
+ case 13773:
resword = &wordlist[2606];
goto compare;
- case 13436:
+ case 13794:
resword = &wordlist[2607];
goto compare;
- case 13448:
+ case 13796:
resword = &wordlist[2608];
goto compare;
- case 13461:
+ case 13828:
resword = &wordlist[2609];
goto compare;
- case 13470:
+ case 13831:
resword = &wordlist[2610];
goto compare;
- case 13475:
+ case 13883:
resword = &wordlist[2611];
goto compare;
- case 13525:
+ case 13903:
resword = &wordlist[2612];
goto compare;
- case 13537:
+ case 13905:
resword = &wordlist[2613];
goto compare;
- case 13550:
+ case 13916:
resword = &wordlist[2614];
goto compare;
- case 13551:
+ case 13924:
resword = &wordlist[2615];
goto compare;
- case 13582:
+ case 13926:
resword = &wordlist[2616];
goto compare;
- case 13585:
+ case 13930:
resword = &wordlist[2617];
goto compare;
- case 13610:
+ case 13931:
resword = &wordlist[2618];
goto compare;
- case 13642:
+ case 13951:
resword = &wordlist[2619];
goto compare;
- case 13647:
+ case 13959:
resword = &wordlist[2620];
goto compare;
- case 13667:
+ case 13961:
resword = &wordlist[2621];
goto compare;
- case 13668:
+ case 13964:
resword = &wordlist[2622];
goto compare;
- case 13706:
+ case 13969:
resword = &wordlist[2623];
goto compare;
- case 13718:
+ case 13998:
resword = &wordlist[2624];
goto compare;
- case 13737:
+ case 14002:
resword = &wordlist[2625];
goto compare;
- case 13796:
+ case 14018:
resword = &wordlist[2626];
goto compare;
- case 13822:
+ case 14050:
resword = &wordlist[2627];
goto compare;
- case 13824:
+ case 14051:
resword = &wordlist[2628];
goto compare;
- case 13827:
+ case 14082:
resword = &wordlist[2629];
goto compare;
- case 13834:
+ case 14086:
resword = &wordlist[2630];
goto compare;
- case 13841:
+ case 14096:
resword = &wordlist[2631];
goto compare;
- case 13851:
+ case 14118:
resword = &wordlist[2632];
goto compare;
- case 13862:
+ case 14127:
resword = &wordlist[2633];
goto compare;
- case 13871:
+ case 14171:
resword = &wordlist[2634];
goto compare;
- case 13878:
+ case 14173:
resword = &wordlist[2635];
goto compare;
- case 13893:
+ case 14174:
resword = &wordlist[2636];
goto compare;
- case 13972:
+ case 14175:
resword = &wordlist[2637];
goto compare;
- case 14010:
+ case 14184:
resword = &wordlist[2638];
goto compare;
- case 14022:
+ case 14195:
resword = &wordlist[2639];
goto compare;
- case 14040:
+ case 14209:
resword = &wordlist[2640];
goto compare;
- case 14045:
+ case 14211:
resword = &wordlist[2641];
goto compare;
- case 14073:
+ case 14227:
resword = &wordlist[2642];
goto compare;
- case 14105:
+ case 14228:
resword = &wordlist[2643];
goto compare;
- case 14116:
+ case 14233:
resword = &wordlist[2644];
goto compare;
- case 14154:
+ case 14234:
resword = &wordlist[2645];
goto compare;
- case 14203:
+ case 14250:
resword = &wordlist[2646];
goto compare;
- case 14210:
+ case 14258:
resword = &wordlist[2647];
goto compare;
- case 14218:
+ case 14259:
resword = &wordlist[2648];
goto compare;
- case 14362:
+ case 14263:
resword = &wordlist[2649];
goto compare;
- case 14433:
+ case 14313:
resword = &wordlist[2650];
goto compare;
- case 14447:
+ case 14356:
resword = &wordlist[2651];
goto compare;
- case 14470:
+ case 14380:
resword = &wordlist[2652];
goto compare;
- case 14481:
+ case 14398:
resword = &wordlist[2653];
goto compare;
- case 14507:
+ case 14403:
resword = &wordlist[2654];
goto compare;
- case 14511:
+ case 14406:
resword = &wordlist[2655];
goto compare;
- case 14532:
+ case 14446:
resword = &wordlist[2656];
goto compare;
- case 14546:
+ case 14485:
resword = &wordlist[2657];
goto compare;
- case 14564:
+ case 14503:
resword = &wordlist[2658];
goto compare;
- case 14617:
+ case 14519:
resword = &wordlist[2659];
goto compare;
- case 14618:
+ case 14563:
resword = &wordlist[2660];
goto compare;
- case 14758:
+ case 14576:
resword = &wordlist[2661];
goto compare;
- case 14768:
+ case 14590:
resword = &wordlist[2662];
goto compare;
- case 14791:
+ case 14600:
resword = &wordlist[2663];
goto compare;
- case 14825:
+ case 14639:
resword = &wordlist[2664];
goto compare;
- case 14871:
+ case 14670:
resword = &wordlist[2665];
goto compare;
- case 14900:
+ case 14681:
resword = &wordlist[2666];
goto compare;
- case 14921:
+ case 14703:
resword = &wordlist[2667];
goto compare;
- case 14924:
+ case 14709:
resword = &wordlist[2668];
goto compare;
- case 14941:
+ case 14711:
resword = &wordlist[2669];
goto compare;
- case 14947:
+ case 14716:
resword = &wordlist[2670];
goto compare;
- case 14970:
+ case 14723:
resword = &wordlist[2671];
goto compare;
- case 15050:
+ case 14732:
resword = &wordlist[2672];
goto compare;
- case 15063:
+ case 14770:
resword = &wordlist[2673];
goto compare;
- case 15082:
+ case 14839:
resword = &wordlist[2674];
goto compare;
- case 15103:
+ case 14848:
resword = &wordlist[2675];
goto compare;
- case 15144:
+ case 14853:
resword = &wordlist[2676];
goto compare;
- case 15162:
+ case 14858:
resword = &wordlist[2677];
goto compare;
- case 15165:
+ case 14874:
resword = &wordlist[2678];
goto compare;
- case 15173:
+ case 14876:
resword = &wordlist[2679];
goto compare;
- case 15176:
+ case 14881:
resword = &wordlist[2680];
goto compare;
- case 15180:
+ case 14908:
resword = &wordlist[2681];
goto compare;
- case 15186:
+ case 14922:
resword = &wordlist[2682];
goto compare;
- case 15217:
+ case 14924:
resword = &wordlist[2683];
goto compare;
- case 15228:
+ case 14926:
resword = &wordlist[2684];
goto compare;
- case 15261:
+ case 14952:
resword = &wordlist[2685];
goto compare;
- case 15325:
+ case 14967:
resword = &wordlist[2686];
goto compare;
- case 15351:
+ case 15021:
resword = &wordlist[2687];
goto compare;
- case 15368:
+ case 15038:
resword = &wordlist[2688];
goto compare;
- case 15374:
+ case 15066:
resword = &wordlist[2689];
goto compare;
- case 15397:
+ case 15115:
resword = &wordlist[2690];
goto compare;
- case 15430:
+ case 15163:
resword = &wordlist[2691];
goto compare;
- case 15439:
+ case 15173:
resword = &wordlist[2692];
goto compare;
- case 15459:
+ case 15199:
resword = &wordlist[2693];
goto compare;
- case 15461:
+ case 15205:
resword = &wordlist[2694];
goto compare;
- case 15482:
+ case 15227:
resword = &wordlist[2695];
goto compare;
- case 15548:
+ case 15239:
resword = &wordlist[2696];
goto compare;
- case 15575:
+ case 15240:
resword = &wordlist[2697];
goto compare;
- case 15613:
+ case 15252:
resword = &wordlist[2698];
goto compare;
- case 15643:
+ case 15277:
resword = &wordlist[2699];
goto compare;
- case 15781:
+ case 15289:
resword = &wordlist[2700];
goto compare;
- case 15787:
+ case 15300:
resword = &wordlist[2701];
goto compare;
- case 15793:
+ case 15302:
resword = &wordlist[2702];
goto compare;
- case 15823:
+ case 15330:
resword = &wordlist[2703];
goto compare;
- case 15827:
+ case 15349:
resword = &wordlist[2704];
goto compare;
- case 15829:
+ case 15367:
resword = &wordlist[2705];
goto compare;
- case 15848:
+ case 15404:
resword = &wordlist[2706];
goto compare;
- case 15890:
+ case 15427:
resword = &wordlist[2707];
goto compare;
- case 15891:
+ case 15473:
resword = &wordlist[2708];
goto compare;
- case 15896:
+ case 15480:
resword = &wordlist[2709];
goto compare;
- case 15924:
+ case 15541:
resword = &wordlist[2710];
goto compare;
- case 15936:
+ case 15569:
resword = &wordlist[2711];
goto compare;
- case 15967:
+ case 15613:
resword = &wordlist[2712];
goto compare;
- case 15983:
+ case 15624:
resword = &wordlist[2713];
goto compare;
- case 16006:
+ case 15701:
resword = &wordlist[2714];
goto compare;
- case 16025:
+ case 15765:
resword = &wordlist[2715];
goto compare;
- case 16047:
+ case 15821:
resword = &wordlist[2716];
goto compare;
- case 16050:
+ case 15834:
resword = &wordlist[2717];
goto compare;
- case 16062:
+ case 15867:
resword = &wordlist[2718];
goto compare;
- case 16088:
+ case 15894:
resword = &wordlist[2719];
goto compare;
- case 16166:
+ case 15897:
resword = &wordlist[2720];
goto compare;
- case 16192:
+ case 15920:
resword = &wordlist[2721];
goto compare;
- case 16228:
+ case 15947:
resword = &wordlist[2722];
goto compare;
- case 16232:
+ case 15969:
resword = &wordlist[2723];
goto compare;
- case 16240:
+ case 15981:
resword = &wordlist[2724];
goto compare;
- case 16254:
+ case 15984:
resword = &wordlist[2725];
goto compare;
- case 16278:
+ case 15987:
resword = &wordlist[2726];
goto compare;
- case 16299:
+ case 16020:
resword = &wordlist[2727];
goto compare;
- case 16307:
+ case 16067:
resword = &wordlist[2728];
goto compare;
- case 16321:
+ case 16072:
resword = &wordlist[2729];
goto compare;
- case 16339:
+ case 16089:
resword = &wordlist[2730];
goto compare;
- case 16355:
+ case 16102:
resword = &wordlist[2731];
goto compare;
- case 16394:
+ case 16139:
resword = &wordlist[2732];
goto compare;
- case 16396:
+ case 16150:
resword = &wordlist[2733];
goto compare;
- case 16475:
+ case 16179:
resword = &wordlist[2734];
goto compare;
- case 16479:
+ case 16190:
resword = &wordlist[2735];
goto compare;
- case 16484:
+ case 16195:
resword = &wordlist[2736];
goto compare;
- case 16488:
+ case 16207:
resword = &wordlist[2737];
goto compare;
- case 16490:
+ case 16211:
resword = &wordlist[2738];
goto compare;
- case 16525:
+ case 16235:
resword = &wordlist[2739];
goto compare;
- case 16593:
+ case 16251:
resword = &wordlist[2740];
goto compare;
- case 16622:
+ case 16281:
resword = &wordlist[2741];
goto compare;
- case 16653:
+ case 16285:
resword = &wordlist[2742];
goto compare;
- case 16695:
+ case 16295:
resword = &wordlist[2743];
goto compare;
- case 16697:
+ case 16373:
resword = &wordlist[2744];
goto compare;
- case 16705:
+ case 16386:
resword = &wordlist[2745];
goto compare;
- case 16758:
+ case 16405:
resword = &wordlist[2746];
goto compare;
- case 16776:
+ case 16407:
resword = &wordlist[2747];
goto compare;
- case 16779:
+ case 16412:
resword = &wordlist[2748];
goto compare;
- case 16784:
+ case 16426:
resword = &wordlist[2749];
goto compare;
- case 16788:
+ case 16433:
resword = &wordlist[2750];
goto compare;
- case 16828:
+ case 16477:
resword = &wordlist[2751];
goto compare;
- case 16913:
+ case 16501:
resword = &wordlist[2752];
goto compare;
- case 16915:
+ case 16509:
resword = &wordlist[2753];
goto compare;
- case 16925:
+ case 16519:
resword = &wordlist[2754];
goto compare;
- case 16934:
+ case 16521:
resword = &wordlist[2755];
goto compare;
- case 16935:
+ case 16526:
resword = &wordlist[2756];
goto compare;
- case 16950:
+ case 16626:
resword = &wordlist[2757];
goto compare;
- case 16951:
+ case 16644:
resword = &wordlist[2758];
goto compare;
- case 16958:
+ case 16682:
resword = &wordlist[2759];
goto compare;
- case 17004:
+ case 16711:
resword = &wordlist[2760];
goto compare;
- case 17191:
+ case 16721:
resword = &wordlist[2761];
goto compare;
- case 17194:
+ case 16729:
resword = &wordlist[2762];
goto compare;
- case 17218:
+ case 16796:
resword = &wordlist[2763];
goto compare;
- case 17227:
+ case 16869:
resword = &wordlist[2764];
goto compare;
- case 17249:
+ case 16917:
resword = &wordlist[2765];
goto compare;
- case 17260:
+ case 17036:
resword = &wordlist[2766];
goto compare;
- case 17354:
+ case 17040:
resword = &wordlist[2767];
goto compare;
- case 17368:
+ case 17054:
resword = &wordlist[2768];
goto compare;
- case 17386:
+ case 17067:
resword = &wordlist[2769];
goto compare;
- case 17399:
+ case 17092:
resword = &wordlist[2770];
goto compare;
- case 17485:
+ case 17105:
resword = &wordlist[2771];
goto compare;
- case 17497:
+ case 17131:
resword = &wordlist[2772];
goto compare;
- case 17512:
+ case 17136:
resword = &wordlist[2773];
goto compare;
- case 17555:
+ case 17143:
resword = &wordlist[2774];
goto compare;
- case 17574:
+ case 17149:
resword = &wordlist[2775];
goto compare;
- case 17590:
+ case 17180:
resword = &wordlist[2776];
goto compare;
- case 17599:
+ case 17205:
resword = &wordlist[2777];
goto compare;
- case 17665:
+ case 17274:
resword = &wordlist[2778];
goto compare;
- case 17706:
+ case 17283:
resword = &wordlist[2779];
goto compare;
- case 17728:
+ case 17306:
resword = &wordlist[2780];
goto compare;
- case 17747:
+ case 17309:
resword = &wordlist[2781];
goto compare;
- case 17786:
+ case 17343:
resword = &wordlist[2782];
goto compare;
- case 17805:
+ case 17376:
resword = &wordlist[2783];
goto compare;
- case 17806:
+ case 17387:
resword = &wordlist[2784];
goto compare;
- case 17823:
+ case 17403:
resword = &wordlist[2785];
goto compare;
- case 17930:
+ case 17414:
resword = &wordlist[2786];
goto compare;
- case 17932:
+ case 17417:
resword = &wordlist[2787];
goto compare;
- case 17934:
+ case 17422:
resword = &wordlist[2788];
goto compare;
- case 17946:
+ case 17425:
resword = &wordlist[2789];
goto compare;
- case 17979:
+ case 17451:
resword = &wordlist[2790];
goto compare;
- case 17984:
+ case 17463:
resword = &wordlist[2791];
goto compare;
- case 18194:
+ case 17471:
resword = &wordlist[2792];
goto compare;
- case 18217:
+ case 17557:
resword = &wordlist[2793];
goto compare;
- case 18229:
+ case 17558:
resword = &wordlist[2794];
goto compare;
- case 18249:
+ case 17570:
resword = &wordlist[2795];
goto compare;
- case 18295:
+ case 17593:
resword = &wordlist[2796];
goto compare;
- case 18301:
+ case 17621:
resword = &wordlist[2797];
goto compare;
- case 18362:
+ case 17625:
resword = &wordlist[2798];
goto compare;
- case 18371:
+ case 17628:
resword = &wordlist[2799];
goto compare;
- case 18378:
+ case 17659:
resword = &wordlist[2800];
goto compare;
- case 18447:
+ case 17682:
resword = &wordlist[2801];
goto compare;
- case 18460:
+ case 17686:
resword = &wordlist[2802];
goto compare;
- case 18513:
+ case 17709:
resword = &wordlist[2803];
goto compare;
- case 18524:
+ case 17746:
resword = &wordlist[2804];
goto compare;
- case 18526:
+ case 17754:
resword = &wordlist[2805];
goto compare;
- case 18550:
+ case 17788:
resword = &wordlist[2806];
goto compare;
- case 18556:
+ case 17848:
resword = &wordlist[2807];
goto compare;
- case 18568:
+ case 17850:
resword = &wordlist[2808];
goto compare;
- case 18573:
+ case 17854:
resword = &wordlist[2809];
goto compare;
- case 18581:
+ case 17856:
resword = &wordlist[2810];
goto compare;
- case 18583:
+ case 17877:
resword = &wordlist[2811];
goto compare;
- case 18639:
+ case 17928:
resword = &wordlist[2812];
goto compare;
- case 18670:
+ case 18033:
resword = &wordlist[2813];
goto compare;
- case 18686:
+ case 18079:
resword = &wordlist[2814];
goto compare;
- case 18746:
+ case 18096:
resword = &wordlist[2815];
goto compare;
- case 18755:
+ case 18114:
resword = &wordlist[2816];
goto compare;
- case 18758:
+ case 18136:
resword = &wordlist[2817];
goto compare;
- case 18760:
+ case 18157:
resword = &wordlist[2818];
goto compare;
- case 18807:
+ case 18178:
resword = &wordlist[2819];
goto compare;
- case 18840:
+ case 18298:
resword = &wordlist[2820];
goto compare;
- case 18912:
+ case 18311:
resword = &wordlist[2821];
goto compare;
- case 18920:
+ case 18341:
resword = &wordlist[2822];
goto compare;
- case 18935:
+ case 18368:
resword = &wordlist[2823];
goto compare;
- case 19037:
+ case 18453:
resword = &wordlist[2824];
goto compare;
- case 19048:
+ case 18464:
resword = &wordlist[2825];
goto compare;
- case 19067:
+ case 18479:
resword = &wordlist[2826];
goto compare;
- case 19083:
+ case 18631:
resword = &wordlist[2827];
goto compare;
- case 19128:
+ case 18689:
resword = &wordlist[2828];
goto compare;
- case 19136:
+ case 18719:
resword = &wordlist[2829];
goto compare;
- case 19152:
+ case 18730:
resword = &wordlist[2830];
goto compare;
- case 19158:
+ case 18747:
resword = &wordlist[2831];
goto compare;
- case 19207:
+ case 18775:
resword = &wordlist[2832];
goto compare;
- case 19211:
+ case 18780:
resword = &wordlist[2833];
goto compare;
- case 19240:
+ case 18805:
resword = &wordlist[2834];
goto compare;
- case 19247:
+ case 18811:
resword = &wordlist[2835];
goto compare;
- case 19282:
+ case 18815:
resword = &wordlist[2836];
goto compare;
- case 19284:
+ case 18910:
resword = &wordlist[2837];
goto compare;
- case 19299:
+ case 18942:
resword = &wordlist[2838];
goto compare;
- case 19369:
+ case 18952:
resword = &wordlist[2839];
goto compare;
- case 19381:
+ case 18963:
resword = &wordlist[2840];
goto compare;
- case 19403:
+ case 18979:
resword = &wordlist[2841];
goto compare;
- case 19521:
+ case 19052:
resword = &wordlist[2842];
goto compare;
- case 19536:
+ case 19054:
resword = &wordlist[2843];
goto compare;
- case 19539:
+ case 19070:
resword = &wordlist[2844];
goto compare;
- case 19620:
+ case 19086:
resword = &wordlist[2845];
goto compare;
- case 19688:
+ case 19102:
resword = &wordlist[2846];
goto compare;
- case 19709:
+ case 19187:
resword = &wordlist[2847];
goto compare;
- case 19725:
+ case 19279:
resword = &wordlist[2848];
goto compare;
- case 19728:
+ case 19386:
resword = &wordlist[2849];
goto compare;
- case 19833:
+ case 19415:
resword = &wordlist[2850];
goto compare;
- case 19895:
+ case 19443:
resword = &wordlist[2851];
goto compare;
- case 19927:
+ case 19460:
resword = &wordlist[2852];
goto compare;
- case 20040:
+ case 19494:
resword = &wordlist[2853];
goto compare;
- case 20118:
+ case 19565:
resword = &wordlist[2854];
goto compare;
- case 20133:
+ case 19573:
resword = &wordlist[2855];
goto compare;
- case 20193:
+ case 19622:
resword = &wordlist[2856];
goto compare;
- case 20260:
+ case 19688:
resword = &wordlist[2857];
goto compare;
- case 20272:
+ case 19732:
resword = &wordlist[2858];
goto compare;
- case 20370:
+ case 19747:
resword = &wordlist[2859];
goto compare;
- case 20383:
+ case 19785:
resword = &wordlist[2860];
goto compare;
- case 20459:
+ case 19821:
resword = &wordlist[2861];
goto compare;
- case 20460:
+ case 19833:
resword = &wordlist[2862];
goto compare;
- case 20465:
+ case 19844:
resword = &wordlist[2863];
goto compare;
- case 20554:
+ case 19868:
resword = &wordlist[2864];
goto compare;
- case 20559:
+ case 19932:
resword = &wordlist[2865];
goto compare;
- case 20606:
+ case 19981:
resword = &wordlist[2866];
goto compare;
- case 20628:
+ case 20020:
resword = &wordlist[2867];
goto compare;
- case 20658:
+ case 20066:
resword = &wordlist[2868];
goto compare;
- case 20682:
+ case 20144:
resword = &wordlist[2869];
goto compare;
- case 20754:
+ case 20145:
resword = &wordlist[2870];
goto compare;
- case 20756:
+ case 20164:
resword = &wordlist[2871];
goto compare;
- case 20800:
+ case 20179:
resword = &wordlist[2872];
goto compare;
- case 20821:
+ case 20302:
resword = &wordlist[2873];
goto compare;
- case 20829:
+ case 20353:
resword = &wordlist[2874];
goto compare;
- case 20884:
+ case 20406:
resword = &wordlist[2875];
goto compare;
- case 21074:
+ case 20469:
resword = &wordlist[2876];
goto compare;
- case 21098:
+ case 20480:
resword = &wordlist[2877];
goto compare;
- case 21106:
+ case 20507:
resword = &wordlist[2878];
goto compare;
- case 21111:
+ case 20509:
resword = &wordlist[2879];
goto compare;
- case 21132:
+ case 20573:
resword = &wordlist[2880];
goto compare;
- case 21163:
+ case 20642:
resword = &wordlist[2881];
goto compare;
- case 21176:
+ case 20661:
resword = &wordlist[2882];
goto compare;
- case 21231:
+ case 20673:
resword = &wordlist[2883];
goto compare;
- case 21262:
+ case 20862:
resword = &wordlist[2884];
goto compare;
- case 21310:
+ case 20948:
resword = &wordlist[2885];
goto compare;
- case 21321:
+ case 20961:
resword = &wordlist[2886];
goto compare;
- case 21336:
+ case 20988:
resword = &wordlist[2887];
goto compare;
- case 21366:
+ case 21005:
resword = &wordlist[2888];
goto compare;
- case 21383:
+ case 21045:
resword = &wordlist[2889];
goto compare;
- case 21404:
+ case 21065:
resword = &wordlist[2890];
goto compare;
- case 21414:
+ case 21203:
resword = &wordlist[2891];
goto compare;
- case 21501:
+ case 21403:
resword = &wordlist[2892];
goto compare;
- case 21508:
+ case 21422:
resword = &wordlist[2893];
goto compare;
- case 21556:
+ case 21439:
resword = &wordlist[2894];
goto compare;
- case 21583:
+ case 21440:
resword = &wordlist[2895];
goto compare;
- case 21639:
+ case 21524:
resword = &wordlist[2896];
goto compare;
- case 21641:
+ case 21531:
resword = &wordlist[2897];
goto compare;
- case 21648:
+ case 21578:
resword = &wordlist[2898];
goto compare;
- case 21661:
+ case 21597:
resword = &wordlist[2899];
goto compare;
- case 21678:
+ case 21598:
resword = &wordlist[2900];
goto compare;
- case 21795:
+ case 21608:
resword = &wordlist[2901];
goto compare;
- case 21840:
+ case 21618:
resword = &wordlist[2902];
goto compare;
- case 21899:
+ case 21626:
resword = &wordlist[2903];
goto compare;
- case 22021:
+ case 21809:
resword = &wordlist[2904];
goto compare;
- case 22064:
+ case 21875:
resword = &wordlist[2905];
goto compare;
- case 22083:
+ case 21910:
resword = &wordlist[2906];
goto compare;
- case 22124:
+ case 21931:
resword = &wordlist[2907];
goto compare;
- case 22131:
+ case 21961:
resword = &wordlist[2908];
goto compare;
- case 22144:
+ case 21976:
resword = &wordlist[2909];
goto compare;
- case 22165:
+ case 21983:
resword = &wordlist[2910];
goto compare;
- case 22166:
+ case 22041:
resword = &wordlist[2911];
goto compare;
- case 22175:
+ case 22046:
resword = &wordlist[2912];
goto compare;
- case 22223:
+ case 22061:
resword = &wordlist[2913];
goto compare;
- case 22262:
+ case 22139:
resword = &wordlist[2914];
goto compare;
- case 22281:
+ case 22152:
resword = &wordlist[2915];
goto compare;
- case 22403:
+ case 22172:
resword = &wordlist[2916];
goto compare;
- case 22407:
+ case 22221:
resword = &wordlist[2917];
goto compare;
- case 22458:
+ case 22231:
resword = &wordlist[2918];
goto compare;
- case 22483:
+ case 22347:
resword = &wordlist[2919];
goto compare;
- case 22538:
+ case 22411:
resword = &wordlist[2920];
goto compare;
- case 22595:
+ case 22471:
resword = &wordlist[2921];
goto compare;
- case 22723:
+ case 22510:
resword = &wordlist[2922];
goto compare;
- case 22809:
+ case 22533:
resword = &wordlist[2923];
goto compare;
- case 22985:
+ case 22543:
resword = &wordlist[2924];
goto compare;
- case 23030:
+ case 22548:
resword = &wordlist[2925];
goto compare;
- case 23181:
+ case 22576:
resword = &wordlist[2926];
goto compare;
- case 23268:
+ case 22579:
resword = &wordlist[2927];
goto compare;
- case 23325:
+ case 22587:
resword = &wordlist[2928];
goto compare;
- case 23373:
+ case 22664:
resword = &wordlist[2929];
goto compare;
- case 23439:
+ case 22673:
resword = &wordlist[2930];
goto compare;
- case 23495:
+ case 22714:
resword = &wordlist[2931];
goto compare;
- case 23512:
+ case 22727:
resword = &wordlist[2932];
goto compare;
- case 23515:
+ case 22774:
resword = &wordlist[2933];
goto compare;
- case 23524:
+ case 22785:
resword = &wordlist[2934];
goto compare;
- case 23561:
+ case 22862:
resword = &wordlist[2935];
goto compare;
- case 23621:
+ case 22885:
resword = &wordlist[2936];
goto compare;
- case 23636:
+ case 22933:
resword = &wordlist[2937];
goto compare;
- case 23666:
+ case 22951:
resword = &wordlist[2938];
goto compare;
- case 23679:
+ case 22972:
resword = &wordlist[2939];
goto compare;
- case 23704:
+ case 22996:
resword = &wordlist[2940];
goto compare;
- case 23753:
+ case 23068:
resword = &wordlist[2941];
goto compare;
- case 23806:
+ case 23099:
resword = &wordlist[2942];
goto compare;
- case 23862:
+ case 23137:
resword = &wordlist[2943];
goto compare;
- case 23869:
+ case 23165:
resword = &wordlist[2944];
goto compare;
- case 23908:
+ case 23207:
resword = &wordlist[2945];
goto compare;
- case 23917:
+ case 23272:
resword = &wordlist[2946];
goto compare;
- case 23918:
+ case 23335:
resword = &wordlist[2947];
goto compare;
- case 23990:
+ case 23338:
resword = &wordlist[2948];
goto compare;
- case 24013:
+ case 23359:
resword = &wordlist[2949];
goto compare;
- case 24025:
+ case 23383:
resword = &wordlist[2950];
goto compare;
- case 24100:
+ case 23430:
resword = &wordlist[2951];
goto compare;
- case 24125:
+ case 23460:
resword = &wordlist[2952];
goto compare;
- case 24126:
+ case 23493:
resword = &wordlist[2953];
goto compare;
- case 24129:
+ case 23561:
resword = &wordlist[2954];
goto compare;
- case 24160:
+ case 23638:
resword = &wordlist[2955];
goto compare;
- case 24208:
+ case 23639:
resword = &wordlist[2956];
goto compare;
- case 24284:
+ case 23710:
resword = &wordlist[2957];
goto compare;
- case 24314:
+ case 23727:
resword = &wordlist[2958];
goto compare;
- case 24325:
+ case 23851:
resword = &wordlist[2959];
goto compare;
- case 24341:
+ case 23880:
resword = &wordlist[2960];
goto compare;
- case 24399:
+ case 23892:
resword = &wordlist[2961];
goto compare;
- case 24510:
+ case 23934:
resword = &wordlist[2962];
goto compare;
- case 24691:
+ case 23949:
resword = &wordlist[2963];
goto compare;
- case 24708:
+ case 23993:
resword = &wordlist[2964];
goto compare;
- case 24755:
+ case 24048:
resword = &wordlist[2965];
goto compare;
- case 24777:
+ case 24107:
resword = &wordlist[2966];
goto compare;
- case 24787:
+ case 24167:
resword = &wordlist[2967];
goto compare;
- case 24808:
+ case 24247:
resword = &wordlist[2968];
goto compare;
- case 24870:
+ case 24284:
resword = &wordlist[2969];
goto compare;
- case 24877:
+ case 24308:
resword = &wordlist[2970];
goto compare;
- case 24973:
+ case 24457:
resword = &wordlist[2971];
goto compare;
- case 24983:
+ case 24469:
resword = &wordlist[2972];
goto compare;
- case 25010:
+ case 24485:
resword = &wordlist[2973];
goto compare;
- case 25044:
+ case 24531:
resword = &wordlist[2974];
goto compare;
- case 25071:
+ case 24623:
resword = &wordlist[2975];
goto compare;
- case 25204:
+ case 24682:
resword = &wordlist[2976];
goto compare;
- case 25342:
+ case 24687:
resword = &wordlist[2977];
goto compare;
- case 25377:
+ case 24714:
resword = &wordlist[2978];
goto compare;
- case 25445:
+ case 24722:
resword = &wordlist[2979];
goto compare;
- case 25765:
+ case 24728:
resword = &wordlist[2980];
goto compare;
- case 25780:
+ case 24741:
resword = &wordlist[2981];
goto compare;
- case 25870:
+ case 24753:
resword = &wordlist[2982];
goto compare;
- case 25906:
+ case 24772:
resword = &wordlist[2983];
goto compare;
- case 26059:
+ case 24853:
resword = &wordlist[2984];
goto compare;
- case 26071:
+ case 24942:
resword = &wordlist[2985];
goto compare;
- case 26275:
+ case 24965:
resword = &wordlist[2986];
goto compare;
- case 26320:
+ case 24974:
resword = &wordlist[2987];
goto compare;
- case 26328:
+ case 24980:
resword = &wordlist[2988];
goto compare;
- case 26335:
+ case 25112:
resword = &wordlist[2989];
goto compare;
- case 26375:
+ case 25117:
resword = &wordlist[2990];
goto compare;
- case 26389:
+ case 25124:
resword = &wordlist[2991];
goto compare;
- case 26427:
+ case 25128:
resword = &wordlist[2992];
goto compare;
- case 26447:
+ case 25141:
resword = &wordlist[2993];
goto compare;
- case 26476:
+ case 25295:
resword = &wordlist[2994];
goto compare;
- case 26480:
+ case 25303:
resword = &wordlist[2995];
goto compare;
- case 26515:
+ case 25354:
resword = &wordlist[2996];
goto compare;
- case 26566:
+ case 25465:
resword = &wordlist[2997];
goto compare;
- case 26596:
+ case 25468:
resword = &wordlist[2998];
goto compare;
- case 26601:
+ case 25471:
resword = &wordlist[2999];
goto compare;
- case 26615:
+ case 25572:
resword = &wordlist[3000];
goto compare;
- case 26669:
+ case 25666:
resword = &wordlist[3001];
goto compare;
- case 26694:
+ case 25757:
resword = &wordlist[3002];
goto compare;
- case 26698:
+ case 25895:
resword = &wordlist[3003];
goto compare;
- case 26702:
+ case 26106:
resword = &wordlist[3004];
goto compare;
- case 26707:
+ case 26147:
resword = &wordlist[3005];
goto compare;
- case 26768:
+ case 26223:
resword = &wordlist[3006];
goto compare;
- case 26808:
+ case 26368:
resword = &wordlist[3007];
goto compare;
- case 26913:
+ case 26404:
resword = &wordlist[3008];
goto compare;
- case 26922:
+ case 26452:
resword = &wordlist[3009];
goto compare;
- case 26974:
+ case 26517:
resword = &wordlist[3010];
goto compare;
- case 27031:
+ case 26552:
resword = &wordlist[3011];
goto compare;
- case 27038:
+ case 26555:
resword = &wordlist[3012];
goto compare;
- case 27044:
+ case 26721:
resword = &wordlist[3013];
goto compare;
- case 27139:
+ case 26843:
resword = &wordlist[3014];
goto compare;
- case 27337:
+ case 26943:
resword = &wordlist[3015];
goto compare;
- case 27539:
+ case 27151:
resword = &wordlist[3016];
goto compare;
- case 27680:
+ case 27162:
resword = &wordlist[3017];
goto compare;
- case 27880:
+ case 27165:
resword = &wordlist[3018];
goto compare;
- case 27887:
+ case 27349:
resword = &wordlist[3019];
goto compare;
- case 27923:
+ case 27377:
resword = &wordlist[3020];
goto compare;
- case 28045:
+ case 27446:
resword = &wordlist[3021];
goto compare;
- case 28055:
+ case 27549:
resword = &wordlist[3022];
goto compare;
- case 28105:
+ case 27590:
resword = &wordlist[3023];
goto compare;
- case 28190:
+ case 27636:
resword = &wordlist[3024];
goto compare;
- case 28197:
+ case 27652:
resword = &wordlist[3025];
goto compare;
- case 28289:
+ case 27821:
resword = &wordlist[3026];
goto compare;
- case 28394:
+ case 27939:
resword = &wordlist[3027];
goto compare;
- case 28452:
+ case 27996:
resword = &wordlist[3028];
goto compare;
- case 28552:
+ case 28002:
resword = &wordlist[3029];
goto compare;
- case 28705:
+ case 28109:
resword = &wordlist[3030];
goto compare;
- case 28750:
+ case 28178:
resword = &wordlist[3031];
goto compare;
- case 28768:
+ case 28186:
resword = &wordlist[3032];
goto compare;
- case 28816:
+ case 28192:
resword = &wordlist[3033];
goto compare;
- case 28833:
+ case 28238:
resword = &wordlist[3034];
goto compare;
- case 29040:
+ case 28283:
resword = &wordlist[3035];
goto compare;
- case 29160:
+ case 28494:
resword = &wordlist[3036];
goto compare;
- case 29198:
+ case 28568:
resword = &wordlist[3037];
goto compare;
- case 29226:
+ case 28585:
resword = &wordlist[3038];
goto compare;
- case 29247:
+ case 28595:
resword = &wordlist[3039];
goto compare;
- case 29383:
+ case 28651:
resword = &wordlist[3040];
goto compare;
- case 29397:
+ case 28699:
resword = &wordlist[3041];
goto compare;
- case 29421:
+ case 28909:
resword = &wordlist[3042];
goto compare;
- case 29440:
+ case 29021:
resword = &wordlist[3043];
goto compare;
- case 29497:
+ case 29059:
resword = &wordlist[3044];
goto compare;
- case 29517:
+ case 29103:
resword = &wordlist[3045];
goto compare;
- case 29527:
+ case 29186:
resword = &wordlist[3046];
goto compare;
- case 29538:
+ case 29310:
resword = &wordlist[3047];
goto compare;
- case 29804:
+ case 29341:
resword = &wordlist[3048];
goto compare;
- case 29820:
+ case 29345:
resword = &wordlist[3049];
goto compare;
- case 29891:
+ case 29360:
resword = &wordlist[3050];
goto compare;
- case 30045:
+ case 29383:
resword = &wordlist[3051];
goto compare;
- case 30115:
+ case 29392:
resword = &wordlist[3052];
goto compare;
- case 30244:
+ case 29411:
resword = &wordlist[3053];
goto compare;
- case 30248:
+ case 29443:
resword = &wordlist[3054];
goto compare;
- case 30263:
+ case 29587:
resword = &wordlist[3055];
goto compare;
- case 30439:
+ case 29610:
resword = &wordlist[3056];
goto compare;
- case 30467:
+ case 29778:
resword = &wordlist[3057];
goto compare;
- case 30502:
+ case 29812:
resword = &wordlist[3058];
goto compare;
- case 30508:
+ case 29848:
resword = &wordlist[3059];
goto compare;
- case 30509:
+ case 29944:
resword = &wordlist[3060];
goto compare;
- case 30539:
+ case 29957:
resword = &wordlist[3061];
goto compare;
- case 30552:
+ case 29966:
resword = &wordlist[3062];
goto compare;
- case 30630:
+ case 29986:
resword = &wordlist[3063];
goto compare;
- case 30818:
+ case 30008:
resword = &wordlist[3064];
goto compare;
- case 30864:
+ case 30314:
resword = &wordlist[3065];
goto compare;
- case 31047:
+ case 30341:
resword = &wordlist[3066];
goto compare;
- case 31168:
+ case 30440:
resword = &wordlist[3067];
goto compare;
- case 31267:
+ case 30461:
resword = &wordlist[3068];
goto compare;
- case 31403:
+ case 30613:
resword = &wordlist[3069];
goto compare;
- case 31730:
+ case 30618:
resword = &wordlist[3070];
goto compare;
- case 31801:
+ case 30653:
resword = &wordlist[3071];
goto compare;
- case 32049:
+ case 30719:
resword = &wordlist[3072];
goto compare;
- case 32387:
+ case 30728:
resword = &wordlist[3073];
goto compare;
- case 32402:
+ case 30813:
resword = &wordlist[3074];
goto compare;
- case 32440:
+ case 30953:
resword = &wordlist[3075];
goto compare;
- case 32448:
+ case 31016:
resword = &wordlist[3076];
goto compare;
- case 32529:
+ case 31150:
resword = &wordlist[3077];
goto compare;
- case 32765:
+ case 31252:
resword = &wordlist[3078];
goto compare;
- case 32857:
+ case 31323:
resword = &wordlist[3079];
goto compare;
- case 33074:
+ case 31517:
resword = &wordlist[3080];
goto compare;
- case 33266:
+ case 31621:
resword = &wordlist[3081];
goto compare;
- case 33316:
+ case 31634:
resword = &wordlist[3082];
goto compare;
- case 33602:
+ case 31770:
resword = &wordlist[3083];
goto compare;
- case 33921:
+ case 31874:
resword = &wordlist[3084];
goto compare;
- case 34153:
+ case 32170:
resword = &wordlist[3085];
goto compare;
- case 34220:
+ case 32187:
resword = &wordlist[3086];
goto compare;
- case 34432:
+ case 32193:
resword = &wordlist[3087];
goto compare;
- case 34540:
+ case 32379:
resword = &wordlist[3088];
goto compare;
- case 34640:
+ case 32415:
resword = &wordlist[3089];
goto compare;
- case 34676:
+ case 32426:
resword = &wordlist[3090];
goto compare;
- case 34786:
+ case 32728:
resword = &wordlist[3091];
goto compare;
- case 34952:
+ case 32730:
resword = &wordlist[3092];
goto compare;
- case 35310:
+ case 32904:
resword = &wordlist[3093];
goto compare;
- case 35351:
+ case 33031:
resword = &wordlist[3094];
goto compare;
- case 35577:
+ case 33117:
resword = &wordlist[3095];
goto compare;
- case 35587:
+ case 33298:
resword = &wordlist[3096];
goto compare;
- case 35880:
+ case 33688:
resword = &wordlist[3097];
goto compare;
- case 36167:
+ case 33887:
resword = &wordlist[3098];
goto compare;
- case 36324:
+ case 34017:
resword = &wordlist[3099];
goto compare;
- case 36470:
+ case 34045:
resword = &wordlist[3100];
goto compare;
- case 36733:
+ case 34309:
resword = &wordlist[3101];
goto compare;
- case 36942:
+ case 34456:
resword = &wordlist[3102];
goto compare;
- case 37078:
+ case 34612:
resword = &wordlist[3103];
goto compare;
- case 37081:
+ case 34794:
resword = &wordlist[3104];
goto compare;
- case 37429:
+ case 34852:
resword = &wordlist[3105];
goto compare;
- case 37799:
+ case 34916:
resword = &wordlist[3106];
goto compare;
- case 37909:
+ case 34949:
resword = &wordlist[3107];
goto compare;
- case 38491:
+ case 35440:
resword = &wordlist[3108];
goto compare;
- case 38494:
+ case 35670:
resword = &wordlist[3109];
goto compare;
- case 38526:
+ case 35734:
resword = &wordlist[3110];
goto compare;
- case 39803:
+ case 35896:
resword = &wordlist[3111];
goto compare;
- case 40299:
+ case 36018:
resword = &wordlist[3112];
goto compare;
- case 41287:
+ case 36369:
resword = &wordlist[3113];
goto compare;
- case 41657:
+ case 36430:
resword = &wordlist[3114];
goto compare;
- case 41768:
+ case 36521:
resword = &wordlist[3115];
goto compare;
- case 41926:
+ case 36568:
resword = &wordlist[3116];
goto compare;
- case 41994:
+ case 36742:
resword = &wordlist[3117];
goto compare;
- case 42052:
+ case 36789:
resword = &wordlist[3118];
goto compare;
- case 42076:
+ case 36923:
resword = &wordlist[3119];
goto compare;
- case 42081:
+ case 36998:
resword = &wordlist[3120];
goto compare;
- case 42091:
+ case 37324:
resword = &wordlist[3121];
goto compare;
- case 42092:
+ case 37387:
resword = &wordlist[3122];
goto compare;
- case 42543:
+ case 37485:
resword = &wordlist[3123];
goto compare;
- case 42633:
+ case 37575:
resword = &wordlist[3124];
goto compare;
- case 42838:
+ case 37901:
resword = &wordlist[3125];
goto compare;
- case 43051:
+ case 38010:
resword = &wordlist[3126];
goto compare;
- case 43619:
+ case 38406:
resword = &wordlist[3127];
goto compare;
- case 44144:
+ case 38729:
resword = &wordlist[3128];
goto compare;
- case 44154:
+ case 39566:
resword = &wordlist[3129];
goto compare;
- case 45410:
+ case 40235:
resword = &wordlist[3130];
goto compare;
- case 45415:
+ case 40265:
resword = &wordlist[3131];
goto compare;
- case 48180:
+ case 40339:
resword = &wordlist[3132];
goto compare;
- case 48210:
+ case 40506:
resword = &wordlist[3133];
goto compare;
- case 49621:
+ case 40780:
resword = &wordlist[3134];
goto compare;
- case 50603:
+ case 40967:
resword = &wordlist[3135];
goto compare;
- case 54048:
+ case 41940:
resword = &wordlist[3136];
goto compare;
+ case 41975:
+ resword = &wordlist[3137];
+ goto compare;
+ case 42043:
+ resword = &wordlist[3138];
+ goto compare;
+ case 42327:
+ resword = &wordlist[3139];
+ goto compare;
+ case 42579:
+ resword = &wordlist[3140];
+ goto compare;
+ case 42914:
+ resword = &wordlist[3141];
+ goto compare;
+ case 43135:
+ resword = &wordlist[3142];
+ goto compare;
+ case 43221:
+ resword = &wordlist[3143];
+ goto compare;
+ case 43421:
+ resword = &wordlist[3144];
+ goto compare;
+ case 43688:
+ resword = &wordlist[3145];
+ goto compare;
+ case 44622:
+ resword = &wordlist[3146];
+ goto compare;
+ case 45425:
+ resword = &wordlist[3147];
+ goto compare;
+ case 45821:
+ resword = &wordlist[3148];
+ goto compare;
+ case 46177:
+ resword = &wordlist[3149];
+ goto compare;
+ case 46281:
+ resword = &wordlist[3150];
+ goto compare;
+ case 46521:
+ resword = &wordlist[3151];
+ goto compare;
+ case 46762:
+ resword = &wordlist[3152];
+ goto compare;
+ case 48356:
+ resword = &wordlist[3153];
+ goto compare;
+ case 50631:
+ resword = &wordlist[3154];
+ goto compare;
+ case 50710:
+ resword = &wordlist[3155];
+ goto compare;
+ case 52201:
+ resword = &wordlist[3156];
+ goto compare;
+ case 52206:
+ resword = &wordlist[3157];
+ goto compare;
+ case 52216:
+ resword = &wordlist[3158];
+ goto compare;
+ case 52217:
+ resword = &wordlist[3159];
+ goto compare;
+ case 52344:
+ resword = &wordlist[3160];
+ goto compare;
+ case 53426:
+ resword = &wordlist[3161];
+ goto compare;
+ case 53662:
+ resword = &wordlist[3162];
+ goto compare;
+ case 54884:
+ resword = &wordlist[3163];
+ goto compare;
+ case 54894:
+ resword = &wordlist[3164];
+ goto compare;
+ case 57191:
+ resword = &wordlist[3165];
+ goto compare;
+ case 57196:
+ resword = &wordlist[3166];
+ goto compare;
+ case 57413:
+ resword = &wordlist[3167];
+ goto compare;
+ case 60050:
+ resword = &wordlist[3168];
+ goto compare;
+ case 60060:
+ resword = &wordlist[3169];
+ goto compare;
}
}
return 0;
diff --git a/xmlscript/meson.build b/xmlscript/meson.build
index e552294888b0..01d82cf59e03 100644
--- a/xmlscript/meson.build
+++ b/xmlscript/meson.build
@@ -1,5 +1,4 @@
xmlscript_lib = shared_library('xmlscriptlo',
- 'source/misc/unoservices.cxx',
'source/xml_helper/xml_byteseq.cxx',
'source/xml_helper/xml_element.cxx',
'source/xml_helper/xml_impctx.cxx',
@@ -9,7 +8,6 @@ xmlscript_lib = shared_library('xmlscriptlo',
'source/xmldlg_imexp/xmldlg_impmodels.cxx',
'source/xmldlg_imexp/xmldlg_import.cxx',
'source/xmlflat_imexp/xmlbas_export.cxx',
- 'source/xmlflat_imexp/xmlbas_import.cxx',
'source/xmllib_imexp/xmllib_export.cxx',
'source/xmllib_imexp/xmllib_import.cxx',
'source/xmlmod_imexp/xmlmod_export.cxx',