1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
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/.
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 2020-07-09 17:07:24 using:
17 ./bin/update_pch xmloff xof --cutoff=1 --exclude:system --exclude:module --include:local
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
25 #include <unordered_map>
27 #endif // PCH_LEVEL >= 1
29 #include <osl/diagnose.h>
30 #include <rtl/math.hxx>
31 #include <rtl/ref.hxx>
32 #include <rtl/ustrbuf.hxx>
33 #include <sal/config.h>
34 #include <sal/log.hxx>
35 #endif // PCH_LEVEL >= 2
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>
50 #include <comphelper/processfactory.hxx>
51 #include <comphelper/servicehelper.hxx>
52 #include <cppuhelper/supportsservice.hxx>
53 #include <cppuhelper/typeprovider.hxx>
54 #include <sax/tools/converter.hxx>
55 #endif // PCH_LEVEL >= 3
57 #include <xmloff/attrlist.hxx>
58 #include <xmloff/namespacemap.hxx>
59 #include <xmloff/xmlimp.hxx>
60 #include <xmloff/xmlnamespace.hxx>
61 #include <xmloff/xmltoken.hxx>
62 #include <xmloff/xmluconv.hxx>
63 #endif // PCH_LEVEL >= 4
65 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */