Kaydet (Commit) 97ff8367 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS chart17 (1.26.68); FILE MERGED

2007/10/12 12:38:38 bm 1.26.68.1: #i7998# equations for regression curves
üst b4f38b49
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment