Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git] / desktop / inc / pch / precompiled_deploymentgui.hxx
blobe1ad0a551535189ad0e5d8008360b4edde43a28c
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 2019-10-17 15:14:32 using:
17 ./bin/update_pch desktop deploymentgui --cutoff=3 --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 ./desktop/inc/pch/precompiled_deploymentgui.hxx "make desktop.build" --find-conflicts
23 #if PCH_LEVEL >= 1
24 #include <algorithm>
25 #include <cassert>
26 #include <cstddef>
27 #include <cstdlib>
28 #include <initializer_list>
29 #include <iomanip>
30 #include <limits.h>
31 #include <limits>
32 #include <memory>
33 #include <new>
34 #include <ostream>
35 #include <sstream>
36 #include <stddef.h>
37 #include <string>
38 #include <utility>
39 #include <vector>
40 #include <boost/optional.hpp>
41 #endif // PCH_LEVEL >= 1
42 #if PCH_LEVEL >= 2
43 #include <osl/conditn.hxx>
44 #include <osl/diagnose.h>
45 #include <osl/endian.h>
46 #include <osl/file.hxx>
47 #include <osl/interlck.h>
48 #include <osl/mutex.hxx>
49 #include <osl/time.h>
50 #include <rtl/alloc.h>
51 #include <rtl/locale.h>
52 #include <rtl/ref.hxx>
53 #include <rtl/textcvt.h>
54 #include <rtl/ustrbuf.hxx>
55 #include <rtl/ustring.h>
56 #include <rtl/ustring.hxx>
57 #include <sal/config.h>
58 #include <sal/detail/log.h>
59 #include <sal/log.hxx>
60 #include <sal/macros.h>
61 #include <sal/saldllapi.h>
62 #include <sal/types.h>
63 #include <sal/typesizes.h>
64 #include <vcl/dllapi.h>
65 #include <vcl/svapp.hxx>
66 #include <vcl/weld.hxx>
67 #endif // PCH_LEVEL >= 2
68 #if PCH_LEVEL >= 3
69 #include <com/sun/star/beans/NamedValue.hpp>
70 #include <com/sun/star/deployment/DependencyException.hpp>
71 #include <com/sun/star/deployment/DeploymentException.hpp>
72 #include <com/sun/star/lang/IllegalArgumentException.hpp>
73 #include <com/sun/star/ucb/CommandAbortedException.hpp>
74 #include <com/sun/star/ucb/CommandFailedException.hpp>
75 #include <com/sun/star/ucb/XCommandEnvironment.hpp>
76 #include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp>
77 #include <com/sun/star/uno/Any.h>
78 #include <com/sun/star/uno/Any.hxx>
79 #include <com/sun/star/uno/Reference.h>
80 #include <com/sun/star/uno/Reference.hxx>
81 #include <com/sun/star/uno/RuntimeException.hpp>
82 #include <com/sun/star/uno/Sequence.h>
83 #include <com/sun/star/uno/Sequence.hxx>
84 #include <com/sun/star/uno/Type.h>
85 #include <com/sun/star/uno/Type.hxx>
86 #include <com/sun/star/uno/XInterface.hpp>
87 #include <com/sun/star/uno/genfunc.hxx>
88 #include <comphelper/anytostring.hxx>
89 #include <comphelper/processfactory.hxx>
90 #include <cppu/cppudllapi.h>
91 #include <cppu/unotype.hxx>
92 #include <cppuhelper/cppuhelperdllapi.h>
93 #include <cppuhelper/exc_hlp.hxx>
94 #include <cppuhelper/implbase.hxx>
95 #include <o3tl/typed_flags_set.hxx>
96 #include <salhelper/thread.hxx>
97 #include <svtools/controldims.hxx>
98 #include <toolkit/helper/vclunohelper.hxx>
99 #include <tools/gen.hxx>
100 #include <tools/link.hxx>
101 #include <tools/solar.h>
102 #include <tools/toolsdllapi.h>
103 #include <typelib/typedescription.h>
104 #include <ucbhelper/content.hxx>
105 #include <uno/data.h>
106 #include <uno/sequence2.h>
107 #include <unotools/configmgr.hxx>
108 #endif // PCH_LEVEL >= 3
109 #if PCH_LEVEL >= 4
110 #endif // PCH_LEVEL >= 4
112 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */