[Libreoffice-commits] core.git: xmloff/qa xmloff/source

Mohammed Abdul Azeem azeemmysore at gmail.com
Mon Aug 22 07:13:01 UTC 2016


 xmloff/qa/unit/tokenmap-test.cxx |   30 
 xmloff/source/token/tokens.txt   | 2348 +++++++++++++++++++++------------------
 2 files changed, 1320 insertions(+), 1058 deletions(-)

New commits:
commit 090e3fe4165aff11f557c7da2536fec44639607e
Author: Mohammed Abdul Azeem <azeemmysore at gmail.com>
Date:   Wed Aug 17 09:03:18 2016 +0530

    GSoC - Keeping both token lists in xmloff/ consistent:
    
    Added dummy tokens to keep the lists consistent and
    a test case to check the same.
    
    Change-Id: Ia58f1f77a5100a9fb3c7226fcad1fef1bd5aec39
    Reviewed-on: https://gerrit.libreoffice.org/28183
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Noel Grandin <noelgrandin at gmail.com>
    Tested-by: Noel Grandin <noelgrandin at gmail.com>

diff --git a/xmloff/qa/unit/tokenmap-test.cxx b/xmloff/qa/unit/tokenmap-test.cxx
index b2948c9..0144ded 100644
--- a/xmloff/qa/unit/tokenmap-test.cxx
+++ b/xmloff/qa/unit/tokenmap-test.cxx
@@ -14,6 +14,7 @@
 
 #include "xmloff/fasttokenhandler.hxx"
 #include "xmloff/token/tokens.hxx"
+#include <xmloff/xmltoken.hxx>
 
 using namespace std;
 using namespace com::sun::star::uno;
@@ -27,10 +28,13 @@ public:
     TokenmapTest();
 
     void test_roundTrip();
+    void test_listEquality();
 
     CPPUNIT_TEST_SUITE(TokenmapTest);
 
     CPPUNIT_TEST(test_roundTrip);
+    CPPUNIT_TEST(test_listEquality);
+
     CPPUNIT_TEST_SUITE_END();
 
 private:
@@ -55,6 +59,32 @@ void TokenmapTest::test_roundTrip()
     }
 }
 
+void TokenmapTest::test_listEquality()
+{
+    //make sure the two token lists stay in sync
+    for ( sal_Int32 nToken = 0; nToken < XML_TOKEN_COUNT; ++nToken )
+    {
+        Sequence< sal_Int8 > rUtf8Name = pTokenMap->getUtf8TokenName(nToken);
+        const OUString& rName = OUString( reinterpret_cast< const char* >(
+                        rUtf8Name.getConstArray() ), rUtf8Name.getLength(), RTL_TEXTENCODING_UTF8 );
+        if ( rName.endsWith("_DUMMY") )
+            continue;
+        const OUString& rTokenName = GetXMLToken( static_cast<xmloff::token::XMLTokenEnum>(nToken) );
+        CPPUNIT_ASSERT_EQUAL(rName, rTokenName);
+    }
+
+    for ( sal_Int32 nToken = xmloff::token::XMLTokenEnum::XML_TOKEN_START + 1;
+            nToken < xmloff::token::XMLTokenEnum::XML_TOKEN_END; ++nToken )
+    {
+        const OUString& rTokenName = GetXMLToken( static_cast<xmloff::token::XMLTokenEnum>(nToken) );
+        Sequence< sal_Int8 > rUtf8Name = pTokenMap->getUtf8TokenName(nToken);
+        const OUString& rName = OUString( reinterpret_cast< const char* >(
+                        rUtf8Name.getConstArray() ), rUtf8Name.getLength(), RTL_TEXTENCODING_UTF8 );
+        if ( !rName.endsWith("_DUMMY") )
+            CPPUNIT_ASSERT_EQUAL(rTokenName, rName);
+    }
+}
+
 CPPUNIT_TEST_SUITE_REGISTRATION(TokenmapTest);
 
 }
diff --git a/xmloff/source/token/tokens.txt b/xmloff/source/token/tokens.txt
index 051f587..d93d50a 100644
--- a/xmloff/source/token/tokens.txt
+++ b/xmloff/source/token/tokens.txt
@@ -1,34 +1,141 @@
+TOKEN_START_DUMMY
+CDATA
+WS_DUMMY
+xml
+xmlns
+XML_PI_DUMMY
+XML_DOCTYPE_PREFIX_DUMMY
+XML_DOCTYPE_SUFFIX_DUMMY
+N_XML_DUMMY
+office
+N_OFFICE_DUMMY
+N_OFFICE_OLD_DUMMY
+NP_META_DUMMY
+N_META_DUMMY
+N_META_OLD_DUMMY
+NP_STYLE_DUMMY
+N_STYLE_DUMMY
+N_STYLE_OLD_DUMMY
+NP_NUMBER_DUMMY
+N_NUMBER_DUMMY
+N_NUMBER_OLD_DUMMY
+NP_TEXT_DUMMY
+N_TEXT_DUMMY
+N_TEXT_OLD_DUMMY
+NP_TABLE_DUMMY
+N_TABLE_DUMMY
+N_TABLE_OLD_DUMMY
+NP_DRAW_DUMMY
+N_DRAW_DUMMY
+dr3d
+N_DR3D_DUMMY
+N_DRAW_OLD_DUMMY
+NP_PRESENTATION_DUMMY
+N_PRESENTATION_DUMMY
+N_PRESENTATION_OLD_DUMMY
+NP_CHART_DUMMY
+N_CHART_DUMMY
+config
+N_CONFIG_DUMMY
+N_CHART_OLD_DUMMY
+fo
+N_FO_OLD_DUMMY
+N_FO_DUMMY
+xlink
+N_XLINK_DUMMY
+N_XLINK_OLD_DUMMY
+dc
+N_DC_DUMMY
+svg
+N_SVG_DUMMY
+NP_FORM_DUMMY
+N_FORM_DUMMY
+NP_SCRIPT_DUMMY
+N_SCRIPT_DUMMY
+xforms
+N_XFORMS_1_0_DUMMY
+xsd
+N_XSD_DUMMY
+xsi
+N_XSI_DUMMY
+NP_BLOCK_LIST_DUMMY
+N_BLOCK_LIST_DUMMY
+NP_MATH_DUMMY
+N_MATH_DUMMY
+VL_DUMMY
+N_VERSIONS_LIST_DUMMY
+of
+N_OF_DUMMY
+xhtml
+N_XHTML_DUMMY
+grddl
+N_GRDDL_DUMMY
+officeooo
+N_OFFICE_EXT_DUMMY
+formx
+N_FORMX_DUMMY
+tableooo
+N_TABLE_EXT_DUMMY
+drawooo
+N_DRAW_EXT_DUMMY
+css3t
+N_CSS3TEXT_DUMMY
+calcext
+N_CALC_EXT_DUMMY
+loext
+N_LO_EXT_DUMMY
+UNIT_MM_DUMMY
+m
+UNIT_KM_DUMMY
+UNIT_CM_DUMMY
+pt
+pc
+ft
+UNIT_MILES_DUMMY
+UNIT_INCH_DUMMY
+1
+10
+2
+3
+4
+5
+6
+7
+8
+9
+A
+I
+IBM437
+IBM850
+IBM860
+IBM861
+IBM863
+IBM865
+ISO-8859-1
+ole2
+_COLON_DUMMY
+_EMPTY_DUMMY
+_unknown_
 a
 abbreviated-name
-about
 above
 abs
-accelerate
 accent
 accentunder
 acceptance-state
 accepted
-accumulate
-across
 action
 active
 active-split-range
 active-table
 actuate
-add-empty-lines
 add-in
 add-in-name
-additional-column-statement
-additive
 address
 adjustment
-after-effect
-after-previous
-after-section
 algorithm
 align
 all
-all-pages
 allow-empty-cell
 alphabetical-index
 alphabetical-index-auto-mark-file
@@ -39,20 +146,11 @@ alphabetical-index-mark-start
 alphabetical-index-source
 alphabetical-separators
 alternate
-always
 am-pm
 ambient-color
 anchor-page-number
 anchor-type
 and
-angle
-angle-offset
-angled-connector-line
-angled-line
-animate
-animateColor
-animateMotion
-animateTransform
 animation
 animation-delay
 animation-direction
@@ -61,23 +159,16 @@ animation-start-inside
 animation-steps
 animation-stop-inside
 animations
-anisotropic
 annotation
 annotation-end
 annotations
 annote
-anyURI
 appear
-append-table-alias-name
 applet
 applet-name
-application
-application-connection-settings
 application-data
 application-xml
 apply
-apply-filter
-apply-order
 apply-style-name
 aqua
 arc
@@ -89,87 +180,46 @@ area
 area-circle
 area-polygon
 area-rectangle
-arrow-down
-arrow-left
-arrow-right
-arrow-up
-arrowHeadWipe
 article
 as-char
-as-template
 ascending
-asterisk
-at-axis
-at-labels
-at-labels-and-axis
 attached-axis
 attractive
-attributeName
-audio
-audio-level
 author
 author-initials
 author-name
 auto
 auto-grow-height
 auto-grow-width
-auto-increment
-auto-position
 auto-reload
-auto-size
 auto-text
 auto-text-events
 auto-text-group
 auto-text-indent
 auto-update
-autoReverse
 automatic
-automatic-content
 automatic-find-labels
 automatic-order
-automatic-print-range
 automatic-styles
 automatic-update
 autosize
 average
