LibreOffice Module reportdesign (master) 1
precompiled_rptxml.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:10 using:
17 ./bin/update_pch reportdesign rptxml --cutoff=2 --exclude:system --exclude:module --include:local
18
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./reportdesign/inc/pch/precompiled_rptxml.hxx "make reportdesign.build" --find-conflicts
21*/
22
23#include <sal/config.h>
24#if PCH_LEVEL >= 1
25#include <cassert>
26#include <cstddef>
27#include <cstring>
28#include <functional>
29#include <limits>
30#include <memory>
31#include <new>
32#include <string_view>
33#include <type_traits>
34#include <vector>
35#endif // PCH_LEVEL >= 1
36#if PCH_LEVEL >= 2
37#include <osl/diagnose.h>
38#include <osl/endian.h>
39#include <rtl/math.hxx>
40#include <rtl/ref.hxx>
41#include <rtl/strbuf.h>
42#include <rtl/strbuf.hxx>
43#include <rtl/string.hxx>
44#include <rtl/stringconcat.hxx>
45#include <rtl/stringutils.hxx>
46#include <rtl/textenc.h>
47#include <rtl/ustrbuf.h>
48#include <rtl/ustrbuf.hxx>
49#include <rtl/ustring.hxx>
50#include <sal/log.hxx>
51#include <sal/types.h>
52#include <vcl/dllapi.h>
53#include <vcl/svapp.hxx>
54#endif // PCH_LEVEL >= 2
55#if PCH_LEVEL >= 3
57#include <com/sun/star/awt/FontDescriptor.hpp>
58#include <com/sun/star/awt/ImageScaleMode.hpp>
59#include <com/sun/star/beans/NamedValue.hpp>
60#include <com/sun/star/beans/PropertyAttribute.hpp>
61#include <com/sun/star/chart/XComplexDescriptionAccess.hpp>
62#include <com/sun/star/chart2/data/XDatabaseDataProvider.hpp>
63#include <com/sun/star/embed/ElementModes.hpp>
64#include <com/sun/star/lang/XMultiServiceFactory.hpp>
65#include <com/sun/star/reflection/ProxyFactory.hpp>
66#include <com/sun/star/report/ForceNewPage.hpp>
67#include <com/sun/star/report/GroupOn.hpp>
68#include <com/sun/star/report/KeepTogether.hpp>
69#include <com/sun/star/report/ReportPrintOption.hpp>
70#include <com/sun/star/report/XFixedLine.hpp>
71#include <com/sun/star/report/XFixedText.hpp>
72#include <com/sun/star/report/XShape.hpp>
73#include <com/sun/star/sdb/CommandType.hpp>
74#include <com/sun/star/table/BorderLine2.hpp>
75#include <com/sun/star/uno/Any.hxx>
76#include <com/sun/star/uno/Reference.h>
77#include <com/sun/star/uno/Reference.hxx>
78#include <com/sun/star/util/MeasureUnit.hpp>
88#include <tools/color.hxx>
90#include <tools/link.hxx>
91#include <tools/toolsdllapi.h>
92#include <unotools/options.hxx>
93#include <unotools/saveopt.hxx>
96#include <xmloff/dllapi.h>
97#include <xmloff/families.hxx>
98#include <xmloff/maptype.hxx>
100#include <xmloff/prstylei.hxx>
101#include <xmloff/txtimp.hxx>
102#include <xmloff/xmlement.hxx>
103#include <xmloff/xmlictxt.hxx>
104#include <xmloff/xmlimppr.hxx>
106#include <xmloff/xmlstyle.hxx>
107#include <xmloff/xmltkmap.hxx>
108#include <xmloff/xmltoken.hxx>
109#include <xmloff/xmluconv.hxx>
110#endif // PCH_LEVEL >= 3
111#if PCH_LEVEL >= 4
112#include <RptDef.hxx>
113#include <strings.hxx>
114#endif // PCH_LEVEL >= 4
115
116/* vim:set shiftwidth=4 softtabstop=4 expandtab: */