diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-05-22 21:57:50 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-05-24 12:38:11 +0200 |
commit | 99f61e9b635a7c30f28192c01a534acb1e2a6ca3 (patch) | |
tree | 2ff1bf256aadce79d5ec23e7862a9d5b3dfe5c02 /xmloff/inc | |
parent | 816f65da41c8c30e5854e333a6498e58c64303aa (diff) |
first part for databar export
# Changes to be committed:
Change-Id: Iffe020d60982c2872c1a451f9d0e4e1d4f5e349f
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/xmloff/xmltoken.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xmloff/inc/xmloff/xmltoken.hxx b/xmloff/inc/xmloff/xmltoken.hxx index f24102376e8e..dd0529b6fcbb 100644 --- a/xmloff/inc/xmloff/xmltoken.hxx +++ b/xmloff/inc/xmloff/xmltoken.hxx @@ -425,6 +425,7 @@ namespace xmloff { namespace token { XML_COLOR, XML_COLOR_INVERSION, XML_COLOR_MODE, + XML_COLOR_SCALE, XML_COLUMN, XML_COLUMN_COUNT, XML_COLUMN_GAP, @@ -446,6 +447,8 @@ namespace xmloff { namespace token { XML_CONDITION_SOURCE, XML_CONDITION_SOURCE_RANGE_ADDRESS, XML_CONDITIONAL_TEXT, + XML_CONDITIONAL_FORMAT, + XML_CONDITIONAL_FORMATS, XML_CONE, XML_CONFERENCE, XML_CONFIG_ITEM, @@ -528,6 +531,8 @@ namespace xmloff { namespace token { XML_DASH, XML_DASHED, XML_DATA, + XML_DATA_BAR, + XML_DATA_BAR_ENTRY, XML_DATA_CELL_RANGE_ADDRESS, XML_DATA_LABEL_NUMBER, XML_DATA_LABEL_SYMBOL, @@ -1381,6 +1386,7 @@ namespace xmloff { namespace token { XML_POSITION_LEFT, XML_POSITION_RIGHT, XML_POSITION_TOP, + XML_POSITIVE_COLOR, XML_POSTURE_ITALIC, XML_POSTURE_NORMAL, XML_POSTURE_OBLIQUE, |