precompiled_cppcanvas.hxx 4.08 KB
Newer Older
1 2 3 4 5 6 7 8 9 10
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */

/*
11 12
 This file has been autogenerated by update_pch.sh. It is possible to edit it
 manually (such as when an include file has been moved/renamed/removed). All such
13 14
 manual changes will be rewritten by the next run of update_pch.sh (which presumably
 also fixes all possible problems, so it's usually better to use it).
15

16
 Generated on 2019-05-12 16:56:48 using:
17 18 19
 ./bin/update_pch cppcanvas cppcanvas --cutoff=11 --exclude:system --include:module --include:local

 If after updating build fails, use the following command to locate conflicting headers:
20
 ./bin/update_pch_bisect ./cppcanvas/inc/pch/precompiled_cppcanvas.hxx "make cppcanvas.build" --find-conflicts
21 22
*/

23
#if PCH_LEVEL >= 1
24
#include <algorithm>
25 26 27
#include <cassert>
#include <cstddef>
#include <cstring>
28
#include <float.h>
29
#include <functional>
30 31 32
#include <iomanip>
#include <limits.h>
#include <limits>
33
#include <math.h>
34
#include <memory>
35 36 37 38 39 40 41 42
#include <new>
#include <ostream>
#include <stddef.h>
#include <string.h>
#include <type_traits>
#include <utility>
#include <vector>
#include <boost/optional.hpp>
43 44
#endif // PCH_LEVEL >= 1
#if PCH_LEVEL >= 2
45
#include <osl/diagnose.h>
46 47
#include <osl/endian.h>
#include <osl/interlck.h>
48
#include <osl/thread.h>
49 50
#include <rtl/alloc.h>
#include <rtl/locale.h>
51
#include <rtl/math.h>
52
#include <rtl/math.hxx>
53
#include <rtl/ref.hxx>
54 55
#include <rtl/strbuf.h>
#include <rtl/strbuf.hxx>
56 57 58 59 60 61 62 63
#include <rtl/string.h>
#include <rtl/string.hxx>
#include <rtl/stringutils.hxx>
#include <rtl/textcvt.h>
#include <rtl/textenc.h>
#include <rtl/ustrbuf.h>
#include <rtl/ustrbuf.hxx>
#include <rtl/ustring.h>
64
#include <rtl/ustring.hxx>
65
#include <sal/config.h>
66 67
#include <sal/log.hxx>
#include <sal/macros.h>
68
#include <sal/mathconf.h>
69
#include <sal/saldllapi.h>
70
#include <sal/types.h>
71 72 73 74 75 76 77
#include <sal/typesizes.h>
#include <vcl/bitmap.hxx>
#include <vcl/checksum.hxx>
#include <vcl/dllapi.h>
#include <vcl/mapmod.hxx>
#include <vcl/region.hxx>
#include <vcl/scopedbitmapaccess.hxx>
78 79
#endif // PCH_LEVEL >= 2
#if PCH_LEVEL >= 3
80 81 82 83 84
#include <basegfx/basegfxdllapi.h>
#include <basegfx/color/bcolor.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/numeric/ftools.hxx>
#include <basegfx/point/b2dpoint.hxx>
85
#include <basegfx/point/b2ipoint.hxx>
86 87 88
#include <basegfx/polygon/b2dpolygon.hxx>
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/range/b2drange.hxx>
89 90 91
#include <basegfx/range/basicrange.hxx>
#include <basegfx/tuple/b2dtuple.hxx>
#include <basegfx/tuple/b2ituple.hxx>
92
#include <basegfx/tuple/b3dtuple.hxx>
93
#include <basegfx/utils/canvastools.hxx>
94
#include <basegfx/vector/b2dvector.hxx>
95
#include <basegfx/vector/b2enums.hxx>
96
#include <basegfx/vector/b2ivector.hxx>
97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
#include <canvas/canvastools.hxx>
#include <com/sun/star/rendering/XCanvas.hpp>
#include <com/sun/star/uno/Any.h>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/uno/Type.h>
#include <com/sun/star/uno/Type.hxx>
#include <com/sun/star/uno/TypeClass.hdl>
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/uno/genfunc.h>
#include <com/sun/star/uno/genfunc.hxx>
#include <cppu/cppudllapi.h>
#include <cppu/unotype.hxx>
#include <o3tl/cow_wrapper.hxx>
113
#include <o3tl/strong_int.hxx>
114
#include <o3tl/typed_flags_set.hxx>
115
#include <o3tl/underlyingenumvalue.hxx>
116
#include <salhelper/simplereferenceobject.hxx>
117 118 119 120 121 122 123 124 125 126 127
#include <tools/color.hxx>
#include <tools/gen.hxx>
#include <tools/mapunit.hxx>
#include <tools/solar.h>
#include <tools/toolsdllapi.h>
#include <typelib/typeclass.h>
#include <typelib/typedescription.h>
#include <typelib/uik.h>
#include <uno/any2.h>
#include <uno/data.h>
#include <uno/sequence2.h>
128 129 130
#endif // PCH_LEVEL >= 3
#if PCH_LEVEL >= 4
#endif // PCH_LEVEL >= 4
131 132

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */