nss: upgrade to release 3.73
[LibreOffice.git] / svl / inc / pch / precompiled_svl.hxx
blobfe187818ae9463a3bec7438dacc193d69f17eef7
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 2020-09-03 20:51:13 using:
17 ./bin/update_pch svl svl --cutoff=6 --exclude:system --exclude:module --exclude:local
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./svl/inc/pch/precompiled_svl.hxx "make svl.build" --find-conflicts
23 #if PCH_LEVEL >= 1
24 #include <algorithm>
25 #include <cassert>
26 #include <cstddef>
27 #include <limits>
28 #include <map>
29 #include <memory>
30 #include <new>
31 #include <ostream>
32 #include <stddef.h>
33 #include <string.h>
34 #include <string_view>
35 #include <utility>
36 #include <vector>
37 #include <boost/property_tree/json_parser.hpp>
38 #include <boost/property_tree/ptree_fwd.hpp>
39 #endif // PCH_LEVEL >= 1
40 #if PCH_LEVEL >= 2
41 #include <osl/diagnose.h>
42 #include <osl/doublecheckedlocking.h>
43 #include <osl/endian.h>
44 #include <osl/file.h>
45 #include <osl/getglobalmutex.hxx>
46 #include <osl/interlck.h>
47 #include <osl/mutex.hxx>
48 #include <osl/security.hxx>
49 #include <osl/socket.hxx>
50 #include <osl/thread.h>
51 #include <rtl/alloc.h>
52 #include <rtl/character.hxx>
53 #include <rtl/cipher.h>
54 #include <rtl/crc.h>
55 #include <rtl/digest.h>
56 #include <rtl/instance.hxx>
57 #include <rtl/locale.h>
58 #include <rtl/math.hxx>
59 #include <rtl/ref.hxx>
60 #include <rtl/strbuf.h>
61 #include <rtl/string.h>
62 #include <rtl/string.hxx>
63 #include <rtl/stringconcat.hxx>
64 #include <rtl/stringutils.hxx>
65 #include <rtl/textenc.h>
66 #include <rtl/ustrbuf.hxx>
67 #include <rtl/ustring.hxx>
68 #include <rtl/uuid.h>
69 #include <sal/backtrace.hxx>
70 #include <sal/config.h>
71 #include <sal/log.hxx>
72 #include <sal/macros.h>
73 #include <sal/saldllapi.h>
74 #include <sal/types.h>
75 #include <sal/typesizes.h>
76 #endif // PCH_LEVEL >= 2
77 #if PCH_LEVEL >= 3
78 #include <com/sun/star/lang/Locale.hpp>
79 #include <com/sun/star/lang/XTypeProvider.hpp>
80 #include <com/sun/star/uno/Any.h>
81 #include <com/sun/star/uno/Any.hxx>
82 #include <com/sun/star/uno/Reference.h>
83 #include <com/sun/star/uno/Reference.hxx>
84 #include <com/sun/star/uno/RuntimeException.hpp>
85 #include <com/sun/star/uno/Sequence.hxx>
86 #include <com/sun/star/uno/Type.h>
87 #include <com/sun/star/uno/TypeClass.hdl>
88 #include <com/sun/star/uno/XInterface.hpp>
89 #include <com/sun/star/uno/XWeak.hpp>
90 #include <comphelper/comphelperdllapi.h>
91 #include <comphelper/processfactory.hxx>
92 #include <cppu/cppudllapi.h>
93 #include <cppu/unotype.hxx>
94 #include <cppuhelper/cppuhelperdllapi.h>
95 #include <cppuhelper/implbase.hxx>
96 #include <cppuhelper/implbase_ex.hxx>
97 #include <cppuhelper/weak.hxx>
98 #include <i18nlangtag/i18nlangtagdllapi.h>
99 #include <i18nlangtag/lang.h>
100 #include <i18nlangtag/languagetag.hxx>
101 #include <libxml/xmlwriter.h>
102 #include <o3tl/strong_int.hxx>
103 #include <o3tl/typed_flags_set.hxx>
104 #include <salhelper/linkhelper.hxx>
105 #include <tools/debug.hxx>
106 #include <tools/stream.hxx>
107 #include <tools/toolsdllapi.h>
108 #include <tools/urlobj.hxx>
109 #include <typelib/typedescription.h>
110 #include <uno/any2.h>
111 #include <unotools/charclass.hxx>
112 #include <unotools/options.hxx>
113 #include <unotools/unotoolsdllapi.h>
114 #endif // PCH_LEVEL >= 3
115 #if PCH_LEVEL >= 4
116 #include <svl/SfxBroadcaster.hxx>
117 #include <svl/hint.hxx>
118 #include <svl/itempool.hxx>
119 #include <svl/itemset.hxx>
120 #include <svl/poolitem.hxx>
121 #include <svl/svldllapi.h>
122 #endif // PCH_LEVEL >= 4
124 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */