diff options
Diffstat (limited to 'chart2/source/view')
82 files changed, 338 insertions, 338 deletions
diff --git a/chart2/source/view/axes/DateHelper.cxx b/chart2/source/view/axes/DateHelper.cxx index f90ac57e7c5d..046760436acd 100644 --- a/chart2/source/view/axes/DateHelper.cxx +++ b/chart2/source/view/axes/DateHelper.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "DateHelper.hxx" +#include <DateHelper.hxx> #include "DateScaling.hxx" #include <rtl/math.hxx> #include <com/sun/star/chart/TimeUnit.hpp> diff --git a/chart2/source/view/axes/DateScaling.cxx b/chart2/source/view/axes/DateScaling.cxx index 663e55e1e386..28b66633628d 100644 --- a/chart2/source/view/axes/DateScaling.cxx +++ b/chart2/source/view/axes/DateScaling.cxx @@ -20,7 +20,7 @@ #include "DateScaling.hxx" #include <com/sun/star/chart/TimeUnit.hpp> #include <rtl/math.hxx> -#include "com/sun/star/uno/RuntimeException.hpp" +#include <com/sun/star/uno/RuntimeException.hpp> #include <cppuhelper/supportsservice.hxx> namespace diff --git a/chart2/source/view/axes/MinimumAndMaximumSupplier.cxx b/chart2/source/view/axes/MinimumAndMaximumSupplier.cxx index 1b65e96fa9bf..7edca0d166b4 100644 --- a/chart2/source/view/axes/MinimumAndMaximumSupplier.cxx +++ b/chart2/source/view/axes/MinimumAndMaximumSupplier.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "MinimumAndMaximumSupplier.hxx" +#include <MinimumAndMaximumSupplier.hxx> #include <com/sun/star/chart/TimeUnit.hpp> diff --git a/chart2/source/view/axes/ScaleAutomatism.cxx b/chart2/source/view/axes/ScaleAutomatism.cxx index f712ecf33f91..da1b1b50acfd 100644 --- a/chart2/source/view/axes/ScaleAutomatism.cxx +++ b/chart2/source/view/axes/ScaleAutomatism.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ScaleAutomatism.hxx" -#include "macros.hxx" +#include <ScaleAutomatism.hxx> +#include <macros.hxx> #include "Tickmarks_Equidistant.hxx" -#include "DateHelper.hxx" +#include <DateHelper.hxx> #include "DateScaling.hxx" -#include "AxisHelper.hxx" +#include <AxisHelper.hxx> #include <com/sun/star/chart/TimeUnit.hpp> #include <rtl/math.hxx> diff --git a/chart2/source/view/axes/TickmarkProperties.hxx b/chart2/source/view/axes/TickmarkProperties.hxx index 610e2fe2d474..07dc623995e5 100644 --- a/chart2/source/view/axes/TickmarkProperties.hxx +++ b/chart2/source/view/axes/TickmarkProperties.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_CHART2_SOURCE_VIEW_AXES_TICKMARKPROPERTIES_HXX #define INCLUDED_CHART2_SOURCE_VIEW_AXES_TICKMARKPROPERTIES_HXX -#include "VLineProperties.hxx" +#include <VLineProperties.hxx> namespace chart { diff --git a/chart2/source/view/axes/Tickmarks.cxx b/chart2/source/view/axes/Tickmarks.cxx index 60a8d4bcf167..95f967b3b215 100644 --- a/chart2/source/view/axes/Tickmarks.cxx +++ b/chart2/source/view/axes/Tickmarks.cxx @@ -20,7 +20,7 @@ #include "Tickmarks.hxx" #include "Tickmarks_Equidistant.hxx" #include "Tickmarks_Dates.hxx" -#include "ViewDefines.hxx" +#include <ViewDefines.hxx> #include <rtl/math.hxx> using namespace ::com::sun::star; diff --git a/chart2/source/view/axes/Tickmarks.hxx b/chart2/source/view/axes/Tickmarks.hxx index ac5f4828baba..c1bf88f590f1 100644 --- a/chart2/source/view/axes/Tickmarks.hxx +++ b/chart2/source/view/axes/Tickmarks.hxx @@ -21,7 +21,7 @@ #include "TickmarkProperties.hxx" #include "VAxisProperties.hxx" -#include "chartview/ExplicitScaleValues.hxx" +#include <chartview/ExplicitScaleValues.hxx> #include <basegfx/vector/b2dvector.hxx> #include <com/sun/star/drawing/PointSequenceSequence.hpp> #include <com/sun/star/drawing/XShape.hpp> diff --git a/chart2/source/view/axes/Tickmarks_Dates.cxx b/chart2/source/view/axes/Tickmarks_Dates.cxx index 2b14d86a4bc2..d1daac59ebfe 100644 --- a/chart2/source/view/axes/Tickmarks_Dates.cxx +++ b/chart2/source/view/axes/Tickmarks_Dates.cxx @@ -20,7 +20,7 @@ #include "Tickmarks_Dates.hxx" #include "DateScaling.hxx" #include <rtl/math.hxx> -#include "DateHelper.hxx" +#include <DateHelper.hxx> namespace chart { diff --git a/chart2/source/view/axes/Tickmarks_Equidistant.cxx b/chart2/source/view/axes/Tickmarks_Equidistant.cxx index e22faf768011..dc1342660ea0 100644 --- a/chart2/source/view/axes/Tickmarks_Equidistant.cxx +++ b/chart2/source/view/axes/Tickmarks_Equidistant.cxx @@ -18,7 +18,7 @@ */ #include "Tickmarks_Equidistant.hxx" -#include "ViewDefines.hxx" +#include <ViewDefines.hxx> #include <rtl/math.hxx> #include <limits> diff --git a/chart2/source/view/axes/VAxisBase.cxx b/chart2/source/view/axes/VAxisBase.cxx index 2f48b1c8facf..b6f55029deb8 100644 --- a/chart2/source/view/axes/VAxisBase.cxx +++ b/chart2/source/view/axes/VAxisBase.cxx @@ -18,10 +18,10 @@ */ #include "VAxisBase.hxx" -#include "ShapeFactory.hxx" -#include "CommonConverters.hxx" +#include <ShapeFactory.hxx> +#include <CommonConverters.hxx> #include "Tickmarks.hxx" -#include "macros.hxx" +#include <macros.hxx> #include <memory> diff --git a/chart2/source/view/axes/VAxisOrGridBase.cxx b/chart2/source/view/axes/VAxisOrGridBase.cxx index 52ddc16fdbcf..f11c8a4a20a9 100644 --- a/chart2/source/view/axes/VAxisOrGridBase.cxx +++ b/chart2/source/view/axes/VAxisOrGridBase.cxx @@ -18,8 +18,8 @@ */ #include "VAxisOrGridBase.hxx" -#include "ShapeFactory.hxx" -#include "CommonConverters.hxx" +#include <ShapeFactory.hxx> +#include <CommonConverters.hxx> #include "Tickmarks.hxx" namespace chart diff --git a/chart2/source/view/axes/VAxisOrGridBase.hxx b/chart2/source/view/axes/VAxisOrGridBase.hxx index 44cd5e772a4f..26cca1626bec 100644 --- a/chart2/source/view/axes/VAxisOrGridBase.hxx +++ b/chart2/source/view/axes/VAxisOrGridBase.hxx @@ -19,9 +19,9 @@ #ifndef INCLUDED_CHART2_SOURCE_VIEW_AXES_VAXISORGRIDBASE_HXX #define INCLUDED_CHART2_SOURCE_VIEW_AXES_VAXISORGRIDBASE_HXX -#include "PlotterBase.hxx" -#include "ThreeDHelper.hxx" -#include "chartview/ExplicitScaleValues.hxx" +#include <PlotterBase.hxx> +#include <ThreeDHelper.hxx> +#include <chartview/ExplicitScaleValues.hxx> #include <com/sun/star/drawing/HomogenMatrix.hpp> #include <com/sun/star/drawing/XShapes.hpp> diff --git a/chart2/source/view/axes/VAxisProperties.cxx b/chart2/source/view/axes/VAxisProperties.cxx index c3cdbcde5f97..b5c04232a08f 100644 --- a/chart2/source/view/axes/VAxisProperties.cxx +++ b/chart2/source/view/axes/VAxisProperties.cxx @@ -18,12 +18,12 @@ */ #include "VAxisProperties.hxx" -#include "macros.hxx" -#include "ViewDefines.hxx" -#include "CommonConverters.hxx" -#include "AxisHelper.hxx" -#include "DiagramHelper.hxx" -#include "ChartModelHelper.hxx" +#include <macros.hxx> +#include <ViewDefines.hxx> +#include <CommonConverters.hxx> +#include <AxisHelper.hxx> +#include <DiagramHelper.hxx> +#include <ChartModelHelper.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/chart/ChartAxisArrangeOrderType.hpp> diff --git a/chart2/source/view/axes/VAxisProperties.hxx b/chart2/source/view/axes/VAxisProperties.hxx index 29414cda6bc7..20f648d4fe8d 100644 --- a/chart2/source/view/axes/VAxisProperties.hxx +++ b/chart2/source/view/axes/VAxisProperties.hxx @@ -20,9 +20,9 @@ #define INCLUDED_CHART2_SOURCE_VIEW_AXES_VAXISPROPERTIES_HXX #include "TickmarkProperties.hxx" -#include "PlottingPositionHelper.hxx" -#include "LabelAlignment.hxx" -#include "ExplicitCategoriesProvider.hxx" +#include <PlottingPositionHelper.hxx> +#include <LabelAlignment.hxx> +#include <ExplicitCategoriesProvider.hxx> #include <com/sun/star/chart/ChartAxisLabelPosition.hpp> #include <com/sun/star/chart/ChartAxisMarkPosition.hpp> diff --git a/chart2/source/view/axes/VCartesianAxis.cxx b/chart2/source/view/axes/VCartesianAxis.cxx index d94aef27fd19..c9ec6d564d12 100644 --- a/chart2/source/view/axes/VCartesianAxis.cxx +++ b/chart2/source/view/axes/VCartesianAxis.cxx @@ -18,17 +18,17 @@ */ #include "VCartesianAxis.hxx" -#include "PlottingPositionHelper.hxx" -#include "AbstractShapeFactory.hxx" -#include "CommonConverters.hxx" -#include "macros.hxx" -#include "ViewDefines.hxx" -#include "PropertyMapper.hxx" -#include "NumberFormatterWrapper.hxx" -#include "LabelPositionHelper.hxx" -#include "TrueGuard.hxx" -#include "BaseGFXHelper.hxx" -#include "AxisHelper.hxx" +#include <PlottingPositionHelper.hxx> +#include <AbstractShapeFactory.hxx> +#include <CommonConverters.hxx> +#include <macros.hxx> +#include <ViewDefines.hxx> +#include <PropertyMapper.hxx> +#include <NumberFormatterWrapper.hxx> +#include <LabelPositionHelper.hxx> +#include <TrueGuard.hxx> +#include <BaseGFXHelper.hxx> +#include <AxisHelper.hxx> #include "Tickmarks_Equidistant.hxx" #include <rtl/math.hxx> diff --git a/chart2/source/view/axes/VCartesianCoordinateSystem.cxx b/chart2/source/view/axes/VCartesianCoordinateSystem.cxx index 091d61718a60..8a5850400f4c 100644 --- a/chart2/source/view/axes/VCartesianCoordinateSystem.cxx +++ b/chart2/source/view/axes/VCartesianCoordinateSystem.cxx @@ -20,10 +20,10 @@ #include "VCartesianCoordinateSystem.hxx" #include "VCartesianGrid.hxx" #include "VCartesianAxis.hxx" -#include "macros.hxx" -#include "AxisIndexDefines.hxx" -#include "AxisHelper.hxx" -#include "ChartTypeHelper.hxx" +#include <macros.hxx> +#include <AxisIndexDefines.hxx> +#include <AxisHelper.hxx> +#include <ChartTypeHelper.hxx> #include <cppuhelper/implbase.hxx> namespace chart diff --git a/chart2/source/view/axes/VCartesianCoordinateSystem.hxx b/chart2/source/view/axes/VCartesianCoordinateSystem.hxx index a7da0e2579a9..c61768f5ee5c 100644 --- a/chart2/source/view/axes/VCartesianCoordinateSystem.hxx +++ b/chart2/source/view/axes/VCartesianCoordinateSystem.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_VIEW_AXES_VCARTESIANCOORDINATESYSTEM_HXX #define INCLUDED_CHART2_SOURCE_VIEW_AXES_VCARTESIANCOORDINATESYSTEM_HXX -#include "VCoordinateSystem.hxx" +#include <VCoordinateSystem.hxx> namespace chart { diff --git a/chart2/source/view/axes/VCartesianGrid.cxx b/chart2/source/view/axes/VCartesianGrid.cxx index aa71888bd9f3..6a18e6d730a9 100644 --- a/chart2/source/view/axes/VCartesianGrid.cxx +++ b/chart2/source/view/axes/VCartesianGrid.cxx @@ -19,12 +19,12 @@ #include "VCartesianGrid.hxx" #include "Tickmarks.hxx" -#include "PlottingPositionHelper.hxx" -#include "ShapeFactory.hxx" -#include "ObjectIdentifier.hxx" -#include "macros.hxx" -#include "CommonConverters.hxx" -#include "AxisHelper.hxx" +#include <PlottingPositionHelper.hxx> +#include <ShapeFactory.hxx> +#include <ObjectIdentifier.hxx> +#include <macros.hxx> +#include <CommonConverters.hxx> +#include <AxisHelper.hxx> #include <com/sun/star/drawing/PointSequenceSequence.hpp> #include <com/sun/star/drawing/LineStyle.hpp> diff --git a/chart2/source/view/axes/VCartesianGrid.hxx b/chart2/source/view/axes/VCartesianGrid.hxx index 081fb4bdeb16..de16ee1b8a90 100644 --- a/chart2/source/view/axes/VCartesianGrid.hxx +++ b/chart2/source/view/axes/VCartesianGrid.hxx @@ -20,7 +20,7 @@ #define INCLUDED_CHART2_SOURCE_VIEW_AXES_VCARTESIANGRID_HXX #include "VAxisOrGridBase.hxx" -#include "VLineProperties.hxx" +#include <VLineProperties.hxx> namespace chart { diff --git a/chart2/source/view/axes/VCoordinateSystem.cxx b/chart2/source/view/axes/VCoordinateSystem.cxx index 741516b7159c..2c680b92f47a 100644 --- a/chart2/source/view/axes/VCoordinateSystem.cxx +++ b/chart2/source/view/axes/VCoordinateSystem.cxx @@ -17,24 +17,24 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "VCoordinateSystem.hxx" +#include <VCoordinateSystem.hxx> #include "VCartesianCoordinateSystem.hxx" #include "VPolarCoordinateSystem.hxx" -#include "ScaleAutomatism.hxx" -#include "VSeriesPlotter.hxx" -#include "AbstractShapeFactory.hxx" -#include "servicenames_coosystems.hxx" -#include "macros.hxx" -#include "AxisIndexDefines.hxx" -#include "ObjectIdentifier.hxx" -#include "ExplicitCategoriesProvider.hxx" -#include "AxisHelper.hxx" -#include "ContainerHelper.hxx" +#include <ScaleAutomatism.hxx> +#include <VSeriesPlotter.hxx> +#include <AbstractShapeFactory.hxx> +#include <servicenames_coosystems.hxx> +#include <macros.hxx> +#include <AxisIndexDefines.hxx> +#include <ObjectIdentifier.hxx> +#include <ExplicitCategoriesProvider.hxx> +#include <AxisHelper.hxx> +#include <ContainerHelper.hxx> #include "VAxisBase.hxx" -#include "ViewDefines.hxx" -#include "DataSeriesHelper.hxx" -#include "defines.hxx" -#include "chartview/ExplicitValueProvider.hxx" +#include <ViewDefines.hxx> +#include <DataSeriesHelper.hxx> +#include <defines.hxx> +#include <chartview/ExplicitValueProvider.hxx> #include <com/sun/star/chart2/AxisType.hpp> #include <com/sun/star/chart2/XChartTypeContainer.hpp> #include <com/sun/star/chart2/XDataSeriesContainer.hpp> diff --git a/chart2/source/view/axes/VPolarAngleAxis.cxx b/chart2/source/view/axes/VPolarAngleAxis.cxx index f8796f4a29e0..e263101795c1 100644 --- a/chart2/source/view/axes/VPolarAngleAxis.cxx +++ b/chart2/source/view/axes/VPolarAngleAxis.cxx @@ -21,10 +21,10 @@ #include "VPolarAngleAxis.hxx" #include "VPolarGrid.hxx" -#include "AbstractShapeFactory.hxx" -#include "macros.hxx" -#include "NumberFormatterWrapper.hxx" -#include "PolarLabelPositionHelper.hxx" +#include <AbstractShapeFactory.hxx> +#include <macros.hxx> +#include <NumberFormatterWrapper.hxx> +#include <PolarLabelPositionHelper.hxx> #include <tools/color.hxx> #include <memory> diff --git a/chart2/source/view/axes/VPolarAxis.cxx b/chart2/source/view/axes/VPolarAxis.cxx index b3315f86f1dc..a456f4de3369 100644 --- a/chart2/source/view/axes/VPolarAxis.cxx +++ b/chart2/source/view/axes/VPolarAxis.cxx @@ -20,9 +20,9 @@ #include "VPolarAxis.hxx" #include "VPolarAngleAxis.hxx" #include "VPolarRadiusAxis.hxx" -#include "macros.hxx" +#include <macros.hxx> #include "Tickmarks.hxx" -#include "ShapeFactory.hxx" +#include <ShapeFactory.hxx> namespace chart { diff --git a/chart2/source/view/axes/VPolarCoordinateSystem.cxx b/chart2/source/view/axes/VPolarCoordinateSystem.cxx index 3928b5b07c9f..49eb8763cd12 100644 --- a/chart2/source/view/axes/VPolarCoordinateSystem.cxx +++ b/chart2/source/view/axes/VPolarCoordinateSystem.cxx @@ -20,8 +20,8 @@ #include "VPolarCoordinateSystem.hxx" #include "VPolarGrid.hxx" #include "VPolarAxis.hxx" -#include "AxisIndexDefines.hxx" -#include "AxisHelper.hxx" +#include <AxisIndexDefines.hxx> +#include <AxisHelper.hxx> namespace chart { diff --git a/chart2/source/view/axes/VPolarCoordinateSystem.hxx b/chart2/source/view/axes/VPolarCoordinateSystem.hxx index bc93c717d017..e7941484e23b 100644 --- a/chart2/source/view/axes/VPolarCoordinateSystem.hxx +++ b/chart2/source/view/axes/VPolarCoordinateSystem.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_VIEW_AXES_VPOLARCOORDINATESYSTEM_HXX #define INCLUDED_CHART2_SOURCE_VIEW_AXES_VPOLARCOORDINATESYSTEM_HXX -#include "VCoordinateSystem.hxx" +#include <VCoordinateSystem.hxx> namespace chart { diff --git a/chart2/source/view/axes/VPolarGrid.cxx b/chart2/source/view/axes/VPolarGrid.cxx index 09e0d6a237f2..51b3a12373d5 100644 --- a/chart2/source/view/axes/VPolarGrid.cxx +++ b/chart2/source/view/axes/VPolarGrid.cxx @@ -20,11 +20,11 @@ #include "VPolarGrid.hxx" #include "VCartesianGrid.hxx" #include "Tickmarks.hxx" -#include "PlottingPositionHelper.hxx" -#include "ShapeFactory.hxx" -#include "ObjectIdentifier.hxx" -#include "macros.hxx" -#include "CommonConverters.hxx" +#include <PlottingPositionHelper.hxx> +#include <ShapeFactory.hxx> +#include <ObjectIdentifier.hxx> +#include <macros.hxx> +#include <CommonConverters.hxx> #include "Tickmarks_Equidistant.hxx" #include <com/sun/star/drawing/LineStyle.hpp> diff --git a/chart2/source/view/axes/VPolarGrid.hxx b/chart2/source/view/axes/VPolarGrid.hxx index 4391d7eca335..8f3270853062 100644 --- a/chart2/source/view/axes/VPolarGrid.hxx +++ b/chart2/source/view/axes/VPolarGrid.hxx @@ -21,7 +21,7 @@ #include "VAxisOrGridBase.hxx" #include "Tickmarks.hxx" -#include "VLineProperties.hxx" +#include <VLineProperties.hxx> #include <com/sun/star/drawing/PointSequenceSequence.hpp> #include <memory> diff --git a/chart2/source/view/axes/VPolarRadiusAxis.cxx b/chart2/source/view/axes/VPolarRadiusAxis.cxx index ffc66d3e2842..703cae0129bf 100644 --- a/chart2/source/view/axes/VPolarRadiusAxis.cxx +++ b/chart2/source/view/axes/VPolarRadiusAxis.cxx @@ -19,8 +19,8 @@ #include "VPolarRadiusAxis.hxx" #include "VCartesianAxis.hxx" -#include "PlottingPositionHelper.hxx" -#include "CommonConverters.hxx" +#include <PlottingPositionHelper.hxx> +#include <CommonConverters.hxx> #include "Tickmarks_Equidistant.hxx" #include <rtl/math.hxx> diff --git a/chart2/source/view/charttypes/AreaChart.cxx b/chart2/source/view/charttypes/AreaChart.cxx index 8de84f507d43..951119d817f9 100644 --- a/chart2/source/view/charttypes/AreaChart.cxx +++ b/chart2/source/view/charttypes/AreaChart.cxx @@ -18,18 +18,18 @@ */ #include "AreaChart.hxx" -#include "PlottingPositionHelper.hxx" -#include "AbstractShapeFactory.hxx" -#include "CommonConverters.hxx" -#include "macros.hxx" -#include "ViewDefines.hxx" -#include "ObjectIdentifier.hxx" +#include <PlottingPositionHelper.hxx> +#include <AbstractShapeFactory.hxx> +#include <CommonConverters.hxx> +#include <macros.hxx> +#include <ViewDefines.hxx> +#include <ObjectIdentifier.hxx> #include "Splines.hxx" -#include "ChartTypeHelper.hxx" -#include "LabelPositionHelper.hxx" -#include "Clipping.hxx" -#include "Stripe.hxx" -#include "DateHelper.hxx" +#include <ChartTypeHelper.hxx> +#include <LabelPositionHelper.hxx> +#include <Clipping.hxx> +#include <Stripe.hxx> +#include <DateHelper.hxx> #include <unonames.hxx> #include <com/sun/star/chart2/Symbol.hpp> diff --git a/chart2/source/view/charttypes/AreaChart.hxx b/chart2/source/view/charttypes/AreaChart.hxx index acc133667668..0a471426c9aa 100644 --- a/chart2/source/view/charttypes/AreaChart.hxx +++ b/chart2/source/view/charttypes/AreaChart.hxx @@ -21,7 +21,7 @@ #define INCLUDED_CHART2_SOURCE_VIEW_CHARTTYPES_AREACHART_HXX #include <memory> -#include "VSeriesPlotter.hxx" +#include <VSeriesPlotter.hxx> #include <com/sun/star/chart2/CurveStyle.hpp> namespace chart diff --git a/chart2/source/view/charttypes/BarChart.cxx b/chart2/source/view/charttypes/BarChart.cxx index 85fd8a8bfaa5..06c87d475c25 100644 --- a/chart2/source/view/charttypes/BarChart.cxx +++ b/chart2/source/view/charttypes/BarChart.cxx @@ -18,15 +18,15 @@ */ #include "BarChart.hxx" -#include "ShapeFactory.hxx" -#include "CommonConverters.hxx" -#include "ObjectIdentifier.hxx" -#include "LabelPositionHelper.hxx" +#include <ShapeFactory.hxx> +#include <CommonConverters.hxx> +#include <ObjectIdentifier.hxx> +#include <LabelPositionHelper.hxx> #include "BarPositionHelper.hxx" -#include "macros.hxx" -#include "AxisIndexDefines.hxx" -#include "Clipping.hxx" -#include "DateHelper.hxx" +#include <macros.hxx> +#include <AxisIndexDefines.hxx> +#include <Clipping.hxx> +#include <DateHelper.hxx> #include <com/sun/star/chart/DataLabelPlacement.hpp> diff --git a/chart2/source/view/charttypes/BarChart.hxx b/chart2/source/view/charttypes/BarChart.hxx index da6071802a90..ee028a2cbdb5 100644 --- a/chart2/source/view/charttypes/BarChart.hxx +++ b/chart2/source/view/charttypes/BarChart.hxx @@ -21,7 +21,7 @@ #define INCLUDED_CHART2_SOURCE_VIEW_CHARTTYPES_BARCHART_HXX #include <memory> -#include "VSeriesPlotter.hxx" +#include <VSeriesPlotter.hxx> namespace chart { diff --git a/chart2/source/view/charttypes/BarPositionHelper.cxx b/chart2/source/view/charttypes/BarPositionHelper.cxx index 0036acaef3aa..cd5e215fcb0d 100644 --- a/chart2/source/view/charttypes/BarPositionHelper.cxx +++ b/chart2/source/view/charttypes/BarPositionHelper.cxx @@ -18,10 +18,10 @@ */ #include "BarPositionHelper.hxx" -#include "Linear3DTransformation.hxx" -#include "ViewDefines.hxx" -#include "CommonConverters.hxx" -#include "DateHelper.hxx" +#include <Linear3DTransformation.hxx> +#include <ViewDefines.hxx> +#include <CommonConverters.hxx> +#include <DateHelper.hxx> #include <com/sun/star/chart/TimeUnit.hpp> namespace chart diff --git a/chart2/source/view/charttypes/BarPositionHelper.hxx b/chart2/source/view/charttypes/BarPositionHelper.hxx index 0024e990979c..59f22d3bedde 100644 --- a/chart2/source/view/charttypes/BarPositionHelper.hxx +++ b/chart2/source/view/charttypes/BarPositionHelper.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_CHART2_SOURCE_VIEW_CHARTTYPES_BARPOSITIONHELPER_HXX #define INCLUDED_CHART2_SOURCE_VIEW_CHARTTYPES_BARPOSITIONHELPER_HXX -#include "PlottingPositionHelper.hxx" +#include <PlottingPositionHelper.hxx> #include "CategoryPositionHelper.hxx" namespace chart diff --git a/chart2/source/view/charttypes/BubbleChart.cxx b/chart2/source/view/charttypes/BubbleChart.cxx index 79165ade1ff6..1e65978597c7 100644 --- a/chart2/source/view/charttypes/BubbleChart.cxx +++ b/chart2/source/view/charttypes/BubbleChart.cxx @@ -18,16 +18,16 @@ */ #include "BubbleChart.hxx" -#include "PlottingPositionHelper.hxx" -#include "AbstractShapeFactory.hxx" -#include "CommonConverters.hxx" -#include "macros.hxx" -#include "ViewDefines.hxx" -#include "ObjectIdentifier.hxx" +#include <PlottingPositionHelper.hxx> +#include <AbstractShapeFactory.hxx> +#include <CommonConverters.hxx> +#include <macros.hxx> +#include <ViewDefines.hxx> +#include <ObjectIdentifier.hxx> #include "Splines.hxx" -#include "LabelPositionHelper.hxx" -#include "Clipping.hxx" -#include "Stripe.hxx" +#include <LabelPositionHelper.hxx> +#include <Clipping.hxx> +#include <Stripe.hxx> #include <com/sun/star/chart2/Symbol.hpp> #include <com/sun/star/chart/DataLabelPlacement.hpp> diff --git a/chart2/source/view/charttypes/BubbleChart.hxx b/chart2/source/view/charttypes/BubbleChart.hxx index 80cf1a4be282..b2b28267f675 100644 --- a/chart2/source/view/charttypes/BubbleChart.hxx +++ b/chart2/source/view/charttypes/BubbleChart.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_VIEW_CHARTTYPES_BUBBLECHART_HXX #define INCLUDED_CHART2_SOURCE_VIEW_CHARTTYPES_BUBBLECHART_HXX -#include "VSeriesPlotter.hxx" +#include <VSeriesPlotter.hxx> #include <com/sun/star/drawing/Direction3D.hpp> namespace chart diff --git a/chart2/source/view/charttypes/CandleStickChart.cxx b/chart2/source/view/charttypes/CandleStickChart.cxx index 294629fda718..511169a254a9 100644 --- a/chart2/source/view/charttypes/CandleStickChart.cxx +++ b/chart2/source/view/charttypes/CandleStickChart.cxx @@ -18,16 +18,16 @@ */ #include "CandleStickChart.hxx" -#include "ShapeFactory.hxx" -#include "CommonConverters.hxx" -#include "ObjectIdentifier.hxx" -#include "LabelPositionHelper.hxx" +#include <ShapeFactory.hxx> +#include <CommonConverters.hxx> +#include <ObjectIdentifier.hxx> +#include <LabelPositionHelper.hxx> #include "BarPositionHelper.hxx" -#include "macros.hxx" -#include "VLegendSymbolFactory.hxx" -#include "FormattedStringHelper.hxx" -#include "DataSeriesHelper.hxx" -#include "DateHelper.hxx" +#include <macros.hxx> +#include <VLegendSymbolFactory.hxx> +#include <FormattedStringHelper.hxx> +#include <DataSeriesHelper.hxx> +#include <DateHelper.hxx> #include <rtl/math.hxx> #include <editeng/unoprnms.hxx> diff --git a/chart2/source/view/charttypes/CandleStickChart.hxx b/chart2/source/view/charttypes/CandleStickChart.hxx index ab2524458c8c..019864ad7140 100644 --- a/chart2/source/view/charttypes/CandleStickChart.hxx +++ b/chart2/source/view/charttypes/CandleStickChart.hxx @@ -21,7 +21,7 @@ #define INCLUDED_CHART2_SOURCE_VIEW_CHARTTYPES_CANDLESTICKCHART_HXX #include <memory> -#include "VSeriesPlotter.hxx" +#include <VSeriesPlotter.hxx> namespace chart { diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx index dd04becc8203..c6e1b26d9e16 100644 --- a/chart2/source/view/charttypes/GL3DBarChart.cxx +++ b/chart2/source/view/charttypes/GL3DBarChart.cxx @@ -15,8 +15,8 @@ #include <glm/glm.hpp> #include <glm/gtx/transform.hpp> -#include "3DChartObjects.hxx" -#include "GL3DRenderer.hxx" +#include <3DChartObjects.hxx> +#include <GL3DRenderer.hxx> #include <ExplicitCategoriesProvider.hxx> #include <DataSeriesHelper.hxx> diff --git a/chart2/source/view/charttypes/NetChart.cxx b/chart2/source/view/charttypes/NetChart.cxx index cf80469a70af..28e690f2ffac 100644 --- a/chart2/source/view/charttypes/NetChart.cxx +++ b/chart2/source/view/charttypes/NetChart.cxx @@ -18,18 +18,18 @@ */ #include "NetChart.hxx" -#include "PlottingPositionHelper.hxx" -#include "AbstractShapeFactory.hxx" -#include "CommonConverters.hxx" -#include "macros.hxx" -#include "ViewDefines.hxx" -#include "ObjectIdentifier.hxx" -#include "ChartTypeHelper.hxx" -#include "LabelPositionHelper.hxx" -#include "Clipping.hxx" -#include "Stripe.hxx" -#include "PolarLabelPositionHelper.hxx" -#include "DateHelper.hxx" +#include <PlottingPositionHelper.hxx> +#include <AbstractShapeFactory.hxx> +#include <CommonConverters.hxx> +#include <macros.hxx> +#include <ViewDefines.hxx> +#include <ObjectIdentifier.hxx> +#include <ChartTypeHelper.hxx> +#include <LabelPositionHelper.hxx> +#include <Clipping.hxx> +#include <Stripe.hxx> +#include <PolarLabelPositionHelper.hxx> +#include <DateHelper.hxx> #include <com/sun/star/chart2/Symbol.hpp> #include <com/sun/star/chart/DataLabelPlacement.hpp> diff --git a/chart2/source/view/charttypes/NetChart.hxx b/chart2/source/view/charttypes/NetChart.hxx index eecd2550b25a..36d648a4e034 100644 --- a/chart2/source/view/charttypes/NetChart.hxx +++ b/chart2/source/view/charttypes/NetChart.hxx @@ -21,7 +21,7 @@ #define INCLUDED_CHART2_SOURCE_VIEW_CHARTTYPES_NETCHART_HXX #include <memory> -#include "VSeriesPlotter.hxx" +#include <VSeriesPlotter.hxx> namespace chart { diff --git a/chart2/source/view/charttypes/PieChart.cxx b/chart2/source/view/charttypes/PieChart.cxx index d5d9b6e97c98..c8bbd2a27a29 100644 --- a/chart2/source/view/charttypes/PieChart.cxx +++ b/chart2/source/view/charttypes/PieChart.cxx @@ -18,13 +18,13 @@ */ #include "PieChart.hxx" -#include "PlottingPositionHelper.hxx" -#include "AbstractShapeFactory.hxx" -#include "PolarLabelPositionHelper.hxx" -#include "macros.hxx" -#include "CommonConverters.hxx" -#include "ViewDefines.hxx" -#include "ObjectIdentifier.hxx" +#include <PlottingPositionHelper.hxx> +#include <AbstractShapeFactory.hxx> +#include <PolarLabelPositionHelper.hxx> +#include <macros.hxx> +#include <CommonConverters.hxx> +#include <ViewDefines.hxx> +#include <ObjectIdentifier.hxx> #include <com/sun/star/chart/DataLabelPlacement.hpp> #include <com/sun/star/chart2/XColorScheme.hpp> diff --git a/chart2/source/view/charttypes/PieChart.hxx b/chart2/source/view/charttypes/PieChart.hxx index efe5bfd80d02..7cae89931c4d 100644 --- a/chart2/source/view/charttypes/PieChart.hxx +++ b/chart2/source/view/charttypes/PieChart.hxx @@ -21,7 +21,7 @@ #define INCLUDED_CHART2_SOURCE_VIEW_CHARTTYPES_PIECHART_HXX #include <memory> -#include "VSeriesPlotter.hxx" +#include <VSeriesPlotter.hxx> #include <basegfx/vector/b2dvector.hxx> #include <basegfx/range/b2irectangle.hxx> diff --git a/chart2/source/view/charttypes/VSeriesPlotter.cxx b/chart2/source/view/charttypes/VSeriesPlotter.cxx index acb7553a4a19..5487365c5f79 100644 --- a/chart2/source/view/charttypes/VSeriesPlotter.cxx +++ b/chart2/source/view/charttypes/VSeriesPlotter.cxx @@ -18,32 +18,32 @@ */ #include <memory> -#include "VSeriesPlotter.hxx" -#include "AbstractShapeFactory.hxx" -#include "chartview/ExplicitValueProvider.hxx" +#include <VSeriesPlotter.hxx> +#include <AbstractShapeFactory.hxx> +#include <chartview/ExplicitValueProvider.hxx> #include <svl/zformat.hxx> -#include "CommonConverters.hxx" -#include "macros.hxx" -#include "ViewDefines.hxx" -#include "ObjectIdentifier.hxx" -#include "StatisticsHelper.hxx" -#include "PlottingPositionHelper.hxx" -#include "LabelPositionHelper.hxx" -#include "ChartTypeHelper.hxx" -#include "Clipping.hxx" -#include "servicenames_charttypes.hxx" -#include "NumberFormatterWrapper.hxx" -#include "DataSeriesHelper.hxx" -#include "RegressionCurveHelper.hxx" -#include "VLegendSymbolFactory.hxx" -#include "FormattedStringHelper.hxx" -#include "ResId.hxx" -#include "strings.hrc" -#include "RelativePositionHelper.hxx" -#include "DateHelper.hxx" -#include "DiagramHelper.hxx" -#include "defines.hxx" +#include <CommonConverters.hxx> +#include <macros.hxx> +#include <ViewDefines.hxx> +#include <ObjectIdentifier.hxx> +#include <StatisticsHelper.hxx> +#include <PlottingPositionHelper.hxx> +#include <LabelPositionHelper.hxx> +#include <ChartTypeHelper.hxx> +#include <Clipping.hxx> +#include <servicenames_charttypes.hxx> +#include <NumberFormatterWrapper.hxx> +#include <DataSeriesHelper.hxx> +#include <RegressionCurveHelper.hxx> +#include <VLegendSymbolFactory.hxx> +#include <FormattedStringHelper.hxx> +#include <ResId.hxx> +#include <strings.hrc> +#include <RelativePositionHelper.hxx> +#include <DateHelper.hxx> +#include <DiagramHelper.hxx> +#include <defines.hxx> //only for creation: @todo remove if all plotter are uno components and instantiated via servicefactory #include "BarChart.hxx" diff --git a/chart2/source/view/diagram/VDiagram.cxx b/chart2/source/view/diagram/VDiagram.cxx index 5c8ef0be6eac..1120271333d8 100644 --- a/chart2/source/view/diagram/VDiagram.cxx +++ b/chart2/source/view/diagram/VDiagram.cxx @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "VDiagram.hxx" -#include "PropertyMapper.hxx" -#include "ViewDefines.hxx" -#include "Stripe.hxx" -#include "macros.hxx" -#include "ObjectIdentifier.hxx" -#include "DiagramHelper.hxx" -#include "BaseGFXHelper.hxx" -#include "CommonConverters.hxx" -#include "ChartTypeHelper.hxx" -#include "ThreeDHelper.hxx" -#include "defines.hxx" +#include <VDiagram.hxx> +#include <PropertyMapper.hxx> +#include <ViewDefines.hxx> +#include <Stripe.hxx> +#include <macros.hxx> +#include <ObjectIdentifier.hxx> +#include <DiagramHelper.hxx> +#include <BaseGFXHelper.hxx> +#include <CommonConverters.hxx> +#include <ChartTypeHelper.hxx> +#include <ThreeDHelper.hxx> +#include <defines.hxx> #include <editeng/unoprnms.hxx> #include <com/sun/star/drawing/FillStyle.hpp> #include <com/sun/star/drawing/LineStyle.hpp> diff --git a/chart2/source/view/inc/AbstractShapeFactory.hxx b/chart2/source/view/inc/AbstractShapeFactory.hxx index ca735afaec73..26512214341d 100644 --- a/chart2/source/view/inc/AbstractShapeFactory.hxx +++ b/chart2/source/view/inc/AbstractShapeFactory.hxx @@ -12,7 +12,7 @@ #include "PropertyMapper.hxx" #include "VLineProperties.hxx" -#include "BaseGFXHelper.hxx" +#include <BaseGFXHelper.hxx> #include <com/sun/star/awt/Size.hpp> #include <com/sun/star/awt/Point.hpp> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/chart2/source/view/inc/GL3DBarChart.hxx b/chart2/source/view/inc/GL3DBarChart.hxx index 753504ccf17a..c1350f47b231 100644 --- a/chart2/source/view/inc/GL3DBarChart.hxx +++ b/chart2/source/view/inc/GL3DBarChart.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_GL3DBARCHART_HXX #define INCLUDED_CHART2_SOURCE_VIEW_INC_GL3DBARCHART_HXX -#include <GL3DPlotterBase.hxx> +#include "GL3DPlotterBase.hxx" #include <deque> #include <memory> diff --git a/chart2/source/view/inc/GL3DRenderer.hxx b/chart2/source/view/inc/GL3DRenderer.hxx index 3a3f19a78bbf..9443ca23f982 100644 --- a/chart2/source/view/inc/GL3DRenderer.hxx +++ b/chart2/source/view/inc/GL3DRenderer.hxx @@ -10,10 +10,10 @@ #ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_GL3DRENDERER_HXX #define INCLUDED_CHART2_SOURCE_VIEW_INC_GL3DRENDERER_HXX -#include "glm/glm.hpp" -#include "glm/gtx/transform.hpp" -#include "glm/gtx/euler_angles.hpp" -#include "glm/gtx/quaternion.hpp" +#include <glm/glm.hpp> +#include <glm/gtx/transform.hpp> +#include <glm/gtx/euler_angles.hpp> +#include <glm/gtx/quaternion.hpp> #include <com/sun/star/awt/Point.hpp> #include <boost/shared_array.hpp> diff --git a/chart2/source/view/inc/PlotterBase.hxx b/chart2/source/view/inc/PlotterBase.hxx index 9544cf3b7343..a6753561348e 100644 --- a/chart2/source/view/inc/PlotterBase.hxx +++ b/chart2/source/view/inc/PlotterBase.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_PLOTTERBASE_HXX #define INCLUDED_CHART2_SOURCE_VIEW_INC_PLOTTERBASE_HXX -#include "chartview/ExplicitScaleValues.hxx" +#include <chartview/ExplicitScaleValues.hxx> #include <com/sun/star/drawing/HomogenMatrix.hpp> #include <com/sun/star/drawing/XShapes.hpp> diff --git a/chart2/source/view/inc/PlottingPositionHelper.hxx b/chart2/source/view/inc/PlottingPositionHelper.hxx index 6cf3fafe878a..bbfa8eebc7bd 100644 --- a/chart2/source/view/inc/PlottingPositionHelper.hxx +++ b/chart2/source/view/inc/PlottingPositionHelper.hxx @@ -20,7 +20,7 @@ #define INCLUDED_CHART2_SOURCE_VIEW_INC_PLOTTINGPOSITIONHELPER_HXX #include "LabelAlignment.hxx" -#include "chartview/ExplicitScaleValues.hxx" +#include <chartview/ExplicitScaleValues.hxx> #include <basegfx/range/b2drectangle.hxx> #include <rtl/math.hxx> diff --git a/chart2/source/view/inc/PropertyMapper.hxx b/chart2/source/view/inc/PropertyMapper.hxx index 6d2b1508fd7b..20f2356d4347 100644 --- a/chart2/source/view/inc/PropertyMapper.hxx +++ b/chart2/source/view/inc/PropertyMapper.hxx @@ -26,7 +26,7 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/drawing/XShape.hpp> -#include "charttoolsdllapi.hxx" +#include <charttoolsdllapi.hxx> namespace chart { diff --git a/chart2/source/view/inc/ScaleAutomatism.hxx b/chart2/source/view/inc/ScaleAutomatism.hxx index 81535bd6d717..2819a70eb1cc 100644 --- a/chart2/source/view/inc/ScaleAutomatism.hxx +++ b/chart2/source/view/inc/ScaleAutomatism.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_SCALEAUTOMATISM_HXX #define INCLUDED_CHART2_SOURCE_VIEW_INC_SCALEAUTOMATISM_HXX -#include "chartview/ExplicitScaleValues.hxx" +#include <chartview/ExplicitScaleValues.hxx> #include <com/sun/star/chart2/ScaleData.hpp> #include <tools/date.hxx> diff --git a/chart2/source/view/inc/VCoordinateSystem.hxx b/chart2/source/view/inc/VCoordinateSystem.hxx index 106eb1ef2cb7..6b115d3d7715 100644 --- a/chart2/source/view/inc/VCoordinateSystem.hxx +++ b/chart2/source/view/inc/VCoordinateSystem.hxx @@ -21,9 +21,9 @@ #include "MinimumAndMaximumSupplier.hxx" #include "ScaleAutomatism.hxx" -#include "ThreeDHelper.hxx" -#include "ExplicitCategoriesProvider.hxx" -#include "chartview/ExplicitScaleValues.hxx" +#include <ThreeDHelper.hxx> +#include <ExplicitCategoriesProvider.hxx> +#include <chartview/ExplicitScaleValues.hxx> #include <com/sun/star/chart2/XCoordinateSystem.hpp> #include <com/sun/star/awt/Rectangle.hpp> diff --git a/chart2/source/view/inc/VSeriesPlotter.hxx b/chart2/source/view/inc/VSeriesPlotter.hxx index 65aa67de86b0..54f3f7733d63 100644 --- a/chart2/source/view/inc/VSeriesPlotter.hxx +++ b/chart2/source/view/inc/VSeriesPlotter.hxx @@ -25,7 +25,7 @@ #include "LabelAlignment.hxx" #include "MinimumAndMaximumSupplier.hxx" #include "LegendEntryProvider.hxx" -#include "ExplicitCategoriesProvider.hxx" +#include <ExplicitCategoriesProvider.hxx> #include <com/sun/star/chart2/XChartType.hpp> #include <com/sun/star/drawing/Direction3D.hpp> diff --git a/chart2/source/view/main/3DChartObjects.cxx b/chart2/source/view/main/3DChartObjects.cxx index 37f327bb9b9b..1ecd913b553c 100644 --- a/chart2/source/view/main/3DChartObjects.cxx +++ b/chart2/source/view/main/3DChartObjects.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "3DChartObjects.hxx" +#include <3DChartObjects.hxx> #include <vcl/virdev.hxx> #include <vcl/svapp.hxx> diff --git a/chart2/source/view/main/AbstractShapeFactory.cxx b/chart2/source/view/main/AbstractShapeFactory.cxx index e0ddffa0c2d7..122b1177133a 100644 --- a/chart2/source/view/main/AbstractShapeFactory.cxx +++ b/chart2/source/view/main/AbstractShapeFactory.cxx @@ -7,11 +7,11 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "macros.hxx" -#include "PropertyMapper.hxx" -#include "CommonConverters.hxx" +#include <macros.hxx> +#include <PropertyMapper.hxx> +#include <CommonConverters.hxx> -#include "AbstractShapeFactory.hxx" +#include <AbstractShapeFactory.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/drawing/CircleKind.hpp> #include <com/sun/star/drawing/DoubleSequence.hpp> @@ -41,8 +41,8 @@ #include <osl/module.hxx> -#include "OpenglShapeFactory.hxx" -#include "ShapeFactory.hxx" +#include <OpenglShapeFactory.hxx> +#include <ShapeFactory.hxx> #include <config_features.h> diff --git a/chart2/source/view/main/ChartItemPool.cxx b/chart2/source/view/main/ChartItemPool.cxx index 1743ae0741fd..37c83d50ef12 100644 --- a/chart2/source/view/main/ChartItemPool.cxx +++ b/chart2/source/view/main/ChartItemPool.cxx @@ -18,8 +18,8 @@ */ #include "ChartItemPool.hxx" -#include "macros.hxx" -#include "chartview/ChartSfxItemIds.hxx" +#include <macros.hxx> +#include <chartview/ChartSfxItemIds.hxx> #include <svx/chrtitem.hxx> #include <svl/intitem.hxx> #include <editeng/brushitem.hxx> diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx index 283dd87f0956..35f4751f397c 100644 --- a/chart2/source/view/main/ChartView.cxx +++ b/chart2/source/view/main/ChartView.cxx @@ -19,37 +19,37 @@ #include <config_features.h> -#include "ChartView.hxx" -#include "chartview/DrawModelWrapper.hxx" -#include "NumberFormatterWrapper.hxx" -#include "ViewDefines.hxx" -#include "VDiagram.hxx" +#include <ChartView.hxx> +#include <chartview/DrawModelWrapper.hxx> +#include <NumberFormatterWrapper.hxx> +#include <ViewDefines.hxx> +#include <VDiagram.hxx> #include "VTitle.hxx" #include "VButton.hxx" -#include "AbstractShapeFactory.hxx" -#include "VCoordinateSystem.hxx" -#include "VSeriesPlotter.hxx" -#include "CommonConverters.hxx" -#include "macros.hxx" -#include "TitleHelper.hxx" -#include "LegendHelper.hxx" +#include <AbstractShapeFactory.hxx> +#include <VCoordinateSystem.hxx> +#include <VSeriesPlotter.hxx> +#include <CommonConverters.hxx> +#include <macros.hxx> +#include <TitleHelper.hxx> +#include <LegendHelper.hxx> #include "VLegend.hxx" -#include "PropertyMapper.hxx" -#include "ChartModelHelper.hxx" -#include "ChartTypeHelper.hxx" -#include "ScaleAutomatism.hxx" -#include "MinimumAndMaximumSupplier.hxx" -#include "ObjectIdentifier.hxx" -#include "DiagramHelper.hxx" -#include "RelativePositionHelper.hxx" -#include "servicenames.hxx" -#include "AxisHelper.hxx" -#include "AxisIndexDefines.hxx" -#include "ControllerLockGuard.hxx" -#include "BaseGFXHelper.hxx" -#include "DataSeriesHelper.hxx" -#include "DateHelper.hxx" -#include "defines.hxx" +#include <PropertyMapper.hxx> +#include <ChartModelHelper.hxx> +#include <ChartTypeHelper.hxx> +#include <ScaleAutomatism.hxx> +#include <MinimumAndMaximumSupplier.hxx> +#include <ObjectIdentifier.hxx> +#include <DiagramHelper.hxx> +#include <RelativePositionHelper.hxx> +#include <servicenames.hxx> +#include <AxisHelper.hxx> +#include <AxisIndexDefines.hxx> +#include <ControllerLockGuard.hxx> +#include <BaseGFXHelper.hxx> +#include <DataSeriesHelper.hxx> +#include <DateHelper.hxx> +#include <defines.hxx> #include <unonames.hxx> #if HAVE_FEATURE_OPENGL #include <GL3DBarChart.hxx> @@ -114,7 +114,7 @@ #include <svl/itempool.hxx> #include <svl/languageoptions.hxx> #include <comphelper/classids.hxx> -#include "servicenames_charttypes.hxx" +#include <servicenames_charttypes.hxx> #include <rtl/strbuf.hxx> diff --git a/chart2/source/view/main/Clipping.cxx b/chart2/source/view/main/Clipping.cxx index 7b8604b51109..7892815f322b 100644 --- a/chart2/source/view/main/Clipping.cxx +++ b/chart2/source/view/main/Clipping.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "Clipping.hxx" -#include "CommonConverters.hxx" -#include "BaseGFXHelper.hxx" +#include <Clipping.hxx> +#include <CommonConverters.hxx> +#include <BaseGFXHelper.hxx> #include <osl/diagnose.h> diff --git a/chart2/source/view/main/DataPointSymbolSupplier.cxx b/chart2/source/view/main/DataPointSymbolSupplier.cxx index 2597cd9d5510..10cd8fada13f 100644 --- a/chart2/source/view/main/DataPointSymbolSupplier.cxx +++ b/chart2/source/view/main/DataPointSymbolSupplier.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "chartview/DataPointSymbolSupplier.hxx" -#include "AbstractShapeFactory.hxx" -#include "macros.hxx" +#include <chartview/DataPointSymbolSupplier.hxx> +#include <AbstractShapeFactory.hxx> +#include <macros.hxx> namespace chart { diff --git a/chart2/source/view/main/DrawModelWrapper.cxx b/chart2/source/view/main/DrawModelWrapper.cxx index 0eaab2eb4155..180c55006e41 100644 --- a/chart2/source/view/main/DrawModelWrapper.cxx +++ b/chart2/source/view/main/DrawModelWrapper.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "chartview/DrawModelWrapper.hxx" -#include "macros.hxx" -#include "AbstractShapeFactory.hxx" +#include <chartview/DrawModelWrapper.hxx> +#include <macros.hxx> +#include <AbstractShapeFactory.hxx> #include "ChartItemPool.hxx" -#include "ObjectIdentifier.hxx" +#include <ObjectIdentifier.hxx> #include <svx/unomodel.hxx> #include <svl/itempool.hxx> #include <svl/eitem.hxx> diff --git a/chart2/source/view/main/DummyXShape.cxx b/chart2/source/view/main/DummyXShape.cxx index 67a19b18a3f2..4d1248f85f7d 100644 --- a/chart2/source/view/main/DummyXShape.cxx +++ b/chart2/source/view/main/DummyXShape.cxx @@ -16,7 +16,7 @@ #include <stdlib.h> #include <string.h> -#include "CommonConverters.hxx" +#include <CommonConverters.hxx> #include <rtl/ustring.hxx> diff --git a/chart2/source/view/main/DummyXShape.hxx b/chart2/source/view/main/DummyXShape.hxx index fddf6a117f62..bd15c8450523 100644 --- a/chart2/source/view/main/DummyXShape.hxx +++ b/chart2/source/view/main/DummyXShape.hxx @@ -51,9 +51,9 @@ #include <com/sun/star/drawing/PointSequenceSequence.hpp> #include <com/sun/star/chart2/XFormattedString.hpp> -#include "PropertyMapper.hxx" -#include "VLineProperties.hxx" -#include "Stripe.hxx" +#include <PropertyMapper.hxx> +#include <VLineProperties.hxx> +#include <Stripe.hxx> #include <rtl/ustring.hxx> diff --git a/chart2/source/view/main/GL3DRenderer.cxx b/chart2/source/view/main/GL3DRenderer.cxx index 908e9fe76e12..0bca5ba3a70b 100644 --- a/chart2/source/view/main/GL3DRenderer.cxx +++ b/chart2/source/view/main/GL3DRenderer.cxx @@ -9,7 +9,7 @@ #include <epoxy/gl.h> -#include "GL3DRenderer.hxx" +#include <GL3DRenderer.hxx> #include <cmath> #include <vcl/opengl/OpenGLHelper.hxx> @@ -19,7 +19,7 @@ #include <com/sun/star/awt/Size.hpp> #include <StaticGeometry.h> -#include "glm/gtc/matrix_inverse.hpp" +#include <glm/gtc/matrix_inverse.hpp> #include <memory> #define DEBUG_FBO 0 diff --git a/chart2/source/view/main/LabelPositionHelper.cxx b/chart2/source/view/main/LabelPositionHelper.cxx index 22de96f188a2..d0f65c4b2670 100644 --- a/chart2/source/view/main/LabelPositionHelper.cxx +++ b/chart2/source/view/main/LabelPositionHelper.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "LabelPositionHelper.hxx" -#include "PlottingPositionHelper.hxx" -#include "CommonConverters.hxx" -#include "PropertyMapper.hxx" -#include "AbstractShapeFactory.hxx" -#include "macros.hxx" -#include "RelativeSizeHelper.hxx" +#include <LabelPositionHelper.hxx> +#include <PlottingPositionHelper.hxx> +#include <CommonConverters.hxx> +#include <PropertyMapper.hxx> +#include <AbstractShapeFactory.hxx> +#include <macros.hxx> +#include <RelativeSizeHelper.hxx> #include <com/sun/star/drawing/TextVerticalAdjust.hpp> #include <com/sun/star/drawing/TextHorizontalAdjust.hpp> diff --git a/chart2/source/view/main/Linear3DTransformation.cxx b/chart2/source/view/main/Linear3DTransformation.cxx index 302ce68f2a2f..118ddde6aea6 100644 --- a/chart2/source/view/main/Linear3DTransformation.cxx +++ b/chart2/source/view/main/Linear3DTransformation.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "Linear3DTransformation.hxx" +#include <Linear3DTransformation.hxx> #include <algorithm> using namespace ::com::sun::star; diff --git a/chart2/source/view/main/OpenGLRender.cxx b/chart2/source/view/main/OpenGLRender.cxx index 42e716496f1c..2d8d816d6a47 100644 --- a/chart2/source/view/main/OpenGLRender.cxx +++ b/chart2/source/view/main/OpenGLRender.cxx @@ -36,7 +36,7 @@ #include <vcl/opengl/OpenGLHelper.hxx> -#include "CommonConverters.hxx" +#include <CommonConverters.hxx> using namespace com::sun::star; diff --git a/chart2/source/view/main/OpenGLRender.hxx b/chart2/source/view/main/OpenGLRender.hxx index f400675e15ec..ae33560efb0f 100644 --- a/chart2/source/view/main/OpenGLRender.hxx +++ b/chart2/source/view/main/OpenGLRender.hxx @@ -21,10 +21,10 @@ // Include GLM #include <list> #include <map> -#include "glm/glm.hpp" -#include "glm/gtx/transform.hpp" -#include "glm/gtx/euler_angles.hpp" -#include "glm/gtx/quaternion.hpp" +#include <glm/glm.hpp> +#include <glm/gtx/transform.hpp> +#include <glm/gtx/euler_angles.hpp> +#include <glm/gtx/quaternion.hpp> #define DEBUG_POSITIONING 0 diff --git a/chart2/source/view/main/OpenglShapeFactory.cxx b/chart2/source/view/main/OpenglShapeFactory.cxx index 59d25e3989b1..0b63e0c0f2d2 100644 --- a/chart2/source/view/main/OpenglShapeFactory.cxx +++ b/chart2/source/view/main/OpenglShapeFactory.cxx @@ -18,13 +18,13 @@ */ #include <svx/unoshape.hxx> -#include "OpenglShapeFactory.hxx" +#include <OpenglShapeFactory.hxx> #include "DummyXShape.hxx" -#include "ViewDefines.hxx" -#include "Stripe.hxx" -#include "CommonConverters.hxx" -#include "macros.hxx" -#include "PropertyMapper.hxx" +#include <ViewDefines.hxx> +#include <Stripe.hxx> +#include <CommonConverters.hxx> +#include <macros.hxx> +#include <PropertyMapper.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/drawing/CircleKind.hpp> #include <com/sun/star/drawing/DoubleSequence.hpp> @@ -52,7 +52,7 @@ #include <basegfx/point/b2dpoint.hxx> #include <basegfx/matrix/b3dhommatrix.hxx> -#include "RelativeSizeHelper.hxx" +#include <RelativeSizeHelper.hxx> using namespace ::com::sun::star; diff --git a/chart2/source/view/main/PlotterBase.cxx b/chart2/source/view/main/PlotterBase.cxx index 65548cc4ace5..9c710ba9846b 100644 --- a/chart2/source/view/main/PlotterBase.cxx +++ b/chart2/source/view/main/PlotterBase.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "PlotterBase.hxx" -#include "PlottingPositionHelper.hxx" -#include "AbstractShapeFactory.hxx" +#include <PlotterBase.hxx> +#include <PlottingPositionHelper.hxx> +#include <AbstractShapeFactory.hxx> #include <rtl/math.hxx> #include <osl/diagnose.h> #include <com/sun/star/chart2/DataPointLabel.hpp> diff --git a/chart2/source/view/main/PlottingPositionHelper.cxx b/chart2/source/view/main/PlottingPositionHelper.cxx index b42346c1210a..8232ec5a6591 100644 --- a/chart2/source/view/main/PlottingPositionHelper.cxx +++ b/chart2/source/view/main/PlottingPositionHelper.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "PlottingPositionHelper.hxx" -#include "CommonConverters.hxx" -#include "ViewDefines.hxx" -#include "Linear3DTransformation.hxx" -#include "VPolarTransformation.hxx" -#include "AbstractShapeFactory.hxx" -#include "PropertyMapper.hxx" -#include "DateHelper.hxx" -#include "defines.hxx" +#include <PlottingPositionHelper.hxx> +#include <CommonConverters.hxx> +#include <ViewDefines.hxx> +#include <Linear3DTransformation.hxx> +#include <VPolarTransformation.hxx> +#include <AbstractShapeFactory.hxx> +#include <PropertyMapper.hxx> +#include <DateHelper.hxx> +#include <defines.hxx> #include <com/sun/star/chart/TimeUnit.hpp> #include <com/sun/star/chart2/AxisType.hpp> diff --git a/chart2/source/view/main/PolarLabelPositionHelper.cxx b/chart2/source/view/main/PolarLabelPositionHelper.cxx index d7a71d605557..052994c2c109 100644 --- a/chart2/source/view/main/PolarLabelPositionHelper.cxx +++ b/chart2/source/view/main/PolarLabelPositionHelper.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "PolarLabelPositionHelper.hxx" -#include "PlottingPositionHelper.hxx" -#include "CommonConverters.hxx" +#include <PolarLabelPositionHelper.hxx> +#include <PlottingPositionHelper.hxx> +#include <CommonConverters.hxx> #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2ivector.hxx> diff --git a/chart2/source/view/main/PropertyMapper.cxx b/chart2/source/view/main/PropertyMapper.cxx index 7f0e5d5c0477..5240872264e9 100644 --- a/chart2/source/view/main/PropertyMapper.cxx +++ b/chart2/source/view/main/PropertyMapper.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "PropertyMapper.hxx" -#include "macros.hxx" +#include <PropertyMapper.hxx> +#include <macros.hxx> #include <unonames.hxx> #include <com/sun/star/beans/XMultiPropertySet.hpp> diff --git a/chart2/source/view/main/ShapeFactory.cxx b/chart2/source/view/main/ShapeFactory.cxx index 35c450eafe71..d6c408f583d4 100644 --- a/chart2/source/view/main/ShapeFactory.cxx +++ b/chart2/source/view/main/ShapeFactory.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ShapeFactory.hxx" -#include "ViewDefines.hxx" -#include "Stripe.hxx" -#include "CommonConverters.hxx" -#include "macros.hxx" -#include "RelativeSizeHelper.hxx" -#include "PropertyMapper.hxx" +#include <ShapeFactory.hxx> +#include <ViewDefines.hxx> +#include <Stripe.hxx> +#include <CommonConverters.hxx> +#include <macros.hxx> +#include <RelativeSizeHelper.hxx> +#include <PropertyMapper.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/drawing/CircleKind.hpp> #include <com/sun/star/drawing/DoubleSequence.hpp> diff --git a/chart2/source/view/main/Stripe.cxx b/chart2/source/view/main/Stripe.cxx index 2373002dd336..4ed9995fe18d 100644 --- a/chart2/source/view/main/Stripe.cxx +++ b/chart2/source/view/main/Stripe.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "Stripe.hxx" -#include "CommonConverters.hxx" +#include <Stripe.hxx> +#include <CommonConverters.hxx> #include <com/sun/star/drawing/PolyPolygonShape3D.hpp> #include <com/sun/star/drawing/DoubleSequence.hpp> #include <basegfx/polygon/b3dpolygon.hxx> diff --git a/chart2/source/view/main/VButton.cxx b/chart2/source/view/main/VButton.cxx index dfa2f6a19a92..4902d54ff750 100644 --- a/chart2/source/view/main/VButton.cxx +++ b/chart2/source/view/main/VButton.cxx @@ -9,7 +9,7 @@ #include "VButton.hxx" -#include "AbstractShapeFactory.hxx" +#include <AbstractShapeFactory.hxx> #include <com/sun/star/drawing/FillStyle.hpp> #include <com/sun/star/drawing/LineStyle.hpp> #include <com/sun/star/style/ParagraphAdjust.hpp> @@ -18,9 +18,9 @@ #include <memory> -#include "CommonConverters.hxx" +#include <CommonConverters.hxx> #include <editeng/unoprnms.hxx> -#include "macros.hxx" +#include <macros.hxx> namespace chart { diff --git a/chart2/source/view/main/VDataSeries.cxx b/chart2/source/view/main/VDataSeries.cxx index 09c8236840a9..a7b99992c39d 100644 --- a/chart2/source/view/main/VDataSeries.cxx +++ b/chart2/source/view/main/VDataSeries.cxx @@ -18,14 +18,14 @@ */ #include <memory> -#include "VDataSeries.hxx" -#include "ObjectIdentifier.hxx" -#include "macros.hxx" -#include "CommonConverters.hxx" -#include "LabelPositionHelper.hxx" -#include "ChartTypeHelper.hxx" -#include "DataSeriesHelper.hxx" -#include "RegressionCurveHelper.hxx" +#include <VDataSeries.hxx> +#include <ObjectIdentifier.hxx> +#include <macros.hxx> +#include <CommonConverters.hxx> +#include <LabelPositionHelper.hxx> +#include <ChartTypeHelper.hxx> +#include <DataSeriesHelper.hxx> +#include <RegressionCurveHelper.hxx> #include <unonames.hxx> #include <com/sun/star/chart/MissingValueTreatment.hpp> diff --git a/chart2/source/view/main/VLegend.cxx b/chart2/source/view/main/VLegend.cxx index fa6b491027b0..af2b7afbfe52 100644 --- a/chart2/source/view/main/VLegend.cxx +++ b/chart2/source/view/main/VLegend.cxx @@ -19,15 +19,15 @@ #include "VLegend.hxx" #include "VButton.hxx" -#include "macros.hxx" -#include "PropertyMapper.hxx" -#include "CommonConverters.hxx" -#include "ObjectIdentifier.hxx" -#include "RelativePositionHelper.hxx" -#include "AbstractShapeFactory.hxx" -#include "RelativeSizeHelper.hxx" -#include "LegendEntryProvider.hxx" -#include "chartview/DrawModelWrapper.hxx" +#include <macros.hxx> +#include <PropertyMapper.hxx> +#include <CommonConverters.hxx> +#include <ObjectIdentifier.hxx> +#include <RelativePositionHelper.hxx> +#include <AbstractShapeFactory.hxx> +#include <RelativeSizeHelper.hxx> +#include <LegendEntryProvider.hxx> +#include <chartview/DrawModelWrapper.hxx> #include <com/sun/star/text/XTextRange.hpp> #include <com/sun/star/text/WritingMode2.hpp> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/chart2/source/view/main/VLegend.hxx b/chart2/source/view/main/VLegend.hxx index 0f9a14b35639..cc430dfe28d8 100644 --- a/chart2/source/view/main/VLegend.hxx +++ b/chart2/source/view/main/VLegend.hxx @@ -25,7 +25,7 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/awt/Rectangle.hpp> -#include "ChartModel.hxx" +#include <ChartModel.hxx> #include <vector> diff --git a/chart2/source/view/main/VLegendSymbolFactory.cxx b/chart2/source/view/main/VLegendSymbolFactory.cxx index 326da900cf8b..17b1939e16ad 100644 --- a/chart2/source/view/main/VLegendSymbolFactory.cxx +++ b/chart2/source/view/main/VLegendSymbolFactory.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "VLegendSymbolFactory.hxx" -#include "macros.hxx" -#include "PropertyMapper.hxx" -#include "AbstractShapeFactory.hxx" -#include "ObjectIdentifier.hxx" +#include <VLegendSymbolFactory.hxx> +#include <macros.hxx> +#include <PropertyMapper.hxx> +#include <AbstractShapeFactory.hxx> +#include <ObjectIdentifier.hxx> #include <com/sun/star/drawing/LineStyle.hpp> #include <com/sun/star/chart2/Symbol.hpp> diff --git a/chart2/source/view/main/VLineProperties.cxx b/chart2/source/view/main/VLineProperties.cxx index 76cddf36f94c..1d30060ddcad 100644 --- a/chart2/source/view/main/VLineProperties.cxx +++ b/chart2/source/view/main/VLineProperties.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "VLineProperties.hxx" -#include "macros.hxx" +#include <VLineProperties.hxx> +#include <macros.hxx> #include <com/sun/star/drawing/LineStyle.hpp> namespace chart diff --git a/chart2/source/view/main/VPolarTransformation.cxx b/chart2/source/view/main/VPolarTransformation.cxx index 93d6aa26f975..0692c6130c56 100644 --- a/chart2/source/view/main/VPolarTransformation.cxx +++ b/chart2/source/view/main/VPolarTransformation.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "VPolarTransformation.hxx" -#include "ViewDefines.hxx" -#include "CommonConverters.hxx" +#include <VPolarTransformation.hxx> +#include <ViewDefines.hxx> +#include <CommonConverters.hxx> #include <algorithm> using namespace ::com::sun::star; diff --git a/chart2/source/view/main/VTitle.cxx b/chart2/source/view/main/VTitle.cxx index 4fafd1fccb01..ec723460cbf2 100644 --- a/chart2/source/view/main/VTitle.cxx +++ b/chart2/source/view/main/VTitle.cxx @@ -18,10 +18,10 @@ */ #include "VTitle.hxx" -#include "CommonConverters.hxx" -#include "macros.hxx" -#include "PropertyMapper.hxx" -#include "AbstractShapeFactory.hxx" +#include <CommonConverters.hxx> +#include <macros.hxx> +#include <PropertyMapper.hxx> +#include <AbstractShapeFactory.hxx> #include <com/sun/star/chart2/XFormattedString.hpp> #include <rtl/math.hxx> #include <com/sun/star/beans/XPropertySet.hpp> |