diff options
author | Björn Milcke <bm@openoffice.org> | 2001-03-30 12:07:12 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2001-03-30 12:07:12 +0000 |
commit | f7e5c3936a979435b5cfe82353222970fb80a5dd (patch) | |
tree | 3a61419661a75cfbd7992d76eb3f70685b344624 /xmloff | |
parent | cf487a30a07e3c49ee292b34e07866d9174e1ec3 (diff) |
#82019# new axis property visible
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/dtd/chart.mod | 5 | ||||
-rw-r--r-- | xmloff/source/chart/PropertyMap.hxx | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/xmloff/dtd/chart.mod b/xmloff/dtd/chart.mod index 0bae668ce21b..f34cfa90e5b3 100644 --- a/xmloff/dtd/chart.mod +++ b/xmloff/dtd/chart.mod @@ -1,5 +1,5 @@ <!-- - $Id: chart.mod,v 1.13 2001-03-28 19:25:33 bm Exp $ + $Id: chart.mod,v 1.14 2001-03-30 13:03:23 bm Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -165,7 +165,8 @@ chart:overlap %integer; #IMPLIED text:line-break %boolean; "true" chart:display-label %boolean; "true" - chart:label-arrangement (side-by-side|stagger-even|stagger-odd) "side-by-side" > + chart:label-arrangement (side-by-side|stagger-even|stagger-odd) "side-by-side" + chart:visible %boolean; "true" > <!ELEMENT chart:grid EMPTY> <!ATTLIST chart:grid diff --git a/xmloff/source/chart/PropertyMap.hxx b/xmloff/source/chart/PropertyMap.hxx index 7d6b0f1891fc..97a52d1164bf 100644 --- a/xmloff/source/chart/PropertyMap.hxx +++ b/xmloff/source/chart/PropertyMap.hxx @@ -2,9 +2,9 @@ * * $RCSfile: PropertyMap.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: bm $ $Date: 2001-02-14 17:10:55 $ + * last change: $Author: bm $ $Date: 2001-03-30 13:07:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -172,6 +172,7 @@ const XMLPropertyMapEntry aXMLChartPropMap[] = MAP_ENTRY( "TextBreak", TEXT, line_break, XML_TYPE_BOOL ), MAP_ENTRY( "ArrangeOrder", CHART, label_arrangement, XML_SCH_TYPE_AXIS_ARRANGEMENT ), MAP_SPECIAL( "NumberFormat", STYLE, data_style_name, XML_TYPE_NUMBER, NUMBER_FORMAT ), + MAP_ENTRY( "Visible", CHART, visible, XML_TYPE_BOOL ), // statistical properties MAP_ENTRY( "MeanValue", CHART, mean_value, XML_TYPE_BOOL ), |