LibreOffice Module uui (master) 1
precompiled_uui.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-11 19:48:51 using:
17 ./bin/update_pch uui uui --cutoff=4 --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 ./uui/inc/pch/precompiled_uui.hxx "make uui.build" --find-conflicts
21*/
22
23#include <sal/config.h>
24#if PCH_LEVEL >= 1
25#include <cassert>
26#include <cstddef>
27#include <memory>
28#include <ostream>
29#include <vector>
30#endif // PCH_LEVEL >= 1
31#if PCH_LEVEL >= 2
32#include <osl/conditn.hxx>
33#include <osl/diagnose.h>
34#include <osl/file.hxx>
35#include <osl/interlck.h>
36#include <rtl/alloc.h>
37#include <rtl/digest.h>
38#include <rtl/instance.hxx>
39#include <rtl/strbuf.hxx>
40#include <rtl/textenc.h>
41#include <rtl/unload.h>
42#include <rtl/ustrbuf.hxx>
43#include <rtl/ustring.h>
44#include <rtl/ustring.hxx>
45#include <sal/detail/log.h>
46#include <sal/saldllapi.h>
47#include <sal/types.h>
48#include <vcl/stdtext.hxx>
49#include <vcl/svapp.hxx>
50#include <vcl/weld.hxx>
51#endif // PCH_LEVEL >= 2
52#if PCH_LEVEL >= 3
53#include <com/sun/star/task/XInteractionAbort.hpp>
54#include <com/sun/star/task/XInteractionApprove.hpp>
55#include <com/sun/star/task/XInteractionRequest.hpp>
56#include <com/sun/star/uno/Any.hxx>
57#include <com/sun/star/uno/Reference.h>
58#include <com/sun/star/uno/Reference.hxx>
59#include <com/sun/star/uno/RuntimeException.hpp>
60#include <com/sun/star/uno/Sequence.h>
61#include <com/sun/star/uno/Sequence.hxx>
62#include <com/sun/star/uno/XInterface.hpp>
63#include <com/sun/star/uno/genfunc.hxx>
65#include <cppu/cppudllapi.h>
66#include <cppu/unotype.hxx>
69#include <typelib/typedescription.h>
70#include <uno/data.h>
71#include <unotools/resmgr.hxx>
72#endif // PCH_LEVEL >= 3
73#if PCH_LEVEL >= 4
74#endif // PCH_LEVEL >= 4
75
76/* vim:set shiftwidth=4 softtabstop=4 expandtab: */