diff options
author | Artur Dorda <artur.dorda+libo@gmail.com> | 2012-06-15 22:59:09 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-07-12 03:10:12 +0200 |
commit | 3639f80edcb6ca6b53afadcdf6d7d72fce441a22 (patch) | |
tree | a1edc1e52032bcdb327dccfecd3e96668ced564b /drawinglayer/inc | |
parent | 817b35a9c3d69249a79ebaed291bb2d378b3a73f (diff) |
Started dumping PolyPolygonBezierDescriptor service.Added PolygonKind property
Change-Id: I17461a86120f0d05137c8b8410c47f9fc3097e8f
Diffstat (limited to 'drawinglayer/inc')
-rw-r--r-- | drawinglayer/inc/drawinglayer/XShapeDumper.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drawinglayer/inc/drawinglayer/XShapeDumper.hxx b/drawinglayer/inc/drawinglayer/XShapeDumper.hxx index b4294b0572d4..8ce450e06271 100644 --- a/drawinglayer/inc/drawinglayer/XShapeDumper.hxx +++ b/drawinglayer/inc/drawinglayer/XShapeDumper.hxx @@ -165,6 +165,9 @@ private: void dumpNavigationOrderAsAttribute(sal_Int32 aNavigationOrder, xmlTextWriterPtr xmlWriter); void dumpHyperlinkAsAttribute(rtl::OUString sHyperlink, xmlTextWriterPtr xmlWriter); + // PolyPolygonBezierDescriptor.idl + void dumpPolyPolygonBezierDescriptorService(com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet > xPropSet, xmlTextWriterPtr xmlWriter); + // XShape.idl void dumpPositionAsAttribute(const com::sun::star::awt::Point& rPoint, xmlTextWriterPtr xmlWriter); void dumpSizeAsAttribute(const com::sun::star::awt::Size& rSize, xmlTextWriterPtr xmlWriter); |