diff options
Diffstat (limited to 'chart2/source')
454 files changed, 1852 insertions, 1852 deletions
diff --git a/chart2/source/controller/accessibility/AccessibleBase.cxx b/chart2/source/controller/accessibility/AccessibleBase.cxx index 832f48bac59d..21fd14938ac0 100644 --- a/chart2/source/controller/accessibility/AccessibleBase.cxx +++ b/chart2/source/controller/accessibility/AccessibleBase.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AccessibleBase.hxx" +#include <AccessibleBase.hxx> #include "AccessibleChartShape.hxx" -#include "ObjectHierarchy.hxx" -#include "ObjectIdentifier.hxx" -#include "chartview/ExplicitValueProvider.hxx" -#include "macros.hxx" +#include <ObjectHierarchy.hxx> +#include <ObjectIdentifier.hxx> +#include <chartview/ExplicitValueProvider.hxx> +#include <macros.hxx> #include <com/sun/star/awt/XDevice.hpp> #include <com/sun/star/accessibility/AccessibleEventId.hpp> diff --git a/chart2/source/controller/accessibility/AccessibleChartElement.cxx b/chart2/source/controller/accessibility/AccessibleChartElement.cxx index b231b030c56a..86cf55422c32 100644 --- a/chart2/source/controller/accessibility/AccessibleChartElement.cxx +++ b/chart2/source/controller/accessibility/AccessibleChartElement.cxx @@ -18,11 +18,11 @@ */ #include "AccessibleChartElement.hxx" -#include "CharacterProperties.hxx" -#include "ObjectIdentifier.hxx" -#include "ObjectNameProvider.hxx" -#include "servicenames.hxx" -#include "macros.hxx" +#include <CharacterProperties.hxx> +#include <ObjectIdentifier.hxx> +#include <ObjectNameProvider.hxx> +#include <servicenames.hxx> +#include <macros.hxx> #include <com/sun/star/awt/XDevice.hpp> #include <com/sun/star/chart2/XTitle.hpp> diff --git a/chart2/source/controller/accessibility/AccessibleChartElement.hxx b/chart2/source/controller/accessibility/AccessibleChartElement.hxx index a2e48d64ad87..1e79f684b84c 100644 --- a/chart2/source/controller/accessibility/AccessibleChartElement.hxx +++ b/chart2/source/controller/accessibility/AccessibleChartElement.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_ACCESSIBILITY_ACCESSIBLECHARTELEMENT_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_ACCESSIBILITY_ACCESSIBLECHARTELEMENT_HXX -#include "AccessibleBase.hxx" +#include <AccessibleBase.hxx> #include <com/sun/star/chart2/XChartDocument.hpp> #include <com/sun/star/accessibility/XAccessible.hpp> #include <com/sun/star/accessibility/XAccessibleContext.hpp> diff --git a/chart2/source/controller/accessibility/AccessibleChartShape.cxx b/chart2/source/controller/accessibility/AccessibleChartShape.cxx index 2757cef19cb2..f6bbc1993292 100644 --- a/chart2/source/controller/accessibility/AccessibleChartShape.cxx +++ b/chart2/source/controller/accessibility/AccessibleChartShape.cxx @@ -18,8 +18,8 @@ */ #include "AccessibleChartShape.hxx" -#include "ObjectHierarchy.hxx" -#include "ObjectIdentifier.hxx" +#include <ObjectHierarchy.hxx> +#include <ObjectIdentifier.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <svx/ShapeTypeHandler.hxx> diff --git a/chart2/source/controller/accessibility/AccessibleChartShape.hxx b/chart2/source/controller/accessibility/AccessibleChartShape.hxx index 6feaf9e295b9..d113c03f8d39 100644 --- a/chart2/source/controller/accessibility/AccessibleChartShape.hxx +++ b/chart2/source/controller/accessibility/AccessibleChartShape.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_ACCESSIBILITY_ACCESSIBLECHARTSHAPE_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_ACCESSIBILITY_ACCESSIBLECHARTSHAPE_HXX -#include "AccessibleBase.hxx" +#include <AccessibleBase.hxx> #include <com/sun/star/accessibility/XAccessibleExtendedComponent.hpp> #include <cppuhelper/implbase.hxx> diff --git a/chart2/source/controller/accessibility/AccessibleChartView.cxx b/chart2/source/controller/accessibility/AccessibleChartView.cxx index 7e5657799227..9ea44eea283b 100644 --- a/chart2/source/controller/accessibility/AccessibleChartView.cxx +++ b/chart2/source/controller/accessibility/AccessibleChartView.cxx @@ -17,14 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AccessibleChartView.hxx" -#include "chartview/ExplicitValueProvider.hxx" -#include "servicenames.hxx" -#include "macros.hxx" -#include "ObjectHierarchy.hxx" -#include "ObjectIdentifier.hxx" -#include "ResId.hxx" -#include "strings.hrc" +#include <AccessibleChartView.hxx> +#include <chartview/ExplicitValueProvider.hxx> +#include <servicenames.hxx> +#include <macros.hxx> +#include <ObjectHierarchy.hxx> +#include <ObjectIdentifier.hxx> +#include <ResId.hxx> +#include <strings.hrc> #include "AccessibleViewForwarder.hxx" #include <com/sun/star/accessibility/AccessibleEventId.hpp> diff --git a/chart2/source/controller/accessibility/AccessibleTextHelper.cxx b/chart2/source/controller/accessibility/AccessibleTextHelper.cxx index 61f8e050df14..598466ae70a4 100644 --- a/chart2/source/controller/accessibility/AccessibleTextHelper.cxx +++ b/chart2/source/controller/accessibility/AccessibleTextHelper.cxx @@ -22,8 +22,8 @@ #include <memory> #include <utility> -#include "AccessibleTextHelper.hxx" -#include "DrawViewWrapper.hxx" +#include <AccessibleTextHelper.hxx> +#include <DrawViewWrapper.hxx> #include <vcl/svapp.hxx> diff --git a/chart2/source/controller/accessibility/AccessibleViewForwarder.cxx b/chart2/source/controller/accessibility/AccessibleViewForwarder.cxx index 6e7a3abc10c3..31395f1181dc 100644 --- a/chart2/source/controller/accessibility/AccessibleViewForwarder.cxx +++ b/chart2/source/controller/accessibility/AccessibleViewForwarder.cxx @@ -18,7 +18,7 @@ */ #include "AccessibleViewForwarder.hxx" -#include "AccessibleChartView.hxx" +#include <AccessibleChartView.hxx> #include <vcl/window.hxx> diff --git a/chart2/source/controller/accessibility/ChartElementFactory.cxx b/chart2/source/controller/accessibility/ChartElementFactory.cxx index 0276ac8280a7..c935074e4b11 100644 --- a/chart2/source/controller/accessibility/ChartElementFactory.cxx +++ b/chart2/source/controller/accessibility/ChartElementFactory.cxx @@ -18,7 +18,7 @@ */ #include "ChartElementFactory.hxx" -#include "ObjectIdentifier.hxx" +#include <ObjectIdentifier.hxx> #include "AccessibleChartElement.hxx" namespace chart diff --git a/chart2/source/controller/accessibility/ChartElementFactory.hxx b/chart2/source/controller/accessibility/ChartElementFactory.hxx index 3dc4068983db..9a59a8ebdf85 100644 --- a/chart2/source/controller/accessibility/ChartElementFactory.hxx +++ b/chart2/source/controller/accessibility/ChartElementFactory.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_ACCESSIBILITY_CHARTELEMENTFACTORY_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_ACCESSIBILITY_CHARTELEMENTFACTORY_HXX -#include "AccessibleBase.hxx" +#include <AccessibleBase.hxx> namespace chart { diff --git a/chart2/source/controller/chartapiwrapper/AreaWrapper.cxx b/chart2/source/controller/chartapiwrapper/AreaWrapper.cxx index 7f93dc83ccd9..e80c66bc2541 100644 --- a/chart2/source/controller/chartapiwrapper/AreaWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/AreaWrapper.cxx @@ -18,15 +18,15 @@ */ #include "AreaWrapper.hxx" -#include "macros.hxx" +#include <macros.hxx> #include "Chart2ModelContact.hxx" -#include "WrappedDirectStateProperty.hxx" +#include <WrappedDirectStateProperty.hxx> #include <com/sun/star/drawing/FillStyle.hpp> #include <cppuhelper/supportsservice.hxx> -#include "LinePropertiesHelper.hxx" -#include "FillProperties.hxx" -#include "UserDefinedProperties.hxx" +#include <LinePropertiesHelper.hxx> +#include <FillProperties.hxx> +#include <UserDefinedProperties.hxx> #include <algorithm> diff --git a/chart2/source/controller/chartapiwrapper/AreaWrapper.hxx b/chart2/source/controller/chartapiwrapper/AreaWrapper.hxx index bd5fad7298a1..227861f72c07 100644 --- a/chart2/source/controller/chartapiwrapper/AreaWrapper.hxx +++ b/chart2/source/controller/chartapiwrapper/AreaWrapper.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_AREAWRAPPER_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_AREAWRAPPER_HXX -#include "WrappedPropertySet.hxx" +#include <WrappedPropertySet.hxx> #include <cppuhelper/implbase.hxx> #include <comphelper/uno3.hxx> #include <comphelper/interfacecontainer2.hxx> diff --git a/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx b/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx index 3ec838833f1d..2491cbc81d8b 100644 --- a/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx @@ -18,14 +18,14 @@ */ #include "AxisWrapper.hxx" -#include "AxisHelper.hxx" -#include "TitleHelper.hxx" +#include <AxisHelper.hxx> +#include <TitleHelper.hxx> #include "Chart2ModelContact.hxx" -#include "macros.hxx" -#include "WrappedDirectStateProperty.hxx" +#include <macros.hxx> +#include <WrappedDirectStateProperty.hxx> #include "GridWrapper.hxx" #include "TitleWrapper.hxx" -#include "DisposeHelper.hxx" +#include <DisposeHelper.hxx> #include <unonames.hxx> #include <cppuhelper/supportsservice.hxx> @@ -35,14 +35,14 @@ #include <com/sun/star/chart/ChartAxisLabelPosition.hpp> #include <com/sun/star/chart/ChartAxisMarkPosition.hpp> -#include "CharacterProperties.hxx" -#include "LinePropertiesHelper.hxx" -#include "UserDefinedProperties.hxx" +#include <CharacterProperties.hxx> +#include <LinePropertiesHelper.hxx> +#include <UserDefinedProperties.hxx> #include "WrappedCharacterHeightProperty.hxx" #include "WrappedTextRotationProperty.hxx" #include "WrappedGapwidthProperty.hxx" #include "WrappedScaleProperty.hxx" -#include "WrappedDefaultProperty.hxx" +#include <WrappedDefaultProperty.hxx> #include "WrappedNumberFormatProperty.hxx" #include "WrappedScaleTextProperties.hxx" diff --git a/chart2/source/controller/chartapiwrapper/AxisWrapper.hxx b/chart2/source/controller/chartapiwrapper/AxisWrapper.hxx index 727cb0a99fa5..dc5a53e3aa0d 100644 --- a/chart2/source/controller/chartapiwrapper/AxisWrapper.hxx +++ b/chart2/source/controller/chartapiwrapper/AxisWrapper.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_AXISWRAPPER_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_AXISWRAPPER_HXX -#include "WrappedPropertySet.hxx" +#include <WrappedPropertySet.hxx> #include "ReferenceSizePropertyProvider.hxx" #include <cppuhelper/implbase.hxx> #include <comphelper/uno3.hxx> diff --git a/chart2/source/controller/chartapiwrapper/Chart2ModelContact.cxx b/chart2/source/controller/chartapiwrapper/Chart2ModelContact.cxx index e2febd960ea7..c2135a1cb6b2 100644 --- a/chart2/source/controller/chartapiwrapper/Chart2ModelContact.cxx +++ b/chart2/source/controller/chartapiwrapper/Chart2ModelContact.cxx @@ -18,18 +18,18 @@ */ #include "Chart2ModelContact.hxx" -#include "ChartModelHelper.hxx" -#include "LegendHelper.hxx" -#include "CommonConverters.hxx" -#include "macros.hxx" -#include "servicenames.hxx" -#include "ObjectIdentifier.hxx" -#include "chartview/ExplicitValueProvider.hxx" -#include "chartview/DrawModelWrapper.hxx" -#include "AxisHelper.hxx" -#include "DiagramHelper.hxx" - -#include "ChartModel.hxx" +#include <ChartModelHelper.hxx> +#include <LegendHelper.hxx> +#include <CommonConverters.hxx> +#include <macros.hxx> +#include <servicenames.hxx> +#include <ObjectIdentifier.hxx> +#include <chartview/ExplicitValueProvider.hxx> +#include <chartview/DrawModelWrapper.hxx> +#include <AxisHelper.hxx> +#include <DiagramHelper.hxx> + +#include <ChartModel.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::chart2; diff --git a/chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx b/chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx index 36b3ea04246a..9b4afd3b0b40 100644 --- a/chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx @@ -18,14 +18,14 @@ */ #include "ChartDataWrapper.hxx" -#include "macros.hxx" -#include "DiagramHelper.hxx" -#include "DataSourceHelper.hxx" -#include "servicenames_charttypes.hxx" -#include "CommonFunctors.hxx" -#include "ChartModelHelper.hxx" -#include "DataSeriesHelper.hxx" -#include "ControllerLockGuard.hxx" +#include <macros.hxx> +#include <DiagramHelper.hxx> +#include <DataSourceHelper.hxx> +#include <servicenames_charttypes.hxx> +#include <CommonFunctors.hxx> +#include <ChartModelHelper.hxx> +#include <DataSeriesHelper.hxx> +#include <ControllerLockGuard.hxx> #include "Chart2ModelContact.hxx" #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> @@ -41,8 +41,8 @@ #include <com/sun/star/chart/ChartDataRowSource.hpp> #include <com/sun/star/chart/XChartDocument.hpp> -#include "CharacterProperties.hxx" -#include "FillProperties.hxx" +#include <CharacterProperties.hxx> +#include <FillProperties.hxx> #include <map> #include <algorithm> diff --git a/chart2/source/controller/chartapiwrapper/ChartDataWrapper.hxx b/chart2/source/controller/chartapiwrapper/ChartDataWrapper.hxx index a15a2d06ab70..6e754d0bd446 100644 --- a/chart2/source/controller/chartapiwrapper/ChartDataWrapper.hxx +++ b/chart2/source/controller/chartapiwrapper/ChartDataWrapper.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_CHARTDATAWRAPPER_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_CHARTDATAWRAPPER_HXX -#include "MutexContainer.hxx" +#include <MutexContainer.hxx> #include <cppuhelper/implbase.hxx> #include <comphelper/interfacecontainer2.hxx> #include <com/sun/star/chart2/XAnyDescriptionAccess.hpp> diff --git a/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx b/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx index 3bf65b1f71db..739fd358b06e 100644 --- a/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx @@ -17,27 +17,27 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ChartDocumentWrapper.hxx" -#include "macros.hxx" -#include "servicenames.hxx" -#include "PropertyHelper.hxx" -#include "TitleHelper.hxx" -#include "LegendHelper.hxx" -#include "ControllerLockGuard.hxx" -#include "ModifyListenerHelper.hxx" -#include "DisposeHelper.hxx" +#include <ChartDocumentWrapper.hxx> +#include <macros.hxx> +#include <servicenames.hxx> +#include <PropertyHelper.hxx> +#include <TitleHelper.hxx> +#include <LegendHelper.hxx> +#include <ControllerLockGuard.hxx> +#include <ModifyListenerHelper.hxx> +#include <DisposeHelper.hxx> #include "DataSeriesPointWrapper.hxx" -#include "chartview/ExplicitValueProvider.hxx" -#include "chartview/DrawModelWrapper.hxx" +#include <chartview/ExplicitValueProvider.hxx> +#include <chartview/DrawModelWrapper.hxx> #include "Chart2ModelContact.hxx" -#include "ChartModel.hxx" +#include <ChartModel.hxx> -#include "DiagramHelper.hxx" -#include "DataSourceHelper.hxx" -#include "ChartModelHelper.hxx" -#include "AxisHelper.hxx" -#include "ThreeDHelper.hxx" +#include <DiagramHelper.hxx> +#include <DataSourceHelper.hxx> +#include <ChartModelHelper.hxx> +#include <AxisHelper.hxx> +#include <ThreeDHelper.hxx> #include "TitleWrapper.hxx" #include "ChartDataWrapper.hxx" @@ -45,7 +45,7 @@ #include "LegendWrapper.hxx" #include "AreaWrapper.hxx" #include "WrappedAddInProperty.hxx" -#include "WrappedIgnoreProperty.hxx" +#include <WrappedIgnoreProperty.hxx> #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/chart2/XTitled.hpp> #include <com/sun/star/chart2/data/XDataReceiver.hpp> diff --git a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx index 12c49d0bf6cd..7f19a8c0bdce 100644 --- a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx @@ -18,19 +18,19 @@ */ #include "DataSeriesPointWrapper.hxx" -#include "macros.hxx" -#include "RegressionCurveHelper.hxx" +#include <macros.hxx> +#include <RegressionCurveHelper.hxx> #include "Chart2ModelContact.hxx" -#include "ChartTypeHelper.hxx" -#include "DiagramHelper.hxx" -#include "ChartModelHelper.hxx" -#include "LinePropertiesHelper.hxx" -#include "FillProperties.hxx" -#include "CharacterProperties.hxx" -#include "UserDefinedProperties.hxx" +#include <ChartTypeHelper.hxx> +#include <DiagramHelper.hxx> +#include <ChartModelHelper.hxx> +#include <LinePropertiesHelper.hxx> +#include <FillProperties.hxx> +#include <CharacterProperties.hxx> +#include <UserDefinedProperties.hxx> #include "WrappedCharacterHeightProperty.hxx" -#include "WrappedProperty.hxx" -#include "WrappedIgnoreProperty.hxx" +#include <WrappedProperty.hxx> +#include <WrappedIgnoreProperty.hxx> #include "WrappedStatisticProperties.hxx" #include "WrappedSymbolProperties.hxx" #include "WrappedDataCaptionProperties.hxx" diff --git a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx index c3ca4802a03d..0890a9f47cc7 100644 --- a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx +++ b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_DATASERIESPOINTWRAPPER_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_DATASERIESPOINTWRAPPER_HXX -#include "WrappedPropertySet.hxx" +#include <WrappedPropertySet.hxx> #include "ReferenceSizePropertyProvider.hxx" #include <cppuhelper/implbase.hxx> #include <comphelper/uno3.hxx> diff --git a/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx b/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx index f40ac477e780..928b362d2245 100644 --- a/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx @@ -18,20 +18,20 @@ */ #include "DiagramWrapper.hxx" -#include "macros.hxx" -#include "servicenames_charttypes.hxx" +#include <macros.hxx> +#include <servicenames_charttypes.hxx> #include "DataSeriesPointWrapper.hxx" #include "AxisWrapper.hxx" -#include "AxisHelper.hxx" +#include <AxisHelper.hxx> #include "Chart2ModelContact.hxx" -#include "PositionAndSizeHelper.hxx" +#include <PositionAndSizeHelper.hxx> #include "WallFloorWrapper.hxx" #include "MinMaxLineWrapper.hxx" #include "UpDownBarWrapper.hxx" -#include "DiagramHelper.hxx" -#include "DataSourceHelper.hxx" -#include "ChartModelHelper.hxx" -#include "WrappedIgnoreProperty.hxx" +#include <DiagramHelper.hxx> +#include <DataSourceHelper.hxx> +#include <ChartModelHelper.hxx> +#include <WrappedIgnoreProperty.hxx> #include "WrappedAxisAndGridExistenceProperties.hxx" #include "WrappedStatisticProperties.hxx" #include "WrappedSymbolProperties.hxx" @@ -40,12 +40,12 @@ #include "WrappedStockProperties.hxx" #include "WrappedSceneProperty.hxx" #include "WrappedGL3DProperties.hxx" -#include "RelativePositionHelper.hxx" -#include "ControllerLockGuard.hxx" -#include "ModifyListenerHelper.hxx" -#include "DisposeHelper.hxx" +#include <RelativePositionHelper.hxx> +#include <ControllerLockGuard.hxx> +#include <ModifyListenerHelper.hxx> +#include <DisposeHelper.hxx> #include "WrappedAutomaticPositionProperties.hxx" -#include "CommonConverters.hxx" +#include <CommonConverters.hxx> #include <unonames.hxx> #include <cppuhelper/supportsservice.hxx> @@ -57,10 +57,10 @@ #include <com/sun/star/chart/ChartSolidType.hpp> #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> -#include "LinePropertiesHelper.hxx" -#include "FillProperties.hxx" -#include "UserDefinedProperties.hxx" -#include "SceneProperties.hxx" +#include <LinePropertiesHelper.hxx> +#include <FillProperties.hxx> +#include <UserDefinedProperties.hxx> +#include <SceneProperties.hxx> #include <algorithm> #include <map> diff --git a/chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx b/chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx index 148e4705eb08..022b87a3082d 100644 --- a/chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx +++ b/chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx @@ -19,8 +19,8 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_DIAGRAMWRAPPER_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_DIAGRAMWRAPPER_HXX -#include "WrappedPropertySet.hxx" -#include "DiagramHelper.hxx" +#include <WrappedPropertySet.hxx> +#include <DiagramHelper.hxx> #include <comphelper/uno3.hxx> #include <cppuhelper/interfacecontainer.hxx> diff --git a/chart2/source/controller/chartapiwrapper/GridWrapper.cxx b/chart2/source/controller/chartapiwrapper/GridWrapper.cxx index 10694a8533cb..43d1ca0a5660 100644 --- a/chart2/source/controller/chartapiwrapper/GridWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/GridWrapper.cxx @@ -18,15 +18,15 @@ */ #include "GridWrapper.hxx" -#include "macros.hxx" -#include "AxisHelper.hxx" +#include <macros.hxx> +#include <AxisHelper.hxx> #include "Chart2ModelContact.hxx" -#include "AxisIndexDefines.hxx" +#include <AxisIndexDefines.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> -#include "LinePropertiesHelper.hxx" -#include "UserDefinedProperties.hxx" -#include "WrappedDefaultProperty.hxx" +#include <LinePropertiesHelper.hxx> +#include <UserDefinedProperties.hxx> +#include <WrappedDefaultProperty.hxx> #include <cppuhelper/supportsservice.hxx> #include <algorithm> diff --git a/chart2/source/controller/chartapiwrapper/GridWrapper.hxx b/chart2/source/controller/chartapiwrapper/GridWrapper.hxx index 2e7097e8e207..2e65dcc39ae7 100644 --- a/chart2/source/controller/chartapiwrapper/GridWrapper.hxx +++ b/chart2/source/controller/chartapiwrapper/GridWrapper.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_GRIDWRAPPER_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_GRIDWRAPPER_HXX -#include "WrappedPropertySet.hxx" +#include <WrappedPropertySet.hxx> #include <cppuhelper/implbase.hxx> #include <comphelper/uno3.hxx> #include <comphelper/interfacecontainer2.hxx> diff --git a/chart2/source/controller/chartapiwrapper/LegendWrapper.cxx b/chart2/source/controller/chartapiwrapper/LegendWrapper.cxx index 0a3829a96e9f..ff7320ef6141 100644 --- a/chart2/source/controller/chartapiwrapper/LegendWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/LegendWrapper.cxx @@ -18,9 +18,9 @@ */ #include "LegendWrapper.hxx" -#include "macros.hxx" +#include <macros.hxx> #include "Chart2ModelContact.hxx" -#include "LegendHelper.hxx" +#include <LegendHelper.hxx> #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/chart2/XTitled.hpp> @@ -30,13 +30,13 @@ #include <com/sun/star/chart2/RelativePosition.hpp> #include <com/sun/star/drawing/FillStyle.hpp> -#include "CharacterProperties.hxx" -#include "LinePropertiesHelper.hxx" -#include "FillProperties.hxx" -#include "UserDefinedProperties.hxx" +#include <CharacterProperties.hxx> +#include <LinePropertiesHelper.hxx> +#include <FillProperties.hxx> +#include <UserDefinedProperties.hxx> #include "WrappedCharacterHeightProperty.hxx" -#include "PositionAndSizeHelper.hxx" -#include "WrappedDirectStateProperty.hxx" +#include <PositionAndSizeHelper.hxx> +#include <WrappedDirectStateProperty.hxx> #include "WrappedAutomaticPositionProperties.hxx" #include "WrappedScaleTextProperties.hxx" diff --git a/chart2/source/controller/chartapiwrapper/LegendWrapper.hxx b/chart2/source/controller/chartapiwrapper/LegendWrapper.hxx index c59bb25caddc..461458d1a46f 100644 --- a/chart2/source/controller/chartapiwrapper/LegendWrapper.hxx +++ b/chart2/source/controller/chartapiwrapper/LegendWrapper.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_LEGENDWRAPPER_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_LEGENDWRAPPER_HXX -#include "WrappedPropertySet.hxx" +#include <WrappedPropertySet.hxx> #include "ReferenceSizePropertyProvider.hxx" #include <cppuhelper/implbase.hxx> #include <comphelper/uno3.hxx> diff --git a/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.cxx b/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.cxx index 579252a64814..072b1cfbe141 100644 --- a/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.cxx @@ -18,18 +18,18 @@ */ #include "MinMaxLineWrapper.hxx" -#include "macros.hxx" +#include <macros.hxx> #include "Chart2ModelContact.hxx" -#include "DiagramHelper.hxx" -#include "servicenames_charttypes.hxx" +#include <DiagramHelper.hxx> +#include <servicenames_charttypes.hxx> #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/chart2/XChartType.hpp> #include <com/sun/star/chart2/XDataSeriesContainer.hpp> #include <com/sun/star/drawing/LineJoint.hpp> #include <comphelper/sequence.hxx> -#include "LinePropertiesHelper.hxx" -#include "UserDefinedProperties.hxx" +#include <LinePropertiesHelper.hxx> +#include <UserDefinedProperties.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::chart2; diff --git a/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.hxx b/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.hxx index 07687651e728..f66dda7d0ba5 100644 --- a/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.hxx +++ b/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.hxx @@ -19,8 +19,8 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_MINMAXLINEWRAPPER_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_MINMAXLINEWRAPPER_HXX -#include "MutexContainer.hxx" -#include "WrappedIgnoreProperty.hxx" +#include <MutexContainer.hxx> +#include <WrappedIgnoreProperty.hxx> #include <comphelper/interfacecontainer2.hxx> #include <com/sun/star/chart2/XDiagram.hpp> diff --git a/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx b/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx index bc127a2e0221..9dfa2289c341 100644 --- a/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx @@ -18,17 +18,17 @@ */ #include "TitleWrapper.hxx" -#include "macros.hxx" -#include "ControllerLockGuard.hxx" +#include <macros.hxx> +#include <ControllerLockGuard.hxx> #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/chart2/RelativePosition.hpp> -#include "CharacterProperties.hxx" -#include "LinePropertiesHelper.hxx" -#include "FillProperties.hxx" -#include "UserDefinedProperties.hxx" +#include <CharacterProperties.hxx> +#include <LinePropertiesHelper.hxx> +#include <FillProperties.hxx> +#include <UserDefinedProperties.hxx> #include "WrappedCharacterHeightProperty.hxx" #include "WrappedTextRotationProperty.hxx" #include "WrappedAutomaticPositionProperties.hxx" diff --git a/chart2/source/controller/chartapiwrapper/TitleWrapper.hxx b/chart2/source/controller/chartapiwrapper/TitleWrapper.hxx index b986eb9a2c8c..a21671cf2963 100644 --- a/chart2/source/controller/chartapiwrapper/TitleWrapper.hxx +++ b/chart2/source/controller/chartapiwrapper/TitleWrapper.hxx @@ -19,10 +19,10 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_TITLEWRAPPER_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_TITLEWRAPPER_HXX -#include "WrappedPropertySet.hxx" +#include <WrappedPropertySet.hxx> #include "ReferenceSizePropertyProvider.hxx" #include "Chart2ModelContact.hxx" -#include "TitleHelper.hxx" +#include <TitleHelper.hxx> #include <cppuhelper/implbase.hxx> #include <comphelper/uno3.hxx> #include <cppuhelper/interfacecontainer.hxx> diff --git a/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx b/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx index ea7ea6e36a5c..8b940cb3fc64 100644 --- a/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx @@ -18,18 +18,18 @@ */ #include "UpDownBarWrapper.hxx" -#include "macros.hxx" +#include <macros.hxx> #include "Chart2ModelContact.hxx" -#include "DiagramHelper.hxx" -#include "servicenames_charttypes.hxx" +#include <DiagramHelper.hxx> +#include <servicenames_charttypes.hxx> #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/chart2/XChartType.hpp> #include <com/sun/star/chart2/XDataSeriesContainer.hpp> #include <comphelper/sequence.hxx> -#include "LinePropertiesHelper.hxx" -#include "FillProperties.hxx" -#include "UserDefinedProperties.hxx" +#include <LinePropertiesHelper.hxx> +#include <FillProperties.hxx> +#include <UserDefinedProperties.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::chart2; diff --git a/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.hxx b/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.hxx index 6e902d487062..3209364a2dbd 100644 --- a/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.hxx +++ b/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_UPDOWNBARWRAPPER_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_UPDOWNBARWRAPPER_HXX -#include "MutexContainer.hxx" +#include <MutexContainer.hxx> #include <comphelper/interfacecontainer2.hxx> #include <com/sun/star/chart2/XDiagram.hpp> diff --git a/chart2/source/controller/chartapiwrapper/WallFloorWrapper.cxx b/chart2/source/controller/chartapiwrapper/WallFloorWrapper.cxx index 07dfd5bb46f6..3757e08f42ef 100644 --- a/chart2/source/controller/chartapiwrapper/WallFloorWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/WallFloorWrapper.cxx @@ -18,16 +18,16 @@ */ #include "WallFloorWrapper.hxx" -#include "macros.hxx" +#include <macros.hxx> #include "Chart2ModelContact.hxx" #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/drawing/FillStyle.hpp> -#include "FillProperties.hxx" -#include "LinePropertiesHelper.hxx" -#include "UserDefinedProperties.hxx" -#include "WrappedDirectStateProperty.hxx" +#include <FillProperties.hxx> +#include <LinePropertiesHelper.hxx> +#include <UserDefinedProperties.hxx> +#include <WrappedDirectStateProperty.hxx> #include <algorithm> #include <rtl/ustrbuf.hxx> diff --git a/chart2/source/controller/chartapiwrapper/WallFloorWrapper.hxx b/chart2/source/controller/chartapiwrapper/WallFloorWrapper.hxx index c49e6c9ccdbd..63a4dc8e7bb2 100644 --- a/chart2/source/controller/chartapiwrapper/WallFloorWrapper.hxx +++ b/chart2/source/controller/chartapiwrapper/WallFloorWrapper.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WALLFLOORWRAPPER_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WALLFLOORWRAPPER_HXX -#include "WrappedPropertySet.hxx" +#include <WrappedPropertySet.hxx> #include <cppuhelper/implbase.hxx> #include <comphelper/uno3.hxx> #include <comphelper/interfacecontainer2.hxx> diff --git a/chart2/source/controller/chartapiwrapper/WrappedAddInProperty.cxx b/chart2/source/controller/chartapiwrapper/WrappedAddInProperty.cxx index b55662a899d1..d8d6b1377947 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedAddInProperty.cxx +++ b/chart2/source/controller/chartapiwrapper/WrappedAddInProperty.cxx @@ -18,7 +18,7 @@ */ #include "WrappedAddInProperty.hxx" -#include "macros.hxx" +#include <macros.hxx> using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::Any; diff --git a/chart2/source/controller/chartapiwrapper/WrappedAddInProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedAddInProperty.hxx index a95bf97bc4f9..4239a143c7e3 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedAddInProperty.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedAddInProperty.hxx @@ -19,8 +19,8 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDADDINPROPERTY_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDADDINPROPERTY_HXX -#include "WrappedProperty.hxx" -#include "ChartDocumentWrapper.hxx" +#include <WrappedProperty.hxx> +#include <ChartDocumentWrapper.hxx> namespace chart { diff --git a/chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.cxx b/chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.cxx index 969d270a971c..0bbf238aa566 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.cxx +++ b/chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.cxx @@ -18,8 +18,8 @@ */ #include "WrappedAutomaticPositionProperties.hxx" -#include "FastPropertyIdRanges.hxx" -#include "macros.hxx" +#include <FastPropertyIdRanges.hxx> +#include <macros.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/chart2/RelativePosition.hpp> diff --git a/chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.hxx b/chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.hxx index 389cefb683cb..ced3ae1a3a5e 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDAUTOMATICPOSITIONPROPERTIES_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDAUTOMATICPOSITIONPROPERTIES_HXX -#include "WrappedProperty.hxx" +#include <WrappedProperty.hxx> #include <vector> namespace chart diff --git a/chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.cxx b/chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.cxx index 245fc313558a..17bdffa374d8 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.cxx +++ b/chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.cxx @@ -18,10 +18,10 @@ */ #include "WrappedAxisAndGridExistenceProperties.hxx" -#include "AxisHelper.hxx" -#include "ChartModelHelper.hxx" -#include "TitleHelper.hxx" -#include "macros.hxx" +#include <AxisHelper.hxx> +#include <ChartModelHelper.hxx> +#include <TitleHelper.hxx> +#include <macros.hxx> using namespace ::com::sun::star; using ::com::sun::star::uno::Any; diff --git a/chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.hxx b/chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.hxx index cbdf242e2aa8..2f3d363ec9cd 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDAXISANDGRIDEXISTENCEPROPERTIES_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDAXISANDGRIDEXISTENCEPROPERTIES_HXX -#include "WrappedProperty.hxx" +#include <WrappedProperty.hxx> #include "Chart2ModelContact.hxx" #include <memory> diff --git a/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.cxx b/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.cxx index 0a63ae3cb19a..9b291fbf5c13 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.cxx +++ b/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.cxx @@ -18,8 +18,8 @@ */ #include "WrappedCharacterHeightProperty.hxx" -#include "macros.hxx" -#include "RelativeSizeHelper.hxx" +#include <macros.hxx> +#include <RelativeSizeHelper.hxx> #include "ReferenceSizePropertyProvider.hxx" #include <osl/diagnose.h> diff --git a/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.hxx index 6902ebb91b86..e8c1d6c2f137 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDCHARACTERHEIGHTPROPERTY_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDCHARACTERHEIGHTPROPERTY_HXX -#include "WrappedProperty.hxx" +#include <WrappedProperty.hxx> #include <vector> diff --git a/chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.cxx b/chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.cxx index bd4b3a33c1fd..673602158f77 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.cxx +++ b/chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.cxx @@ -19,8 +19,8 @@ #include "WrappedDataCaptionProperties.hxx" #include "WrappedSeriesOrDiagramProperty.hxx" -#include "macros.hxx" -#include "FastPropertyIdRanges.hxx" +#include <macros.hxx> +#include <FastPropertyIdRanges.hxx> #include <unonames.hxx> #include <com/sun/star/chart2/DataPointLabel.hpp> diff --git a/chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.hxx b/chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.hxx index 0793658e908d..b430c563fa32 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDDATACAPTIONPROPERTIES_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDDATACAPTIONPROPERTIES_HXX -#include "WrappedProperty.hxx" +#include <WrappedProperty.hxx> #include "Chart2ModelContact.hxx" #include <memory> diff --git a/chart2/source/controller/chartapiwrapper/WrappedGL3DProperties.cxx b/chart2/source/controller/chartapiwrapper/WrappedGL3DProperties.cxx index 220195fc24e8..eab0ec631580 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedGL3DProperties.cxx +++ b/chart2/source/controller/chartapiwrapper/WrappedGL3DProperties.cxx @@ -9,7 +9,7 @@ #include "WrappedGL3DProperties.hxx" #include "Chart2ModelContact.hxx" -#include "FastPropertyIdRanges.hxx" +#include <FastPropertyIdRanges.hxx> #include <unonames.hxx> #include <WrappedProperty.hxx> #include <DiagramHelper.hxx> diff --git a/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.cxx b/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.cxx index 3f016f5b1299..f9943cc8b949 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.cxx +++ b/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.cxx @@ -18,8 +18,8 @@ */ #include "WrappedGapwidthProperty.hxx" -#include "macros.hxx" -#include "DiagramHelper.hxx" +#include <macros.hxx> +#include <DiagramHelper.hxx> using namespace ::com::sun::star; using ::com::sun::star::uno::Reference; diff --git a/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.hxx index 8838ed066d1a..aa5c92f5f8f3 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDGAPWIDTHPROPERTY_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDGAPWIDTHPROPERTY_HXX -#include "WrappedDefaultProperty.hxx" +#include <WrappedDefaultProperty.hxx> #include "Chart2ModelContact.hxx" #include <memory> diff --git a/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx b/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx index 125e5f48785e..a76f94a3e06a 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx +++ b/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx @@ -18,7 +18,7 @@ */ #include "WrappedNumberFormatProperty.hxx" -#include "macros.hxx" +#include <macros.hxx> #include <unonames.hxx> #include <osl/diagnose.h> diff --git a/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.hxx index 296e1fcc7262..e36d9daec1a2 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDNUMBERFORMATPROPERTY_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDNUMBERFORMATPROPERTY_HXX -#include "WrappedDirectStateProperty.hxx" +#include <WrappedDirectStateProperty.hxx> #include "Chart2ModelContact.hxx" #include <memory> diff --git a/chart2/source/controller/chartapiwrapper/WrappedScaleProperty.cxx b/chart2/source/controller/chartapiwrapper/WrappedScaleProperty.cxx index c37e9f67c80b..db525c4606ae 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedScaleProperty.cxx +++ b/chart2/source/controller/chartapiwrapper/WrappedScaleProperty.cxx @@ -18,9 +18,9 @@ */ #include "WrappedScaleProperty.hxx" -#include "macros.hxx" -#include "CommonConverters.hxx" -#include "AxisHelper.hxx" +#include <macros.hxx> +#include <CommonConverters.hxx> +#include <AxisHelper.hxx> #include <com/sun/star/chart2/XAxis.hpp> #include <com/sun/star/chart/ChartAxisType.hpp> #include <chartview/ExplicitScaleValues.hxx> diff --git a/chart2/source/controller/chartapiwrapper/WrappedScaleProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedScaleProperty.hxx index 35bd6b30bcf7..1ad84ded5870 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedScaleProperty.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedScaleProperty.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSCALEPROPERTY_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSCALEPROPERTY_HXX -#include "WrappedProperty.hxx" +#include <WrappedProperty.hxx> #include "Chart2ModelContact.hxx" #include <memory> diff --git a/chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.cxx b/chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.cxx index a3bde4974aee..273ac2ac2aef 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.cxx +++ b/chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.cxx @@ -18,8 +18,8 @@ */ #include "WrappedScaleTextProperties.hxx" -#include "FastPropertyIdRanges.hxx" -#include "macros.hxx" +#include <FastPropertyIdRanges.hxx> +#include <macros.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> diff --git a/chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.hxx b/chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.hxx index f892fbbf5e83..81e02427d8c1 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSCALETEXTPROPERTIES_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSCALETEXTPROPERTIES_HXX -#include "WrappedProperty.hxx" +#include <WrappedProperty.hxx> #include "Chart2ModelContact.hxx" #include <memory> diff --git a/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.cxx b/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.cxx index f0d9e2a62561..3e3edf85eb6f 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.cxx +++ b/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.cxx @@ -18,10 +18,10 @@ */ #include "WrappedSceneProperty.hxx" -#include "macros.hxx" -#include "DiagramHelper.hxx" -#include "servicenames_charttypes.hxx" -#include "BaseGFXHelper.hxx" +#include <macros.hxx> +#include <DiagramHelper.hxx> +#include <servicenames_charttypes.hxx> +#include <BaseGFXHelper.hxx> using namespace ::com::sun::star; using ::com::sun::star::uno::Any; diff --git a/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx index e587f417296c..3a8b65412a63 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSCENEPROPERTY_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSCENEPROPERTY_HXX -#include "WrappedProperty.hxx" +#include <WrappedProperty.hxx> #include "Chart2ModelContact.hxx" #include <memory> diff --git a/chart2/source/controller/chartapiwrapper/WrappedSeriesAreaOrLineProperty.cxx b/chart2/source/controller/chartapiwrapper/WrappedSeriesAreaOrLineProperty.cxx index 69a881c61a6d..056dc2fe2510 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedSeriesAreaOrLineProperty.cxx +++ b/chart2/source/controller/chartapiwrapper/WrappedSeriesAreaOrLineProperty.cxx @@ -19,7 +19,7 @@ #include "WrappedSeriesAreaOrLineProperty.hxx" #include "DataSeriesPointWrapper.hxx" -#include "macros.hxx" +#include <macros.hxx> namespace chart { diff --git a/chart2/source/controller/chartapiwrapper/WrappedSeriesAreaOrLineProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedSeriesAreaOrLineProperty.hxx index 5a1a4ef32855..eb4d46621815 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedSeriesAreaOrLineProperty.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedSeriesAreaOrLineProperty.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSERIESAREAORLINEPROPERTY_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSERIESAREAORLINEPROPERTY_HXX -#include "WrappedProperty.hxx" +#include <WrappedProperty.hxx> namespace chart { diff --git a/chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx index 47b2675cdcaa..110b298d7991 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx @@ -19,10 +19,10 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSERIESORDIAGRAMPROPERTY_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSERIESORDIAGRAMPROPERTY_HXX -#include "WrappedProperty.hxx" +#include <WrappedProperty.hxx> #include "Chart2ModelContact.hxx" -#include "macros.hxx" -#include "DiagramHelper.hxx" +#include <macros.hxx> +#include <DiagramHelper.hxx> #include <com/sun/star/chart2/XDataSeries.hpp> #include <memory> diff --git a/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx b/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx index 977dba6aec11..1e673add5f50 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx +++ b/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx @@ -18,9 +18,9 @@ */ #include "WrappedSplineProperties.hxx" -#include "macros.hxx" -#include "FastPropertyIdRanges.hxx" -#include "DiagramHelper.hxx" +#include <macros.hxx> +#include <FastPropertyIdRanges.hxx> +#include <DiagramHelper.hxx> #include <unonames.hxx> #include <com/sun/star/chart2/CurveStyle.hpp> diff --git a/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.hxx b/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.hxx index f47e3da4d70a..42526e6219a7 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSPLINEPROPERTIES_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSPLINEPROPERTIES_HXX -#include "WrappedProperty.hxx" +#include <WrappedProperty.hxx> #include "Chart2ModelContact.hxx" #include <memory> diff --git a/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx b/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx index 4f67de5f58e1..7d574d181b37 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx +++ b/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx @@ -19,12 +19,12 @@ #include "WrappedStatisticProperties.hxx" #include "WrappedSeriesOrDiagramProperty.hxx" -#include "macros.hxx" -#include "FastPropertyIdRanges.hxx" -#include "RegressionCurveHelper.hxx" -#include "DiagramHelper.hxx" -#include "ErrorBar.hxx" -#include "StatisticsHelper.hxx" +#include <macros.hxx> +#include <FastPropertyIdRanges.hxx> +#include <RegressionCurveHelper.hxx> +#include <DiagramHelper.hxx> +#include <ErrorBar.hxx> +#include <StatisticsHelper.hxx> #include <unonames.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> diff --git a/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.hxx b/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.hxx index 6133e41f0c03..0cf09984b867 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSTATISTICPROPERTIES_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSTATISTICPROPERTIES_HXX -#include "WrappedProperty.hxx" +#include <WrappedProperty.hxx> #include "Chart2ModelContact.hxx" #include <memory> diff --git a/chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx b/chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx index 0500f6e0ea28..a6592bc1caa3 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx +++ b/chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx @@ -18,11 +18,11 @@ */ #include "WrappedStockProperties.hxx" -#include "macros.hxx" -#include "FastPropertyIdRanges.hxx" -#include "DiagramHelper.hxx" -#include "ChartModelHelper.hxx" -#include "ControllerLockGuard.hxx" +#include <macros.hxx> +#include <FastPropertyIdRanges.hxx> +#include <DiagramHelper.hxx> +#include <ChartModelHelper.hxx> +#include <ControllerLockGuard.hxx> #include <com/sun/star/chart2/XChartDocument.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> diff --git a/chart2/source/controller/chartapiwrapper/WrappedStockProperties.hxx b/chart2/source/controller/chartapiwrapper/WrappedStockProperties.hxx index 3879eb8245d0..f15320d41b22 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedStockProperties.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedStockProperties.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSTOCKPROPERTIES_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSTOCKPROPERTIES_HXX -#include "WrappedProperty.hxx" +#include <WrappedProperty.hxx> #include "Chart2ModelContact.hxx" #include <memory> diff --git a/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx b/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx index 0ff88db194e7..7fa34a3de548 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx +++ b/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx @@ -19,9 +19,9 @@ #include "WrappedSymbolProperties.hxx" #include "WrappedSeriesOrDiagramProperty.hxx" -#include "macros.hxx" -#include "FastPropertyIdRanges.hxx" -#include "ChartTypeHelper.hxx" +#include <macros.hxx> +#include <FastPropertyIdRanges.hxx> +#include <ChartTypeHelper.hxx> #include <com/sun/star/chart2/Symbol.hpp> #include <com/sun/star/chart2/SymbolStyle.hpp> #include <com/sun/star/awt/Size.hpp> diff --git a/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx b/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx index c32249188ca6..1b94f5753b09 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSYMBOLPROPERTIES_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSYMBOLPROPERTIES_HXX -#include "WrappedProperty.hxx" +#include <WrappedProperty.hxx> #include "Chart2ModelContact.hxx" #include <memory> diff --git a/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.cxx b/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.cxx index bd371b35b80e..9772f75757ee 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.cxx +++ b/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.cxx @@ -18,7 +18,7 @@ */ #include "WrappedTextRotationProperty.hxx" -#include "macros.hxx" +#include <macros.hxx> #include <com/sun/star/beans/XPropertyState.hpp> using namespace ::com::sun::star; diff --git a/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.hxx index faf102bb0b6e..17adb3fdd209 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDTEXTROTATIONPROPERTY_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDTEXTROTATIONPROPERTY_HXX -#include "WrappedProperty.hxx" +#include <WrappedProperty.hxx> namespace chart { diff --git a/chart2/source/controller/dialogs/ChartTypeDialogController.cxx b/chart2/source/controller/dialogs/ChartTypeDialogController.cxx index 7b91f73dd2d7..45df9b05efb4 100644 --- a/chart2/source/controller/dialogs/ChartTypeDialogController.cxx +++ b/chart2/source/controller/dialogs/ChartTypeDialogController.cxx @@ -18,15 +18,15 @@ */ #include "ChartTypeDialogController.hxx" -#include "ResId.hxx" -#include "helpids.h" -#include "strings.hrc" -#include "bitmaps.hlst" -#include "macros.hxx" -#include "ChartModelHelper.hxx" -#include "DiagramHelper.hxx" -#include "ControllerLockGuard.hxx" -#include "AxisHelper.hxx" +#include <ResId.hxx> +#include <helpids.h> +#include <strings.hrc> +#include <bitmaps.hlst> +#include <macros.hxx> +#include <ChartModelHelper.hxx> +#include <DiagramHelper.hxx> +#include <ControllerLockGuard.hxx> +#include <AxisHelper.hxx> #include <unonames.hxx> #include <com/sun/star/chart2/DataPointGeometry3D.hpp> diff --git a/chart2/source/controller/dialogs/ChartTypeDialogController.hxx b/chart2/source/controller/dialogs/ChartTypeDialogController.hxx index 6e3d964d02cb..1e3830e981f9 100644 --- a/chart2/source/controller/dialogs/ChartTypeDialogController.hxx +++ b/chart2/source/controller/dialogs/ChartTypeDialogController.hxx @@ -25,7 +25,7 @@ #include <map> #include "ChangingResource.hxx" -#include "ThreeDHelper.hxx" +#include <ThreeDHelper.hxx> #include <com/sun/star/chart2/CurveStyle.hpp> #include <com/sun/star/chart2/XChartDocument.hpp> diff --git a/chart2/source/controller/dialogs/DataBrowser.cxx b/chart2/source/controller/dialogs/DataBrowser.cxx index 04f9218cebc0..e1978f0e44e3 100644 --- a/chart2/source/controller/dialogs/DataBrowser.cxx +++ b/chart2/source/controller/dialogs/DataBrowser.cxx @@ -22,17 +22,17 @@ #include "DataBrowser.hxx" #include "DataBrowserModel.hxx" -#include "strings.hrc" -#include "DataSeriesHelper.hxx" -#include "DiagramHelper.hxx" -#include "ChartModelHelper.hxx" -#include "CommonConverters.hxx" -#include "macros.hxx" -#include "NumberFormatterWrapper.hxx" -#include "servicenames_charttypes.hxx" -#include "ResId.hxx" -#include "bitmaps.hlst" -#include "helpids.h" +#include <strings.hrc> +#include <DataSeriesHelper.hxx> +#include <DiagramHelper.hxx> +#include <ChartModelHelper.hxx> +#include <CommonConverters.hxx> +#include <macros.hxx> +#include <NumberFormatterWrapper.hxx> +#include <servicenames_charttypes.hxx> +#include <ResId.hxx> +#include <bitmaps.hlst> +#include <helpids.h> #include <vcl/fixed.hxx> #include <vcl/image.hxx> diff --git a/chart2/source/controller/dialogs/DataBrowserModel.cxx b/chart2/source/controller/dialogs/DataBrowserModel.cxx index e8b8c576865b..c0d53e57bf36 100644 --- a/chart2/source/controller/dialogs/DataBrowserModel.cxx +++ b/chart2/source/controller/dialogs/DataBrowserModel.cxx @@ -19,18 +19,18 @@ #include "DataBrowserModel.hxx" #include "DialogModel.hxx" -#include "ChartModelHelper.hxx" -#include "DiagramHelper.hxx" -#include "DataSeriesHelper.hxx" -#include "PropertyHelper.hxx" -#include "ControllerLockGuard.hxx" -#include "macros.hxx" -#include "StatisticsHelper.hxx" -#include "ChartTypeHelper.hxx" -#include "chartview/ExplicitValueProvider.hxx" -#include "ExplicitCategoriesProvider.hxx" - -#include "ChartModel.hxx" +#include <ChartModelHelper.hxx> +#include <DiagramHelper.hxx> +#include <DataSeriesHelper.hxx> +#include <PropertyHelper.hxx> +#include <ControllerLockGuard.hxx> +#include <macros.hxx> +#include <StatisticsHelper.hxx> +#include <ChartTypeHelper.hxx> +#include <chartview/ExplicitValueProvider.hxx> +#include <ExplicitCategoriesProvider.hxx> + +#include <ChartModel.hxx> #include <unonames.hxx> #include <com/sun/star/container/XIndexReplace.hpp> diff --git a/chart2/source/controller/dialogs/DialogModel.cxx b/chart2/source/controller/dialogs/DialogModel.cxx index a84fc811b30b..2efc9f77db44 100644 --- a/chart2/source/controller/dialogs/DialogModel.cxx +++ b/chart2/source/controller/dialogs/DialogModel.cxx @@ -18,19 +18,19 @@ */ #include "DialogModel.hxx" -#include "RangeSelectionHelper.hxx" -#include "PropertyHelper.hxx" -#include "DataSeriesHelper.hxx" -#include "DataSourceHelper.hxx" -#include "DiagramHelper.hxx" -#include "macros.hxx" -#include "strings.hrc" -#include "ResId.hxx" -#include "ContainerHelper.hxx" -#include "CommonFunctors.hxx" -#include "ControllerLockGuard.hxx" -#include "ChartTypeHelper.hxx" -#include "ThreeDHelper.hxx" +#include <RangeSelectionHelper.hxx> +#include <PropertyHelper.hxx> +#include <DataSeriesHelper.hxx> +#include <DataSourceHelper.hxx> +#include <DiagramHelper.hxx> +#include <macros.hxx> +#include <strings.hrc> +#include <ResId.hxx> +#include <ContainerHelper.hxx> +#include <CommonFunctors.hxx> +#include <ControllerLockGuard.hxx> +#include <ChartTypeHelper.hxx> +#include <ThreeDHelper.hxx> #include <com/sun/star/util/XCloneable.hpp> #include <com/sun/star/chart2/AxisType.hpp> diff --git a/chart2/source/controller/dialogs/DialogModel.hxx b/chart2/source/controller/dialogs/DialogModel.hxx index 722ce266bc98..704962e06012 100644 --- a/chart2/source/controller/dialogs/DialogModel.hxx +++ b/chart2/source/controller/dialogs/DialogModel.hxx @@ -19,12 +19,12 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_DIALOGMODEL_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_DIALOGMODEL_HXX -#include "TimerTriggeredControllerLock.hxx" +#include <TimerTriggeredControllerLock.hxx> #include <com/sun/star/chart2/XChartDocument.hpp> #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -#include "ChartModel.hxx" +#include <ChartModel.hxx> #include <map> #include <memory> diff --git a/chart2/source/controller/dialogs/ObjectNameProvider.cxx b/chart2/source/controller/dialogs/ObjectNameProvider.cxx index 89106b0a4795..ddcff83b81a3 100644 --- a/chart2/source/controller/dialogs/ObjectNameProvider.cxx +++ b/chart2/source/controller/dialogs/ObjectNameProvider.cxx @@ -17,20 +17,20 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ObjectNameProvider.hxx" -#include "ResId.hxx" -#include "strings.hrc" -#include "macros.hxx" -#include "AxisHelper.hxx" -#include "ChartModelHelper.hxx" -#include "DiagramHelper.hxx" -#include "DataSeriesHelper.hxx" -#include "TitleHelper.hxx" -#include "AxisIndexDefines.hxx" -#include "ExplicitCategoriesProvider.hxx" -#include "CommonConverters.hxx" -#include "NumberFormatterWrapper.hxx" -#include "RegressionCurveHelper.hxx" +#include <ObjectNameProvider.hxx> +#include <ResId.hxx> +#include <strings.hrc> +#include <macros.hxx> +#include <AxisHelper.hxx> +#include <ChartModelHelper.hxx> +#include <DiagramHelper.hxx> +#include <DataSeriesHelper.hxx> +#include <TitleHelper.hxx> +#include <AxisIndexDefines.hxx> +#include <ExplicitCategoriesProvider.hxx> +#include <CommonConverters.hxx> +#include <NumberFormatterWrapper.hxx> +#include <RegressionCurveHelper.hxx> #include <rtl/math.hxx> #include <rtl/ustring.hxx> #include <vcl/settings.hxx> diff --git a/chart2/source/controller/dialogs/RangeSelectionHelper.cxx b/chart2/source/controller/dialogs/RangeSelectionHelper.cxx index 48db808ba017..ca32b06a8d74 100644 --- a/chart2/source/controller/dialogs/RangeSelectionHelper.cxx +++ b/chart2/source/controller/dialogs/RangeSelectionHelper.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "RangeSelectionHelper.hxx" -#include "RangeSelectionListener.hxx" -#include "macros.hxx" +#include <RangeSelectionHelper.hxx> +#include <RangeSelectionListener.hxx> +#include <macros.hxx> #include <com/sun/star/awt/XTopWindow.hpp> using namespace ::com::sun::star; diff --git a/chart2/source/controller/dialogs/RangeSelectionListener.cxx b/chart2/source/controller/dialogs/RangeSelectionListener.cxx index f3ffec17c85b..ca0d9ae2cd48 100644 --- a/chart2/source/controller/dialogs/RangeSelectionListener.cxx +++ b/chart2/source/controller/dialogs/RangeSelectionListener.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "RangeSelectionListener.hxx" +#include <RangeSelectionListener.hxx> using namespace ::com::sun::star; diff --git a/chart2/source/controller/dialogs/TextDirectionListBox.cxx b/chart2/source/controller/dialogs/TextDirectionListBox.cxx index 9a6e28bba418..1fd5b7604c10 100644 --- a/chart2/source/controller/dialogs/TextDirectionListBox.cxx +++ b/chart2/source/controller/dialogs/TextDirectionListBox.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "TextDirectionListBox.hxx" -#include "ResId.hxx" -#include "strings.hrc" +#include <TextDirectionListBox.hxx> +#include <ResId.hxx> +#include <strings.hrc> #include <svl/languageoptions.hxx> #include <vcl/window.hxx> #include <vcl/builderfactory.hxx> diff --git a/chart2/source/controller/dialogs/TimerTriggeredControllerLock.cxx b/chart2/source/controller/dialogs/TimerTriggeredControllerLock.cxx index c72efb343b6a..b3c12418387c 100644 --- a/chart2/source/controller/dialogs/TimerTriggeredControllerLock.cxx +++ b/chart2/source/controller/dialogs/TimerTriggeredControllerLock.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "TimerTriggeredControllerLock.hxx" +#include <TimerTriggeredControllerLock.hxx> #include <vcl/edit.hxx> diff --git a/chart2/source/controller/dialogs/TitleDialogData.cxx b/chart2/source/controller/dialogs/TitleDialogData.cxx index 52ed6c38f767..e859ffceb2b5 100644 --- a/chart2/source/controller/dialogs/TitleDialogData.cxx +++ b/chart2/source/controller/dialogs/TitleDialogData.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "TitleDialogData.hxx" -#include "TitleHelper.hxx" -#include "ChartModelHelper.hxx" -#include "AxisHelper.hxx" +#include <TitleDialogData.hxx> +#include <TitleHelper.hxx> +#include <ChartModelHelper.hxx> +#include <AxisHelper.hxx> namespace chart { diff --git a/chart2/source/controller/dialogs/dlg_ChartType.cxx b/chart2/source/controller/dialogs/dlg_ChartType.cxx index a062e768fe5e..cae727eb5b63 100644 --- a/chart2/source/controller/dialogs/dlg_ChartType.cxx +++ b/chart2/source/controller/dialogs/dlg_ChartType.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "dlg_ChartType.hxx" -#include "ResId.hxx" +#include <dlg_ChartType.hxx> +#include <ResId.hxx> #include "TabPageIds.h" -#include "strings.hrc" +#include <strings.hrc> #include "tp_ChartType.hxx" -#include "macros.hxx" +#include <macros.hxx> #include <com/sun/star/chart2/XChartDocument.hpp> #include <vcl/layout.hxx> diff --git a/chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx b/chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx index 71f5c00bd82a..43950c39a147 100644 --- a/chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx +++ b/chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "dlg_ChartType_UNO.hxx" -#include "dlg_ChartType.hxx" -#include "servicenames.hxx" +#include <dlg_ChartType_UNO.hxx> +#include <dlg_ChartType.hxx> +#include <servicenames.hxx> #include <osl/mutex.hxx> namespace chart diff --git a/chart2/source/controller/dialogs/dlg_CreationWizard.cxx b/chart2/source/controller/dialogs/dlg_CreationWizard.cxx index 97f7d6030208..4eeeb775da4e 100644 --- a/chart2/source/controller/dialogs/dlg_CreationWizard.cxx +++ b/chart2/source/controller/dialogs/dlg_CreationWizard.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "dlg_CreationWizard.hxx" -#include "ResId.hxx" -#include "macros.hxx" -#include "strings.hrc" -#include "helpids.h" +#include <dlg_CreationWizard.hxx> +#include <ResId.hxx> +#include <macros.hxx> +#include <strings.hrc> +#include <helpids.h> #include "tp_ChartType.hxx" #include "tp_RangeChooser.hxx" diff --git a/chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx b/chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx index a61ae2365900..d22e201eb753 100644 --- a/chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx +++ b/chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "dlg_CreationWizard_UNO.hxx" -#include "dlg_CreationWizard.hxx" -#include "macros.hxx" -#include "servicenames.hxx" -#include "TimerTriggeredControllerLock.hxx" +#include <dlg_CreationWizard_UNO.hxx> +#include <dlg_CreationWizard.hxx> +#include <macros.hxx> +#include <servicenames.hxx> +#include <TimerTriggeredControllerLock.hxx> #include <osl/mutex.hxx> #include <vcl/svapp.hxx> #include <toolkit/awt/vclxwindow.hxx> diff --git a/chart2/source/controller/dialogs/dlg_DataEditor.cxx b/chart2/source/controller/dialogs/dlg_DataEditor.cxx index 7a8019e0fa43..a7ac832c2e4e 100644 --- a/chart2/source/controller/dialogs/dlg_DataEditor.cxx +++ b/chart2/source/controller/dialogs/dlg_DataEditor.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "dlg_DataEditor.hxx" -#include "strings.hrc" +#include <dlg_DataEditor.hxx> +#include <strings.hrc> #include "DataBrowser.hxx" -#include "ResId.hxx" +#include <ResId.hxx> #include <sfx2/dispatch.hxx> #include <vcl/msgbox.hxx> #include <vcl/taskpanelist.hxx> diff --git a/chart2/source/controller/dialogs/dlg_DataSource.cxx b/chart2/source/controller/dialogs/dlg_DataSource.cxx index d2b6c275e959..43f7d41a4866 100644 --- a/chart2/source/controller/dialogs/dlg_DataSource.cxx +++ b/chart2/source/controller/dialogs/dlg_DataSource.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "dlg_DataSource.hxx" -#include "strings.hrc" -#include "ResId.hxx" +#include <dlg_DataSource.hxx> +#include <strings.hrc> +#include <ResId.hxx> #include "ChartTypeTemplateProvider.hxx" -#include "DiagramHelper.hxx" +#include <DiagramHelper.hxx> #include "DialogModel.hxx" -#include "helpids.h" +#include <helpids.h> #include "tp_RangeChooser.hxx" #include "tp_DataSource.hxx" diff --git a/chart2/source/controller/dialogs/dlg_InsertAxis_Grid.cxx b/chart2/source/controller/dialogs/dlg_InsertAxis_Grid.cxx index 93c1a7abfa6f..02d76fd5a847 100644 --- a/chart2/source/controller/dialogs/dlg_InsertAxis_Grid.cxx +++ b/chart2/source/controller/dialogs/dlg_InsertAxis_Grid.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "dlg_InsertAxis_Grid.hxx" +#include <dlg_InsertAxis_Grid.hxx> -#include "ResId.hxx" -#include "chartview/ChartSfxItemIds.hxx" -#include "helpids.h" -#include "ObjectNameProvider.hxx" +#include <ResId.hxx> +#include <chartview/ChartSfxItemIds.hxx> +#include <helpids.h> +#include <ObjectNameProvider.hxx> #include <svl/eitem.hxx> diff --git a/chart2/source/controller/dialogs/dlg_InsertDataLabel.cxx b/chart2/source/controller/dialogs/dlg_InsertDataLabel.cxx index fc0e2fb1178f..490ca57ed761 100644 --- a/chart2/source/controller/dialogs/dlg_InsertDataLabel.cxx +++ b/chart2/source/controller/dialogs/dlg_InsertDataLabel.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "dlg_InsertDataLabel.hxx" +#include <dlg_InsertDataLabel.hxx> #include "res_DataLabel.hxx" namespace chart diff --git a/chart2/source/controller/dialogs/dlg_InsertErrorBars.cxx b/chart2/source/controller/dialogs/dlg_InsertErrorBars.cxx index 38873290091e..152670709e07 100644 --- a/chart2/source/controller/dialogs/dlg_InsertErrorBars.cxx +++ b/chart2/source/controller/dialogs/dlg_InsertErrorBars.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "dlg_InsertErrorBars.hxx" -#include "res_ErrorBar.hxx" -#include "ResId.hxx" -#include "chartview/ExplicitValueProvider.hxx" -#include "ChartModelHelper.hxx" -#include "ObjectIdentifier.hxx" -#include "DiagramHelper.hxx" -#include "AxisHelper.hxx" -#include "ObjectNameProvider.hxx" +#include <dlg_InsertErrorBars.hxx> +#include <res_ErrorBar.hxx> +#include <ResId.hxx> +#include <chartview/ExplicitValueProvider.hxx> +#include <ChartModelHelper.hxx> +#include <ObjectIdentifier.hxx> +#include <DiagramHelper.hxx> +#include <AxisHelper.hxx> +#include <ObjectNameProvider.hxx> #include <com/sun/star/chart2/XAxis.hpp> #include <com/sun/star/chart2/XDiagram.hpp> diff --git a/chart2/source/controller/dialogs/dlg_InsertLegend.cxx b/chart2/source/controller/dialogs/dlg_InsertLegend.cxx index 9e113052eadb..a2b9531f078c 100644 --- a/chart2/source/controller/dialogs/dlg_InsertLegend.cxx +++ b/chart2/source/controller/dialogs/dlg_InsertLegend.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "dlg_InsertLegend.hxx" -#include "res_LegendPosition.hxx" +#include <dlg_InsertLegend.hxx> +#include <res_LegendPosition.hxx> namespace chart { diff --git a/chart2/source/controller/dialogs/dlg_InsertTitle.cxx b/chart2/source/controller/dialogs/dlg_InsertTitle.cxx index 742d6a5ae1d6..267545a14def 100644 --- a/chart2/source/controller/dialogs/dlg_InsertTitle.cxx +++ b/chart2/source/controller/dialogs/dlg_InsertTitle.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "dlg_InsertTitle.hxx" -#include "res_Titles.hxx" -#include "ResId.hxx" -#include "ObjectNameProvider.hxx" +#include <dlg_InsertTitle.hxx> +#include <res_Titles.hxx> +#include <ResId.hxx> +#include <ObjectNameProvider.hxx> namespace chart { diff --git a/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx b/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx index b815a4a72177..3f15fb3215eb 100644 --- a/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx +++ b/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx @@ -18,9 +18,9 @@ */ #include <svl/zforlist.hxx> -#include "dlg_ObjectProperties.hxx" +#include <dlg_ObjectProperties.hxx> #include "TabPageIds.h" -#include "strings.hrc" +#include <strings.hrc> #include "tp_AxisLabel.hxx" #include "tp_DataLabel.hxx" #include "tp_LegendPosition.hxx" @@ -32,20 +32,20 @@ #include "tp_SeriesToAxis.hxx" #include "tp_TitleRotation.hxx" #include "tp_PolarOptions.hxx" -#include "ResId.hxx" -#include "ViewElementListProvider.hxx" -#include "macros.hxx" -#include "ChartModelHelper.hxx" -#include "ChartTypeHelper.hxx" -#include "ObjectNameProvider.hxx" -#include "DiagramHelper.hxx" -#include "NumberFormatterWrapper.hxx" -#include "AxisIndexDefines.hxx" -#include "AxisHelper.hxx" -#include "ExplicitCategoriesProvider.hxx" -#include "ChartModel.hxx" -#include "CommonConverters.hxx" -#include "RegressionCalculationHelper.hxx" +#include <ResId.hxx> +#include <ViewElementListProvider.hxx> +#include <macros.hxx> +#include <ChartModelHelper.hxx> +#include <ChartTypeHelper.hxx> +#include <ObjectNameProvider.hxx> +#include <DiagramHelper.hxx> +#include <NumberFormatterWrapper.hxx> +#include <AxisIndexDefines.hxx> +#include <AxisHelper.hxx> +#include <ExplicitCategoriesProvider.hxx> +#include <ChartModel.hxx> +#include <CommonConverters.hxx> +#include <RegressionCalculationHelper.hxx> #include <com/sun/star/chart2/XAxis.hpp> #include <com/sun/star/chart2/XChartType.hpp> diff --git a/chart2/source/controller/dialogs/dlg_ShapeFont.cxx b/chart2/source/controller/dialogs/dlg_ShapeFont.cxx index 5b0c8ef2fec5..6f259fbce0ba 100644 --- a/chart2/source/controller/dialogs/dlg_ShapeFont.cxx +++ b/chart2/source/controller/dialogs/dlg_ShapeFont.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "dlg_ShapeFont.hxx" -#include "ViewElementListProvider.hxx" -#include "ResId.hxx" +#include <dlg_ShapeFont.hxx> +#include <ViewElementListProvider.hxx> +#include <ResId.hxx> #include "TabPageIds.h" #include <svl/intitem.hxx> diff --git a/chart2/source/controller/dialogs/dlg_ShapeParagraph.cxx b/chart2/source/controller/dialogs/dlg_ShapeParagraph.cxx index 1cb58f49a779..aecf250adb20 100644 --- a/chart2/source/controller/dialogs/dlg_ShapeParagraph.cxx +++ b/chart2/source/controller/dialogs/dlg_ShapeParagraph.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "dlg_ShapeParagraph.hxx" -#include "ResId.hxx" +#include <dlg_ShapeParagraph.hxx> +#include <ResId.hxx> #include "TabPageIds.h" #include <svl/cjkoptions.hxx> diff --git a/chart2/source/controller/dialogs/dlg_View3D.cxx b/chart2/source/controller/dialogs/dlg_View3D.cxx index 39f81f1bd5b5..62b9317d41a6 100644 --- a/chart2/source/controller/dialogs/dlg_View3D.cxx +++ b/chart2/source/controller/dialogs/dlg_View3D.cxx @@ -17,16 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "dlg_View3D.hxx" -#include "strings.hrc" +#include <dlg_View3D.hxx> +#include <strings.hrc> #include "TabPageIds.h" -#include "ResId.hxx" +#include <ResId.hxx> #include "tp_3D_SceneGeometry.hxx" #include "tp_3D_SceneAppearance.hxx" #include "tp_3D_SceneIllumination.hxx" -#include "ChartModelHelper.hxx" -#include "macros.hxx" -#include "ControllerLockGuard.hxx" +#include <ChartModelHelper.hxx> +#include <macros.hxx> +#include <ControllerLockGuard.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <vcl/msgbox.hxx> diff --git a/chart2/source/controller/dialogs/res_DataLabel.cxx b/chart2/source/controller/dialogs/res_DataLabel.cxx index 5bbb72604e63..73d8598a6dd2 100644 --- a/chart2/source/controller/dialogs/res_DataLabel.cxx +++ b/chart2/source/controller/dialogs/res_DataLabel.cxx @@ -19,7 +19,7 @@ #include "res_DataLabel.hxx" -#include "chartview/ChartSfxItemIds.hxx" +#include <chartview/ChartSfxItemIds.hxx> #include "dlg_NumberFormat.hxx" #include <svx/numinf.hxx> diff --git a/chart2/source/controller/dialogs/res_DataLabel.hxx b/chart2/source/controller/dialogs/res_DataLabel.hxx index aefde02a7fec..4d779de5e9d7 100644 --- a/chart2/source/controller/dialogs/res_DataLabel.hxx +++ b/chart2/source/controller/dialogs/res_DataLabel.hxx @@ -22,7 +22,7 @@ #include <vcl/button.hxx> #include <vcl/layout.hxx> #include <svl/itemset.hxx> -#include "TextDirectionListBox.hxx" +#include <TextDirectionListBox.hxx> #include <svx/dialcontrol.hxx> #include <sfx2/tabdlg.hxx> diff --git a/chart2/source/controller/dialogs/res_ErrorBar.cxx b/chart2/source/controller/dialogs/res_ErrorBar.cxx index fc3975a6e3e8..353f647d26ae 100644 --- a/chart2/source/controller/dialogs/res_ErrorBar.cxx +++ b/chart2/source/controller/dialogs/res_ErrorBar.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "res_ErrorBar.hxx" -#include "ResId.hxx" -#include "bitmaps.hlst" -#include "RangeSelectionHelper.hxx" -#include "TabPageNotifiable.hxx" -#include "macros.hxx" -#include "helpids.h" +#include <res_ErrorBar.hxx> +#include <ResId.hxx> +#include <bitmaps.hlst> +#include <RangeSelectionHelper.hxx> +#include <TabPageNotifiable.hxx> +#include <macros.hxx> +#include <helpids.h> #include <rtl/math.hxx> #include <vcl/dialog.hxx> diff --git a/chart2/source/controller/dialogs/res_LegendPosition.cxx b/chart2/source/controller/dialogs/res_LegendPosition.cxx index 2d9f912f007c..3fac5184a8d4 100644 --- a/chart2/source/controller/dialogs/res_LegendPosition.cxx +++ b/chart2/source/controller/dialogs/res_LegendPosition.cxx @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "res_LegendPosition.hxx" -#include "ChartModelHelper.hxx" -#include "macros.hxx" -#include "LegendHelper.hxx" -#include "ChartModel.hxx" +#include <res_LegendPosition.hxx> +#include <ChartModelHelper.hxx> +#include <macros.hxx> +#include <LegendHelper.hxx> +#include <ChartModel.hxx> #include <svtools/controldims.hxx> #include <com/sun/star/chart2/LegendPosition.hpp> #include <com/sun/star/chart/ChartLegendExpansion.hpp> //itemset stuff -#include "chartview/ChartSfxItemIds.hxx" +#include <chartview/ChartSfxItemIds.hxx> #include <svl/intitem.hxx> #include <svl/eitem.hxx> diff --git a/chart2/source/controller/dialogs/res_Titles.cxx b/chart2/source/controller/dialogs/res_Titles.cxx index dae07506e76e..6dffaaf6ce2a 100644 --- a/chart2/source/controller/dialogs/res_Titles.cxx +++ b/chart2/source/controller/dialogs/res_Titles.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "res_Titles.hxx" -#include "ResId.hxx" -#include "TitleDialogData.hxx" +#include <res_Titles.hxx> +#include <ResId.hxx> +#include <TitleDialogData.hxx> #include <svtools/controldims.hxx> namespace chart diff --git a/chart2/source/controller/dialogs/res_Trendline.cxx b/chart2/source/controller/dialogs/res_Trendline.cxx index d25e5518794d..9ac6b1bb9414 100644 --- a/chart2/source/controller/dialogs/res_Trendline.cxx +++ b/chart2/source/controller/dialogs/res_Trendline.cxx @@ -18,10 +18,10 @@ */ #include "res_Trendline.hxx" -#include "ResId.hxx" -#include "strings.hrc" -#include "bitmaps.hlst" -#include "chartview/ChartSfxItemIds.hxx" +#include <ResId.hxx> +#include <strings.hrc> +#include <bitmaps.hlst> +#include <chartview/ChartSfxItemIds.hxx> #include <svl/intitem.hxx> #include <svl/stritem.hxx> diff --git a/chart2/source/controller/dialogs/tp_3D_SceneAppearance.cxx b/chart2/source/controller/dialogs/tp_3D_SceneAppearance.cxx index 2a6589f07960..e38025a8fa6f 100644 --- a/chart2/source/controller/dialogs/tp_3D_SceneAppearance.cxx +++ b/chart2/source/controller/dialogs/tp_3D_SceneAppearance.cxx @@ -18,9 +18,9 @@ */ #include "tp_3D_SceneAppearance.hxx" -#include "ChartModelHelper.hxx" -#include "ThreeDHelper.hxx" -#include "macros.hxx" +#include <ChartModelHelper.hxx> +#include <ThreeDHelper.hxx> +#include <macros.hxx> #include <rtl/math.hxx> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/chart2/source/controller/dialogs/tp_3D_SceneAppearance.hxx b/chart2/source/controller/dialogs/tp_3D_SceneAppearance.hxx index 9ea3935feedb..f30ce108aae3 100644 --- a/chart2/source/controller/dialogs/tp_3D_SceneAppearance.hxx +++ b/chart2/source/controller/dialogs/tp_3D_SceneAppearance.hxx @@ -26,7 +26,7 @@ #include <com/sun/star/drawing/ShadeMode.hpp> #include <com/sun/star/frame/XModel.hpp> -#include "ControllerLockGuard.hxx" +#include <ControllerLockGuard.hxx> namespace chart { diff --git a/chart2/source/controller/dialogs/tp_3D_SceneGeometry.cxx b/chart2/source/controller/dialogs/tp_3D_SceneGeometry.cxx index d414f89eedaa..17652a14ee1f 100644 --- a/chart2/source/controller/dialogs/tp_3D_SceneGeometry.cxx +++ b/chart2/source/controller/dialogs/tp_3D_SceneGeometry.cxx @@ -19,11 +19,11 @@ #include "tp_3D_SceneGeometry.hxx" -#include "BaseGFXHelper.hxx" -#include "macros.hxx" -#include "DiagramHelper.hxx" -#include "ChartTypeHelper.hxx" -#include "ThreeDHelper.hxx" +#include <BaseGFXHelper.hxx> +#include <macros.hxx> +#include <DiagramHelper.hxx> +#include <ChartTypeHelper.hxx> +#include <ThreeDHelper.hxx> #include <rtl/math.hxx> #include <editeng/unoprnms.hxx> #include <com/sun/star/drawing/ProjectionMode.hpp> diff --git a/chart2/source/controller/dialogs/tp_3D_SceneGeometry.hxx b/chart2/source/controller/dialogs/tp_3D_SceneGeometry.hxx index 8d1ab9a83901..50989d947b40 100644 --- a/chart2/source/controller/dialogs/tp_3D_SceneGeometry.hxx +++ b/chart2/source/controller/dialogs/tp_3D_SceneGeometry.hxx @@ -27,7 +27,7 @@ #include <vcl/field.hxx> #include <vcl/button.hxx> -#include "ControllerLockGuard.hxx" +#include <ControllerLockGuard.hxx> namespace chart { diff --git a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx index d1dca8371e59..b76f03807c22 100644 --- a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx +++ b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx @@ -18,13 +18,13 @@ */ #include "tp_3D_SceneIllumination.hxx" -#include "ResId.hxx" -#include "bitmaps.hlst" -#include "CommonConverters.hxx" +#include <ResId.hxx> +#include <bitmaps.hlst> +#include <CommonConverters.hxx> #include <svx/colorbox.hxx> -#include "svx/dialogs.hrc" -#include "svx/strings.hrc" +#include <svx/dialogs.hrc> +#include <svx/strings.hrc> #include <svx/dialmgr.hxx> #include <rtl/math.hxx> #include <svtools/colrdlg.hxx> diff --git a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx index 42517359f6fc..f35cb1b503a4 100644 --- a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx +++ b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_3D_SCENEILLUMINATION_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_3D_SCENEILLUMINATION_HXX -#include "TimerTriggeredControllerLock.hxx" +#include <TimerTriggeredControllerLock.hxx> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/chart2/source/controller/dialogs/tp_AxisLabel.cxx b/chart2/source/controller/dialogs/tp_AxisLabel.cxx index c5cfab8e7e0e..3df8869364be 100644 --- a/chart2/source/controller/dialogs/tp_AxisLabel.cxx +++ b/chart2/source/controller/dialogs/tp_AxisLabel.cxx @@ -19,9 +19,9 @@ #include "tp_AxisLabel.hxx" -#include "ResId.hxx" +#include <ResId.hxx> #include "TabPageIds.h" -#include "chartview/ChartSfxItemIds.hxx" +#include <chartview/ChartSfxItemIds.hxx> #include <svx/chrtitem.hxx> #include <svl/intitem.hxx> diff --git a/chart2/source/controller/dialogs/tp_AxisLabel.hxx b/chart2/source/controller/dialogs/tp_AxisLabel.hxx index 667fdabb1f19..7eda50a72346 100644 --- a/chart2/source/controller/dialogs/tp_AxisLabel.hxx +++ b/chart2/source/controller/dialogs/tp_AxisLabel.hxx @@ -24,7 +24,7 @@ #include <vcl/fixed.hxx> #include <svx/dialcontrol.hxx> #include <svx/orienthelper.hxx> -#include "TextDirectionListBox.hxx" +#include <TextDirectionListBox.hxx> namespace chart { diff --git a/chart2/source/controller/dialogs/tp_AxisPositions.cxx b/chart2/source/controller/dialogs/tp_AxisPositions.cxx index 3ab0932585f4..50d1af5193fa 100644 --- a/chart2/source/controller/dialogs/tp_AxisPositions.cxx +++ b/chart2/source/controller/dialogs/tp_AxisPositions.cxx @@ -19,11 +19,11 @@ #include "tp_AxisPositions.hxx" -#include "ResId.hxx" +#include <ResId.hxx> #include "TabPageIds.h" -#include "strings.hrc" -#include "chartview/ChartSfxItemIds.hxx" -#include "AxisHelper.hxx" +#include <strings.hrc> +#include <chartview/ChartSfxItemIds.hxx> +#include <AxisHelper.hxx> #include <svx/svxids.hrc> #include <rtl/math.hxx> diff --git a/chart2/source/controller/dialogs/tp_ChartType.cxx b/chart2/source/controller/dialogs/tp_ChartType.cxx index a38fd7426d0d..a393aaba1eb9 100644 --- a/chart2/source/controller/dialogs/tp_ChartType.cxx +++ b/chart2/source/controller/dialogs/tp_ChartType.cxx @@ -18,13 +18,13 @@ */ #include "tp_ChartType.hxx" -#include "strings.hrc" -#include "ResId.hxx" -#include "ChartModelHelper.hxx" -#include "DiagramHelper.hxx" +#include <strings.hrc> +#include <ResId.hxx> +#include <ChartModelHelper.hxx> +#include <DiagramHelper.hxx> #include "res_BarGeometry.hxx" -#include "ControllerLockGuard.hxx" -#include "macros.hxx" +#include <ControllerLockGuard.hxx> +#include <macros.hxx> #include "GL3DBarChartDialogController.hxx" #include <unonames.hxx> diff --git a/chart2/source/controller/dialogs/tp_ChartType.hxx b/chart2/source/controller/dialogs/tp_ChartType.hxx index f330c208c81f..cac7eef81570 100644 --- a/chart2/source/controller/dialogs/tp_ChartType.hxx +++ b/chart2/source/controller/dialogs/tp_ChartType.hxx @@ -24,7 +24,7 @@ #include "ChartTypeDialogController.hxx" #include "ChartTypeTemplateProvider.hxx" -#include "TimerTriggeredControllerLock.hxx" +#include <TimerTriggeredControllerLock.hxx> #include <com/sun/star/chart2/XChartDocument.hpp> #include <svtools/wizardmachine.hxx> diff --git a/chart2/source/controller/dialogs/tp_DataLabel.cxx b/chart2/source/controller/dialogs/tp_DataLabel.cxx index 218caef5e66e..c5bbc5316298 100644 --- a/chart2/source/controller/dialogs/tp_DataLabel.cxx +++ b/chart2/source/controller/dialogs/tp_DataLabel.cxx @@ -20,7 +20,7 @@ #include "tp_DataLabel.hxx" #include "TabPageIds.h" -#include "ResId.hxx" +#include <ResId.hxx> namespace chart { diff --git a/chart2/source/controller/dialogs/tp_DataSource.cxx b/chart2/source/controller/dialogs/tp_DataSource.cxx index e3e2ebfcbdc6..cc68931dd437 100644 --- a/chart2/source/controller/dialogs/tp_DataSource.cxx +++ b/chart2/source/controller/dialogs/tp_DataSource.cxx @@ -18,16 +18,16 @@ */ #include "tp_DataSource.hxx" -#include "strings.hrc" -#include "ResId.hxx" -#include "chartview/ChartSfxItemIds.hxx" -#include "macros.hxx" +#include <strings.hrc> +#include <ResId.hxx> +#include <chartview/ChartSfxItemIds.hxx> +#include <macros.hxx> #include "ChartTypeTemplateProvider.hxx" -#include "RangeSelectionHelper.hxx" -#include "DataSeriesHelper.hxx" +#include <RangeSelectionHelper.hxx> +#include <DataSeriesHelper.hxx> #include "tp_DataSourceControls.hxx" -#include "ControllerLockGuard.hxx" -#include "DataSourceHelper.hxx" +#include <ControllerLockGuard.hxx> +#include <DataSourceHelper.hxx> #include <com/sun/star/sheet/XRangeSelection.hpp> #include <com/sun/star/table/XCellRange.hpp> #include <com/sun/star/chart2/XChartType.hpp> diff --git a/chart2/source/controller/dialogs/tp_DataSource.hxx b/chart2/source/controller/dialogs/tp_DataSource.hxx index 1cfd2802a64e..8975f633d2b8 100644 --- a/chart2/source/controller/dialogs/tp_DataSource.hxx +++ b/chart2/source/controller/dialogs/tp_DataSource.hxx @@ -22,7 +22,7 @@ #include <svtools/wizardmachine.hxx> #include "DialogModel.hxx" -#include "TabPageNotifiable.hxx" +#include <TabPageNotifiable.hxx> #include <vcl/edit.hxx> #include <vcl/lstbox.hxx> @@ -39,7 +39,7 @@ #include <utility> #include <vector> -#include "RangeSelectionListener.hxx" +#include <RangeSelectionListener.hxx> namespace chart { diff --git a/chart2/source/controller/dialogs/tp_DataSourceControls.hxx b/chart2/source/controller/dialogs/tp_DataSourceControls.hxx index 4e33261d4964..7aa35888b4b7 100644 --- a/chart2/source/controller/dialogs/tp_DataSourceControls.hxx +++ b/chart2/source/controller/dialogs/tp_DataSourceControls.hxx @@ -25,7 +25,7 @@ #include <svtools/svtabbx.hxx> #include <svtools/treelistbox.hxx> -#include "svtools/treelistentry.hxx" +#include <svtools/treelistentry.hxx> namespace chart { diff --git a/chart2/source/controller/dialogs/tp_ErrorBars.cxx b/chart2/source/controller/dialogs/tp_ErrorBars.cxx index 24ae2b3fa1e2..28663041e062 100644 --- a/chart2/source/controller/dialogs/tp_ErrorBars.cxx +++ b/chart2/source/controller/dialogs/tp_ErrorBars.cxx @@ -18,9 +18,9 @@ */ #include "tp_ErrorBars.hxx" -#include "ResId.hxx" +#include <ResId.hxx> #include "TabPageIds.h" -#include "TabPageNotifiable.hxx" +#include <TabPageNotifiable.hxx> #include <vcl/settings.hxx> using namespace ::com::sun::star; diff --git a/chart2/source/controller/dialogs/tp_ErrorBars.hxx b/chart2/source/controller/dialogs/tp_ErrorBars.hxx index 3fd18f9bfe1a..eb53cdcaf4d5 100644 --- a/chart2/source/controller/dialogs/tp_ErrorBars.hxx +++ b/chart2/source/controller/dialogs/tp_ErrorBars.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_ERRORBARS_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_ERRORBARS_HXX -#include "res_ErrorBar.hxx" +#include <res_ErrorBar.hxx> #include <sfx2/tabdlg.hxx> diff --git a/chart2/source/controller/dialogs/tp_LegendPosition.cxx b/chart2/source/controller/dialogs/tp_LegendPosition.cxx index 4e6518154a70..554235d17343 100644 --- a/chart2/source/controller/dialogs/tp_LegendPosition.cxx +++ b/chart2/source/controller/dialogs/tp_LegendPosition.cxx @@ -18,10 +18,10 @@ */ #include "tp_LegendPosition.hxx" -#include "ResId.hxx" +#include <ResId.hxx> #include "TabPageIds.h" -#include "res_LegendPosition.hxx" -#include "chartview/ChartSfxItemIds.hxx" +#include <res_LegendPosition.hxx> +#include <chartview/ChartSfxItemIds.hxx> #include <svx/chrtitem.hxx> #include <editeng/eeitem.hxx> #include <editeng/frmdiritem.hxx> diff --git a/chart2/source/controller/dialogs/tp_LegendPosition.hxx b/chart2/source/controller/dialogs/tp_LegendPosition.hxx index cd04e644df0f..3150f7248b95 100644 --- a/chart2/source/controller/dialogs/tp_LegendPosition.hxx +++ b/chart2/source/controller/dialogs/tp_LegendPosition.hxx @@ -22,8 +22,8 @@ #include <sfx2/tabdlg.hxx> #include <vcl/fixed.hxx> -#include "res_LegendPosition.hxx" -#include "TextDirectionListBox.hxx" +#include <res_LegendPosition.hxx> +#include <TextDirectionListBox.hxx> namespace chart { diff --git a/chart2/source/controller/dialogs/tp_PointGeometry.cxx b/chart2/source/controller/dialogs/tp_PointGeometry.cxx index 6d6240e89bc9..a89cb5439ddb 100644 --- a/chart2/source/controller/dialogs/tp_PointGeometry.cxx +++ b/chart2/source/controller/dialogs/tp_PointGeometry.cxx @@ -20,9 +20,9 @@ #include "tp_PointGeometry.hxx" #include "TabPageIds.h" #include "res_BarGeometry.hxx" -#include "ResId.hxx" +#include <ResId.hxx> -#include "chartview/ChartSfxItemIds.hxx" +#include <chartview/ChartSfxItemIds.hxx> #include <svl/intitem.hxx> #include <svx/svx3ditems.hxx> diff --git a/chart2/source/controller/dialogs/tp_PolarOptions.cxx b/chart2/source/controller/dialogs/tp_PolarOptions.cxx index 0b86d2a021f2..b675531b7062 100644 --- a/chart2/source/controller/dialogs/tp_PolarOptions.cxx +++ b/chart2/source/controller/dialogs/tp_PolarOptions.cxx @@ -18,8 +18,8 @@ */ #include "tp_PolarOptions.hxx" -#include "ResId.hxx" -#include "chartview/ChartSfxItemIds.hxx" +#include <ResId.hxx> +#include <chartview/ChartSfxItemIds.hxx> #include <svl/eitem.hxx> #include <svl/intitem.hxx> diff --git a/chart2/source/controller/dialogs/tp_RangeChooser.cxx b/chart2/source/controller/dialogs/tp_RangeChooser.cxx index 877a023a987b..1cce59e51d5e 100644 --- a/chart2/source/controller/dialogs/tp_RangeChooser.cxx +++ b/chart2/source/controller/dialogs/tp_RangeChooser.cxx @@ -18,14 +18,14 @@ */ #include "tp_RangeChooser.hxx" -#include "strings.hrc" -#include "ResId.hxx" -#include "macros.hxx" -#include "DataSourceHelper.hxx" -#include "DiagramHelper.hxx" +#include <strings.hrc> +#include <ResId.hxx> +#include <macros.hxx> +#include <DataSourceHelper.hxx> +#include <DiagramHelper.hxx> #include "ChartTypeTemplateProvider.hxx" #include "DialogModel.hxx" -#include "RangeSelectionHelper.hxx" +#include <RangeSelectionHelper.hxx> #include <com/sun/star/awt/XTopWindow.hpp> #include <com/sun/star/embed/EmbedStates.hpp> #include <com/sun/star/embed/XComponentSupplier.hpp> diff --git a/chart2/source/controller/dialogs/tp_RangeChooser.hxx b/chart2/source/controller/dialogs/tp_RangeChooser.hxx index 1e74fd7f98df..bb9e6384cff2 100644 --- a/chart2/source/controller/dialogs/tp_RangeChooser.hxx +++ b/chart2/source/controller/dialogs/tp_RangeChooser.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_RANGECHOOSER_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_RANGECHOOSER_HXX -#include "RangeSelectionListener.hxx" -#include "TabPageNotifiable.hxx" +#include <RangeSelectionListener.hxx> +#include <TabPageNotifiable.hxx> #include <com/sun/star/chart2/XChartDocument.hpp> #include <com/sun/star/chart2/data/XDataProvider.hpp> diff --git a/chart2/source/controller/dialogs/tp_Scale.cxx b/chart2/source/controller/dialogs/tp_Scale.cxx index 2a24efedfe11..3a791f53baf2 100644 --- a/chart2/source/controller/dialogs/tp_Scale.cxx +++ b/chart2/source/controller/dialogs/tp_Scale.cxx @@ -19,10 +19,10 @@ #include "tp_Scale.hxx" -#include "ResId.hxx" -#include "strings.hrc" -#include "chartview/ChartSfxItemIds.hxx" -#include "AxisHelper.hxx" +#include <ResId.hxx> +#include <strings.hrc> +#include <chartview/ChartSfxItemIds.hxx> +#include <AxisHelper.hxx> #include <svx/svxids.hrc> #include <rtl/math.hxx> diff --git a/chart2/source/controller/dialogs/tp_SeriesToAxis.cxx b/chart2/source/controller/dialogs/tp_SeriesToAxis.cxx index d022f12d6306..fac9c8bb2979 100644 --- a/chart2/source/controller/dialogs/tp_SeriesToAxis.cxx +++ b/chart2/source/controller/dialogs/tp_SeriesToAxis.cxx @@ -19,8 +19,8 @@ #include "tp_SeriesToAxis.hxx" -#include "ResId.hxx" -#include "chartview/ChartSfxItemIds.hxx" +#include <ResId.hxx> +#include <chartview/ChartSfxItemIds.hxx> #include <svl/eitem.hxx> #include <svl/intitem.hxx> diff --git a/chart2/source/controller/dialogs/tp_TitleRotation.cxx b/chart2/source/controller/dialogs/tp_TitleRotation.cxx index 4ae20c5b07f6..ae304b22d24e 100644 --- a/chart2/source/controller/dialogs/tp_TitleRotation.cxx +++ b/chart2/source/controller/dialogs/tp_TitleRotation.cxx @@ -19,10 +19,10 @@ #include "tp_TitleRotation.hxx" -#include "ResId.hxx" +#include <ResId.hxx> #include "TabPageIds.h" -#include "chartview/ChartSfxItemIds.hxx" -#include "helpids.h" +#include <chartview/ChartSfxItemIds.hxx> +#include <helpids.h> #include <editeng/eeitem.hxx> #include <editeng/frmdiritem.hxx> diff --git a/chart2/source/controller/dialogs/tp_TitleRotation.hxx b/chart2/source/controller/dialogs/tp_TitleRotation.hxx index b71ef48a6e66..f747179c63eb 100644 --- a/chart2/source/controller/dialogs/tp_TitleRotation.hxx +++ b/chart2/source/controller/dialogs/tp_TitleRotation.hxx @@ -23,7 +23,7 @@ #include <svx/dialcontrol.hxx> #include <svx/orienthelper.hxx> #include <vcl/fixed.hxx> -#include "TextDirectionListBox.hxx" +#include <TextDirectionListBox.hxx> namespace chart { diff --git a/chart2/source/controller/dialogs/tp_Trendline.cxx b/chart2/source/controller/dialogs/tp_Trendline.cxx index acc4c0ac67f8..b5f4b1a38201 100644 --- a/chart2/source/controller/dialogs/tp_Trendline.cxx +++ b/chart2/source/controller/dialogs/tp_Trendline.cxx @@ -18,7 +18,7 @@ */ #include "tp_Trendline.hxx" -#include "ResId.hxx" +#include <ResId.hxx> #include "TabPageIds.h" #include <vcl/settings.hxx> diff --git a/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.cxx b/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.cxx index cdf64d7473e8..39b80248cbe6 100644 --- a/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.cxx +++ b/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.cxx @@ -18,16 +18,16 @@ */ #include "tp_Wizard_TitlesAndObjects.hxx" -#include "strings.hrc" -#include "res_Titles.hxx" -#include "res_LegendPosition.hxx" -#include "ResId.hxx" -#include "helpids.h" -#include "macros.hxx" -#include "ChartModelHelper.hxx" -#include "AxisHelper.hxx" -#include "LegendHelper.hxx" -#include "ControllerLockGuard.hxx" +#include <strings.hrc> +#include <res_Titles.hxx> +#include <res_LegendPosition.hxx> +#include <ResId.hxx> +#include <helpids.h> +#include <macros.hxx> +#include <ChartModelHelper.hxx> +#include <AxisHelper.hxx> +#include <LegendHelper.hxx> +#include <ControllerLockGuard.hxx> namespace chart { diff --git a/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx b/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx index 2b5eabbfcb03..dcba05766407 100644 --- a/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx +++ b/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_WIZARD_TITLESANDOBJECTS_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_WIZARD_TITLESANDOBJECTS_HXX -#include "TimerTriggeredControllerLock.hxx" +#include <TimerTriggeredControllerLock.hxx> #include <com/sun/star/chart2/XChartDocument.hpp> #include <svtools/wizardmachine.hxx> @@ -30,8 +30,8 @@ #include <memory> -#include "res_LegendPosition.hxx" -#include "res_Titles.hxx" +#include <res_LegendPosition.hxx> +#include <res_Titles.hxx> namespace chart { diff --git a/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx b/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx index 0c1d2255e931..433bdbc30e59 100644 --- a/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx +++ b/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "DrawViewWrapper.hxx" -#include "chartview/DrawModelWrapper.hxx" -#include "ConfigurationAccess.hxx" -#include "macros.hxx" +#include <DrawViewWrapper.hxx> +#include <chartview/DrawModelWrapper.hxx> +#include <ConfigurationAccess.hxx> +#include <macros.hxx> #include <unotools/lingucfg.hxx> #include <editeng/langitem.hxx> diff --git a/chart2/source/controller/drawinglayer/ViewElementListProvider.cxx b/chart2/source/controller/drawinglayer/ViewElementListProvider.cxx index 5b66bf5e018e..6d3f05666fce 100644 --- a/chart2/source/controller/drawinglayer/ViewElementListProvider.cxx +++ b/chart2/source/controller/drawinglayer/ViewElementListProvider.cxx @@ -18,11 +18,11 @@ */ #include <memory> -#include "ViewElementListProvider.hxx" -#include "chartview/DrawModelWrapper.hxx" -#include "chartview/DataPointSymbolSupplier.hxx" -#include "macros.hxx" -#include "DrawViewWrapper.hxx" +#include <ViewElementListProvider.hxx> +#include <chartview/DrawModelWrapper.hxx> +#include <chartview/DataPointSymbolSupplier.hxx> +#include <macros.hxx> +#include <DrawViewWrapper.hxx> #include <svx/xtable.hxx> #include <svx/XPropertyTable.hxx> diff --git a/chart2/source/controller/inc/AccessibleBase.hxx b/chart2/source/controller/inc/AccessibleBase.hxx index b808052c2438..c881be5786b6 100644 --- a/chart2/source/controller/inc/AccessibleBase.hxx +++ b/chart2/source/controller/inc/AccessibleBase.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_ACCESSIBLEBASE_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_ACCESSIBLEBASE_HXX -#include "ObjectIdentifier.hxx" +#include <ObjectIdentifier.hxx> #include <com/sun/star/chart2/XChartDocument.hpp> #include <com/sun/star/accessibility/XAccessible.hpp> @@ -41,7 +41,7 @@ #include <memory> #include <vector> -#include "MutexContainer.hxx" +#include <MutexContainer.hxx> class SdrView; diff --git a/chart2/source/controller/inc/AccessibleChartView.hxx b/chart2/source/controller/inc/AccessibleChartView.hxx index 5fce27f6be09..baab3db86285 100644 --- a/chart2/source/controller/inc/AccessibleChartView.hxx +++ b/chart2/source/controller/inc/AccessibleChartView.hxx @@ -20,7 +20,7 @@ #define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_ACCESSIBLECHARTVIEW_HXX #include "AccessibleBase.hxx" -#include "MutexContainer.hxx" +#include <MutexContainer.hxx> #include <cppuhelper/implbase.hxx> #include <cppuhelper/weakref.hxx> #include <com/sun/star/accessibility/XAccessible.hpp> diff --git a/chart2/source/controller/inc/AccessibleTextHelper.hxx b/chart2/source/controller/inc/AccessibleTextHelper.hxx index 244b38578c27..30b4123b9aac 100644 --- a/chart2/source/controller/inc/AccessibleTextHelper.hxx +++ b/chart2/source/controller/inc/AccessibleTextHelper.hxx @@ -20,7 +20,7 @@ #define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_ACCESSIBLETEXTHELPER_HXX #include <memory> -#include "MutexContainer.hxx" +#include <MutexContainer.hxx> #include <cppuhelper/compbase.hxx> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/accessibility/XAccessibleContext.hpp> diff --git a/chart2/source/controller/inc/ChartController.hxx b/chart2/source/controller/inc/ChartController.hxx index 145939f1b947..5a47a8838e55 100644 --- a/chart2/source/controller/inc/ChartController.hxx +++ b/chart2/source/controller/inc/ChartController.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_CHARTCONTROLLER_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_CHARTCONTROLLER_HXX -#include "LifeTime.hxx" +#include <LifeTime.hxx> #include "CommandDispatchContainer.hxx" #include "SelectionHelper.hxx" diff --git a/chart2/source/controller/inc/ChartDocumentWrapper.hxx b/chart2/source/controller/inc/ChartDocumentWrapper.hxx index 66f628cdb692..872fbf46fe4d 100644 --- a/chart2/source/controller/inc/ChartDocumentWrapper.hxx +++ b/chart2/source/controller/inc/ChartDocumentWrapper.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_CHARTDOCUMENTWRAPPER_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_CHARTDOCUMENTWRAPPER_HXX -#include "WrappedPropertySet.hxx" +#include <WrappedPropertySet.hxx> #include <com/sun/star/chart2/XChartDocument.hpp> #include <com/sun/star/chart/XChartDocument.hpp> #include <com/sun/star/uno/XComponentContext.hpp> diff --git a/chart2/source/controller/inc/ErrorBarItemConverter.hxx b/chart2/source/controller/inc/ErrorBarItemConverter.hxx index 9c6990c8cfbb..672ff7611f4d 100644 --- a/chart2/source/controller/inc/ErrorBarItemConverter.hxx +++ b/chart2/source/controller/inc/ErrorBarItemConverter.hxx @@ -22,7 +22,7 @@ #include "ItemConverter.hxx" #include "GraphicPropertyItemConverter.hxx" -#include "NumberFormatterWrapper.hxx" +#include <NumberFormatterWrapper.hxx> #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> diff --git a/chart2/source/controller/inc/ObjectHierarchy.hxx b/chart2/source/controller/inc/ObjectHierarchy.hxx index 01d1a8bc2cda..1c6f0761fa33 100644 --- a/chart2/source/controller/inc/ObjectHierarchy.hxx +++ b/chart2/source/controller/inc/ObjectHierarchy.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_OBJECTHIERARCHY_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_OBJECTHIERARCHY_HXX -#include "ObjectIdentifier.hxx" +#include <ObjectIdentifier.hxx> #include <rtl/ustring.hxx> #include <com/sun/star/chart2/XChartDocument.hpp> diff --git a/chart2/source/controller/inc/ObjectNameProvider.hxx b/chart2/source/controller/inc/ObjectNameProvider.hxx index dad409a1d037..1c01cccbd335 100644 --- a/chart2/source/controller/inc/ObjectNameProvider.hxx +++ b/chart2/source/controller/inc/ObjectNameProvider.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_OBJECTNAMEPROVIDER_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_OBJECTNAMEPROVIDER_HXX -#include "ObjectIdentifier.hxx" -#include "TitleHelper.hxx" +#include <ObjectIdentifier.hxx> +#include <TitleHelper.hxx> #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/chart2/XChartDocument.hpp> diff --git a/chart2/source/controller/inc/PositionAndSizeHelper.hxx b/chart2/source/controller/inc/PositionAndSizeHelper.hxx index 5e83d3dc01d1..8f98280f5ad5 100644 --- a/chart2/source/controller/inc/PositionAndSizeHelper.hxx +++ b/chart2/source/controller/inc/PositionAndSizeHelper.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_POSITIONANDSIZEHELPER_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_POSITIONANDSIZEHELPER_HXX -#include "ObjectIdentifier.hxx" +#include <ObjectIdentifier.hxx> #include <com/sun/star/frame/XModel.hpp> namespace chart diff --git a/chart2/source/controller/inc/RangeSelectionListener.hxx b/chart2/source/controller/inc/RangeSelectionListener.hxx index dcd1d7f6a5a5..1874f0c49168 100644 --- a/chart2/source/controller/inc/RangeSelectionListener.hxx +++ b/chart2/source/controller/inc/RangeSelectionListener.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_RANGESELECTIONLISTENER_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_RANGESELECTIONLISTENER_HXX -#include "ControllerLockGuard.hxx" +#include <ControllerLockGuard.hxx> #include <cppuhelper/implbase.hxx> #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/sheet/XRangeSelectionListener.hpp> diff --git a/chart2/source/controller/inc/SelectionHelper.hxx b/chart2/source/controller/inc/SelectionHelper.hxx index b1c0c8cbef7e..b40d8fe8592c 100644 --- a/chart2/source/controller/inc/SelectionHelper.hxx +++ b/chart2/source/controller/inc/SelectionHelper.hxx @@ -20,7 +20,7 @@ #define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_SELECTIONHELPER_HXX #include "DrawViewWrapper.hxx" -#include "ObjectIdentifier.hxx" +#include <ObjectIdentifier.hxx> class SdrObject; #include <svx/svdtypes.hxx> diff --git a/chart2/source/controller/inc/StatisticsItemConverter.hxx b/chart2/source/controller/inc/StatisticsItemConverter.hxx index 25897e34d0e0..26bfd9caa281 100644 --- a/chart2/source/controller/inc/StatisticsItemConverter.hxx +++ b/chart2/source/controller/inc/StatisticsItemConverter.hxx @@ -23,7 +23,7 @@ #include "ItemConverter.hxx" #include "GraphicPropertyItemConverter.hxx" -#include "NumberFormatterWrapper.hxx" +#include <NumberFormatterWrapper.hxx> #include <vector> diff --git a/chart2/source/controller/inc/TextLabelItemConverter.hxx b/chart2/source/controller/inc/TextLabelItemConverter.hxx index 3d13cc354f65..b23dd3329e20 100644 --- a/chart2/source/controller/inc/TextLabelItemConverter.hxx +++ b/chart2/source/controller/inc/TextLabelItemConverter.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_TEXTLABELITEMCONVERTER_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_TEXTLABELITEMCONVERTER_HXX -#include <ItemConverter.hxx> +#include "ItemConverter.hxx" #include <com/sun/star/chart2/XDataSeries.hpp> #include <com/sun/star/awt/Size.hpp> diff --git a/chart2/source/controller/inc/TimerTriggeredControllerLock.hxx b/chart2/source/controller/inc/TimerTriggeredControllerLock.hxx index 2e26054de9c0..d368fce0cd3f 100644 --- a/chart2/source/controller/inc/TimerTriggeredControllerLock.hxx +++ b/chart2/source/controller/inc/TimerTriggeredControllerLock.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_TIMERTRIGGEREDCONTROLLERLOCK_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_TIMERTRIGGEREDCONTROLLERLOCK_HXX -#include "ControllerLockGuard.hxx" +#include <ControllerLockGuard.hxx> #include <vcl/timer.hxx> #include <com/sun/star/frame/XModel.hpp> diff --git a/chart2/source/controller/inc/TitleDialogData.hxx b/chart2/source/controller/inc/TitleDialogData.hxx index 2583dae3ec57..17d3d21c73d5 100644 --- a/chart2/source/controller/inc/TitleDialogData.hxx +++ b/chart2/source/controller/inc/TitleDialogData.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_TITLEDIALOGDATA_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_TITLEDIALOGDATA_HXX -#include "ReferenceSizeProvider.hxx" +#include <ReferenceSizeProvider.hxx> #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/uno/XComponentContext.hpp> diff --git a/chart2/source/controller/inc/dlg_CreationWizard_UNO.hxx b/chart2/source/controller/inc/dlg_CreationWizard_UNO.hxx index 7d08d0e6e502..85ac6ca87a77 100644 --- a/chart2/source/controller/inc/dlg_CreationWizard_UNO.hxx +++ b/chart2/source/controller/inc/dlg_CreationWizard_UNO.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_CREATIONWIZARD_UNO_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_CREATIONWIZARD_UNO_HXX -#include "MutexContainer.hxx" +#include <MutexContainer.hxx> #include <cppuhelper/component.hxx> #include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/chart2/source/controller/inc/dlg_ObjectProperties.hxx b/chart2/source/controller/inc/dlg_ObjectProperties.hxx index 2eda271ae2cd..d8702f689191 100644 --- a/chart2/source/controller/inc/dlg_ObjectProperties.hxx +++ b/chart2/source/controller/inc/dlg_ObjectProperties.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_OBJECTPROPERTIES_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_OBJECTPROPERTIES_HXX -#include "ObjectIdentifier.hxx" +#include <ObjectIdentifier.hxx> #include <sfx2/tabdlg.hxx> #include <svx/dlgctrl.hxx> #include <com/sun/star/util/XNumberFormatsSupplier.hpp> diff --git a/chart2/source/controller/inc/dlg_View3D.hxx b/chart2/source/controller/inc/dlg_View3D.hxx index a5646ab535bc..f3443fcbe2d0 100644 --- a/chart2/source/controller/inc/dlg_View3D.hxx +++ b/chart2/source/controller/inc/dlg_View3D.hxx @@ -26,7 +26,7 @@ #include <vcl/tabctrl.hxx> #include <svx/xtable.hxx> -#include "ControllerLockGuard.hxx" +#include <ControllerLockGuard.hxx> namespace chart { diff --git a/chart2/source/controller/inc/res_ErrorBar.hxx b/chart2/source/controller/inc/res_ErrorBar.hxx index c7987d2fbdbb..e5ade413f9a4 100644 --- a/chart2/source/controller/inc/res_ErrorBar.hxx +++ b/chart2/source/controller/inc/res_ErrorBar.hxx @@ -27,7 +27,7 @@ #include <vcl/lstbox.hxx> #include <svl/itemset.hxx> #include <svx/chrtitem.hxx> -#include "chartview/ChartSfxItemIds.hxx" +#include <chartview/ChartSfxItemIds.hxx> #include "RangeSelectionListener.hxx" #include <com/sun/star/chart2/XChartDocument.hpp> diff --git a/chart2/source/controller/itemsetwrapper/AxisItemConverter.cxx b/chart2/source/controller/itemsetwrapper/AxisItemConverter.cxx index 0bdbe3450e1e..7be452732137 100644 --- a/chart2/source/controller/itemsetwrapper/AxisItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/AxisItemConverter.cxx @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AxisItemConverter.hxx" -#include "ItemPropertyMap.hxx" -#include "CharacterPropertyItemConverter.hxx" -#include "GraphicPropertyItemConverter.hxx" -#include "chartview/ChartSfxItemIds.hxx" -#include "chartview/ExplicitValueProvider.hxx" +#include <AxisItemConverter.hxx> +#include <ItemPropertyMap.hxx> +#include <CharacterPropertyItemConverter.hxx> +#include <GraphicPropertyItemConverter.hxx> +#include <chartview/ChartSfxItemIds.hxx> +#include <chartview/ExplicitValueProvider.hxx> #include "SchWhichPairs.hxx" -#include "macros.hxx" -#include "ChartModelHelper.hxx" -#include "AxisHelper.hxx" -#include "CommonConverters.hxx" -#include "ChartTypeHelper.hxx" +#include <macros.hxx> +#include <ChartModelHelper.hxx> +#include <AxisHelper.hxx> +#include <CommonConverters.hxx> +#include <ChartTypeHelper.hxx> #include <unonames.hxx> #include <memory> diff --git a/chart2/source/controller/itemsetwrapper/CharacterPropertyItemConverter.cxx b/chart2/source/controller/itemsetwrapper/CharacterPropertyItemConverter.cxx index 04094d243c1e..cf1b4a0c15e1 100644 --- a/chart2/source/controller/itemsetwrapper/CharacterPropertyItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/CharacterPropertyItemConverter.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "CharacterPropertyItemConverter.hxx" +#include <CharacterPropertyItemConverter.hxx> #include "SchWhichPairs.hxx" -#include "macros.hxx" -#include "ItemPropertyMap.hxx" -#include "RelativeSizeHelper.hxx" +#include <macros.hxx> +#include <ItemPropertyMap.hxx> +#include <RelativeSizeHelper.hxx> #include <editeng/memberids.h> #include <editeng/eeitem.hxx> #include <editeng/udlnitem.hxx> diff --git a/chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx b/chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx index 531afc142b81..d0749dad1e26 100644 --- a/chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx @@ -17,19 +17,19 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "DataPointItemConverter.hxx" +#include <DataPointItemConverter.hxx> #include "SchWhichPairs.hxx" -#include "macros.hxx" -#include "ItemPropertyMap.hxx" - -#include "GraphicPropertyItemConverter.hxx" -#include "CharacterPropertyItemConverter.hxx" -#include "StatisticsItemConverter.hxx" -#include "SeriesOptionsItemConverter.hxx" -#include "DataSeriesHelper.hxx" -#include "DiagramHelper.hxx" -#include "ChartModelHelper.hxx" -#include "ChartTypeHelper.hxx" +#include <macros.hxx> +#include <ItemPropertyMap.hxx> + +#include <GraphicPropertyItemConverter.hxx> +#include <CharacterPropertyItemConverter.hxx> +#include <StatisticsItemConverter.hxx> +#include <SeriesOptionsItemConverter.hxx> +#include <DataSeriesHelper.hxx> +#include <DiagramHelper.hxx> +#include <ChartModelHelper.hxx> +#include <ChartTypeHelper.hxx> #include <unonames.hxx> #include <svx/chrtitem.hxx> diff --git a/chart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx b/chart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx index 56a5e047454f..677ad2a88b9f 100644 --- a/chart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx @@ -17,17 +17,17 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ErrorBarItemConverter.hxx" +#include <ErrorBarItemConverter.hxx> #include "SchWhichPairs.hxx" -#include "macros.hxx" -#include "ItemPropertyMap.hxx" -#include "ErrorBar.hxx" -#include "PropertyHelper.hxx" -#include "ChartModelHelper.hxx" -#include "ChartTypeHelper.hxx" -#include "StatisticsHelper.hxx" - -#include "GraphicPropertyItemConverter.hxx" +#include <macros.hxx> +#include <ItemPropertyMap.hxx> +#include <ErrorBar.hxx> +#include <PropertyHelper.hxx> +#include <ChartModelHelper.hxx> +#include <ChartTypeHelper.hxx> +#include <StatisticsHelper.hxx> + +#include <GraphicPropertyItemConverter.hxx> #include <svl/stritem.hxx> #include <svx/chrtitem.hxx> diff --git a/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx b/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx index 05378434b198..580a5e722b2d 100644 --- a/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "GraphicPropertyItemConverter.hxx" +#include <GraphicPropertyItemConverter.hxx> #include "SchWhichPairs.hxx" -#include "macros.hxx" -#include "ItemPropertyMap.hxx" -#include "PropertyHelper.hxx" -#include "CommonConverters.hxx" +#include <macros.hxx> +#include <ItemPropertyMap.hxx> +#include <PropertyHelper.hxx> +#include <CommonConverters.hxx> #include <editeng/memberids.h> #include <svx/xflclit.hxx> #include <svx/xlnclit.hxx> diff --git a/chart2/source/controller/itemsetwrapper/ItemConverter.cxx b/chart2/source/controller/itemsetwrapper/ItemConverter.cxx index aa4747728b18..4b4a86281f70 100644 --- a/chart2/source/controller/itemsetwrapper/ItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/ItemConverter.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ItemConverter.hxx" -#include "macros.hxx" +#include <ItemConverter.hxx> +#include <macros.hxx> #include <com/sun/star/lang/XComponent.hpp> #include <osl/diagnose.h> #include <svl/itempool.hxx> diff --git a/chart2/source/controller/itemsetwrapper/LegendItemConverter.cxx b/chart2/source/controller/itemsetwrapper/LegendItemConverter.cxx index 130e74834f00..0cc4a6565638 100644 --- a/chart2/source/controller/itemsetwrapper/LegendItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/LegendItemConverter.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "LegendItemConverter.hxx" +#include <LegendItemConverter.hxx> #include "SchWhichPairs.hxx" -#include "macros.hxx" -#include "ItemPropertyMap.hxx" -#include "GraphicPropertyItemConverter.hxx" -#include "CharacterPropertyItemConverter.hxx" +#include <macros.hxx> +#include <ItemPropertyMap.hxx> +#include <GraphicPropertyItemConverter.hxx> +#include <CharacterPropertyItemConverter.hxx> #include <com/sun/star/chart2/XLegend.hpp> #include <com/sun/star/chart2/LegendPosition.hpp> #include <com/sun/star/chart/ChartLegendExpansion.hpp> diff --git a/chart2/source/controller/itemsetwrapper/MultipleChartConverters.cxx b/chart2/source/controller/itemsetwrapper/MultipleChartConverters.cxx index efef2960eb06..29019f2c13ff 100644 --- a/chart2/source/controller/itemsetwrapper/MultipleChartConverters.cxx +++ b/chart2/source/controller/itemsetwrapper/MultipleChartConverters.cxx @@ -17,20 +17,20 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "MultipleChartConverters.hxx" +#include <MultipleChartConverters.hxx> -#include "chartview/ChartSfxItemIds.hxx" +#include <chartview/ChartSfxItemIds.hxx> #include "SchWhichPairs.hxx" -#include "AxisItemConverter.hxx" -#include "StatisticsItemConverter.hxx" -#include "GraphicPropertyItemConverter.hxx" -#include "DataPointItemConverter.hxx" -#include "ChartModelHelper.hxx" -#include "TitleHelper.hxx" -#include "TitleItemConverter.hxx" -#include "AxisHelper.hxx" -#include "chartview/ExplicitValueProvider.hxx" -#include "DiagramHelper.hxx" +#include <AxisItemConverter.hxx> +#include <StatisticsItemConverter.hxx> +#include <GraphicPropertyItemConverter.hxx> +#include <DataPointItemConverter.hxx> +#include <ChartModelHelper.hxx> +#include <TitleHelper.hxx> +#include <TitleItemConverter.hxx> +#include <AxisHelper.hxx> +#include <chartview/ExplicitValueProvider.hxx> +#include <DiagramHelper.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::chart2; diff --git a/chart2/source/controller/itemsetwrapper/MultipleItemConverter.cxx b/chart2/source/controller/itemsetwrapper/MultipleItemConverter.cxx index b8e284827136..3ff5f0a662f4 100644 --- a/chart2/source/controller/itemsetwrapper/MultipleItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/MultipleItemConverter.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "MultipleItemConverter.hxx" -#include "ItemPropertyMap.hxx" +#include <MultipleItemConverter.hxx> +#include <ItemPropertyMap.hxx> #include <algorithm> #include <memory> diff --git a/chart2/source/controller/itemsetwrapper/RegressionCurveItemConverter.cxx b/chart2/source/controller/itemsetwrapper/RegressionCurveItemConverter.cxx index 026720001bc9..65dd74390bfe 100644 --- a/chart2/source/controller/itemsetwrapper/RegressionCurveItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/RegressionCurveItemConverter.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "RegressionCurveHelper.hxx" -#include "RegressionCurveItemConverter.hxx" +#include <RegressionCurveHelper.hxx> +#include <RegressionCurveItemConverter.hxx> #include "SchWhichPairs.hxx" -#include "macros.hxx" -#include "ItemPropertyMap.hxx" -#include "GraphicPropertyItemConverter.hxx" +#include <macros.hxx> +#include <ItemPropertyMap.hxx> +#include <GraphicPropertyItemConverter.hxx> #include <com/sun/star/chart2/XRegressionCurve.hpp> #include <osl/diagnose.h> diff --git a/chart2/source/controller/itemsetwrapper/RegressionEquationItemConverter.cxx b/chart2/source/controller/itemsetwrapper/RegressionEquationItemConverter.cxx index bce257b002fd..fdc6205802b6 100644 --- a/chart2/source/controller/itemsetwrapper/RegressionEquationItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/RegressionEquationItemConverter.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "RegressionEquationItemConverter.hxx" +#include <RegressionEquationItemConverter.hxx> #include "SchWhichPairs.hxx" -#include "macros.hxx" -#include "ItemPropertyMap.hxx" -#include "GraphicPropertyItemConverter.hxx" -#include "CharacterPropertyItemConverter.hxx" -#include "MultipleItemConverter.hxx" +#include <macros.hxx> +#include <ItemPropertyMap.hxx> +#include <GraphicPropertyItemConverter.hxx> +#include <CharacterPropertyItemConverter.hxx> +#include <MultipleItemConverter.hxx> #include <unonames.hxx> #include <svl/intitem.hxx> diff --git a/chart2/source/controller/itemsetwrapper/SchWhichPairs.hxx b/chart2/source/controller/itemsetwrapper/SchWhichPairs.hxx index 2c43f1e0a451..b8c85f61c046 100644 --- a/chart2/source/controller/itemsetwrapper/SchWhichPairs.hxx +++ b/chart2/source/controller/itemsetwrapper/SchWhichPairs.hxx @@ -24,7 +24,7 @@ #include <svx/svddef.hxx> #include <editeng/eeitem.hxx> -#include "chartview/ChartSfxItemIds.hxx" +#include <chartview/ChartSfxItemIds.hxx> #define CHARACTER_WHICHPAIRS \ EE_ITEMS_START, EE_ITEMS_END, \ diff --git a/chart2/source/controller/itemsetwrapper/SeriesOptionsItemConverter.cxx b/chart2/source/controller/itemsetwrapper/SeriesOptionsItemConverter.cxx index 89204580b11e..e6c1bff2aabb 100644 --- a/chart2/source/controller/itemsetwrapper/SeriesOptionsItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/SeriesOptionsItemConverter.cxx @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "SeriesOptionsItemConverter.hxx" +#include <SeriesOptionsItemConverter.hxx> #include "SchWhichPairs.hxx" -#include "macros.hxx" -#include "ItemPropertyMap.hxx" -#include "GraphicPropertyItemConverter.hxx" -#include "MultipleItemConverter.hxx" -#include "ChartModelHelper.hxx" -#include "AxisHelper.hxx" -#include "DiagramHelper.hxx" -#include "ChartTypeHelper.hxx" -#include "DataSeriesHelper.hxx" +#include <macros.hxx> +#include <ItemPropertyMap.hxx> +#include <GraphicPropertyItemConverter.hxx> +#include <MultipleItemConverter.hxx> +#include <ChartModelHelper.hxx> +#include <AxisHelper.hxx> +#include <DiagramHelper.hxx> +#include <ChartTypeHelper.hxx> +#include <DataSeriesHelper.hxx> #include <com/sun/star/chart/MissingValueTreatment.hpp> #include <com/sun/star/chart2/XDataSeries.hpp> diff --git a/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx b/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx index f5e988551e5d..60f534426998 100644 --- a/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "StatisticsItemConverter.hxx" +#include <StatisticsItemConverter.hxx> #include "SchWhichPairs.hxx" -#include "macros.hxx" -#include "RegressionCurveHelper.hxx" -#include "ItemPropertyMap.hxx" -#include "ErrorBar.hxx" -#include "PropertyHelper.hxx" -#include "ChartModelHelper.hxx" -#include "ChartTypeHelper.hxx" -#include "StatisticsHelper.hxx" - -#include "GraphicPropertyItemConverter.hxx" +#include <macros.hxx> +#include <RegressionCurveHelper.hxx> +#include <ItemPropertyMap.hxx> +#include <ErrorBar.hxx> +#include <PropertyHelper.hxx> +#include <ChartModelHelper.hxx> +#include <ChartTypeHelper.hxx> +#include <StatisticsHelper.hxx> + +#include <GraphicPropertyItemConverter.hxx> #include <unonames.hxx> #include <svl/stritem.hxx> diff --git a/chart2/source/controller/itemsetwrapper/TextLabelItemConverter.cxx b/chart2/source/controller/itemsetwrapper/TextLabelItemConverter.cxx index afcd6c2a5d97..1da1ce1a785c 100644 --- a/chart2/source/controller/itemsetwrapper/TextLabelItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/TextLabelItemConverter.cxx @@ -24,7 +24,7 @@ #include <DataSeriesHelper.hxx> #include <DiagramHelper.hxx> #include <ItemPropertyMap.hxx> -#include <SchWhichPairs.hxx> +#include "SchWhichPairs.hxx" #include <macros.hxx> #include <unonames.hxx> diff --git a/chart2/source/controller/itemsetwrapper/TitleItemConverter.cxx b/chart2/source/controller/itemsetwrapper/TitleItemConverter.cxx index b158dbd1778b..7327f631640e 100644 --- a/chart2/source/controller/itemsetwrapper/TitleItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/TitleItemConverter.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "TitleItemConverter.hxx" +#include <TitleItemConverter.hxx> #include "SchWhichPairs.hxx" -#include "macros.hxx" -#include "ItemPropertyMap.hxx" -#include "GraphicPropertyItemConverter.hxx" -#include "CharacterPropertyItemConverter.hxx" -#include "MultipleItemConverter.hxx" +#include <macros.hxx> +#include <ItemPropertyMap.hxx> +#include <GraphicPropertyItemConverter.hxx> +#include <CharacterPropertyItemConverter.hxx> +#include <MultipleItemConverter.hxx> #include <svl/intitem.hxx> #include <rtl/math.hxx> diff --git a/chart2/source/controller/main/ChartController.cxx b/chart2/source/controller/main/ChartController.cxx index 9cd74635a90a..3ff4c2309961 100644 --- a/chart2/source/controller/main/ChartController.cxx +++ b/chart2/source/controller/main/ChartController.cxx @@ -22,33 +22,33 @@ #include <set> -#include "ChartController.hxx" -#include "servicenames.hxx" -#include "ResId.hxx" -#include "dlg_DataSource.hxx" -#include "ChartModelHelper.hxx" +#include <ChartController.hxx> +#include <servicenames.hxx> +#include <ResId.hxx> +#include <dlg_DataSource.hxx> +#include <ChartModelHelper.hxx> #include "ControllerCommandDispatch.hxx" -#include "strings.hrc" -#include "chartview/ExplicitValueProvider.hxx" -#include "ChartViewHelper.hxx" - -#include "ChartWindow.hxx" -#include "chartview/DrawModelWrapper.hxx" -#include "DrawViewWrapper.hxx" -#include "ObjectIdentifier.hxx" -#include "DiagramHelper.hxx" -#include "ControllerLockGuard.hxx" +#include <strings.hrc> +#include <chartview/ExplicitValueProvider.hxx> +#include <ChartViewHelper.hxx> + +#include <ChartWindow.hxx> +#include <chartview/DrawModelWrapper.hxx> +#include <DrawViewWrapper.hxx> +#include <ObjectIdentifier.hxx> +#include <DiagramHelper.hxx> +#include <ControllerLockGuard.hxx> #include "UndoGuard.hxx" #include "ChartDropTargetHelper.hxx" -#include "macros.hxx" -#include "dlg_CreationWizard.hxx" -#include "dlg_ChartType.hxx" -#include "AccessibleChartView.hxx" +#include <macros.hxx> +#include <dlg_CreationWizard.hxx> +#include <dlg_ChartType.hxx> +#include <AccessibleChartView.hxx> #include "DrawCommandDispatch.hxx" #include "ShapeController.hxx" #include "UndoActions.hxx" -#include "ViewElementListProvider.hxx" +#include <ViewElementListProvider.hxx> #include <cppuhelper/supportsservice.hxx> diff --git a/chart2/source/controller/main/ChartController_EditData.cxx b/chart2/source/controller/main/ChartController_EditData.cxx index 949700b82138..c59cdd8531ab 100644 --- a/chart2/source/controller/main/ChartController_EditData.cxx +++ b/chart2/source/controller/main/ChartController_EditData.cxx @@ -17,16 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ChartController.hxx" -#include "macros.hxx" +#include <ChartController.hxx> +#include <macros.hxx> -#include "dlg_DataEditor.hxx" -#include "DataSourceHelper.hxx" -#include "DiagramHelper.hxx" -#include "ControllerLockGuard.hxx" +#include <dlg_DataEditor.hxx> +#include <DataSourceHelper.hxx> +#include <DiagramHelper.hxx> +#include <ControllerLockGuard.hxx> #include "UndoGuard.hxx" -#include "ResId.hxx" -#include "strings.hrc" +#include <ResId.hxx> +#include <strings.hrc> #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> diff --git a/chart2/source/controller/main/ChartController_Insert.cxx b/chart2/source/controller/main/ChartController_Insert.cxx index e3b3e9146b3c..67bc424ca377 100644 --- a/chart2/source/controller/main/ChartController_Insert.cxx +++ b/chart2/source/controller/main/ChartController_Insert.cxx @@ -18,39 +18,39 @@ */ #include <memory> -#include "ChartController.hxx" - -#include "dlg_InsertAxis_Grid.hxx" -#include "dlg_InsertDataLabel.hxx" -#include "dlg_InsertLegend.hxx" -#include "dlg_InsertErrorBars.hxx" -#include "dlg_InsertTitle.hxx" -#include "dlg_ObjectProperties.hxx" - -#include "ChartWindow.hxx" -#include "ChartModelHelper.hxx" -#include "AxisHelper.hxx" -#include "TitleHelper.hxx" -#include "DiagramHelper.hxx" -#include "macros.hxx" -#include "chartview/DrawModelWrapper.hxx" -#include "NumberFormatterWrapper.hxx" -#include "ViewElementListProvider.hxx" -#include "MultipleChartConverters.hxx" -#include "ControllerLockGuard.hxx" +#include <ChartController.hxx> + +#include <dlg_InsertAxis_Grid.hxx> +#include <dlg_InsertDataLabel.hxx> +#include <dlg_InsertLegend.hxx> +#include <dlg_InsertErrorBars.hxx> +#include <dlg_InsertTitle.hxx> +#include <dlg_ObjectProperties.hxx> + +#include <ChartWindow.hxx> +#include <ChartModelHelper.hxx> +#include <AxisHelper.hxx> +#include <TitleHelper.hxx> +#include <DiagramHelper.hxx> +#include <macros.hxx> +#include <chartview/DrawModelWrapper.hxx> +#include <NumberFormatterWrapper.hxx> +#include <ViewElementListProvider.hxx> +#include <MultipleChartConverters.hxx> +#include <ControllerLockGuard.hxx> #include "UndoGuard.hxx" -#include "ResId.hxx" -#include "strings.hrc" -#include "ReferenceSizeProvider.hxx" -#include "ObjectIdentifier.hxx" -#include "RegressionCurveHelper.hxx" -#include "RegressionCurveItemConverter.hxx" -#include "StatisticsHelper.hxx" -#include "ErrorBarItemConverter.hxx" -#include "MultipleItemConverter.hxx" -#include "DataSeriesHelper.hxx" -#include "ObjectNameProvider.hxx" -#include "LegendHelper.hxx" +#include <ResId.hxx> +#include <strings.hrc> +#include <ReferenceSizeProvider.hxx> +#include <ObjectIdentifier.hxx> +#include <RegressionCurveHelper.hxx> +#include <RegressionCurveItemConverter.hxx> +#include <StatisticsHelper.hxx> +#include <ErrorBarItemConverter.hxx> +#include <MultipleItemConverter.hxx> +#include <DataSeriesHelper.hxx> +#include <ObjectNameProvider.hxx> +#include <LegendHelper.hxx> #include <com/sun/star/chart2/XRegressionCurve.hpp> #include <com/sun/star/chart/ErrorBarStyle.hpp> diff --git a/chart2/source/controller/main/ChartController_Position.cxx b/chart2/source/controller/main/ChartController_Position.cxx index 532a8cbd8c19..8f19372f46c5 100644 --- a/chart2/source/controller/main/ChartController_Position.cxx +++ b/chart2/source/controller/main/ChartController_Position.cxx @@ -17,19 +17,19 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ChartController.hxx" +#include <ChartController.hxx> -#include "macros.hxx" -#include "ChartWindow.hxx" -#include "DrawViewWrapper.hxx" -#include "PositionAndSizeHelper.hxx" -#include "ChartModelHelper.hxx" +#include <macros.hxx> +#include <ChartWindow.hxx> +#include <DrawViewWrapper.hxx> +#include <PositionAndSizeHelper.hxx> +#include <ChartModelHelper.hxx> #include "UndoGuard.hxx" -#include "strings.hrc" -#include "ObjectNameProvider.hxx" -#include "DiagramHelper.hxx" -#include "chartview/ExplicitValueProvider.hxx" -#include "CommonConverters.hxx" +#include <strings.hrc> +#include <ObjectNameProvider.hxx> +#include <DiagramHelper.hxx> +#include <chartview/ExplicitValueProvider.hxx> +#include <CommonConverters.hxx> #include <svx/ActionDescriptionProvider.hxx> #include <vcl/msgbox.hxx> diff --git a/chart2/source/controller/main/ChartController_Properties.cxx b/chart2/source/controller/main/ChartController_Properties.cxx index 8ea9d08ab2a7..0a96732f3038 100644 --- a/chart2/source/controller/main/ChartController_Properties.cxx +++ b/chart2/source/controller/main/ChartController_Properties.cxx @@ -17,40 +17,40 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ChartController.hxx" -#include "ChartWindow.hxx" -#include "chartview/DrawModelWrapper.hxx" -#include "ObjectIdentifier.hxx" -#include "chartview/ExplicitValueProvider.hxx" -#include "macros.hxx" -#include "dlg_ObjectProperties.hxx" -#include "dlg_View3D.hxx" -#include "dlg_InsertErrorBars.hxx" -#include "ViewElementListProvider.hxx" -#include "DataPointItemConverter.hxx" -#include "TextLabelItemConverter.hxx" -#include "AxisItemConverter.hxx" -#include "MultipleChartConverters.hxx" -#include "TitleItemConverter.hxx" -#include "LegendItemConverter.hxx" -#include "RegressionCurveItemConverter.hxx" -#include "RegressionEquationItemConverter.hxx" -#include "ErrorBarItemConverter.hxx" -#include "ChartModelHelper.hxx" -#include "AxisHelper.hxx" -#include "TitleHelper.hxx" -#include "LegendHelper.hxx" -#include "ChartTypeHelper.hxx" -#include "ColorPerPointHelper.hxx" -#include "DiagramHelper.hxx" -#include "servicenames_charttypes.hxx" -#include "ControllerLockGuard.hxx" +#include <ChartController.hxx> +#include <ChartWindow.hxx> +#include <chartview/DrawModelWrapper.hxx> +#include <ObjectIdentifier.hxx> +#include <chartview/ExplicitValueProvider.hxx> +#include <macros.hxx> +#include <dlg_ObjectProperties.hxx> +#include <dlg_View3D.hxx> +#include <dlg_InsertErrorBars.hxx> +#include <ViewElementListProvider.hxx> +#include <DataPointItemConverter.hxx> +#include <TextLabelItemConverter.hxx> +#include <AxisItemConverter.hxx> +#include <MultipleChartConverters.hxx> +#include <TitleItemConverter.hxx> +#include <LegendItemConverter.hxx> +#include <RegressionCurveItemConverter.hxx> +#include <RegressionEquationItemConverter.hxx> +#include <ErrorBarItemConverter.hxx> +#include <ChartModelHelper.hxx> +#include <AxisHelper.hxx> +#include <TitleHelper.hxx> +#include <LegendHelper.hxx> +#include <ChartTypeHelper.hxx> +#include <ColorPerPointHelper.hxx> +#include <DiagramHelper.hxx> +#include <servicenames_charttypes.hxx> +#include <ControllerLockGuard.hxx> #include "UndoGuard.hxx" -#include "ObjectNameProvider.hxx" -#include "ResId.hxx" -#include "strings.hrc" -#include "ReferenceSizeProvider.hxx" -#include "RegressionCurveHelper.hxx" +#include <ObjectNameProvider.hxx> +#include <ResId.hxx> +#include <strings.hrc> +#include <ReferenceSizeProvider.hxx> +#include <RegressionCurveHelper.hxx> #include <com/sun/star/chart2/XChartDocument.hpp> #include <memory> diff --git a/chart2/source/controller/main/ChartController_TextEdit.cxx b/chart2/source/controller/main/ChartController_TextEdit.cxx index 2135ae701eee..3f98cbb078f6 100644 --- a/chart2/source/controller/main/ChartController_TextEdit.cxx +++ b/chart2/source/controller/main/ChartController_TextEdit.cxx @@ -17,19 +17,19 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ChartController.hxx" +#include <ChartController.hxx> -#include "ResId.hxx" +#include <ResId.hxx> #include "UndoGuard.hxx" -#include "DrawViewWrapper.hxx" -#include "ChartWindow.hxx" -#include "TitleHelper.hxx" -#include "ObjectIdentifier.hxx" -#include "macros.hxx" -#include "ControllerLockGuard.hxx" -#include "AccessibleTextHelper.hxx" -#include "strings.hrc" -#include "chartview/DrawModelWrapper.hxx" +#include <DrawViewWrapper.hxx> +#include <ChartWindow.hxx> +#include <TitleHelper.hxx> +#include <ObjectIdentifier.hxx> +#include <macros.hxx> +#include <ControllerLockGuard.hxx> +#include <AccessibleTextHelper.hxx> +#include <strings.hrc> +#include <chartview/DrawModelWrapper.hxx> #include <svx/svdotext.hxx> #include <vcl/msgbox.hxx> diff --git a/chart2/source/controller/main/ChartController_Tools.cxx b/chart2/source/controller/main/ChartController_Tools.cxx index e91f43827387..837854a9b856 100644 --- a/chart2/source/controller/main/ChartController_Tools.cxx +++ b/chart2/source/controller/main/ChartController_Tools.cxx @@ -17,29 +17,29 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ChartController.hxx" -#include "ChartWindow.hxx" -#include "ChartModelHelper.hxx" -#include "TitleHelper.hxx" -#include "ThreeDHelper.hxx" -#include "DataSeriesHelper.hxx" +#include <ChartController.hxx> +#include <ChartWindow.hxx> +#include <ChartModelHelper.hxx> +#include <TitleHelper.hxx> +#include <ThreeDHelper.hxx> +#include <DataSeriesHelper.hxx> #include "UndoGuard.hxx" -#include "ControllerLockGuard.hxx" -#include "macros.hxx" -#include "ResId.hxx" -#include "strings.hrc" -#include "ObjectIdentifier.hxx" -#include "ReferenceSizeProvider.hxx" -#include "chartview/ExplicitValueProvider.hxx" -#include "chartview/DrawModelWrapper.hxx" +#include <ControllerLockGuard.hxx> +#include <macros.hxx> +#include <ResId.hxx> +#include <strings.hrc> +#include <ObjectIdentifier.hxx> +#include <ReferenceSizeProvider.hxx> +#include <chartview/ExplicitValueProvider.hxx> +#include <chartview/DrawModelWrapper.hxx> #include "ChartTransferable.hxx" -#include "DrawViewWrapper.hxx" -#include "LegendHelper.hxx" -#include "AxisHelper.hxx" -#include "RegressionCurveHelper.hxx" +#include <DrawViewWrapper.hxx> +#include <LegendHelper.hxx> +#include <AxisHelper.hxx> +#include <RegressionCurveHelper.hxx> #include "ShapeController.hxx" -#include "DiagramHelper.hxx" -#include "ObjectNameProvider.hxx" +#include <DiagramHelper.hxx> +#include <ObjectNameProvider.hxx> #include <unonames.hxx> #include <com/sun/star/chart2/DataPointLabel.hpp> diff --git a/chart2/source/controller/main/ChartController_Window.cxx b/chart2/source/controller/main/ChartController_Window.cxx index f5d31525cc24..75210747c496 100644 --- a/chart2/source/controller/main/ChartController_Window.cxx +++ b/chart2/source/controller/main/ChartController_Window.cxx @@ -17,35 +17,35 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ChartController.hxx" -#include "PositionAndSizeHelper.hxx" -#include "ObjectIdentifier.hxx" -#include "ChartWindow.hxx" -#include "ResId.hxx" -#include "CommonConverters.hxx" -#include "ChartModelHelper.hxx" -#include "DiagramHelper.hxx" -#include "TitleHelper.hxx" +#include <ChartController.hxx> +#include <PositionAndSizeHelper.hxx> +#include <ObjectIdentifier.hxx> +#include <ChartWindow.hxx> +#include <ResId.hxx> +#include <CommonConverters.hxx> +#include <ChartModelHelper.hxx> +#include <DiagramHelper.hxx> +#include <TitleHelper.hxx> #include "UndoGuard.hxx" -#include "ControllerLockGuard.hxx" -#include "ObjectNameProvider.hxx" -#include "strings.hrc" -#include "macros.hxx" +#include <ControllerLockGuard.hxx> +#include <ObjectNameProvider.hxx> +#include <strings.hrc> +#include <macros.hxx> #include "DragMethod_PieSegment.hxx" #include "DragMethod_RotateDiagram.hxx" -#include "ObjectHierarchy.hxx" -#include "chartview/ExplicitValueProvider.hxx" -#include "RelativePositionHelper.hxx" -#include "chartview/DrawModelWrapper.hxx" -#include "RegressionCurveHelper.hxx" -#include "StatisticsHelper.hxx" -#include "DataSeriesHelper.hxx" -#include "ContainerHelper.hxx" -#include "AxisHelper.hxx" -#include "LegendHelper.hxx" -#include "servicenames_charttypes.hxx" +#include <ObjectHierarchy.hxx> +#include <chartview/ExplicitValueProvider.hxx> +#include <RelativePositionHelper.hxx> +#include <chartview/DrawModelWrapper.hxx> +#include <RegressionCurveHelper.hxx> +#include <StatisticsHelper.hxx> +#include <DataSeriesHelper.hxx> +#include <ContainerHelper.hxx> +#include <AxisHelper.hxx> +#include <LegendHelper.hxx> +#include <servicenames_charttypes.hxx> #include "DrawCommandDispatch.hxx" -#include "PopupRequest.hxx" +#include <PopupRequest.hxx> #include <com/sun/star/chart2/RelativePosition.hpp> #include <com/sun/star/chart2/RelativeSize.hpp> diff --git a/chart2/source/controller/main/ChartDropTargetHelper.cxx b/chart2/source/controller/main/ChartDropTargetHelper.cxx index 6422f43511da..5205d9620753 100644 --- a/chart2/source/controller/main/ChartDropTargetHelper.cxx +++ b/chart2/source/controller/main/ChartDropTargetHelper.cxx @@ -18,8 +18,8 @@ */ #include "ChartDropTargetHelper.hxx" -#include "DiagramHelper.hxx" -#include "DataSourceHelper.hxx" +#include <DiagramHelper.hxx> +#include <DataSourceHelper.hxx> #include <com/sun/star/chart2/XChartDocument.hpp> #include <com/sun/star/chart2/data/XDataProvider.hpp> diff --git a/chart2/source/controller/main/ChartFrameloader.cxx b/chart2/source/controller/main/ChartFrameloader.cxx index 8c48feddb2e7..acb56be6d155 100644 --- a/chart2/source/controller/main/ChartFrameloader.cxx +++ b/chart2/source/controller/main/ChartFrameloader.cxx @@ -18,9 +18,9 @@ */ #include "ChartFrameloader.hxx" -#include "servicenames.hxx" -#include "MediaDescriptorHelper.hxx" -#include "macros.hxx" +#include <servicenames.hxx> +#include <MediaDescriptorHelper.hxx> +#include <macros.hxx> #include <unotools/mediadescriptor.hxx> #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/document/XImporter.hpp> diff --git a/chart2/source/controller/main/ChartModelClone.cxx b/chart2/source/controller/main/ChartModelClone.cxx index 937a11f168b1..9dd43ceb2834 100644 --- a/chart2/source/controller/main/ChartModelClone.cxx +++ b/chart2/source/controller/main/ChartModelClone.cxx @@ -18,9 +18,9 @@ */ #include "ChartModelClone.hxx" -#include "ChartModelHelper.hxx" -#include "ControllerLockGuard.hxx" -#include "DataSourceHelper.hxx" +#include <ChartModelHelper.hxx> +#include <ControllerLockGuard.hxx> +#include <DataSourceHelper.hxx> #include <com/sun/star/chart2/XAnyDescriptionAccess.hpp> #include <com/sun/star/util/XCloneable.hpp> diff --git a/chart2/source/controller/main/ChartWindow.cxx b/chart2/source/controller/main/ChartWindow.cxx index c0f9d242610c..4dccd6ebaf29 100644 --- a/chart2/source/controller/main/ChartWindow.cxx +++ b/chart2/source/controller/main/ChartWindow.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ChartWindow.hxx" -#include "ChartController.hxx" -#include "helpids.h" -#include "uiobject.hxx" +#include <ChartWindow.hxx> +#include <ChartController.hxx> +#include <helpids.h> +#include <uiobject.hxx> #include <vcl/help.hxx> #include <vcl/openglwin.hxx> diff --git a/chart2/source/controller/main/CommandDispatch.cxx b/chart2/source/controller/main/CommandDispatch.cxx index 1907615f9bd1..53bd4b96c7c6 100644 --- a/chart2/source/controller/main/CommandDispatch.cxx +++ b/chart2/source/controller/main/CommandDispatch.cxx @@ -18,8 +18,8 @@ */ #include "CommandDispatch.hxx" -#include "CommonFunctors.hxx" -#include "macros.hxx" +#include <CommonFunctors.hxx> +#include <macros.hxx> #include <com/sun/star/util/URLTransformer.hpp> #include <algorithm> diff --git a/chart2/source/controller/main/CommandDispatch.hxx b/chart2/source/controller/main/CommandDispatch.hxx index d6ed61aa1068..c21c6b7b8164 100644 --- a/chart2/source/controller/main/CommandDispatch.hxx +++ b/chart2/source/controller/main/CommandDispatch.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_COMMANDDISPATCH_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_COMMANDDISPATCH_HXX -#include "MutexContainer.hxx" +#include <MutexContainer.hxx> #include <cppuhelper/compbase.hxx> #include <comphelper/interfacecontainer2.hxx> #include <com/sun/star/frame/XDispatch.hpp> diff --git a/chart2/source/controller/main/CommandDispatchContainer.cxx b/chart2/source/controller/main/CommandDispatchContainer.cxx index 9141edb31fc5..31b0c7798d95 100644 --- a/chart2/source/controller/main/CommandDispatchContainer.cxx +++ b/chart2/source/controller/main/CommandDispatchContainer.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "CommandDispatchContainer.hxx" +#include <CommandDispatchContainer.hxx> #include "UndoCommandDispatch.hxx" #include "StatusBarCommandDispatch.hxx" -#include "DisposeHelper.hxx" -#include "macros.hxx" -#include "ChartController.hxx" +#include <DisposeHelper.hxx> +#include <macros.hxx> +#include <ChartController.hxx> #include "DrawCommandDispatch.hxx" #include "ShapeController.hxx" diff --git a/chart2/source/controller/main/ConfigurationAccess.cxx b/chart2/source/controller/main/ConfigurationAccess.cxx index a032c53ca3e9..7d2f9a1adcd5 100644 --- a/chart2/source/controller/main/ConfigurationAccess.cxx +++ b/chart2/source/controller/main/ConfigurationAccess.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ConfigurationAccess.hxx" -#include "macros.hxx" +#include <ConfigurationAccess.hxx> +#include <macros.hxx> #include <unotools/syslocale.hxx> #include <unotools/configitem.hxx> diff --git a/chart2/source/controller/main/ControllerCommandDispatch.cxx b/chart2/source/controller/main/ControllerCommandDispatch.cxx index 16c97974dcfb..57f7a33cb7fa 100644 --- a/chart2/source/controller/main/ControllerCommandDispatch.cxx +++ b/chart2/source/controller/main/ControllerCommandDispatch.cxx @@ -18,19 +18,19 @@ */ #include "ControllerCommandDispatch.hxx" -#include "ChartModelHelper.hxx" -#include "ChartModel.hxx" -#include "DiagramHelper.hxx" -#include "AxisHelper.hxx" -#include "TitleHelper.hxx" -#include "LegendHelper.hxx" -#include "ObjectIdentifier.hxx" -#include "macros.hxx" -#include "ChartTypeHelper.hxx" -#include "ChartController.hxx" -#include "RegressionCurveHelper.hxx" -#include "DataSeriesHelper.hxx" -#include "StatisticsHelper.hxx" +#include <ChartModelHelper.hxx> +#include <ChartModel.hxx> +#include <DiagramHelper.hxx> +#include <AxisHelper.hxx> +#include <TitleHelper.hxx> +#include <LegendHelper.hxx> +#include <ObjectIdentifier.hxx> +#include <macros.hxx> +#include <ChartTypeHelper.hxx> +#include <ChartController.hxx> +#include <RegressionCurveHelper.hxx> +#include <DataSeriesHelper.hxx> +#include <StatisticsHelper.hxx> #include "ShapeController.hxx" #include <vcl/svapp.hxx> diff --git a/chart2/source/controller/main/DragMethod_Base.cxx b/chart2/source/controller/main/DragMethod_Base.cxx index dc65a7d5862e..fa01247681c8 100644 --- a/chart2/source/controller/main/DragMethod_Base.cxx +++ b/chart2/source/controller/main/DragMethod_Base.cxx @@ -19,11 +19,11 @@ #include "DragMethod_Base.hxx" -#include "strings.hrc" -#include "ResId.hxx" -#include "macros.hxx" -#include "ObjectNameProvider.hxx" -#include "ObjectIdentifier.hxx" +#include <strings.hrc> +#include <ResId.hxx> +#include <macros.hxx> +#include <ObjectNameProvider.hxx> +#include <ObjectIdentifier.hxx> #include <rtl/math.hxx> #include <svx/svdpagv.hxx> diff --git a/chart2/source/controller/main/DragMethod_Base.hxx b/chart2/source/controller/main/DragMethod_Base.hxx index ec7b5c951260..a25457a37ae4 100644 --- a/chart2/source/controller/main/DragMethod_Base.hxx +++ b/chart2/source/controller/main/DragMethod_Base.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_DRAGMETHOD_BASE_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_DRAGMETHOD_BASE_HXX -#include "DrawViewWrapper.hxx" +#include <DrawViewWrapper.hxx> #include <svx/ActionDescriptionProvider.hxx> #include <svx/svddrgmt.hxx> #include <cppuhelper/weakref.hxx> diff --git a/chart2/source/controller/main/DragMethod_PieSegment.cxx b/chart2/source/controller/main/DragMethod_PieSegment.cxx index 4e831cfc4d5e..b11cec18e822 100644 --- a/chart2/source/controller/main/DragMethod_PieSegment.cxx +++ b/chart2/source/controller/main/DragMethod_PieSegment.cxx @@ -19,10 +19,10 @@ #include "DragMethod_PieSegment.hxx" -#include "strings.hrc" -#include "ResId.hxx" -#include "macros.hxx" -#include "ObjectIdentifier.hxx" +#include <strings.hrc> +#include <ResId.hxx> +#include <macros.hxx> +#include <ObjectIdentifier.hxx> #include <rtl/math.hxx> #include <svx/svdpagv.hxx> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/chart2/source/controller/main/DragMethod_RotateDiagram.cxx b/chart2/source/controller/main/DragMethod_RotateDiagram.cxx index dcc529147b6c..31a5811b2899 100644 --- a/chart2/source/controller/main/DragMethod_RotateDiagram.cxx +++ b/chart2/source/controller/main/DragMethod_RotateDiagram.cxx @@ -19,14 +19,14 @@ #include "DragMethod_RotateDiagram.hxx" -#include "SelectionHelper.hxx" -#include "CommonConverters.hxx" -#include "ChartModelHelper.hxx" -#include "macros.hxx" -#include "DiagramHelper.hxx" -#include "ChartTypeHelper.hxx" -#include "ThreeDHelper.hxx" -#include "defines.hxx" +#include <SelectionHelper.hxx> +#include <CommonConverters.hxx> +#include <ChartModelHelper.hxx> +#include <macros.hxx> +#include <DiagramHelper.hxx> +#include <ChartTypeHelper.hxx> +#include <ThreeDHelper.hxx> +#include <defines.hxx> #include <svx/sdr/overlay/overlaypolypolygon.hxx> #include <svx/sdr/overlay/overlaymanager.hxx> diff --git a/chart2/source/controller/main/DrawCommandDispatch.cxx b/chart2/source/controller/main/DrawCommandDispatch.cxx index 0f281e8037a8..a5d65cbf2bf5 100644 --- a/chart2/source/controller/main/DrawCommandDispatch.cxx +++ b/chart2/source/controller/main/DrawCommandDispatch.cxx @@ -19,10 +19,10 @@ #include "DrawCommandDispatch.hxx" #include "DrawCommandDispatch.h" -#include "ChartController.hxx" -#include "DrawViewWrapper.hxx" -#include "chartview/DrawModelWrapper.hxx" -#include "macros.hxx" +#include <ChartController.hxx> +#include <DrawViewWrapper.hxx> +#include <chartview/DrawModelWrapper.hxx> +#include <macros.hxx> #include <com/sun/star/frame/CommandGroup.hpp> #include <vcl/svapp.hxx> diff --git a/chart2/source/controller/main/ElementSelector.cxx b/chart2/source/controller/main/ElementSelector.cxx index b2c2dd7c7737..4af2f3d54e2e 100644 --- a/chart2/source/controller/main/ElementSelector.cxx +++ b/chart2/source/controller/main/ElementSelector.cxx @@ -18,15 +18,15 @@ */ #include "ElementSelector.hxx" -#include "macros.hxx" -#include "ObjectNameProvider.hxx" -#include "ObjectHierarchy.hxx" -#include "servicenames.hxx" +#include <macros.hxx> +#include <ObjectNameProvider.hxx> +#include <ObjectHierarchy.hxx> +#include <servicenames.hxx> #include <chartview/ExplicitValueProvider.hxx> -#include "DrawViewWrapper.hxx" -#include "ResId.hxx" -#include "strings.hrc" -#include "ObjectIdentifier.hxx" +#include <DrawViewWrapper.hxx> +#include <ResId.hxx> +#include <strings.hrc> +#include <ObjectIdentifier.hxx> #include <cppuhelper/supportsservice.hxx> #include <toolkit/helper/vclunohelper.hxx> diff --git a/chart2/source/controller/main/ElementSelector.hxx b/chart2/source/controller/main/ElementSelector.hxx index 597ac2483f53..ab1818bf1e15 100644 --- a/chart2/source/controller/main/ElementSelector.hxx +++ b/chart2/source/controller/main/ElementSelector.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_ELEMENTSELECTOR_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_ELEMENTSELECTOR_HXX -#include "ObjectHierarchy.hxx" +#include <ObjectHierarchy.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> #include <cppuhelper/implbase1.hxx> #include <svtools/toolboxcontroller.hxx> diff --git a/chart2/source/controller/main/ObjectHierarchy.cxx b/chart2/source/controller/main/ObjectHierarchy.cxx index 45b826a51b80..ddf9e50af25b 100644 --- a/chart2/source/controller/main/ObjectHierarchy.cxx +++ b/chart2/source/controller/main/ObjectHierarchy.cxx @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ObjectHierarchy.hxx" -#include "ObjectIdentifier.hxx" -#include "ChartModelHelper.hxx" -#include "DiagramHelper.hxx" -#include "RegressionCurveHelper.hxx" -#include "AxisHelper.hxx" -#include "chartview/ExplicitValueProvider.hxx" -#include "macros.hxx" -#include "ChartTypeHelper.hxx" -#include "DataSeriesHelper.hxx" -#include "LegendHelper.hxx" -#include "chartview/DrawModelWrapper.hxx" +#include <ObjectHierarchy.hxx> +#include <ObjectIdentifier.hxx> +#include <ChartModelHelper.hxx> +#include <DiagramHelper.hxx> +#include <RegressionCurveHelper.hxx> +#include <AxisHelper.hxx> +#include <chartview/ExplicitValueProvider.hxx> +#include <macros.hxx> +#include <ChartTypeHelper.hxx> +#include <DataSeriesHelper.hxx> +#include <LegendHelper.hxx> +#include <chartview/DrawModelWrapper.hxx> #include <unonames.hxx> #include <map> diff --git a/chart2/source/controller/main/PositionAndSizeHelper.cxx b/chart2/source/controller/main/PositionAndSizeHelper.cxx index a3e2e1d9cfde..2726fe5bd601 100644 --- a/chart2/source/controller/main/PositionAndSizeHelper.cxx +++ b/chart2/source/controller/main/PositionAndSizeHelper.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "PositionAndSizeHelper.hxx" -#include "macros.hxx" -#include "ChartModelHelper.hxx" -#include "ControllerLockGuard.hxx" +#include <PositionAndSizeHelper.hxx> +#include <macros.hxx> +#include <ChartModelHelper.hxx> +#include <ControllerLockGuard.hxx> #include <com/sun/star/chart2/LegendPosition.hpp> #include <com/sun/star/chart/ChartLegendExpansion.hpp> #include <com/sun/star/chart2/RelativePosition.hpp> #include <com/sun/star/chart2/RelativeSize.hpp> -#include "chartview/ExplicitValueProvider.hxx" +#include <chartview/ExplicitValueProvider.hxx> #include <tools/gen.hxx> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/chart2/source/controller/main/SelectionHelper.cxx b/chart2/source/controller/main/SelectionHelper.cxx index 1e365924e8d5..9ba2456e0656 100644 --- a/chart2/source/controller/main/SelectionHelper.cxx +++ b/chart2/source/controller/main/SelectionHelper.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "SelectionHelper.hxx" -#include "ObjectIdentifier.hxx" -#include "macros.hxx" -#include "DiagramHelper.hxx" -#include "ChartModelHelper.hxx" +#include <SelectionHelper.hxx> +#include <ObjectIdentifier.hxx> +#include <macros.hxx> +#include <DiagramHelper.hxx> +#include <ChartModelHelper.hxx> #include <svx/svdpage.hxx> #include <svx/svditer.hxx> -#include "svx/obj3d.hxx" +#include <svx/obj3d.hxx> #include <svx/svdopath.hxx> #include <vcl/svapp.hxx> #include <basegfx/point/b2dpoint.hxx> diff --git a/chart2/source/controller/main/ShapeController.cxx b/chart2/source/controller/main/ShapeController.cxx index 17b4aaf2b0ea..c241318c2b71 100644 --- a/chart2/source/controller/main/ShapeController.cxx +++ b/chart2/source/controller/main/ShapeController.cxx @@ -18,14 +18,14 @@ */ #include "ShapeController.hxx" -#include "ShapeController.h" -#include "ChartController.hxx" -#include "ChartWindow.hxx" -#include "ViewElementListProvider.hxx" -#include "dlg_ShapeFont.hxx" -#include "dlg_ShapeParagraph.hxx" -#include "chartview/DrawModelWrapper.hxx" -#include "macros.hxx" +#include <ShapeController.h> +#include <ChartController.hxx> +#include <ChartWindow.hxx> +#include <ViewElementListProvider.hxx> +#include <dlg_ShapeFont.hxx> +#include <dlg_ShapeParagraph.hxx> +#include <chartview/DrawModelWrapper.hxx> +#include <macros.hxx> #include <com/sun/star/frame/CommandGroup.hpp> #include <com/sun/star/frame/XStorable.hpp> diff --git a/chart2/source/controller/main/StatusBarCommandDispatch.cxx b/chart2/source/controller/main/StatusBarCommandDispatch.cxx index 7b04bb4e4af4..3feb2b9e0953 100644 --- a/chart2/source/controller/main/StatusBarCommandDispatch.cxx +++ b/chart2/source/controller/main/StatusBarCommandDispatch.cxx @@ -18,11 +18,11 @@ */ #include "StatusBarCommandDispatch.hxx" -#include "ObjectNameProvider.hxx" -#include "macros.hxx" +#include <ObjectNameProvider.hxx> +#include <macros.hxx> #include <com/sun/star/util/XModifyBroadcaster.hpp> -#include "ResId.hxx" +#include <ResId.hxx> using namespace ::com::sun::star; diff --git a/chart2/source/controller/main/StatusBarCommandDispatch.hxx b/chart2/source/controller/main/StatusBarCommandDispatch.hxx index 137b8c27142b..de2f61b2a6c0 100644 --- a/chart2/source/controller/main/StatusBarCommandDispatch.hxx +++ b/chart2/source/controller/main/StatusBarCommandDispatch.hxx @@ -20,7 +20,7 @@ #define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_STATUSBARCOMMANDDISPATCH_HXX #include "CommandDispatch.hxx" -#include "ObjectIdentifier.hxx" +#include <ObjectIdentifier.hxx> #include <cppuhelper/implbase.hxx> #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/view/XSelectionSupplier.hpp> diff --git a/chart2/source/controller/main/ToolbarController.cxx b/chart2/source/controller/main/ToolbarController.cxx index 54b1e9019903..e6ccf06a0b5c 100644 --- a/chart2/source/controller/main/ToolbarController.cxx +++ b/chart2/source/controller/main/ToolbarController.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "ChartToolbarController.hxx" +#include <ChartToolbarController.hxx> #include <rtl/ref.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> diff --git a/chart2/source/controller/main/UndoActions.cxx b/chart2/source/controller/main/UndoActions.cxx index 0c8de572d907..c7cfb74587a7 100644 --- a/chart2/source/controller/main/UndoActions.cxx +++ b/chart2/source/controller/main/UndoActions.cxx @@ -18,9 +18,9 @@ */ #include "UndoActions.hxx" -#include "DisposeHelper.hxx" -#include "CommonFunctors.hxx" -#include "PropertyHelper.hxx" +#include <DisposeHelper.hxx> +#include <CommonFunctors.hxx> +#include <PropertyHelper.hxx> #include "ChartModelClone.hxx" #include <com/sun/star/lang/DisposedException.hpp> diff --git a/chart2/source/controller/main/UndoCommandDispatch.cxx b/chart2/source/controller/main/UndoCommandDispatch.cxx index 96fd0de5e90d..4910442e549c 100644 --- a/chart2/source/controller/main/UndoCommandDispatch.cxx +++ b/chart2/source/controller/main/UndoCommandDispatch.cxx @@ -18,8 +18,8 @@ */ #include "UndoCommandDispatch.hxx" -#include "ResId.hxx" -#include "macros.hxx" +#include <ResId.hxx> +#include <macros.hxx> #include <com/sun/star/util/XModifyBroadcaster.hpp> #include <com/sun/star/document/UndoFailedException.hpp> diff --git a/chart2/source/controller/sidebar/Chart2PanelFactory.cxx b/chart2/source/controller/sidebar/Chart2PanelFactory.cxx index 2ca53544e673..518479a83c8d 100644 --- a/chart2/source/controller/sidebar/Chart2PanelFactory.cxx +++ b/chart2/source/controller/sidebar/Chart2PanelFactory.cxx @@ -31,7 +31,7 @@ #include "ChartElementsPanel.hxx" #include "ChartSeriesPanel.hxx" -#include "ChartController.hxx" +#include <ChartController.hxx> #include "ChartAxisPanel.hxx" #include "ChartErrorBarPanel.hxx" #include "ChartAreaPanel.hxx" diff --git a/chart2/source/controller/sidebar/ChartAreaPanel.cxx b/chart2/source/controller/sidebar/ChartAreaPanel.cxx index 41c4b9c9c4d0..c057ebc5e0ad 100644 --- a/chart2/source/controller/sidebar/ChartAreaPanel.cxx +++ b/chart2/source/controller/sidebar/ChartAreaPanel.cxx @@ -9,11 +9,11 @@ #include "ChartAreaPanel.hxx" -#include "ChartController.hxx" -#include "ViewElementListProvider.hxx" -#include "PropertyHelper.hxx" +#include <ChartController.hxx> +#include <ViewElementListProvider.hxx> +#include <PropertyHelper.hxx> -#include "chartview/DrawModelWrapper.hxx" +#include <chartview/DrawModelWrapper.hxx> #include <svx/xfltrit.hxx> #include <svx/xflftrit.hxx> diff --git a/chart2/source/controller/sidebar/ChartAxisPanel.cxx b/chart2/source/controller/sidebar/ChartAxisPanel.cxx index baa15ff75ffb..b5d130fbd88b 100644 --- a/chart2/source/controller/sidebar/ChartAxisPanel.cxx +++ b/chart2/source/controller/sidebar/ChartAxisPanel.cxx @@ -22,7 +22,7 @@ #include <com/sun/star/chart/ChartAxisLabelPosition.hpp> #include "ChartAxisPanel.hxx" -#include "ChartController.hxx" +#include <ChartController.hxx> #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> #include <vcl/fixed.hxx> diff --git a/chart2/source/controller/sidebar/ChartColorWrapper.cxx b/chart2/source/controller/sidebar/ChartColorWrapper.cxx index 3387e47254d3..b67b44610e5d 100644 --- a/chart2/source/controller/sidebar/ChartColorWrapper.cxx +++ b/chart2/source/controller/sidebar/ChartColorWrapper.cxx @@ -9,7 +9,7 @@ #include "ChartColorWrapper.hxx" -#include "ChartController.hxx" +#include <ChartController.hxx> #include <svx/tbcontrl.hxx> diff --git a/chart2/source/controller/sidebar/ChartElementsPanel.cxx b/chart2/source/controller/sidebar/ChartElementsPanel.cxx index ae27888d4d86..8404ae624bf5 100644 --- a/chart2/source/controller/sidebar/ChartElementsPanel.cxx +++ b/chart2/source/controller/sidebar/ChartElementsPanel.cxx @@ -24,7 +24,7 @@ #include <com/sun/star/chart2/XCoordinateSystemContainer.hpp> #include "ChartElementsPanel.hxx" -#include "ChartController.hxx" +#include <ChartController.hxx> #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> #include <vcl/fixed.hxx> @@ -35,13 +35,13 @@ #include <svl/stritem.hxx> #include <comphelper/processfactory.hxx> -#include "LegendHelper.hxx" -#include "ChartModelHelper.hxx" -#include "AxisHelper.hxx" -#include "DiagramHelper.hxx" -#include "ChartTypeHelper.hxx" +#include <LegendHelper.hxx> +#include <ChartModelHelper.hxx> +#include <AxisHelper.hxx> +#include <DiagramHelper.hxx> +#include <ChartTypeHelper.hxx> -#include "ChartModel.hxx" +#include <ChartModel.hxx> using namespace css; diff --git a/chart2/source/controller/sidebar/ChartElementsPanel.hxx b/chart2/source/controller/sidebar/ChartElementsPanel.hxx index 4dd6e6e5c980..512749246a24 100644 --- a/chart2/source/controller/sidebar/ChartElementsPanel.hxx +++ b/chart2/source/controller/sidebar/ChartElementsPanel.hxx @@ -25,7 +25,7 @@ #include <svx/sidebar/PanelLayout.hxx> #include <vcl/layout.hxx> #include "ChartSidebarModifyListener.hxx" -#include "TitleHelper.hxx" +#include <TitleHelper.hxx> #include <com/sun/star/util/XModifyListener.hpp> diff --git a/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx b/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx index b4d68caee4d0..b9019c523616 100644 --- a/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx +++ b/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx @@ -23,7 +23,7 @@ #include <com/sun/star/chart/ErrorBarStyle.hpp> #include "ChartErrorBarPanel.hxx" -#include "ChartController.hxx" +#include <ChartController.hxx> #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> #include <vcl/fixed.hxx> diff --git a/chart2/source/controller/sidebar/ChartLinePanel.cxx b/chart2/source/controller/sidebar/ChartLinePanel.cxx index 186df8b22d7b..84d1cd4c8f76 100644 --- a/chart2/source/controller/sidebar/ChartLinePanel.cxx +++ b/chart2/source/controller/sidebar/ChartLinePanel.cxx @@ -9,8 +9,8 @@ #include "ChartLinePanel.hxx" -#include "PropertyHelper.hxx" -#include "ChartController.hxx" +#include <PropertyHelper.hxx> +#include <ChartController.hxx> #include <svx/xlnwtit.hxx> #include <svx/xlinjoit.hxx> diff --git a/chart2/source/controller/sidebar/ChartSeriesPanel.cxx b/chart2/source/controller/sidebar/ChartSeriesPanel.cxx index 9d58aecbdcd5..023f548b485a 100644 --- a/chart2/source/controller/sidebar/ChartSeriesPanel.cxx +++ b/chart2/source/controller/sidebar/ChartSeriesPanel.cxx @@ -29,7 +29,7 @@ #include <com/sun/star/chart2/XCoordinateSystemContainer.hpp> #include "ChartSeriesPanel.hxx" -#include "ChartController.hxx" +#include <ChartController.hxx> #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> #include <vcl/fixed.hxx> @@ -40,10 +40,10 @@ #include <svl/stritem.hxx> #include <comphelper/processfactory.hxx> -#include "ChartModel.hxx" -#include "DataSeriesHelper.hxx" -#include "RegressionCurveHelper.hxx" -#include "StatisticsHelper.hxx" +#include <ChartModel.hxx> +#include <DataSeriesHelper.hxx> +#include <RegressionCurveHelper.hxx> +#include <StatisticsHelper.hxx> using namespace css; using namespace css::uno; diff --git a/chart2/source/controller/sidebar/ChartSidebarSelectionListener.cxx b/chart2/source/controller/sidebar/ChartSidebarSelectionListener.cxx index c94490f1dc1b..19f4335e0b49 100644 --- a/chart2/source/controller/sidebar/ChartSidebarSelectionListener.cxx +++ b/chart2/source/controller/sidebar/ChartSidebarSelectionListener.cxx @@ -12,7 +12,7 @@ #include <com/sun/star/view/XSelectionSupplier.hpp> #include <com/sun/star/frame/XController.hpp> -#include "ObjectIdentifier.hxx" +#include <ObjectIdentifier.hxx> namespace chart { namespace sidebar { diff --git a/chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx b/chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx index 4f2b082dc823..b0e0c36b981e 100644 --- a/chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx +++ b/chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx @@ -13,7 +13,7 @@ #include <com/sun/star/view/XSelectionChangeListener.hpp> #include <cppuhelper/implbase.hxx> -#include "ObjectIdentifier.hxx" +#include <ObjectIdentifier.hxx> #include <vector> diff --git a/chart2/source/controller/uitest/uiobject.cxx b/chart2/source/controller/uitest/uiobject.cxx index d3c2cfd5cbd0..7ddb557ffe23 100644 --- a/chart2/source/controller/uitest/uiobject.cxx +++ b/chart2/source/controller/uitest/uiobject.cxx @@ -8,12 +8,12 @@ */ #include <memory> -#include "uiobject.hxx" +#include <uiobject.hxx> -#include "ChartWindow.hxx" -#include "ChartController.hxx" -#include "ObjectHierarchy.hxx" -#include "chartview/ExplicitValueProvider.hxx" +#include <ChartWindow.hxx> +#include <ChartController.hxx> +#include <ObjectHierarchy.hxx> +#include <chartview/ExplicitValueProvider.hxx> #include <vcl/svapp.hxx> diff --git a/chart2/source/inc/AxisHelper.hxx b/chart2/source/inc/AxisHelper.hxx index 7343c5f64a09..4cdb75df84c2 100644 --- a/chart2/source/inc/AxisHelper.hxx +++ b/chart2/source/inc/AxisHelper.hxx @@ -28,7 +28,7 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/util/XNumberFormatsSupplier.hpp> -#include "ChartModel.hxx" +#include <ChartModel.hxx> #include <vector> diff --git a/chart2/source/inc/ChartModelHelper.hxx b/chart2/source/inc/ChartModelHelper.hxx index 449c4fc40244..7f90f8c3d177 100644 --- a/chart2/source/inc/ChartModelHelper.hxx +++ b/chart2/source/inc/ChartModelHelper.hxx @@ -31,7 +31,7 @@ #include <com/sun/star/frame/XModel.hpp> #include "charttoolsdllapi.hxx" -#include "ChartModel.hxx" +#include <ChartModel.hxx> #include <vector> diff --git a/chart2/source/inc/ControllerLockGuard.hxx b/chart2/source/inc/ControllerLockGuard.hxx index e690f5ac475b..7eec2b11c5b4 100644 --- a/chart2/source/inc/ControllerLockGuard.hxx +++ b/chart2/source/inc/ControllerLockGuard.hxx @@ -21,7 +21,7 @@ #include <com/sun/star/frame/XModel.hpp> #include "charttoolsdllapi.hxx" -#include "ChartModel.hxx" +#include <ChartModel.hxx> namespace chart { diff --git a/chart2/source/inc/DataSourceHelper.hxx b/chart2/source/inc/DataSourceHelper.hxx index 8ef4656df7cb..4d4e60774c91 100644 --- a/chart2/source/inc/DataSourceHelper.hxx +++ b/chart2/source/inc/DataSourceHelper.hxx @@ -28,7 +28,7 @@ #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -#include "ChartModel.hxx" +#include <ChartModel.hxx> #include "charttoolsdllapi.hxx" diff --git a/chart2/source/inc/DiagramHelper.hxx b/chart2/source/inc/DiagramHelper.hxx index 1250060a5c91..d0b544881e6b 100644 --- a/chart2/source/inc/DiagramHelper.hxx +++ b/chart2/source/inc/DiagramHelper.hxx @@ -33,7 +33,7 @@ #include <com/sun/star/util/XNumberFormats.hpp> #include <com/sun/star/util/XNumberFormatsSupplier.hpp> -#include "ChartModel.hxx" +#include <ChartModel.hxx> #include <utility> #include <vector> diff --git a/chart2/source/inc/ExplicitCategoriesProvider.hxx b/chart2/source/inc/ExplicitCategoriesProvider.hxx index 0195d24a31fd..3217759bfbda 100644 --- a/chart2/source/inc/ExplicitCategoriesProvider.hxx +++ b/chart2/source/inc/ExplicitCategoriesProvider.hxx @@ -22,7 +22,7 @@ #include <com/sun/star/chart2/XCoordinateSystem.hpp> #include <com/sun/star/chart2/data/XTextualDataSequence.hpp> #include "charttoolsdllapi.hxx" -#include "ChartModel.hxx" +#include <ChartModel.hxx> #include <vector> diff --git a/chart2/source/inc/LegendHelper.hxx b/chart2/source/inc/LegendHelper.hxx index 4b7cd17a7c2a..0ecb3a142c83 100644 --- a/chart2/source/inc/LegendHelper.hxx +++ b/chart2/source/inc/LegendHelper.hxx @@ -25,7 +25,7 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include "charttoolsdllapi.hxx" -#include "ChartModel.hxx" +#include <ChartModel.hxx> namespace chart { diff --git a/chart2/source/inc/ObjectIdentifier.hxx b/chart2/source/inc/ObjectIdentifier.hxx index 5eb72c1a1ee8..e2b81c617a15 100644 --- a/chart2/source/inc/ObjectIdentifier.hxx +++ b/chart2/source/inc/ObjectIdentifier.hxx @@ -26,7 +26,7 @@ #include <com/sun/star/chart2/XChartDocument.hpp> #include "TitleHelper.hxx" #include "charttoolsdllapi.hxx" -#include "ChartModel.hxx" +#include <ChartModel.hxx> #include <rtl/ustring.hxx> #include <com/sun/star/frame/XModel.hpp> diff --git a/chart2/source/inc/TitleHelper.hxx b/chart2/source/inc/TitleHelper.hxx index 4a998cb6cb99..933e13a0e986 100644 --- a/chart2/source/inc/TitleHelper.hxx +++ b/chart2/source/inc/TitleHelper.hxx @@ -26,7 +26,7 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/chart2/XDiagram.hpp> -#include "ChartModel.hxx" +#include <ChartModel.hxx> namespace chart { diff --git a/chart2/source/inc/charttoolsdllapi.hxx b/chart2/source/inc/charttoolsdllapi.hxx index 570e92b97192..3a5b8144b770 100644 --- a/chart2/source/inc/charttoolsdllapi.hxx +++ b/chart2/source/inc/charttoolsdllapi.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_CHART2_SOURCE_INC_CHARTTOOLSDLLAPI_HXX #define INCLUDED_CHART2_SOURCE_INC_CHARTTOOLSDLLAPI_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "sal/types.h" +#include <sal/types.h> #if defined OOO_DLLIMPLEMENTATION_CHARTTOOLS #define OOO_DLLPUBLIC_CHARTTOOLS SAL_DLLPUBLIC_EXPORT diff --git a/chart2/source/inc/chartview/DataPointSymbolSupplier.hxx b/chart2/source/inc/chartview/DataPointSymbolSupplier.hxx index 91ce28ce3829..17df202de4fb 100644 --- a/chart2/source/inc/chartview/DataPointSymbolSupplier.hxx +++ b/chart2/source/inc/chartview/DataPointSymbolSupplier.hxx @@ -23,7 +23,7 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/drawing/Direction3D.hpp> #include <com/sun/star/drawing/XShapes.hpp> -#include "chartview/chartviewdllapi.hxx" +#include <chartview/chartviewdllapi.hxx> namespace chart { diff --git a/chart2/source/inc/chartview/DrawModelWrapper.hxx b/chart2/source/inc/chartview/DrawModelWrapper.hxx index 16fcc03071f4..cc9bdbbe3ac4 100644 --- a/chart2/source/inc/chartview/DrawModelWrapper.hxx +++ b/chart2/source/inc/chartview/DrawModelWrapper.hxx @@ -26,7 +26,7 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/drawing/XDrawPage.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include "chartview/chartviewdllapi.hxx" +#include <chartview/chartviewdllapi.hxx> namespace chart { diff --git a/chart2/source/inc/chartview/ExplicitScaleValues.hxx b/chart2/source/inc/chartview/ExplicitScaleValues.hxx index e871c58a7ebd..009154353b43 100644 --- a/chart2/source/inc/chartview/ExplicitScaleValues.hxx +++ b/chart2/source/inc/chartview/ExplicitScaleValues.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_INC_CHARTVIEW_EXPLICITSCALEVALUES_HXX #define INCLUDED_CHART2_SOURCE_INC_CHARTVIEW_EXPLICITSCALEVALUES_HXX -#include "chartview/chartviewdllapi.hxx" +#include <chartview/chartviewdllapi.hxx> #include <com/sun/star/chart/TimeInterval.hpp> #include <com/sun/star/chart/TimeUnit.hpp> #include <com/sun/star/chart2/AxisOrientation.hpp> diff --git a/chart2/source/inc/chartview/ExplicitValueProvider.hxx b/chart2/source/inc/chartview/ExplicitValueProvider.hxx index 2efa5127c077..05d50c6a2e82 100644 --- a/chart2/source/inc/chartview/ExplicitValueProvider.hxx +++ b/chart2/source/inc/chartview/ExplicitValueProvider.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_INC_CHARTVIEW_EXPLICITVALUEPROVIDER_HXX #define INCLUDED_CHART2_SOURCE_INC_CHARTVIEW_EXPLICITVALUEPROVIDER_HXX -#include "chartview/ExplicitScaleValues.hxx" +#include <chartview/ExplicitScaleValues.hxx> #include <com/sun/star/chart2/XAxis.hpp> #include <com/sun/star/chart2/XCoordinateSystem.hpp> @@ -28,8 +28,8 @@ #include <com/sun/star/awt/Rectangle.hpp> #include <com/sun/star/drawing/XShape.hpp> #include <com/sun/star/util/XNumberFormatsSupplier.hpp> -#include "chartview/chartviewdllapi.hxx" -#include "ChartModel.hxx" +#include <chartview/chartviewdllapi.hxx> +#include <ChartModel.hxx> #include <memory> diff --git a/chart2/source/inc/chartview/chartviewdllapi.hxx b/chart2/source/inc/chartview/chartviewdllapi.hxx index 6e2a52db5782..2762104384f2 100644 --- a/chart2/source/inc/chartview/chartviewdllapi.hxx +++ b/chart2/source/inc/chartview/chartviewdllapi.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_CHART2_SOURCE_INC_CHARTVIEW_CHARTVIEWDLLAPI_HXX #define INCLUDED_CHART2_SOURCE_INC_CHARTVIEW_CHARTVIEWDLLAPI_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "sal/types.h" +#include <sal/types.h> #if defined OOO_DLLIMPLEMENTATION_CHARTVIEW #define OOO_DLLPUBLIC_CHARTVIEW SAL_DLLPUBLIC_EXPORT diff --git a/chart2/source/inc/macros.hxx b/chart2/source/inc/macros.hxx index 6b435c71c6f8..1139f245b873 100644 --- a/chart2/source/inc/macros.hxx +++ b/chart2/source/inc/macros.hxx @@ -19,11 +19,11 @@ #ifndef INCLUDED_CHART2_SOURCE_INC_MACROS_HXX #define INCLUDED_CHART2_SOURCE_INC_MACROS_HXX -#include "sal/config.h" +#include <sal/config.h> #include <typeinfo> -#include "sal/log.hxx" +#include <sal/log.hxx> #define ASSERT_EXCEPTION(ex) SAL_WARN("chart2", "Exception caught. " << ex ) diff --git a/chart2/source/model/filter/XMLFilter.cxx b/chart2/source/model/filter/XMLFilter.cxx index f5bddadbc2ee..cf15a7f48aaf 100644 --- a/chart2/source/model/filter/XMLFilter.cxx +++ b/chart2/source/model/filter/XMLFilter.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "XMLFilter.hxx" -#include "macros.hxx" -#include "MediaDescriptorHelper.hxx" +#include <XMLFilter.hxx> +#include <macros.hxx> +#include <MediaDescriptorHelper.hxx> #include <svtools/sfxecode.hxx> #include <unotools/saveopt.hxx> diff --git a/chart2/source/model/inc/BaseCoordinateSystem.hxx b/chart2/source/model/inc/BaseCoordinateSystem.hxx index 7b6edaf87c18..b29116e92de9 100644 --- a/chart2/source/model/inc/BaseCoordinateSystem.hxx +++ b/chart2/source/model/inc/BaseCoordinateSystem.hxx @@ -19,8 +19,8 @@ #ifndef INCLUDED_CHART2_SOURCE_MODEL_INC_BASECOORDINATESYSTEM_HXX #define INCLUDED_CHART2_SOURCE_MODEL_INC_BASECOORDINATESYSTEM_HXX -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" +#include <OPropertySet.hxx> +#include <MutexContainer.hxx> #include <cppuhelper/implbase.hxx> #include <comphelper/uno3.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> diff --git a/chart2/source/model/inc/ChartTypeManager.hxx b/chart2/source/model/inc/ChartTypeManager.hxx index 2a49620e1dfd..5088ee14b49f 100644 --- a/chart2/source/model/inc/ChartTypeManager.hxx +++ b/chart2/source/model/inc/ChartTypeManager.hxx @@ -19,8 +19,8 @@ #ifndef INCLUDED_CHART2_SOURCE_MODEL_INC_CHARTTYPEMANAGER_HXX #define INCLUDED_CHART2_SOURCE_MODEL_INC_CHARTTYPEMANAGER_HXX -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" +#include <OPropertySet.hxx> +#include <MutexContainer.hxx> #include <cppuhelper/implbase.hxx> #include <comphelper/uno3.hxx> #include <com/sun/star/uno/XComponentContext.hpp> diff --git a/chart2/source/model/inc/DataSeries.hxx b/chart2/source/model/inc/DataSeries.hxx index f56746fe511e..49e2e5f72c7b 100644 --- a/chart2/source/model/inc/DataSeries.hxx +++ b/chart2/source/model/inc/DataSeries.hxx @@ -40,8 +40,8 @@ #include <vector> #include <map> -#include "MutexContainer.hxx" -#include "OPropertySet.hxx" +#include <MutexContainer.hxx> +#include <OPropertySet.hxx> namespace chart { diff --git a/chart2/source/model/inc/Diagram.hxx b/chart2/source/model/inc/Diagram.hxx index da39d9ad8d4a..12102cc1bbb4 100644 --- a/chart2/source/model/inc/Diagram.hxx +++ b/chart2/source/model/inc/Diagram.hxx @@ -19,8 +19,8 @@ #ifndef INCLUDED_CHART2_SOURCE_MODEL_INC_DIAGRAM_HXX #define INCLUDED_CHART2_SOURCE_MODEL_INC_DIAGRAM_HXX -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" +#include <OPropertySet.hxx> +#include <MutexContainer.hxx> #include <cppuhelper/implbase.hxx> #include <comphelper/uno3.hxx> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/chart2/source/model/inc/StockBar.hxx b/chart2/source/model/inc/StockBar.hxx index 7401a98e4374..06ff1cc59f3f 100644 --- a/chart2/source/model/inc/StockBar.hxx +++ b/chart2/source/model/inc/StockBar.hxx @@ -22,8 +22,8 @@ #include <com/sun/star/util/XCloneable.hpp> #include <com/sun/star/util/XModifyBroadcaster.hpp> #include <com/sun/star/util/XModifyListener.hpp> -#include "MutexContainer.hxx" -#include "OPropertySet.hxx" +#include <MutexContainer.hxx> +#include <OPropertySet.hxx> #include <cppuhelper/implbase.hxx> #include <comphelper/uno3.hxx> diff --git a/chart2/source/model/main/Axis.cxx b/chart2/source/model/main/Axis.cxx index 5545d9dffd9e..19ca848bca4d 100644 --- a/chart2/source/model/main/Axis.cxx +++ b/chart2/source/model/main/Axis.cxx @@ -19,14 +19,14 @@ #include "Axis.hxx" #include "GridProperties.hxx" -#include "macros.hxx" -#include "CharacterProperties.hxx" -#include "LinePropertiesHelper.hxx" -#include "UserDefinedProperties.hxx" -#include "PropertyHelper.hxx" -#include "CloneHelper.hxx" -#include "AxisHelper.hxx" -#include "EventListenerHelper.hxx" +#include <macros.hxx> +#include <CharacterProperties.hxx> +#include <LinePropertiesHelper.hxx> +#include <UserDefinedProperties.hxx> +#include <PropertyHelper.hxx> +#include <CloneHelper.hxx> +#include <AxisHelper.hxx> +#include <EventListenerHelper.hxx> #include <unonames.hxx> #include <com/sun/star/chart/ChartAxisArrangeOrderType.hpp> diff --git a/chart2/source/model/main/Axis.hxx b/chart2/source/model/main/Axis.hxx index 406871531471..e82190e97532 100644 --- a/chart2/source/model/main/Axis.hxx +++ b/chart2/source/model/main/Axis.hxx @@ -20,12 +20,12 @@ #define INCLUDED_CHART2_SOURCE_MODEL_MAIN_AXIS_HXX #include <com/sun/star/uno/XComponentContext.hpp> -#include "MutexContainer.hxx" -#include "OPropertySet.hxx" +#include <MutexContainer.hxx> +#include <OPropertySet.hxx> #include <cppuhelper/implbase.hxx> #include <comphelper/uno3.hxx> -#include "ModifyListenerHelper.hxx" +#include <ModifyListenerHelper.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/chart2/XAxis.hpp> #include <com/sun/star/chart2/XTitled.hpp> diff --git a/chart2/source/model/main/BaseCoordinateSystem.cxx b/chart2/source/model/main/BaseCoordinateSystem.cxx index c094ea2eec32..560a18f551b5 100644 --- a/chart2/source/model/main/BaseCoordinateSystem.cxx +++ b/chart2/source/model/main/BaseCoordinateSystem.cxx @@ -17,14 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "BaseCoordinateSystem.hxx" -#include "macros.hxx" -#include "PropertyHelper.hxx" -#include "UserDefinedProperties.hxx" -#include "ContainerHelper.hxx" -#include "CloneHelper.hxx" +#include <BaseCoordinateSystem.hxx> +#include <macros.hxx> +#include <PropertyHelper.hxx> +#include <UserDefinedProperties.hxx> +#include <ContainerHelper.hxx> +#include <CloneHelper.hxx> #include "Axis.hxx" -#include "AxisHelper.hxx" +#include <AxisHelper.hxx> #include <com/sun/star/chart2/AxisType.hpp> #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> diff --git a/chart2/source/model/main/CartesianCoordinateSystem.cxx b/chart2/source/model/main/CartesianCoordinateSystem.cxx index 156b6cce6b53..070d3c559376 100644 --- a/chart2/source/model/main/CartesianCoordinateSystem.cxx +++ b/chart2/source/model/main/CartesianCoordinateSystem.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "CartesianCoordinateSystem.hxx" -#include "macros.hxx" -#include "servicenames_coosystems.hxx" +#include <CartesianCoordinateSystem.hxx> +#include <macros.hxx> +#include <servicenames_coosystems.hxx> #include <cppuhelper/supportsservice.hxx> using namespace ::com::sun::star; diff --git a/chart2/source/model/main/ChartModel.cxx b/chart2/source/model/main/ChartModel.cxx index 37b1f4967588..4e9edad50c2d 100644 --- a/chart2/source/model/main/ChartModel.cxx +++ b/chart2/source/model/main/ChartModel.cxx @@ -17,22 +17,22 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ChartModel.hxx" -#include "servicenames.hxx" -#include "MediaDescriptorHelper.hxx" -#include "macros.hxx" -#include "DataSourceHelper.hxx" -#include "ChartModelHelper.hxx" -#include "DiagramHelper.hxx" -#include "DisposeHelper.hxx" -#include "ControllerLockGuard.hxx" -#include "ObjectIdentifier.hxx" +#include <ChartModel.hxx> +#include <servicenames.hxx> +#include <MediaDescriptorHelper.hxx> +#include <macros.hxx> +#include <DataSourceHelper.hxx> +#include <ChartModelHelper.hxx> +#include <DiagramHelper.hxx> +#include <DisposeHelper.hxx> +#include <ControllerLockGuard.hxx> +#include <ObjectIdentifier.hxx> #include "PageBackground.hxx" -#include "CloneHelper.hxx" -#include "NameContainer.hxx" +#include <CloneHelper.hxx> +#include <NameContainer.hxx> #include "UndoManager.hxx" -#include "ChartView.hxx" -#include "PopupRequest.hxx" +#include <ChartView.hxx> +#include <PopupRequest.hxx> #include <svx/charthelper.hxx> #include <vcl/openglwin.hxx> diff --git a/chart2/source/model/main/ChartModel_Persistence.cxx b/chart2/source/model/main/ChartModel_Persistence.cxx index 9255b0fd4e21..60354c4140ee 100644 --- a/chart2/source/model/main/ChartModel_Persistence.cxx +++ b/chart2/source/model/main/ChartModel_Persistence.cxx @@ -18,15 +18,15 @@ */ #include <memory> -#include "ChartModel.hxx" -#include "MediaDescriptorHelper.hxx" -#include "macros.hxx" -#include "ChartViewHelper.hxx" -#include "ChartModelHelper.hxx" -#include "DataSourceHelper.hxx" -#include "AxisHelper.hxx" -#include "ThreeDHelper.hxx" -#include "DiagramHelper.hxx" +#include <ChartModel.hxx> +#include <MediaDescriptorHelper.hxx> +#include <macros.hxx> +#include <ChartViewHelper.hxx> +#include <ChartModelHelper.hxx> +#include <DataSourceHelper.hxx> +#include <AxisHelper.hxx> +#include <ThreeDHelper.hxx> +#include <DiagramHelper.hxx> #include <com/sun/star/chart2/LegendPosition.hpp> #include <com/sun/star/container/XNameAccess.hpp> diff --git a/chart2/source/model/main/DataPoint.cxx b/chart2/source/model/main/DataPoint.cxx index b61911bc1eed..350062608b51 100644 --- a/chart2/source/model/main/DataPoint.cxx +++ b/chart2/source/model/main/DataPoint.cxx @@ -19,10 +19,10 @@ #include "DataPoint.hxx" #include "DataPointProperties.hxx" -#include "CharacterProperties.hxx" -#include "UserDefinedProperties.hxx" -#include "PropertyHelper.hxx" -#include "macros.hxx" +#include <CharacterProperties.hxx> +#include <UserDefinedProperties.hxx> +#include <PropertyHelper.hxx> +#include <macros.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/style/XStyle.hpp> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/chart2/source/model/main/DataPoint.hxx b/chart2/source/model/main/DataPoint.hxx index 453913565601..22914a12018a 100644 --- a/chart2/source/model/main/DataPoint.hxx +++ b/chart2/source/model/main/DataPoint.hxx @@ -26,9 +26,9 @@ #include <com/sun/star/util/XCloneable.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" -#include "ModifyListenerHelper.hxx" +#include <OPropertySet.hxx> +#include <MutexContainer.hxx> +#include <ModifyListenerHelper.hxx> namespace chart { diff --git a/chart2/source/model/main/DataPointProperties.cxx b/chart2/source/model/main/DataPointProperties.cxx index aba1f91e31ca..9a858f001cf0 100644 --- a/chart2/source/model/main/DataPointProperties.cxx +++ b/chart2/source/model/main/DataPointProperties.cxx @@ -18,9 +18,9 @@ */ #include "DataPointProperties.hxx" -#include "macros.hxx" -#include "LinePropertiesHelper.hxx" -#include "FillProperties.hxx" +#include <macros.hxx> +#include <LinePropertiesHelper.hxx> +#include <FillProperties.hxx> #include <unonames.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> diff --git a/chart2/source/model/main/DataPointProperties.hxx b/chart2/source/model/main/DataPointProperties.hxx index ad1169cdd6bc..3daf838e5da5 100644 --- a/chart2/source/model/main/DataPointProperties.hxx +++ b/chart2/source/model/main/DataPointProperties.hxx @@ -19,8 +19,8 @@ #ifndef INCLUDED_CHART2_SOURCE_MODEL_MAIN_DATAPOINTPROPERTIES_HXX #define INCLUDED_CHART2_SOURCE_MODEL_MAIN_DATAPOINTPROPERTIES_HXX -#include "PropertyHelper.hxx" -#include "FastPropertyIdRanges.hxx" +#include <PropertyHelper.hxx> +#include <FastPropertyIdRanges.hxx> #include <com/sun/star/beans/Property.hpp> #include <vector> diff --git a/chart2/source/model/main/DataSeries.cxx b/chart2/source/model/main/DataSeries.cxx index 6440d4d30225..d1e5ecf842d1 100644 --- a/chart2/source/model/main/DataSeries.cxx +++ b/chart2/source/model/main/DataSeries.cxx @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "DataSeries.hxx" +#include <DataSeries.hxx> #include "DataSeriesProperties.hxx" #include "DataPointProperties.hxx" -#include "CharacterProperties.hxx" -#include "UserDefinedProperties.hxx" +#include <CharacterProperties.hxx> +#include <UserDefinedProperties.hxx> #include "DataPoint.hxx" -#include "macros.hxx" -#include "DataSeriesHelper.hxx" -#include "ContainerHelper.hxx" -#include "CloneHelper.hxx" -#include "ModifyListenerHelper.hxx" -#include "EventListenerHelper.hxx" +#include <macros.hxx> +#include <DataSeriesHelper.hxx> +#include <ContainerHelper.hxx> +#include <CloneHelper.hxx> +#include <ModifyListenerHelper.hxx> +#include <EventListenerHelper.hxx> #include <com/sun/star/container/NoSuchElementException.hpp> #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <cppuhelper/supportsservice.hxx> diff --git a/chart2/source/model/main/DataSeriesProperties.cxx b/chart2/source/model/main/DataSeriesProperties.cxx index c4c6dc2d1799..bdaa4c7ac424 100644 --- a/chart2/source/model/main/DataSeriesProperties.cxx +++ b/chart2/source/model/main/DataSeriesProperties.cxx @@ -20,7 +20,7 @@ #include "DataSeriesProperties.hxx" #include "DataPointProperties.hxx" #include "DataPoint.hxx" -#include "macros.hxx" +#include <macros.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/style/XStyle.hpp> #include <com/sun/star/chart2/StackingDirection.hpp> diff --git a/chart2/source/model/main/DataSeriesProperties.hxx b/chart2/source/model/main/DataSeriesProperties.hxx index 5742c99b8e95..d35c7ce41019 100644 --- a/chart2/source/model/main/DataSeriesProperties.hxx +++ b/chart2/source/model/main/DataSeriesProperties.hxx @@ -19,8 +19,8 @@ #ifndef INCLUDED_CHART2_SOURCE_MODEL_MAIN_DATASERIESPROPERTIES_HXX #define INCLUDED_CHART2_SOURCE_MODEL_MAIN_DATASERIESPROPERTIES_HXX -#include "PropertyHelper.hxx" -#include "FastPropertyIdRanges.hxx" +#include <PropertyHelper.hxx> +#include <FastPropertyIdRanges.hxx> #include <com/sun/star/beans/Property.hpp> #include <vector> diff --git a/chart2/source/model/main/Diagram.cxx b/chart2/source/model/main/Diagram.cxx index a03cd098f035..9eb3e54542d2 100644 --- a/chart2/source/model/main/Diagram.cxx +++ b/chart2/source/model/main/Diagram.cxx @@ -17,19 +17,19 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "Diagram.hxx" -#include "macros.hxx" -#include "PropertyHelper.hxx" +#include <Diagram.hxx> +#include <macros.hxx> +#include <PropertyHelper.hxx> #include "Wall.hxx" -#include "UserDefinedProperties.hxx" -#include "ConfigColorScheme.hxx" -#include "DiagramHelper.hxx" -#include "ThreeDHelper.hxx" -#include "CloneHelper.hxx" -#include "AxisHelper.hxx" -#include "SceneProperties.hxx" -#include "DisposeHelper.hxx" -#include "BaseGFXHelper.hxx" +#include <UserDefinedProperties.hxx> +#include <ConfigColorScheme.hxx> +#include <DiagramHelper.hxx> +#include <ThreeDHelper.hxx> +#include <CloneHelper.hxx> +#include <AxisHelper.hxx> +#include <SceneProperties.hxx> +#include <DisposeHelper.hxx> +#include <BaseGFXHelper.hxx> #include <unonames.hxx> #include <basegfx/numeric/ftools.hxx> diff --git a/chart2/source/model/main/FormattedString.cxx b/chart2/source/model/main/FormattedString.cxx index 5c8b481510a7..fb4ff6305751 100644 --- a/chart2/source/model/main/FormattedString.cxx +++ b/chart2/source/model/main/FormattedString.cxx @@ -19,9 +19,9 @@ #include "FormattedString.hxx" -#include "CharacterProperties.hxx" -#include "PropertyHelper.hxx" -#include "macros.hxx" +#include <CharacterProperties.hxx> +#include <PropertyHelper.hxx> +#include <macros.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <cppuhelper/supportsservice.hxx> diff --git a/chart2/source/model/main/FormattedString.hxx b/chart2/source/model/main/FormattedString.hxx index 93a4074105e6..64fd195ce7e2 100644 --- a/chart2/source/model/main/FormattedString.hxx +++ b/chart2/source/model/main/FormattedString.hxx @@ -19,11 +19,11 @@ #ifndef INCLUDED_CHART2_SOURCE_MODEL_MAIN_FORMATTEDSTRING_HXX #define INCLUDED_CHART2_SOURCE_MODEL_MAIN_FORMATTEDSTRING_HXX -#include "MutexContainer.hxx" -#include "OPropertySet.hxx" +#include <MutexContainer.hxx> +#include <OPropertySet.hxx> #include <cppuhelper/implbase.hxx> #include <comphelper/uno3.hxx> -#include "ModifyListenerHelper.hxx" +#include <ModifyListenerHelper.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/chart2/XFormattedString2.hpp> #include <com/sun/star/util/XCloneable.hpp> diff --git a/chart2/source/model/main/GridProperties.cxx b/chart2/source/model/main/GridProperties.cxx index b58aed382112..5e33c3e2fb37 100644 --- a/chart2/source/model/main/GridProperties.cxx +++ b/chart2/source/model/main/GridProperties.cxx @@ -18,10 +18,10 @@ */ #include "GridProperties.hxx" -#include "LinePropertiesHelper.hxx" -#include "UserDefinedProperties.hxx" -#include "PropertyHelper.hxx" -#include "macros.hxx" +#include <LinePropertiesHelper.hxx> +#include <UserDefinedProperties.hxx> +#include <PropertyHelper.hxx> +#include <macros.hxx> #include <com/sun/star/style/XStyle.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/chart2/source/model/main/GridProperties.hxx b/chart2/source/model/main/GridProperties.hxx index 6d91af9a0783..3ac0cf21b53b 100644 --- a/chart2/source/model/main/GridProperties.hxx +++ b/chart2/source/model/main/GridProperties.hxx @@ -27,9 +27,9 @@ #include <com/sun/star/util/XModifyBroadcaster.hpp> #include <com/sun/star/util/XModifyListener.hpp> -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" -#include "ModifyListenerHelper.hxx" +#include <OPropertySet.hxx> +#include <MutexContainer.hxx> +#include <ModifyListenerHelper.hxx> namespace chart { diff --git a/chart2/source/model/main/Legend.cxx b/chart2/source/model/main/Legend.cxx index baf811286a7e..d24b2030f948 100644 --- a/chart2/source/model/main/Legend.cxx +++ b/chart2/source/model/main/Legend.cxx @@ -18,14 +18,14 @@ */ #include "Legend.hxx" -#include "macros.hxx" -#include "LinePropertiesHelper.hxx" -#include "FillProperties.hxx" -#include "CharacterProperties.hxx" -#include "UserDefinedProperties.hxx" -#include "LegendHelper.hxx" -#include "CloneHelper.hxx" -#include "PropertyHelper.hxx" +#include <macros.hxx> +#include <LinePropertiesHelper.hxx> +#include <FillProperties.hxx> +#include <CharacterProperties.hxx> +#include <UserDefinedProperties.hxx> +#include <LegendHelper.hxx> +#include <CloneHelper.hxx> +#include <PropertyHelper.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/awt/Size.hpp> #include <com/sun/star/chart2/LegendPosition.hpp> diff --git a/chart2/source/model/main/Legend.hxx b/chart2/source/model/main/Legend.hxx index 39aef0cb0e3f..19c2a4b72a8d 100644 --- a/chart2/source/model/main/Legend.hxx +++ b/chart2/source/model/main/Legend.hxx @@ -19,9 +19,9 @@ #ifndef INCLUDED_CHART2_SOURCE_MODEL_MAIN_LEGEND_HXX #define INCLUDED_CHART2_SOURCE_MODEL_MAIN_LEGEND_HXX -#include "ModifyListenerHelper.hxx" -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" +#include <ModifyListenerHelper.hxx> +#include <OPropertySet.hxx> +#include <MutexContainer.hxx> #include <cppuhelper/implbase.hxx> #include <comphelper/uno3.hxx> #include <com/sun/star/chart2/XLegend.hpp> diff --git a/chart2/source/model/main/PageBackground.cxx b/chart2/source/model/main/PageBackground.cxx index 9587664faa3f..7aa6bc455098 100644 --- a/chart2/source/model/main/PageBackground.cxx +++ b/chart2/source/model/main/PageBackground.cxx @@ -18,11 +18,11 @@ */ #include "PageBackground.hxx" -#include "macros.hxx" -#include "LinePropertiesHelper.hxx" -#include "FillProperties.hxx" -#include "UserDefinedProperties.hxx" -#include "PropertyHelper.hxx" +#include <macros.hxx> +#include <LinePropertiesHelper.hxx> +#include <FillProperties.hxx> +#include <UserDefinedProperties.hxx> +#include <PropertyHelper.hxx> #include <com/sun/star/drawing/LineStyle.hpp> #include <rtl/uuid.h> diff --git a/chart2/source/model/main/PageBackground.hxx b/chart2/source/model/main/PageBackground.hxx index f83fd16c75d9..98c9c8c3f99a 100644 --- a/chart2/source/model/main/PageBackground.hxx +++ b/chart2/source/model/main/PageBackground.hxx @@ -22,11 +22,11 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/util/XCloneable.hpp> -#include "MutexContainer.hxx" -#include "OPropertySet.hxx" +#include <MutexContainer.hxx> +#include <OPropertySet.hxx> #include <cppuhelper/implbase.hxx> -#include "ModifyListenerHelper.hxx" +#include <ModifyListenerHelper.hxx> #include <comphelper/uno3.hxx> namespace chart diff --git a/chart2/source/model/main/PolarCoordinateSystem.cxx b/chart2/source/model/main/PolarCoordinateSystem.cxx index e4ae8792000d..ce79dc4dcde4 100644 --- a/chart2/source/model/main/PolarCoordinateSystem.cxx +++ b/chart2/source/model/main/PolarCoordinateSystem.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "PolarCoordinateSystem.hxx" -#include "macros.hxx" -#include "servicenames_coosystems.hxx" +#include <PolarCoordinateSystem.hxx> +#include <macros.hxx> +#include <servicenames_coosystems.hxx> #include <cppuhelper/supportsservice.hxx> using namespace ::com::sun::star; diff --git a/chart2/source/model/main/StockBar.cxx b/chart2/source/model/main/StockBar.cxx index 200934b67d34..557bb00dd2a2 100644 --- a/chart2/source/model/main/StockBar.cxx +++ b/chart2/source/model/main/StockBar.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "StockBar.hxx" -#include "LinePropertiesHelper.hxx" -#include "FillProperties.hxx" -#include "UserDefinedProperties.hxx" -#include "PropertyHelper.hxx" -#include "macros.hxx" -#include "ModifyListenerHelper.hxx" +#include <StockBar.hxx> +#include <LinePropertiesHelper.hxx> +#include <FillProperties.hxx> +#include <UserDefinedProperties.hxx> +#include <PropertyHelper.hxx> +#include <macros.hxx> +#include <ModifyListenerHelper.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/style/XStyle.hpp> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/chart2/source/model/main/Title.cxx b/chart2/source/model/main/Title.cxx index 2504de8c2555..bf992a23688e 100644 --- a/chart2/source/model/main/Title.cxx +++ b/chart2/source/model/main/Title.cxx @@ -18,13 +18,13 @@ */ #include "Title.hxx" -#include "macros.hxx" +#include <macros.hxx> #include "FormattedString.hxx" -#include "LinePropertiesHelper.hxx" -#include "FillProperties.hxx" -#include "ContainerHelper.hxx" -#include "CloneHelper.hxx" -#include "PropertyHelper.hxx" +#include <LinePropertiesHelper.hxx> +#include <FillProperties.hxx> +#include <ContainerHelper.hxx> +#include <CloneHelper.hxx> +#include <PropertyHelper.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/style/ParagraphAdjust.hpp> #include <com/sun/star/drawing/FillStyle.hpp> diff --git a/chart2/source/model/main/Title.hxx b/chart2/source/model/main/Title.hxx index c8ea09c4ca1c..982cbe3a49d2 100644 --- a/chart2/source/model/main/Title.hxx +++ b/chart2/source/model/main/Title.hxx @@ -19,9 +19,9 @@ #ifndef INCLUDED_CHART2_SOURCE_MODEL_MAIN_TITLE_HXX #define INCLUDED_CHART2_SOURCE_MODEL_MAIN_TITLE_HXX -#include "ModifyListenerHelper.hxx" -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" +#include <ModifyListenerHelper.hxx> +#include <OPropertySet.hxx> +#include <MutexContainer.hxx> #include <cppuhelper/implbase.hxx> #include <comphelper/uno3.hxx> #include <com/sun/star/chart2/XTitle.hpp> diff --git a/chart2/source/model/main/UndoManager.cxx b/chart2/source/model/main/UndoManager.cxx index 6d6e9ef915da..5a6be73f2e54 100644 --- a/chart2/source/model/main/UndoManager.cxx +++ b/chart2/source/model/main/UndoManager.cxx @@ -18,7 +18,7 @@ */ #include "UndoManager.hxx" -#include "ChartViewHelper.hxx" +#include <ChartViewHelper.hxx> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/NoSupportException.hpp> diff --git a/chart2/source/model/main/Wall.cxx b/chart2/source/model/main/Wall.cxx index 78fd38ae5d4b..bf12ad122d85 100644 --- a/chart2/source/model/main/Wall.cxx +++ b/chart2/source/model/main/Wall.cxx @@ -18,11 +18,11 @@ */ #include "Wall.hxx" -#include "macros.hxx" -#include "LinePropertiesHelper.hxx" -#include "FillProperties.hxx" -#include "UserDefinedProperties.hxx" -#include "PropertyHelper.hxx" +#include <macros.hxx> +#include <LinePropertiesHelper.hxx> +#include <FillProperties.hxx> +#include <UserDefinedProperties.hxx> +#include <PropertyHelper.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/drawing/FillStyle.hpp> #include <com/sun/star/awt/Gradient.hpp> diff --git a/chart2/source/model/main/Wall.hxx b/chart2/source/model/main/Wall.hxx index eede7dca5278..b325aaca0db9 100644 --- a/chart2/source/model/main/Wall.hxx +++ b/chart2/source/model/main/Wall.hxx @@ -22,11 +22,11 @@ #include <com/sun/star/util/XCloneable.hpp> #include <com/sun/star/util/XModifyBroadcaster.hpp> #include <com/sun/star/util/XModifyListener.hpp> -#include "MutexContainer.hxx" -#include "OPropertySet.hxx" +#include <MutexContainer.hxx> +#include <OPropertySet.hxx> #include <cppuhelper/weak.hxx> -#include "ModifyListenerHelper.hxx" +#include <ModifyListenerHelper.hxx> #include <cppuhelper/implbase.hxx> #include <comphelper/uno3.hxx> diff --git a/chart2/source/model/template/AreaChartType.cxx b/chart2/source/model/template/AreaChartType.cxx index 163ba7863c7d..a961416059f3 100644 --- a/chart2/source/model/template/AreaChartType.cxx +++ b/chart2/source/model/template/AreaChartType.cxx @@ -18,8 +18,8 @@ */ #include "AreaChartType.hxx" -#include "macros.hxx" -#include "servicenames_charttypes.hxx" +#include <macros.hxx> +#include <servicenames_charttypes.hxx> #include <cppuhelper/supportsservice.hxx> using namespace ::com::sun::star; diff --git a/chart2/source/model/template/AreaChartTypeTemplate.cxx b/chart2/source/model/template/AreaChartTypeTemplate.cxx index 270aa96f79f4..f76e8b0a43ef 100644 --- a/chart2/source/model/template/AreaChartTypeTemplate.cxx +++ b/chart2/source/model/template/AreaChartTypeTemplate.cxx @@ -18,11 +18,11 @@ */ #include "AreaChartTypeTemplate.hxx" -#include "macros.hxx" -#include "servicenames_charttypes.hxx" -#include "DiagramHelper.hxx" -#include "DataSeriesHelper.hxx" -#include "PropertyHelper.hxx" +#include <macros.hxx> +#include <servicenames_charttypes.hxx> +#include <DiagramHelper.hxx> +#include <DataSeriesHelper.hxx> +#include <PropertyHelper.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/drawing/LineStyle.hpp> diff --git a/chart2/source/model/template/AreaChartTypeTemplate.hxx b/chart2/source/model/template/AreaChartTypeTemplate.hxx index 2fc2f9b0a0d4..e56be9833937 100644 --- a/chart2/source/model/template/AreaChartTypeTemplate.hxx +++ b/chart2/source/model/template/AreaChartTypeTemplate.hxx @@ -20,10 +20,10 @@ #define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_AREACHARTTYPETEMPLATE_HXX #include "ChartTypeTemplate.hxx" -#include "StackMode.hxx" +#include <StackMode.hxx> -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" +#include <OPropertySet.hxx> +#include <MutexContainer.hxx> #include <comphelper/uno3.hxx> namespace chart diff --git a/chart2/source/model/template/BarChartType.cxx b/chart2/source/model/template/BarChartType.cxx index 0a05980def8a..5d5391152527 100644 --- a/chart2/source/model/template/BarChartType.cxx +++ b/chart2/source/model/template/BarChartType.cxx @@ -18,8 +18,8 @@ */ #include "BarChartType.hxx" -#include "macros.hxx" -#include "servicenames_charttypes.hxx" +#include <macros.hxx> +#include <servicenames_charttypes.hxx> #include <cppuhelper/supportsservice.hxx> using namespace ::com::sun::star; diff --git a/chart2/source/model/template/BarChartTypeTemplate.cxx b/chart2/source/model/template/BarChartTypeTemplate.cxx index 714473803c18..05c45dfd9021 100644 --- a/chart2/source/model/template/BarChartTypeTemplate.cxx +++ b/chart2/source/model/template/BarChartTypeTemplate.cxx @@ -18,11 +18,11 @@ */ #include "BarChartTypeTemplate.hxx" -#include "macros.hxx" -#include "DiagramHelper.hxx" -#include "servicenames_charttypes.hxx" -#include "DataSeriesHelper.hxx" -#include "PropertyHelper.hxx" +#include <macros.hxx> +#include <DiagramHelper.hxx> +#include <servicenames_charttypes.hxx> +#include <DataSeriesHelper.hxx> +#include <PropertyHelper.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/drawing/LineStyle.hpp> #include <com/sun/star/chart2/DataPointGeometry3D.hpp> diff --git a/chart2/source/model/template/BarChartTypeTemplate.hxx b/chart2/source/model/template/BarChartTypeTemplate.hxx index 79b440548356..593a1f7fecdd 100644 --- a/chart2/source/model/template/BarChartTypeTemplate.hxx +++ b/chart2/source/model/template/BarChartTypeTemplate.hxx @@ -19,12 +19,12 @@ #ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_BARCHARTTYPETEMPLATE_HXX #define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_BARCHARTTYPETEMPLATE_HXX -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" +#include <OPropertySet.hxx> +#include <MutexContainer.hxx> #include <comphelper/uno3.hxx> #include "ChartTypeTemplate.hxx" -#include "StackMode.hxx" +#include <StackMode.hxx> namespace chart { diff --git a/chart2/source/model/template/BubbleChartType.cxx b/chart2/source/model/template/BubbleChartType.cxx index 2da52840c01b..6fc213a9ca14 100644 --- a/chart2/source/model/template/BubbleChartType.cxx +++ b/chart2/source/model/template/BubbleChartType.cxx @@ -18,12 +18,12 @@ */ #include "BubbleChartType.hxx" -#include "PropertyHelper.hxx" -#include "macros.hxx" -#include "servicenames_charttypes.hxx" -#include "CartesianCoordinateSystem.hxx" -#include "AxisHelper.hxx" -#include "AxisIndexDefines.hxx" +#include <PropertyHelper.hxx> +#include <macros.hxx> +#include <servicenames_charttypes.hxx> +#include <CartesianCoordinateSystem.hxx> +#include <AxisHelper.hxx> +#include <AxisIndexDefines.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/chart2/AxisType.hpp> #include <com/sun/star/chart2/CurveStyle.hpp> diff --git a/chart2/source/model/template/BubbleChartTypeTemplate.cxx b/chart2/source/model/template/BubbleChartTypeTemplate.cxx index 71c77ff75c37..89de378bb4ed 100644 --- a/chart2/source/model/template/BubbleChartTypeTemplate.cxx +++ b/chart2/source/model/template/BubbleChartTypeTemplate.cxx @@ -18,15 +18,15 @@ */ #include "BubbleChartTypeTemplate.hxx" -#include "macros.hxx" +#include <macros.hxx> #include "BubbleDataInterpreter.hxx" -#include "CartesianCoordinateSystem.hxx" -#include "Scaling.hxx" -#include "DiagramHelper.hxx" -#include "servicenames_charttypes.hxx" -#include "DataSeriesHelper.hxx" +#include <CartesianCoordinateSystem.hxx> +#include <Scaling.hxx> +#include <DiagramHelper.hxx> +#include <servicenames_charttypes.hxx> +#include <DataSeriesHelper.hxx> #include <com/sun/star/drawing/LineStyle.hpp> -#include "PropertyHelper.hxx" +#include <PropertyHelper.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <algorithm> diff --git a/chart2/source/model/template/BubbleChartTypeTemplate.hxx b/chart2/source/model/template/BubbleChartTypeTemplate.hxx index a57b6e4104e4..b771d6f57545 100644 --- a/chart2/source/model/template/BubbleChartTypeTemplate.hxx +++ b/chart2/source/model/template/BubbleChartTypeTemplate.hxx @@ -20,8 +20,8 @@ #define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_BUBBLECHARTTYPETEMPLATE_HXX #include "ChartTypeTemplate.hxx" -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" +#include <OPropertySet.hxx> +#include <MutexContainer.hxx> #include <comphelper/uno3.hxx> namespace chart diff --git a/chart2/source/model/template/BubbleDataInterpreter.cxx b/chart2/source/model/template/BubbleDataInterpreter.cxx index a43356152f7e..da09e143dd08 100644 --- a/chart2/source/model/template/BubbleDataInterpreter.cxx +++ b/chart2/source/model/template/BubbleDataInterpreter.cxx @@ -18,10 +18,10 @@ */ #include "BubbleDataInterpreter.hxx" -#include "DataSeries.hxx" -#include "macros.hxx" -#include "DataSeriesHelper.hxx" -#include "CommonConverters.hxx" +#include <DataSeries.hxx> +#include <macros.hxx> +#include <DataSeriesHelper.hxx> +#include <CommonConverters.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/chart2/data/XDataSink.hpp> #include <com/sun/star/util/XCloneable.hpp> diff --git a/chart2/source/model/template/CandleStickChartType.cxx b/chart2/source/model/template/CandleStickChartType.cxx index 393ca6fd8ac1..805cec720538 100644 --- a/chart2/source/model/template/CandleStickChartType.cxx +++ b/chart2/source/model/template/CandleStickChartType.cxx @@ -18,10 +18,10 @@ */ #include "CandleStickChartType.hxx" -#include "PropertyHelper.hxx" -#include "macros.hxx" -#include "StockBar.hxx" -#include "servicenames_charttypes.hxx" +#include <PropertyHelper.hxx> +#include <macros.hxx> +#include <StockBar.hxx> +#include <servicenames_charttypes.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <cppuhelper/supportsservice.hxx> diff --git a/chart2/source/model/template/ChartType.cxx b/chart2/source/model/template/ChartType.cxx index d3b9e2bfab86..920ce5696b54 100644 --- a/chart2/source/model/template/ChartType.cxx +++ b/chart2/source/model/template/ChartType.cxx @@ -18,13 +18,13 @@ */ #include "ChartType.hxx" -#include "PropertyHelper.hxx" -#include "CommonFunctors.hxx" -#include "macros.hxx" -#include "CartesianCoordinateSystem.hxx" -#include "AxisHelper.hxx" -#include "CloneHelper.hxx" -#include "AxisIndexDefines.hxx" +#include <PropertyHelper.hxx> +#include <CommonFunctors.hxx> +#include <macros.hxx> +#include <CartesianCoordinateSystem.hxx> +#include <AxisHelper.hxx> +#include <CloneHelper.hxx> +#include <AxisIndexDefines.hxx> #include <vcl/svapp.hxx> #include <com/sun/star/chart2/AxisType.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> diff --git a/chart2/source/model/template/ChartType.hxx b/chart2/source/model/template/ChartType.hxx index 6d5a686e32fe..60f39a7df87c 100644 --- a/chart2/source/model/template/ChartType.hxx +++ b/chart2/source/model/template/ChartType.hxx @@ -19,11 +19,11 @@ #ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_CHARTTYPE_HXX #define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_CHARTTYPE_HXX -#include "MutexContainer.hxx" -#include "OPropertySet.hxx" +#include <MutexContainer.hxx> +#include <OPropertySet.hxx> #include <cppuhelper/implbase.hxx> #include <comphelper/uno3.hxx> -#include "ModifyListenerHelper.hxx" +#include <ModifyListenerHelper.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/chart2/XChartType.hpp> #include <com/sun/star/uno/XComponentContext.hpp> diff --git a/chart2/source/model/template/ChartTypeManager.cxx b/chart2/source/model/template/ChartTypeManager.cxx index c98d79760cf9..db79928d211c 100644 --- a/chart2/source/model/template/ChartTypeManager.cxx +++ b/chart2/source/model/template/ChartTypeManager.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ChartTypeManager.hxx" -#include "macros.hxx" -#include "StackMode.hxx" +#include <ChartTypeManager.hxx> +#include <macros.hxx> +#include <StackMode.hxx> -#include "CartesianCoordinateSystem.hxx" +#include <CartesianCoordinateSystem.hxx> #include "LineChartTypeTemplate.hxx" #include "BarChartTypeTemplate.hxx" diff --git a/chart2/source/model/template/ChartTypeTemplate.cxx b/chart2/source/model/template/ChartTypeTemplate.cxx index 13835141ef6e..8f64b3291cc4 100644 --- a/chart2/source/model/template/ChartTypeTemplate.cxx +++ b/chart2/source/model/template/ChartTypeTemplate.cxx @@ -18,18 +18,18 @@ */ #include "ChartTypeTemplate.hxx" -#include "PropertyHelper.hxx" -#include "macros.hxx" -#include "DataSeriesHelper.hxx" +#include <PropertyHelper.hxx> +#include <macros.hxx> +#include <DataSeriesHelper.hxx> #include "DataInterpreter.hxx" -#include "CommonConverters.hxx" -#include "ChartTypeHelper.hxx" - -#include "CartesianCoordinateSystem.hxx" -#include "AxisHelper.hxx" -#include "LegendHelper.hxx" -#include "DiagramHelper.hxx" -#include "AxisIndexDefines.hxx" +#include <CommonConverters.hxx> +#include <ChartTypeHelper.hxx> + +#include <CartesianCoordinateSystem.hxx> +#include <AxisHelper.hxx> +#include <LegendHelper.hxx> +#include <DiagramHelper.hxx> +#include <AxisIndexDefines.hxx> #include <unonames.hxx> #include <cppuhelper/component_context.hxx> diff --git a/chart2/source/model/template/ChartTypeTemplate.hxx b/chart2/source/model/template/ChartTypeTemplate.hxx index 94122c69295c..6dacf519101c 100644 --- a/chart2/source/model/template/ChartTypeTemplate.hxx +++ b/chart2/source/model/template/ChartTypeTemplate.hxx @@ -21,7 +21,7 @@ #include <cppuhelper/implbase.hxx> #include "DataInterpreter.hxx" -#include "StackMode.hxx" +#include <StackMode.hxx> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/chart2/XChartTypeTemplate.hpp> #include <com/sun/star/chart2/XCoordinateSystemContainer.hpp> diff --git a/chart2/source/model/template/ColumnChartType.cxx b/chart2/source/model/template/ColumnChartType.cxx index af99026027bc..3f0b0bbeaace 100644 --- a/chart2/source/model/template/ColumnChartType.cxx +++ b/chart2/source/model/template/ColumnChartType.cxx @@ -18,9 +18,9 @@ */ #include "ColumnChartType.hxx" -#include "macros.hxx" -#include "servicenames_charttypes.hxx" -#include "PropertyHelper.hxx" +#include <macros.hxx> +#include <servicenames_charttypes.hxx> +#include <PropertyHelper.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <cppuhelper/supportsservice.hxx> diff --git a/chart2/source/model/template/ColumnLineChartTypeTemplate.cxx b/chart2/source/model/template/ColumnLineChartTypeTemplate.cxx index 68a9db527807..e245300cc4bc 100644 --- a/chart2/source/model/template/ColumnLineChartTypeTemplate.cxx +++ b/chart2/source/model/template/ColumnLineChartTypeTemplate.cxx @@ -18,13 +18,13 @@ */ #include "ColumnLineChartTypeTemplate.hxx" -#include "macros.hxx" -#include "CommonConverters.hxx" -#include "DiagramHelper.hxx" -#include "DataSeriesHelper.hxx" -#include "servicenames_charttypes.hxx" +#include <macros.hxx> +#include <CommonConverters.hxx> +#include <DiagramHelper.hxx> +#include <DataSeriesHelper.hxx> +#include <servicenames_charttypes.hxx> #include "ColumnLineDataInterpreter.hxx" -#include "PropertyHelper.hxx" +#include <PropertyHelper.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/chart2/XChartTypeContainer.hpp> #include <com/sun/star/chart2/XDataSeriesContainer.hpp> diff --git a/chart2/source/model/template/ColumnLineChartTypeTemplate.hxx b/chart2/source/model/template/ColumnLineChartTypeTemplate.hxx index 8dcd13461fa6..9f04b633d2b3 100644 --- a/chart2/source/model/template/ColumnLineChartTypeTemplate.hxx +++ b/chart2/source/model/template/ColumnLineChartTypeTemplate.hxx @@ -20,10 +20,10 @@ #define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_COLUMNLINECHARTTYPETEMPLATE_HXX #include "ChartTypeTemplate.hxx" -#include "StackMode.hxx" +#include <StackMode.hxx> -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" +#include <OPropertySet.hxx> +#include <MutexContainer.hxx> #include <comphelper/uno3.hxx> namespace chart diff --git a/chart2/source/model/template/ColumnLineDataInterpreter.cxx b/chart2/source/model/template/ColumnLineDataInterpreter.cxx index f3000954d5ca..5a32fa1856c2 100644 --- a/chart2/source/model/template/ColumnLineDataInterpreter.cxx +++ b/chart2/source/model/template/ColumnLineDataInterpreter.cxx @@ -18,10 +18,10 @@ */ #include "ColumnLineDataInterpreter.hxx" -#include "DataSeries.hxx" -#include "macros.hxx" -#include "DataSeriesHelper.hxx" -#include "CommonConverters.hxx" +#include <DataSeries.hxx> +#include <macros.hxx> +#include <DataSeriesHelper.hxx> +#include <CommonConverters.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/chart2/data/XDataSink.hpp> diff --git a/chart2/source/model/template/DataInterpreter.cxx b/chart2/source/model/template/DataInterpreter.cxx index 31140a097cb9..bb6fdd0f3f69 100644 --- a/chart2/source/model/template/DataInterpreter.cxx +++ b/chart2/source/model/template/DataInterpreter.cxx @@ -18,11 +18,11 @@ */ #include "DataInterpreter.hxx" -#include "DataSeries.hxx" -#include "DataSourceHelper.hxx" -#include "DataSeriesHelper.hxx" -#include "macros.hxx" -#include "CommonConverters.hxx" +#include <DataSeries.hxx> +#include <DataSourceHelper.hxx> +#include <DataSeriesHelper.hxx> +#include <macros.hxx> +#include <CommonConverters.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/chart2/data/XDataSink.hpp> #include <cppuhelper/supportsservice.hxx> diff --git a/chart2/source/model/template/FilledNetChartType.cxx b/chart2/source/model/template/FilledNetChartType.cxx index 39e7b2f34c11..2ee5272edeca 100644 --- a/chart2/source/model/template/FilledNetChartType.cxx +++ b/chart2/source/model/template/FilledNetChartType.cxx @@ -18,12 +18,12 @@ */ #include "FilledNetChartType.hxx" -#include "PropertyHelper.hxx" -#include "macros.hxx" -#include "PolarCoordinateSystem.hxx" -#include "Scaling.hxx" -#include "servicenames_charttypes.hxx" -#include "AxisIndexDefines.hxx" +#include <PropertyHelper.hxx> +#include <macros.hxx> +#include <PolarCoordinateSystem.hxx> +#include <Scaling.hxx> +#include <servicenames_charttypes.hxx> +#include <AxisIndexDefines.hxx> #include <com/sun/star/chart2/AxisType.hpp> #include <cppuhelper/supportsservice.hxx> diff --git a/chart2/source/model/template/GL3DBarChartTypeTemplate.hxx b/chart2/source/model/template/GL3DBarChartTypeTemplate.hxx index 6db19deb9989..3b24ecebf2f9 100644 --- a/chart2/source/model/template/GL3DBarChartTypeTemplate.hxx +++ b/chart2/source/model/template/GL3DBarChartTypeTemplate.hxx @@ -11,7 +11,7 @@ #define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_GL3DBARCHARTTYPETEMPLATE_HXX #include <MutexContainer.hxx> -#include <ChartTypeTemplate.hxx> +#include "ChartTypeTemplate.hxx" #include <OPropertySet.hxx> #include <comphelper/uno3.hxx> diff --git a/chart2/source/model/template/LineChartType.cxx b/chart2/source/model/template/LineChartType.cxx index eaa1a12dc8dc..df7b76ecb91f 100644 --- a/chart2/source/model/template/LineChartType.cxx +++ b/chart2/source/model/template/LineChartType.cxx @@ -18,9 +18,9 @@ */ #include "LineChartType.hxx" -#include "PropertyHelper.hxx" -#include "macros.hxx" -#include "servicenames_charttypes.hxx" +#include <PropertyHelper.hxx> +#include <macros.hxx> +#include <servicenames_charttypes.hxx> #include <unonames.hxx> #include <cppuhelper/supportsservice.hxx> diff --git a/chart2/source/model/template/LineChartTypeTemplate.cxx b/chart2/source/model/template/LineChartTypeTemplate.cxx index cf1238edb373..bdba0b44c3e1 100644 --- a/chart2/source/model/template/LineChartTypeTemplate.cxx +++ b/chart2/source/model/template/LineChartTypeTemplate.cxx @@ -18,11 +18,11 @@ */ #include "LineChartTypeTemplate.hxx" -#include "macros.hxx" -#include "DiagramHelper.hxx" -#include "servicenames_charttypes.hxx" -#include "DataSeriesHelper.hxx" -#include "PropertyHelper.hxx" +#include <macros.hxx> +#include <DiagramHelper.hxx> +#include <servicenames_charttypes.hxx> +#include <DataSeriesHelper.hxx> +#include <PropertyHelper.hxx> #include <unonames.hxx> #include <com/sun/star/chart2/SymbolStyle.hpp> diff --git a/chart2/source/model/template/LineChartTypeTemplate.hxx b/chart2/source/model/template/LineChartTypeTemplate.hxx index 55fc7797ec87..053d25cb83ce 100644 --- a/chart2/source/model/template/LineChartTypeTemplate.hxx +++ b/chart2/source/model/template/LineChartTypeTemplate.hxx @@ -20,9 +20,9 @@ #define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_LINECHARTTYPETEMPLATE_HXX #include "ChartTypeTemplate.hxx" -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" -#include "StackMode.hxx" +#include <OPropertySet.hxx> +#include <MutexContainer.hxx> +#include <StackMode.hxx> #include <comphelper/uno3.hxx> #include <com/sun/star/chart2/CurveStyle.hpp> diff --git a/chart2/source/model/template/NetChartType.cxx b/chart2/source/model/template/NetChartType.cxx index c3310f297f3b..0e195ce33886 100644 --- a/chart2/source/model/template/NetChartType.cxx +++ b/chart2/source/model/template/NetChartType.cxx @@ -18,12 +18,12 @@ */ #include "NetChartType.hxx" -#include "PropertyHelper.hxx" -#include "macros.hxx" -#include "PolarCoordinateSystem.hxx" -#include "servicenames_charttypes.hxx" -#include "AxisIndexDefines.hxx" -#include "AxisHelper.hxx" +#include <PropertyHelper.hxx> +#include <macros.hxx> +#include <PolarCoordinateSystem.hxx> +#include <servicenames_charttypes.hxx> +#include <AxisIndexDefines.hxx> +#include <AxisHelper.hxx> #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> diff --git a/chart2/source/model/template/NetChartTypeTemplate.cxx b/chart2/source/model/template/NetChartTypeTemplate.cxx index 77eda20191a6..3cae40b53763 100644 --- a/chart2/source/model/template/NetChartTypeTemplate.cxx +++ b/chart2/source/model/template/NetChartTypeTemplate.cxx @@ -18,11 +18,11 @@ */ #include "NetChartTypeTemplate.hxx" -#include "macros.hxx" -#include "PolarCoordinateSystem.hxx" -#include "DiagramHelper.hxx" -#include "servicenames_charttypes.hxx" -#include "DataSeriesHelper.hxx" +#include <macros.hxx> +#include <PolarCoordinateSystem.hxx> +#include <DiagramHelper.hxx> +#include <servicenames_charttypes.hxx> +#include <DataSeriesHelper.hxx> #include <com/sun/star/chart2/SymbolStyle.hpp> #include <com/sun/star/chart2/Symbol.hpp> #include <com/sun/star/drawing/LineStyle.hpp> diff --git a/chart2/source/model/template/NetChartTypeTemplate.hxx b/chart2/source/model/template/NetChartTypeTemplate.hxx index 8ba47c2f9905..369989e6f988 100644 --- a/chart2/source/model/template/NetChartTypeTemplate.hxx +++ b/chart2/source/model/template/NetChartTypeTemplate.hxx @@ -20,7 +20,7 @@ #define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_NETCHARTTYPETEMPLATE_HXX #include "ChartTypeTemplate.hxx" -#include "StackMode.hxx" +#include <StackMode.hxx> namespace chart { diff --git a/chart2/source/model/template/PieChartType.cxx b/chart2/source/model/template/PieChartType.cxx index 268334460bdd..247b5480a2fa 100644 --- a/chart2/source/model/template/PieChartType.cxx +++ b/chart2/source/model/template/PieChartType.cxx @@ -18,12 +18,12 @@ */ #include "PieChartType.hxx" -#include "PropertyHelper.hxx" -#include "macros.hxx" -#include "PolarCoordinateSystem.hxx" -#include "AxisHelper.hxx" -#include "servicenames_charttypes.hxx" -#include "AxisIndexDefines.hxx" +#include <PropertyHelper.hxx> +#include <macros.hxx> +#include <PolarCoordinateSystem.hxx> +#include <AxisHelper.hxx> +#include <servicenames_charttypes.hxx> +#include <AxisIndexDefines.hxx> #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/chart2/AxisType.hpp> diff --git a/chart2/source/model/template/PieChartTypeTemplate.cxx b/chart2/source/model/template/PieChartTypeTemplate.cxx index c8a7663a9056..2b02085a5bdb 100644 --- a/chart2/source/model/template/PieChartTypeTemplate.cxx +++ b/chart2/source/model/template/PieChartTypeTemplate.cxx @@ -18,15 +18,15 @@ */ #include "PieChartTypeTemplate.hxx" -#include "macros.hxx" -#include "CommonConverters.hxx" -#include "DiagramHelper.hxx" -#include "servicenames_charttypes.hxx" -#include "DataSeriesHelper.hxx" -#include "BaseGFXHelper.hxx" -#include "AxisHelper.hxx" -#include "ThreeDHelper.hxx" -#include "PropertyHelper.hxx" +#include <macros.hxx> +#include <CommonConverters.hxx> +#include <DiagramHelper.hxx> +#include <servicenames_charttypes.hxx> +#include <DataSeriesHelper.hxx> +#include <BaseGFXHelper.hxx> +#include <AxisHelper.hxx> +#include <ThreeDHelper.hxx> +#include <PropertyHelper.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/drawing/LineStyle.hpp> #include <com/sun/star/drawing/FillStyle.hpp> diff --git a/chart2/source/model/template/PieChartTypeTemplate.hxx b/chart2/source/model/template/PieChartTypeTemplate.hxx index 640ba6c20b7e..3715679eb9da 100644 --- a/chart2/source/model/template/PieChartTypeTemplate.hxx +++ b/chart2/source/model/template/PieChartTypeTemplate.hxx @@ -19,8 +19,8 @@ #ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_PIECHARTTYPETEMPLATE_HXX #define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_PIECHARTTYPETEMPLATE_HXX -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" +#include <OPropertySet.hxx> +#include <MutexContainer.hxx> #include <comphelper/uno3.hxx> #include "ChartTypeTemplate.hxx" diff --git a/chart2/source/model/template/ScatterChartType.cxx b/chart2/source/model/template/ScatterChartType.cxx index c99cdf72b918..2dd540dce972 100644 --- a/chart2/source/model/template/ScatterChartType.cxx +++ b/chart2/source/model/template/ScatterChartType.cxx @@ -18,12 +18,12 @@ */ #include "ScatterChartType.hxx" -#include "PropertyHelper.hxx" -#include "macros.hxx" -#include "servicenames_charttypes.hxx" -#include "CartesianCoordinateSystem.hxx" -#include "AxisHelper.hxx" -#include "AxisIndexDefines.hxx" +#include <PropertyHelper.hxx> +#include <macros.hxx> +#include <servicenames_charttypes.hxx> +#include <CartesianCoordinateSystem.hxx> +#include <AxisHelper.hxx> +#include <AxisIndexDefines.hxx> #include <unonames.hxx> #include <cppuhelper/supportsservice.hxx> diff --git a/chart2/source/model/template/ScatterChartTypeTemplate.cxx b/chart2/source/model/template/ScatterChartTypeTemplate.cxx index cd752f7674fe..2e3c63453131 100644 --- a/chart2/source/model/template/ScatterChartTypeTemplate.cxx +++ b/chart2/source/model/template/ScatterChartTypeTemplate.cxx @@ -18,13 +18,13 @@ */ #include "ScatterChartTypeTemplate.hxx" -#include "macros.hxx" +#include <macros.hxx> #include "XYDataInterpreter.hxx" -#include "CartesianCoordinateSystem.hxx" -#include "DiagramHelper.hxx" -#include "servicenames_charttypes.hxx" -#include "DataSeriesHelper.hxx" -#include "PropertyHelper.hxx" +#include <CartesianCoordinateSystem.hxx> +#include <DiagramHelper.hxx> +#include <servicenames_charttypes.hxx> +#include <DataSeriesHelper.hxx> +#include <PropertyHelper.hxx> #include <unonames.hxx> #include <com/sun/star/chart2/SymbolStyle.hpp> diff --git a/chart2/source/model/template/ScatterChartTypeTemplate.hxx b/chart2/source/model/template/ScatterChartTypeTemplate.hxx index 18829d0ea5da..62f94db76177 100644 --- a/chart2/source/model/template/ScatterChartTypeTemplate.hxx +++ b/chart2/source/model/template/ScatterChartTypeTemplate.hxx @@ -20,8 +20,8 @@ #define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_SCATTERCHARTTYPETEMPLATE_HXX #include "ChartTypeTemplate.hxx" -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" +#include <OPropertySet.hxx> +#include <MutexContainer.hxx> #include <comphelper/uno3.hxx> #include <com/sun/star/chart2/CurveStyle.hpp> diff --git a/chart2/source/model/template/StockChartTypeTemplate.cxx b/chart2/source/model/template/StockChartTypeTemplate.cxx index c16463223183..73c9f2ff1691 100644 --- a/chart2/source/model/template/StockChartTypeTemplate.cxx +++ b/chart2/source/model/template/StockChartTypeTemplate.cxx @@ -18,20 +18,20 @@ */ #include "StockChartTypeTemplate.hxx" -#include "macros.hxx" -#include "DataSeriesHelper.hxx" +#include <macros.hxx> +#include <DataSeriesHelper.hxx> #include "StockDataInterpreter.hxx" -#include "CartesianCoordinateSystem.hxx" -#include "AxisHelper.hxx" -#include "DiagramHelper.hxx" -#include "servicenames_charttypes.hxx" -#include "servicenames_coosystems.hxx" -#include "AxisIndexDefines.hxx" +#include <CartesianCoordinateSystem.hxx> +#include <AxisHelper.hxx> +#include <DiagramHelper.hxx> +#include <servicenames_charttypes.hxx> +#include <servicenames_coosystems.hxx> +#include <AxisIndexDefines.hxx> #include <com/sun/star/chart2/AxisType.hpp> #include <com/sun/star/chart2/data/XDataSource.hpp> #include <com/sun/star/chart2/XChartTypeContainer.hpp> #include <com/sun/star/chart2/XDataSeriesContainer.hpp> -#include "PropertyHelper.hxx" +#include <PropertyHelper.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/drawing/LineStyle.hpp> diff --git a/chart2/source/model/template/StockChartTypeTemplate.hxx b/chart2/source/model/template/StockChartTypeTemplate.hxx index f4884ac462e7..4977b7a9dcee 100644 --- a/chart2/source/model/template/StockChartTypeTemplate.hxx +++ b/chart2/source/model/template/StockChartTypeTemplate.hxx @@ -20,8 +20,8 @@ #define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_STOCKCHARTTYPETEMPLATE_HXX #include "ChartTypeTemplate.hxx" -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" +#include <OPropertySet.hxx> +#include <MutexContainer.hxx> #include <comphelper/uno3.hxx> namespace chart diff --git a/chart2/source/model/template/StockDataInterpreter.cxx b/chart2/source/model/template/StockDataInterpreter.cxx index b1844f1da84a..d3854b4db598 100644 --- a/chart2/source/model/template/StockDataInterpreter.cxx +++ b/chart2/source/model/template/StockDataInterpreter.cxx @@ -18,10 +18,10 @@ */ #include "StockDataInterpreter.hxx" -#include "DataSeries.hxx" -#include "macros.hxx" -#include "DataSeriesHelper.hxx" -#include "CommonConverters.hxx" +#include <DataSeries.hxx> +#include <macros.hxx> +#include <DataSeriesHelper.hxx> +#include <CommonConverters.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/chart2/data/XDataSink.hpp> diff --git a/chart2/source/model/template/XYDataInterpreter.cxx b/chart2/source/model/template/XYDataInterpreter.cxx index c0d05a60ca98..de6b8eba5bff 100644 --- a/chart2/source/model/template/XYDataInterpreter.cxx +++ b/chart2/source/model/template/XYDataInterpreter.cxx @@ -18,10 +18,10 @@ */ #include "XYDataInterpreter.hxx" -#include "DataSeries.hxx" -#include "macros.hxx" -#include "DataSeriesHelper.hxx" -#include "CommonConverters.hxx" +#include <DataSeries.hxx> +#include <macros.hxx> +#include <DataSeriesHelper.hxx> +#include <CommonConverters.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/chart2/data/XDataSink.hpp> #include <com/sun/star/util/XCloneable.hpp> diff --git a/chart2/source/tools/AxisHelper.cxx b/chart2/source/tools/AxisHelper.cxx index 1b484801d030..c3ea86eb08d6 100644 --- a/chart2/source/tools/AxisHelper.cxx +++ b/chart2/source/tools/AxisHelper.cxx @@ -17,17 +17,17 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AxisHelper.hxx" -#include "DiagramHelper.hxx" -#include "ChartTypeHelper.hxx" -#include "macros.hxx" -#include "AxisIndexDefines.hxx" -#include "LinePropertiesHelper.hxx" -#include "servicenames_coosystems.hxx" -#include "DataSeriesHelper.hxx" -#include "Scaling.hxx" -#include "ChartModelHelper.hxx" -#include "DataSourceHelper.hxx" +#include <AxisHelper.hxx> +#include <DiagramHelper.hxx> +#include <ChartTypeHelper.hxx> +#include <macros.hxx> +#include <AxisIndexDefines.hxx> +#include <LinePropertiesHelper.hxx> +#include <servicenames_coosystems.hxx> +#include <DataSeriesHelper.hxx> +#include <Scaling.hxx> +#include <ChartModelHelper.hxx> +#include <DataSourceHelper.hxx> #include <unonames.hxx> #include <unotools/saveopt.hxx> diff --git a/chart2/source/tools/BaseGFXHelper.cxx b/chart2/source/tools/BaseGFXHelper.cxx index aeae59d09ce9..b840daec901c 100644 --- a/chart2/source/tools/BaseGFXHelper.cxx +++ b/chart2/source/tools/BaseGFXHelper.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "BaseGFXHelper.hxx" +#include <BaseGFXHelper.hxx> #include <com/sun/star/drawing/DoubleSequence.hpp> using namespace ::com::sun::star; diff --git a/chart2/source/tools/CachedDataSequence.cxx b/chart2/source/tools/CachedDataSequence.cxx index 53c5705d6d44..edf9465384fe 100644 --- a/chart2/source/tools/CachedDataSequence.cxx +++ b/chart2/source/tools/CachedDataSequence.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "CachedDataSequence.hxx" -#include "macros.hxx" -#include "PropertyHelper.hxx" -#include "CommonFunctors.hxx" -#include "ModifyListenerHelper.hxx" +#include <CachedDataSequence.hxx> +#include <macros.hxx> +#include <PropertyHelper.hxx> +#include <CommonFunctors.hxx> +#include <ModifyListenerHelper.hxx> #include <comphelper/sequenceashashmap.hxx> #include <cppuhelper/supportsservice.hxx> diff --git a/chart2/source/tools/CharacterProperties.cxx b/chart2/source/tools/CharacterProperties.cxx index dfc0ea68cef6..7386efa18a09 100644 --- a/chart2/source/tools/CharacterProperties.cxx +++ b/chart2/source/tools/CharacterProperties.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "CharacterProperties.hxx" -#include "macros.hxx" +#include <CharacterProperties.hxx> +#include <macros.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/style/XStyle.hpp> diff --git a/chart2/source/tools/ChartModelHelper.cxx b/chart2/source/tools/ChartModelHelper.cxx index d21c1e59283a..0eea7fdd9fed 100644 --- a/chart2/source/tools/ChartModelHelper.cxx +++ b/chart2/source/tools/ChartModelHelper.cxx @@ -17,14 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ChartModelHelper.hxx" -#include "macros.hxx" -#include "DiagramHelper.hxx" -#include "DataSourceHelper.hxx" -#include "ControllerLockGuard.hxx" -#include "RangeHighlighter.hxx" -#include "InternalDataProvider.hxx" -#include "ChartModel.hxx" +#include <ChartModelHelper.hxx> +#include <macros.hxx> +#include <DiagramHelper.hxx> +#include <DataSourceHelper.hxx> +#include <ControllerLockGuard.hxx> +#include <RangeHighlighter.hxx> +#include <InternalDataProvider.hxx> +#include <ChartModel.hxx> #include <com/sun/star/chart/ChartDataRowSource.hpp> #include <com/sun/star/chart/XChartDocument.hpp> diff --git a/chart2/source/tools/ChartTypeHelper.cxx b/chart2/source/tools/ChartTypeHelper.cxx index 11d05e83c642..03fb5a5219c9 100644 --- a/chart2/source/tools/ChartTypeHelper.cxx +++ b/chart2/source/tools/ChartTypeHelper.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ChartTypeHelper.hxx" -#include "DiagramHelper.hxx" -#include "DataSeriesHelper.hxx" -#include "macros.hxx" -#include "servicenames_charttypes.hxx" +#include <ChartTypeHelper.hxx> +#include <DiagramHelper.hxx> +#include <DataSeriesHelper.hxx> +#include <macros.hxx> +#include <servicenames_charttypes.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/chart/DataLabelPlacement.hpp> diff --git a/chart2/source/tools/ChartViewHelper.cxx b/chart2/source/tools/ChartViewHelper.cxx index 6814faff973a..2cc26159726e 100644 --- a/chart2/source/tools/ChartViewHelper.cxx +++ b/chart2/source/tools/ChartViewHelper.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ChartViewHelper.hxx" -#include "macros.hxx" -#include "servicenames.hxx" +#include <ChartViewHelper.hxx> +#include <macros.hxx> +#include <servicenames.hxx> #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> diff --git a/chart2/source/tools/ColorPerPointHelper.cxx b/chart2/source/tools/ColorPerPointHelper.cxx index 257c31b8a32b..b729162be421 100644 --- a/chart2/source/tools/ColorPerPointHelper.cxx +++ b/chart2/source/tools/ColorPerPointHelper.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ColorPerPointHelper.hxx" -#include "macros.hxx" +#include <ColorPerPointHelper.hxx> +#include <macros.hxx> #include <com/sun/star/chart2/XDataSeries.hpp> #include <com/sun/star/beans/XPropertyState.hpp> diff --git a/chart2/source/tools/CommonConverters.cxx b/chart2/source/tools/CommonConverters.cxx index 436c1050ac6c..ab3ed677f9c5 100644 --- a/chart2/source/tools/CommonConverters.cxx +++ b/chart2/source/tools/CommonConverters.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "CommonConverters.hxx" +#include <CommonConverters.hxx> #include <com/sun/star/drawing/DoubleSequence.hpp> #include <com/sun/star/text/WritingMode2.hpp> #include <com/sun/star/chart2/data/XNumericalDataSequence.hpp> diff --git a/chart2/source/tools/ConfigColorScheme.cxx b/chart2/source/tools/ConfigColorScheme.cxx index e4792d415ecf..4cc134a38704 100644 --- a/chart2/source/tools/ConfigColorScheme.cxx +++ b/chart2/source/tools/ConfigColorScheme.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ConfigColorScheme.hxx" -#include "macros.hxx" +#include <ConfigColorScheme.hxx> +#include <macros.hxx> #include <unotools/configitem.hxx> #include <sal/macros.h> diff --git a/chart2/source/tools/ControllerLockGuard.cxx b/chart2/source/tools/ControllerLockGuard.cxx index 20b6b8043407..7719755e9aff 100644 --- a/chart2/source/tools/ControllerLockGuard.cxx +++ b/chart2/source/tools/ControllerLockGuard.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ControllerLockGuard.hxx" -#include "ChartModel.hxx" +#include <ControllerLockGuard.hxx> +#include <ChartModel.hxx> using namespace ::com::sun::star; diff --git a/chart2/source/tools/DataSeriesHelper.cxx b/chart2/source/tools/DataSeriesHelper.cxx index 657572f069eb..c52060dee958 100644 --- a/chart2/source/tools/DataSeriesHelper.cxx +++ b/chart2/source/tools/DataSeriesHelper.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "DataSeriesHelper.hxx" -#include "DiagramHelper.hxx" -#include "DataSource.hxx" -#include "macros.hxx" -#include "ContainerHelper.hxx" +#include <DataSeriesHelper.hxx> +#include <DiagramHelper.hxx> +#include <DataSource.hxx> +#include <macros.hxx> +#include <ContainerHelper.hxx> #include <unonames.hxx> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/chart2/source/tools/DataSource.cxx b/chart2/source/tools/DataSource.cxx index 6c24ba6e05d9..91c33b10bd81 100644 --- a/chart2/source/tools/DataSource.cxx +++ b/chart2/source/tools/DataSource.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "DataSource.hxx" -#include "LabeledDataSequence.hxx" +#include <DataSource.hxx> +#include <LabeledDataSequence.hxx> #include <cppuhelper/supportsservice.hxx> using ::com::sun::star::uno::Sequence; diff --git a/chart2/source/tools/DataSourceHelper.cxx b/chart2/source/tools/DataSourceHelper.cxx index 0759797eb49a..17c7a6352b50 100644 --- a/chart2/source/tools/DataSourceHelper.cxx +++ b/chart2/source/tools/DataSourceHelper.cxx @@ -17,16 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "DataSourceHelper.hxx" -#include "macros.hxx" -#include "ChartModelHelper.hxx" -#include "DiagramHelper.hxx" -#include "DataSeriesHelper.hxx" -#include "DataSource.hxx" -#include "ControllerLockGuard.hxx" -#include "PropertyHelper.hxx" -#include "CachedDataSequence.hxx" -#include "LabeledDataSequence.hxx" +#include <DataSourceHelper.hxx> +#include <macros.hxx> +#include <ChartModelHelper.hxx> +#include <DiagramHelper.hxx> +#include <DataSeriesHelper.hxx> +#include <DataSource.hxx> +#include <ControllerLockGuard.hxx> +#include <PropertyHelper.hxx> +#include <CachedDataSequence.hxx> +#include <LabeledDataSequence.hxx> #include <unonames.hxx> #include <com/sun/star/chart2/XChartDocument.hpp> diff --git a/chart2/source/tools/DiagramHelper.cxx b/chart2/source/tools/DiagramHelper.cxx index 12f53fedc294..214434e67197 100644 --- a/chart2/source/tools/DiagramHelper.cxx +++ b/chart2/source/tools/DiagramHelper.cxx @@ -17,21 +17,21 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "DiagramHelper.hxx" -#include "LegendHelper.hxx" -#include "PropertyHelper.hxx" -#include "macros.hxx" -#include "DataSeriesHelper.hxx" -#include "AxisHelper.hxx" -#include "ContainerHelper.hxx" -#include "ChartTypeHelper.hxx" -#include "ChartModelHelper.hxx" -#include "CommonConverters.hxx" -#include "ExplicitCategoriesProvider.hxx" -#include "servicenames_charttypes.hxx" -#include "RelativePositionHelper.hxx" -#include "ControllerLockGuard.hxx" -#include "NumberFormatterWrapper.hxx" +#include <DiagramHelper.hxx> +#include <LegendHelper.hxx> +#include <PropertyHelper.hxx> +#include <macros.hxx> +#include <DataSeriesHelper.hxx> +#include <AxisHelper.hxx> +#include <ContainerHelper.hxx> +#include <ChartTypeHelper.hxx> +#include <ChartModelHelper.hxx> +#include <CommonConverters.hxx> +#include <ExplicitCategoriesProvider.hxx> +#include <servicenames_charttypes.hxx> +#include <RelativePositionHelper.hxx> +#include <ControllerLockGuard.hxx> +#include <NumberFormatterWrapper.hxx> #include <unonames.hxx> #include <com/sun/star/chart/MissingValueTreatment.hpp> diff --git a/chart2/source/tools/ErrorBar.cxx b/chart2/source/tools/ErrorBar.cxx index f7645da040cb..a316c70b7f3d 100644 --- a/chart2/source/tools/ErrorBar.cxx +++ b/chart2/source/tools/ErrorBar.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ErrorBar.hxx" -#include "macros.hxx" -#include "ContainerHelper.hxx" -#include "EventListenerHelper.hxx" -#include "PropertyHelper.hxx" -#include "CloneHelper.hxx" +#include <ErrorBar.hxx> +#include <macros.hxx> +#include <ContainerHelper.hxx> +#include <EventListenerHelper.hxx> +#include <PropertyHelper.hxx> +#include <CloneHelper.hxx> #include <cppuhelper/supportsservice.hxx> #include <svl/itemprop.hxx> diff --git a/chart2/source/tools/ExplicitCategoriesProvider.cxx b/chart2/source/tools/ExplicitCategoriesProvider.cxx index bb6110bea3e9..392b8fc529a1 100644 --- a/chart2/source/tools/ExplicitCategoriesProvider.cxx +++ b/chart2/source/tools/ExplicitCategoriesProvider.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ExplicitCategoriesProvider.hxx" -#include "DiagramHelper.hxx" -#include "ChartTypeHelper.hxx" -#include "AxisHelper.hxx" -#include "CommonConverters.hxx" -#include "DataSourceHelper.hxx" -#include "ChartModelHelper.hxx" -#include "macros.hxx" -#include "NumberFormatterWrapper.hxx" +#include <ExplicitCategoriesProvider.hxx> +#include <DiagramHelper.hxx> +#include <ChartTypeHelper.hxx> +#include <AxisHelper.hxx> +#include <CommonConverters.hxx> +#include <DataSourceHelper.hxx> +#include <ChartModelHelper.hxx> +#include <macros.hxx> +#include <NumberFormatterWrapper.hxx> #include <unonames.hxx> #include <com/sun/star/chart2/AxisType.hpp> diff --git a/chart2/source/tools/ExponentialRegressionCurveCalculator.cxx b/chart2/source/tools/ExponentialRegressionCurveCalculator.cxx index fe5adbca6dc6..fd52506b1253 100644 --- a/chart2/source/tools/ExponentialRegressionCurveCalculator.cxx +++ b/chart2/source/tools/ExponentialRegressionCurveCalculator.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ExponentialRegressionCurveCalculator.hxx" -#include "macros.hxx" -#include "RegressionCalculationHelper.hxx" +#include <ExponentialRegressionCurveCalculator.hxx> +#include <macros.hxx> +#include <RegressionCalculationHelper.hxx> #include <SpecialCharacters.hxx> #include <rtl/math.hxx> diff --git a/chart2/source/tools/FillProperties.cxx b/chart2/source/tools/FillProperties.cxx index 86b1767fac00..b00fea6a96ef 100644 --- a/chart2/source/tools/FillProperties.cxx +++ b/chart2/source/tools/FillProperties.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "FillProperties.hxx" -#include "macros.hxx" +#include <FillProperties.hxx> +#include <macros.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/drawing/BitmapMode.hpp> #include <com/sun/star/drawing/FillStyle.hpp> diff --git a/chart2/source/tools/FormattedStringHelper.cxx b/chart2/source/tools/FormattedStringHelper.cxx index 36affff8b6c8..485a1f9d4b5b 100644 --- a/chart2/source/tools/FormattedStringHelper.cxx +++ b/chart2/source/tools/FormattedStringHelper.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "FormattedStringHelper.hxx" -#include "macros.hxx" -#include "PropertyHelper.hxx" +#include <FormattedStringHelper.hxx> +#include <macros.hxx> +#include <PropertyHelper.hxx> #include <com/sun/star/chart2/FormattedString.hpp> namespace chart diff --git a/chart2/source/tools/ImplOPropertySet.cxx b/chart2/source/tools/ImplOPropertySet.cxx index 8dee149c3f21..2d4630eb27b6 100644 --- a/chart2/source/tools/ImplOPropertySet.cxx +++ b/chart2/source/tools/ImplOPropertySet.cxx @@ -18,7 +18,7 @@ */ #include "ImplOPropertySet.hxx" -#include "CloneHelper.hxx" +#include <CloneHelper.hxx> #include <algorithm> #include <iterator> diff --git a/chart2/source/tools/InternalData.cxx b/chart2/source/tools/InternalData.cxx index 54d4f5c61567..e82dd86a4bd5 100644 --- a/chart2/source/tools/InternalData.cxx +++ b/chart2/source/tools/InternalData.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "InternalData.hxx" -#include "ResId.hxx" -#include "strings.hrc" +#include <InternalData.hxx> +#include <ResId.hxx> +#include <strings.hrc> #include <osl/diagnose.h> #include <rtl/math.hxx> diff --git a/chart2/source/tools/InternalDataProvider.cxx b/chart2/source/tools/InternalDataProvider.cxx index e1a629f04e68..72f3d0a888ad 100644 --- a/chart2/source/tools/InternalDataProvider.cxx +++ b/chart2/source/tools/InternalDataProvider.cxx @@ -21,20 +21,20 @@ #include <valarray> -#include "InternalDataProvider.hxx" -#include "LabeledDataSequence.hxx" -#include "DataSource.hxx" -#include "PropertyHelper.hxx" -#include "macros.hxx" -#include "XMLRangeHelper.hxx" -#include "ContainerHelper.hxx" -#include "CommonConverters.hxx" -#include "CommonFunctors.hxx" -#include "UncachedDataSequence.hxx" -#include "DataSourceHelper.hxx" -#include "ChartModelHelper.hxx" -#include "DiagramHelper.hxx" -#include "ExplicitCategoriesProvider.hxx" +#include <InternalDataProvider.hxx> +#include <LabeledDataSequence.hxx> +#include <DataSource.hxx> +#include <PropertyHelper.hxx> +#include <macros.hxx> +#include <XMLRangeHelper.hxx> +#include <ContainerHelper.hxx> +#include <CommonConverters.hxx> +#include <CommonFunctors.hxx> +#include <UncachedDataSequence.hxx> +#include <DataSourceHelper.hxx> +#include <ChartModelHelper.hxx> +#include <DiagramHelper.hxx> +#include <ExplicitCategoriesProvider.hxx> #include <com/sun/star/chart2/XChartDocument.hpp> #include <com/sun/star/chart2/data/XDataSequence.hpp> diff --git a/chart2/source/tools/LabeledDataSequence.cxx b/chart2/source/tools/LabeledDataSequence.cxx index 279db333e066..c9227fc15e1c 100644 --- a/chart2/source/tools/LabeledDataSequence.cxx +++ b/chart2/source/tools/LabeledDataSequence.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "LabeledDataSequence.hxx" -#include "ModifyListenerHelper.hxx" -#include "macros.hxx" +#include <LabeledDataSequence.hxx> +#include <ModifyListenerHelper.hxx> +#include <macros.hxx> #include <cppuhelper/supportsservice.hxx> using namespace ::com::sun::star; diff --git a/chart2/source/tools/LegendHelper.cxx b/chart2/source/tools/LegendHelper.cxx index 2f1b58157db6..7f4b36cf93eb 100644 --- a/chart2/source/tools/LegendHelper.cxx +++ b/chart2/source/tools/LegendHelper.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "LegendHelper.hxx" -#include "macros.hxx" +#include <LegendHelper.hxx> +#include <macros.hxx> #include <com/sun/star/chart/ChartLegendExpansion.hpp> #include <com/sun/star/chart2/LegendPosition.hpp> #include <com/sun/star/chart2/RelativePosition.hpp> diff --git a/chart2/source/tools/LifeTime.cxx b/chart2/source/tools/LifeTime.cxx index 38891cad6be9..b7c985460335 100644 --- a/chart2/source/tools/LifeTime.cxx +++ b/chart2/source/tools/LifeTime.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "LifeTime.hxx" -#include "macros.hxx" +#include <LifeTime.hxx> +#include <macros.hxx> #include <osl/diagnose.h> #include <com/sun/star/util/XModifyListener.hpp> diff --git a/chart2/source/tools/LinePropertiesHelper.cxx b/chart2/source/tools/LinePropertiesHelper.cxx index 6e78e45c7db6..a92c9ae6b076 100644 --- a/chart2/source/tools/LinePropertiesHelper.cxx +++ b/chart2/source/tools/LinePropertiesHelper.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "LinePropertiesHelper.hxx" -#include "macros.hxx" +#include <LinePropertiesHelper.hxx> +#include <macros.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/drawing/LineStyle.hpp> #include <com/sun/star/drawing/LineDash.hpp> diff --git a/chart2/source/tools/LinearRegressionCurveCalculator.cxx b/chart2/source/tools/LinearRegressionCurveCalculator.cxx index d9b2b5e02983..786063c49d13 100644 --- a/chart2/source/tools/LinearRegressionCurveCalculator.cxx +++ b/chart2/source/tools/LinearRegressionCurveCalculator.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "LinearRegressionCurveCalculator.hxx" -#include "macros.hxx" -#include "RegressionCalculationHelper.hxx" +#include <LinearRegressionCurveCalculator.hxx> +#include <macros.hxx> +#include <RegressionCalculationHelper.hxx> #include <rtl/math.hxx> #include <rtl/ustrbuf.hxx> diff --git a/chart2/source/tools/LogarithmicRegressionCurveCalculator.cxx b/chart2/source/tools/LogarithmicRegressionCurveCalculator.cxx index 4891d5766ef9..b00ee699bcd8 100644 --- a/chart2/source/tools/LogarithmicRegressionCurveCalculator.cxx +++ b/chart2/source/tools/LogarithmicRegressionCurveCalculator.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "LogarithmicRegressionCurveCalculator.hxx" -#include "macros.hxx" -#include "RegressionCalculationHelper.hxx" +#include <LogarithmicRegressionCurveCalculator.hxx> +#include <macros.hxx> +#include <RegressionCalculationHelper.hxx> #include <SpecialCharacters.hxx> #include <rtl/math.hxx> diff --git a/chart2/source/tools/MeanValueRegressionCurveCalculator.cxx b/chart2/source/tools/MeanValueRegressionCurveCalculator.cxx index 6d662c1d252d..4ac8b470994e 100644 --- a/chart2/source/tools/MeanValueRegressionCurveCalculator.cxx +++ b/chart2/source/tools/MeanValueRegressionCurveCalculator.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "MeanValueRegressionCurveCalculator.hxx" -#include "macros.hxx" +#include <MeanValueRegressionCurveCalculator.hxx> +#include <macros.hxx> #include <osl/diagnose.h> #include <rtl/math.hxx> diff --git a/chart2/source/tools/MediaDescriptorHelper.cxx b/chart2/source/tools/MediaDescriptorHelper.cxx index 78fa5d14d007..d95ddf18bc44 100644 --- a/chart2/source/tools/MediaDescriptorHelper.cxx +++ b/chart2/source/tools/MediaDescriptorHelper.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "MediaDescriptorHelper.hxx" +#include <MediaDescriptorHelper.hxx> using namespace ::com::sun::star; diff --git a/chart2/source/tools/ModifyListenerHelper.cxx b/chart2/source/tools/ModifyListenerHelper.cxx index 048fb99ccf9b..3beebb8cb5d9 100644 --- a/chart2/source/tools/ModifyListenerHelper.cxx +++ b/chart2/source/tools/ModifyListenerHelper.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ModifyListenerHelper.hxx" -#include "WeakListenerAdapter.hxx" -#include "macros.hxx" +#include <ModifyListenerHelper.hxx> +#include <WeakListenerAdapter.hxx> +#include <macros.hxx> #include <cppuhelper/interfacecontainer.hxx> diff --git a/chart2/source/tools/MovingAverageRegressionCurveCalculator.cxx b/chart2/source/tools/MovingAverageRegressionCurveCalculator.cxx index 3624e9d1a749..b1cc6f317994 100644 --- a/chart2/source/tools/MovingAverageRegressionCurveCalculator.cxx +++ b/chart2/source/tools/MovingAverageRegressionCurveCalculator.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "MovingAverageRegressionCurveCalculator.hxx" -#include "RegressionCalculationHelper.hxx" -#include "ResId.hxx" -#include "strings.hrc" -#include "macros.hxx" +#include <MovingAverageRegressionCurveCalculator.hxx> +#include <RegressionCalculationHelper.hxx> +#include <ResId.hxx> +#include <strings.hrc> +#include <macros.hxx> #include <rtl/math.hxx> #include <rtl/ustrbuf.hxx> diff --git a/chart2/source/tools/MutexContainer.cxx b/chart2/source/tools/MutexContainer.cxx index 9d6057c46b8f..c65cac0180be 100644 --- a/chart2/source/tools/MutexContainer.cxx +++ b/chart2/source/tools/MutexContainer.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "MutexContainer.hxx" +#include <MutexContainer.hxx> namespace chart { diff --git a/chart2/source/tools/NameContainer.cxx b/chart2/source/tools/NameContainer.cxx index 77cac3860f9e..3f08fa0a9fb3 100644 --- a/chart2/source/tools/NameContainer.cxx +++ b/chart2/source/tools/NameContainer.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "NameContainer.hxx" +#include <NameContainer.hxx> #include <com/sun/star/uno/Any.hxx> #include <cppuhelper/supportsservice.hxx> diff --git a/chart2/source/tools/NumberFormatterWrapper.cxx b/chart2/source/tools/NumberFormatterWrapper.cxx index 11597d87818a..d1d8992b2290 100644 --- a/chart2/source/tools/NumberFormatterWrapper.cxx +++ b/chart2/source/tools/NumberFormatterWrapper.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "NumberFormatterWrapper.hxx" -#include "macros.hxx" +#include <NumberFormatterWrapper.hxx> +#include <macros.hxx> #include <comphelper/processfactory.hxx> #include <svl/numuno.hxx> #include <svl/zformat.hxx> diff --git a/chart2/source/tools/OPropertySet.cxx b/chart2/source/tools/OPropertySet.cxx index 5acadad16bee..50fd0d6f21d7 100644 --- a/chart2/source/tools/OPropertySet.cxx +++ b/chart2/source/tools/OPropertySet.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "OPropertySet.hxx" +#include <OPropertySet.hxx> #include "ImplOPropertySet.hxx" #include <cppuhelper/queryinterface.hxx> diff --git a/chart2/source/tools/ObjectIdentifier.cxx b/chart2/source/tools/ObjectIdentifier.cxx index d99a21983e60..4fe7a342fc73 100644 --- a/chart2/source/tools/ObjectIdentifier.cxx +++ b/chart2/source/tools/ObjectIdentifier.cxx @@ -21,14 +21,14 @@ #include <map> -#include "ObjectIdentifier.hxx" -#include "macros.hxx" -#include "TitleHelper.hxx" -#include "ChartModelHelper.hxx" -#include "AxisHelper.hxx" -#include "servicenames_charttypes.hxx" -#include "DiagramHelper.hxx" -#include "AxisIndexDefines.hxx" +#include <ObjectIdentifier.hxx> +#include <macros.hxx> +#include <TitleHelper.hxx> +#include <ChartModelHelper.hxx> +#include <AxisHelper.hxx> +#include <servicenames_charttypes.hxx> +#include <DiagramHelper.hxx> +#include <AxisIndexDefines.hxx> #include <unonames.hxx> #include <com/sun/star/chart2/XCoordinateSystemContainer.hpp> diff --git a/chart2/source/tools/PolynomialRegressionCurveCalculator.cxx b/chart2/source/tools/PolynomialRegressionCurveCalculator.cxx index fa413bf603c0..aa2110ac00b3 100644 --- a/chart2/source/tools/PolynomialRegressionCurveCalculator.cxx +++ b/chart2/source/tools/PolynomialRegressionCurveCalculator.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "PolynomialRegressionCurveCalculator.hxx" -#include "macros.hxx" -#include "RegressionCalculationHelper.hxx" +#include <PolynomialRegressionCurveCalculator.hxx> +#include <macros.hxx> +#include <RegressionCalculationHelper.hxx> #include <cmath> #include <rtl/math.hxx> diff --git a/chart2/source/tools/PopupRequest.cxx b/chart2/source/tools/PopupRequest.cxx index 5078c6c519be..1d3a36d5c43a 100644 --- a/chart2/source/tools/PopupRequest.cxx +++ b/chart2/source/tools/PopupRequest.cxx @@ -8,7 +8,7 @@ * */ -#include "PopupRequest.hxx" +#include <PopupRequest.hxx> using namespace css; diff --git a/chart2/source/tools/PotentialRegressionCurveCalculator.cxx b/chart2/source/tools/PotentialRegressionCurveCalculator.cxx index ea97330cce78..aa37189542ca 100644 --- a/chart2/source/tools/PotentialRegressionCurveCalculator.cxx +++ b/chart2/source/tools/PotentialRegressionCurveCalculator.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "PotentialRegressionCurveCalculator.hxx" -#include "macros.hxx" -#include "RegressionCalculationHelper.hxx" +#include <PotentialRegressionCurveCalculator.hxx> +#include <macros.hxx> +#include <RegressionCalculationHelper.hxx> #include <SpecialCharacters.hxx> #include <rtl/math.hxx> diff --git a/chart2/source/tools/PropertyHelper.cxx b/chart2/source/tools/PropertyHelper.cxx index 780afb3c981a..4d084777a6ce 100644 --- a/chart2/source/tools/PropertyHelper.cxx +++ b/chart2/source/tools/PropertyHelper.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "PropertyHelper.hxx" -#include "ContainerHelper.hxx" -#include "macros.hxx" +#include <PropertyHelper.hxx> +#include <ContainerHelper.hxx> +#include <macros.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/container/XNameContainer.hpp> #include <osl/diagnose.h> diff --git a/chart2/source/tools/RangeHighlighter.cxx b/chart2/source/tools/RangeHighlighter.cxx index 09d8485e59c7..6d5f30fb87b8 100644 --- a/chart2/source/tools/RangeHighlighter.cxx +++ b/chart2/source/tools/RangeHighlighter.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "RangeHighlighter.hxx" -#include "WeakListenerAdapter.hxx" -#include "ChartModelHelper.hxx" -#include "DataSourceHelper.hxx" -#include "macros.hxx" -#include "ObjectIdentifier.hxx" -#include "DataSeriesHelper.hxx" +#include <RangeHighlighter.hxx> +#include <WeakListenerAdapter.hxx> +#include <ChartModelHelper.hxx> +#include <DataSourceHelper.hxx> +#include <macros.hxx> +#include <ObjectIdentifier.hxx> +#include <DataSeriesHelper.hxx> #include <com/sun/star/chart2/XDataSeries.hpp> #include <com/sun/star/chart/ErrorBarStyle.hpp> diff --git a/chart2/source/tools/ReferenceSizeProvider.cxx b/chart2/source/tools/ReferenceSizeProvider.cxx index 0510f278762a..9fd45d74e65d 100644 --- a/chart2/source/tools/ReferenceSizeProvider.cxx +++ b/chart2/source/tools/ReferenceSizeProvider.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ReferenceSizeProvider.hxx" -#include "RelativeSizeHelper.hxx" -#include "ChartModelHelper.hxx" -#include "DiagramHelper.hxx" -#include "macros.hxx" -#include "AxisHelper.hxx" -#include "DataSeriesHelper.hxx" +#include <ReferenceSizeProvider.hxx> +#include <RelativeSizeHelper.hxx> +#include <ChartModelHelper.hxx> +#include <DiagramHelper.hxx> +#include <macros.hxx> +#include <AxisHelper.hxx> +#include <DataSeriesHelper.hxx> #include <com/sun/star/chart2/XTitled.hpp> #include <com/sun/star/chart2/XTitle.hpp> diff --git a/chart2/source/tools/RegressionCurveCalculator.cxx b/chart2/source/tools/RegressionCurveCalculator.cxx index 836f74f04deb..2b4c02d148cf 100644 --- a/chart2/source/tools/RegressionCurveCalculator.cxx +++ b/chart2/source/tools/RegressionCurveCalculator.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "RegressionCurveCalculator.hxx" -#include "RegressionCalculationHelper.hxx" -#include "servicenames_coosystems.hxx" +#include <RegressionCurveCalculator.hxx> +#include <RegressionCalculationHelper.hxx> +#include <servicenames_coosystems.hxx> #include <comphelper/processfactory.hxx> #include <rtl/math.hxx> diff --git a/chart2/source/tools/RegressionCurveHelper.cxx b/chart2/source/tools/RegressionCurveHelper.cxx index 3b4d32a7dc02..70ae1d7bed42 100644 --- a/chart2/source/tools/RegressionCurveHelper.cxx +++ b/chart2/source/tools/RegressionCurveHelper.cxx @@ -17,23 +17,23 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "RegressionCurveHelper.hxx" -#include "MeanValueRegressionCurveCalculator.hxx" -#include "LinearRegressionCurveCalculator.hxx" -#include "PolynomialRegressionCurveCalculator.hxx" -#include "MovingAverageRegressionCurveCalculator.hxx" -#include "LogarithmicRegressionCurveCalculator.hxx" -#include "ExponentialRegressionCurveCalculator.hxx" -#include "PotentialRegressionCurveCalculator.hxx" -#include "CommonConverters.hxx" +#include <RegressionCurveHelper.hxx> +#include <MeanValueRegressionCurveCalculator.hxx> +#include <LinearRegressionCurveCalculator.hxx> +#include <PolynomialRegressionCurveCalculator.hxx> +#include <MovingAverageRegressionCurveCalculator.hxx> +#include <LogarithmicRegressionCurveCalculator.hxx> +#include <ExponentialRegressionCurveCalculator.hxx> +#include <PotentialRegressionCurveCalculator.hxx> +#include <CommonConverters.hxx> #include "RegressionCurveModel.hxx" -#include "ChartTypeHelper.hxx" -#include "ChartModelHelper.hxx" -#include "macros.hxx" -#include "PropertyHelper.hxx" -#include "ResId.hxx" -#include "strings.hrc" -#include "DiagramHelper.hxx" +#include <ChartTypeHelper.hxx> +#include <ChartModelHelper.hxx> +#include <macros.hxx> +#include <PropertyHelper.hxx> +#include <ResId.hxx> +#include <strings.hrc> +#include <DiagramHelper.hxx> #include <com/sun/star/chart2/XChartDocument.hpp> using namespace ::com::sun::star; diff --git a/chart2/source/tools/RegressionCurveModel.cxx b/chart2/source/tools/RegressionCurveModel.cxx index 73a205e1e8a6..a9a847b187ea 100644 --- a/chart2/source/tools/RegressionCurveModel.cxx +++ b/chart2/source/tools/RegressionCurveModel.cxx @@ -18,13 +18,13 @@ */ #include "RegressionCurveModel.hxx" -#include "macros.hxx" -#include "LinePropertiesHelper.hxx" -#include "RegressionCurveHelper.hxx" -#include "RegressionCalculationHelper.hxx" +#include <macros.hxx> +#include <LinePropertiesHelper.hxx> +#include <RegressionCurveHelper.hxx> +#include <RegressionCalculationHelper.hxx> #include "RegressionEquation.hxx" -#include "CloneHelper.hxx" -#include "PropertyHelper.hxx" +#include <CloneHelper.hxx> +#include <PropertyHelper.hxx> #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <rtl/math.hxx> diff --git a/chart2/source/tools/RegressionCurveModel.hxx b/chart2/source/tools/RegressionCurveModel.hxx index 3f9b6cbb46f5..8bcd4bfced7b 100644 --- a/chart2/source/tools/RegressionCurveModel.hxx +++ b/chart2/source/tools/RegressionCurveModel.hxx @@ -19,9 +19,9 @@ #ifndef INCLUDED_CHART2_SOURCE_TOOLS_REGRESSIONCURVEMODEL_HXX #define INCLUDED_CHART2_SOURCE_TOOLS_REGRESSIONCURVEMODEL_HXX -#include "MutexContainer.hxx" -#include "OPropertySet.hxx" -#include "ModifyListenerHelper.hxx" +#include <MutexContainer.hxx> +#include <OPropertySet.hxx> +#include <ModifyListenerHelper.hxx> #include <cppuhelper/implbase.hxx> #include <comphelper/uno3.hxx> diff --git a/chart2/source/tools/RegressionEquation.cxx b/chart2/source/tools/RegressionEquation.cxx index 94bf53a6e3d6..f308490964ed 100644 --- a/chart2/source/tools/RegressionEquation.cxx +++ b/chart2/source/tools/RegressionEquation.cxx @@ -18,13 +18,13 @@ */ #include "RegressionEquation.hxx" -#include "LinePropertiesHelper.hxx" -#include "FillProperties.hxx" -#include "UserDefinedProperties.hxx" -#include "CharacterProperties.hxx" -#include "PropertyHelper.hxx" -#include "macros.hxx" -#include "ContainerHelper.hxx" +#include <LinePropertiesHelper.hxx> +#include <FillProperties.hxx> +#include <UserDefinedProperties.hxx> +#include <CharacterProperties.hxx> +#include <PropertyHelper.hxx> +#include <macros.hxx> +#include <ContainerHelper.hxx> #include <unonames.hxx> #include <cppuhelper/supportsservice.hxx> diff --git a/chart2/source/tools/RegressionEquation.hxx b/chart2/source/tools/RegressionEquation.hxx index e018061f8f33..484323b6a9c7 100644 --- a/chart2/source/tools/RegressionEquation.hxx +++ b/chart2/source/tools/RegressionEquation.hxx @@ -26,9 +26,9 @@ #include <com/sun/star/util/XModifyListener.hpp> #include <com/sun/star/chart2/XTitle.hpp> -#include "MutexContainer.hxx" -#include "OPropertySet.hxx" -#include "ModifyListenerHelper.hxx" +#include <MutexContainer.hxx> +#include <OPropertySet.hxx> +#include <ModifyListenerHelper.hxx> #include <cppuhelper/implbase.hxx> #include <comphelper/uno3.hxx> diff --git a/chart2/source/tools/RelativePositionHelper.cxx b/chart2/source/tools/RelativePositionHelper.cxx index a205d75d6448..0b07d362b183 100644 --- a/chart2/source/tools/RelativePositionHelper.cxx +++ b/chart2/source/tools/RelativePositionHelper.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "RelativePositionHelper.hxx" +#include <RelativePositionHelper.hxx> #include <rtl/math.hxx> #include <osl/diagnose.h> diff --git a/chart2/source/tools/RelativeSizeHelper.cxx b/chart2/source/tools/RelativeSizeHelper.cxx index 4336b162b2f6..235de3ff5c10 100644 --- a/chart2/source/tools/RelativeSizeHelper.cxx +++ b/chart2/source/tools/RelativeSizeHelper.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "RelativeSizeHelper.hxx" -#include "macros.hxx" +#include <RelativeSizeHelper.hxx> +#include <macros.hxx> #include <vector> #include <algorithm> diff --git a/chart2/source/tools/ResId.cxx b/chart2/source/tools/ResId.cxx index 2a82b11aa48e..b7341f9cf348 100644 --- a/chart2/source/tools/ResId.cxx +++ b/chart2/source/tools/ResId.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ResId.hxx" -#include "ResourceManager.hxx" +#include <ResId.hxx> +#include <ResourceManager.hxx> #include <unotools/resmgr.hxx> namespace chart diff --git a/chart2/source/tools/ResourceManager.cxx b/chart2/source/tools/ResourceManager.cxx index 8449c6c44988..78fff6d86d09 100644 --- a/chart2/source/tools/ResourceManager.cxx +++ b/chart2/source/tools/ResourceManager.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ResourceManager.hxx" +#include <ResourceManager.hxx> #include <unotools/resmgr.hxx> namespace chart diff --git a/chart2/source/tools/Scaling.cxx b/chart2/source/tools/Scaling.cxx index 9edd475afdcb..7440a5e3264c 100644 --- a/chart2/source/tools/Scaling.cxx +++ b/chart2/source/tools/Scaling.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "Scaling.hxx" +#include <Scaling.hxx> #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/tools/SceneProperties.cxx b/chart2/source/tools/SceneProperties.cxx index 2f0f82f94395..c4e2c32e8d93 100644 --- a/chart2/source/tools/SceneProperties.cxx +++ b/chart2/source/tools/SceneProperties.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "SceneProperties.hxx" -#include "macros.hxx" -#include "ChartTypeHelper.hxx" -#include "ThreeDHelper.hxx" +#include <SceneProperties.hxx> +#include <macros.hxx> +#include <ChartTypeHelper.hxx> +#include <ThreeDHelper.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/drawing/HomogenMatrix.hpp> #include <com/sun/star/drawing/ShadeMode.hpp> diff --git a/chart2/source/tools/StatisticsHelper.cxx b/chart2/source/tools/StatisticsHelper.cxx index 20e6f92887e9..52c11cd539c6 100644 --- a/chart2/source/tools/StatisticsHelper.cxx +++ b/chart2/source/tools/StatisticsHelper.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "StatisticsHelper.hxx" -#include "DataSeriesHelper.hxx" -#include "ErrorBar.hxx" -#include "macros.hxx" +#include <StatisticsHelper.hxx> +#include <DataSeriesHelper.hxx> +#include <ErrorBar.hxx> +#include <macros.hxx> #include <unonames.hxx> #include <rtl/math.hxx> diff --git a/chart2/source/tools/ThreeDHelper.cxx b/chart2/source/tools/ThreeDHelper.cxx index 9062c5541074..20c0515c1016 100644 --- a/chart2/source/tools/ThreeDHelper.cxx +++ b/chart2/source/tools/ThreeDHelper.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ThreeDHelper.hxx" -#include "macros.hxx" -#include "DiagramHelper.hxx" -#include "ChartTypeHelper.hxx" -#include "BaseGFXHelper.hxx" -#include "DataSeriesHelper.hxx" -#include "defines.hxx" +#include <ThreeDHelper.hxx> +#include <macros.hxx> +#include <DiagramHelper.hxx> +#include <ChartTypeHelper.hxx> +#include <BaseGFXHelper.hxx> +#include <DataSeriesHelper.hxx> +#include <defines.hxx> #include <editeng/unoprnms.hxx> #include <com/sun/star/beans/XPropertyState.hpp> diff --git a/chart2/source/tools/TitleHelper.cxx b/chart2/source/tools/TitleHelper.cxx index fc985293ea20..8becf46b9473 100644 --- a/chart2/source/tools/TitleHelper.cxx +++ b/chart2/source/tools/TitleHelper.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "TitleHelper.hxx" -#include "ChartModelHelper.hxx" -#include "macros.hxx" -#include "AxisHelper.hxx" -#include "DiagramHelper.hxx" +#include <TitleHelper.hxx> +#include <ChartModelHelper.hxx> +#include <macros.hxx> +#include <AxisHelper.hxx> +#include <DiagramHelper.hxx> #include <com/sun/star/chart2/FormattedString.hpp> #include <com/sun/star/chart2/XChartDocument.hpp> #include <rtl/ustrbuf.hxx> diff --git a/chart2/source/tools/TrueGuard.cxx b/chart2/source/tools/TrueGuard.cxx index f8cb799897ae..f4acf35742d4 100644 --- a/chart2/source/tools/TrueGuard.cxx +++ b/chart2/source/tools/TrueGuard.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "TrueGuard.hxx" +#include <TrueGuard.hxx> namespace chart { diff --git a/chart2/source/tools/UncachedDataSequence.cxx b/chart2/source/tools/UncachedDataSequence.cxx index 855f5c5d2b30..3d2e8226e6d2 100644 --- a/chart2/source/tools/UncachedDataSequence.cxx +++ b/chart2/source/tools/UncachedDataSequence.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "UncachedDataSequence.hxx" -#include "macros.hxx" -#include "PropertyHelper.hxx" -#include "CommonFunctors.hxx" -#include "ModifyListenerHelper.hxx" +#include <UncachedDataSequence.hxx> +#include <macros.hxx> +#include <PropertyHelper.hxx> +#include <CommonFunctors.hxx> +#include <ModifyListenerHelper.hxx> #include <cppuhelper/supportsservice.hxx> #include <algorithm> diff --git a/chart2/source/tools/UserDefinedProperties.cxx b/chart2/source/tools/UserDefinedProperties.cxx index d8ce1a056a43..7f74c2f8d9bc 100644 --- a/chart2/source/tools/UserDefinedProperties.cxx +++ b/chart2/source/tools/UserDefinedProperties.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "UserDefinedProperties.hxx" -#include "macros.hxx" +#include <UserDefinedProperties.hxx> +#include <macros.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/container/XNameContainer.hpp> diff --git a/chart2/source/tools/WeakListenerAdapter.cxx b/chart2/source/tools/WeakListenerAdapter.cxx index 12c616f2f72f..85b2f3b39a36 100644 --- a/chart2/source/tools/WeakListenerAdapter.cxx +++ b/chart2/source/tools/WeakListenerAdapter.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "WeakListenerAdapter.hxx" +#include <WeakListenerAdapter.hxx> using namespace ::com::sun::star; diff --git a/chart2/source/tools/WrappedDefaultProperty.cxx b/chart2/source/tools/WrappedDefaultProperty.cxx index cb87cfa23f62..0f1c242102ab 100644 --- a/chart2/source/tools/WrappedDefaultProperty.cxx +++ b/chart2/source/tools/WrappedDefaultProperty.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "WrappedDefaultProperty.hxx" -#include "macros.hxx" +#include <WrappedDefaultProperty.hxx> +#include <macros.hxx> using namespace ::com::sun::star; diff --git a/chart2/source/tools/WrappedDirectStateProperty.cxx b/chart2/source/tools/WrappedDirectStateProperty.cxx index 34941778926f..42a88171c9cf 100644 --- a/chart2/source/tools/WrappedDirectStateProperty.cxx +++ b/chart2/source/tools/WrappedDirectStateProperty.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "WrappedDirectStateProperty.hxx" -#include "macros.hxx" +#include <WrappedDirectStateProperty.hxx> +#include <macros.hxx> using namespace ::com::sun::star; diff --git a/chart2/source/tools/WrappedIgnoreProperty.cxx b/chart2/source/tools/WrappedIgnoreProperty.cxx index f90bc4f248ae..63e3e10411fd 100644 --- a/chart2/source/tools/WrappedIgnoreProperty.cxx +++ b/chart2/source/tools/WrappedIgnoreProperty.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "WrappedIgnoreProperty.hxx" -#include "macros.hxx" +#include <WrappedIgnoreProperty.hxx> +#include <macros.hxx> #include <com/sun/star/awt/Gradient.hpp> #include <com/sun/star/drawing/Hatch.hpp> #include <com/sun/star/drawing/BitmapMode.hpp> diff --git a/chart2/source/tools/WrappedProperty.cxx b/chart2/source/tools/WrappedProperty.cxx index d6ccf5895047..fd490700d533 100644 --- a/chart2/source/tools/WrappedProperty.cxx +++ b/chart2/source/tools/WrappedProperty.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "WrappedProperty.hxx" -#include "macros.hxx" +#include <WrappedProperty.hxx> +#include <macros.hxx> #include <com/sun/star/drawing/LineStyle.hpp> using namespace ::com::sun::star; diff --git a/chart2/source/tools/WrappedPropertySet.cxx b/chart2/source/tools/WrappedPropertySet.cxx index 75aea02f3d44..245d37f31db9 100644 --- a/chart2/source/tools/WrappedPropertySet.cxx +++ b/chart2/source/tools/WrappedPropertySet.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "WrappedPropertySet.hxx" -#include "macros.hxx" +#include <WrappedPropertySet.hxx> +#include <macros.hxx> #include <tools/solar.h> diff --git a/chart2/source/tools/XMLRangeHelper.cxx b/chart2/source/tools/XMLRangeHelper.cxx index 7082cc0a6c1a..08d01040f7fe 100644 --- a/chart2/source/tools/XMLRangeHelper.cxx +++ b/chart2/source/tools/XMLRangeHelper.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "XMLRangeHelper.hxx" +#include <XMLRangeHelper.hxx> #include <unotools/charclass.hxx> #include <rtl/ustrbuf.hxx> #include <osl/diagnose.h> 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> |