summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMohammed Abdul Azeem <azeemmysore@gmail.com>2017-10-21 16:24:50 +0530
committerMichael Meeks <michael.meeks@collabora.com>2017-10-23 11:28:55 +0200
commit000fbca705166237645bccf0b1c28164b076c043 (patch)
tree4fd06fe42e4a3ffa3aec1ea5e0f56a40beda4590 /include
parent99fdaf683e6403b1d8a70d48ebe0e20194017624 (diff)
tdf#110431: Fixed losing listbos entries on opening .ods file
For some reason, XML_TOKEN_INVALID was taking wrong value in windows, causing to fail imports with unknown entries. I've also added some of the tokens I found from several test files to the list. Change-Id: Idd2e7db165b9b4b5a2d8c7a837786fde252fe938 Reviewed-on: https://gerrit.libreoffice.org/43677 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> (cherry picked from commit 931c84e697dc69745d1c07c40f810638f9f71eda) Reviewed-on: https://gerrit.libreoffice.org/43710
Diffstat (limited to 'include')
-rw-r--r--include/xmloff/xmltoken.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx
index d746ae78c5d0..2fee08b63871 100644
--- a/include/xmloff/xmltoken.hxx
+++ b/include/xmloff/xmltoken.hxx
@@ -266,6 +266,7 @@ namespace xmloff { namespace token {
XML_AUTHOR_INITIALS,
XML_AUTHOR_NAME,
XML_AUTO,
+ XML_AUTO_COMPLETE,
XML_AUTO_GROW_HEIGHT,
XML_AUTO_GROW_WIDTH,
XML_AUTO_RELOAD,
@@ -348,6 +349,7 @@ namespace xmloff { namespace token {
XML_BOTTOM_VALUES,
XML_BOTTOMARC,
XML_BOTTOMCIRCLE,
+ XML_BOUND_COLUMN,
XML_BREAK_AFTER,
XML_BREAK_BEFORE,
XML_BREAK_INSIDE,
@@ -605,6 +607,7 @@ namespace xmloff { namespace token {
XML_DEFAULT_STYLE_NAME,
XML_DEGREE,
XML_DELAY,
+ XML_DELAY_FOR_REPEAT,
XML_DELETE_COLUMNS,
XML_DELETE_ROWS,
XML_DELETION,
@@ -668,6 +671,7 @@ namespace xmloff { namespace token {
XML_DRAWING,
XML_DRAWINGS,
XML_DRAWPOOL,
+ XML_DROPDOWN,
XML_DROP_CAP,
XML_DYNAMIC,
XML_EDGE_ROUNDING,
@@ -1135,6 +1139,7 @@ namespace xmloff { namespace token {
XML_LINENUMBERING_SEPARATOR,
XML_LINES,
XML_LINES_USED,
+ XML_LINKED_CELL,
XML_LINK_TO_SOURCE_DATA,
XML_LIST,
XML_LIST_BLOCK,
@@ -1145,6 +1150,7 @@ namespace xmloff { namespace token {
XML_LIST_LEVEL_STYLE_BULLET,
XML_LIST_LEVEL_STYLE_IMAGE,
XML_LIST_LEVEL_STYLE_NUMBER,
+ XML_LIST_LINKAGE_TYPE,
XML_LIST_NAME,
XML_LIST_STYLE,
XML_LIST_STYLE_NAME,
@@ -1354,6 +1360,7 @@ namespace xmloff { namespace token {
XML_OPERATION,
XML_OPERATOR,
XML_OPTIMAL,
+ XML_OPTION,
XML_OR,
XML_ORDER,
XML_ORDERED_LIST,
@@ -1751,6 +1758,7 @@ namespace xmloff { namespace token {
XML_STDEV,
XML_STDEVP,
XML_STEPS,
+ XML_STEP_SIZE,
XML_STOCK,
XML_STOCK_UPDOWN_BARS,
XML_STOCK_WITH_VOLUME,
@@ -1830,6 +1838,7 @@ namespace xmloff { namespace token {
XML_TAN,
XML_TANH,
XML_TARGET_CELL_ADDRESS,
+ XML_TARGET_FRAME,
XML_TARGET_FRAME_NAME,
XML_TARGET_RANGE_ADDRESS,
XML_TB_RL,