LibreOffice Module xmlsecurity (master) 1
precompiled_xsec_xmlsec.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-04-08 13:57:49 using:
17 ./bin/update_pch xmlsecurity xsec_xmlsec --cutoff=2 --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 ./xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx "make xmlsecurity.build" --find-conflicts
21*/
22
23#include <sal/config.h>
24#if PCH_LEVEL >= 1
25#include <algorithm>
26#include <cassert>
27#include <chrono>
28#include <cstddef>
29#include <cstdlib>
30#include <initializer_list>
31#include <iomanip>
32#include <limits>
33#include <memory>
34#include <new>
35#include <ostream>
36#ifdef XMLSEC_CRYPTO_NSS
37#include <pk11pub.h>
38#endif
39#include <stddef.h>
40#include <string.h>
41#include <string>
42#include <string_view>
43#include <type_traits>
44#include <utility>
45#include <vector>
46#endif // PCH_LEVEL >= 1
47#if PCH_LEVEL >= 2
48#include <osl/diagnose.h>
49#include <osl/doublecheckedlocking.h>
50#include <osl/file.h>
51#include <osl/file.hxx>
52#include <osl/getglobalmutex.hxx>
53#include <osl/interlck.h>
54#include <osl/mutex.h>
55#include <osl/mutex.hxx>
56#include <osl/thread.h>
57#include <osl/time.h>
58#include <rtl/alloc.h>
59#include <rtl/bootstrap.h>
60#include <rtl/bootstrap.hxx>
61#include <rtl/instance.hxx>
62#include <rtl/malformeduriexception.hxx>
63#include <rtl/random.h>
64#include <rtl/ref.hxx>
65#include <rtl/string.h>
66#include <rtl/string.hxx>
67#include <rtl/stringconcat.hxx>
68#include <rtl/stringutils.hxx>
69#include <rtl/textcvt.h>
70#include <rtl/textenc.h>
71#include <rtl/uri.h>
72#include <rtl/uri.hxx>
73#include <rtl/ustring.h>
74#include <rtl/ustring.hxx>
75#include <rtl/uuid.h>
76#include <sal/log.hxx>
77#include <sal/macros.h>
78#include <sal/saldllapi.h>
79#include <sal/types.h>
80#include <sal/typesizes.h>
81#include <vcl/dllapi.h>
83#endif // PCH_LEVEL >= 2
84#if PCH_LEVEL >= 3
85#include <com/sun/star/lang/DisposedException.hpp>
86#include <com/sun/star/lang/IllegalArgumentException.hpp>
87#include <com/sun/star/lang/XServiceInfo.hpp>
88#include <com/sun/star/lang/XTypeProvider.hpp>
89#include <com/sun/star/lang/XUnoTunnel.hpp>
90#include <com/sun/star/uno/Any.h>
91#include <com/sun/star/uno/Any.hxx>
92#include <com/sun/star/uno/Exception.hpp>
93#include <com/sun/star/uno/Reference.h>
94#include <com/sun/star/uno/RuntimeException.hpp>
95#include <com/sun/star/uno/Sequence.h>
96#include <com/sun/star/uno/Sequence.hxx>
97#include <com/sun/star/uno/Type.h>
98#include <com/sun/star/uno/Type.hxx>
99#include <com/sun/star/uno/TypeClass.hdl>
100#include <com/sun/star/uno/XComponentContext.hpp>
101#include <com/sun/star/uno/XInterface.hpp>
102#include <com/sun/star/uno/XWeak.hpp>
103#include <com/sun/star/uno/genfunc.h>
104#include <com/sun/star/uno/genfunc.hxx>
105#include <com/sun/star/util/XCloneable.hpp>
106#include <com/sun/star/xml/csax/XCompressedDocumentHandler.hpp>
107#include <com/sun/star/xml/sax/XAttributeList.hpp>
108#include <com/sun/star/xml/wrapper/XXMLDocumentWrapper.hpp>
110#include <cppu/cppudllapi.h>
111#include <cppu/unotype.hxx>
113#include <cppuhelper/exc_hlp.hxx>
119#include <cppuhelper/weak.hxx>
120#include <libxml/tree.h>
124#include <tools/lineend.hxx>
125#include <tools/long.hxx>
126#include <tools/ref.hxx>
127#include <tools/stream.hxx>
128#include <tools/toolsdllapi.h>
129#include <typelib/typeclass.h>
130#include <typelib/typedescription.h>
131#include <typelib/uik.h>
132#include <uno/any2.h>
133#include <uno/data.h>
134#include <uno/sequence2.h>
136#include <xmloff/dllapi.h>
137#endif // PCH_LEVEL >= 3
138#if PCH_LEVEL >= 4
139#include <xmlsec-wrapper.h>
140#include <xsecxmlsecdllapi.h>
141#endif // PCH_LEVEL >= 4
142
143// Cleanup windows header macro pollution.
144#if defined(_WIN32) && defined(WINAPI)
145#include <postwin.h>
146#undef RGB
147#endif
148
149/* vim:set shiftwidth=4 softtabstop=4 expandtab: */