summaryrefslogtreecommitdiff
path: root/drawinglayer/inc/drawinglayer/XShapeDumper.hxx
diff options
context:
space:
mode:
authorArtur Dorda <artur.dorda+libo@gmail.com>2012-06-09 14:12:29 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-07-12 03:10:06 +0200
commitd8f66acd40be2632084ea7cffb8993d354052679 (patch)
tree6720c0bcde29a0828605e05ffa71021304102609 /drawinglayer/inc/drawinglayer/XShapeDumper.hxx
parente0bd75264fa76cbe139d16086740a88b5d58803c (diff)
Start of dumping PolyPolygonDescriptor service. Added [property] PolygonKind
Change-Id: Icf814a06c85bff2f8da1fc7b0181d71ac4e4602a
Diffstat (limited to 'drawinglayer/inc/drawinglayer/XShapeDumper.hxx')
-rw-r--r--drawinglayer/inc/drawinglayer/XShapeDumper.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/drawinglayer/inc/drawinglayer/XShapeDumper.hxx b/drawinglayer/inc/drawinglayer/XShapeDumper.hxx
index 82446671fbdc..4cebbccd9602 100644
--- a/drawinglayer/inc/drawinglayer/XShapeDumper.hxx
+++ b/drawinglayer/inc/drawinglayer/XShapeDumper.hxx
@@ -42,6 +42,8 @@
#include <com/sun/star/drawing/LineJoint.hpp>
#include <com/sun/star/drawing/PolyPolygonBezierCoords.hpp>
+#include <com/sun/star/drawing/PolygonKind.hpp>
+
#ifndef ChartViewDumper_hxx
#define ChartViewDumper_hxx
@@ -98,6 +100,9 @@ private:
void dumpLineEndCenterAsAttribute(sal_Bool bLineEndCenter, xmlTextWriterPtr xmlWriter);
void dumpLineEndWidthAsAttribute(sal_Int32 aLineEndWidth, xmlTextWriterPtr xmlWriter);
+ // PolyPolygonDescriptor.idl
+ void dumpPolygonKindAsAttribute(com::sun::star::drawing::PolygonKind ePolygonKind, xmlTextWriterPtr xmlWriter);
+
void dumpPositionAsAttribute(const com::sun::star::awt::Point& rPoint, xmlTextWriterPtr xmlWriter);
void dumpSizeAsAttribute(const com::sun::star::awt::Size& rSize, xmlTextWriterPtr xmlWriter);
void dumpShapeDescriptorAsAttribute( com::sun::star::uno::Reference< com::sun::star::drawing::XShapeDescriptor > xDescr, xmlTextWriterPtr xmlWriter );