summaryrefslogtreecommitdiff
path: root/xmloff/source/core/xmltoken.cxx
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 /xmloff/source/core/xmltoken.cxx
parent2ca5e7b46f965faa0408128cd5881703fbb6cd94 (diff)
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 'xmloff/source/core/xmltoken.cxx')
-rw-r--r--xmloff/source/core/xmltoken.cxx13
1 files changed, 12 insertions, 1 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx
index 4448f5920c8d..5004a4cf0e46 100644
--- a/xmloff/source/core/xmltoken.cxx
+++ b/xmloff/source/core/xmltoken.cxx
@@ -1488,7 +1488,6 @@ namespace xmloff { namespace token {
TOKEN( "region-right", XML_REGION_RIGHT ),
TOKEN( "register-true", XML_REGISTER_TRUE ),
TOKEN( "register-truth-ref-style-name", XML_REGISTER_TRUTH_REF_STYLE_NAME ),
- TOKEN( "regression-type", XML_REGRESSION_TYPE ),
TOKEN( "rejected", XML_REJECTED ),
TOKEN( "rejecting-change-id", XML_REJECTING_CHANGE_ID ),
TOKEN( "rejection", XML_REJECTION ),
@@ -2159,7 +2158,19 @@ namespace xmloff { namespace token {
TOKEN( "marked-invalid", XML_MARKED_INVALID ),
+ // Regression curve & properties
TOKEN( "regression-curve", XML_REGRESSION_CURVE ),
+ TOKEN( "regression-type", XML_REGRESSION_TYPE ),
+ // Extended regression curve properties - ODF 1.2 extended
+ TOKEN( "regression-extrapolate-forward", XML_REGRESSION_EXTRAPOLATE_FORWARD ),
+ TOKEN( "regression-extrapolate-backward", XML_REGRESSION_EXTRAPOLATE_BACKWARD ),
+ TOKEN( "regression-max-degree", XML_REGRESSION_MAX_DEGREE ),
+ TOKEN( "regression-min-degree", XML_REGRESSION_MIN_DEGREE ),
+ TOKEN( "regression-moving-type", XML_REGRESSION_MOVING_TYPE ),
+ TOKEN( "regression-period", XML_REGRESSION_PERIOD ),
+ TOKEN( "regression-force-intercept", XML_REGRESSION_FORCE_INTERCEPT ),
+ TOKEN( "regression-intercept-value", XML_REGRESSION_INTERCEPT_VALUE ),
+
TOKEN( "error-indicator", XML_ERROR_INDICATOR ),
TOKEN( "table-type", XML_TABLE_TYPE ),