LibreOffice Module canvas (master) 1
precompiled_canvastools.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
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/.
8 */
9
10/*
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).
15
16 Generated on 2021-03-08 13:11:37 using:
17 ./bin/update_pch canvas canvastools --cutoff=1 --exclude:system --include:module --include:local
18
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./canvas/inc/pch/precompiled_canvastools.hxx "make canvas.build" --find-conflicts
21*/
22
23#include <sal/config.h>
24#if PCH_LEVEL >= 1
25#include <algorithm>
26#include <limits>
27#include <string_view>
28#include <boost/range/adaptor/reversed.hpp>
29#endif // PCH_LEVEL >= 1
30#if PCH_LEVEL >= 2
31#include <rtl/instance.hxx>
32#include <rtl/math.hxx>
33#include <sal/log.hxx>
34#include <vcl/canvastools.hxx>
35#include <vcl/window.hxx>
36#endif // PCH_LEVEL >= 2
37#if PCH_LEVEL >= 3
57#include <com/sun/star/awt/Rectangle.hpp>
58#include <com/sun/star/awt/XWindow2.hpp>
59#include <com/sun/star/beans/PropertyVetoException.hpp>
60#include <com/sun/star/beans/UnknownPropertyException.hpp>
61#include <com/sun/star/beans/XPropertySet.hpp>
62#include <com/sun/star/geometry/AffineMatrix2D.hpp>
63#include <com/sun/star/geometry/IntegerPoint2D.hpp>
64#include <com/sun/star/geometry/IntegerSize2D.hpp>
65#include <com/sun/star/geometry/Matrix2D.hpp>
66#include <com/sun/star/geometry/RealBezierSegment2D.hpp>
67#include <com/sun/star/geometry/RealPoint2D.hpp>
68#include <com/sun/star/geometry/RealRectangle2D.hpp>
69#include <com/sun/star/geometry/RealSize2D.hpp>
70#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
71#include <com/sun/star/lang/XServiceInfo.hpp>
72#include <com/sun/star/rendering/ColorComponentTag.hpp>
73#include <com/sun/star/rendering/ColorSpaceType.hpp>
74#include <com/sun/star/rendering/CompositeOperation.hpp>
75#include <com/sun/star/rendering/FontRequest.hpp>
76#include <com/sun/star/rendering/IntegerBitmapLayout.hpp>
77#include <com/sun/star/rendering/PathCapType.hpp>
78#include <com/sun/star/rendering/PathJoinType.hpp>
79#include <com/sun/star/rendering/RenderState.hpp>
80#include <com/sun/star/rendering/RenderingIntent.hpp>
81#include <com/sun/star/rendering/RepaintResult.hpp>
82#include <com/sun/star/rendering/Texture.hpp>
83#include <com/sun/star/rendering/TexturingMode.hpp>
84#include <com/sun/star/rendering/ViewState.hpp>
85#include <com/sun/star/rendering/XBitmap.hpp>
86#include <com/sun/star/rendering/XCanvas.hpp>
87#include <com/sun/star/rendering/XColorSpace.hpp>
88#include <com/sun/star/rendering/XGraphicDevice.hpp>
89#include <com/sun/star/rendering/XIntegerBitmapColorSpace.hpp>
90#include <com/sun/star/rendering/XPolyPolygon2D.hpp>
91#include <com/sun/star/util/Endianness.hpp>
99#include <tools/time.hxx>
100#endif // PCH_LEVEL >= 3
101#if PCH_LEVEL >= 4
102#include <canvas/canvastools.hxx>
103#include <canvas/elapsedtime.hxx>
104#include <parametricpolypolygon.hxx>
105#include <propertysethelper.hxx>
107#include <verifyinput.hxx>
108#endif // PCH_LEVEL >= 4
109
110/* vim:set shiftwidth=4 softtabstop=4 expandtab: */