summaryrefslogtreecommitdiffstats
path: root/include/xmloff/xmltoken.hxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <quikee@gmail.com>2013-06-09 12:07:16 +0200
committerTomaž Vajngerl <quikee@gmail.com>2013-07-03 21:46:42 +0200
commitdd5c0b2db451ff4d6fac7a72770758513583d468 (patch)
treed37936aeffdb95f8521be0081cb37b2cc08e79d8 /include/xmloff/xmltoken.hxx
parentLittle cleanup in ODT regression lines import/export (diff)
downloadcore-dd5c0b2db451ff4d6fac7a72770758513583d468.tar.gz
core-dd5c0b2db451ff4d6fac7a72770758513583d468.zip
Added new regression curve properties as ODT 1.2 extended.
Added: - regression-extrapolate-forward - regression-extrapolate-backward - regression-max-degree - regression-min-degree - regression-moving-type - regression-period - regression-force-intercept - regression-intercept-value Not all of these are yet filled as they are not yet implemented. Change-Id: I7ac39c0df5b8b7fb7be6b32d301e33a7f49f2960
Diffstat (limited to 'include/xmloff/xmltoken.hxx')
-rw-r--r--include/xmloff/xmltoken.hxx12
1 files changed, 11 insertions, 1 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx
index 300a56bd77ca..651732e2d339 100644
--- a/include/xmloff/xmltoken.hxx
+++ b/include/xmloff/xmltoken.hxx
@@ -1482,7 +1482,6 @@ namespace xmloff { namespace token {
XML_REGION_RIGHT,
XML_REGISTER_TRUE,
XML_REGISTER_TRUTH_REF_STYLE_NAME,
- XML_REGRESSION_TYPE,
XML_REJECTED,
XML_REJECTING_CHANGE_ID,
XML_REJECTION,
@@ -2151,6 +2150,16 @@ namespace xmloff { namespace token {
XML_MARKED_INVALID,
XML_REGRESSION_CURVE,
+ XML_REGRESSION_TYPE,
+ XML_REGRESSION_EXTRAPOLATE_FORWARD,
+ XML_REGRESSION_EXTRAPOLATE_BACKWARD,
+ XML_REGRESSION_MAX_DEGREE,
+ XML_REGRESSION_MIN_DEGREE,
+ XML_REGRESSION_MOVING_TYPE,
+ XML_REGRESSION_PERIOD,
+ XML_REGRESSION_FORCE_INTERCEPT,
+ XML_REGRESSION_INTERCEPT_VALUE,
+
XML_ERROR_INDICATOR,
XML_TABLE_TYPE,
@@ -3193,6 +3202,7 @@ namespace xmloff { namespace token {
XML_VERTICAL_BAR,
XML_ERROR_STANDARD_WEIGHT, // errorbar standard deviation error weight
+
XML_TOKEN_END
};