-avoid
-avoid-overlap
-axial
 axis
 axis-color
-axis-label-position
-axis-position
-axis-type
-b-spline
 back-scale
 backface-culling
 background
 background-color
 background-image
-background-image-transparency
-background-objects-visible
-background-size
-background-transparency
-background-visible
-balanced
+no-repeat
+BACKGROUND_REPEAT_DUMMY
+BACKGROUND_STRETCH_DUMMY
 bar
-barWipe
-barnDoorWipe
-barnVeeWipe
-barnZigZagWipe
-base
-base-cell-address
-base-dn
-base-time-unit
 base64Binary
+base-cell-address
 baseline
-before-after-section
 before-date-time
-before-section
-begin
-begins-with
 below
-between
 between-date-times
 bevel
 bevelled
@@ -181,25 +231,16 @@ bibliography-entry-template
 bibliography-mark
 bibliography-source
 bibliography-type
-binary-data
-bind
 bind-styles-to-content
 bitmap
 black
 blend
-blindsWipe
 blinking
 block
 block-list
 blue
 body
 bold
-bold-dash
-bold-dot-dash
-bold-dot-dot-dash
-bold-dotted
-bold-long-dash
-bold-wave
 book
 booklet
 bookmark
@@ -208,7 +249,6 @@ bookmark-ref
 bookmark-start
 booktitle
 boolean
-boolean-comparison-mode
 boolean-style
 boolean-value
 border
@@ -220,30 +260,16 @@ border-line-width-bottom
 border-line-width-left
 border-line-width-right
 border-line-width-top
-border-model
 border-right
 border-top
 both
 bottom
-bottom-arc
-bottom-circle
 bottom-left
+BOTTOM_PERCENT_DUMMY
 bottom-right
-bottom-up
-bottomCenter
-bottomLeft
-bottomLeftClockwise
-bottomLeftCounterClockwise
-bottomLeftDiagonal
-bottomRight
-bottomRightClockwise
-bottomRightCounterClockwise
-bottomRightDiagonal
-boundingcube
-bow-tie
-bowTieWipe
-boxSnakesWipe
-boxWipe
+BOTTOM_VALUES_DUMMY
+bottom-arc
+bottom-circle
 break-after
 break-before
 break-inside
@@ -251,56 +277,39 @@ bubble
 bullet-char
 bullet-relative-size
 butt
-button
 button1
 button2
 button3
 button4
 buttons
 bvar
-by
-by-letter
-by-paragraph
-by-word
-byte
 c
-calcMode
-calculate
 calculation-settings
 calendar
-capitalize
 capitalize-entries
 caption
-caption-angle
-caption-angle-type
-caption-escape
-caption-escape-direction
-caption-fit-line-length
-caption-gap
-caption-line-length
 caption-point-x
 caption-point-y
 caption-sequence-format
 caption-sequence-name
-caption-type
 case-sensitive
-catalog-name
+capitalize
+lowercase
+CASEMAP_NORMAL_DUMMY
+small-caps
+uppercase
 categories
 category
 category-and-value
-cdata-section-elements
 cell-address
 cell-content-change
 cell-content-deletion
 cell-count
 cell-protect
-cell-range
 cell-range-address
 cell-range-address-list
 cell-range-source
 center
-centerRight
-centerTop
 chain-next-name
 change
 change-deletion
@@ -316,13 +325,8 @@ chapter
 char
 char-shading-value
 character-count
-character-set
 chart
-chart-properties
 charts
-checkbox
-checked
-checkerBoardWipe
 checkerboard
 chg-author
 chg-comment
@@ -333,35 +337,17 @@ citation-body-style-name
 citation-style-name
 class
 class-id
-click
 clip
-clockWipe
 clockwise
-clockwiseBottom
-clockwiseBottomRight
-clockwiseLeft
-clockwiseNine
-clockwiseRight
-clockwiseSix
-clockwiseThree
-clockwiseTop
-clockwiseTopLeft
-clockwiseTwelve
 close
-close-back
-close-front
 close-horizontal
 close-vertical
-cloud
 cm
 cn
 code
 codebase
 collapse
-collapsing
 color
-color-interpolation
-color-interpolation-direction
 color-inversion
 color-mode
 color-scale
@@ -369,37 +355,27 @@ color-scale-entry
 column
 column-count
 column-gap
-column-mapping
 column-name
-column-percentage
 column-sep
-column-style-name
 column-width
 columnalign
 columns
-combHorizontal
-combVertical
+COLUMNSPLIT_AUTO_DUMMY
+avoid
 combine-entries
 combine-entries-with-dash
 combine-entries-with-pp
-combobox
 comma-separated
 command
-command-type
 comment
-component
-component-collection
 compose
-compound-database
-concentric-gradient-fill-allowed
 cond-style-name
 condition
 condition-source
 condition-source-range-address
+conditional-text
 conditional-format
 conditional-formats
-conditional-print-expression
-conditional-text
 cone
 conference
 config-item
@@ -410,15 +386,11 @@ config-item-set
 configuration-settings
 conjugate
 connect-bars
-connection-data
 connection-name
-connection-resource
 connector
 consecutive-numbering
 consolidation
 constant
-constraint
-contains
 contains-error
 contains-header
 content
@@ -427,24 +399,18 @@ content-validation-name
 content-validations
 contextual-spacing
 continue
-continue-list
 continue-numbering
-continuous
 contour-path
 contour-polygon
 contrast
 control
-control-implementation
 conversion-mode
-coordinate-region
 copy-back
 copy-formulas
 copy-outline-levels
 copy-results-only
 copy-styles
 corner-radius
-cornersIn
-cornersOut
 correct
 cos
 cosh
@@ -453,10 +419,7 @@ coth
 count
 count-empty-lines
 count-in-floating-frames
-count-in-text-boxes
 counter-clockwise
-counterClockwiseBottomLeft
-counterClockwiseTopRight
 counterclockwise
 countnums
 country
@@ -468,31 +431,27 @@ create-date-string
 creation-date
 creation-time
 creator
-crossfade
 csc
 csch
 cube
-cubic-spline
 cuboid
 currency
 currency-style
 currency-symbol
 current
-current-date
-current-selected
-current-state
 current-value
 cursor-position
 cursor-position-x
 cursor-position-y
 curve
-custom
-custom-shape
 custom1
 custom2
 custom3
 custom4
 custom5
+custom-iconset
+custom-iconset-index
+custom-iconset-name
 cut
 cut-offs
 cx
@@ -507,72 +466,43 @@ data
 data-bar
 data-bar-entry
 data-cell-range-address
-data-field
 data-label-number
 data-label-symbol
 data-label-text
-data-pilot-display-info
 data-pilot-field
-data-pilot-field-reference
 data-pilot-grand-total
-data-pilot-group
-data-pilot-group-member
-data-pilot-groups
-data-pilot-layout-info
 data-pilot-level
 data-pilot-member
 data-pilot-members
-data-pilot-sort-info
 data-pilot-subtotal
 data-pilot-subtotals
 data-pilot-table
 data-pilot-tables
 data-point
-data-source
-data-source-has-labels
-data-source-setting
-data-source-setting-is-list
-data-source-setting-name
-data-source-setting-type
-data-source-setting-value
-data-source-settings
 data-stream-source
 data-style
 data-style-name
-data-table-show-horz-border
-data-table-show-outline
-data-table-show-vert-border
 data-type
-database
-database-description
 database-display
 database-name
 database-next
 database-range
 database-ranges
 database-row-number
-database-row-select
 database-select
 database-source-query
 database-source-sql
 database-source-table
-datatype
+database-table-name
 date
-date-adjust
-date-end
 date-is
-date-scale
-date-start
-date-string
+date-adjust
 date-style
 date-time
-date-time-decl
 date-value
-dateTime
 datetime
 day
 day-of-week
-days
 dde-application
 dde-connection
 dde-connection-decl
@@ -582,85 +512,48 @@ dde-link
 dde-links
 dde-source
 dde-topic
-decelerate
-decimal
 decimal-places
 decimal-replacement
 declare
 decorate-words-only
 decorative
 deep
-deep-traversing
 default
 default-cell-style-name
-default-outline-level
-default-page-layout
-default-row-style-name
 default-style
 default-style-name
-default-value
 degree
 delay
-delete-rule
 deletion
 deletions
-delimiter
 denomalign
 denominator-value
 dependence
 dependences
 dependencies
-dependency
 depth
 desc
 descending
 description
-detail
-detail-fields
 detective
 determinant
-diagonal-bl-tr
-diagonal-bl-tr-width
-diagonal-bl-tr-widths
-diagonal-tl-br
-diagonal-tl-br-width
-diagonal-tl-br-widths
-diagonalBottomLeft
-diagonalBottomLeftOpposite
-diagonalTopLeft
-diagonalTopLeftOpposite
-diagonalWipe
-diamond
 diff
 diffuse-color
 dim
-dimension
 direction
 disabled
 disc
-discrete
 display
 display-border
-display-date-time
 display-details
 display-duplicates
 display-empty
-display-equation
-display-factor
 display-filter-buttons
-display-footer
 display-formula
-display-header
 display-label
 display-levels
-display-list
-display-member-mode
 display-name
 display-outline-level
-display-page-number
-display-r-square
-display-units
-display-units-built-in-unit
 dissolve
 distance
 distance-after-sep
@@ -675,45 +568,25 @@ document-meta
 document-settings
 document-statistic
 document-styles
-does-not-begin-with
-does-not-contain
-does-not-end-with
 domain
-dont-balance-text-columns
 dot
-dot-dash
-dot-dot-dash
 dots1
 dots1-length
 dots2
 dots2-length
 dotted
 double
-double-line
 double-sided
 double-thin
-double-wave
-doubleBarnDoor
-doubleDiamond
-doubleFanWipe
-doubleSweepWipe
-doubleclick
 down
 draft
 draw
+ole-draw-aspect
 drawing
-drawing-page
-drawing-page-properties
 drawings
 drawpool
-drill-down-on-double-click
-driver-settings
 drop-cap
-drop-down
-dur
-duration
 dynamic
-dynamic-spacing
 edge-rounding
 editable
 editing-cycles
@@ -721,22 +594,15 @@ editing-duration
 edition
 editor
 effect
-eightBlade
 ellipse
-ellipseWipe
-ellipsoid
 email
 embed
-embedded-text
 embedded-visible-area
 embossed
 emissive-color
-emphasis
 empty
 empty-line-refresh
-enable
 enable-numbering
-enable-sql92-check
 enabled
 encoding
 end
@@ -746,7 +612,6 @@ end-color
 end-column
 end-glue-point
 end-guide
-end-indent
 end-intensity
 end-line-spacing-horizontal
 end-line-spacing-vertical
@@ -762,81 +627,36 @@ endnote-body
 endnote-citation
 endnote-ref
 endnotes-configuration
-ends-with
-endsync
-engine
 engraved
-enhanced-geometry
-enhanced-path
-entrance
-enumeration
 eq
-equal
 equal-author
 equal-comment
 equal-date
-equation
 era
 ergo-sum
 error-category
-error-indicator
 error-lower-indicator
 error-lower-limit
-error-lower-range
 error-macro
 error-margin
 error-message
 error-percentage
 error-upper-indicator
 error-upper-limit
-error-upper-range
-escape-direction
-escape-processing
-even-columns
+sub
+super
 even-page
-even-rows
 event
-event-listener
-event-listeners
 event-name
 events
 execute
 execute-macro
 exists
-exit
 exp
 exponential
 expression
-expression1
-expression2
-extension
-external-data
 extra
 extrude
-extrusion
-extrusion-allowed
-extrusion-brightness
-extrusion-color
-extrusion-depth
-extrusion-diffusion
-extrusion-first-light-direction
-extrusion-first-light-harsh
-extrusion-first-light-level
-extrusion-light-face
-extrusion-metal
-extrusion-number-of-line-segments
-extrusion-origin
-extrusion-projection-mode
-extrusion-rotation-angle
-extrusion-rotation-center
-extrusion-second-light-direction
-extrusion-second-light-harsh
-extrusion-second-light-level
-extrusion-shininess
-extrusion-skew
-extrusion-specularity
-extrusion-viewpoint
-eyeWipe
 factorial
 fade
 fade-from-bottom
@@ -850,27 +670,11 @@ fade-from-upperleft
 fade-from-upperright
 fade-out
 fade-to-center
-fadeColor
-fadeFromColor
-fadeOverColor
-fadeToColor
 false
 family
-fanInHorizontal
-fanInVertical
-fanOutHorizontal
-fanOutVertical
-fanWipe
 fast
 fence
-field
-field-name
 field-number
-fieldmark
-fieldmark-end
-fieldmark-start
-file
-file-based-database
 file-name
 fill
 fill-character
@@ -885,8 +689,6 @@ fill-image-ref-point
 fill-image-ref-point-x
 fill-image-ref-point-y
 fill-image-width
-fillDefault
-filled-radar
 filter
 filter-and
 filter-condition
@@ -894,29 +696,20 @@ filter-name
 filter-options
 filter-or
 filter-set-item
-filter-statement
 fine-dashed
-first
-first-column
 first-date-time
 first-page
 first-page-number
-first-row
 fit-to-contour
 fit-to-size
-fivePoint
 fix
 fixed
-fixed-content
-fixed-text
 flat
 float
 floating-frame
 floor
-flow-with-text
 fn
 focal-length
-font-adornments
 font-char-width
 font-charset
 font-charset-asian
@@ -924,18 +717,12 @@ font-charset-complex
 font-color
 font-decl
 font-decls
-font-face
-font-face-decls
-font-face-format
-font-face-src
-font-face-uri
 font-family
 font-family-asian
 font-family-complex
 font-family-generic
 font-family-generic-asian
 font-family-generic-complex
-font-independent-line-spacing
 font-kerning
 font-name
 font-name-asian
@@ -980,10 +767,8 @@ fontwork-shadow-transparence
 fontwork-start
 fontwork-style
 footer
-footer-decl
 footer-first
 footer-left
-footer-on-new-page
 footer-style
 footnote
 footnote-body
@@ -997,28 +782,16 @@ footnotes-configuration
 footnotes-position
 forall
 force-manual
-force-new-column
-force-new-page
 foreground
 foreign-object
-form
 format-change
-format-condition
 format-source
-formatted-text
 formatting-entry
 forms
 formula
 formula-hidden
 formulas
-forward
-fourBlade
-fourBoxHorizontal
-fourBoxVertical
-fourBoxWipe
-fourPoint
 fraction
-fractionDigits
 frame
 frame-content
 frame-display-border
@@ -1028,10 +801,8 @@ frame-margin-horizontal
 frame-margin-vertical
 frame-name
 frame-start-margin
-free
 freeze
 freeze-position
-from
 from-another-table
 from-bottom
 from-center
@@ -1044,15 +815,6 @@ from-same-table
 from-top
 from-upper-left
 from-upper-right
-fromBottom
-fromBottomLeft
-fromBottomRight
-fromLeft
-fromRight
-fromTop
-fromTopLeft
-fromTopRight
-ft
 fuchsia
 full
 full-screen
@@ -1065,83 +827,53 @@ gap
 gap-width
 gcd
 generator
-generic-control
 geq
-get
 gl3d-bar
-global
-glue-point
-glue-point-leaving-direction
-glue-point-type
-glue-points
-glyph-orientation-vertical
 gouraud
 gradient
+angle
+GRADIENT_BORDER_DUMMY
 gradient-step-count
 gradient-style
+axial
+ellipsoid
+GRADIENTSTYLE_LINEAR_DUMMY
+radial
+rectangular
+square
 gradientTransform
 grand-total
 graphic
-graphic-properties
-graphics
 gray
-greater
-greater_equal
 green
 greyscale
 grid
 groove
-group
-group-bars-per-axis
 group-by-field-number
-group-expression
-group-footer
-group-header
-group-id
-group-interval
 group-name
-group-on
-grouped-by
 grouping
-groups
 gt
 guide-distance
 guide-overhang
 h
-handle
-handle-mirror-horizontal
-handle-mirror-vertical
-handle-polar
-handle-position
-handle-radius-range-maximum
-handle-radius-range-minimum
-handle-range-x-maximum
-handle-range-x-minimum
-handle-range-y-maximum
-handle-range-y-minimum
-handle-switched
-handout-master
 hanging
 has-persistent-data
-hasfill
-hasstroke
 hatch
+HATCH_DISTANCE_DUMMY
+HATCH_STYLE_DUMMY
+HATCHSTYLE_DOUBLE_DUMMY
+HATCHSTYLE_SINGLE_DUMMY
+triple
 header
-header-decl
 header-first
-header-footer-properties
-header-grid-layout
 header-left
-header-on-new-page
 header-style
 headers
-heart
 height
 help
 help-file-name
 help-id
 help-message
-hexagonWipe
 hidden
 hidden-and-protected
 hidden-paragraph
@@ -1149,17 +881,12 @@ hidden-text
 hide
 hide-shape
 hide-text
-high
 highlighted-range
 hint
-hold
 horizontal
-horizontal-bar
-horizontal-checkerboard
+horizontalstrike
 horizontal-lines
-horizontal-on-even
 horizontal-on-left-pages
-horizontal-on-odd
 horizontal-on-right-pages
 horizontal-pos
 horizontal-rel
@@ -1168,20 +895,9 @@ horizontal-segments
 horizontal-split-mode
 horizontal-split-position
 horizontal-stripes
-horizontalLeft
-horizontalLeftSame
-horizontalRight
-horizontalRightSame
-horizontalTopLeftOpposite
-horizontalTopRightOpposite
-horizontalstrike
-hostname
-hour
-hourglass
 hours
 howpublished
 href
-hsl
 html
 hyperlink
 hyperlink-behaviour
@@ -1199,37 +915,23 @@ ident
 identifier
 identify-categories
 ideograph-alpha
-ignore
 ignore-case
-ignore-driver-privileges
 ignore-empty-rows
+ignore-selected-page
 illustration-index
 illustration-index-entry-template
 illustration-index-source
 image
-image-align
 image-count
-image-data
-image-frame
 image-map
-image-opacity
-image-position
-image-scale
 implies
 in
 in-range
 inbook
-inch
-include-hidden-cells
-includenamespaceprefixes
 incollection
 increment
-indefinite
-indent
 index
 index-body
-index-column
-index-columns
 index-entry-bibliography
 index-entry-chapter
 index-entry-chapter-number
@@ -1246,153 +948,81 @@ index-source-style
 index-source-styles
 index-title
 index-title-template
-indices
 information
-inherit
 initial-creator
-initial-formula
 inproceedings
 insertion
 insertion-cut-off
 insertion-position
 inset
 inside
-instance
 institution
 int
-integer
 intensity
-interactive-sequence
-interpolation
 intersect
 interval
 interval-major
 interval-minor
-interval-minor-divisor
 into-english-number
 inverse
-irisWipe
 is-active
-is-ascending
-is-autoincrement
-is-clustered
 is-data-layout-field
-is-first-row-header-line
 is-hidden
-is-list-header
-is-nullable
-is-password-required
 is-selection
-is-sub-table
-is-table-name-length-limited
-is-tristate
-is-unique
 isbn
-isotropic
 italic
-iterate
-iterate-interval
-iterate-type
 iteration
-iterative
-japanese-candle-stick
-java-classpath
-java-driver-class
-join-border
 journal
 justified
 justify
 justify-single-word
-keep-text
-keep-together
 keep-with-next
+KERNING_NORMAL_DUMMY
 key
-key-column
-key-columns
 key1
-key1-phonetic
 key2
-key2-phonetic
-keySplines
-keyTimes
-keyhole
-keys
 keyword
 keywords
 kind
 km
 label
-label-alignment
 label-arrangement
 label-cell-address
 label-cell-range-address
-label-followed-by
-label-position
 label-range
 label-ranges
-label-separator
 label-string
 label-stroke
 label-stroke-color
 label-stroke-opacity
 label-stroke-width
-label-width-and-position
 lambda
 landscape
 language
 language-asian
 language-complex
 laser
-last
-last-column
 last-column-spanned
 last-page
-last-row
 last-row-spanned
 layer
 layer-set
-layout-grid-base-height
-layout-grid-base-width
-layout-grid-color
-layout-grid-display
-layout-grid-lines
-layout-grid-mode
-layout-grid-print
-layout-grid-ruby-below
-layout-grid-ruby-height
-layout-grid-snap-to
-layout-grid-snap-to-characters
-layout-grid-standard-mode
-layout-mode
 leader-char
-leader-color
-leader-style
-leader-text
-leader-text-style
-leader-type
-leader-width
-leave-gap
 left
-left-arc
-left-circle
 left-outside
 left-top-position
-leftCenter
-leftToRight
+left-arc
+left-circle
 legend
-legend-expansion
-legend-expansion-aspect-ratio
 legend-position
 length
 leq
-less
-less_equal
 let-text
+keep-text
 letter-kerning
 letter-spacing
 letters
 level
-libraries
 library
 library-embedded
 library-linked
@@ -1415,73 +1045,43 @@ linenumbering-configuration
 linenumbering-separator
 lines
 lines-used
-link-data-style-to-source
 link-to-source-data
 list
 list-block
 list-header
-list-id
 list-info
 list-item
 list-level
-list-level-label-alignment
-list-level-position-and-space-mode
-list-level-properties
 list-level-style-bullet
 list-level-style-image
 list-level-style-number
 list-name
-list-property
-list-source
-list-source-type
 list-style
 list-style-name
-list-tab-stop-position
-list-value
-listbox
-listtab
 ln
-local-socket
-location
 locked
 log
 logarithmic
 logbase
-logheight
-login
-login-timeout
-logwidth
 long
-long-dash
-lowercase
 lowlimit
-lr
 lr-tb
 lt
 ltr
 luminance
-m
-macro
 macro-name
 maction
-main-entry
 main-entry-style-name
-main-etry
-main-sequence
 major
-major-interval-unit
-major-interval-value
 maligngroup
 malignmark
 manual
 map
-margin
 margin-bottom
 margin-left
 margin-right
 margin-top
 margins
-marked-invalid
 marker
 marker-end
 marker-end-center
@@ -1490,34 +1090,20 @@ marker-start
 marker-start-center
 marker-start-width
 maroon
-master
-master-detail-field
-master-detail-fields
-master-element
-master-fields
 master-page
 master-page-name
 master-styles
 mastersthesis
 match
 math
-mathcolor
-mathsize
-mathvariant
-mathweight
 matrix
 matrix-covered
 matrixrow
 max
 max-edge
 max-height
-max-row-count
-max-value
+max-length
 max-width
-maxExclusive
-maxInclusive
-maxLength
-maxOccurs
 maximum
 maximum-difference
 may-break-between-rows
@@ -1527,31 +1113,17 @@ mean-value
 measure
 measure-align
 measure-vertical-align
-media
-media-call
-media-type
 median
-mediatype
 medium
-member-count
-member-difference
-member-name
-member-percentage
-member-percentage-difference
-member-type
 menclose
-merge-last-paragraph
 merror
 message-type
 meta
-meta-field
-method
 mfenced
 mfrac
 mi
 middle
 mime-type
-mimetype
 min
 min-denominator-digits
 min-edge
@@ -1560,60 +1132,39 @@ min-height
 min-integer-digits
 min-label-distance
 min-label-width
+min-length
 min-line-height
 min-numerator-digits
 min-row-height
-min-value
 min-width
-minExclusive
-minInclusive
-minLength
-minOccurs
 minimum
 minor
-minor-interval-unit
-minor-interval-value
 minus
-minute
 minutes
 mirror
-mirror-horizontal
-mirror-vertical
 mirrored
 misc
-miscDiagonalWipe
-miscShapeWipe
 miter
 mm
 mmultiscripts
 mn
 mo
 mode
-model
 modern
 modification-date
 modification-time
-modifiers
 modulate
 module
 moment
 mono
 month
-months
-motion-path
 mouse-as-pen
 mouse-visible
-mouseout
-mouseover
 move
 move-from-bottom
 move-from-left
-move-from-lowerleft
-move-from-lowerright
 move-from-right
 move-from-top
-move-from-upperleft
-move-from-upperright
 move-protect
 move-short
 movement
@@ -1637,59 +1188,36 @@ mtd
 mtext
 mtr
 multi-deletion-spanned
-multiply
 munder
 munderover
 name
 name-and-extension
-named
 named-expression
 named-expressions
 named-range
-named-symbol
-nav-order
 navy
-near-axis
-near-axis-other-side
-near-origin
 negative-color
 neq
-never
 new
 next
 next-page
 next-style-name
-no
 no-limit
-no-repeat
 no-wrap
-node-type
-nodeset
+NOEMPTY_DUMMY
 nohref
+NOMATCH_DUMMY
 none
+notprsubset
 normal
 normals-direction
 normals-kind
 not
 not-equal-date
-not-with-report-footer
-not-with-report-header
-not-with-report-header-nor-footer
-not_between
-not_equal
 notation
 note
-note-body
-note-citation
-note-class
-note-ref
 notes
-notes-configuration
-nothing
-notify-on-update-of-ranges
-notify-on-update-of-table
 notin
-notprsubset
 notsubset
 null-date
 null-year
@@ -1699,21 +1227,18 @@ num-prefix
 num-suffix
 numalign
 number
-number-all-superior
 number-and-name
 number-columns-repeated
 number-columns-spanned
 number-lines
 number-matrix-columns-spanned
 number-matrix-rows-spanned
-number-no-superior
 number-position
 number-rows-repeated
 number-rows-spanned
 number-style
 number-wrapped-paragraphs
 numbered-entries
-numbered-paragraph
 object
 object-count
 object-index
@@ -1722,68 +1247,39 @@ object-index-source
 object-name
 object-ole
 objects
-oblique
-odd-columns
 odd-page
-odd-rows
 offset
-ole-action
-ole-draw-aspect
-ole2
 olive
-omit-xml-declaration
-on-click
-on-update-keep-size
-on-update-keep-styles
 onLoad
 onRequest
-onbegin
-once-concurrent
-once-successive
-oneBlade
-onend
+on-update-keep-size
+on-update-keep-styles
 online
 online-text
-opacity
-opacity-name
+OPAQUE_BACKGROUND_DUMMY
+OPAQUE_FOREGROUND_DUMMY
 open
 open-horizontal
 open-vertical
-opendocument
 operation
 operator
-oppositeHorizontal
-oppositeVertical
 optimal
 or
 order
-order-statement
 ordered-list
 organizations
-orgchart
 orientation
 orientation-landscape
 orientation-portrait
 origin
 orphans
-out
-outline
 outline-level
 outline-level-style
 outline-style
-outline-subtotals-bottom
-outline-subtotals-top
 outset
 outside
-outside-end
-outside-maximum
-outside-minimum
-outside-start
-oval
 overlap
 p
-p3ptype
-paced
 package-name
 padding
 padding-bottom
@@ -1794,20 +1290,14 @@ page
 page-adjust
 page-breaks-on-group-change
 page-content
-page-continuation
 page-continuation-string
 page-count
 page-end-margin
-page-footer
-page-header
 page-height
-page-layout
-page-layout-name
-page-layout-properties
 page-master
 page-master-name
+page-name
 page-number
-page-print-option
 page-start-margin
 page-style-name
 page-thumbnail
@@ -1817,25 +1307,14 @@ page-variable-set
 page-view-zoom-value
 page-width
 pages
-paper-tray-name
 paper-tray-number
-par
 paragraph
 paragraph-content
 paragraph-count
 paragraph-end-margin
-paragraph-properties
-paragraph-rsid
 paragraph-start-margin
 parallel
-parallelDiagonal
-parallelDiagonalBottomLeft
-parallelDiagonalTopLeft
-parallelSnakesWipe
-parallelVertical
 param
-parameter-name-substitution
-parent
 parent-style-name
 parse-sql-statement
 parsed
@@ -1844,27 +1323,19 @@ password
 passwort
 path
 path-id
-path-stretchpoint-x
-path-stretchpoint-y
-pattern
 pause
-pc
 pending
-pentagonWipe
 percentage
-percentage-data-style-name
 percentage-style
 perspective
 phdthesis
 phong
 pie-offset
-pinWheelWipe
 placeholder
 placeholder-type
 placing
 plain-number
 plain-number-and-name
-play
 play-full
 plot-area
 plugin
@@ -1874,7 +1345,6 @@ polygon
 polyline
 polynomial
 pool-id
-port
 portrait
 position
 position-bottom
@@ -1882,89 +1352,66 @@ position-left
 position-right
 position-top
 positive-color
-post
+POSTURE_ITALIC_DUMMY
+POSTURE_NORMAL_DUMMY
+oblique
 power
-pre-evaluated
-precision
 precision-as-shown
 prefix
-prefix-characters
 presentation
+PRESENTATION_CHART_DUMMY
+PRESENTATION_GRAPHIC_DUMMY
+PRESENTATION_NOTES_DUMMY
+PRESENTATION_OBJECT_DUMMY
+orgchart
+outline
+PRESENTATION_PAGE_DUMMY
 presentation-page-layout
 presentation-page-layout-name
-preserve
-preserve-IRI
-preset-class
-preset-id
-preset-sub-type
+PRESENTATION_SUBTITLE_DUMMY
+PRESENTATION_TABLE_DUMMY
+PRESENTATION_TITLE_DUMMY
 previous
 previous-page
-primary-x
-primary-y
-primary-z
 print
 print-content
 print-date
-print-header-on-each-page
 print-orientation
 print-page-order
 print-range
 print-ranges
-print-repeated-values
 print-time
-print-when-group-change
 printable
 printed-by
-printer
 proceedings
 product
 projection
 properties
-propertry-mapping
-property
-property-is-list
-property-is-void
-property-name
-property-type
-property-value
 protect
+PROTECT_CONTENT_DUMMY
+PROTECT_POSITION_DUMMY
+PROTECT_SIZE_DUMMY
 protected
 protection-key
 protection-key-digest-algorithm
 protection-key-digest-algorithm-2
 prsubset
-pt
 publisher
 punctuation-wrap
 purple
-push
-pushWipe
 pyramid
-quartal
 quarter
-quarters
-queries
-query
-query-collection
 query-name
 quo-vadis
 quotient
 r
 radar
-radial
-radio
 random
-randomBarWipe
 range-address
 range-usable-as
-readonly
-records
 recreate-on-edit
 rect
-rectangle
-rectangular
 red
-ref
 ref-name
 reference
 reference-end
@@ -1975,24 +1422,12 @@ reference-mark-start
 reference-ref
 reference-start
 reference-type
-referenced-table-name
 refresh-delay
 region-center
 region-left
 region-right
 register-true
 register-truth-ref-style-name
-regression-curve
-regression-extrapolate-backward
-regression-extrapolate-forward
-regression-force-intercept
-regression-intercept-value
-regression-max-degree
-regression-min-degree
-regression-moving-type
-regression-name
-regression-period
-regression-type
 rejected
 rejecting-change-id
 rejection
@@ -2001,139 +1436,82 @@ rel-height
 rel-height-rel
 rel-width
 rel-width-rel
-related-column-name
 relative
 relative-tab-stop-position
-relevant
 reln
 rem
-remove
 remove-dependents
 remove-precedents
 repeat
 repeat-column
-repeat-content
 repeat-row
-repeat-section
-repeatCount
-repeatDur
 repeated
 replace
-report
-report-component
-report-element
-report-footer
-report-header
 report-type
-reports
-required
-reset
-reset-page-number
-restart
-restart-numbering
 restart-on-page
-restartDefault
-restriction
-reverse
-reverse-direction
 revision
-rfc-language-tag
-rfc-language-tag-asian
-rfc-language-tag-complex
-rgb
 ridge
 right
-right-angled-axes
+right-outside
 right-arc
 right-circle
-right-outside
-rightCenter
 ring
-rl
-rl-tb
 role
 roll-from-bottom
 roll-from-left
 roll-from-right
-roll-from-top
 roman
 root
 rotate
-rotateIn
-rotateOut
 rotation
 rotation-align
 rotation-angle
 round
-roundRectWipe
 rounded-edge
-roundrectangle
 row
 row-height
-row-mapping
 row-number
-row-percentage
-row-retrieving-statement
 rows
 rsid
+paragraph-rsid
 ruby
 ruby-align
 ruby-base
 ruby-position
-ruby-properties
 ruby-text
 run-through
-running-total
 rx
 ry
 s
-saloonDoorWipe
 scale
 scale-min
 scale-text
 scale-to
-scale-to-X
-scale-to-Y
 scale-to-pages
 scatter
 scenario
 scenario-ranges
 scene
-schema
-schema-definition
-schema-name
 school
 scientific-number
 score-spaces
-screen
 script
 script-asian
 script-complex
-script-data
-scripts
 scroll
 sdev
 search-criteria-must-apply-to-whole-cell
 sec
 sech
 second-date-time
-secondary-fill-color
-secondary-x
-secondary-y
 seconds
 section
 section-desc
 section-name
-section-properties
 section-source
-segments
 select-page
 select-protected-cells
 select-unprotected-cells
-selected
-selected-page
-selection
-selection-indexes
 selector
 semantics
 semi-automatic
@@ -2153,19 +1531,15 @@ sender-state-or-province
 sender-street
 sender-title
 sep
-separating
 separation-character
 separator
-seq
 sequence
 sequence-decl
 sequence-decls
 sequence-ref
 series
 series-source
-server-database
 server-map
-service-name
 set
 setdiff
 settings
@@ -2174,7 +1548,6 @@ shadow
 shadow-color
 shadow-offset-x
 shadow-offset-y
-shadow-opacity
 shadow-slant
 shadow-transparency
 shape
@@ -2196,10 +1569,6 @@ show-changes-by-datetime-mode
 show-changes-by-datetime-second-datetime
 show-changes-by-ranges
 show-changes-by-ranges-list
-show-deleted
-show-details
-show-empty
-show-filter-button
 show-logo
 show-rejected-changes
 show-shape
@@ -2207,60 +1576,35 @@ show-text
 show-unit
 show-value
 shows
-shrink-to-fit
 side-by-side
 silver
 simple
-simpleType
 sin
 since-date-time
 since-save
-single
-single-line
-singleSweepWipe
 sinh
-sixPoint
 size
 size-protect
-skewX
-skewY
-skip-white-space
 slant
 slant-x
 slant-y
-slash
 slide
-slideWipe
 slow
-small-caps
-small-wave
-snakeWipe
-snap-to-layout-grid
-soft-page-break
 solid
 solid-type
 sort
-sort-algorithm
 sort-ascending
 sort-by
 sort-by-position
-sort-by-x-values
-sort-expression
 sort-groups
 sort-key
-sort-mode
-sorted-ascending
 sound
-source
 source-cell-range
 source-cell-range-addresses
-source-code
 source-field-name
 source-name
 source-range-address
 source-service
-space
-space-after
 space-before
 span
 specular
@@ -2274,35 +1618,23 @@ spiral-inward-right
 spiral-out
 spiral-outward-left
 spiral-outward-right
-spiralWipe
 spiralin-left
 spiralin-right
 spiralout-left
 spiralout-right
-spline
-spline-order
-spline-resolution
 splines
 split
 split-column
 split-position
 split-row
-spreadMethod
 spreadsheet
-sql
-sql-pass-through
+spreadMethod
 sql-statement
-square
-src
 stacked
 stagger-even
 stagger-odd
-standalone
 standard
 standard-deviation
-standard-error
-star
-starWipe
 starbasic
 start
 start-angle
@@ -2310,11 +1642,9 @@ start-color
 start-column
 start-glue-point
 start-guide
-start-indent
 start-intensity
 start-line-spacing-horizontal
 start-line-spacing-vertical
-start-new-column
 start-numbering-at
 start-page
 start-position
@@ -2327,26 +1657,15 @@ start-with-navigator
 statistics
 status
 stay-on-top
-std-weight
 stdev
 stdevp
-step
-step-center-x
-step-center-y
-step-end
-step-start
 steps
 stock
-stock-gain-marker
-stock-loss-marker
-stock-range-line
 stock-updown-bars
 stock-with-volume
 stop
-stop-audio
 stop-color
 stop-opacity
-straight-line
 stretch
 stretch-from-bottom
 stretch-from-left
@@ -2358,7 +1677,6 @@ string
 string-value
 string-value-if-false
 string-value-if-true
-string-value-phonetic
 stripes
 stroke
 stroke-color
@@ -2370,40 +1688,24 @@ stroke-width
 structure-protected
 style
 style-name
-style-override
 styles
 stylesheet
-sub
-sub-document
-sub-item
 sub-table
-sub-view-size
 subject
-submission
-submit
 subset
 subtitle
 subtotal-field
 subtotal-rule
 subtotal-rules
-subtype
+sub-view-size
 suffix
 sum
-super
-suppress-version-columns
-surface
 swiss
 symbol
-symbol-color
 symbol-height
-symbol-image
 symbol-image-name
-symbol-name
-symbol-type
 symbol-width
 system
-system-driver-settings
-tab
 tab-color
 tab-stop
 tab-stop-distance
@@ -2411,21 +1713,14 @@ tab-stops
 table
 table-background
 table-cell
-table-cell-properties
 table-centering
 table-column
 table-column-group
-table-column-properties
 table-columns
 table-count
-table-fields
-table-filter
-table-filter-pattern
-table-formula
 table-header
 table-header-columns
 table-header-rows
-table-include-filter
 table-index
 table-index-entry-template
 table-index-source
@@ -2434,41 +1729,33 @@ table-of-content
 table-of-content-entry-template
 table-of-content-source
 table-page
-table-properties
 table-protection
-table-representation
-table-representations
 table-row
 table-row-group
-table-row-properties
 table-rows
 table-source
-table-template
-table-type
-table-type-filter
 table-view
 tables
-tabular-layout
 tan
 tanh
 target-cell-address
 target-frame-name
 target-range-address
-targetElement
-targetNamespace
-tb
-tb-lr
 tb-rl
 teal
 techreport
 template
 template-name
 tendsto
+texture-filter
+texture-generation-mode-x
+texture-generation-mode-y
+texture-kind
+texture-mode
 text
 text-align
 text-align-last
 text-align-source
-text-areas
 text-autospace
 text-background-color
 text-blinking
@@ -2483,58 +1770,23 @@ text-global
 text-indent
 text-input
 text-justify
-text-line-through-color
-text-line-through-mode
-text-line-through-style
-text-line-through-text
-text-line-through-text-style
-text-line-through-type
-text-line-through-width
 text-outline
-text-overlap
-text-overline-color
-text-overline-mode
-text-overline-style
-text-overline-type
-text-overline-width
-text-path
-text-path-allowed
-text-path-mode
-text-path-same-letter-heights
-text-path-scale
 text-position
-text-properties
-text-rotate-angle
 text-rotation-angle
 text-rotation-scale
 text-scale
 text-shadow
 text-style
-text-style-name
 text-transform
 text-underline
 text-underline-color
-text-underline-mode
-text-underline-style
-text-underline-type
-text-underline-width
-textarea
 textarea-horizontal-align
 textarea-vertical-align
 textual
-texture-filter
-texture-generation-mode-x
-texture-generation-mode-y
-texture-kind
-texture-mode
 thick
-thick-line
 thin
-thousand
 three-dimensional
-threeBlade
 thumbnail
-tick-mark-position
 tick-marks-major-inner
 tick-marks-major-outer
 tick-marks-minor-inner
@@ -2545,9 +1797,7 @@ time-adjust
 time-style
 time-value
 times
-timing-root
 title
-to
 to-another-table
 to-bottom
 to-center
@@ -2561,27 +1811,13 @@ to-upper-right
 toc-mark
 toc-mark-end
 toc-mark-start
-toggle-pause
 top
-top-arc
-top-circle
-top-down
 top-left
+TOP_PERCENT_DUMMY
 top-right
-topCenter
-topLeft
-topLeftClockwise
-topLeftCounterClockwise
-topLeftDiagonal
-topLeftHorizontal
-topLeftVertical
-topRight
-topRightClockwise
-topRightCounterClockwise
-topRightDiagonal
-topToBottom
-total-percentage
-totalDigits
+TOP_VALUES_DUMMY
+top-arc
+top-circle
 trace-dependents
 trace-errors
 trace-precedents
@@ -2589,95 +1825,54 @@ track-changes
 tracked-changes
 tracked-changes-view-settings
 transform
-transformation
-transition
 transition-on-click
-transition-speed
-transition-style
-transition-type
-transitionFilter
-translate
-transliteration-country
-transliteration-format
-transliteration-language
-transliteration-style
 transparency
 transparency-name
 transparent
 transpose
-treat-empty-cells
-triangleWipe
-triple
 true
 truncate-on-overflow
+try-staggering-first
+tspan
 ttb
-twoBladeHorizontal
-twoBladeVertical
-twoBoxBottom
-twoBoxLeft
-twoBoxRight
-twoBoxTop
 type
-type-name
-unchecked
-uncover-to-bottom
-uncover-to-left
-uncover-to-lowerleft
-uncover-to-lowerright
-uncover-to-right
-uncover-to-top
-uncover-to-upperleft
-uncover-to-upperright
+dot-dash
+dot-dot-dash
+long-dash
+single
+small-wave
+wave
 unformatted-text
 union
 unit
-unknown
 unordered-list
 unpublished
-unsorted
 up
-update-rule
-update-table
 uplimit
-uppercase
 upright
 url
-use-banding-columns-styles
-use-banding-rows-styles
+use
 use-caption
-use-catalog
 use-cell-protection
 use-chart-objects
 use-condition
-use-date-time-name
 use-draw-objects
-use-first-column-styles
-use-first-row-styles
 use-floating-frames
-use-footer-name
 use-graphics
-use-header-name
 use-image-objects
 use-index-marks
 use-index-source-styles
 use-keys-as-entries
 use-label
-use-last-column-styles
-use-last-row-styles
 use-math-objects
 use-objects
 use-optimal-column-width
 use-optimal-row-height
 use-other-objects
-use-outline-level
-use-regular-expressions
-use-soft-page-breaks
 use-spreadsheet-objects
 use-styles
-use-system-user
 use-tables
 use-window-font-color
-use-zero
 used-hierarchy
 user-defined
 user-field-decl
@@ -2690,16 +1885,10 @@ user-index-mark
 user-index-mark-end
 user-index-mark-start
 user-index-source
-user-name
 user-transformed
 username
-validation-name
 value
-value-and-percentage
-value-list
-value-range
 value-type
-values
 values-cell-range-address
 var
 variable
@@ -2711,15 +1900,12 @@ variable-set
 variance
 varp
 vector
-veeWipe
 verb
 version
 version-entry
 version-list
 vertical
 vertical-align
-vertical-bar
-vertical-checkerboard
 vertical-justify
 vertical-lines
 vertical-pos
@@ -2728,16 +1914,10 @@ vertical-segments
 vertical-split-mode
 vertical-split-position
 vertical-stripes
-verticalBottomLeftOpposite
-verticalBottomSame
-verticalLeft
-verticalRight
-verticalTopLeftOpposite
-verticalTopSame
 view
+viewBox
 view-id
 view-settings
-viewBox
 visibility
 visible
 visible-area
@@ -2746,7 +1926,6 @@ visible-area-left
 visible-area-top
 visible-area-width
 visited-style-name
-void
 volatile
 volume
 vpn
@@ -2754,62 +1933,1115 @@ vrp
 vup
 wall
 warning
-waterfallWipe
 watermark
-wave
 wavyline
 wavyline-from-bottom
 wavyline-from-left
 wavyline-from-right
 wavyline-from-top
-week
 week-of-year
-whenNotActive
+WEIGHT_BOLD_DUMMY
+WEIGHT_NORMAL_DUMMY
 white
-whiteSpace
-whole
-whole-group
 whole-page
-wide
 widows
 width
-windshieldWipe
-wireframe
-with-first-detail
-with-previous
-with-tab
 word
 word-count
-word-wrap
 wrap
 wrap-contour
 wrap-contour-mode
-wrap-influence-on-position
 wrap-option
 writing-mode
 www
 x
+x1
+x2
 x-mac-roman
 x-symbol
 x-system
-x1
-x2
-xforms-list-source
-xforms-settings
-xforms-submission
 xor
-xstretch
 y
 y1
 y2
 year
-years
 yellow
-ystretch
-z
-z-index
 zero-values
-zigZagWipe
-zoom
+z-index
 zoom-type
 zoom-value
