LibreOffice Module xmloff (master) 1
precompiled_xof.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:22:55 using:
17 ./bin/update_pch xmloff xof --cutoff=1 --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 ./xmloff/inc/pch/precompiled_xof.hxx "make xmloff.build" --find-conflicts
21*/
22
23#include <sal/config.h>
24#if PCH_LEVEL >= 1
25#include <array>
26#include <unordered_map>
27#include <vector>
28#endif // PCH_LEVEL >= 1
29#if PCH_LEVEL >= 2
30#include <osl/diagnose.h>
31#include <rtl/math.hxx>
32#include <rtl/ref.hxx>
33#include <rtl/ustrbuf.hxx>
34#include <sal/log.hxx>
35#endif // PCH_LEVEL >= 2
36#if PCH_LEVEL >= 3
37#include <com/sun/star/beans/XPropertySetInfo.hpp>
38#include <com/sun/star/i18n/CharacterClassification.hpp>
39#include <com/sun/star/i18n/UnicodeType.hpp>
40#include <com/sun/star/lang/XMultiServiceFactory.hpp>
41#include <com/sun/star/uno/XComponentContext.hpp>
42#include <com/sun/star/uri/UriReferenceFactory.hpp>
43#include <com/sun/star/uri/XVndSunStarScriptUrl.hpp>
44#include <com/sun/star/util/MeasureUnit.hpp>
45#include <com/sun/star/util/XCloneable.hpp>
46#include <com/sun/star/xml/sax/SAXException.hpp>
47#include <com/sun/star/xml/sax/XAttributeList.hpp>
48#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
49#include <comphelper/base64.hxx>
57#endif // PCH_LEVEL >= 3
58#if PCH_LEVEL >= 4
60#include <xmloff/xmlimp.hxx>
62#include <xmloff/xmltoken.hxx>
63#include <xmloff/xmluconv.hxx>
64#endif // PCH_LEVEL >= 4
65
66/* vim:set shiftwidth=4 softtabstop=4 expandtab: */