ddc2809202
Change-Id: Idfbcfa1e5ba7bff92e98693c33c4b33a6beda08f
290 lines
10 KiB
C++
290 lines
10 KiB
C++
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
|
/*
|
|
* This file is part of the LibreOffice project.
|
|
*
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
*/
|
|
|
|
/*
|
|
This file has been autogenerated by update_pch.sh . It is possible to edit it
|
|
manually (such as when an include file has been moved/renamed/removed. All such
|
|
manual changes will be rewritten by the next run of update_pch.sh (which presumably
|
|
also fixes all possible problems, so it's usually better to use it).
|
|
*/
|
|
|
|
#include <algorithm>
|
|
#include <basegfx/point/b2dpoint.hxx>
|
|
#include <basegfx/polygon/b2dpolygon.hxx>
|
|
#include <basic/basmgr.hxx>
|
|
#include <boost/noncopyable.hpp>
|
|
#include <memory>
|
|
#include <com/sun/star/beans/PropertyAttribute.hpp>
|
|
#include <com/sun/star/beans/XPropertyContainer.hpp>
|
|
#include <com/sun/star/beans/XPropertySet.hpp>
|
|
#include <com/sun/star/chart2/XChartDocument.hpp>
|
|
#include <com/sun/star/container/XChild.hpp>
|
|
#include <com/sun/star/container/XIndexContainer.hpp>
|
|
#include <com/sun/star/document/IndexedPropertyValues.hpp>
|
|
#include <com/sun/star/document/XDocumentProperties.hpp>
|
|
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
|
|
#include <com/sun/star/document/XExporter.hpp>
|
|
#include <com/sun/star/document/XFilter.hpp>
|
|
#include <com/sun/star/document/XImporter.hpp>
|
|
#include <com/sun/star/document/XViewDataSupplier.hpp>
|
|
#include <com/sun/star/drawing/LineStyle.hpp>
|
|
#include <com/sun/star/drawing/PointSequenceSequence.hpp>
|
|
#include <com/sun/star/drawing/ShadingPattern.hpp>
|
|
#include <com/sun/star/drawing/XConnectableShape.hpp>
|
|
#include <com/sun/star/drawing/XConnectorShape.hpp>
|
|
#include <com/sun/star/drawing/XControlShape.hpp>
|
|
#include <com/sun/star/drawing/XDrawPage.hpp>
|
|
#include <com/sun/star/drawing/XDrawPageSupplier.hpp>
|
|
#include <com/sun/star/drawing/XShape.hpp>
|
|
#include <com/sun/star/drawing/XShapeAligner.hpp>
|
|
#include <com/sun/star/drawing/XShapeArranger.hpp>
|
|
#include <com/sun/star/drawing/XShapeGroup.hpp>
|
|
#include <com/sun/star/drawing/XShapeMirror.hpp>
|
|
#include <com/sun/star/drawing/XUniversalShapeDescriptor.hpp>
|
|
#include <com/sun/star/embed/Aspects.hpp>
|
|
#include <com/sun/star/embed/ElementModes.hpp>
|
|
#include <com/sun/star/embed/EmbedStates.hpp>
|
|
#include <com/sun/star/embed/XClassifiedObject.hpp>
|
|
#include <com/sun/star/embed/XEmbedPersist.hpp>
|
|
#include <com/sun/star/embed/XStorage.hpp>
|
|
#include <com/sun/star/embed/XTransactedObject.hpp>
|
|
#include <com/sun/star/form/XForm.hpp>
|
|
#include <com/sun/star/form/XFormComponent.hpp>
|
|
#include <com/sun/star/form/XFormController.hpp>
|
|
#include <com/sun/star/form/XFormsSupplier.hpp>
|
|
#include <com/sun/star/form/XImageProducerSupplier.hpp>
|
|
#include <com/sun/star/frame/XModel.hpp>
|
|
#include <com/sun/star/frame/XStorable.hpp>
|
|
#include <com/sun/star/i18n/ScriptType.hpp>
|
|
#include <com/sun/star/i18n/WordType.hpp>
|
|
#include <com/sun/star/io/XStream.hpp>
|
|
#include <com/sun/star/lang/XMultiComponentFactory.hpp>
|
|
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
|
#include <com/sun/star/lang/XSingleComponentFactory.hpp>
|
|
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
|
|
#include <com/sun/star/script/vba/XVBACompatibility.hpp>
|
|
#include <com/sun/star/text/GraphicCrop.hpp>
|
|
#include <com/sun/star/text/TextContentAnchorType.hpp>
|
|
#include <com/sun/star/text/VertOrientation.hpp>
|
|
#include <com/sun/star/text/XTextRange.hpp>
|
|
#include <com/sun/star/ucb/SimpleFileAccess.hpp>
|
|
#include <com/sun/star/ucb/XCommandEnvironment.hpp>
|
|
#include <com/sun/star/ui/ItemType.hpp>
|
|
#include <com/sun/star/ui/XImageManager.hpp>
|
|
#include <com/sun/star/ui/XUIConfigurationPersistence.hpp>
|
|
#include <com/sun/star/ui/theModuleUIConfigurationManagerSupplier.hpp>
|
|
#include <com/sun/star/util/XCloseable.hpp>
|
|
#include <com/sun/star/xml/dom/XDocument.hpp>
|
|
#include <com/sun/star/xml/sax/Writer.hpp>
|
|
#include <com/sun/star/xml/sax/XSAXSerializable.hpp>
|
|
#include <comphelper/docpasswordrequest.hxx>
|
|
#include <comphelper/embeddedobjectcontainer.hxx>
|
|
#include <comphelper/extract.hxx>
|
|
#include <comphelper/flagguard.hxx>
|
|
#include <comphelper/processfactory.hxx>
|
|
#include <comphelper/random.hxx>
|
|
#include <comphelper/seqstream.hxx>
|
|
#include <comphelper/sequenceashashmap.hxx>
|
|
#include <comphelper/storagehelper.hxx>
|
|
#include <comphelper/string.hxx>
|
|
#include <config_features.h>
|
|
#include <cppuhelper/implementationentry.hxx>
|
|
#include <cstdio>
|
|
#include <cstring>
|
|
#include <editeng/adjustitem.hxx>
|
|
#include <editeng/autokernitem.hxx>
|
|
#include <editeng/blinkitem.hxx>
|
|
#include <editeng/boxitem.hxx>
|
|
#include <editeng/brushitem.hxx>
|
|
#include <editeng/charhiddenitem.hxx>
|
|
#include <editeng/charreliefitem.hxx>
|
|
#include <editeng/charrotateitem.hxx>
|
|
#include <editeng/charscaleitem.hxx>
|
|
#include <editeng/cmapitem.hxx>
|
|
#include <editeng/colritem.hxx>
|
|
#include <editeng/contouritem.hxx>
|
|
#include <editeng/crossedoutitem.hxx>
|
|
#include <editeng/editeng.hxx>
|
|
#include <editeng/editobj.hxx>
|
|
#include <editeng/eeitem.hxx>
|
|
#include <editeng/emphasismarkitem.hxx>
|
|
#include <editeng/escapementitem.hxx>
|
|
#include <editeng/fhgtitem.hxx>
|
|
#include <editeng/flditem.hxx>
|
|
#include <editeng/fontitem.hxx>
|
|
#include <editeng/forbiddenruleitem.hxx>
|
|
#include <editeng/formatbreakitem.hxx>
|
|
#include <editeng/frmdiritem.hxx>
|
|
#include <editeng/hngpnctitem.hxx>
|
|
#include <editeng/hyphenzoneitem.hxx>
|
|
#include <editeng/keepitem.hxx>
|
|
#include <editeng/kernitem.hxx>
|
|
#include <editeng/langitem.hxx>
|
|
#include <editeng/lrspitem.hxx>
|
|
#include <editeng/lspcitem.hxx>
|
|
#include <editeng/opaqitem.hxx>
|
|
#include <editeng/orphitem.hxx>
|
|
#include <editeng/outliner.hxx>
|
|
#include <editeng/outlobj.hxx>
|
|
#include <editeng/paperinf.hxx>
|
|
#include <editeng/paravertalignitem.hxx>
|
|
#include <editeng/pbinitem.hxx>
|
|
#include <editeng/pgrditem.hxx>
|
|
#include <editeng/postitem.hxx>
|
|
#include <editeng/scriptspaceitem.hxx>
|
|
#include <editeng/shaditem.hxx>
|
|
#include <editeng/shdditem.hxx>
|
|
#include <editeng/spltitem.hxx>
|
|
#include <editeng/svxfont.hxx>
|
|
#include <editeng/tstpitem.hxx>
|
|
#include <editeng/twolinesitem.hxx>
|
|
#include <editeng/udlnitem.hxx>
|
|
#include <editeng/ulspitem.hxx>
|
|
#include <editeng/unolingu.hxx>
|
|
#include <editeng/unoprnms.hxx>
|
|
#include <editeng/wghtitem.hxx>
|
|
#include <editeng/widwitem.hxx>
|
|
#include <editeng/wrlmitem.hxx>
|
|
#include <filter/msfilter/mscodec.hxx>
|
|
#include <filter/msfilter/msdffimp.hxx>
|
|
#include <filter/msfilter/msoleexp.hxx>
|
|
#include <filter/msfilter/rtfutil.hxx>
|
|
#include <filter/msfilter/svxmsbas.hxx>
|
|
#include <fstream>
|
|
#include <functional>
|
|
#include <i18nlangtag/lang.h>
|
|
#include <i18nlangtag/languagetag.hxx>
|
|
#include <i18nlangtag/mslangid.hxx>
|
|
#include <iostream>
|
|
#include <iterator>
|
|
#include <list>
|
|
#include <map>
|
|
#include <math.h>
|
|
#include <oox/drawingml/drawingmltypes.hxx>
|
|
#include <oox/export/chartexport.hxx>
|
|
#include <oox/export/drawingml.hxx>
|
|
#include <oox/export/shapes.hxx>
|
|
#include <oox/export/utils.hxx>
|
|
#include <oox/export/vmlexport.hxx>
|
|
#include <oox/mathml/export.hxx>
|
|
#include <oox/ole/olehelper.hxx>
|
|
#include <oox/ole/olestorage.hxx>
|
|
#include <oox/ole/vbaproject.hxx>
|
|
#include <oox/token/properties.hxx>
|
|
#include <oox/token/tokens.hxx>
|
|
#include <osl/diagnose.h>
|
|
#include <osl/endian.h>
|
|
#include <osl/file.hxx>
|
|
#include <osl/time.h>
|
|
#include <rtl/math.hxx>
|
|
#include <rtl/random.h>
|
|
#include <rtl/tencinfo.h>
|
|
#include <rtl/ustrbuf.hxx>
|
|
#include <rtl/ustring.hxx>
|
|
#include <sal/config.h>
|
|
#include <sal/log.hxx>
|
|
#include <sal/macros.h>
|
|
#include <sal/types.h>
|
|
#include <set>
|
|
#include <sfx2/app.hxx>
|
|
#include <sfx2/docfile.hxx>
|
|
#include <sfx2/docinf.hxx>
|
|
#include <sfx2/fcontnr.hxx>
|
|
#include <sfx2/frame.hxx>
|
|
#include <sfx2/linkmgr.hxx>
|
|
#include <sfx2/request.hxx>
|
|
#include <sfx2/sfxbasemodel.hxx>
|
|
#include <sot/exchange.hxx>
|
|
#include <sot/storage.hxx>
|
|
#include <sot/storinfo.hxx>
|
|
#include <stdarg.h>
|
|
#include <stddef.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <svl/grabbagitem.hxx>
|
|
#include <svl/itemiter.hxx>
|
|
#include <svl/stritem.hxx>
|
|
#include <svl/urihelper.hxx>
|
|
#include <svl/whiter.hxx>
|
|
#include <svl/zforlist.hxx>
|
|
#include <svl/zformat.hxx>
|
|
#include <svtools/embedhlp.hxx>
|
|
#include <svtools/imap.hxx>
|
|
#include <svtools/imapobj.hxx>
|
|
#include <svtools/miscopt.hxx>
|
|
#include <svtools/rtfkeywd.hxx>
|
|
#include <svx/fmglob.hxx>
|
|
#include <svx/hlnkitem.hxx>
|
|
#include <svx/rectenum.hxx>
|
|
#include <svx/sdtaitm.hxx>
|
|
#include <svx/svdmodel.hxx>
|
|
#include <svx/svdoashp.hxx>
|
|
#include <svx/svdoattr.hxx>
|
|
#include <svx/svdobj.hxx>
|
|
#include <svx/svdocapt.hxx>
|
|
#include <svx/svdocirc.hxx>
|
|
#include <svx/svdograf.hxx>
|
|
#include <svx/svdogrp.hxx>
|
|
#include <svx/svdoole2.hxx>
|
|
#include <svx/svdopath.hxx>
|
|
#include <svx/svdotext.hxx>
|
|
#include <svx/svdouno.hxx>
|
|
#include <svx/svdpage.hxx>
|
|
#include <svx/svdview.hxx>
|
|
#include <svx/svxerr.hxx>
|
|
#include <svx/sxctitm.hxx>
|
|
#include <svx/unoapi.hxx>
|
|
#include <svx/unobrushitemhelper.hxx>
|
|
#include <svx/unoshape.hxx>
|
|
#include <svx/xenum.hxx>
|
|
#include <svx/xfillit.hxx>
|
|
#include <svx/xfillit0.hxx>
|
|
#include <svx/xflclit.hxx>
|
|
#include <svx/xflgrit.hxx>
|
|
#include <svx/xfltrit.hxx>
|
|
#include <svx/xlineit.hxx>
|
|
#include <toolkit/helper/vclunohelper.hxx>
|
|
#include <tools/datetimeutils.hxx>
|
|
#include <tools/solar.h>
|
|
#include <tools/stream.hxx>
|
|
#include <tools/tenccvt.hxx>
|
|
#include <tools/urlobj.hxx>
|
|
#include <ucbhelper/content.hxx>
|
|
#include <unicode/ubidi.h>
|
|
#include <unordered_set>
|
|
#include <unotools/docinfohelper.hxx>
|
|
#include <unotools/fltrcfg.hxx>
|
|
#include <unotools/fontcfg.hxx>
|
|
#include <unotools/fontcvt.hxx>
|
|
#include <unotools/localedatawrapper.hxx>
|
|
#include <unotools/localfilehelper.hxx>
|
|
#include <unotools/mediadescriptor.hxx>
|
|
#include <unotools/pathoptions.hxx>
|
|
#include <unotools/saveopt.hxx>
|
|
#include <unotools/streamwrap.hxx>
|
|
#include <unotools/tempfile.hxx>
|
|
#include <unotools/ucbstreamhelper.hxx>
|
|
#include <utility>
|
|
#include <vcl/cvtgrf.hxx>
|
|
#include <vcl/embeddedfontshelper.hxx>
|
|
#include <vcl/font.hxx>
|
|
#include <vcl/graph.hxx>
|
|
#include <vcl/graphicfilter.hxx>
|
|
#include <vcl/outdev.hxx>
|
|
#include <vcl/salbtype.hxx>
|
|
#include <vcl/settings.hxx>
|
|
#include <vcl/svapp.hxx>
|
|
#include <vcl/vclenum.hxx>
|
|
#include <vcl/virdev.hxx>
|
|
#include <vcl/wmf.hxx>
|
|
#include <vector>
|
|
#include <xmloff/odffields.hxx>
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|