+enable
+use-regular-expressions
+use-wildcards
+data-source-has-labels
+link-data-style-to-source
+sort-algorithm
+straight-line
+angled-line
+angled-connector-line
+APPLICATION_X_WWW_FORM_URLENCODED_DUMMY
+MULTIPART_FORMDATA_DUMMY
+APPLICATION_TEXT_DUMMY
+get
+post
+query
+parent
+records
+push
+submit
+reset
+value-list
+sql
+sql-pass-through
+table-fields
+unchecked
+checked
+unknown
+roll-from-top
+binary-data
+notify-on-update-of-table
+0
+play
+handout-master
+text-style-name
+escape-direction
+glue-point
+primary-x
+secondary-x
+primary-y
+secondary-y
+primary-z
+caption-type
+caption-angle-type
+caption-angle
+caption-gap
+caption-escape-direction
+caption-escape
+caption-line-length
+caption-fit-line-length
+free
+transition-type
+transition-style
+transition-speed
+duration
+background-size
+background-objects-visible
+background-visible
+move-from-upperleft
+move-from-upperright
+move-from-lowerright
+move-from-lowerleft
+uncover-to-left
+uncover-to-upperleft
+uncover-to-top
+uncover-to-upperright
+uncover-to-right
+uncover-to-lowerright
+uncover-to-bottom
+uncover-to-lowerleft
+vertical-checkerboard
+horizontal-checkerboard
+notify-on-update-of-ranges
+byte
+macro
+location
+application
+symbol-image
+text-overlap
+spline-order
+spline-resolution
+paper-tray-name
+column-mapping
+row-mapping
+table-formula
+embedded-text
+merge-last-paragraph
+stock-loss-marker
+stock-gain-marker
+stock-range-line
+rl-tb
+tb-lr
+lr
+rl
+tb
+layout-grid-color
+layout-grid-lines
+layout-grid-base-height
+layout-grid-ruby-height
+layout-grid-mode
+layout-grid-ruby-below
+layout-grid-print
+layout-grid-display
+default-page-layout
+layout-grid-standard-mode
+layout-grid-base-width
+layout-grid-snap-to-characters
+layout-grid-snap-to
+snap-to-layout-grid
+dont-balance-text-columns
+glyph-orientation-vertical
+marked-invalid
+regression-curve
+regression-type
+regression-name
+regression-extrapolate-forward
+regression-extrapolate-backward
+regression-max-degree
+regression-min-degree
+regression-moving-type
+regression-period
+regression-force-intercept
+regression-intercept-value
+regression-x-name
+regression-y-name
+error-indicator
+table-type
+display-factor
+transliteration-format
+transliteration-language
+transliteration-country
+transliteration-style
+key1-phonetic
+key2-phonetic
+string-value-phonetic
+background-transparency
+background-image-transparency
+dynamic-spacing
+main-entry
+use-outline-level
+close-front
+close-back
+drop-down
+current-selected
+join-border
+display-list
+no
+unsorted
+font-independent-line-spacing
+sorted-ascending
+database
+data-source
+queries
+reports
+report
+as-template
+connection-resource
+suppress-version-columns
+java-driver-class
+extension
+is-first-row-header-line
+show-deleted
+is-table-name-length-limited
+system-driver-settings
+enable-sql92-check
+append-table-alias-name
+parameter-name-substitution
+ignore-driver-privileges
+boolean-comparison-mode
+use-catalog
+base-dn
+max-row-count
+login
+user-name
+is-password-required
+login-timeout
+delimiter
+field
+decimal
+thousand
+table-filter
+table-filter-pattern
+table-type-filter
+auto-increment
+additional-column-statement
+row-retrieving-statement
+data-source-settings
+data-source-setting
+data-source-setting-value
+data-source-setting-is-list
+data-source-setting-type
+data-source-setting-name
+component
+component-collection
+query-collection
+update-table
+filter-statement
+order-statement
+escape-processing
+keys
+indices
+type-name
+precision
+is-nullable
+is-autoincrement
+default-value
+referenced-table-name
+update-rule
+delete-rule
+key-columns
+key-column
+related-column-name
+catalog-name
+is-unique
+is-clustered
+index-columns
+index-column
+is-ascending
+schema-name
+db
+N_DB_DUMMY
+apply-filter
+apply-order
+automatic-print-range
+selection
+selection-indexes
+scale-to-X
+scale-to-Y
+keep-together
+use-header-name
+use-footer-name
+use-date-time-name
+display-header
+display-footer
+display-page-number
+display-date-time
+source
+current-date
+header-decl
+footer-decl
+date-time-decl
+selected-page
+flow-with-text
+with-tab
+custom-shape
+engine
+enhanced-geometry
+text-rotate-angle
+mirror-vertical
+mirror-horizontal
+extrusion-allowed
+text-path-allowed
+concentric-gradient-fill-allowed
+extrusion
+extrusion-brightness
+extrusion-depth
+extrusion-diffusion
+extrusion-number-of-line-segments
+extrusion-light-face
+extrusion-first-light-harsh
+extrusion-second-light-harsh
+extrusion-first-light-level
+extrusion-second-light-level
+extrusion-first-light-direction
+extrusion-second-light-direction
+extrusion-metal
+extrusion-rotation-angle
+extrusion-rotation-center
+extrusion-shininess
+extrusion-skew
+extrusion-specularity
+extrusion-projection-mode
+extrusion-viewpoint
+extrusion-origin
+extrusion-color
+secondary-fill-color
+enhanced-path
+path-stretchpoint-x
+path-stretchpoint-y
+text-areas
+glue-points
+glue-point-type
+glue-point-leaving-direction
+text-path
+text-path-mode
+text-path-scale
+text-path-same-letter-heights
+modifiers
+equation
+xstretch
+ystretch
+hasstroke
+hasfill
+logwidth
+logheight
+handle
+handle-mirror-vertical
+handle-mirror-horizontal
+handle-switched
+handle-position
+handle-range-x-minimum
+handle-range-x-maximum
+handle-range-y-minimum
+handle-range-y-maximum
+handle-polar
+handle-radius-range-minimum
+handle-radius-range-maximum
+rectangle
+roundrectangle
+oval
+cloud
+boundingcube
+wireframe
+segments
+word-wrap
+collapsing
+separating
+border-model
+data-pilot-field-reference
+member-difference
+member-percentage
+member-percentage-difference
+running-total
+row-percentage
+column-percentage
+total-percentage
+field-name
+member-type
+named
+member-name
+display-member-mode
+member-count
+data-field
+data-pilot-display-info
+sort-mode
+data-pilot-sort-info
+add-empty-lines
+tabular-layout
+outline-subtotals-top
+outline-subtotals-bottom
+layout-mode
+data-pilot-layout-info
+symbol-color
+3d
+image-position
+image-align
+diagonal-bl-tr
+diagonal-bl-tr-width
+diagonal-tl-br
+diagonal-tl-br-width
+repeat-content
+shrink-to-fit
+wrap-influence-on-position
+once-successive
+once-concurrent
+N_OFFICE_OOO_DUMMY
+N_META_OOO_DUMMY
+N_STYLE_OOO_DUMMY
+N_NUMBER_OOO_DUMMY
+N_TEXT_OOO_DUMMY
+N_TABLE_OOO_DUMMY
+N_DRAW_OOO_DUMMY
+N_DR3D_OOO_DUMMY
+N_PRESENTATION_OOO_DUMMY
+N_CHART_OOO_DUMMY
+N_CONFIG_OOO_DUMMY
+N_FORM_OOO_DUMMY
+N_SCRIPT_OOO_DUMMY
+global
+note-class
+note-citation
+note-body
+notes-configuration
+note-ref
+is-sub-table
+page-layout
+page-layout-name
+graphic-properties
+drawing-page-properties
+page-layout-properties
+header-footer-properties
+text-properties
+paragraph-properties
+ruby-properties
+section-properties
+table-properties
+table-column-properties
+table-row-properties
+table-cell-properties
+list-level-properties
+chart-properties
+drawing-page
+graphics
+tab
+text-underline-mode
+text-line-through-mode
+continuous
+skip-white-space
+scripts
+font-face-decls
+font-face
+font-face-src
+font-face-uri
+font-face-format
+font-adornments
+inch
+space-after
+start-indent
+end-indent
+interval-minor-divisor
+date-string
+text-underline-style
+text-underline-type
+text-underline-width
+text-overline-type
+text-overline-style
+text-overline-width
+text-overline-color
+text-overline-mode
+text-line-through-style
+text-line-through-type
+text-line-through-width
+text-line-through-text
+leader-style
+leader-text
+bold-dotted
+bold-dash
+bold-long-dash
+bold-dot-dash
+bold-dot-dot-dash
+bold-wave
+double-wave
+double-line
+thick-line
+single-line
+slash
+text-line-through-color
+text-line-through-text-style
+leader-color
+leader-type
+leader-width
+leader-text-style
+opacity
+opacity-name
+shadow-opacity
+always
+count-in-text-boxes
+ooo
+N_OOO_DUMMY
+ooow
+N_OOOW_DUMMY
+oooc
+N_OOOC_DUMMY
+dom
+N_DOM_DUMMY
+event-listeners
+event-listener
+form
+void
+property
+property-name
+list-property
+list-value
+column-style-name
+textarea
+fixed-text
+file
+formatted-text
+button
+checkbox
+radio
+listbox
+combobox
+image-frame
+value-range
+generic-control
+service-name
+property-type
+integer
+property-is-void
+property-is-list
+property-value
+mimetype
+database-row-select
+control-implementation
+interpolation
+cubic-spline
+b-spline
+step-start
+step-end
+step-center-x
+step-center-y
+GNM_STEP_START_DUMMY
+GNM_STEP_END_DUMMY
+GNM_STEP_CENTER_X_DUMMY
+GNM_STEP_CENTER_Y_DUMMY
+N_DB_OASIS_DUMMY
+show-filter-button
+drill-down-on-double-click
+header-grid-layout
+grouped-by
+days
+months
+quarters
+years
+date-start
+date-end
+step
+data-pilot-groups
+data-pilot-group
+data-pilot-group-member
+japanese-candle-stick
+named-symbol
+diamond
+arrow-down
+arrow-up
+arrow-right
+arrow-left
+bow-tie
+hourglass
+symbol-name
+symbol-type
+image-opacity
+default-outline-level
+show-details
+show-empty
+repeat-item-labels
+iterative
+X
+dlg
+N_DLG_DUMMY
+script-data
+libraries
+source-code
+readonly
+z
+dimension
+validation-name
+screen
+printer
+model
+schema
+bind
+instance
+submission
+ref
+src
+method
+nodeset
+indent
+omit-xml-declaration
+standalone
+cdata-section-elements
+required
+relevant
+calculate
+constraint
+maxOccurs
+minOccurs
+p3ptype
+mediatype
+includenamespaceprefixes
+base
+targetNamespace
+simpleType
+restriction
+maxLength
+minLength
+minInclusive
+minExclusive
+maxInclusive
+maxExclusive
+pattern
+enumeration
+whiteSpace
+totalDigits
+fractionDigits
+preserve
+anyURI
+dateTime
+main-etry
+remove
+hold
+transition
+inherit
+fillDefault
+restart
+restartDefault
+whenNotActive
+never
+accelerate
+decelerate
+autoReverse
+indefinite
+repeatCount
+repeatDur
+endsync
+first
+last
+media
+dur
+begin
+whole
+from
+to
+by
+values
+keyTimes
+keySplines
+calcMode
+discrete
+paced
+spline
+accumulate
+additive
+multiply
+animate
+animateMotion
+animateTransform
+animateColor
+transitionFilter
+attributeName
+smil
+N_SMIL_DUMMY
+anim
+N_ANIMATION_DUMMY
+par
+seq
+translate
+skewX
+skewY
+audio
+color-interpolation
+color-interpolation-direction
+hsl
+rgb
+barWipe
+boxWipe
+fourBoxWipe
+barnDoorWipe
+diagonalWipe
+bowTieWipe
+miscDiagonalWipe
+veeWipe
+barnVeeWipe
+zigZagWipe
+barnZigZagWipe
+irisWipe
+triangleWipe
+arrowHeadWipe
+pentagonWipe
+hexagonWipe
+ellipseWipe
+eyeWipe
+roundRectWipe
+starWipe
+miscShapeWipe
+clockWipe
+pinWheelWipe
+singleSweepWipe
+fanWipe
+doubleFanWipe
+doubleSweepWipe
+saloonDoorWipe
+windshieldWipe
+snakeWipe
+spiralWipe
+parallelSnakesWipe
+boxSnakesWipe
+waterfallWipe
+pushWipe
+slideWipe
+blindsWipe
+randomBarWipe
+checkerBoardWipe
+zoom
+leftToRight
+topToBottom
+topLeft
+topRight
+bottomRight
+bottomLeft
+topCenter
+rightCenter
+bottomCenter
+leftCenter
+cornersIn
+cornersOut
+diagonalBottomLeft
+diagonalTopLeft
+doubleBarnDoor
+doubleDiamond
+fourPoint
+fivePoint
+sixPoint
+heart
+keyhole
+clockwiseTwelve
+clockwiseThree
+clockwiseSix
+clockwiseNine
+twoBladeVertical
+twoBladeHorizontal
+fourBlade
+clockwiseTop
+clockwiseRight
+clockwiseBottom
+clockwiseLeft
+clockwiseTopLeft
+counterClockwiseBottomLeft
+clockwiseBottomRight
+counterClockwiseTopRight
+centerTop
+centerRight
+fanOutVertical
+fanOutHorizontal
+fanInVertical
+fanInHorizontal
+parallelVertical
+parallelDiagonal
+oppositeVertical
+oppositeHorizontal
+parallelDiagonalTopLeft
+parallelDiagonalBottomLeft
+topLeftHorizontal
+topLeftDiagonal
+topLeftVertical
+topRightDiagonal
+bottomRightDiagonal
+bottomLeftDiagonal
+topLeftClockwise
+topRightClockwise
+bottomRightClockwise
+bottomLeftClockwise
+topLeftCounterClockwise
+topRightCounterClockwise
+bottomRightCounterClockwise
+bottomLeftCounterClockwise
+verticalTopSame
+verticalBottomSame
+verticalTopLeftOpposite
+verticalBottomLeftOpposite
+horizontalLeftSame
+horizontalRightSame
+horizontalTopLeftOpposite
+horizontalTopRightOpposite
+diagonalBottomLeftOpposite
+diagonalTopLeftOpposite
+twoBoxTop
+twoBoxBottom
+twoBoxLeft
+twoBoxRight
+fourBoxVertical
+fourBoxHorizontal
+verticalLeft
+verticalRight
+horizontalLeft
+horizontalRight
+fromLeft
+fromTop
+fromRight
+fromBottom
+crossfade
+fadeToColor
+fadeFromColor
+fadeOverColor
+threeBlade
+eightBlade
+oneBlade
+across
+combHorizontal
+combVertical
+rotateIn
+rotateOut
+fromTopLeft
+fromTopRight
+fromBottomLeft
+fromBottomRight
+subtype
+out
+forward
+reverse
+fadeColor
+onbegin
+onend
+click
+doubleclick
+mouseover
+mouseout
+node-type
+preset-id
+preset-sub-type
+preset-class
+custom
+entrance
+exit
+emphasis
+motion-path
+ole-action
+media-call
+on-click
+with-previous
+after-previous
+main-sequence
+timing-root
+interactive-sequence
+sub-item
+iterate-type
+iterate-interval
+iterate
+by-paragraph
+by-word
+by-letter
+after-effect
+master
+group-id
+targetElement
+toggle-pause
+master-element
+stop-audio
+audio-level
+URN_OASIS_NAMES_TC_DUMMY
+opendocument
+1_0_DUMMY
+is-list-header
+N_SVG_COMPAT_DUMMY
+N_FO_COMPAT_DUMMY
+N_SMIL_COMPAT_DUMMY
+N_SMIL_OLD_DUMMY
+xforms-submission
+xforms-list-source
+URI_W3_PREFIX_DUMMY
+URI_XFORMS_SUFFIX_DUMMY
+horizontal-on-even
+N_RPT_OASIS_DUMMY
+N_RPT_DUMMY
+group
+groups
+report-header
+page-header
+detail
+page-footer
+report-footer
+start-new-column
+reset-page-number
+print-header-on-each-page
+sort-expression
+group-expression
+group-header
+group-footer
+header-on-new-page
+footer-on-new-page
+page-print-option
+pre-evaluated
+command-type
+master-fields
+detail-fields
+conditional-print-expression
+report-component
+print-repeated-values
+repeat-section
+force-new-column
+group-on
+force-new-page
+group-interval
+print-when-group-change
+report-element
+list-source
+list-source-type
+image-data
+selected
+current-state
+is-tristate
+all-pages
+not-with-report-header
+not-with-report-footer
+not-with-report-header-nor-footer
+before-section
+after-section
+before-after-section
+prefix-characters
+quartal
+week
+whole-group
+with-first-detail
+top-down
+bottom-up
+hour
+minute
+rpt
+format-condition
+expression1
+expression2
+equal
+not_equal
+less
+greater
+less_equal
+greater_equal
+between
+not_between
+table-template
+first-row
+last-row
+first-column
+last-column
+even-rows
+odd-rows
+even-columns
+odd-columns
+first-row-even-column
+last-row-even-column
+first-row-end-column
+first-row-start-column
+last-row-end-column
+last-row-start-column
+horizontal-on-odd
+restart-numbering
+numbered-paragraph
+master-detail-fields
+master-detail-field
+sub-document
+fixed-content
+initial-formula
+deep-traversing
+preserve-IRI
+sort-by-x-values
+page-continuation
+right-angled-axes
+soft-page-break
+use-soft-page-breaks
+percentage-data-style-name
+value-and-percentage
+group-bars-per-axis
+include-hidden-cells
+auto-position
+auto-size
+reverse-direction
+label-separator
+label-position
+avoid-overlap
+near-origin
+dependency
+nav-order
+use-first-row-styles
+use-last-row-styles
+use-first-column-styles
+use-last-column-styles
+use-banding-rows-styles
+use-banding-columns-styles
+automatic-content
+display-r-square
+display-equation
+table-representations
+table-representation
+schema-definition
+connection-data
+database-description
+compound-database
+file-based-database
+server-database
+media-type
+hostname
+port
+local-socket
+use-system-user
+driver-settings
+java-classpath
+character-set
+application-connection-settings
+table-include-filter
+default-row-style-name
+angle-offset
+number-no-superior
+number-all-superior
+list-level-position-and-space-mode
+label-width-and-position
+label-alignment
+list-level-label-alignment
+label-followed-by
+listtab
+space
+nothing
+list-tab-stop-position
+standard-error
+cell-range
+error-lower-range
+error-upper-range
+continue-list
+style-override
+xforms-settings
+meta-field
+about
+datatype
+transformation
+list-id
+treat-empty-cells
+leave-gap
+use-zero
+ignore
+fieldmark
+fieldmark-start
+fieldmark-end
+N_FIELD_DUMMY
+NP_FIELD_DUMMY
+image-scale
+isotropic
+anisotropic
+axis-position
+axis-label-position
+near-axis
+near-axis-other-side
+outside-start
+outside-end
+tick-mark-position
+at-labels
+at-axis
+at-labels-and-axis
+filled-radar
+surface
+mathvariant
+mathsize
+mathweight
+mathcolor
+contains
+does-not-contain
+begins-with
+does-not-begin-with
+ends-with
+does-not-end-with
+chartooo
+N_CHART_EXT_DUMMY
+coordinate-region
+diagonal-bl-tr-widths
+diagonal-tl-br-widths
+outside-minimum
+outside-maximum
+legend-expansion
+legend-expansion-aspect-ratio
+balanced
+high
+wide
+axis-type
+date-scale
+base-time-unit
+major-interval-value
+minor-interval-value
+major-interval-unit
+minor-interval-unit
+min-value
+max-value
+margin
+propertry-mapping
+star
+asterisk
+horizontal-bar
+vertical-bar
+std-weight
+rfc-language-tag
+rfc-language-tag-asian
+rfc-language-tag-complex
+data-table-show-horz-border
+data-table-show-vert-border
+data-table-show-outline
+display-units
+display-units-built-in-unit
+external-data
+exponent-interval
+forced-exponent-sign
+min-decimal-places
+max-denominator-value
+max-numerator-digits
+zeros-numerator-digits
+zeros-denominator-digits
+integer-fraction-delimiter
+TOKEN_END_DUMMY
\ No newline at end of file


More information about the Libreoffice-commits mailing list