INTEGRATION: CWS oasis (1.20.38); FILE MERGED
2004/06/19 11:45:10 bm 1.20.38.1: #i20158#: categories element is at category-axis now
This commit is contained in:
parent
7492762f39
commit
bc2b49971a
1 changed files with 9 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: SchXMLImport.hxx,v $
|
* $RCSfile: SchXMLImport.hxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.20 $
|
* $Revision: 1.21 $
|
||||||
*
|
*
|
||||||
* last change: $Author: rt $ $Date: 2004-05-03 13:31:04 $
|
* last change: $Author: rt $ $Date: 2004-07-13 07:53:45 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to the terms of
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
|
@ -117,7 +117,6 @@ enum SchXMLPlotAreaElemTokenMap
|
||||||
{
|
{
|
||||||
XML_TOK_PA_AXIS,
|
XML_TOK_PA_AXIS,
|
||||||
XML_TOK_PA_SERIES,
|
XML_TOK_PA_SERIES,
|
||||||
XML_TOK_PA_CATEGORIES,
|
|
||||||
XML_TOK_PA_WALL,
|
XML_TOK_PA_WALL,
|
||||||
XML_TOK_PA_FLOOR,
|
XML_TOK_PA_FLOOR,
|
||||||
XML_TOK_PA_LIGHT_SOURCE,
|
XML_TOK_PA_LIGHT_SOURCE,
|
||||||
|
@ -135,6 +134,13 @@ enum SchXMLSeriesElemTokenMap
|
||||||
XML_TOK_SERIES_ERROR_INDICATOR
|
XML_TOK_SERIES_ERROR_INDICATOR
|
||||||
};
|
};
|
||||||
|
|
||||||
|
enum SchXMLAxisElemTokenMap
|
||||||
|
{
|
||||||
|
XML_TOK_AXIS_TITLE,
|
||||||
|
XML_TOK_AXIS_CATEGORIES,
|
||||||
|
XML_TOK_AXIS_GRID
|
||||||
|
};
|
||||||
|
|
||||||
// ----------------------------------------
|
// ----------------------------------------
|
||||||
|
|
||||||
enum SchXMLChartAttrMap
|
enum SchXMLChartAttrMap
|
||||||
|
|
Loading…
Reference in a new issue