diff options
author | Mohammed Abdul Azeem <azeemmysore@gmail.com> | 2017-10-21 16:24:50 +0530 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2017-10-23 10:38:55 +0200 |
commit | 931c84e697dc69745d1c07c40f810638f9f71eda (patch) | |
tree | f91a8994c72141caadaf96b1c94d839ed3ec41c9 /include/xmloff | |
parent | 61e7fbf4f63232f26f96290bf08b7fffae94c486 (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>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index e1c0c4d58aac..175187ae6897 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -267,6 +267,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, @@ -349,6 +350,7 @@ namespace xmloff { namespace token { XML_BOTTOM_VALUES, XML_BOTTOMARC, XML_BOTTOMCIRCLE, + XML_BOUND_COLUMN, XML_BREAK_AFTER, XML_BREAK_BEFORE, XML_BREAK_INSIDE, @@ -606,6 +608,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, @@ -669,6 +672,7 @@ namespace xmloff { namespace token { XML_DRAWING, XML_DRAWINGS, XML_DRAWPOOL, + XML_DROPDOWN, XML_DROP_CAP, XML_DYNAMIC, XML_EDGE_ROUNDING, @@ -1136,6 +1140,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, @@ -1146,6 +1151,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, @@ -1355,6 +1361,7 @@ namespace xmloff { namespace token { XML_OPERATION, XML_OPERATOR, XML_OPTIMAL, + XML_OPTION, XML_OR, XML_ORDER, XML_ORDERED_LIST, @@ -1752,6 +1759,7 @@ namespace xmloff { namespace token { XML_STDEV, XML_STDEVP, XML_STEPS, + XML_STEP_SIZE, XML_STOCK, XML_STOCK_UPDOWN_BARS, XML_STOCK_WITH_VOLUME, @@ -1831,6 +1839,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, |