LibreOffice Module canvas (master) 1
precompiled_vclcanvas.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:36 using:
17 ./bin/update_pch canvas vclcanvas --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_vclcanvas.hxx "make canvas.build" --find-conflicts
21*/
22
23#include <sal/config.h>
24#if PCH_LEVEL >= 1
25#include <cstdlib>
26#include <memory>
27#include <tuple>
28#include <boost/cast.hpp>
29#endif // PCH_LEVEL >= 1
30#if PCH_LEVEL >= 2
31#include <osl/diagnose.h>
32#include <rtl/instance.hxx>
33#include <rtl/math.hxx>
34#include <sal/log.hxx>
38#include <vcl/BitmapTools.hxx>
39#include <vcl/alpha.hxx>
40#include <vcl/bitmapex.hxx>
41#include <vcl/canvastools.hxx>
42#include <vcl/dibtools.hxx>
43#include <vcl/gradient.hxx>
44#include <vcl/metric.hxx>
45#include <vcl/outdev.hxx>
47#include <vcl/svapp.hxx>
48#include <vcl/virdev.hxx>
49#include <vcl/window.hxx>
50#endif // PCH_LEVEL >= 2
51#if PCH_LEVEL >= 3
66#include <com/sun/star/awt/XTopWindow.hpp>
67#include <com/sun/star/drawing/LineCap.hpp>
68#include <com/sun/star/lang/NoSupportException.hpp>
69#include <com/sun/star/rendering/CompositeOperation.hpp>
70#include <com/sun/star/rendering/PanoseProportion.hpp>
71#include <com/sun/star/rendering/PathCapType.hpp>
72#include <com/sun/star/rendering/PathJoinType.hpp>
73#include <com/sun/star/rendering/RenderState.hpp>
74#include <com/sun/star/rendering/RepaintResult.hpp>
75#include <com/sun/star/rendering/TextDirection.hpp>
76#include <com/sun/star/rendering/TexturingMode.hpp>
77#include <com/sun/star/rendering/ViewState.hpp>
78#include <com/sun/star/rendering/XCanvas.hpp>
84#include <tools/long.hxx>
85#include <tools/poly.hxx>
86#include <tools/stream.hxx>
87#endif // PCH_LEVEL >= 3
88#if PCH_LEVEL >= 4
90#include <parametricpolypolygon.hxx>
91#endif // PCH_LEVEL >= 4
92
93/* vim:set shiftwidth=4 softtabstop=4 expandtab: */