tdf#164627 docx export: consolidate getWordCompatibilityMode()
[LibreOffice.git] / external / poppler / inc / pch / precompiled_poppler.hxx
blob9351ca34828275662c1642be6bea0dcf661d783d
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
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 */
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).
16 Generated on 2025-01-08 10:27:46 using:
17 ../master/bin/update_pch ../master/external/poppler poppler --cutoff=1 --exclude:system --include:module --include:local
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./../master/external/poppler/inc/pch/precompiled_poppler.hxx "make ../master/external/poppler.build" --find-conflicts
23 #include <sal/config.h>
24 #if PCH_LEVEL >= 1
25 #include <Object.h> // Please include this header file to avoid error LNK2019.
26 #include <algorithm>
27 #include <annot_stamp_approved.h>
28 #include <annot_stamp_as_is.h>
29 #include <annot_stamp_confidential.h>
30 #include <annot_stamp_departmental.h>
31 #include <annot_stamp_draft.h>
32 #include <annot_stamp_experimental.h>
33 #include <annot_stamp_expired.h>
34 #include <annot_stamp_final.h>
35 #include <annot_stamp_for_comment.h>
36 #include <annot_stamp_for_public_release.h>
37 #include <annot_stamp_not_approved.h>
38 #include <annot_stamp_not_for_public_release.h>
39 #include <annot_stamp_sold.h>
40 #include <annot_stamp_top_secret.h>
41 #include <array>
42 #include <cassert>
43 #include <cctype>
44 #include <cerrno>
45 #include <cfloat>
46 #include <charconv>
47 #include <climits>
48 #include <clocale>
49 #include <cmath>
50 #include <config.h>
51 #include <csignal>
52 #include <cstdarg>
53 #include <cstddef>
54 #include <cstdint>
55 #include <cstdio>
56 #include <cstdlib>
57 #include <cstring>
58 #include <ctime>
59 #include <functional>
60 #include <gbase64.h>
61 #include <gbasename.h>
62 #include <gdir.h>
63 #include <gfile.h>
64 #include <glibc.h>
65 #include <gmem.h>
66 #include <grandom.h>
67 #include <gstrtod.h>
68 #include <iomanip>
69 #include <iostream>
70 #include <limits>
71 #include <memory>
72 #include <numbers>
73 #include <optional>
74 #include <poppler-config.h>
75 #include <random>
76 #include <ranges>
77 #include <regex>
78 #include <set>
79 #include <sstream>
80 #include <unordered_set>
81 #include <variant>
82 #include <vector>
83 #endif // PCH_LEVEL >= 1
84 #if PCH_LEVEL >= 2
85 #endif // PCH_LEVEL >= 2
86 #if PCH_LEVEL >= 3
87 #include <fofi/FoFiIdentifier.h>
88 #include <fofi/FoFiTrueType.h>
89 #include <fofi/FoFiType1.h>
90 #include <fofi/FoFiType1C.h>
91 #include <goo/GooCheckedOps.h>
92 #include <goo/GooLikely.h>
93 #include <goo/GooString.h>
94 #include <goo/GooTimer.h>
95 #include <goo/ImgWriter.h>
96 #include <goo/JpegWriter.h>
97 #include <goo/PNGWriter.h>
98 #include <goo/TiffWriter.h>
99 #include <goo/gdir.h>
100 #include <goo/gfile.h>
101 #include <goo/glibc.h>
102 #include <goo/gmem.h>
103 #include <goo/grandom.h>
104 #include <goo/gstrtod.h>
105 #include <poppler/Error.h>
106 #include <poppler/GfxState.h>
107 #include <poppler/GfxState_helpers.h>
108 #include <splash/Splash.h>
109 #include <splash/SplashBitmap.h>
110 #include <splash/SplashErrorCodes.h>
111 #include <splash/SplashFont.h>
112 #include <splash/SplashFontEngine.h>
113 #include <splash/SplashFontFile.h>
114 #include <splash/SplashFontFileID.h>
115 #include <splash/SplashGlyphBitmap.h>
116 #include <splash/SplashMath.h>
117 #include <splash/SplashPath.h>
118 #include <splash/SplashPattern.h>
119 #include <splash/SplashScreen.h>
120 #include <splash/SplashState.h>
121 #include <splash/SplashTypes.h>
122 #include <sys/stat.h>
123 #endif // PCH_LEVEL >= 3
124 #if PCH_LEVEL >= 4
125 #endif // PCH_LEVEL >= 4
127 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */