fix ruby style name handling in SwXStyle::SetPropertyValue
[LibreOffice.git] / cppuhelper / inc / pch / precompiled_cppuhelper.hxx
blob81d17c22d9ce6d5f1794fe791731216e2442ccaa
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 2021-04-08 13:50:34 using:
17 ./bin/update_pch cppuhelper cppuhelper --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 ./cppuhelper/inc/pch/precompiled_cppuhelper.hxx "make cppuhelper.build" --find-conflicts
23 #include <sal/config.h>
24 #if PCH_LEVEL >= 1
25 #include <algorithm>
26 #include <cassert>
27 #include <cstddef>
28 #include <cstdlib>
29 #include <memory>
30 #include <new>
31 #include <type_traits>
32 #include <vector>
33 #endif // PCH_LEVEL >= 1
34 #if PCH_LEVEL >= 2
35 #include <osl/diagnose.h>
36 #include <osl/file.hxx>
37 #include <osl/interlck.h>
38 #include <osl/module.h>
39 #include <osl/module.hxx>
40 #include <osl/mutex.hxx>
41 #include <osl/process.h>
42 #include <osl/security.hxx>
43 #include <osl/thread.hxx>
44 #include <osl/time.h>
45 #include <rtl/alloc.h>
46 #include <rtl/bootstrap.hxx>
47 #include <rtl/character.hxx>
48 #include <rtl/malformeduriexception.hxx>
49 #include <rtl/random.h>
50 #include <rtl/ref.hxx>
51 #include <rtl/unload.h>
52 #include <rtl/uri.h>
53 #include <rtl/uri.hxx>
54 #include <rtl/ustrbuf.hxx>
55 #include <rtl/ustring.h>
56 #include <rtl/ustring.hxx>
57 #include <rtl/uuid.h>
58 #include <sal/log.hxx>
59 #include <sal/macros.h>
60 #include <sal/saldllapi.h>
61 #include <sal/types.h>
62 #endif // PCH_LEVEL >= 2
63 #if PCH_LEVEL >= 3
64 #include <com/sun/star/beans/PropertyAttribute.hpp>
65 #include <com/sun/star/lang/DisposedException.hpp>
66 #include <com/sun/star/lang/IllegalArgumentException.hpp>
67 #include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
68 #include <com/sun/star/lang/XComponent.hpp>
69 #include <com/sun/star/lang/XServiceInfo.hpp>
70 #include <com/sun/star/lang/XSingleComponentFactory.hpp>
71 #include <com/sun/star/lang/XSingleServiceFactory.hpp>
72 #include <com/sun/star/reflection/XIndirectTypeDescription.hpp>
73 #include <com/sun/star/reflection/XInterfaceAttributeTypeDescription2.hpp>
74 #include <com/sun/star/reflection/XInterfaceTypeDescription2.hpp>
75 #include <com/sun/star/reflection/XStructTypeDescription.hpp>
76 #include <com/sun/star/reflection/XTypeDescription.hpp>
77 #include <com/sun/star/uno/Any.hxx>
78 #include <com/sun/star/uno/DeploymentException.hpp>
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.hxx>
83 #include <com/sun/star/uno/Type.h>
84 #include <com/sun/star/uno/XAggregation.hpp>
85 #include <com/sun/star/uno/XComponentContext.hpp>
86 #include <comphelper/sequence.hxx>
87 #include <cppu/cppudllapi.h>
88 #include <salhelper/simplereferenceobject.hxx>
89 #include <typelib/typeclass.h>
90 #include <typelib/typedescription.h>
91 #include <typelib/uik.h>
92 #include <uno/lbnames.h>
93 #include <uno/mapping.hxx>
94 #endif // PCH_LEVEL >= 3
95 #if PCH_LEVEL >= 4
96 #include <cppuhelper/bootstrap.hxx>
97 #include <cppuhelper/component_context.hxx>
98 #include <cppuhelper/cppuhelperdllapi.h>
99 #include <cppuhelper/exc_hlp.hxx>
100 #include <cppuhelper/factory.hxx>
101 #include <cppuhelper/implbase.hxx>
102 #include <cppuhelper/interfacecontainer.h>
103 #include <cppuhelper/propshlp.hxx>
104 #include <cppuhelper/queryinterface.hxx>
105 #include <cppuhelper/supportsservice.hxx>
106 #include <cppuhelper/weak.hxx>
107 #include <cppuhelper/weakagg.hxx>
108 #include <cppuhelper/weakref.hxx>
109 #endif // PCH_LEVEL >= 4
111 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */