fd3888c69a
need to move it, because modules "below" vcl want to use the debug output method Change-Id: Ibcaf4089a1e0b3fcc0b5189c7ebf1aae90f50b48 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139791 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
334 lines
12 KiB
C++
334 lines
12 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).
|
|
|
|
Generated on 2021-09-12 11:51:16 using:
|
|
./bin/update_pch chart2 chartcore --cutoff=3 --exclude:system --exclude:module --include:local
|
|
|
|
If after updating build fails, use the following command to locate conflicting headers:
|
|
./bin/update_pch_bisect ./chart2/inc/pch/precompiled_chartcore.hxx "make chart2.build" --find-conflicts
|
|
*/
|
|
|
|
#include <sal/config.h>
|
|
#if PCH_LEVEL >= 1
|
|
#include <algorithm>
|
|
#include <cassert>
|
|
#include <cmath>
|
|
#include <cstddef>
|
|
#include <cstdlib>
|
|
#include <functional>
|
|
#include <iterator>
|
|
#include <limits>
|
|
#include <map>
|
|
#include <memory>
|
|
#include <new>
|
|
#include <optional>
|
|
#include <ostream>
|
|
#include <set>
|
|
#include <string_view>
|
|
#include <type_traits>
|
|
#include <unordered_map>
|
|
#include <unordered_set>
|
|
#include <utility>
|
|
#include <vector>
|
|
#include <boost/property_tree/ptree_fwd.hpp>
|
|
#endif // PCH_LEVEL >= 1
|
|
#if PCH_LEVEL >= 2
|
|
#include <osl/conditn.hxx>
|
|
#include <osl/diagnose.h>
|
|
#include <osl/doublecheckedlocking.h>
|
|
#include <osl/getglobalmutex.hxx>
|
|
#include <osl/mutex.h>
|
|
#include <osl/mutex.hxx>
|
|
#include <rtl/alloc.h>
|
|
#include <rtl/character.hxx>
|
|
#include <rtl/instance.hxx>
|
|
#include <rtl/locale.h>
|
|
#include <rtl/math.h>
|
|
#include <rtl/math.hxx>
|
|
#include <rtl/ref.hxx>
|
|
#include <rtl/string.hxx>
|
|
#include <rtl/stringconcat.hxx>
|
|
#include <rtl/stringutils.hxx>
|
|
#include <rtl/textenc.h>
|
|
#include <rtl/ustrbuf.hxx>
|
|
#include <rtl/ustring.h>
|
|
#include <rtl/ustring.hxx>
|
|
#include <rtl/uuid.h>
|
|
#include <sal/log.hxx>
|
|
#include <sal/macros.h>
|
|
#include <sal/types.h>
|
|
#include <vcl/bitmap.hxx>
|
|
#include <vcl/cairo.hxx>
|
|
#include <vcl/devicecoordinate.hxx>
|
|
#include <vcl/dllapi.h>
|
|
#include <comphelper/errcode.hxx>
|
|
#include <vcl/font.hxx>
|
|
#include <vcl/mapmod.hxx>
|
|
#include <vcl/metaactiontypes.hxx>
|
|
#include <vcl/outdev.hxx>
|
|
#include <vcl/region.hxx>
|
|
#include <vcl/rendercontext/AddFontSubstituteFlags.hxx>
|
|
#include <vcl/rendercontext/AntialiasingFlags.hxx>
|
|
#include <vcl/rendercontext/DrawGridFlags.hxx>
|
|
#include <vcl/rendercontext/DrawImageFlags.hxx>
|
|
#include <vcl/rendercontext/DrawModeFlags.hxx>
|
|
#include <vcl/rendercontext/DrawTextFlags.hxx>
|
|
#include <vcl/rendercontext/GetDefaultFontFlags.hxx>
|
|
#include <vcl/rendercontext/ImplMapRes.hxx>
|
|
#include <vcl/rendercontext/InvertFlags.hxx>
|
|
#include <vcl/rendercontext/RasterOp.hxx>
|
|
#include <vcl/rendercontext/SalLayoutFlags.hxx>
|
|
#include <vcl/rendercontext/State.hxx>
|
|
#include <vcl/rendercontext/SystemTextColorFlags.hxx>
|
|
#include <vcl/salnativewidgets.hxx>
|
|
#include <vcl/settings.hxx>
|
|
#include <vcl/svapp.hxx>
|
|
#include <vcl/vclreferencebase.hxx>
|
|
#include <vcl/wall.hxx>
|
|
#endif // PCH_LEVEL >= 2
|
|
#if PCH_LEVEL >= 3
|
|
#include <basegfx/basegfxdllapi.h>
|
|
#include <basegfx/numeric/ftools.hxx>
|
|
#include <basegfx/polygon/b2dpolygon.hxx>
|
|
#include <basegfx/polygon/b2dpolypolygon.hxx>
|
|
#include <basegfx/range/b2drange.hxx>
|
|
#include <basegfx/tuple/b2dtuple.hxx>
|
|
#include <basegfx/tuple/b2ituple.hxx>
|
|
#include <basegfx/vector/b2enums.hxx>
|
|
#include <basegfx/vector/b2ivector.hxx>
|
|
#include <chartview/DrawModelWrapper.hxx>
|
|
#include <com/sun/star/awt/DeviceInfo.hpp>
|
|
#include <com/sun/star/awt/Point.hpp>
|
|
#include <com/sun/star/awt/Size.hpp>
|
|
#include <com/sun/star/beans/PropertyAttribute.hpp>
|
|
#include <com/sun/star/beans/PropertyState.hpp>
|
|
#include <com/sun/star/beans/XFastPropertySet.hpp>
|
|
#include <com/sun/star/beans/XMultiPropertySet.hpp>
|
|
#include <com/sun/star/beans/XMultiPropertyStates.hpp>
|
|
#include <com/sun/star/beans/XPropertySet.hpp>
|
|
#include <com/sun/star/beans/XPropertySetOption.hpp>
|
|
#include <com/sun/star/beans/XPropertyState.hpp>
|
|
#include <com/sun/star/chart/ChartAxisPosition.hpp>
|
|
#include <com/sun/star/chart/ChartDataRowSource.hpp>
|
|
#include <com/sun/star/chart/ChartLegendExpansion.hpp>
|
|
#include <com/sun/star/chart/DataLabelPlacement.hpp>
|
|
#include <com/sun/star/chart/ErrorBarStyle.hpp>
|
|
#include <com/sun/star/chart/MissingValueTreatment.hpp>
|
|
#include <com/sun/star/chart/TimeUnit.hpp>
|
|
#include <com/sun/star/chart2/AxisType.hpp>
|
|
#include <com/sun/star/chart2/CurveStyle.hpp>
|
|
#include <com/sun/star/chart2/DataPointGeometry3D.hpp>
|
|
#include <com/sun/star/chart2/DataPointLabel.hpp>
|
|
#include <com/sun/star/chart2/LegendPosition.hpp>
|
|
#include <com/sun/star/chart2/MovingAverageType.hpp>
|
|
#include <com/sun/star/chart2/RelativePosition.hpp>
|
|
#include <com/sun/star/chart2/RelativeSize.hpp>
|
|
#include <com/sun/star/chart2/StackingDirection.hpp>
|
|
#include <com/sun/star/chart2/Symbol.hpp>
|
|
#include <com/sun/star/chart2/SymbolStyle.hpp>
|
|
#include <com/sun/star/chart2/XAxis.hpp>
|
|
#include <com/sun/star/chart2/XChartDocument.hpp>
|
|
#include <com/sun/star/chart2/XChartTypeContainer.hpp>
|
|
#include <com/sun/star/chart2/XCoordinateSystem.hpp>
|
|
#include <com/sun/star/chart2/XCoordinateSystemContainer.hpp>
|
|
#include <com/sun/star/chart2/XDataSeries.hpp>
|
|
#include <com/sun/star/chart2/XDataSeriesContainer.hpp>
|
|
#include <com/sun/star/chart2/XRegressionCurveCalculator.hpp>
|
|
#include <com/sun/star/chart2/XRegressionCurveContainer.hpp>
|
|
#include <com/sun/star/chart2/data/XDataSequence.hpp>
|
|
#include <com/sun/star/chart2/data/XDataSink.hpp>
|
|
#include <com/sun/star/chart2/data/XDataSource.hpp>
|
|
#include <com/sun/star/chart2/data/XNumericalDataSequence.hpp>
|
|
#include <com/sun/star/chart2/data/XPivotTableDataProvider.hpp>
|
|
#include <com/sun/star/chart2/data/XTextualDataSequence.hpp>
|
|
#include <com/sun/star/container/NoSuchElementException.hpp>
|
|
#include <com/sun/star/container/XChild.hpp>
|
|
#include <com/sun/star/container/XNameContainer.hpp>
|
|
#include <com/sun/star/drawing/BitmapMode.hpp>
|
|
#include <com/sun/star/drawing/Direction3D.hpp>
|
|
#include <com/sun/star/drawing/DoubleSequence.hpp>
|
|
#include <com/sun/star/drawing/FillStyle.hpp>
|
|
#include <com/sun/star/drawing/HomogenMatrix.hpp>
|
|
#include <com/sun/star/drawing/LineCap.hpp>
|
|
#include <com/sun/star/drawing/LineJoint.hpp>
|
|
#include <com/sun/star/drawing/LineStyle.hpp>
|
|
#include <com/sun/star/drawing/PolyPolygonShape3D.hpp>
|
|
#include <com/sun/star/drawing/Position3D.hpp>
|
|
#include <com/sun/star/drawing/RectanglePoint.hpp>
|
|
#include <com/sun/star/drawing/TextHorizontalAdjust.hpp>
|
|
#include <com/sun/star/drawing/TextVerticalAdjust.hpp>
|
|
#include <com/sun/star/drawing/XDrawPage.hpp>
|
|
#include <com/sun/star/drawing/XShape.hpp>
|
|
#include <com/sun/star/drawing/XShapes.hpp>
|
|
#include <com/sun/star/embed/Aspects.hpp>
|
|
#include <com/sun/star/embed/XStorage.hpp>
|
|
#include <com/sun/star/frame/XModel.hpp>
|
|
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
|
|
#include <com/sun/star/lang/Locale.hpp>
|
|
#include <com/sun/star/lang/XComponent.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/XServiceName.hpp>
|
|
#include <com/sun/star/lang/XTypeProvider.hpp>
|
|
#include <com/sun/star/lang/XUnoTunnel.hpp>
|
|
#include <com/sun/star/style/ParagraphAdjust.hpp>
|
|
#include <com/sun/star/style/XStyleSupplier.hpp>
|
|
#include <com/sun/star/text/WritingMode2.hpp>
|
|
#include <com/sun/star/uno/Any.h>
|
|
#include <com/sun/star/uno/Any.hxx>
|
|
#include <com/sun/star/uno/Reference.h>
|
|
#include <com/sun/star/uno/Reference.hxx>
|
|
#include <com/sun/star/uno/RuntimeException.hpp>
|
|
#include <com/sun/star/uno/Sequence.h>
|
|
#include <com/sun/star/uno/Sequence.hxx>
|
|
#include <com/sun/star/uno/Type.h>
|
|
#include <com/sun/star/uno/XComponentContext.hpp>
|
|
#include <com/sun/star/uno/XInterface.hpp>
|
|
#include <com/sun/star/util/CloseVetoException.hpp>
|
|
#include <com/sun/star/util/XCloneable.hpp>
|
|
#include <com/sun/star/util/XModifyBroadcaster.hpp>
|
|
#include <com/sun/star/util/XModifyListener.hpp>
|
|
#include <com/sun/star/view/XSelectionChangeListener.hpp>
|
|
#include <com/sun/star/view/XSelectionSupplier.hpp>
|
|
#include <comphelper/comphelperdllapi.h>
|
|
#include <comphelper/processfactory.hxx>
|
|
#include <comphelper/property.hxx>
|
|
#include <comphelper/sequence.hxx>
|
|
#include <comphelper/servicehelper.hxx>
|
|
#include <comphelper/uno3.hxx>
|
|
#include <cppu/cppudllapi.h>
|
|
#include <cppuhelper/compbase.hxx>
|
|
#include <cppuhelper/compbase_ex.hxx>
|
|
#include <cppuhelper/cppuhelperdllapi.h>
|
|
#include <cppuhelper/implbase.hxx>
|
|
#include <cppuhelper/implbase_ex.hxx>
|
|
#include <cppuhelper/interfacecontainer.h>
|
|
#include <cppuhelper/propshlp.hxx>
|
|
#include <cppuhelper/supportsservice.hxx>
|
|
#include <cppuhelper/weak.hxx>
|
|
#include <cppuhelper/weakref.hxx>
|
|
#include <editeng/editengdllapi.h>
|
|
#include <editeng/unoprnms.hxx>
|
|
#include <i18nlangtag/i18nlangtagdllapi.h>
|
|
#include <i18nlangtag/lang.h>
|
|
#include <libxml/xmlwriter.h>
|
|
#include <o3tl/cow_wrapper.hxx>
|
|
#include <o3tl/typed_flags_set.hxx>
|
|
#include <officecfg/Office/Compatibility.hxx>
|
|
#include <salhelper/simplereferenceobject.hxx>
|
|
#include <svl/cenumitm.hxx>
|
|
#include <svl/cintitem.hxx>
|
|
#include <svl/eitem.hxx>
|
|
#include <svl/intitem.hxx>
|
|
#include <svl/itemset.hxx>
|
|
#include <svl/lstner.hxx>
|
|
#include <svl/numformat.hxx>
|
|
#include <svl/poolitem.hxx>
|
|
#include <svl/svldllapi.h>
|
|
#include <svl/typedwhich.hxx>
|
|
#include <svl/zforlist.hxx>
|
|
#include <svx/svdobj.hxx>
|
|
#include <svx/svdobjkind.hxx>
|
|
#include <svx/svdtypes.hxx>
|
|
#include <svx/svxdllapi.h>
|
|
#include <svx/unoshape.hxx>
|
|
#include <tools/UnitConversion.hxx>
|
|
#include <tools/color.hxx>
|
|
#include <tools/date.hxx>
|
|
#include <tools/degree.hxx>
|
|
#include <comphelper/diagnose_ex.hxx>
|
|
#include <tools/gen.hxx>
|
|
#include <tools/helpers.hxx>
|
|
#include <tools/lineend.hxx>
|
|
#include <tools/link.hxx>
|
|
#include <tools/long.hxx>
|
|
#include <tools/poly.hxx>
|
|
#include <tools/ref.hxx>
|
|
#include <tools/solar.h>
|
|
#include <tools/toolsdllapi.h>
|
|
#include <tools/weakbase.h>
|
|
#include <unotools/fontdefs.hxx>
|
|
#include <unotools/options.hxx>
|
|
#include <unotools/resmgr.hxx>
|
|
#include <unotools/saveopt.hxx>
|
|
#include <unotools/unotoolsdllapi.h>
|
|
#endif // PCH_LEVEL >= 3
|
|
#if PCH_LEVEL >= 4
|
|
#include <AxisHelper.hxx>
|
|
#include <AxisIndexDefines.hxx>
|
|
#include <BaseGFXHelper.hxx>
|
|
#include <CartesianCoordinateSystem.hxx>
|
|
#include <CharacterProperties.hxx>
|
|
#include <ChartModel.hxx>
|
|
#include <ChartModelHelper.hxx>
|
|
#include <ChartTypeHelper.hxx>
|
|
#include <ChartViewHelper.hxx>
|
|
#include <Clipping.hxx>
|
|
#include <CloneHelper.hxx>
|
|
#include <CommonConverters.hxx>
|
|
#include <CommonFunctors.hxx>
|
|
#include <ControllerLockGuard.hxx>
|
|
#include <DataSeries.hxx>
|
|
#include <DataSeriesHelper.hxx>
|
|
#include <DataSource.hxx>
|
|
#include <DataSourceHelper.hxx>
|
|
#include <DateHelper.hxx>
|
|
#include <DiagramHelper.hxx>
|
|
#include <EventListenerHelper.hxx>
|
|
#include <ExplicitCategoriesProvider.hxx>
|
|
#include <FillProperties.hxx>
|
|
#include <LabelPositionHelper.hxx>
|
|
#include <LabeledDataSequence.hxx>
|
|
#include <LegendEntryProvider.hxx>
|
|
#include <LinePropertiesHelper.hxx>
|
|
#include <MediaDescriptorHelper.hxx>
|
|
#include <MinimumAndMaximumSupplier.hxx>
|
|
#include <ModifyListenerHelper.hxx>
|
|
#include <NumberFormatterWrapper.hxx>
|
|
#include <OPropertySet.hxx>
|
|
#include <ObjectIdentifier.hxx>
|
|
#include <PlottingPositionHelper.hxx>
|
|
#include <PolarCoordinateSystem.hxx>
|
|
#include <PolarLabelPositionHelper.hxx>
|
|
#include <PropertyHelper.hxx>
|
|
#include <PropertyMapper.hxx>
|
|
#include <ReferenceSizeProvider.hxx>
|
|
#include <RegressionCalculationHelper.hxx>
|
|
#include <RegressionCurveCalculator.hxx>
|
|
#include <RegressionCurveHelper.hxx>
|
|
#include <RelativePositionHelper.hxx>
|
|
#include <RelativeSizeHelper.hxx>
|
|
#include <ResId.hxx>
|
|
#include <ScaleAutomatism.hxx>
|
|
#include <ShapeFactory.hxx>
|
|
#include <SpecialCharacters.hxx>
|
|
#include <Stripe.hxx>
|
|
#include <ThreeDHelper.hxx>
|
|
#include <TitleHelper.hxx>
|
|
#include <UserDefinedProperties.hxx>
|
|
#include <VLineProperties.hxx>
|
|
#include <ViewDefines.hxx>
|
|
#include <WeakListenerAdapter.hxx>
|
|
#include <WrappedProperty.hxx>
|
|
#include <charttoolsdllapi.hxx>
|
|
#include <defines.hxx>
|
|
#include <servicenames.hxx>
|
|
#include <servicenames_charttypes.hxx>
|
|
#include <servicenames_coosystems.hxx>
|
|
#include <unonames.hxx>
|
|
#endif // PCH_LEVEL >= 4
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|