tdf#154285 Check upper bound of arguments in SbRtl_Minute function
[LibreOffice.git] / hwpfilter / inc / pch / precompiled_hwp.hxx
blob3eb456b58dca1b9245b03dc9a45ed1448bb0ecda
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-03-08 13:13:58 using:
17 ./bin/update_pch hwpfilter hwp --cutoff=3 --exclude:system --include:module --include:local
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./hwpfilter/inc/pch/precompiled_hwp.hxx "make hwpfilter.build" --find-conflicts
23 #include <sal/config.h>
24 #if PCH_LEVEL >= 1
25 #include <algorithm>
26 #include <assert.h>
27 #include <cassert>
28 #include <cstddef>
29 #include <cstdlib>
30 #include <errno.h>
31 #include <iomanip>
32 #include <limits>
33 #include <math.h>
34 #include <memory>
35 #include <new>
36 #include <ostream>
37 #include <stdio.h>
38 #include <stdlib.h>
39 #include <string>
40 #include <string_view>
41 #include <type_traits>
42 #include <utility>
43 #endif // PCH_LEVEL >= 1
44 #if PCH_LEVEL >= 2
45 #include <osl/diagnose.h>
46 #include <osl/interlck.h>
47 #include <rtl/alloc.h>
48 #include <rtl/character.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/ustrbuf.hxx>
56 #include <rtl/ustring.h>
57 #include <rtl/ustring.hxx>
58 #include <sal/macros.h>
59 #include <sal/saldllapi.h>
60 #include <sal/types.h>
61 #include <vcl/dllapi.h>
62 #endif // PCH_LEVEL >= 2
63 #if PCH_LEVEL >= 3
64 #include <com/sun/star/uno/Any.h>
65 #include <com/sun/star/uno/Any.hxx>
66 #include <com/sun/star/uno/Reference.h>
67 #include <com/sun/star/uno/RuntimeException.hpp>
68 #include <com/sun/star/uno/Type.h>
69 #include <com/sun/star/uno/Type.hxx>
70 #include <com/sun/star/uno/TypeClass.hdl>
71 #include <com/sun/star/uno/XInterface.hpp>
72 #include <com/sun/star/uno/genfunc.h>
73 #include <com/sun/star/uno/genfunc.hxx>
74 #include <comphelper/newarray.hxx>
75 #include <cppu/cppudllapi.h>
76 #include <cppu/unotype.hxx>
77 #include <o3tl/underlyingenumvalue.hxx>
78 #include <tools/toolsdllapi.h>
79 #include <typelib/typeclass.h>
80 #include <typelib/typedescription.h>
81 #include <typelib/uik.h>
82 #include <uno/any2.h>
83 #include <uno/data.h>
84 #include <uno/sequence2.h>
85 #endif // PCH_LEVEL >= 3
86 #if PCH_LEVEL >= 4
87 #endif // PCH_LEVEL >= 4
89 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */