diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 10:33:41 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 10:33:41 +0000 |
commit | 97ff83670ab0c019636e8f330d64ff514423b0d9 (patch) | |
tree | 1515d4e17b9702bce569b577935d1e5be7616744 /xmloff/inc | |
parent | b4f38b49f3b444ed0691f386929e0197e2637e00 (diff) |
INTEGRATION: CWS chart17 (1.26.68); FILE MERGED
2007/10/12 12:38:38 bm 1.26.68.1: #i7998# equations for regression curves
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/SchXMLImport.hxx | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/xmloff/inc/SchXMLImport.hxx b/xmloff/inc/SchXMLImport.hxx index 1a46b07d2eac..7ef68a7696b9 100644 --- a/xmloff/inc/SchXMLImport.hxx +++ b/xmloff/inc/SchXMLImport.hxx @@ -4,9 +4,9 @@ * * $RCSfile: SchXMLImport.hxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: hr $ $Date: 2007-06-27 14:37:17 $ + * last change: $Author: ihi $ $Date: 2007-11-23 11:33:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -184,7 +184,16 @@ enum SchXMLSeriesAttrMap XML_TOK_SERIES_LABEL_ADDRESS, XML_TOK_SERIES_ATTACHED_AXIS, XML_TOK_SERIES_STYLE_NAME, - XML_TOK_SERIES_CHART_CLASS // not available yet + XML_TOK_SERIES_CHART_CLASS +}; + +enum SchXMLRegEquationAttrMap +{ + XML_TOK_REGEQ_STYLE_NAME, + XML_TOK_REGEQ_DISPLAY_EQUATION, + XML_TOK_REGEQ_DISPLAY_R_SQUARE, + XML_TOK_REGEQ_POS_X, + XML_TOK_REGEQ_POS_Y }; class SchXMLImport : public SvXMLImport |