LibreOffice Module canvas (master) 1
precompiled_oglcanvas.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-08-07 20:44:40 using:
17 ./bin/update_pch canvas oglcanvas --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_oglcanvas.hxx "make canvas.build" --find-conflicts
21*/
22
23#include <sal/config.h>
24#if PCH_LEVEL >= 1
25#include <functional>
26#include <memory>
27#endif // PCH_LEVEL >= 1
28#if PCH_LEVEL >= 2
29#include <osl/mutex.hxx>
30#include <rtl/crc.h>
31#include <rtl/math.hxx>
32#include <sal/log.hxx>
33#include <vcl/canvastools.hxx>
34#include <vcl/font.hxx>
35#include <vcl/metric.hxx>
37#include <vcl/syschild.hxx>
38#include <vcl/virdev.hxx>
39#include <vcl/window.hxx>
40#endif // PCH_LEVEL >= 2
41#if PCH_LEVEL >= 3
50#include <com/sun/star/awt/XTopWindow.hpp>
51#include <com/sun/star/geometry/IntegerSize2D.hpp>
52#include <com/sun/star/lang/NoSupportException.hpp>
53#include <com/sun/star/rendering/ARGBColor.hpp>
54#include <com/sun/star/rendering/CompositeOperation.hpp>
55#include <com/sun/star/rendering/FontMetrics.hpp>
56#include <com/sun/star/rendering/XIntegerBitmapColorSpace.hpp>
57#include <com/sun/star/uno/Reference.hxx>
58#include <epoxy/gl.h>
61#endif // PCH_LEVEL >= 3
62#if PCH_LEVEL >= 4
64#include <verifyinput.hxx>
65#endif // PCH_LEVEL >= 4
66
67/* vim:set shiftwidth=4 softtabstop=4 expandtab: */