LibreOffice Module desktop (master) 1
precompiled_deploymentgui.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-03-08 13:13:39 using:
17 ./bin/update_pch desktop deploymentgui --cutoff=3 --exclude:system --exclude:module --exclude:local
18
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
21*/
22
23#include <sal/config.h>
24#if PCH_LEVEL >= 1
25#include <algorithm>
26#include <cassert>
27#include <cstddef>
28#include <cstdlib>
29#include <initializer_list>
30#include <iomanip>
31#include <limits.h>
32#include <memory>
33#include <new>
34#include <optional>
35#include <ostream>
36#include <sstream>
37#include <stddef.h>
38#include <string>
39#include <string_view>
40#include <utility>
41#include <vector>
42#endif // PCH_LEVEL >= 1
43#if PCH_LEVEL >= 2
44#include <osl/conditn.hxx>
45#include <osl/diagnose.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/ustrbuf.hxx>
54#include <rtl/ustring.hxx>
55#include <sal/detail/log.h>
56#include <sal/log.hxx>
57#include <sal/macros.h>
58#include <sal/saldllapi.h>
59#include <sal/types.h>
60#include <sal/typesizes.h>
61#include <vcl/dllapi.h>
62#include <vcl/svapp.hxx>
63#include <vcl/weld.hxx>
64#endif // PCH_LEVEL >= 2
65#if PCH_LEVEL >= 3
66#include <com/sun/star/beans/NamedValue.hpp>
67#include <com/sun/star/deployment/DeploymentException.hpp>
68#include <com/sun/star/deployment/ExtensionManager.hpp>
69#include <com/sun/star/lang/IllegalArgumentException.hpp>
70#include <com/sun/star/ucb/CommandFailedException.hpp>
71#include <com/sun/star/ucb/XCommandEnvironment.hpp>
72#include <com/sun/star/uno/Any.h>
73#include <com/sun/star/uno/Any.hxx>
74#include <com/sun/star/uno/Reference.h>
75#include <com/sun/star/uno/Reference.hxx>
76#include <com/sun/star/uno/RuntimeException.hpp>
77#include <com/sun/star/uno/Sequence.h>
78#include <com/sun/star/uno/Sequence.hxx>
79#include <com/sun/star/uno/Type.h>
80#include <com/sun/star/uno/Type.hxx>
81#include <com/sun/star/uno/XInterface.hpp>
82#include <com/sun/star/uno/genfunc.hxx>
85#include <cppu/cppudllapi.h>
86#include <cppu/unotype.hxx>
91#include <salhelper/thread.hxx>
92#include <tools/degree.hxx>
93#include <tools/gen.hxx>
94#include <tools/link.hxx>
95#include <tools/long.hxx>
96#include <tools/solar.h>
97#include <tools/toolsdllapi.h>
98#include <typelib/typedescription.h>
99#include <uno/data.h>
100#include <uno/sequence2.h>
101#include <unotools/configmgr.hxx>
102#endif // PCH_LEVEL >= 3
103#if PCH_LEVEL >= 4
104#include <dp_dependencies.hxx>
105#include <dp_identifier.hxx>
106#include <dp_misc_api.hxx>
107#include <dp_update.hxx>
108#endif // PCH_LEVEL >= 4
109
110/* vim:set shiftwidth=4 softtabstop=4 expandtab: */