1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #ifndef INCLUDED_DRAWINGLAYER_XSHAPEDUMPER_HXX
11 #define INCLUDED_DRAWINGLAYER_XSHAPEDUMPER_HXX
13 #include <drawinglayer/drawinglayerdllapi.h>
15 #include <com/sun/star/drawing/XShapes.hpp>
16 #include <com/sun/star/drawing/XShape.hpp>
17 #include <com/sun/star/drawing/FillStyle.hpp>
18 #include <com/sun/star/awt/Gradient.hpp>
19 #include <com/sun/star/drawing/Hatch.hpp>
20 #include <com/sun/star/awt/XBitmap.hpp>
21 #include <com/sun/star/drawing/RectanglePoint.hpp>
22 #include <com/sun/star/drawing/BitmapMode.hpp>
23 #include <com/sun/star/beans/XPropertySet.hpp>
25 #include <com/sun/star/drawing/LineStyle.hpp>
26 #include <com/sun/star/drawing/LineDash.hpp>
27 #include <com/sun/star/drawing/LineJoint.hpp>
28 #include <com/sun/star/drawing/PolyPolygonBezierCoords.hpp>
30 #include <com/sun/star/drawing/PolygonKind.hpp>
32 #include <com/sun/star/drawing/TextFitToSizeType.hpp>
33 #include <com/sun/star/drawing/TextHorizontalAdjust.hpp>
34 #include <com/sun/star/drawing/TextVerticalAdjust.hpp>
35 #include <com/sun/star/drawing/TextAnimationDirection.hpp>
36 #include <com/sun/star/drawing/TextAnimationKind.hpp>
37 #include <com/sun/star/text/WritingMode.hpp>
39 #include <com/sun/star/drawing/HomogenMatrixLine3.hpp>
40 #include <com/sun/star/drawing/HomogenMatrix3.hpp>
42 #include <com/sun/star/beans/PropertyValue.hpp>
44 class DRAWINGLAYER_DLLPUBLIC XShapeDumper
49 static OUString
dump(com::sun::star::uno::Reference
<com::sun::star::drawing::XShapes
> xPageShapes
, bool bDumpInteropProperties
=false);
50 static OUString
dump(com::sun::star::uno::Reference
<com::sun::star::drawing::XShape
> xPageShapes
, bool bDumpInteropProperties
=false);
55 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */