summaryrefslogtreecommitdiff
path: root/xmloff/inc/xmloff/xmltoken.hxx
diff options
context:
space:
mode:
authorEricSeynaeve <github@nosperse.com>2013-02-28 23:07:09 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-03-19 02:36:46 +0100
commitbf033461c5cb0053253f410da7f17dd2e12771c3 (patch)
treec145918c8a4fbe92c2d60aeaea90a6b5611a4e15 /xmloff/inc/xmloff/xmltoken.hxx
parent91c8b357ee2a27e50da0e99386e53d351e55cfda (diff)
fdo#61135 stepped lines graph: handle ods files
The boilerplate code for drawing the 4 types of stepped is in place (as described in ODF1.3, https://tools.oasis-open.org/issues/browse/OFFICE-3662). We can also read the current attribute values used in Gnumeric. These values are converted to ODF1.3 during save. Change-Id: I0f04a779de4b65326ed7ce6de56191f11b51c596
Diffstat (limited to 'xmloff/inc/xmloff/xmltoken.hxx')
-rw-r--r--xmloff/inc/xmloff/xmltoken.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/xmloff/inc/xmloff/xmltoken.hxx b/xmloff/inc/xmloff/xmltoken.hxx
index 605256f9229e..8ca24b48a4a9 100644
--- a/xmloff/inc/xmloff/xmltoken.hxx
+++ b/xmloff/inc/xmloff/xmltoken.hxx
@@ -2555,6 +2555,14 @@ namespace xmloff { namespace token {
XML_INTERPOLATION,
XML_CUBIC_SPLINE,
XML_B_SPLINE,
+ XML_STEP_START,
+ XML_STEP_END,
+ XML_STEP_CENTER_X,
+ XML_STEP_CENTER_Y,
+ XML_GNM_STEP_START,
+ XML_GNM_STEP_END,
+ XML_GNM_STEP_CENTER_X,
+ XML_GNM_STEP_CENTER_Y,
XML_N_DB_OASIS,
XML_SHOW_FILTER_BUTTON,