diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2020-04-02 14:23:08 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2020-04-03 17:31:55 +0200 |
commit | ab5ef15366b473db1068cc5a9e402c4f4f2e6fcd (patch) | |
tree | c3fd8b42daa20bbe3fdfa13115bab9d2bb2c5bcc /svx/inc | |
parent | 60797d61e4d8641a4177089b204c1af8c8a3b594 (diff) |
split up polypolygonprimitive2d.hxx into separate files
This patch splits the polypolygonprimitive2d.hxx into:
- PolyPolygonColorPrimitive2D.hxx
- PolyPolygonGradientPrimitive2D.hxx
- PolyPolygonGraphicPrimitive2D.hxx
- PolyPolygonHairlinePrimitive2D.hxx
- PolyPolygonHatchPrimitive2D.hxx
- PolyPolygonMarkerPrimitive2D.hxx
- PolyPolygonSelectionPrimitive2D.hxx
- PolyPolygonStrokePrimitive2D.hxx
... and fixes the include files and pre-compiled headers
Change-Id: I23982e0c81e8992f69e14cbac8e86858266b9999
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91603
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/pch/precompiled_svxcore.hxx | 79 |
1 files changed, 32 insertions, 47 deletions
diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx index 1de3d34c0636..a1cc6960717e 100644 --- a/svx/inc/pch/precompiled_svxcore.hxx +++ b/svx/inc/pch/precompiled_svxcore.hxx @@ -13,7 +13,7 @@ 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). - Generated on 2020-02-19 12:45:36 using: + Generated on 2020-04-02 13:54:02 using: ./bin/update_pch svx svxcore --cutoff=7 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -37,6 +37,7 @@ #include <math.h> #include <memory> #include <new> +#include <optional> #include <ostream> #include <set> #include <stack> @@ -62,7 +63,6 @@ #include <osl/getglobalmutex.hxx> #include <osl/interlck.h> #include <osl/mutex.hxx> -#include <osl/thread.h> #include <osl/time.h> #include <rtl/alloc.h> #include <rtl/character.hxx> @@ -103,7 +103,6 @@ #include <vcl/animate/Animation.hxx> #include <vcl/animate/AnimationBitmap.hxx> #include <vcl/bitmap.hxx> -#include <vcl/bitmapaccess.hxx> #include <vcl/bitmapex.hxx> #include <vcl/builder.hxx> #include <vcl/canvastools.hxx> @@ -121,6 +120,7 @@ #include <vcl/floatwin.hxx> #include <vcl/fntstyle.hxx> #include <vcl/font.hxx> +#include <vcl/gdimtf.hxx> #include <vcl/gfxlink.hxx> #include <vcl/graph.hxx> #include <vcl/graphicfilter.hxx> @@ -132,7 +132,6 @@ #include <vcl/lstbox.hxx> #include <vcl/mapmod.hxx> #include <vcl/menu.hxx> -#include <vcl/metaact.hxx> #include <vcl/mnemonicengine.hxx> #include <vcl/outdev.hxx> #include <vcl/ptrstyle.hxx> @@ -168,6 +167,7 @@ #include <basegfx/matrix/b3dhommatrix.hxx> #include <basegfx/numeric/ftools.hxx> #include <basegfx/point/b2dpoint.hxx> +#include <basegfx/point/b2ipoint.hxx> #include <basegfx/point/b3dpoint.hxx> #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> @@ -177,15 +177,18 @@ #include <basegfx/range/b2drange.hxx> #include <basegfx/range/b3drange.hxx> #include <basegfx/range/basicrange.hxx> +#include <basegfx/tuple/b2dtuple.hxx> +#include <basegfx/tuple/b2ituple.hxx> #include <basegfx/tuple/b3dtuple.hxx> +#include <basegfx/utils/common.hxx> #include <basegfx/vector/b2dsize.hxx> #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2enums.hxx> +#include <basegfx/vector/b2ivector.hxx> #include <basegfx/vector/b3dvector.hxx> #include <basic/basicdllapi.h> #include <basic/sbxcore.hxx> #include <basic/sbxdef.hxx> -#include <basic/sbxvar.hxx> #include <com/sun/star/awt/Key.hpp> #include <com/sun/star/awt/KeyGroup.hpp> #include <com/sun/star/awt/XBitmap.hpp> @@ -197,6 +200,7 @@ #include <com/sun/star/beans/XFastPropertySet.hpp> #include <com/sun/star/beans/XMultiPropertySet.hpp> #include <com/sun/star/beans/XPropertiesChangeListener.hpp> +#include <com/sun/star/beans/XPropertyChangeListener.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySetInfo.hpp> #include <com/sun/star/beans/XPropertySetOption.hpp> @@ -226,11 +230,11 @@ #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XStatusListener.hpp> #include <com/sun/star/frame/XTerminateListener.hpp> -#include <com/sun/star/frame/XToolbarController.hpp> #include <com/sun/star/graphic/XGraphic.hpp> #include <com/sun/star/graphic/XPrimitive2D.hpp> #include <com/sun/star/graphic/XPrimitive3D.hpp> #include <com/sun/star/i18n/Calendar2.hpp> +#include <com/sun/star/i18n/CharacterIteratorMode.hpp> #include <com/sun/star/i18n/WordType.hpp> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/EventObject.hpp> @@ -239,13 +243,11 @@ #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/XEventListener.hpp> #include <com/sun/star/lang/XInitialization.hpp> -#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> -#include <com/sun/star/sdb/CommandType.hpp> -#include <com/sun/star/sdbc/DataType.hpp> #include <com/sun/star/style/NumberingType.hpp> +#include <com/sun/star/text/textfield/Type.hpp> #include <com/sun/star/uno/Any.h> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Exception.hpp> @@ -267,10 +269,8 @@ #include <com/sun/star/util/DateTime.hpp> #include <com/sun/star/util/Time.hpp> #include <com/sun/star/util/XAccounting.hpp> -#include <com/sun/star/util/XUpdatable.hpp> #include <com/sun/star/xml/sax/XFastAttributeList.hpp> #include <comphelper/broadcasthelper.hxx> -#include <comphelper/classids.hxx> #include <comphelper/comphelperdllapi.h> #include <comphelper/interfacecontainer2.hxx> #include <comphelper/lok.hxx> @@ -299,29 +299,32 @@ #include <cppuhelper/implbase_ex_post.hxx> #include <cppuhelper/implbase_ex_pre.hxx> #include <cppuhelper/interfacecontainer.h> -#include <cppuhelper/interfacecontainer.hxx> #include <cppuhelper/propshlp.hxx> #include <cppuhelper/supportsservice.hxx> -#include <cppuhelper/typeprovider.hxx> #include <cppuhelper/weak.hxx> #include <cppuhelper/weakagg.hxx> #include <cppuhelper/weakref.hxx> #include <drawinglayer/attribute/fillgradientattribute.hxx> +#include <drawinglayer/attribute/fillgraphicattribute.hxx> +#include <drawinglayer/attribute/fillhatchattribute.hxx> +#include <drawinglayer/attribute/lineattribute.hxx> #include <drawinglayer/attribute/sdrallattribute3d.hxx> #include <drawinglayer/attribute/sdrfillattribute.hxx> #include <drawinglayer/attribute/sdrlineattribute.hxx> #include <drawinglayer/attribute/sdrlinestartendattribute.hxx> #include <drawinglayer/attribute/sdrobjectattribute3d.hxx> #include <drawinglayer/attribute/sdrshadowattribute.hxx> +#include <drawinglayer/attribute/strokeattribute.hxx> #include <drawinglayer/drawinglayerdllapi.h> #include <drawinglayer/geometry/viewinformation2d.hxx> #include <drawinglayer/primitive2d/CommonTypes.hxx> +#include <drawinglayer/primitive2d/PolyPolygonColorPrimitive2D.hxx> #include <drawinglayer/primitive2d/Primitive2DContainer.hxx> #include <drawinglayer/primitive2d/Primitive2DVisitor.hxx> #include <drawinglayer/primitive2d/baseprimitive2d.hxx> #include <drawinglayer/primitive2d/groupprimitive2d.hxx> #include <drawinglayer/primitive2d/polygonprimitive2d.hxx> -#include <drawinglayer/primitive2d/polypolygonprimitive2d.hxx> +#include <drawinglayer/primitive2d/primitivetools2d.hxx> #include <drawinglayer/primitive2d/sdrdecompositiontools2d.hxx> #include <drawinglayer/primitive2d/transformprimitive2d.hxx> #include <drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx> @@ -329,28 +332,21 @@ #include <drawinglayer/primitive3d/sdrextrudelathetools3d.hxx> #include <drawinglayer/processor2d/baseprocessor2d.hxx> #include <drawinglayer/processor2d/processor2dtools.hxx> -#include <editeng/adjustitem.hxx> -#include <editeng/boxitem.hxx> #include <editeng/colritem.hxx> #include <editeng/editdata.hxx> -#include <editeng/editeng.hxx> #include <editeng/editengdllapi.h> #include <editeng/editobj.hxx> #include <editeng/editstat.hxx> +#include <editeng/eedata.hxx> #include <editeng/eeitem.hxx> -#include <editeng/fhgtitem.hxx> #include <editeng/flditem.hxx> -#include <editeng/fontitem.hxx> -#include <editeng/outliner.hxx> #include <editeng/outlobj.hxx> #include <editeng/svxenum.hxx> -#include <editeng/writingmodeitem.hxx> #include <i18nlangtag/i18nlangtagdllapi.h> #include <i18nlangtag/lang.h> #include <libxml/xmlwriter.h> #include <o3tl/cow_wrapper.hxx> #include <o3tl/deleter.hxx> -#include <optional> #include <o3tl/safeint.hxx> #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> @@ -361,12 +357,9 @@ #include <salhelper/thread.hxx> #include <sax/fastattribs.hxx> #include <sax/saxdllapi.h> -#include <sfx2/app.hxx> #include <sfx2/basedlgs.hxx> -#include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/dllapi.h> -#include <sfx2/docfile.hxx> #include <sfx2/objsh.hxx> #include <sfx2/shell.hxx> #include <sfx2/viewfrm.hxx> @@ -374,23 +367,24 @@ #include <sot/exchange.hxx> #include <sot/formats.hxx> #include <sot/sotdllapi.h> -#include <sot/storage.hxx> #include <svl/SfxBroadcaster.hxx> +#include <svl/cenumitm.hxx> +#include <svl/cintitem.hxx> #include <svl/eitem.hxx> #include <svl/hint.hxx> #include <svl/intitem.hxx> -#include <svl/itemiter.hxx> #include <svl/itempool.hxx> #include <svl/itemset.hxx> #include <svl/languageoptions.hxx> #include <svl/lstner.hxx> #include <svl/poolitem.hxx> -#include <svl/stritem.hxx> #include <svl/style.hxx> #include <svl/svldllapi.h> #include <svl/typedwhich.hxx> +#include <svl/undo.hxx> #include <svl/whiter.hxx> #include <svtools/colorcfg.hxx> +#include <svtools/optionsdrawinglayer.hxx> #include <svtools/svtdllapi.h> #include <svtools/valueset.hxx> #include <toolkit/helper/vclunohelper.hxx> @@ -406,6 +400,7 @@ #include <tools/gen.hxx> #include <tools/globname.hxx> #include <tools/helpers.hxx> +#include <tools/lineend.hxx> #include <tools/link.hxx> #include <tools/mapunit.hxx> #include <tools/ref.hxx> @@ -418,7 +413,6 @@ #include <typelib/typeclass.h> #include <typelib/typedescription.h> #include <typelib/uik.h> -#include <ucbhelper/content.hxx> #include <uno/any2.h> #include <uno/data.h> #include <uno/sequence2.h> @@ -426,9 +420,7 @@ #include <unotools/configmgr.hxx> #include <unotools/localedatawrapper.hxx> #include <unotools/options.hxx> -#include <unotools/pathoptions.hxx> #include <unotools/resmgr.hxx> -#include <unotools/streamwrap.hxx> #include <unotools/syslocale.hxx> #include <unotools/ucbstreamhelper.hxx> #include <unotools/unotoolsdllapi.h> @@ -442,11 +434,9 @@ #include <fmpgeimp.hxx> #include <fmprop.hxx> #include <fmservs.hxx> -#include <fmshimp.hxx> #include <fmundo.hxx> #include <svx/dialmgr.hxx> #include <svx/e3dsceneupdater.hxx> -#include <svx/fmglob.hxx> #include <svx/fmmodel.hxx> #include <svx/fmpage.hxx> #include <svx/fmshell.hxx> @@ -460,21 +450,19 @@ #include <svx/lathe3d.hxx> #include <svx/obj3d.hxx> #include <svx/scene3d.hxx> -#include <svx/sdasitm.hxx> #include <svx/sdmetitm.hxx> #include <svx/sdooitm.hxx> #include <svx/sdr/animation/scheduler.hxx> #include <svx/sdr/contact/displayinfo.hxx> #include <svx/sdr/contact/objectcontact.hxx> -#include <svx/sdr/contact/objectcontactofpageview.hxx> #include <svx/sdr/contact/viewcontact.hxx> #include <svx/sdr/contact/viewcontactofe3dscene.hxx> #include <svx/sdr/contact/viewobjectcontact.hxx> #include <svx/sdr/overlay/overlaymanager.hxx> #include <svx/sdr/overlay/overlayobject.hxx> -#include <svx/sdr/overlay/overlaypolypolygon.hxx> #include <svx/sdr/primitive2d/svx_primitivetypes2d.hxx> #include <svx/sdrhittesthelper.hxx> +#include <svx/sdrobjectuser.hxx> #include <svx/sdrpagewindow.hxx> #include <svx/sdrpaintwindow.hxx> #include <svx/sdtfchim.hxx> @@ -485,34 +473,36 @@ #include <svx/svdedtv.hxx> #include <svx/svdetc.hxx> #include <svx/svdhdl.hxx> +#include <svx/svdhlpln.hxx> #include <svx/svditer.hxx> +#include <svx/svdlayer.hxx> +#include <svx/svdmark.hxx> #include <svx/svdmodel.hxx> #include <svx/svdmrkv.hxx> #include <svx/svdoashp.hxx> #include <svx/svdobj.hxx> #include <svx/svdocapt.hxx> -#include <svx/svdocirc.hxx> #include <svx/svdoedge.hxx> #include <svx/svdograf.hxx> #include <svx/svdogrp.hxx> -#include <svx/svdomeas.hxx> #include <svx/svdoole2.hxx> -#include <svx/svdopage.hxx> #include <svx/svdopath.hxx> #include <svx/svdorect.hxx> #include <svx/svdotable.hxx> #include <svx/svdotext.hxx> #include <svx/svdouno.hxx> #include <svx/svdoutl.hxx> -#include <svx/svdovirt.hxx> #include <svx/svdpage.hxx> #include <svx/svdpagv.hxx> +#include <svx/svdpntv.hxx> #include <svx/svdpoev.hxx> #include <svx/svdpool.hxx> +#include <svx/svdsnpv.hxx> +#include <svx/svdsob.hxx> #include <svx/svdtrans.hxx> +#include <svx/svdtypes.hxx> #include <svx/svdundo.hxx> #include <svx/svdview.hxx> -#include <svx/svdviter.hxx> #include <svx/svx3ditems.hxx> #include <svx/svxdlg.hxx> #include <svx/svxdllapi.h> @@ -532,23 +522,18 @@ #include <svx/xflgrit.hxx> #include <svx/xflhtit.hxx> #include <svx/xfltrit.hxx> -#include <svx/xgrad.hxx> #include <svx/xlineit0.hxx> -#include <svx/xlinjoit.hxx> #include <svx/xlnclit.hxx> #include <svx/xlndsit.hxx> -#include <svx/xlnedcit.hxx> #include <svx/xlnedit.hxx> #include <svx/xlnedwit.hxx> -#include <svx/xlnstcit.hxx> #include <svx/xlnstit.hxx> #include <svx/xlnstwit.hxx> #include <svx/xlntrit.hxx> #include <svx/xlnwtit.hxx> #include <svx/xpoly.hxx> -#include <svx/xpool.hxx> #include <svx/xtable.hxx> -#include <svx/xtextit0.hxx> +#include <tablemodel.hxx> #endif // PCH_LEVEL >= 4 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |