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/.
11 This file has been autogenerated by update_pch.sh . It is possible to edit it
12 manually (such as when an include file has been moved/renamed/removed. All such
13 manual changes will be rewritten by the next run of update_pch.sh (which presumably
14 also fixes all possible problems, so it's usually better to use it).
18 #include <basegfx/matrix/b2dhommatrix.hxx>
19 #include <basegfx/matrix/b2dhommatrixtools.hxx>
20 #include <basegfx/numeric/ftools.hxx>
21 #include <basegfx/point/b2dpoint.hxx>
22 #include <basegfx/polygon/b2dlinegeometry.hxx>
23 #include <basegfx/polygon/b2dpolygon.hxx>
24 #include <basegfx/polygon/b2dpolygonclipper.hxx>
25 #include <basegfx/polygon/b2dpolygontools.hxx>
26 #include <basegfx/polygon/b2dpolypolygon.hxx>
27 #include <basegfx/polygon/b2dpolypolygoncutter.hxx>
28 #include <basegfx/polygon/b2dpolypolygontools.hxx>
29 #include <basegfx/range/b2drange.hxx>
30 #include <basegfx/range/b2drectangle.hxx>
31 #include <basegfx/tools/canvastools.hxx>
32 #include <basegfx/tools/gradienttools.hxx>
33 #include <basegfx/tools/tools.hxx>
34 #include <basegfx/tuple/b2dtuple.hxx>
35 #include <basegfx/vector/b2dsize.hxx>
36 #include <basegfx/vector/b2dvector.hxx>
37 #include <boost/bind.hpp>
38 #include <boost/scoped_array.hpp>
39 #include <boost/utility.hpp>
40 #include <canvas/canvastools.hxx>
41 #include <canvas/debug.hxx>
42 #include <canvas/verbosetrace.hxx>
43 #include <com/sun/star/geometry/RealPoint2D.hpp>
44 #include <com/sun/star/rendering/InterpolationMode.hpp>
45 #include <com/sun/star/rendering/PanoseProportion.hpp>
46 #include <com/sun/star/rendering/PathCapType.hpp>
47 #include <com/sun/star/rendering/PathJoinType.hpp>
48 #include <com/sun/star/rendering/RenderState.hpp>
49 #include <com/sun/star/rendering/RepaintResult.hpp>
50 #include <com/sun/star/rendering/StringContext.hpp>
51 #include <com/sun/star/rendering/TexturingMode.hpp>
52 #include <com/sun/star/rendering/ViewState.hpp>
53 #include <com/sun/star/rendering/XAnimatedSprite.hpp>
54 #include <com/sun/star/rendering/XBitmap.hpp>
55 #include <com/sun/star/rendering/XBitmapCanvas.hpp>
56 #include <com/sun/star/rendering/XCachedPrimitive.hpp>
57 #include <com/sun/star/rendering/XCanvas.hpp>
58 #include <com/sun/star/rendering/XCanvasFont.hpp>
59 #include <com/sun/star/rendering/XGraphicDevice.hpp>
60 #include <com/sun/star/rendering/XPolyPolygon2D.hpp>
61 #include <com/sun/star/rendering/XSprite.hpp>
62 #include <com/sun/star/uno/Sequence.hxx>
63 #include <comphelper/anytostring.hxx>
64 #include <comphelper/sequence.hxx>
65 #include <cppuhelper/exc_hlp.hxx>
66 #include <i18nlangtag/languagetag.hxx>
68 #include <osl/diagnose.h>
69 #include <osl/getglobalmutex.hxx>
70 #include <osl/mutex.hxx>
71 #include <rtl/instance.hxx>
72 #include <rtl/math.hxx>
73 #include <rtl/ustring.hxx>
74 #include <sal/alloca.h>
75 #include <sal/config.h>
76 #include <sal/types.h>
77 #include <tools/diagnose_ex.h>
78 #include <tools/gen.hxx>
79 #include <tools/poly.hxx>
80 #include <tools/stream.hxx>
82 #include <vcl/bitmapex.hxx>
83 #include <vcl/canvastools.hxx>
84 #include <vcl/gdimtf.hxx>
85 #include <vcl/gradient.hxx>
86 #include <vcl/graph.hxx>
87 #include <vcl/graphicfilter.hxx>
88 #include <vcl/graphictools.hxx>
89 #include <vcl/metaact.hxx>
90 #include <vcl/metric.hxx>
91 #include <vcl/outdev.hxx>
92 #include <vcl/salbtype.hxx>
93 #include <vcl/svapp.hxx>
94 #include <vcl/virdev.hxx>
95 #include <vcl/window.hxx>
98 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */