LibreOffice Module drawinglayer (master) 1
precompiled_drawinglayer.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-12-23 08:55:28 using:
17 ./bin/update_pch drawinglayer drawinglayer --cutoff=4 --exclude:system --exclude:module --exclude:local
18
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./drawinglayer/inc/pch/precompiled_drawinglayer.hxx "make drawinglayer.build" --find-conflicts
21*/
22
23#include <sal/config.h>
24#if PCH_LEVEL >= 1
25#include <algorithm>
26#include <cassert>
27#include <cmath>
28#include <cstddef>
29#include <cstdlib>
30#include <deque>
31#include <limits.h>
32#include <limits>
33#include <memory>
34#include <new>
35#include <optional>
36#include <ostream>
37#include <string.h>
38#include <string_view>
39#include <type_traits>
40#include <utility>
41#include <vector>
42#endif // PCH_LEVEL >= 1
43#if PCH_LEVEL >= 2
44#include <osl/diagnose.h>
45#include <osl/interlck.h>
46#include <osl/mutex.hxx>
47#include <rtl/instance.hxx>
48#include <rtl/math.hxx>
49#include <rtl/ref.hxx>
50#include <rtl/string.h>
51#include <rtl/string.hxx>
52#include <rtl/stringconcat.hxx>
53#include <rtl/stringutils.hxx>
54#include <rtl/textenc.h>
55#include <rtl/ustrbuf.hxx>
56#include <rtl/ustring.h>
57#include <rtl/ustring.hxx>
58#include <sal/detail/log.h>
59#include <sal/log.hxx>
60#include <sal/types.h>
61#include <vcl/bitmap.hxx>
62#include <vcl/bitmapex.hxx>
63#include <vcl/canvastools.hxx>
64#include <vcl/dllapi.h>
65#include <vcl/graph.hxx>
66#include <vcl/outdev.hxx>
67#include <vcl/svapp.hxx>
68#include <vcl/vclenum.hxx>
69#include <vcl/virdev.hxx>
70#endif // PCH_LEVEL >= 2
71#if PCH_LEVEL >= 3
99#include <com/sun/star/beans/XPropertySet.hpp>
100#include <com/sun/star/drawing/LineCap.hpp>
101#include <com/sun/star/drawing/NormalsKind.hpp>
102#include <com/sun/star/drawing/TextureKind2.hpp>
103#include <com/sun/star/drawing/TextureMode.hpp>
104#include <com/sun/star/drawing/TextureProjectionMode.hpp>
105#include <com/sun/star/graphic/XPrimitive3D.hpp>
106#include <com/sun/star/uno/Sequence.h>
112#include <i18nlangtag/lang.h>
114#include <o3tl/cow_wrapper.hxx>
115#include <o3tl/strong_int.hxx>
121#include <tools/color.hxx>
122#include <tools/degree.hxx>
123#include <tools/fontenum.hxx>
124#include <tools/gen.hxx>
125#include <tools/long.hxx>
126#include <tools/stream.hxx>
127#include <tools/toolsdllapi.h>
128#endif // PCH_LEVEL >= 3
129#if PCH_LEVEL >= 4
193#endif // PCH_LEVEL >= 4
194
195/* vim:set shiftwidth=4 softtabstop=4 expandtab: */