summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/PropertyMaps.cxx
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2000-12-06 16:07:10 +0000
committerBjörn Milcke <bm@openoffice.org>2000-12-06 16:07:10 +0000
commita3fca0f78aba4890a20ce1c7084da203030ba43d (patch)
tree53f6fe4b27555b211b1fc3d28b9b0b3a8d1b0d5a /xmloff/source/chart/PropertyMaps.cxx
parentee5ac477df76b24c23e32be86292823a4e879626 (diff)
#81456# support line opacity and fill transparency
Diffstat (limited to 'xmloff/source/chart/PropertyMaps.cxx')
-rw-r--r--xmloff/source/chart/PropertyMaps.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/chart/PropertyMaps.cxx b/xmloff/source/chart/PropertyMaps.cxx
index b68dcf415118..678f04931aef 100644
--- a/xmloff/source/chart/PropertyMaps.cxx
+++ b/xmloff/source/chart/PropertyMaps.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PropertyMaps.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: cl $ $Date: 2000-12-05 23:05:47 $
+ * last change: $Author: bm $ $Date: 2000-12-06 17:07:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -237,6 +237,7 @@ const XMLPropertyMapEntry aXMLChartPropMap[] =
{ "LineEndName", XML_NAMESPACE_DRAW, sXML_marker_end, XML_TYPE_STRING, 0 },
{ "LineEndWidth", XML_NAMESPACE_DRAW, sXML_marker_end_width, XML_TYPE_MEASURE, 0 },
{ "LineEndCenter", XML_NAMESPACE_DRAW, sXML_marker_end_center, XML_TYPE_BOOL, 0 },
+ { "LineTransparence", XML_NAMESPACE_SVG,sXML_stroke_opacity, XML_TYPE_PERCENT16, 0 },
{ "LineJoint", XML_NAMESPACE_SVG, sXML_stroke_linejoin, XML_SCH_TYPE_LINEJOIN, 0 },
// fill attributes
@@ -245,6 +246,7 @@ const XMLPropertyMapEntry aXMLChartPropMap[] =
{ "FillGradientName", XML_NAMESPACE_DRAW, sXML_fill_gradient_name, XML_TYPE_STRING, 0 },
{ "FillHatchName", XML_NAMESPACE_DRAW, sXML_fill_hatch_name, XML_TYPE_STRING, 0 },
{ "FillBitmapName", XML_NAMESPACE_DRAW, sXML_fill_image_name, XML_TYPE_STRING, 0 },
+ { "FillTransparence", XML_NAMESPACE_DRAW, sXML_transparency, XML_TYPE_PERCENT16, 0 },
{ "FillTransparenceName", XML_NAMESPACE_DRAW, sXML_transparency_name, XML_TYPE_STRING, 0 },
// text attributes