LibreOffice Module package (master) 1
precompiled_xstor.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:14:06 using:
17 ./bin/update_pch package xstor --cutoff=2 --exclude:system --include:module --exclude:local
18
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./package/inc/pch/precompiled_xstor.hxx "make package.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 <iomanip>
30#include <limits>
31#include <memory>
32#include <new>
33#include <ostream>
34#include <stddef.h>
35#include <string.h>
36#include <string>
37#include <string_view>
38#include <type_traits>
39#include <utility>
40#endif // PCH_LEVEL >= 1
41#if PCH_LEVEL >= 2
42#include <osl/diagnose.h>
43#include <osl/interlck.h>
44#include <osl/mutex.h>
45#include <osl/mutex.hxx>
46#include <rtl/alloc.h>
47#include <rtl/digest.h>
48#include <rtl/instance.hxx>
49#include <rtl/string.h>
50#include <rtl/string.hxx>
51#include <rtl/stringconcat.hxx>
52#include <rtl/stringutils.hxx>
53#include <rtl/textcvt.h>
54#include <rtl/textenc.h>
55#include <rtl/ustring.h>
56#include <rtl/ustring.hxx>
57#include <sal/log.hxx>
58#include <sal/macros.h>
59#include <sal/saldllapi.h>
60#include <sal/types.h>
61#include <sal/typesizes.h>
62#endif // PCH_LEVEL >= 2
63#if PCH_LEVEL >= 3
64#include <com/sun/star/beans/PropertyValue.hpp>
65#include <com/sun/star/embed/ElementModes.hpp>
66#include <com/sun/star/embed/StorageFormats.hpp>
67#include <com/sun/star/embed/StorageWrappedTargetException.hpp>
68#include <com/sun/star/io/IOException.hpp>
69#include <com/sun/star/io/NotConnectedException.hpp>
70#include <com/sun/star/io/TempFile.hpp>
71#include <com/sun/star/lang/DisposedException.hpp>
72#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
73#include <com/sun/star/lang/XUnoTunnel.hpp>
74#include <com/sun/star/packages/WrongPasswordException.hpp>
75#include <com/sun/star/ucb/SimpleFileAccess.hpp>
76#include <com/sun/star/uno/Any.h>
77#include <com/sun/star/uno/Any.hxx>
78#include <com/sun/star/uno/Reference.h>
79#include <com/sun/star/uno/RuntimeException.hpp>
80#include <com/sun/star/uno/Type.h>
81#include <com/sun/star/uno/Type.hxx>
82#include <com/sun/star/uno/TypeClass.hdl>
83#include <com/sun/star/uno/XInterface.hpp>
84#include <com/sun/star/uno/XWeak.hpp>
85#include <com/sun/star/uno/genfunc.h>
86#include <com/sun/star/uno/genfunc.hxx>
92#include <cppu/cppudllapi.h>
93#include <cppu/unotype.hxx>
101#include <typelib/typeclass.h>
102#include <typelib/typedescription.h>
103#include <typelib/uik.h>
104#include <uno/any2.h>
105#include <uno/data.h>
106#include <uno/sequence2.h>
107#endif // PCH_LEVEL >= 3
108#if PCH_LEVEL >= 4
109#endif // PCH_LEVEL >= 4
110
111/* vim:set shiftwidth=4 softtabstop=4 expandtab: */