diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 22:48:59 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 23:22:34 +0200 |
commit | 75b7ce9c66c682564b3cc15ffb7914ad5e432298 (patch) | |
tree | 8491dbd9bab992f4c60bf14a31888c89d69ce99a | |
parent | 0a1efdbcd25848a7cf09d1a72433d031f9888f25 (diff) |
fixincludeguards.sh: chart2
Change-Id: I166e054926fb975949b3021cbc43b25a222f6198
328 files changed, 841 insertions, 842 deletions
diff --git a/chart2/source/controller/accessibility/AccStatisticsObject.hxx b/chart2/source/controller/accessibility/AccStatisticsObject.hxx index e738c75ab10a..c3f94515f674 100644 --- a/chart2/source/controller/accessibility/AccStatisticsObject.hxx +++ b/chart2/source/controller/accessibility/AccStatisticsObject.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_ACCSTATISTICSOBJECT_HXX -#define _CHART2_ACCSTATISTICSOBJECT_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_ACCESSIBILITY_ACCSTATISTICSOBJECT_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_ACCESSIBILITY_ACCSTATISTICSOBJECT_HXX #include "AccessibleChartElement.hxx" diff --git a/chart2/source/controller/accessibility/AccessibleChartElement.hxx b/chart2/source/controller/accessibility/AccessibleChartElement.hxx index 21d22b3fae05..d699ef7925c3 100644 --- a/chart2/source/controller/accessibility/AccessibleChartElement.hxx +++ b/chart2/source/controller/accessibility/AccessibleChartElement.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_ACCESSIBLECHARTELEMENT_HXX_ -#define _CHART2_ACCESSIBLECHARTELEMENT_HXX_ +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_ACCESSIBILITY_ACCESSIBLECHARTELEMENT_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_ACCESSIBILITY_ACCESSIBLECHARTELEMENT_HXX #include "AccessibleBase.hxx" #include <com/sun/star/chart2/XChartDocument.hpp> diff --git a/chart2/source/controller/accessibility/AccessibleChartShape.hxx b/chart2/source/controller/accessibility/AccessibleChartShape.hxx index d95aa72b8bc7..eb972ee15204 100644 --- a/chart2/source/controller/accessibility/AccessibleChartShape.hxx +++ b/chart2/source/controller/accessibility/AccessibleChartShape.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_ACCESSIBLECHARTSHAPE_HXX_ -#define _CHART2_ACCESSIBLECHARTSHAPE_HXX_ +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_ACCESSIBILITY_ACCESSIBLECHARTSHAPE_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_ACCESSIBILITY_ACCESSIBLECHARTSHAPE_HXX #include "AccessibleBase.hxx" diff --git a/chart2/source/controller/accessibility/AccessibleViewForwarder.hxx b/chart2/source/controller/accessibility/AccessibleViewForwarder.hxx index f4f4e853990c..14524e22dbed 100644 --- a/chart2/source/controller/accessibility/AccessibleViewForwarder.hxx +++ b/chart2/source/controller/accessibility/AccessibleViewForwarder.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_ACCESSIBLEVIEWFORWARDER_HXX_ -#define _CHART2_ACCESSIBLEVIEWFORWARDER_HXX_ +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_ACCESSIBILITY_ACCESSIBLEVIEWFORWARDER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_ACCESSIBILITY_ACCESSIBLEVIEWFORWARDER_HXX #include <vcl/mapmod.hxx> #include <svx/IAccessibleViewForwarder.hxx> diff --git a/chart2/source/controller/accessibility/ChartElementFactory.hxx b/chart2/source/controller/accessibility/ChartElementFactory.hxx index b5a76e0877dd..3dc4068983db 100644 --- a/chart2/source/controller/accessibility/ChartElementFactory.hxx +++ b/chart2/source/controller/accessibility/ChartElementFactory.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_ACC_ELEMENTFACTORY_HXX_ -#define _CHART2_ACC_ELEMENTFACTORY_HXX_ +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_ACCESSIBILITY_CHARTELEMENTFACTORY_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_ACCESSIBILITY_CHARTELEMENTFACTORY_HXX #include "AccessibleBase.hxx" diff --git a/chart2/source/controller/chartapiwrapper/AreaWrapper.hxx b/chart2/source/controller/chartapiwrapper/AreaWrapper.hxx index feac067d1f62..2e9d841c638d 100644 --- a/chart2/source/controller/chartapiwrapper/AreaWrapper.hxx +++ b/chart2/source/controller/chartapiwrapper/AreaWrapper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_AREAWRAPPER_HXX -#define CHART_AREAWRAPPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_AREAWRAPPER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_AREAWRAPPER_HXX #include "WrappedPropertySet.hxx" #include "ServiceMacros.hxx" @@ -93,7 +93,7 @@ private: } // namespace wrapper } // namespace chart -// CHART_AREAWRAPPER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_AREAWRAPPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/chartapiwrapper/AxisWrapper.hxx b/chart2/source/controller/chartapiwrapper/AxisWrapper.hxx index f6290969a2a9..b7424ad278c3 100644 --- a/chart2/source/controller/chartapiwrapper/AxisWrapper.hxx +++ b/chart2/source/controller/chartapiwrapper/AxisWrapper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_AXISWRAPPER_HXX -#define CHART_AXISWRAPPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_AXISWRAPPER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_AXISWRAPPER_HXX #include "WrappedPropertySet.hxx" #include "ReferenceSizePropertyProvider.hxx" @@ -137,7 +137,7 @@ private: //member } // namespace wrapper } // namespace chart -// CHART_AXISWRAPPER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_AXISWRAPPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/chartapiwrapper/Chart2ModelContact.hxx b/chart2/source/controller/chartapiwrapper/Chart2ModelContact.hxx index 519afd867487..992cf384ffa1 100644 --- a/chart2/source/controller/chartapiwrapper/Chart2ModelContact.hxx +++ b/chart2/source/controller/chartapiwrapper/Chart2ModelContact.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_CHART2MODELCONTACT_HXX -#define CHART_CHART2MODELCONTACT_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_CHART2MODELCONTACT_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_CHART2MODELCONTACT_HXX #include <chartview/ExplicitScaleValues.hxx> #include <com/sun/star/chart2/XAxis.hpp> @@ -155,7 +155,7 @@ private: //member } // namespace wrapper } // namespace chart -// CHART_CHART2MODELCONTACT_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_CHART2MODELCONTACT_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/chartapiwrapper/ChartDataWrapper.hxx b/chart2/source/controller/chartapiwrapper/ChartDataWrapper.hxx index ee2d47256964..263c3df4799b 100644 --- a/chart2/source/controller/chartapiwrapper/ChartDataWrapper.hxx +++ b/chart2/source/controller/chartapiwrapper/ChartDataWrapper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_CHARTDATAWRAPPER_HXX -#define CHART_CHARTDATAWRAPPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_CHARTDATAWRAPPER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_CHARTDATAWRAPPER_HXX #include "ServiceMacros.hxx" #include "MutexContainer.hxx" @@ -156,7 +156,7 @@ private: //member } // namespace wrapper } // namespace chart -// CHART_CHARTDATAWRAPPER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_CHARTDATAWRAPPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx index 3a1747a9d208..084d57109379 100644 --- a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx +++ b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_DATASERIESPOINTWRAPPER_HXX -#define CHART_DATASERIESPOINTWRAPPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_DATASERIESPOINTWRAPPER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_DATASERIESPOINTWRAPPER_HXX #include "ServiceMacros.hxx" #include "WrappedPropertySet.hxx" @@ -146,7 +146,7 @@ private: } // namespace wrapper } // namespace chart -// CHART_DATASERIESPOINTWRAPPER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_DATASERIESPOINTWRAPPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx b/chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx index 87323b186689..32cfa14092d6 100644 --- a/chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx +++ b/chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_DIAGRAMWRAPPER_HXX -#define CHART_DIAGRAMWRAPPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_DIAGRAMWRAPPER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_DIAGRAMWRAPPER_HXX #include "WrappedPropertySet.hxx" #include "ServiceMacros.hxx" @@ -271,7 +271,7 @@ private: } // namespace wrapper } // namespace chart -// CHART_DIAGRAMWRAPPER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_DIAGRAMWRAPPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/chartapiwrapper/GridWrapper.hxx b/chart2/source/controller/chartapiwrapper/GridWrapper.hxx index 053e608a9435..966501baa3c0 100644 --- a/chart2/source/controller/chartapiwrapper/GridWrapper.hxx +++ b/chart2/source/controller/chartapiwrapper/GridWrapper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_GRIDWRAPPER_HXX -#define CHART_GRIDWRAPPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_GRIDWRAPPER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_GRIDWRAPPER_HXX #include "WrappedPropertySet.hxx" #include "ServiceMacros.hxx" @@ -90,7 +90,7 @@ private: } // namespace wrapper } // namespace chart -// CHART_GRIDWRAPPER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_GRIDWRAPPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/chartapiwrapper/LegendWrapper.hxx b/chart2/source/controller/chartapiwrapper/LegendWrapper.hxx index 94e05bf431b2..07f61462d30a 100644 --- a/chart2/source/controller/chartapiwrapper/LegendWrapper.hxx +++ b/chart2/source/controller/chartapiwrapper/LegendWrapper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_LEGENDWRAPPER_HXX -#define CHART_LEGENDWRAPPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_LEGENDWRAPPER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_LEGENDWRAPPER_HXX #include "WrappedPropertySet.hxx" #include "ReferenceSizePropertyProvider.hxx" @@ -101,7 +101,7 @@ private: } // namespace wrapper } // namespace chart -// CHART_LEGENDWRAPPER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_LEGENDWRAPPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.hxx b/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.hxx index bc6b2eee7c3e..e4982af08044 100644 --- a/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.hxx +++ b/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_MINMAXLINEWRAPPER_HXX -#define CHART_MINMAXLINEWRAPPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_MINMAXLINEWRAPPER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_MINMAXLINEWRAPPER_HXX #include "ServiceMacros.hxx" #include "MutexContainer.hxx" @@ -117,7 +117,7 @@ private: //member } // namespace wrapper } // namespace chart -// CHART_MINMAXLINEWRAPPER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_MINMAXLINEWRAPPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/chartapiwrapper/ReferenceSizePropertyProvider.hxx b/chart2/source/controller/chartapiwrapper/ReferenceSizePropertyProvider.hxx index 1f2f4cadedaf..586b97fe4cc3 100644 --- a/chart2/source/controller/chartapiwrapper/ReferenceSizePropertyProvider.hxx +++ b/chart2/source/controller/chartapiwrapper/ReferenceSizePropertyProvider.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_WRAPPER_REFERENCESIZEPROPERTYPROVIDER_HXX -#define CHART_WRAPPER_REFERENCESIZEPROPERTYPROVIDER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_REFERENCESIZEPROPERTYPROVIDER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_REFERENCESIZEPROPERTYPROVIDER_HXX #include <com/sun/star/awt/Size.hpp> @@ -39,7 +39,7 @@ protected: } // namespace wrapper } // namespace chart -// CHART_WRAPPER_REFERENCESIZEPROPERTYPROVIDER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_REFERENCESIZEPROPERTYPROVIDER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/chartapiwrapper/TitleWrapper.hxx b/chart2/source/controller/chartapiwrapper/TitleWrapper.hxx index 5a437115de86..bb087ce0faf4 100644 --- a/chart2/source/controller/chartapiwrapper/TitleWrapper.hxx +++ b/chart2/source/controller/chartapiwrapper/TitleWrapper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_TITLEWRAPPER_HXX -#define CHART_TITLEWRAPPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_TITLEWRAPPER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_TITLEWRAPPER_HXX #include "WrappedPropertySet.hxx" #include "ReferenceSizePropertyProvider.hxx" @@ -124,7 +124,7 @@ private: } // namespace wrapper } // namespace chart -// CHART_TITLEWRAPPER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_TITLEWRAPPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.hxx b/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.hxx index c67b21e90e12..8f7fd7702d7a 100644 --- a/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.hxx +++ b/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_UPDOWNBARWRAPPER_HXX -#define CHART_UPDOWNBARWRAPPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_UPDOWNBARWRAPPER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_UPDOWNBARWRAPPER_HXX #include "ServiceMacros.hxx" #include "MutexContainer.hxx" @@ -116,7 +116,7 @@ private: //member } // namespace wrapper } // namespace chart -// CHART_UPDOWNBARWRAPPER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_UPDOWNBARWRAPPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/chartapiwrapper/WallFloorWrapper.hxx b/chart2/source/controller/chartapiwrapper/WallFloorWrapper.hxx index 456905ff2e64..e57f5cddea01 100644 --- a/chart2/source/controller/chartapiwrapper/WallFloorWrapper.hxx +++ b/chart2/source/controller/chartapiwrapper/WallFloorWrapper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_WALLFLOORWRAPPER_HXX -#define CHART_WALLFLOORWRAPPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WALLFLOORWRAPPER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WALLFLOORWRAPPER_HXX #include "WrappedPropertySet.hxx" #include "ServiceMacros.hxx" @@ -77,7 +77,7 @@ private: } // namespace wrapper } // namespace chart -// CHART_WALLFLOORWRAPPER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WALLFLOORWRAPPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/chartapiwrapper/WrappedAddInProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedAddInProperty.hxx index 665074024564..7ad704203d09 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedAddInProperty.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedAddInProperty.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_WRAPPED_ADDIN_PROPERTY_HXX -#define CHART_WRAPPED_ADDIN_PROPERTY_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDADDINPROPERTY_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDADDINPROPERTY_HXX #include "WrappedProperty.hxx" #include "ChartDocumentWrapper.hxx" @@ -95,7 +95,7 @@ private: } //namespace chart -// CHART_WRAPPED_ADDIN_PROPERTY_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDADDINPROPERTY_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.hxx b/chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.hxx index b7b45be5684a..8ca724ab9a3a 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_WRAPPED_AUTOMATICPOSITION_PROPERTIES_HXX -#define CHART_WRAPPED_AUTOMATICPOSITION_PROPERTIES_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDAUTOMATICPOSITIONPROPERTIES_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDAUTOMATICPOSITIONPROPERTIES_HXX #include "WrappedProperty.hxx" #include <vector> diff --git a/chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.hxx b/chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.hxx index 80a3f1e1d5a7..1351ccd5c700 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.hxx @@ -16,8 +16,9 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_WRAPPED_AXISANDGRIDEXISTENCE_PROPERTIES_HXX -#define CHART_WRAPPED_AXISANDGRIDEXISTENCE_PROPERTIES_HXX + +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDAXISANDGRIDEXISTENCEPROPERTIES_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDAXISANDGRIDEXISTENCEPROPERTIES_HXX #include "WrappedProperty.hxx" #include "Chart2ModelContact.hxx" @@ -54,7 +55,6 @@ public: } //namespace wrapper } //namespace chart -// CHART_WRAPPED_SCALE_PROPERTY_HXX -#endif +#endif // INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDAXISANDGRIDEXISTENCEPROPERTIES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.hxx index ee4bbe180d91..fa87165862e4 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_WRAPPED_CHARACTERHEIGHT_PROPERTY_HXX -#define CHART_WRAPPED_CHARACTERHEIGHT_PROPERTY_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDCHARACTERHEIGHTPROPERTY_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDCHARACTERHEIGHTPROPERTY_HXX #include "WrappedProperty.hxx" @@ -82,7 +82,7 @@ public: } //namespace wrapper } //namespace chart -// CHART_WRAPPED_CHARACTERHEIGHT_PROPERTY_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDCHARACTERHEIGHTPROPERTY_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.hxx b/chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.hxx index 0de5e20c7b80..d4dd9641933e 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_WRAPPED_DATACAPTION_PROPERTIES_HXX -#define CHART_WRAPPED_DATACAPTION_PROPERTIES_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDDATACAPTIONPROPERTIES_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDDATACAPTIONPROPERTIES_HXX #include "WrappedProperty.hxx" #include "Chart2ModelContact.hxx" @@ -43,7 +43,7 @@ public: } //namespace wrapper } //namespace chart -// CHART_WRAPPED_DATACAPTION_PROPERTIES_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDDATACAPTIONPROPERTIES_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.hxx index e018e72af6f0..64d66613697f 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_WRAPPED_GAPWIDTH_PROPERTY_HXX -#define CHART_WRAPPED_GAPWIDTH_PROPERTY_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDGAPWIDTHPROPERTY_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDGAPWIDTHPROPERTY_HXX #include "WrappedDefaultProperty.hxx" #include "Chart2ModelContact.hxx" @@ -75,7 +75,7 @@ public: } // namespace wrapper } // namespace chart -// CHART_WRAPPED_GAPWIDTH_PROPERTY_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDGAPWIDTHPROPERTY_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.hxx index fd6d9e0fd75b..63a562c72e87 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_WRAPPEDNUMBERFORMATPROPERTY_HXX -#define CHART2_WRAPPEDNUMBERFORMATPROPERTY_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDNUMBERFORMATPROPERTY_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDNUMBERFORMATPROPERTY_HXX #include "WrappedDirectStateProperty.hxx" #include "Chart2ModelContact.hxx" @@ -76,7 +76,7 @@ private: } //namespace wrapper } //namespace chart -// CHART2_WRAPPEDNUMBERFORMATPROPERTY_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDNUMBERFORMATPROPERTY_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/chartapiwrapper/WrappedScaleProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedScaleProperty.hxx index bd2aea76192e..e2c64272eac8 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedScaleProperty.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedScaleProperty.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_WRAPPED_SCALE_PROPERTY_HXX -#define CHART_WRAPPED_SCALE_PROPERTY_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSCALEPROPERTY_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSCALEPROPERTY_HXX #include "WrappedProperty.hxx" #include "Chart2ModelContact.hxx" @@ -81,7 +81,7 @@ private: //member } // namespace wrapper } // namespace chart -// CHART_WRAPPED_SCALE_PROPERTY_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSCALEPROPERTY_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.hxx b/chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.hxx index eced30ed10af..11260f397300 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_WRAPPED_SCALETEXT_PROPERTIES_HXX -#define CHART_WRAPPED_SCALETEXT_PROPERTIES_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSCALETEXTPROPERTIES_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSCALETEXTPROPERTIES_HXX #include "WrappedProperty.hxx" #include "Chart2ModelContact.hxx" diff --git a/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx index b35089567405..88108d4596f9 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_WRAPPED_SCENE_PROPERTY_HXX -#define CHART_WRAPPED_SCENE_PROPERTY_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSCENEPROPERTY_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSCENEPROPERTY_HXX #include "WrappedProperty.hxx" #include "Chart2ModelContact.hxx" @@ -60,7 +60,7 @@ private: } //namespace wrapper } //namespace chart -// CHART_WRAPPED_SCENE_PROPERTY_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSCENEPROPERTY_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/chartapiwrapper/WrappedSeriesAreaOrLineProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedSeriesAreaOrLineProperty.hxx index 726a8e33cdc9..1cf6b28fd2e2 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedSeriesAreaOrLineProperty.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedSeriesAreaOrLineProperty.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_WRAPPED_SERIES_AREA_OR_LINE_PROPERTY_HXX -#define CHART_WRAPPED_SERIES_AREA_OR_LINE_PROPERTY_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSERIESAREAORLINEPROPERTY_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSERIESAREAORLINEPROPERTY_HXX #include "WrappedProperty.hxx" @@ -46,7 +46,7 @@ protected: } //namespace wrapper } //namespace chart -// CHART_WRAPPED_SERIES_AREA_OR_LINE_PROPERTY_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSERIESAREAORLINEPROPERTY_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx index 461ff72ac9c3..7e7fcba38eee 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_WRAPPED_SERIES_OR_DIAGRAM_PROPERTY_HXX -#define CHART_WRAPPED_SERIES_OR_DIAGRAM_PROPERTY_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSERIESORDIAGRAMPROPERTY_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSERIESORDIAGRAMPROPERTY_HXX #include "WrappedProperty.hxx" #include "Chart2ModelContact.hxx" @@ -175,7 +175,7 @@ protected: } //namespace wrapper } //namespace chart -// CHART_WRAPPED_SERIES_OR_DIAGRAM_PROPERTY_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSERIESORDIAGRAMPROPERTY_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.hxx b/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.hxx index 351fe53a19ea..3294c78f5725 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_WRAPPED_SPLINE_PROPERTIES_HXX -#define CHART_WRAPPED_SPLINE_PROPERTIES_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSPLINEPROPERTIES_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSPLINEPROPERTIES_HXX #include "WrappedProperty.hxx" #include "Chart2ModelContact.hxx" @@ -41,7 +41,7 @@ public: } //namespace wrapper } //namespace chart -// CHART_WRAPPED_SPLINE_PROPERTIES_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSPLINEPROPERTIES_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.hxx b/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.hxx index d191121eda07..121e7aa05de1 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_WRAPPED_STATISTIC_PROPERTIES_HXX -#define CHART_WRAPPED_STATISTIC_PROPERTIES_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSTATISTICPROPERTIES_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSTATISTICPROPERTIES_HXX #include "WrappedProperty.hxx" #include "Chart2ModelContact.hxx" @@ -43,7 +43,7 @@ public: } //namespace wrapper } //namespace chart -// CHART_WRAPPED_STATISTIC_PROPERTIES_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSTATISTICPROPERTIES_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/chartapiwrapper/WrappedStockProperties.hxx b/chart2/source/controller/chartapiwrapper/WrappedStockProperties.hxx index cc44339e6a7d..d7c2e7d5c2a2 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedStockProperties.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedStockProperties.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_WRAPPED_STOCK_PROPERTIES_HXX -#define CHART_WRAPPED_STOCK_PROPERTIES_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSTOCKPROPERTIES_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSTOCKPROPERTIES_HXX #include "WrappedProperty.hxx" #include "Chart2ModelContact.hxx" @@ -41,7 +41,7 @@ public: } //namespace wrapper } //namespace chart -// CHART_WRAPPED_STOCK_PROPERTIES_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSTOCKPROPERTIES_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx b/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx index db4b86463470..ab21038601da 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_WRAPPED_SYMBOL_PROPERTIES_HXX -#define CHART_WRAPPED_SYMBOL_PROPERTIES_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSYMBOLPROPERTIES_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSYMBOLPROPERTIES_HXX #include "WrappedProperty.hxx" #include "Chart2ModelContact.hxx" @@ -43,7 +43,7 @@ public: } //namespace wrapper } //namespace chart -// CHART_WRAPPED_SYMBOL_PROPERTIES_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDSYMBOLPROPERTIES_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.hxx index 6cb2aa9e389c..842b41403138 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_WRAPPED_TEXTROTATION_PROPERTY_HXX -#define CHART_WRAPPED_TEXTROTATION_PROPERTY_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDTEXTROTATIONPROPERTY_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDTEXTROTATIONPROPERTY_HXX #include "WrappedProperty.hxx" @@ -42,7 +42,7 @@ protected: } //namespace chart -// CHART_WRAPPED_TEXTROTATION_PROPERTY_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDTEXTROTATIONPROPERTY_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/dialogs/ChangingResource.hxx b/chart2/source/controller/dialogs/ChangingResource.hxx index d64c1705dc63..c823979616b1 100644 --- a/chart2/source/controller/dialogs/ChangingResource.hxx +++ b/chart2/source/controller/dialogs/ChangingResource.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_CHANGINGRESOURCE_HXX -#define _CHART2_CHANGINGRESOURCE_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_CHANGINGRESOURCE_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_CHANGINGRESOURCE_HXX namespace chart { diff --git a/chart2/source/controller/dialogs/ChartTypeDialogController.hxx b/chart2/source/controller/dialogs/ChartTypeDialogController.hxx index bcb70b299382..e3bde0a256ca 100644 --- a/chart2/source/controller/dialogs/ChartTypeDialogController.hxx +++ b/chart2/source/controller/dialogs/ChartTypeDialogController.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_CHARTTYPE_DIALOG_CONTROLLER_HXX -#define _CHART2_CHARTTYPE_DIALOG_CONTROLLER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_CHARTTYPEDIALOGCONTROLLER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_CHARTTYPEDIALOGCONTROLLER_HXX #include "ChangingResource.hxx" #include "ThreeDHelper.hxx" diff --git a/chart2/source/controller/dialogs/ChartTypeTemplateProvider.hxx b/chart2/source/controller/dialogs/ChartTypeTemplateProvider.hxx index 15b2312a743e..4c5523337e46 100644 --- a/chart2/source/controller/dialogs/ChartTypeTemplateProvider.hxx +++ b/chart2/source/controller/dialogs/ChartTypeTemplateProvider.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_DIALOGS_TEMPLATEPROVIDER_HXX -#define _CHART2_DIALOGS_TEMPLATEPROVIDER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_CHARTTYPETEMPLATEPROVIDER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_CHARTTYPETEMPLATEPROVIDER_HXX #include <com/sun/star/chart2/XChartTypeTemplate.hpp> diff --git a/chart2/source/controller/dialogs/DataBrowser.hxx b/chart2/source/controller/dialogs/DataBrowser.hxx index ee3b0a0a4b46..92169d38db1a 100644 --- a/chart2/source/controller/dialogs/DataBrowser.hxx +++ b/chart2/source/controller/dialogs/DataBrowser.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_DATA_BROWSER_HXX -#define CHART_DATA_BROWSER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_DATABROWSER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_DATABROWSER_HXX #include <svtools/editbrowsebox.hxx> #include <vcl/outdev.hxx> @@ -194,6 +194,6 @@ private: } // namespace chart -#endif // CHART_DATA_BROWSER_HXX +#endif // INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_DATABROWSER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/dialogs/DataBrowserModel.hxx b/chart2/source/controller/dialogs/DataBrowserModel.hxx index 51086e2bc883..0b7bfb0a64eb 100644 --- a/chart2/source/controller/dialogs/DataBrowserModel.hxx +++ b/chart2/source/controller/dialogs/DataBrowserModel.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_DATABROWSERMODEL_HXX -#define CHART2_DATABROWSERMODEL_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_DATABROWSERMODEL_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_DATABROWSERMODEL_HXX #include <com/sun/star/chart2/XChartDocument.hpp> #include <com/sun/star/uno/XComponentContext.hpp> @@ -170,7 +170,7 @@ private: } // namespace chart -// CHART2_DATABROWSERMODEL_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_DATABROWSERMODEL_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/dialogs/DialogModel.hxx b/chart2/source/controller/dialogs/DialogModel.hxx index cc0b5aeb29d7..ee236cf5cb69 100644 --- a/chart2/source/controller/dialogs/DialogModel.hxx +++ b/chart2/source/controller/dialogs/DialogModel.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_DIALOGMODEL_HXX -#define CHART2_DIALOGMODEL_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_DIALOGMODEL_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_DIALOGMODEL_HXX #include "TimerTriggeredControllerLock.hxx" #include <com/sun/star/chart2/XChartDocument.hpp> @@ -181,7 +181,7 @@ private: } // namespace chart -// CHART2_DIALOGMODEL_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_DIALOGMODEL_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/dialogs/dlg_NumberFormat.hxx b/chart2/source/controller/dialogs/dlg_NumberFormat.hxx index c2e5778cc177..ed4a2c913dbb 100644 --- a/chart2/source/controller/dialogs/dlg_NumberFormat.hxx +++ b/chart2/source/controller/dialogs/dlg_NumberFormat.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_DLG_NUMBERFORMAT_HXX -#define CHART2_DLG_NUMBERFORMAT_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_DLG_NUMBERFORMAT_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_DLG_NUMBERFORMAT_HXX #include <sfx2/basedlgs.hxx> diff --git a/chart2/source/controller/dialogs/res_BarGeometry.hxx b/chart2/source/controller/dialogs/res_BarGeometry.hxx index 925d4e35f5f3..6eddd8b7576a 100644 --- a/chart2/source/controller/dialogs/res_BarGeometry.hxx +++ b/chart2/source/controller/dialogs/res_BarGeometry.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_RES_BARGEOMETRY_HXX -#define _CHART2_RES_BARGEOMETRY_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_RES_BARGEOMETRY_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_RES_BARGEOMETRY_HXX // header for class FixedText #include <vcl/fixed.hxx> diff --git a/chart2/source/controller/dialogs/res_DataLabel.hxx b/chart2/source/controller/dialogs/res_DataLabel.hxx index cf9e9211cc4b..515dc3d542b8 100644 --- a/chart2/source/controller/dialogs/res_DataLabel.hxx +++ b/chart2/source/controller/dialogs/res_DataLabel.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_RES_DATALABEL_HXX -#define CHART2_RES_DATALABEL_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_RES_DATALABEL_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_RES_DATALABEL_HXX #include "res_TextSeparator.hxx" // header for class CheckBox diff --git a/chart2/source/controller/dialogs/res_LegendPosition.hxx b/chart2/source/controller/dialogs/res_LegendPosition.hxx index f3bd42eb0d28..6d3e8d8839e7 100644 --- a/chart2/source/controller/dialogs/res_LegendPosition.hxx +++ b/chart2/source/controller/dialogs/res_LegendPosition.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_RES_LEGENPOSITION_HXX -#define _CHART2_RES_LEGENPOSITION_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_RES_LEGENDPOSITION_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_RES_LEGENDPOSITION_HXX // header for class CheckBox #include <vcl/button.hxx> diff --git a/chart2/source/controller/dialogs/res_TextSeparator.hxx b/chart2/source/controller/dialogs/res_TextSeparator.hxx index a7a1b4ec50f2..e063b3799794 100644 --- a/chart2/source/controller/dialogs/res_TextSeparator.hxx +++ b/chart2/source/controller/dialogs/res_TextSeparator.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_RES_TEXTSEPARATOR_HXX -#define CHART2_RES_TEXTSEPARATOR_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_RES_TEXTSEPARATOR_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_RES_TEXTSEPARATOR_HXX // header for class FixedText #include <vcl/fixed.hxx> diff --git a/chart2/source/controller/dialogs/res_Titles.hxx b/chart2/source/controller/dialogs/res_Titles.hxx index 7410ce85991f..1ecf781d35bb 100644 --- a/chart2/source/controller/dialogs/res_Titles.hxx +++ b/chart2/source/controller/dialogs/res_Titles.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_RES_TITLES_HXX -#define _CHART2_RES_TITLES_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_RES_TITLES_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_RES_TITLES_HXX #include "TitleDialogData.hxx" #include <vcl/edit.hxx> diff --git a/chart2/source/controller/dialogs/res_Trendline.hxx b/chart2/source/controller/dialogs/res_Trendline.hxx index 669b804bad2d..f23a5b84028e 100644 --- a/chart2/source/controller/dialogs/res_Trendline.hxx +++ b/chart2/source/controller/dialogs/res_Trendline.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_RES_TRENDLINE_HXX -#define CHART2_RES_TRENDLINE_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_RES_TRENDLINE_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_RES_TRENDLINE_HXX #include <vcl/window.hxx> #include <vcl/button.hxx> @@ -86,7 +86,7 @@ private: } // namespace chart -// CHART2_RES_TRENDLINE_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_RES_TRENDLINE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/dialogs/tp_3D_SceneAppearance.hxx b/chart2/source/controller/dialogs/tp_3D_SceneAppearance.hxx index 4707538b9d58..33e863e05a25 100644 --- a/chart2/source/controller/dialogs/tp_3D_SceneAppearance.hxx +++ b/chart2/source/controller/dialogs/tp_3D_SceneAppearance.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_TP_3D_SCENE_APPEARANCE_HXX -#define _CHART2_TP_3D_SCENE_APPEARANCE_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_3D_SCENEAPPEARANCE_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_3D_SCENEAPPEARANCE_HXX // header for class TabPage #include <vcl/tabpage.hxx> diff --git a/chart2/source/controller/dialogs/tp_3D_SceneGeometry.hxx b/chart2/source/controller/dialogs/tp_3D_SceneGeometry.hxx index c134a868ed0a..7f54e94d4083 100644 --- a/chart2/source/controller/dialogs/tp_3D_SceneGeometry.hxx +++ b/chart2/source/controller/dialogs/tp_3D_SceneGeometry.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_TP_3D_SCENE_GEOMETRY_HXX -#define _CHART2_TP_3D_SCENE_GEOMETRY_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_3D_SCENEGEOMETRY_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_3D_SCENEGEOMETRY_HXX #include <com/sun/star/beans/XPropertySet.hpp> #include <basegfx/matrix/b3dhommatrix.hxx> diff --git a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx index 6e5812d8f95f..e2980947eff6 100644 --- a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx +++ b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_TP_3D_SCENE_ILLUMIMATION_HXX -#define _CHART2_TP_3D_SCENE_ILLUMIMATION_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_3D_SCENEILLUMINATION_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_3D_SCENEILLUMINATION_HXX #include "ModifyListenerCallBack.hxx" #include "TimerTriggeredControllerLock.hxx" diff --git a/chart2/source/controller/dialogs/tp_AxisLabel.hxx b/chart2/source/controller/dialogs/tp_AxisLabel.hxx index b30fb7cf9d14..15f4542eb5f7 100644 --- a/chart2/source/controller/dialogs/tp_AxisLabel.hxx +++ b/chart2/source/controller/dialogs/tp_AxisLabel.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_TP_AXISLABEL_HXX -#define _CHART2_TP_AXISLABEL_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_AXISLABEL_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_AXISLABEL_HXX #include <sfx2/tabdlg.hxx> #include <vcl/button.hxx> diff --git a/chart2/source/controller/dialogs/tp_AxisPositions.hxx b/chart2/source/controller/dialogs/tp_AxisPositions.hxx index c95ab3a2e8aa..3543aadbb129 100644 --- a/chart2/source/controller/dialogs/tp_AxisPositions.hxx +++ b/chart2/source/controller/dialogs/tp_AxisPositions.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_TP_AXISPOSITIONS_HXX -#define _CHART2_TP_AXISPOSITIONS_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_AXISPOSITIONS_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_AXISPOSITIONS_HXX // header for SfxTabPage #include <sfx2/tabdlg.hxx> diff --git a/chart2/source/controller/dialogs/tp_ChartType.hxx b/chart2/source/controller/dialogs/tp_ChartType.hxx index 8bfae88f3dcf..47d9bef7b17d 100644 --- a/chart2/source/controller/dialogs/tp_ChartType.hxx +++ b/chart2/source/controller/dialogs/tp_ChartType.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_TP_CHARTTYPE_HXX -#define _CHART2_TP_CHARTTYPE_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_CHARTTYPE_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_CHARTTYPE_HXX #include <vector> diff --git a/chart2/source/controller/dialogs/tp_DataLabel.hxx b/chart2/source/controller/dialogs/tp_DataLabel.hxx index 7a902fac110c..36dbea0782a9 100644 --- a/chart2/source/controller/dialogs/tp_DataLabel.hxx +++ b/chart2/source/controller/dialogs/tp_DataLabel.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_TP_DATALABEL_HXX -#define _CHART2_TP_DATALABEL_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_DATALABEL_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_DATALABEL_HXX #include "res_DataLabel.hxx" #include <sfx2/tabdlg.hxx> diff --git a/chart2/source/controller/dialogs/tp_DataSource.hxx b/chart2/source/controller/dialogs/tp_DataSource.hxx index 2fcdecea30f9..bb74276ab064 100644 --- a/chart2/source/controller/dialogs/tp_DataSource.hxx +++ b/chart2/source/controller/dialogs/tp_DataSource.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_DATASOURCETABPAGE_HXX -#define CHART2_DATASOURCETABPAGE_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_DATASOURCE_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_DATASOURCE_HXX #include <svtools/wizardmachine.hxx> @@ -159,7 +159,7 @@ private: } // namespace chart -// CHART2_DATASOURCETABPAGE_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_DATASOURCE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/dialogs/tp_DataSourceControls.hxx b/chart2/source/controller/dialogs/tp_DataSourceControls.hxx index 95398d38faca..5bfbd9f8f0d0 100644 --- a/chart2/source/controller/dialogs/tp_DataSourceControls.hxx +++ b/chart2/source/controller/dialogs/tp_DataSourceControls.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_TP_DATASOURCECONTROLS_HXX -#define CHART2_TP_DATASOURCECONTROLS_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_DATASOURCECONTROLS_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_DATASOURCECONTROLS_HXX #include <com/sun/star/chart2/XChartType.hpp> #include <com/sun/star/chart2/XDataSeries.hpp> @@ -59,7 +59,7 @@ public: } // namespace chart -// CHART2_TP_DATASOURCECONTROLS_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_DATASOURCECONTROLS_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/dialogs/tp_ErrorBars.hxx b/chart2/source/controller/dialogs/tp_ErrorBars.hxx index 6821aa994387..81a0417d7eb1 100644 --- a/chart2/source/controller/dialogs/tp_ErrorBars.hxx +++ b/chart2/source/controller/dialogs/tp_ErrorBars.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_TP_ERRORBARS_HXX -#define _CHART2_TP_ERRORBARS_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_ERRORBARS_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_ERRORBARS_HXX #include "res_ErrorBar.hxx" diff --git a/chart2/source/controller/dialogs/tp_LegendPosition.hxx b/chart2/source/controller/dialogs/tp_LegendPosition.hxx index 1258880c4290..1d4447e8eb4a 100644 --- a/chart2/source/controller/dialogs/tp_LegendPosition.hxx +++ b/chart2/source/controller/dialogs/tp_LegendPosition.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_TP_LEGENDPOSITION_HXX -#define _CHART2_TP_LEGENDPOSITION_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_LEGENDPOSITION_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_LEGENDPOSITION_HXX // header for SfxTabPage #include <sfx2/tabdlg.hxx> diff --git a/chart2/source/controller/dialogs/tp_PointGeometry.hxx b/chart2/source/controller/dialogs/tp_PointGeometry.hxx index 3a066979b89a..b4b873a63011 100644 --- a/chart2/source/controller/dialogs/tp_PointGeometry.hxx +++ b/chart2/source/controller/dialogs/tp_PointGeometry.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_TP_POINTGEOMETRY_HXX -#define _CHART2_TP_POINTGEOMETRY_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_POINTGEOMETRY_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_POINTGEOMETRY_HXX // header for SfxTabPage #include <sfx2/tabdlg.hxx> diff --git a/chart2/source/controller/dialogs/tp_PolarOptions.hxx b/chart2/source/controller/dialogs/tp_PolarOptions.hxx index 50712b0d0540..174f79de148c 100644 --- a/chart2/source/controller/dialogs/tp_PolarOptions.hxx +++ b/chart2/source/controller/dialogs/tp_PolarOptions.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_TP_POLAROPTIONS_HXX -#define _CHART2_TP_POLAROPTIONS_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_POLAROPTIONS_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_POLAROPTIONS_HXX #include <sfx2/tabdlg.hxx> #include <vcl/fixed.hxx> diff --git a/chart2/source/controller/dialogs/tp_RangeChooser.hxx b/chart2/source/controller/dialogs/tp_RangeChooser.hxx index 3976bc7c561b..5d074fc78c38 100644 --- a/chart2/source/controller/dialogs/tp_RangeChooser.hxx +++ b/chart2/source/controller/dialogs/tp_RangeChooser.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_TP_RANGECHOOSER_HXX -#define _CHART2_TP_RANGECHOOSER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_RANGECHOOSER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_RANGECHOOSER_HXX #include "RangeSelectionListener.hxx" #include "RangeSelectionButton.hxx" diff --git a/chart2/source/controller/dialogs/tp_Scale.hxx b/chart2/source/controller/dialogs/tp_Scale.hxx index 55eb8faee113..002cc6ea1770 100644 --- a/chart2/source/controller/dialogs/tp_Scale.hxx +++ b/chart2/source/controller/dialogs/tp_Scale.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_TP_SCALES_HXX -#define _CHART2_TP_SCALES_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_SCALE_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_SCALE_HXX // header for SfxTabPage #include <sfx2/tabdlg.hxx> diff --git a/chart2/source/controller/dialogs/tp_SeriesToAxis.hxx b/chart2/source/controller/dialogs/tp_SeriesToAxis.hxx index fc9172ac4316..53524e488d34 100644 --- a/chart2/source/controller/dialogs/tp_SeriesToAxis.hxx +++ b/chart2/source/controller/dialogs/tp_SeriesToAxis.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_TP_SERIESTOAXIS_HXX -#define _CHART2_TP_SERIESTOAXIS_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_SERIESTOAXIS_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_SERIESTOAXIS_HXX // header for SfxTabPage #include <sfx2/tabdlg.hxx> diff --git a/chart2/source/controller/dialogs/tp_TitleRotation.hxx b/chart2/source/controller/dialogs/tp_TitleRotation.hxx index ebb955ba9b21..407c8320089a 100644 --- a/chart2/source/controller/dialogs/tp_TitleRotation.hxx +++ b/chart2/source/controller/dialogs/tp_TitleRotation.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_TP_TITLEROTATION_HXX -#define _CHART2_TP_TITLEROTATION_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_TITLEROTATION_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_TITLEROTATION_HXX // header for SfxTabPage #include <sfx2/tabdlg.hxx> diff --git a/chart2/source/controller/dialogs/tp_Trendline.hxx b/chart2/source/controller/dialogs/tp_Trendline.hxx index 40d6c64cbd0f..7c1ddf8f8b88 100644 --- a/chart2/source/controller/dialogs/tp_Trendline.hxx +++ b/chart2/source/controller/dialogs/tp_Trendline.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_TP_TRENDLINE_HXX -#define _CHART2_TP_TRENDLINE_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_TRENDLINE_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_TRENDLINE_HXX #include "res_Trendline.hxx" diff --git a/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx b/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx index d73aaff9eddd..5e509b7be53e 100644 --- a/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx +++ b/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_TP_WIZARD_TITLESANDOBJECTS_HXX -#define _CHART2_TP_WIZARD_TITLESANDOBJECTS_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_WIZARD_TITLESANDOBJECTS_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_WIZARD_TITLESANDOBJECTS_HXX #include "TimerTriggeredControllerLock.hxx" diff --git a/chart2/source/controller/inc/AccessibleBase.hxx b/chart2/source/controller/inc/AccessibleBase.hxx index 8e7885f4b211..3c021d2b461f 100644 --- a/chart2/source/controller/inc/AccessibleBase.hxx +++ b/chart2/source/controller/inc/AccessibleBase.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_ACCESSIBLEBASE_HXX_ -#define _CHART2_ACCESSIBLEBASE_HXX_ +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_ACCESSIBLEBASE_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_ACCESSIBLEBASE_HXX #include "ObjectIdentifier.hxx" diff --git a/chart2/source/controller/inc/AccessibleChartView.hxx b/chart2/source/controller/inc/AccessibleChartView.hxx index 35ec327c0789..f3938c790fb8 100644 --- a/chart2/source/controller/inc/AccessibleChartView.hxx +++ b/chart2/source/controller/inc/AccessibleChartView.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_ACCESSIBLE_CHART_VIEW_HXX -#define _CHART2_ACCESSIBLE_CHART_VIEW_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_ACCESSIBLECHARTVIEW_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_ACCESSIBLECHARTVIEW_HXX #include "AccessibleBase.hxx" #include "MutexContainer.hxx" diff --git a/chart2/source/controller/inc/AccessibleTextHelper.hxx b/chart2/source/controller/inc/AccessibleTextHelper.hxx index 008ac83da0b0..474530e367c2 100644 --- a/chart2/source/controller/inc/AccessibleTextHelper.hxx +++ b/chart2/source/controller/inc/AccessibleTextHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_ACCESSIBLETEXTHELPER_HXX -#define CHART2_ACCESSIBLETEXTHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_ACCESSIBLETEXTHELPER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_ACCESSIBLETEXTHELPER_HXX #include "MutexContainer.hxx" #include <cppuhelper/compbase2.hxx> @@ -101,7 +101,7 @@ private: } // namespace chart -// CHART2_ACCESSIBLETEXTHELPER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_INC_ACCESSIBLETEXTHELPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/inc/AxisItemConverter.hxx b/chart2/source/controller/inc/AxisItemConverter.hxx index 43f8102f58ab..13eddab1a55e 100644 --- a/chart2/source/controller/inc/AxisItemConverter.hxx +++ b/chart2/source/controller/inc/AxisItemConverter.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_AXISITEMCONVERTER_HXX -#define CHART_AXISITEMCONVERTER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_AXISITEMCONVERTER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_AXISITEMCONVERTER_HXX #include <chartview/ExplicitScaleValues.hxx> #include <com/sun/star/chart2/XAxis.hpp> @@ -81,7 +81,7 @@ private: } // namespace wrapper } // namespace chart -// CHART_AXISITEMCONVERTER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_INC_AXISITEMCONVERTER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/inc/CharacterPropertyItemConverter.hxx b/chart2/source/controller/inc/CharacterPropertyItemConverter.hxx index 6acda96287ab..6d015286f2f7 100644 --- a/chart2/source/controller/inc/CharacterPropertyItemConverter.hxx +++ b/chart2/source/controller/inc/CharacterPropertyItemConverter.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_CHARACTERPROPERTYITEMCONVERTER_HXX -#define CHART_CHARACTERPROPERTYITEMCONVERTER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_CHARACTERPROPERTYITEMCONVERTER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_CHARACTERPROPERTYITEMCONVERTER_HXX #include "ItemConverter.hxx" #include <com/sun/star/uno/Any.hxx> @@ -76,7 +76,7 @@ private: } // namespace wrapper } // namespace chart -// CHART_CHARACTERPROPERTYITEMCONVERTER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_INC_CHARACTERPROPERTYITEMCONVERTER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/inc/ChartDocumentWrapper.hxx b/chart2/source/controller/inc/ChartDocumentWrapper.hxx index fd9f75ca706c..3dfac058dabe 100644 --- a/chart2/source/controller/inc/ChartDocumentWrapper.hxx +++ b/chart2/source/controller/inc/ChartDocumentWrapper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_CHARTDOCUMENTWRAPPER_HXX -#define CHART_CHARTDOCUMENTWRAPPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_CHARTDOCUMENTWRAPPER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_CHARTDOCUMENTWRAPPER_HXX #include "WrappedPropertySet.hxx" #include "ServiceMacros.hxx" diff --git a/chart2/source/controller/inc/ConfigurationAccess.hxx b/chart2/source/controller/inc/ConfigurationAccess.hxx index 62376ea7e8ff..679e7fcd4eba 100644 --- a/chart2/source/controller/inc/ConfigurationAccess.hxx +++ b/chart2/source/controller/inc/ConfigurationAccess.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_CONFIGURATIONACCESS_HXX -#define _CHART2_CONFIGURATIONACCESS_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_CONFIGURATIONACCESS_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_CONFIGURATIONACCESS_HXX // header for enum FieldUnit #include <tools/fldunit.hxx> diff --git a/chart2/source/controller/inc/DataPointItemConverter.hxx b/chart2/source/controller/inc/DataPointItemConverter.hxx index d1e536acd37b..5cbb3924e349 100644 --- a/chart2/source/controller/inc/DataPointItemConverter.hxx +++ b/chart2/source/controller/inc/DataPointItemConverter.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_DATAPOINTITEMCONVERTER_HXX -#define CHART_DATAPOINTITEMCONVERTER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DATAPOINTITEMCONVERTER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DATAPOINTITEMCONVERTER_HXX #include "ItemConverter.hxx" #include "GraphicPropertyItemConverter.hxx" @@ -96,7 +96,7 @@ private: } // namespace wrapper } // namespace chart -// CHART_DATAPOINTITEMCONVERTER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DATAPOINTITEMCONVERTER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/inc/DrawViewWrapper.hxx b/chart2/source/controller/inc/DrawViewWrapper.hxx index 9f1208a39344..3ee9ad5e633a 100644 --- a/chart2/source/controller/inc/DrawViewWrapper.hxx +++ b/chart2/source/controller/inc/DrawViewWrapper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_DRAW_VIEW_WRAPPER_HXX -#define _CHART2_DRAW_VIEW_WRAPPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DRAWVIEWWRAPPER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DRAWVIEWWRAPPER_HXX #include <svx/view3d.hxx> #include <com/sun/star/drawing/XShape.hpp> diff --git a/chart2/source/controller/inc/ErrorBarItemConverter.hxx b/chart2/source/controller/inc/ErrorBarItemConverter.hxx index ee5b09c39749..b51674d393be 100644 --- a/chart2/source/controller/inc/ErrorBarItemConverter.hxx +++ b/chart2/source/controller/inc/ErrorBarItemConverter.hxx @@ -16,8 +16,9 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_STATISTICSITEMCONVERTER_HXX -#define CHART_STATISTICSITEMCONVERTER_HXX + +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_ERRORBARITEMCONVERTER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_ERRORBARITEMCONVERTER_HXX #include "ItemConverter.hxx" #include "GraphicPropertyItemConverter.hxx" @@ -72,7 +73,6 @@ private: } // namespace wrapper } // namespace chart -// CHART_STATISTICSITEMCONVERTER_HXX -#endif +#endif // INCLUDED_CHART2_SOURCE_CONTROLLER_INC_ERRORBARITEMCONVERTER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/inc/GraphicPropertyItemConverter.hxx b/chart2/source/controller/inc/GraphicPropertyItemConverter.hxx index 5ffcb52c79b0..88afda7cf054 100644 --- a/chart2/source/controller/inc/GraphicPropertyItemConverter.hxx +++ b/chart2/source/controller/inc/GraphicPropertyItemConverter.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_GRAPHICPROPERTYITEMCONVERTER_HXX -#define CHART_GRAPHICPROPERTYITEMCONVERTER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_GRAPHICPROPERTYITEMCONVERTER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_GRAPHICPROPERTYITEMCONVERTER_HXX #include "ItemConverter.hxx" #include <com/sun/star/uno/Any.hxx> @@ -73,7 +73,7 @@ private: } // namespace wrapper } // namespace chart -// CHART_GRAPHICPROPERTYITEMCONVERTER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_INC_GRAPHICPROPERTYITEMCONVERTER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/inc/ItemConverter.hxx b/chart2/source/controller/inc/ItemConverter.hxx index 9231ad56ccf6..b62d511f37de 100644 --- a/chart2/source/controller/inc/ItemConverter.hxx +++ b/chart2/source/controller/inc/ItemConverter.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_ITEMCONVERTER_HXX -#define CHART_ITEMCONVERTER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_ITEMCONVERTER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_ITEMCONVERTER_HXX #include <unotools/eventlisteneradapter.hxx> #include <svl/itempool.hxx> @@ -199,7 +199,7 @@ private: } // namespace comphelper -// CHART_ITEMCONVERTER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_INC_ITEMCONVERTER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/inc/ItemPropertyMap.hxx b/chart2/source/controller/inc/ItemPropertyMap.hxx index cab8ee697c5f..52af06ca07e2 100644 --- a/chart2/source/controller/inc/ItemPropertyMap.hxx +++ b/chart2/source/controller/inc/ItemPropertyMap.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_ITEMPROPERTYMAP_HXX -#define CHART_ITEMPROPERTYMAP_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_ITEMPROPERTYMAP_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_ITEMPROPERTYMAP_HXX #include <comphelper/InlineContainer.hxx> #include "ItemConverter.hxx" @@ -76,7 +76,7 @@ struct DeleteItemConverterPtr : public ::std::unary_function< ItemConverter *, v } // namespace comphelper -// CHART_ITEMPROPERTYMAP_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_INC_ITEMPROPERTYMAP_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/inc/LegendItemConverter.hxx b/chart2/source/controller/inc/LegendItemConverter.hxx index 8c21aba9e596..c6ef674efe58 100644 --- a/chart2/source/controller/inc/LegendItemConverter.hxx +++ b/chart2/source/controller/inc/LegendItemConverter.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_LEGENDITEMCONVERTER_HXX -#define CHART_LEGENDITEMCONVERTER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_LEGENDITEMCONVERTER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_LEGENDITEMCONVERTER_HXX #include "ItemConverter.hxx" #include <com/sun/star/awt/Size.hpp> @@ -69,7 +69,7 @@ private: } // namespace wrapper } // namespace chart -// CHART_LEGENDITEMCONVERTER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_INC_LEGENDITEMCONVERTER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/inc/MultipleChartConverters.hxx b/chart2/source/controller/inc/MultipleChartConverters.hxx index c0056d08e86d..10a4360c1c23 100644 --- a/chart2/source/controller/inc/MultipleChartConverters.hxx +++ b/chart2/source/controller/inc/MultipleChartConverters.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_MULTIPLECHARTCONVERTERS_HXX -#define CHART2_MULTIPLECHARTCONVERTERS_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_MULTIPLECHARTCONVERTERS_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_MULTIPLECHARTCONVERTERS_HXX #include "MultipleItemConverter.hxx" #include <com/sun/star/awt/Size.hpp> @@ -124,7 +124,7 @@ protected: } // namespace wrapper } // namespace chart -// CHART2_MULTIPLECHARTCONVERTERS_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_INC_MULTIPLECHARTCONVERTERS_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/inc/MultipleItemConverter.hxx b/chart2/source/controller/inc/MultipleItemConverter.hxx index 49b05439ac1b..8abeb8464aff 100644 --- a/chart2/source/controller/inc/MultipleItemConverter.hxx +++ b/chart2/source/controller/inc/MultipleItemConverter.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_ALLAXISITEMCONVERTER_HXX -#define CHART_ALLAXISITEMCONVERTER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_MULTIPLEITEMCONVERTER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_MULTIPLEITEMCONVERTER_HXX #include <com/sun/star/frame/XModel.hpp> diff --git a/chart2/source/controller/inc/ObjectHierarchy.hxx b/chart2/source/controller/inc/ObjectHierarchy.hxx index 95591c8547f1..843af97d19d2 100644 --- a/chart2/source/controller/inc/ObjectHierarchy.hxx +++ b/chart2/source/controller/inc/ObjectHierarchy.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_OBJECTHIERARCHY_HXX -#define CHART2_OBJECTHIERARCHY_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_OBJECTHIERARCHY_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_OBJECTHIERARCHY_HXX #include "ObjectIdentifier.hxx" @@ -108,7 +108,7 @@ private: } // namespace chart -// CHART2_OBJECTHIERARCHY_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_INC_OBJECTHIERARCHY_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/inc/ObjectNameProvider.hxx b/chart2/source/controller/inc/ObjectNameProvider.hxx index c046c8f1dae6..004eefb1a7c6 100644 --- a/chart2/source/controller/inc/ObjectNameProvider.hxx +++ b/chart2/source/controller/inc/ObjectNameProvider.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_OBJECTNAME_PROVIDER_HXX -#define _CHART2_OBJECTNAME_PROVIDER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_OBJECTNAMEPROVIDER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_OBJECTNAMEPROVIDER_HXX #include "ObjectIdentifier.hxx" #include "TitleHelper.hxx" diff --git a/chart2/source/controller/inc/PositionAndSizeHelper.hxx b/chart2/source/controller/inc/PositionAndSizeHelper.hxx index aadaba6c8ec0..fb46df3f5350 100644 --- a/chart2/source/controller/inc/PositionAndSizeHelper.hxx +++ b/chart2/source/controller/inc/PositionAndSizeHelper.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_POSITIONANDSIZEHELPER_HXX -#define _CHART2_POSITIONANDSIZEHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_POSITIONANDSIZEHELPER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_POSITIONANDSIZEHELPER_HXX #include "ObjectIdentifier.hxx" #include <com/sun/star/frame/XModel.hpp> diff --git a/chart2/source/controller/inc/RangeEdit.hxx b/chart2/source/controller/inc/RangeEdit.hxx index b3aa5c87613c..e6fb992f83b3 100644 --- a/chart2/source/controller/inc/RangeEdit.hxx +++ b/chart2/source/controller/inc/RangeEdit.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2RANGEEDIT_HXX -#define CHART2RANGEEDIT_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_RANGEEDIT_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_RANGEEDIT_HXX #include <vcl/edit.hxx> #include <vcl/accel.hxx> diff --git a/chart2/source/controller/inc/RangeSelectionButton.hxx b/chart2/source/controller/inc/RangeSelectionButton.hxx index 21e32bb64312..b2fe9ac5bd40 100644 --- a/chart2/source/controller/inc/RangeSelectionButton.hxx +++ b/chart2/source/controller/inc/RangeSelectionButton.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_RANGESELECTIONBUTTON_HXX -#define _CHART2_RANGESELECTIONBUTTON_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_RANGESELECTIONBUTTON_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_RANGESELECTIONBUTTON_HXX // header for Class ImageButton #include <vcl/button.hxx> diff --git a/chart2/source/controller/inc/RangeSelectionHelper.hxx b/chart2/source/controller/inc/RangeSelectionHelper.hxx index 3d1456703823..7d229e3c688b 100644 --- a/chart2/source/controller/inc/RangeSelectionHelper.hxx +++ b/chart2/source/controller/inc/RangeSelectionHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_RANGESELECTIONHELPER_HXX -#define CHART2_RANGESELECTIONHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_RANGESELECTIONHELPER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_RANGESELECTIONHELPER_HXX #include <com/sun/star/chart2/XChartDocument.hpp> #include <com/sun/star/beans/PropertyValue.hpp> @@ -75,7 +75,7 @@ private: } // namespace chart -// CHART2_RANGESELECTIONHELPER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_INC_RANGESELECTIONHELPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/inc/RangeSelectionListener.hxx b/chart2/source/controller/inc/RangeSelectionListener.hxx index 92ab5e02cc5d..cfb1bc3676a7 100644 --- a/chart2/source/controller/inc/RangeSelectionListener.hxx +++ b/chart2/source/controller/inc/RangeSelectionListener.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_RANGESELECTIONLISTENER_HXX -#define CHART2_RANGESELECTIONLISTENER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_RANGESELECTIONLISTENER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_RANGESELECTIONLISTENER_HXX #include "ControllerLockGuard.hxx" #include <cppuhelper/implbase1.hxx> @@ -68,7 +68,7 @@ private: } // namespace chart -// CHART2_RANGESELECTIONLISTENER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_INC_RANGESELECTIONLISTENER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/inc/RegressionCurveItemConverter.hxx b/chart2/source/controller/inc/RegressionCurveItemConverter.hxx index 0b704d8a40e1..9493307f6e2f 100644 --- a/chart2/source/controller/inc/RegressionCurveItemConverter.hxx +++ b/chart2/source/controller/inc/RegressionCurveItemConverter.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_REGRESSIONCURVE_ITEMCONVERTER_HXX -#define CHART_REGRESSIONCURVE_ITEMCONVERTER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_REGRESSIONCURVEITEMCONVERTER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_REGRESSIONCURVEITEMCONVERTER_HXX #include "ItemConverter.hxx" @@ -70,7 +70,7 @@ private: } // namespace wrapper } // namespace chart -// CHART_REGRESSIONCURVE_ITEMCONVERTER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_INC_REGRESSIONCURVEITEMCONVERTER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/inc/RegressionEquationItemConverter.hxx b/chart2/source/controller/inc/RegressionEquationItemConverter.hxx index 35004d2bccc0..d7c20c2d1142 100644 --- a/chart2/source/controller/inc/RegressionEquationItemConverter.hxx +++ b/chart2/source/controller/inc/RegressionEquationItemConverter.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_REGRESSIONEQUATION_ITEMCONVERTER_HXX -#define CHART_REGRESSIONEQUATION_ITEMCONVERTER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_REGRESSIONEQUATIONITEMCONVERTER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_REGRESSIONEQUATIONITEMCONVERTER_HXX #include "ItemConverter.hxx" #include "GraphicPropertyItemConverter.hxx" @@ -73,7 +73,7 @@ private: } // namespace wrapper } // namespace chart -// CHART_REGRESSIONEQUATION_ITEMCONVERTER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_INC_REGRESSIONEQUATIONITEMCONVERTER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/inc/SeriesOptionsItemConverter.hxx b/chart2/source/controller/inc/SeriesOptionsItemConverter.hxx index d10e6fea6735..20d852bcb67f 100644 --- a/chart2/source/controller/inc/SeriesOptionsItemConverter.hxx +++ b/chart2/source/controller/inc/SeriesOptionsItemConverter.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_SERIESOPTIONSITEMCONVERTER_HXX -#define CHART_SERIESOPTIONSITEMCONVERTER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_SERIESOPTIONSITEMCONVERTER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_SERIESOPTIONSITEMCONVERTER_HXX #include "ItemConverter.hxx" @@ -89,7 +89,7 @@ private: } // namespace wrapper } // namespace chart -// CHART_SERIESOPTIONSITEMCONVERTER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_INC_SERIESOPTIONSITEMCONVERTER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/inc/StatisticsItemConverter.hxx b/chart2/source/controller/inc/StatisticsItemConverter.hxx index 62bf886aa2de..4af88285a89b 100644 --- a/chart2/source/controller/inc/StatisticsItemConverter.hxx +++ b/chart2/source/controller/inc/StatisticsItemConverter.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_STATISTICSITEMCONVERTER_HXX -#define CHART_STATISTICSITEMCONVERTER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_STATISTICSITEMCONVERTER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_STATISTICSITEMCONVERTER_HXX #include <com/sun/star/frame/XModel.hpp> @@ -61,7 +61,7 @@ private: } // namespace wrapper } // namespace chart -// CHART_STATISTICSITEMCONVERTER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_INC_STATISTICSITEMCONVERTER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/inc/TabPageNotifiable.hxx b/chart2/source/controller/inc/TabPageNotifiable.hxx index b28468d3cc17..ea067f667531 100644 --- a/chart2/source/controller/inc/TabPageNotifiable.hxx +++ b/chart2/source/controller/inc/TabPageNotifiable.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_TABPAGENOTIFIABLE_HXX -#define CHART2_TABPAGENOTIFIABLE_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_TABPAGENOTIFIABLE_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_TABPAGENOTIFIABLE_HXX #include <vcl/tabpage.hxx> #include <tools/color.hxx> @@ -42,7 +42,7 @@ protected: } // namespace chart -// CHART2_TABPAGENOTIFIABLE_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_INC_TABPAGENOTIFIABLE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/inc/TextDirectionListBox.hxx b/chart2/source/controller/inc/TextDirectionListBox.hxx index eddb04badfab..80a4aaefd7d7 100644 --- a/chart2/source/controller/inc/TextDirectionListBox.hxx +++ b/chart2/source/controller/inc/TextDirectionListBox.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_TEXTDIRECTIONLISTBOX_HXX -#define CHART2_TEXTDIRECTIONLISTBOX_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_TEXTDIRECTIONLISTBOX_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_TEXTDIRECTIONLISTBOX_HXX #include <svx/frmdirlbox.hxx> diff --git a/chart2/source/controller/inc/TimerTriggeredControllerLock.hxx b/chart2/source/controller/inc/TimerTriggeredControllerLock.hxx index 7387bc43a0da..49703581f675 100644 --- a/chart2/source/controller/inc/TimerTriggeredControllerLock.hxx +++ b/chart2/source/controller/inc/TimerTriggeredControllerLock.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_TIMERTRIGGEREDCONTROLLERLOCK_HXX -#define _CHART2_TIMERTRIGGEREDCONTROLLERLOCK_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_TIMERTRIGGEREDCONTROLLERLOCK_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_TIMERTRIGGEREDCONTROLLERLOCK_HXX #include "ControllerLockGuard.hxx" #include <vcl/timer.hxx> diff --git a/chart2/source/controller/inc/TitleDialogData.hxx b/chart2/source/controller/inc/TitleDialogData.hxx index 4fb158c63332..3bc66dd6e72c 100644 --- a/chart2/source/controller/inc/TitleDialogData.hxx +++ b/chart2/source/controller/inc/TitleDialogData.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_TITLEDIALOGDATA_HXX -#define _CHART2_TITLEDIALOGDATA_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_TITLEDIALOGDATA_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_TITLEDIALOGDATA_HXX #include "ReferenceSizeProvider.hxx" #include <com/sun/star/frame/XModel.hpp> diff --git a/chart2/source/controller/inc/TitleItemConverter.hxx b/chart2/source/controller/inc/TitleItemConverter.hxx index ee0741c91b62..15b9f313183c 100644 --- a/chart2/source/controller/inc/TitleItemConverter.hxx +++ b/chart2/source/controller/inc/TitleItemConverter.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_TITLEITEMCONVERTER_HXX -#define CHART_TITLEITEMCONVERTER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_TITLEITEMCONVERTER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_TITLEITEMCONVERTER_HXX #include "ItemConverter.hxx" #include <com/sun/star/awt/Size.hpp> @@ -70,7 +70,7 @@ private: } // namespace wrapper } // namespace chart -// CHART_TITLEITEMCONVERTER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_INC_TITLEITEMCONVERTER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/inc/ViewElementListProvider.hxx b/chart2/source/controller/inc/ViewElementListProvider.hxx index bde0e85d7ae0..c1b9bdd93502 100644 --- a/chart2/source/controller/inc/ViewElementListProvider.hxx +++ b/chart2/source/controller/inc/ViewElementListProvider.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_VIEWELEMENTLISTPROVIDER_HXX -#define _CHART2_VIEWELEMENTLISTPROVIDER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_VIEWELEMENTLISTPROVIDER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_VIEWELEMENTLISTPROVIDER_HXX #include <svx/xtable.hxx> #include <svx/svdpage.hxx> diff --git a/chart2/source/controller/inc/dlg_ChartType.hxx b/chart2/source/controller/inc/dlg_ChartType.hxx index 6367071b3b4f..8e952b3eaa87 100644 --- a/chart2/source/controller/inc/dlg_ChartType.hxx +++ b/chart2/source/controller/inc/dlg_ChartType.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_DLG_CHARTTYPE_HXX -#define _CHART2_DLG_CHARTTYPE_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_CHARTTYPE_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_CHARTTYPE_HXX // header for class ModalDialog #include <vcl/dialog.hxx> diff --git a/chart2/source/controller/inc/dlg_ChartType_UNO.hxx b/chart2/source/controller/inc/dlg_ChartType_UNO.hxx index eaebd39c9483..a7d02af8c7bf 100644 --- a/chart2/source/controller/inc/dlg_ChartType_UNO.hxx +++ b/chart2/source/controller/inc/dlg_ChartType_UNO.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_CREATION_TYPE_UNO_HXX -#define _CHART2_CREATION_TYPE_UNO_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_CHARTTYPE_UNO_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_CHARTTYPE_UNO_HXX #include "ServiceMacros.hxx" #include <com/sun/star/awt/XWindow.hpp> diff --git a/chart2/source/controller/inc/dlg_CreationWizard.hxx b/chart2/source/controller/inc/dlg_CreationWizard.hxx index d5d1b9dee23e..2f762fd46cc5 100644 --- a/chart2/source/controller/inc/dlg_CreationWizard.hxx +++ b/chart2/source/controller/inc/dlg_CreationWizard.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_CREATION_WIZARD_HXX -#define _CHART2_CREATION_WIZARD_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_CREATIONWIZARD_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_CREATIONWIZARD_HXX #include "ServiceMacros.hxx" #include "TimerTriggeredControllerLock.hxx" diff --git a/chart2/source/controller/inc/dlg_CreationWizard_UNO.hxx b/chart2/source/controller/inc/dlg_CreationWizard_UNO.hxx index 93aead4a4be5..1e9d019939a0 100644 --- a/chart2/source/controller/inc/dlg_CreationWizard_UNO.hxx +++ b/chart2/source/controller/inc/dlg_CreationWizard_UNO.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_CREATION_WIZARD_UNO_HXX -#define _CHART2_CREATION_WIZARD_UNO_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_CREATIONWIZARD_UNO_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_CREATIONWIZARD_UNO_HXX #include "ServiceMacros.hxx" #include "MutexContainer.hxx" diff --git a/chart2/source/controller/inc/dlg_DataEditor.hxx b/chart2/source/controller/inc/dlg_DataEditor.hxx index 7af3b3dd7627..5c19cec4a3f3 100644 --- a/chart2/source/controller/inc/dlg_DataEditor.hxx +++ b/chart2/source/controller/inc/dlg_DataEditor.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SCH_DGRDATA_HXX -#define _SCH_DGRDATA_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_DATAEDITOR_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_DATAEDITOR_HXX #include <svl/lstner.hxx> #include <svtools/stdctrl.hxx> @@ -109,6 +109,6 @@ private: } // namespace chart -#endif // _SCH_DGRDATA_HXX +#endif // INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_DATAEDITOR_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/inc/dlg_DataSource.hxx b/chart2/source/controller/inc/dlg_DataSource.hxx index 8c6e3ef2a0ea..d41f002c7872 100644 --- a/chart2/source/controller/inc/dlg_DataSource.hxx +++ b/chart2/source/controller/inc/dlg_DataSource.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_DATASOURCEDIALOG_HXX -#define CHART2_DATASOURCEDIALOG_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_DATASOURCE_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_DATASOURCE_HXX // header for class TabDialog #include <vcl/tabdlg.hxx> @@ -86,7 +86,7 @@ private: } // namespace chart -// CHART2_DATASOURCEDIALOG_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_DATASOURCE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/inc/dlg_InsertAxis_Grid.hxx b/chart2/source/controller/inc/dlg_InsertAxis_Grid.hxx index bba11b1ca2e6..30ae588ffac7 100644 --- a/chart2/source/controller/inc/dlg_InsertAxis_Grid.hxx +++ b/chart2/source/controller/inc/dlg_InsertAxis_Grid.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_DLG_INSERT_AXIS_GRID_HXX -#define _CHART2_DLG_INSERT_AXIS_GRID_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_INSERTAXIS_GRID_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_INSERTAXIS_GRID_HXX // header for class ModalDialog #include <vcl/dialog.hxx> diff --git a/chart2/source/controller/inc/dlg_InsertDataLabel.hxx b/chart2/source/controller/inc/dlg_InsertDataLabel.hxx index 131154832ba1..4766285ec9d8 100644 --- a/chart2/source/controller/inc/dlg_InsertDataLabel.hxx +++ b/chart2/source/controller/inc/dlg_InsertDataLabel.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_DLG_INSERT_DATALABELS_GRID_HXX -#define CHART2_DLG_INSERT_DATALABELS_GRID_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_INSERTDATALABEL_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_INSERTDATALABEL_HXX // header for class ModalDialog #include <vcl/dialog.hxx> diff --git a/chart2/source/controller/inc/dlg_InsertErrorBars.hxx b/chart2/source/controller/inc/dlg_InsertErrorBars.hxx index 3244e488329c..dd693a7aa072 100644 --- a/chart2/source/controller/inc/dlg_InsertErrorBars.hxx +++ b/chart2/source/controller/inc/dlg_InsertErrorBars.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_DLG_INSERT_ERRORBARS_HXX -#define _CHART2_DLG_INSERT_ERRORBARS_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_INSERTERRORBARS_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_INSERTERRORBARS_HXX #include <vcl/dialog.hxx> #include <vcl/button.hxx> diff --git a/chart2/source/controller/inc/dlg_InsertLegend.hxx b/chart2/source/controller/inc/dlg_InsertLegend.hxx index 982e2d5f4608..5e1cfec63414 100644 --- a/chart2/source/controller/inc/dlg_InsertLegend.hxx +++ b/chart2/source/controller/inc/dlg_InsertLegend.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_DLG_INSERT_LEGEND_GRID_HXX -#define _CHART2_DLG_INSERT_LEGEND_GRID_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_INSERTLEGEND_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_INSERTLEGEND_HXX // header for class ModalDialog #include <vcl/dialog.hxx> diff --git a/chart2/source/controller/inc/dlg_InsertTitle.hxx b/chart2/source/controller/inc/dlg_InsertTitle.hxx index ed2a47dce5bb..8d184ce8777d 100644 --- a/chart2/source/controller/inc/dlg_InsertTitle.hxx +++ b/chart2/source/controller/inc/dlg_InsertTitle.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_DLG_INSERT_TITLE_GRID_HXX -#define _CHART2_DLG_INSERT_TITLE_GRID_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_INSERTTITLE_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_INSERTTITLE_HXX #include "TitleDialogData.hxx" #include <vcl/dialog.hxx> diff --git a/chart2/source/controller/inc/dlg_ObjectProperties.hxx b/chart2/source/controller/inc/dlg_ObjectProperties.hxx index 8db580fcc9e2..ffe10c6adc34 100644 --- a/chart2/source/controller/inc/dlg_ObjectProperties.hxx +++ b/chart2/source/controller/inc/dlg_ObjectProperties.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_DLG_OBJECTPROPERTIES_HXX -#define _CHART2_DLG_OBJECTPROPERTIES_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_OBJECTPROPERTIES_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_OBJECTPROPERTIES_HXX #include "ObjectIdentifier.hxx" #include <sfx2/tabdlg.hxx> diff --git a/chart2/source/controller/inc/dlg_ShapeFont.hxx b/chart2/source/controller/inc/dlg_ShapeFont.hxx index 9faf9c2653d8..e988d4e7a562 100644 --- a/chart2/source/controller/inc/dlg_ShapeFont.hxx +++ b/chart2/source/controller/inc/dlg_ShapeFont.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_DLG_SHAPEFONT_HXX -#define CHART2_DLG_SHAPEFONT_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_SHAPEFONT_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_SHAPEFONT_HXX #include <sfx2/tabdlg.hxx> @@ -43,7 +43,7 @@ private: } // namespace chart -// CHART2_DLG_SHAPEFONT_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_SHAPEFONT_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/inc/dlg_ShapeParagraph.hxx b/chart2/source/controller/inc/dlg_ShapeParagraph.hxx index e654f195914e..8e1e0ff41f98 100644 --- a/chart2/source/controller/inc/dlg_ShapeParagraph.hxx +++ b/chart2/source/controller/inc/dlg_ShapeParagraph.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_DLG_SHAPEPARAGRAPH_HXX -#define CHART2_DLG_SHAPEPARAGRAPH_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_SHAPEPARAGRAPH_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_SHAPEPARAGRAPH_HXX #include <sfx2/tabdlg.hxx> @@ -38,7 +38,7 @@ private: } // namespace chart -// CHART2_DLG_SHAPEPARAGRAPH_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_SHAPEPARAGRAPH_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/inc/dlg_View3D.hxx b/chart2/source/controller/inc/dlg_View3D.hxx index 8aae2ea5d483..bfd6b12e5c5c 100644 --- a/chart2/source/controller/inc/dlg_View3D.hxx +++ b/chart2/source/controller/inc/dlg_View3D.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_DLG_VIEW3D_DIAGRAM_HXX -#define _CHART2_DLG_VIEW3D_DIAGRAM_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_VIEW3D_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_VIEW3D_HXX #include <com/sun/star/drawing/ShadeMode.hpp> #include <com/sun/star/frame/XModel.hpp> diff --git a/chart2/source/controller/inc/res_ErrorBar.hxx b/chart2/source/controller/inc/res_ErrorBar.hxx index 6d9a838ce0c3..51033432e196 100644 --- a/chart2/source/controller/inc/res_ErrorBar.hxx +++ b/chart2/source/controller/inc/res_ErrorBar.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_RES_ERRORBAR_HXX -#define CHART2_RES_ERRORBAR_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_RES_ERRORBAR_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_RES_ERRORBAR_HXX #include <vcl/button.hxx> #include <vcl/fixed.hxx> diff --git a/chart2/source/controller/itemsetwrapper/SchWhichPairs.hxx b/chart2/source/controller/itemsetwrapper/SchWhichPairs.hxx index adcd36b9d811..891fd75fe926 100644 --- a/chart2/source/controller/itemsetwrapper/SchWhichPairs.hxx +++ b/chart2/source/controller/itemsetwrapper/SchWhichPairs.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_SCHWHICHPAIRS_HXX -#define CHART_SCHWHICHPAIRS_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_ITEMSETWRAPPER_SCHWHICHPAIRS_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_ITEMSETWRAPPER_SCHWHICHPAIRS_HXX #include <svx/svxids.hrc> #include <svx/xdef.hxx> @@ -226,7 +226,7 @@ const sal_uInt16 nRegEquationWhichPairs[] = } // anonymous namespace -// CHART_SCHWHICHPAIRS_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_ITEMSETWRAPPER_SCHWHICHPAIRS_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/main/ChartController.hxx b/chart2/source/controller/main/ChartController.hxx index 7d644e55ad87..b192a630bb59 100644 --- a/chart2/source/controller/main/ChartController.hxx +++ b/chart2/source/controller/main/ChartController.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART_CONTROLLER_HXX -#define _CHART_CONTROLLER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_CHARTCONTROLLER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_CHARTCONTROLLER_HXX #include "LifeTime.hxx" #include "ServiceMacros.hxx" diff --git a/chart2/source/controller/main/ChartDropTargetHelper.hxx b/chart2/source/controller/main/ChartDropTargetHelper.hxx index f9ca3834050b..5f09c5d1349a 100644 --- a/chart2/source/controller/main/ChartDropTargetHelper.hxx +++ b/chart2/source/controller/main/ChartDropTargetHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_CHARTDROPTARGETHELPER_HXX -#define CHART2_CHARTDROPTARGETHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_CHARTDROPTARGETHELPER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_CHARTDROPTARGETHELPER_HXX // for DropTargetHelper #include <svtools/transfer.hxx> @@ -56,7 +56,7 @@ private: } // namespace chart -// CHART2_CHARTDROPTARGETHELPER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_CHARTDROPTARGETHELPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/main/ChartFrameloader.hxx b/chart2/source/controller/main/ChartFrameloader.hxx index 8ea4ff1e2b16..bd37644a12b7 100644 --- a/chart2/source/controller/main/ChartFrameloader.hxx +++ b/chart2/source/controller/main/ChartFrameloader.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHARTFRAMELOADER_HXX -#define _CHARTFRAMELOADER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_CHARTFRAMELOADER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_CHARTFRAMELOADER_HXX #include "ServiceMacros.hxx" #include <osl/conditn.hxx> diff --git a/chart2/source/controller/main/ChartModelClone.hxx b/chart2/source/controller/main/ChartModelClone.hxx index 5aaf53f500d3..88fe2d025f05 100644 --- a/chart2/source/controller/main/ChartModelClone.hxx +++ b/chart2/source/controller/main/ChartModelClone.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_CHARTMODELCLONE_HXX -#define CHART2_CHARTMODELCLONE_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_CHARTMODELCLONE_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_CHARTMODELCLONE_HXX #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/chart2/XInternalDataProvider.hpp> @@ -69,6 +69,6 @@ namespace chart } // namespace chart -#endif // CHART2_CHARTMODELCLONE_HXX +#endif // INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_CHARTMODELCLONE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/main/ChartTransferable.hxx b/chart2/source/controller/main/ChartTransferable.hxx index c7a3421324a2..efbd1b3b9a53 100644 --- a/chart2/source/controller/main/ChartTransferable.hxx +++ b/chart2/source/controller/main/ChartTransferable.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_CHARTTRANSFERABLE_HXX -#define CHART2_CHARTTRANSFERABLE_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_CHARTTRANSFERABLE_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_CHARTTRANSFERABLE_HXX #include <svtools/transfer.hxx> @@ -55,7 +55,7 @@ private: } // namespace chart -// CHART2_CHARTTRANSFERABLE_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_CHARTTRANSFERABLE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/main/ChartWindow.hxx b/chart2/source/controller/main/ChartWindow.hxx index f943962d9d25..1738c1912bc9 100644 --- a/chart2/source/controller/main/ChartWindow.hxx +++ b/chart2/source/controller/main/ChartWindow.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHARTWINDOW_HXX -#define _CHARTWINDOW_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_CHARTWINDOW_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_CHARTWINDOW_HXX #include <vcl/window.hxx> diff --git a/chart2/source/controller/main/CommandDispatch.hxx b/chart2/source/controller/main/CommandDispatch.hxx index b1d8b9f14000..8e672b693c11 100644 --- a/chart2/source/controller/main/CommandDispatch.hxx +++ b/chart2/source/controller/main/CommandDispatch.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_COMMANDDISPATCH_HXX -#define CHART2_COMMANDDISPATCH_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_COMMANDDISPATCH_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_COMMANDDISPATCH_HXX #include "MutexContainer.hxx" #include <cppuhelper/compbase2.hxx> @@ -139,7 +139,7 @@ private: } // namespace chart -// CHART2_COMMANDDISPATCH_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_COMMANDDISPATCH_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/main/CommandDispatchContainer.hxx b/chart2/source/controller/main/CommandDispatchContainer.hxx index 0f568f7bf08c..0e25f7223cde 100644 --- a/chart2/source/controller/main/CommandDispatchContainer.hxx +++ b/chart2/source/controller/main/CommandDispatchContainer.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_COMMANDDISPATCHCONTAINER_HXX -#define CHART2_COMMANDDISPATCHCONTAINER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_COMMANDDISPATCHCONTAINER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_COMMANDDISPATCHCONTAINER_HXX #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/frame/XDispatch.hpp> @@ -143,7 +143,7 @@ private: } // namespace chart -// CHART2_COMMANDDISPATCHCONTAINER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_COMMANDDISPATCHCONTAINER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/main/ControllerCommandDispatch.hxx b/chart2/source/controller/main/ControllerCommandDispatch.hxx index a165bc259b46..84516d2175d2 100644 --- a/chart2/source/controller/main/ControllerCommandDispatch.hxx +++ b/chart2/source/controller/main/ControllerCommandDispatch.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_CONTROLLERCOMMANDDISPATCH_HXX -#define CHART2_CONTROLLERCOMMANDDISPATCH_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_CONTROLLERCOMMANDDISPATCH_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_CONTROLLERCOMMANDDISPATCH_HXX #include "CommandDispatch.hxx" #include <com/sun/star/frame/XModel.hpp> @@ -124,7 +124,7 @@ private: } // namespace chart -// CHART2_CONTROLLERCOMMANDDISPATCH_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_CONTROLLERCOMMANDDISPATCH_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/main/DragMethod_Base.hxx b/chart2/source/controller/main/DragMethod_Base.hxx index 6da9db55c86d..809fd7126cd2 100644 --- a/chart2/source/controller/main/DragMethod_Base.hxx +++ b/chart2/source/controller/main/DragMethod_Base.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_DRAGMETHOD_BASE_HXX -#define CHART2_DRAGMETHOD_BASE_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_DRAGMETHOD_BASE_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_DRAGMETHOD_BASE_HXX #include "DrawViewWrapper.hxx" #include <svx/ActionDescriptionProvider.hxx> @@ -57,7 +57,7 @@ private: } // namespace chart -// CHART2_DRAGMETHOD_BASE_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_DRAGMETHOD_BASE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/main/DragMethod_PieSegment.hxx b/chart2/source/controller/main/DragMethod_PieSegment.hxx index 9e7bf7197eec..da71f1ca92ac 100644 --- a/chart2/source/controller/main/DragMethod_PieSegment.hxx +++ b/chart2/source/controller/main/DragMethod_PieSegment.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_DRAGMETHOD_PIESEGMENT_HXX -#define CHART2_DRAGMETHOD_PIESEGMENT_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_DRAGMETHOD_PIESEGMENT_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_DRAGMETHOD_PIESEGMENT_HXX #include "DragMethod_Base.hxx" #include <basegfx/vector/b2dvector.hxx> @@ -52,7 +52,7 @@ private: } // namespace chart -// CHART2_DRAGMETHOD_PIESEGMENT_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_DRAGMETHOD_PIESEGMENT_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/main/DragMethod_RotateDiagram.hxx b/chart2/source/controller/main/DragMethod_RotateDiagram.hxx index e3f6bb1381f0..49982665748f 100644 --- a/chart2/source/controller/main/DragMethod_RotateDiagram.hxx +++ b/chart2/source/controller/main/DragMethod_RotateDiagram.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_DRAGMETHOD_ROTATEDIAGRAM_HXX -#define CHART2_DRAGMETHOD_ROTATEDIAGRAM_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_DRAGMETHOD_ROTATEDIAGRAM_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_DRAGMETHOD_ROTATEDIAGRAM_HXX #include "DragMethod_Base.hxx" @@ -80,7 +80,7 @@ private: } // namespace chart -// CHART2_DRAGMETHOD_ROTATEDIAGRAM_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_DRAGMETHOD_ROTATEDIAGRAM_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/main/DrawCommandDispatch.hxx b/chart2/source/controller/main/DrawCommandDispatch.hxx index 968caa2fcf49..876c9fe00a84 100644 --- a/chart2/source/controller/main/DrawCommandDispatch.hxx +++ b/chart2/source/controller/main/DrawCommandDispatch.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_DRAWCOMMANDDISPATCH_HXX -#define CHART2_DRAWCOMMANDDISPATCH_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_DRAWCOMMANDDISPATCH_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_DRAWCOMMANDDISPATCH_HXX #include "FeatureCommandDispatchBase.hxx" @@ -77,7 +77,7 @@ private: } // namespace chart -// CHART2_DRAWCOMMANDDISPATCH_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_DRAWCOMMANDDISPATCH_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/main/ElementSelector.hxx b/chart2/source/controller/main/ElementSelector.hxx index ed4714da39dc..bcf5e82dc5bf 100644 --- a/chart2/source/controller/main/ElementSelector.hxx +++ b/chart2/source/controller/main/ElementSelector.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART_ELEMENTSELECTOR_HXX -#define _CHART_ELEMENTSELECTOR_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_ELEMENTSELECTOR_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_ELEMENTSELECTOR_HXX #include "ServiceMacros.hxx" #include "ObjectHierarchy.hxx" diff --git a/chart2/source/controller/main/FeatureCommandDispatchBase.hxx b/chart2/source/controller/main/FeatureCommandDispatchBase.hxx index 59d1b32451b9..9d9a8ec2127a 100644 --- a/chart2/source/controller/main/FeatureCommandDispatchBase.hxx +++ b/chart2/source/controller/main/FeatureCommandDispatchBase.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_FEATURECOMMANDDISPATCHBASE_HXX -#define CHART2_FEATURECOMMANDDISPATCHBASE_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_FEATURECOMMANDDISPATCHBASE_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_FEATURECOMMANDDISPATCHBASE_HXX #include "CommandDispatch.hxx" @@ -103,7 +103,7 @@ private: } // namespace chart -// CHART2_FEATURECOMMANDDISPATCHBASE_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_FEATURECOMMANDDISPATCHBASE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/main/SelectionHelper.hxx b/chart2/source/controller/main/SelectionHelper.hxx index 8c966474219b..c588dbdfcff5 100644 --- a/chart2/source/controller/main/SelectionHelper.hxx +++ b/chart2/source/controller/main/SelectionHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_SELECTIONHELPER_HXX -#define _CHART2_SELECTIONHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_SELECTIONHELPER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_SELECTIONHELPER_HXX #include "DrawViewWrapper.hxx" #include "ObjectIdentifier.hxx" diff --git a/chart2/source/controller/main/ShapeController.hxx b/chart2/source/controller/main/ShapeController.hxx index 8cf724e618cf..501004643cb4 100644 --- a/chart2/source/controller/main/ShapeController.hxx +++ b/chart2/source/controller/main/ShapeController.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_SHAPECONTROLLER_HXX -#define CHART2_SHAPECONTROLLER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_SHAPECONTROLLER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_SHAPECONTROLLER_HXX #include "FeatureCommandDispatchBase.hxx" #include <tools/link.hxx> @@ -84,7 +84,7 @@ private: } // namespace chart -// CHART2_SHAPECONTROLLER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_SHAPECONTROLLER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/main/ShapeToolbarController.hxx b/chart2/source/controller/main/ShapeToolbarController.hxx index 196958ab9b10..7d8472d6b2cc 100644 --- a/chart2/source/controller/main/ShapeToolbarController.hxx +++ b/chart2/source/controller/main/ShapeToolbarController.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_SHAPETOOLBARCONTROLLER_HXX -#define CHART2_SHAPETOOLBARCONTROLLER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_SHAPETOOLBARCONTROLLER_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_SHAPETOOLBARCONTROLLER_HXX #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/uno/XComponentContext.hpp> @@ -87,6 +87,6 @@ public: } // namespace chart -#endif //CHART2_SHAPETOOLBARCONTROLLER_HXX +#endif // INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_SHAPETOOLBARCONTROLLER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/main/StatusBarCommandDispatch.hxx b/chart2/source/controller/main/StatusBarCommandDispatch.hxx index 39fef92a8ced..dc51ef64e378 100644 --- a/chart2/source/controller/main/StatusBarCommandDispatch.hxx +++ b/chart2/source/controller/main/StatusBarCommandDispatch.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_STATUSBARCOMMANDDISPATCH_HXX -#define CHART2_STATUSBARCOMMANDDISPATCH_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_STATUSBARCOMMANDDISPATCH_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_STATUSBARCOMMANDDISPATCH_HXX #include "CommandDispatch.hxx" #include "ObjectIdentifier.hxx" @@ -98,7 +98,7 @@ private: } // namespace chart -// CHART2_STATUSBARCOMMANDDISPATCH_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_STATUSBARCOMMANDDISPATCH_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/main/UndoActions.hxx b/chart2/source/controller/main/UndoActions.hxx index 8a11e4dc58de..46247a97be68 100644 --- a/chart2/source/controller/main/UndoActions.hxx +++ b/chart2/source/controller/main/UndoActions.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_IMPLUNDOMANAGER_HXX -#define CHART2_IMPLUNDOMANAGER_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_UNDOACTIONS_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_UNDOACTIONS_HXX #include "ConfigItemListener.hxx" @@ -114,7 +114,7 @@ private: } // namespace impl } // namespace chart -// CHART2_IMPLUNDOMANAGER_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_UNDOACTIONS_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/main/UndoCommandDispatch.hxx b/chart2/source/controller/main/UndoCommandDispatch.hxx index 88a727521ed1..971767e905e1 100644 --- a/chart2/source/controller/main/UndoCommandDispatch.hxx +++ b/chart2/source/controller/main/UndoCommandDispatch.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_UNDOCOMMANDDISPATCH_HXX -#define CHART2_UNDOCOMMANDDISPATCH_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_UNDOCOMMANDDISPATCH_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_UNDOCOMMANDDISPATCH_HXX #include "CommandDispatch.hxx" @@ -71,7 +71,7 @@ private: } // namespace chart -// CHART2_UNDOCOMMANDDISPATCH_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_UNDOCOMMANDDISPATCH_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/controller/main/UndoGuard.hxx b/chart2/source/controller/main/UndoGuard.hxx index 755f38ff85bd..acf3275dd3a4 100644 --- a/chart2/source/controller/main/UndoGuard.hxx +++ b/chart2/source/controller/main/UndoGuard.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_UNDOGUARD_HXX -#define CHART2_UNDOGUARD_HXX +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_UNDOGUARD_HXX +#define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_UNDOGUARD_HXX #include "ChartModelClone.hxx" @@ -112,7 +112,7 @@ private: }; } -// CHART2_UNDOGUARD_HXX +// INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_UNDOGUARD_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/AxisHelper.hxx b/chart2/source/inc/AxisHelper.hxx index 75bc69c1cc67..f016495dd081 100644 --- a/chart2/source/inc/AxisHelper.hxx +++ b/chart2/source/inc/AxisHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_TOOLS_AXISHELPER_HXX -#define _CHART2_TOOLS_AXISHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_AXISHELPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_AXISHELPER_HXX #include "charttoolsdllapi.hxx" #include "ReferenceSizeProvider.hxx" diff --git a/chart2/source/inc/AxisIndexDefines.hxx b/chart2/source/inc/AxisIndexDefines.hxx index 509e2ea6f7c8..e7d118048301 100644 --- a/chart2/source/inc/AxisIndexDefines.hxx +++ b/chart2/source/inc/AxisIndexDefines.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_AXISINDEX_HXX -#define CHART2_AXISINDEX_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_AXISINDEXDEFINES_HXX +#define INCLUDED_CHART2_SOURCE_INC_AXISINDEXDEFINES_HXX namespace chart { diff --git a/chart2/source/inc/BaseGFXHelper.hxx b/chart2/source/inc/BaseGFXHelper.hxx index 53584196fde9..fec9f279ce2b 100644 --- a/chart2/source/inc/BaseGFXHelper.hxx +++ b/chart2/source/inc/BaseGFXHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_BASEGFXHELPER_HXX -#define CHART2_BASEGFXHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_BASEGFXHELPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_BASEGFXHELPER_HXX #include <basegfx/matrix/b3dhommatrix.hxx> #include <basegfx/polygon/b3dpolypolygon.hxx> @@ -90,7 +90,7 @@ OOO_DLLPUBLIC_CHARTTOOLS double Rad2Deg( double fRadians ); } // namespace BaseGFXHelper } // namespace chart -// CHART2_BASEGFXHELPER_HXX +// INCLUDED_CHART2_SOURCE_INC_BASEGFXHELPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/CachedDataSequence.hxx b/chart2/source/inc/CachedDataSequence.hxx index 581dc9f1954e..5ab8eb9042cc 100644 --- a/chart2/source/inc/CachedDataSequence.hxx +++ b/chart2/source/inc/CachedDataSequence.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART_CACHEDDATASEQUENCE_HXX -#define _CHART_CACHEDDATASEQUENCE_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_CACHEDDATASEQUENCE_HXX +#define INCLUDED_CHART2_SOURCE_INC_CACHEDDATASEQUENCE_HXX // helper classes #include <cppuhelper/compbase7.hxx> @@ -178,7 +178,7 @@ private: } // namespace chart -// _CHART_CACHEDDATASEQUENCE_HXX +// INCLUDED_CHART2_SOURCE_INC_CACHEDDATASEQUENCE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/CharacterProperties.hxx b/chart2/source/inc/CharacterProperties.hxx index 7200d655c3f1..36a2eec6984f 100644 --- a/chart2/source/inc/CharacterProperties.hxx +++ b/chart2/source/inc/CharacterProperties.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_CHARACTERPROPERTIES_HXX -#define CHART_CHARACTERPROPERTIES_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_CHARACTERPROPERTIES_HXX +#define INCLUDED_CHART2_SOURCE_INC_CHARACTERPROPERTIES_HXX #include "PropertyHelper.hxx" #include "FastPropertyIdRanges.hxx" @@ -138,7 +138,7 @@ private: } // namespace chart -// CHART_CHARACTERPROPERTIES_HXX +// INCLUDED_CHART2_SOURCE_INC_CHARACTERPROPERTIES_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/ChartDebugTrace.hxx b/chart2/source/inc/ChartDebugTrace.hxx index d1580fd0d84f..f8eb950c3c96 100644 --- a/chart2/source/inc/ChartDebugTrace.hxx +++ b/chart2/source/inc/ChartDebugTrace.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_CHARTDEBUGTRACE_HXX -#define CHART2_CHARTDEBUGTRACE_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_CHARTDEBUGTRACE_HXX +#define INCLUDED_CHART2_SOURCE_INC_CHARTDEBUGTRACE_HXX #include <com/sun/star/chart2/XChartDocument.hpp> #include <com/sun/star/chart2/XDiagram.hpp> @@ -57,7 +57,7 @@ OOO_DLLPUBLIC_CHARTTOOLS void ChartDebugTraceDiagram( } // namespace debug } // namespace chart -// CHART2_CHARTDEBUGTRACE_HXX +// INCLUDED_CHART2_SOURCE_INC_CHARTDEBUGTRACE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/ChartModelHelper.hxx b/chart2/source/inc/ChartModelHelper.hxx index 903d5c497a49..4ae5782c916f 100644 --- a/chart2/source/inc/ChartModelHelper.hxx +++ b/chart2/source/inc/ChartModelHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_CONTROLLER_CHARTMODELHELPER_HXX -#define _CHART2_CONTROLLER_CHARTMODELHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_CHARTMODELHELPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_CHARTMODELHELPER_HXX #include <com/sun/star/chart2/XChartType.hpp> #include <com/sun/star/chart2/XDataSeries.hpp> diff --git a/chart2/source/inc/ChartTypeHelper.hxx b/chart2/source/inc/ChartTypeHelper.hxx index fbe41dcdeb13..2a3c7c50c592 100644 --- a/chart2/source/inc/ChartTypeHelper.hxx +++ b/chart2/source/inc/ChartTypeHelper.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_CHARTTYPEHELPER_HXX -#define _CHART2_CHARTTYPEHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_CHARTTYPEHELPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_CHARTTYPEHELPER_HXX #include <com/sun/star/chart2/XChartType.hpp> #include <com/sun/star/chart2/AxisType.hpp> diff --git a/chart2/source/inc/ChartViewHelper.hxx b/chart2/source/inc/ChartViewHelper.hxx index 61ecde01cdb2..7c6f0e8b7656 100644 --- a/chart2/source/inc/ChartViewHelper.hxx +++ b/chart2/source/inc/ChartViewHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_CONTROLLER_CHARTVIEWHELPER_HXX -#define _CHART2_CONTROLLER_CHARTVIEWHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_CHARTVIEWHELPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_CHARTVIEWHELPER_HXX #include <com/sun/star/frame/XModel.hpp> #include "charttoolsdllapi.hxx" diff --git a/chart2/source/inc/CloneHelper.hxx b/chart2/source/inc/CloneHelper.hxx index c19ce8b76586..2545f579c737 100644 --- a/chart2/source/inc/CloneHelper.hxx +++ b/chart2/source/inc/CloneHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_CLONEHELPER_HXX -#define CHART2_CLONEHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_CLONEHELPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_CLONEHELPER_HXX #include <com/sun/star/util/XCloneable.hpp> @@ -113,7 +113,7 @@ template< class Interface > } // namespace CloneHelper } // namespace chart -// CHART2_CLONEHELPER_HXX +// INCLUDED_CHART2_SOURCE_INC_CLONEHELPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/ColorPerPointHelper.hxx b/chart2/source/inc/ColorPerPointHelper.hxx index 247cf2987dbe..31dc130d248a 100644 --- a/chart2/source/inc/ColorPerPointHelper.hxx +++ b/chart2/source/inc/ColorPerPointHelper.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_COLORPERPOINTHELPER_HXX -#define _CHART2_COLORPERPOINTHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_COLORPERPOINTHELPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_COLORPERPOINTHELPER_HXX #include <com/sun/star/beans/XPropertySet.hpp> #include "charttoolsdllapi.hxx" diff --git a/chart2/source/inc/CommonConverters.hxx b/chart2/source/inc/CommonConverters.hxx index 8abfea83acf1..485579c61364 100644 --- a/chart2/source/inc/CommonConverters.hxx +++ b/chart2/source/inc/CommonConverters.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __CHART_COMMON_CONVERTERS_HXX -#define __CHART_COMMON_CONVERTERS_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_COMMONCONVERTERS_HXX +#define INCLUDED_CHART2_SOURCE_INC_COMMONCONVERTERS_HXX #include <tools/poly.hxx> #include <com/sun/star/awt/Point.hpp> diff --git a/chart2/source/inc/CommonFunctors.hxx b/chart2/source/inc/CommonFunctors.hxx index 31bf3a0c40fc..94e254b9b938 100644 --- a/chart2/source/inc/CommonFunctors.hxx +++ b/chart2/source/inc/CommonFunctors.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_COMMONFUNCTORS_HXX -#define CHART2_COMMONFUNCTORS_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_COMMONFUNCTORS_HXX +#define INCLUDED_CHART2_SOURCE_INC_COMMONFUNCTORS_HXX #include <algorithm> #include <functional> @@ -204,7 +204,7 @@ template< typename T > } // namespace CommonFunctors } // namespace chart -// CHART2_COMMONFUNCTORS_HXX +// INCLUDED_CHART2_SOURCE_INC_COMMONFUNCTORS_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/ConfigColorScheme.hxx b/chart2/source/inc/ConfigColorScheme.hxx index 7617f49c5e35..0d94e0286676 100644 --- a/chart2/source/inc/ConfigColorScheme.hxx +++ b/chart2/source/inc/ConfigColorScheme.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_CONFIG_COLOR_SCHEME_HXX -#define CHART2_CONFIG_COLOR_SCHEME_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_CONFIGCOLORSCHEME_HXX +#define INCLUDED_CHART2_SOURCE_INC_CONFIGCOLORSCHEME_HXX #include "ServiceMacros.hxx" #include "ConfigItemListener.hxx" @@ -81,7 +81,7 @@ private: } // namespace chart -// CHART2_CONFIG_COLOR_SCHEME_HXX +// INCLUDED_CHART2_SOURCE_INC_CONFIGCOLORSCHEME_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/ConfigItemListener.hxx b/chart2/source/inc/ConfigItemListener.hxx index d050fa59fcb3..7d3b82e5600f 100644 --- a/chart2/source/inc/ConfigItemListener.hxx +++ b/chart2/source/inc/ConfigItemListener.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_CONFIGITEMLISTENER_HXX -#define CHART2_CONFIGITEMLISTENER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_CONFIGITEMLISTENER_HXX +#define INCLUDED_CHART2_SOURCE_INC_CONFIGITEMLISTENER_HXX #include <rtl/ustring.hxx> #include "charttoolsdllapi.hxx" @@ -36,7 +36,7 @@ protected: } // namespace chart -// CHART2_CONFIGITEMLISTENER_HXX +// INCLUDED_CHART2_SOURCE_INC_CONFIGITEMLISTENER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/ContainerHelper.hxx b/chart2/source/inc/ContainerHelper.hxx index 2d166c5643b9..139ddd6fd667 100644 --- a/chart2/source/inc/ContainerHelper.hxx +++ b/chart2/source/inc/ContainerHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_CONTAINERHELPER_HXX -#define CHART2_CONTAINERHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_CONTAINERHELPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_CONTAINERHELPER_HXX #include <vector> #include <set> @@ -168,7 +168,7 @@ template< class Map > } // namespace ContainerHelper } // namespace chart -// CHART2_CONTAINERHELPER_HXX +// INCLUDED_CHART2_SOURCE_INC_CONTAINERHELPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/ControllerLockGuard.hxx b/chart2/source/inc/ControllerLockGuard.hxx index 7d0ee15dbe31..aa1bdaf70e51 100644 --- a/chart2/source/inc/ControllerLockGuard.hxx +++ b/chart2/source/inc/ControllerLockGuard.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_CONTROLLERLOCKGUARD_HXX -#define CHART2_CONTROLLERLOCKGUARD_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_CONTROLLERLOCKGUARD_HXX +#define INCLUDED_CHART2_SOURCE_INC_CONTROLLERLOCKGUARD_HXX #include <com/sun/star/frame/XModel.hpp> #include "charttoolsdllapi.hxx" @@ -81,7 +81,7 @@ private: } // namespace chart -// CHART2_CONTROLLERLOCKGUARD_HXX +// INCLUDED_CHART2_SOURCE_INC_CONTROLLERLOCKGUARD_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/DataSeriesHelper.hxx b/chart2/source/inc/DataSeriesHelper.hxx index 8bd0a35d129b..c1042693acca 100644 --- a/chart2/source/inc/DataSeriesHelper.hxx +++ b/chart2/source/inc/DataSeriesHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_DATASERIESHELPER_HXX -#define CHART2_DATASERIESHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_DATASERIESHELPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_DATASERIESHELPER_HXX #include <com/sun/star/chart2/data/XDataSequence.hpp> #include <com/sun/star/chart2/data/XDataSource.hpp> @@ -200,7 +200,7 @@ OOO_DLLPUBLIC_CHARTTOOLS void deleteDataLabelsFromPoint( const ::com::sun::star: } // namespace DataSeriesHelper } // namespace chart -// CHART2_DATASERIESHELPER_HXX +// INCLUDED_CHART2_SOURCE_INC_DATASERIESHELPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/DataSource.hxx b/chart2/source/inc/DataSource.hxx index 76abbf03c7d7..a7a27a8bd624 100644 --- a/chart2/source/inc/DataSource.hxx +++ b/chart2/source/inc/DataSource.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_DATASOURCE_HXX -#define CHART2_DATASOURCE_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_DATASOURCE_HXX +#define INCLUDED_CHART2_SOURCE_INC_DATASOURCE_HXX #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/chart2/data/XDataSource.hpp> @@ -71,7 +71,7 @@ private: } // namespace chart -// CHART2_DATASOURCE_HXX +// INCLUDED_CHART2_SOURCE_INC_DATASOURCE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/DataSourceHelper.hxx b/chart2/source/inc/DataSourceHelper.hxx index d3b9ac13de0f..aa40363d9cde 100644 --- a/chart2/source/inc/DataSourceHelper.hxx +++ b/chart2/source/inc/DataSourceHelper.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_DATASOURCEHELPER_HXX -#define _CHART2_DATASOURCEHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_DATASOURCEHELPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_DATASOURCEHELPER_HXX #include <com/sun/star/chart2/XChartDocument.hpp> #include <com/sun/star/chart2/XDiagram.hpp> diff --git a/chart2/source/inc/DiagramHelper.hxx b/chart2/source/inc/DiagramHelper.hxx index b89c55516d78..febb2b9670e4 100644 --- a/chart2/source/inc/DiagramHelper.hxx +++ b/chart2/source/inc/DiagramHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_DIAGRAMHELPER_HXX -#define CHART2_DIAGRAMHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_DIAGRAMHELPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_DIAGRAMHELPER_HXX #include "StackMode.hxx" #include "charttoolsdllapi.hxx" @@ -353,7 +353,7 @@ private: } // namespace chart -// CHART2_DIAGRAMHELPER_HXX +// INCLUDED_CHART2_SOURCE_INC_DIAGRAMHELPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/DisposeHelper.hxx b/chart2/source/inc/DisposeHelper.hxx index c05982b3b517..d89d31ecb0d2 100644 --- a/chart2/source/inc/DisposeHelper.hxx +++ b/chart2/source/inc/DisposeHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_DISPOSEHELPER_HXX -#define CHART2_DISPOSEHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_DISPOSEHELPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_DISPOSEHELPER_HXX #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/lang/XComponent.hpp> @@ -89,7 +89,7 @@ template< class Map > } // namespace DisposeHelper } // namespace chart -// CHART2_DISPOSEHELPER_HXX +// INCLUDED_CHART2_SOURCE_INC_DISPOSEHELPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/ErrorBar.hxx b/chart2/source/inc/ErrorBar.hxx index 25e860d9c9db..d533c96110fc 100644 --- a/chart2/source/inc/ErrorBar.hxx +++ b/chart2/source/inc/ErrorBar.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_ERRORBAR_HXX -#define CHART2_ERRORBAR_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_ERRORBAR_HXX +#define INCLUDED_CHART2_SOURCE_INC_ERRORBAR_HXX #include "MutexContainer.hxx" #include "ServiceMacros.hxx" @@ -168,7 +168,7 @@ private: } // namespace chart -// CHART2_ERRORBAR_HXX +// INCLUDED_CHART2_SOURCE_INC_ERRORBAR_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/EventListenerHelper.hxx b/chart2/source/inc/EventListenerHelper.hxx index 8764d1e3027d..8872eb87f402 100644 --- a/chart2/source/inc/EventListenerHelper.hxx +++ b/chart2/source/inc/EventListenerHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_EVENTLISTENERHELPER_HXX -#define CHART2_EVENTLISTENERHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_EVENTLISTENERHELPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_EVENTLISTENERHELPER_HXX #include <com/sun/star/lang/XEventListener.hpp> #include <com/sun/star/lang/XComponent.hpp> @@ -208,7 +208,7 @@ void removeListenerFromAllSequenceElements( } // namespace EventListenerHelper } // namespace chart -// CHART2_EVENTLISTENERHELPER_HXX +// INCLUDED_CHART2_SOURCE_INC_EVENTLISTENERHELPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/ExplicitCategoriesProvider.hxx b/chart2/source/inc/ExplicitCategoriesProvider.hxx index a8feca551032..ddc5ca5762b4 100644 --- a/chart2/source/inc/ExplicitCategoriesProvider.hxx +++ b/chart2/source/inc/ExplicitCategoriesProvider.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_VIEW_EXPLICITCATEGORIESPROVIDER_HXX -#define CHART2_VIEW_EXPLICITCATEGORIESPROVIDER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_EXPLICITCATEGORIESPROVIDER_HXX +#define INCLUDED_CHART2_SOURCE_INC_EXPLICITCATEGORIESPROVIDER_HXX #include "ServiceMacros.hxx" #include <cppuhelper/implbase1.hxx> @@ -131,7 +131,7 @@ private: //member } // namespace chart -// CHART2_VIEW_EXPLICITCATEGORIESPROVIDER_HXX +// INCLUDED_CHART2_SOURCE_INC_EXPLICITCATEGORIESPROVIDER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/ExponentialRegressionCurveCalculator.hxx b/chart2/source/inc/ExponentialRegressionCurveCalculator.hxx index b928db423322..0cf0f6c0fa0c 100644 --- a/chart2/source/inc/ExponentialRegressionCurveCalculator.hxx +++ b/chart2/source/inc/ExponentialRegressionCurveCalculator.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_EXPONENTIALREGRESSIONCURVECALCULATOR_HXX -#define CHART2_EXPONENTIALREGRESSIONCURVECALCULATOR_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_EXPONENTIALREGRESSIONCURVECALCULATOR_HXX +#define INCLUDED_CHART2_SOURCE_INC_EXPONENTIALREGRESSIONCURVECALCULATOR_HXX #include "RegressionCurveCalculator.hxx" @@ -63,7 +63,7 @@ private: } // namespace chart -// CHART2_EXPONENTIALREGRESSIONCURVECALCULATOR_HXX +// INCLUDED_CHART2_SOURCE_INC_EXPONENTIALREGRESSIONCURVECALCULATOR_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/FastPropertyIdRanges.hxx b/chart2/source/inc/FastPropertyIdRanges.hxx index 1d7bb510b21d..0c24f4675d54 100644 --- a/chart2/source/inc/FastPropertyIdRanges.hxx +++ b/chart2/source/inc/FastPropertyIdRanges.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_FASTPROPERTYIDRANGES_HXX -#define CHART_FASTPROPERTYIDRANGES_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_FASTPROPERTYIDRANGES_HXX +#define INCLUDED_CHART2_SOURCE_INC_FASTPROPERTYIDRANGES_HXX namespace chart { @@ -45,7 +45,7 @@ enum FastPropertyIdRanges } // namespace chart -// CHART_FASTPROPERTYIDRANGES_HXX +// INCLUDED_CHART2_SOURCE_INC_FASTPROPERTYIDRANGES_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/FillProperties.hxx b/chart2/source/inc/FillProperties.hxx index a0db12cdd707..29a627052743 100644 --- a/chart2/source/inc/FillProperties.hxx +++ b/chart2/source/inc/FillProperties.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_FILLPROPERTIES_HXX -#define CHART_FILLPROPERTIES_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_FILLPROPERTIES_HXX +#define INCLUDED_CHART2_SOURCE_INC_FILLPROPERTIES_HXX #include "PropertyHelper.hxx" #include "FastPropertyIdRanges.hxx" @@ -76,7 +76,7 @@ private: } // namespace chart -// CHART_FILLPROPERTIES_HXX +// INCLUDED_CHART2_SOURCE_INC_FILLPROPERTIES_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/FormattedStringHelper.hxx b/chart2/source/inc/FormattedStringHelper.hxx index 147b2c417008..1cbdeba7974d 100644 --- a/chart2/source/inc/FormattedStringHelper.hxx +++ b/chart2/source/inc/FormattedStringHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_TOOLS_FORMATTEDSTRINGHELPER_HXX -#define _CHART2_TOOLS_FORMATTEDSTRINGHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_FORMATTEDSTRINGHELPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_FORMATTEDSTRINGHELPER_HXX #include <com/sun/star/chart2/XFormattedString2.hpp> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/chart2/source/inc/InternalData.hxx b/chart2/source/inc/InternalData.hxx index 7832d91ea602..2b36c2d78843 100644 --- a/chart2/source/inc/InternalData.hxx +++ b/chart2/source/inc/InternalData.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_INTERNALDATA_HXX -#define CHART2_INTERNALDATA_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_INTERNALDATA_HXX +#define INCLUDED_CHART2_SOURCE_INC_INTERNALDATA_HXX #include <com/sun/star/uno/Sequence.hxx> diff --git a/chart2/source/inc/InternalDataProvider.hxx b/chart2/source/inc/InternalDataProvider.hxx index 71a61a590362..9c03b23b8afb 100644 --- a/chart2/source/inc/InternalDataProvider.hxx +++ b/chart2/source/inc/InternalDataProvider.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_INTERNALDATAPROVIDER_HXX -#define CHART2_INTERNALDATAPROVIDER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_INTERNALDATAPROVIDER_HXX +#define INCLUDED_CHART2_SOURCE_INC_INTERNALDATAPROVIDER_HXX #include "InternalData.hxx" @@ -259,7 +259,7 @@ private: } // namespace chart -// CHART2_INTERNALDATAPROVIDER_HXX +// INCLUDED_CHART2_SOURCE_INC_INTERNALDATAPROVIDER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/LabeledDataSequence.hxx b/chart2/source/inc/LabeledDataSequence.hxx index 59c9b169319d..3cd8258b0017 100644 --- a/chart2/source/inc/LabeledDataSequence.hxx +++ b/chart2/source/inc/LabeledDataSequence.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_LABELEDDATASEQUENCE_HXX -#define CHART2_LABELEDDATASEQUENCE_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_LABELEDDATASEQUENCE_HXX +#define INCLUDED_CHART2_SOURCE_INC_LABELEDDATASEQUENCE_HXX #include "ServiceMacros.hxx" #include "MutexContainer.hxx" #include <comphelper/uno3.hxx> @@ -99,7 +99,7 @@ private: } // namespace chart -// CHART2_LABELEDDATASEQUENCE_HXX +// INCLUDED_CHART2_SOURCE_INC_LABELEDDATASEQUENCE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/LegendHelper.hxx b/chart2/source/inc/LegendHelper.hxx index f914ce8a2fae..98c5ee529cb4 100644 --- a/chart2/source/inc/LegendHelper.hxx +++ b/chart2/source/inc/LegendHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_TOOLS_LEGENDHELPER_HXX -#define _CHART2_TOOLS_LEGENDHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_LEGENDHELPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_LEGENDHELPER_HXX // header for class OUString #include <rtl/ustring.hxx> diff --git a/chart2/source/inc/LifeTime.hxx b/chart2/source/inc/LifeTime.hxx index 9d5cf9189b75..5e6dc49a58fd 100644 --- a/chart2/source/inc/LifeTime.hxx +++ b/chart2/source/inc/LifeTime.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _LIFETIME_HXX -#define _LIFETIME_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_LIFETIME_HXX +#define INCLUDED_CHART2_SOURCE_INC_LIFETIME_HXX #include <osl/mutex.hxx> #include <osl/conditn.hxx> diff --git a/chart2/source/inc/LineProperties.hxx b/chart2/source/inc/LineProperties.hxx index f2b4d305b6ec..2b61fdd4e74a 100644 --- a/chart2/source/inc/LineProperties.hxx +++ b/chart2/source/inc/LineProperties.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef CHART2_LINE_PROPERTIES_HXX -#define CHART2_LINE_PROPERTIES_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_LINEPROPERTIES_HXX +#define INCLUDED_CHART2_SOURCE_INC_LINEPROPERTIES_HXX #include <com/sun/star/drawing/LineStyle.hpp> #include <com/sun/star/util/Color.hpp> diff --git a/chart2/source/inc/LinePropertiesHelper.hxx b/chart2/source/inc/LinePropertiesHelper.hxx index ea465a9fe7d4..48b6df9df018 100644 --- a/chart2/source/inc/LinePropertiesHelper.hxx +++ b/chart2/source/inc/LinePropertiesHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_LINEPROPERTIES_HXX -#define CHART_LINEPROPERTIES_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_LINEPROPERTIESHELPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_LINEPROPERTIESHELPER_HXX #include "PropertyHelper.hxx" #include "FastPropertyIdRanges.hxx" @@ -65,7 +65,7 @@ private: } // namespace chart -// CHART_LINEPROPERTIES_HXX +// INCLUDED_CHART2_SOURCE_INC_LINEPROPERTIESHELPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/LinearRegressionCurveCalculator.hxx b/chart2/source/inc/LinearRegressionCurveCalculator.hxx index add9825a2fa2..72b38f8db83d 100644 --- a/chart2/source/inc/LinearRegressionCurveCalculator.hxx +++ b/chart2/source/inc/LinearRegressionCurveCalculator.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_LINEARREGRESSIONCURVECALCULATOR_HXX -#define CHART2_LINEARREGRESSIONCURVECALCULATOR_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_LINEARREGRESSIONCURVECALCULATOR_HXX +#define INCLUDED_CHART2_SOURCE_INC_LINEARREGRESSIONCURVECALCULATOR_HXX #include "RegressionCurveCalculator.hxx" #include "PolynomialRegressionCurveCalculator.hxx" @@ -52,7 +52,7 @@ private: } // namespace chart -// CHART2_LINEARREGRESSIONCURVECALCULATOR_HXX +// INCLUDED_CHART2_SOURCE_INC_LINEARREGRESSIONCURVECALCULATOR_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/LogarithmicRegressionCurveCalculator.hxx b/chart2/source/inc/LogarithmicRegressionCurveCalculator.hxx index b3709105b1f7..ac2fd9c99151 100644 --- a/chart2/source/inc/LogarithmicRegressionCurveCalculator.hxx +++ b/chart2/source/inc/LogarithmicRegressionCurveCalculator.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_LOGARITHMICREGRESSIONCURVECALCULATOR_HXX -#define CHART2_LOGARITHMICREGRESSIONCURVECALCULATOR_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_LOGARITHMICREGRESSIONCURVECALCULATOR_HXX +#define INCLUDED_CHART2_SOURCE_INC_LOGARITHMICREGRESSIONCURVECALCULATOR_HXX #include "RegressionCurveCalculator.hxx" @@ -62,7 +62,7 @@ private: } // namespace chart -// CHART2_LOGARITHMICREGRESSIONCURVECALCULATOR_HXX +// INCLUDED_CHART2_SOURCE_INC_LOGARITHMICREGRESSIONCURVECALCULATOR_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/MeanValueRegressionCurveCalculator.hxx b/chart2/source/inc/MeanValueRegressionCurveCalculator.hxx index bc842e513b03..80811daa6230 100644 --- a/chart2/source/inc/MeanValueRegressionCurveCalculator.hxx +++ b/chart2/source/inc/MeanValueRegressionCurveCalculator.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_MEANVALUEREGRESSIONCURVECALCULATOR_HXX -#define CHART2_MEANVALUEREGRESSIONCURVECALCULATOR_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_MEANVALUEREGRESSIONCURVECALCULATOR_HXX +#define INCLUDED_CHART2_SOURCE_INC_MEANVALUEREGRESSIONCURVECALCULATOR_HXX #include "RegressionCurveCalculator.hxx" @@ -61,7 +61,7 @@ private: } // namespace chart -// CHART2_MEANVALUEREGRESSIONCURVECALCULATOR_HXX +// INCLUDED_CHART2_SOURCE_INC_MEANVALUEREGRESSIONCURVECALCULATOR_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/MediaDescriptorHelper.hxx b/chart2/source/inc/MediaDescriptorHelper.hxx index 279c2fc0b496..35e89b55b6a3 100644 --- a/chart2/source/inc/MediaDescriptorHelper.hxx +++ b/chart2/source/inc/MediaDescriptorHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _MEDIADESCRIPTORHELPER_HXX -#define _MEDIADESCRIPTORHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_MEDIADESCRIPTORHELPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_MEDIADESCRIPTORHELPER_HXX #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/chart2/source/inc/ModifyListenerCallBack.hxx b/chart2/source/inc/ModifyListenerCallBack.hxx index 14e5915e3c55..34f8d48db0b2 100644 --- a/chart2/source/inc/ModifyListenerCallBack.hxx +++ b/chart2/source/inc/ModifyListenerCallBack.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_MODIFYLISTENERCALLBACK_HXX -#define CHART2_MODIFYLISTENERCALLBACK_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_MODIFYLISTENERCALLBACK_HXX +#define INCLUDED_CHART2_SOURCE_INC_MODIFYLISTENERCALLBACK_HXX // header for class Link #include <tools/link.hxx> diff --git a/chart2/source/inc/ModifyListenerHelper.hxx b/chart2/source/inc/ModifyListenerHelper.hxx index 935f8b8e8629..31d5976140db 100644 --- a/chart2/source/inc/ModifyListenerHelper.hxx +++ b/chart2/source/inc/ModifyListenerHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_MODIFYLISTENERHELPER_HXX -#define CHART2_MODIFYLISTENERHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_MODIFYLISTENERHELPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_MODIFYLISTENERHELPER_HXX #include <cppuhelper/interfacecontainer.hxx> #include <com/sun/star/util/XModifyListener.hpp> @@ -282,7 +282,7 @@ void removeListenerFromAllSequenceElements( } // namespace ModifyListenerHelper } // namespace chart -// CHART2_MODIFYLISTENERHELPER_HXX +// INCLUDED_CHART2_SOURCE_INC_MODIFYLISTENERHELPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/MovingAverageRegressionCurveCalculator.hxx b/chart2/source/inc/MovingAverageRegressionCurveCalculator.hxx index 54c5d644148f..20e50ca14b91 100644 --- a/chart2/source/inc/MovingAverageRegressionCurveCalculator.hxx +++ b/chart2/source/inc/MovingAverageRegressionCurveCalculator.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_MOVINGAVERAGEREGRESSIONCURVECALCULATOR_HXX -#define CHART2_MOVINGAVERAGEREGRESSIONCURVECALCULATOR_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_MOVINGAVERAGEREGRESSIONCURVECALCULATOR_HXX +#define INCLUDED_CHART2_SOURCE_INC_MOVINGAVERAGEREGRESSIONCURVECALCULATOR_HXX #include "RegressionCurveCalculator.hxx" #include <vector> @@ -63,6 +63,6 @@ private: } // namespace chart -#endif // CHART2_POLYNOMALREGRESSIONCURVECALCULATOR_HXX +#endif // INCLUDED_CHART2_SOURCE_INC_MOVINGAVERAGEREGRESSIONCURVECALCULATOR_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/MutexContainer.hxx b/chart2/source/inc/MutexContainer.hxx index e5c385b61c80..dafd0a77eb31 100644 --- a/chart2/source/inc/MutexContainer.hxx +++ b/chart2/source/inc/MutexContainer.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_MUTEXCONTAINER_HXX -#define CHART_MUTEXCONTAINER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_MUTEXCONTAINER_HXX +#define INCLUDED_CHART2_SOURCE_INC_MUTEXCONTAINER_HXX #include <osl/mutex.hxx> #include "charttoolsdllapi.hxx" @@ -38,7 +38,7 @@ protected: } // namespace chart -// CHART_MUTEXCONTAINER_HXX +// INCLUDED_CHART2_SOURCE_INC_MUTEXCONTAINER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/NameContainer.hxx b/chart2/source/inc/NameContainer.hxx index 89f5ac436d2d..44b8a77a0c2a 100644 --- a/chart2/source/inc/NameContainer.hxx +++ b/chart2/source/inc/NameContainer.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_NAMECONTAINER_HXX -#define _CHART2_NAMECONTAINER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_NAMECONTAINER_HXX +#define INCLUDED_CHART2_SOURCE_INC_NAMECONTAINER_HXX #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> diff --git a/chart2/source/inc/NoWarningThisInCTOR.hxx b/chart2/source/inc/NoWarningThisInCTOR.hxx index e0c710d8c03c..7e34066cbeb7 100644 --- a/chart2/source/inc/NoWarningThisInCTOR.hxx +++ b/chart2/source/inc/NoWarningThisInCTOR.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_NOWARNINGTHISINCTOR_HXX -#define CHART2_NOWARNINGTHISINCTOR_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_NOWARNINGTHISINCTOR_HXX +#define INCLUDED_CHART2_SOURCE_INC_NOWARNINGTHISINCTOR_HXX /** Include this file, if you have to use "this" in the base initializer list of a constructor. @@ -34,7 +34,7 @@ # pragma warning (disable : 4355) #endif -// CHART2_NOWARNINGTHISINCTOR_HXX +// INCLUDED_CHART2_SOURCE_INC_NOWARNINGTHISINCTOR_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/NumberFormatterWrapper.hxx b/chart2/source/inc/NumberFormatterWrapper.hxx index 4e9620b657ce..e97983801558 100644 --- a/chart2/source/inc/NumberFormatterWrapper.hxx +++ b/chart2/source/inc/NumberFormatterWrapper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_TOOLS_NUMBERFORMATTERWRAPPER_HXX -#define _CHART2_TOOLS_NUMBERFORMATTERWRAPPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_NUMBERFORMATTERWRAPPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_NUMBERFORMATTERWRAPPER_HXX #include "charttoolsdllapi.hxx" #include <svl/zforlist.hxx> diff --git a/chart2/source/inc/OPropertySet.hxx b/chart2/source/inc/OPropertySet.hxx index 73cc75dc1f93..2fdb0ba8fa58 100644 --- a/chart2/source/inc/OPropertySet.hxx +++ b/chart2/source/inc/OPropertySet.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_OPROPERTYSET_HXX -#define CHART_OPROPERTYSET_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_OPROPERTYSET_HXX +#define INCLUDED_CHART2_SOURCE_INC_OPROPERTYSET_HXX // helper classes #include <cppuhelper/propshlp.hxx> @@ -232,7 +232,7 @@ private: } // namespace property -// CHART_OPROPERTYSET_HXX +// INCLUDED_CHART2_SOURCE_INC_OPROPERTYSET_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/ObjectIdentifier.hxx b/chart2/source/inc/ObjectIdentifier.hxx index 49ef8f67be2d..17b7f9c2afef 100644 --- a/chart2/source/inc/ObjectIdentifier.hxx +++ b/chart2/source/inc/ObjectIdentifier.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_OBJECTIDENTIFIER_HXX -#define _CHART2_OBJECTIDENTIFIER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_OBJECTIDENTIFIER_HXX +#define INCLUDED_CHART2_SOURCE_INC_OBJECTIDENTIFIER_HXX #include <com/sun/star/chart2/XChartType.hpp> #include <com/sun/star/chart2/XDiagram.hpp> diff --git a/chart2/source/inc/PolynomialRegressionCurveCalculator.hxx b/chart2/source/inc/PolynomialRegressionCurveCalculator.hxx index e2cb51bcb44d..514c3d0c7f2a 100644 --- a/chart2/source/inc/PolynomialRegressionCurveCalculator.hxx +++ b/chart2/source/inc/PolynomialRegressionCurveCalculator.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_POLYNOMALREGRESSIONCURVECALCULATOR_HXX -#define CHART2_POLYNOMALREGRESSIONCURVECALCULATOR_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_POLYNOMIALREGRESSIONCURVECALCULATOR_HXX +#define INCLUDED_CHART2_SOURCE_INC_POLYNOMIALREGRESSIONCURVECALCULATOR_HXX #include "RegressionCurveCalculator.hxx" #include <vector> @@ -62,6 +62,6 @@ private: } // namespace chart -#endif // CHART2_POLYNOMALREGRESSIONCURVECALCULATOR_HXX +#endif // INCLUDED_CHART2_SOURCE_INC_POLYNOMIALREGRESSIONCURVECALCULATOR_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/PotentialRegressionCurveCalculator.hxx b/chart2/source/inc/PotentialRegressionCurveCalculator.hxx index de5c4d9450ad..cb1c359fa44d 100644 --- a/chart2/source/inc/PotentialRegressionCurveCalculator.hxx +++ b/chart2/source/inc/PotentialRegressionCurveCalculator.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_POTENTIALREGRESSIONCURVECALCULATOR_HXX -#define CHART2_POTENTIALREGRESSIONCURVECALCULATOR_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_POTENTIALREGRESSIONCURVECALCULATOR_HXX +#define INCLUDED_CHART2_SOURCE_INC_POTENTIALREGRESSIONCURVECALCULATOR_HXX #include "RegressionCurveCalculator.hxx" #include "charttoolsdllapi.hxx" @@ -63,7 +63,7 @@ private: } // namespace chart -// CHART2_POTENTIALREGRESSIONCURVECALCULATOR_HXX +// INCLUDED_CHART2_SOURCE_INC_POTENTIALREGRESSIONCURVECALCULATOR_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/PropertyHelper.hxx b/chart2/source/inc/PropertyHelper.hxx index 48a8ccabd110..78fb607807c0 100644 --- a/chart2/source/inc/PropertyHelper.hxx +++ b/chart2/source/inc/PropertyHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_PROPERTYHELPER_HXX -#define CHART_PROPERTYHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_PROPERTYHELPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_PROPERTYHELPER_HXX #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/Property.hpp> @@ -180,7 +180,7 @@ private: } // namespace chart -// CHART_PROPERTYHELPER_HXX +// INCLUDED_CHART2_SOURCE_INC_PROPERTYHELPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/RangeHighlighter.hxx b/chart2/source/inc/RangeHighlighter.hxx index 25153ccd9b5e..03461969c810 100644 --- a/chart2/source/inc/RangeHighlighter.hxx +++ b/chart2/source/inc/RangeHighlighter.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_RANGEHIGHLIGHTER_HXX -#define CHART2_RANGEHIGHLIGHTER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_RANGEHIGHLIGHTER_HXX +#define INCLUDED_CHART2_SOURCE_INC_RANGEHIGHLIGHTER_HXX #include "MutexContainer.hxx" #include <cppuhelper/compbase2.hxx> @@ -104,7 +104,7 @@ private: } // namespace chart -// CHART2_RANGEHIGHLIGHTER_HXX +// INCLUDED_CHART2_SOURCE_INC_RANGEHIGHLIGHTER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/ReferenceSizeProvider.hxx b/chart2/source/inc/ReferenceSizeProvider.hxx index b1c626808e8c..6c3f968852dc 100644 --- a/chart2/source/inc/ReferenceSizeProvider.hxx +++ b/chart2/source/inc/ReferenceSizeProvider.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_REFERENCESIZEPROVIDER_HXX -#define CHART2_REFERENCESIZEPROVIDER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_REFERENCESIZEPROVIDER_HXX +#define INCLUDED_CHART2_SOURCE_INC_REFERENCESIZEPROVIDER_HXX #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/chart2/XChartDocument.hpp> @@ -131,7 +131,7 @@ private: } // namespace chart -// CHART2_REFERENCESIZEPROVIDER_HXX +// INCLUDED_CHART2_SOURCE_INC_REFERENCESIZEPROVIDER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/RegressionCurveCalculator.hxx b/chart2/source/inc/RegressionCurveCalculator.hxx index 347492cdfe6e..f931a952213b 100644 --- a/chart2/source/inc/RegressionCurveCalculator.hxx +++ b/chart2/source/inc/RegressionCurveCalculator.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_REGRESSIONCURVECALCULATOR_HXX -#define CHART2_REGRESSIONCURVECALCULATOR_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_REGRESSIONCURVECALCULATOR_HXX +#define INCLUDED_CHART2_SOURCE_INC_REGRESSIONCURVECALCULATOR_HXX #include <cppuhelper/implbase1.hxx> @@ -98,7 +98,7 @@ protected: } // namespace chart -// CHART2_REGRESSIONCURVECALCULATOR_HXX +// INCLUDED_CHART2_SOURCE_INC_REGRESSIONCURVECALCULATOR_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/RegressionCurveHelper.hxx b/chart2/source/inc/RegressionCurveHelper.hxx index 6c90f6d49901..dd6c8b7b9d31 100644 --- a/chart2/source/inc/RegressionCurveHelper.hxx +++ b/chart2/source/inc/RegressionCurveHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_REGRESSIONCURVEHELPER_HXX -#define CHART2_REGRESSIONCURVEHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_REGRESSIONCURVEHELPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_REGRESSIONCURVEHELPER_HXX #include <com/sun/star/chart2/XRegressionCurve.hpp> #include <com/sun/star/chart2/XRegressionCurveCalculator.hpp> @@ -220,7 +220,7 @@ private: } // namespace chart -// CHART2_REGRESSIONCURVEHELPER_HXX +// INCLUDED_CHART2_SOURCE_INC_REGRESSIONCURVEHELPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/RelativePositionHelper.hxx b/chart2/source/inc/RelativePositionHelper.hxx index 1a1503d75030..7f9b175864a0 100644 --- a/chart2/source/inc/RelativePositionHelper.hxx +++ b/chart2/source/inc/RelativePositionHelper.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_RELATIVEPOSITIONHELPER_HXX -#define _CHART2_RELATIVEPOSITIONHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_RELATIVEPOSITIONHELPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_RELATIVEPOSITIONHELPER_HXX #include <com/sun/star/chart2/RelativePosition.hpp> #include <com/sun/star/chart2/RelativeSize.hpp> diff --git a/chart2/source/inc/RelativeSizeHelper.hxx b/chart2/source/inc/RelativeSizeHelper.hxx index 4d761e5d4dc9..03923772c885 100644 --- a/chart2/source/inc/RelativeSizeHelper.hxx +++ b/chart2/source/inc/RelativeSizeHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_RELATIVESIZEHELPER_HXX -#define CHART2_RELATIVESIZEHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_RELATIVESIZEHELPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_RELATIVESIZEHELPER_HXX #include <com/sun/star/awt/Size.hpp> #include <com/sun/star/beans/XPropertySet.hpp> @@ -47,7 +47,7 @@ private: } // namespace chart -// CHART2_RELATIVESIZEHELPER_HXX +// INCLUDED_CHART2_SOURCE_INC_RELATIVESIZEHELPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/ResId.hxx b/chart2/source/inc/ResId.hxx index 2923aa19eb9a..ac24173f4c77 100644 --- a/chart2/source/inc/ResId.hxx +++ b/chart2/source/inc/ResId.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_RESID_HXX -#define CHART2_RESID_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_RESID_HXX +#define INCLUDED_CHART2_SOURCE_INC_RESID_HXX #include <tools/resid.hxx> #include <rtl/ustring.hxx> @@ -36,7 +36,7 @@ public: } // namespace chart -// CHART2_RESID_HXX +// INCLUDED_CHART2_SOURCE_INC_RESID_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/ResourceManager.hxx b/chart2/source/inc/ResourceManager.hxx index 165946148c04..bbe31c5d8418 100644 --- a/chart2/source/inc/ResourceManager.hxx +++ b/chart2/source/inc/ResourceManager.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_RESOURCEMANAGER_HXX -#define CHART2_RESOURCEMANAGER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_RESOURCEMANAGER_HXX +#define INCLUDED_CHART2_SOURCE_INC_RESOURCEMANAGER_HXX #include "charttoolsdllapi.hxx" @@ -41,7 +41,7 @@ private: } // namespace chart -// CHART2_RESOURCEMANAGER_HXX +// INCLUDED_CHART2_SOURCE_INC_RESOURCEMANAGER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/Scaling.hxx b/chart2/source/inc/Scaling.hxx index 0047af5d0866..2f94984ea154 100644 --- a/chart2/source/inc/Scaling.hxx +++ b/chart2/source/inc/Scaling.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_SCALING_HXX -#define _CHART2_SCALING_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_SCALING_HXX +#define INCLUDED_CHART2_SOURCE_INC_SCALING_HXX #include "ServiceMacros.hxx" #include <com/sun/star/chart2/XScaling.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> diff --git a/chart2/source/inc/SceneProperties.hxx b/chart2/source/inc/SceneProperties.hxx index a2c9f0c2bdd5..811d9211e189 100644 --- a/chart2/source/inc/SceneProperties.hxx +++ b/chart2/source/inc/SceneProperties.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_SCENEPROPERTIES_HXX -#define CHART_SCENEPROPERTIES_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_SCENEPROPERTIES_HXX +#define INCLUDED_CHART2_SOURCE_INC_SCENEPROPERTIES_HXX #include "PropertyHelper.hxx" #include "FastPropertyIdRanges.hxx" @@ -84,7 +84,6 @@ private: } // namespace chart -// CHART_FILLPROPERTIES_HXX -#endif +#endif // INCLUDED_CHART2_SOURCE_INC_SCENEPROPERTIES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/ServiceMacros.hxx b/chart2/source/inc/ServiceMacros.hxx index f1a727b70777..b317e8d99691 100644 --- a/chart2/source/inc/ServiceMacros.hxx +++ b/chart2/source/inc/ServiceMacros.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _APPHELPER_SERVICEMACROS_HXX -#define _APPHELPER_SERVICEMACROS_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_SERVICEMACROS_HXX +#define INCLUDED_CHART2_SOURCE_INC_SERVICEMACROS_HXX /* to use these macros the supported services and the implementation name needs to be static diff --git a/chart2/source/inc/StackMode.hxx b/chart2/source/inc/StackMode.hxx index 098c4bea4bcc..43b8f1f9ad0d 100644 --- a/chart2/source/inc/StackMode.hxx +++ b/chart2/source/inc/StackMode.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_STACKMODE_HXX -#define CHART2_STACKMODE_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_STACKMODE_HXX +#define INCLUDED_CHART2_SOURCE_INC_STACKMODE_HXX namespace chart { @@ -35,7 +35,7 @@ enum StackMode } // namespace chart -// CHART2_STACKMODE_HXX +// INCLUDED_CHART2_SOURCE_INC_STACKMODE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/StatisticsHelper.hxx b/chart2/source/inc/StatisticsHelper.hxx index 87c1b6099c53..96cbaeadf610 100644 --- a/chart2/source/inc/StatisticsHelper.hxx +++ b/chart2/source/inc/StatisticsHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_STATISTICSHELPER_HXX -#define CHART2_STATISTICSHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_STATISTICSHELPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_STATISTICSHELPER_HXX #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/XComponentContext.hpp> @@ -121,7 +121,7 @@ private: } // namespace chart -// CHART2_STATISTICSHELPER_HXX +// INCLUDED_CHART2_SOURCE_INC_STATISTICSHELPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/ThreeDHelper.hxx b/chart2/source/inc/ThreeDHelper.hxx index 342c1d11fe9c..f928a4ca986e 100644 --- a/chart2/source/inc/ThreeDHelper.hxx +++ b/chart2/source/inc/ThreeDHelper.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_THREEDHELPER_HXX -#define CHART2_THREEDHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_THREEDHELPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_THREEDHELPER_HXX #include <com/sun/star/chart2/XDiagram.hpp> #include <com/sun/star/drawing/CameraGeometry.hpp> diff --git a/chart2/source/inc/TitleHelper.hxx b/chart2/source/inc/TitleHelper.hxx index c954acfb6633..36c7a99c1533 100644 --- a/chart2/source/inc/TitleHelper.hxx +++ b/chart2/source/inc/TitleHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_TOOLS_TITLEHELPER_HXX -#define _CHART2_TOOLS_TITLEHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_TITLEHELPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_TITLEHELPER_HXX #include "ReferenceSizeProvider.hxx" #include "charttoolsdllapi.hxx" diff --git a/chart2/source/inc/TrueGuard.hxx b/chart2/source/inc/TrueGuard.hxx index 4e9f74121649..2cf602a53ea3 100644 --- a/chart2/source/inc/TrueGuard.hxx +++ b/chart2/source/inc/TrueGuard.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_TRUEGUARD_HXX -#define CHART2_TRUEGUARD_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_TRUEGUARD_HXX +#define INCLUDED_CHART2_SOURCE_INC_TRUEGUARD_HXX #include "charttoolsdllapi.hxx" @@ -36,7 +36,7 @@ private: }; } -// CHART2_TRUEGUARD_HXX +// INCLUDED_CHART2_SOURCE_INC_TRUEGUARD_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/UncachedDataSequence.hxx b/chart2/source/inc/UncachedDataSequence.hxx index 4df0ffc3d845..c0c850739514 100644 --- a/chart2/source/inc/UncachedDataSequence.hxx +++ b/chart2/source/inc/UncachedDataSequence.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART_UNCACHEDDATASEQUENCE_HXX -#define _CHART_UNCACHEDDATASEQUENCE_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_UNCACHEDDATASEQUENCE_HXX +#define INCLUDED_CHART2_SOURCE_INC_UNCACHEDDATASEQUENCE_HXX // helper classes #include <cppuhelper/compbase8.hxx> @@ -192,7 +192,7 @@ private: } // namespace chart -// _CHART_UNCACHEDDATASEQUENCE_HXX +// INCLUDED_CHART2_SOURCE_INC_UNCACHEDDATASEQUENCE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/UserDefinedProperties.hxx b/chart2/source/inc/UserDefinedProperties.hxx index 9c73e5fa1f25..d26fd1819b66 100644 --- a/chart2/source/inc/UserDefinedProperties.hxx +++ b/chart2/source/inc/UserDefinedProperties.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_USERDEFINEDPROPERTIES_HXX -#define CHART_USERDEFINEDPROPERTIES_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_USERDEFINEDPROPERTIES_HXX +#define INCLUDED_CHART2_SOURCE_INC_USERDEFINEDPROPERTIES_HXX #include "PropertyHelper.hxx" #include "FastPropertyIdRanges.hxx" @@ -57,7 +57,7 @@ private: } // namespace chart -// CHART_USERDEFINEDPROPERTIES_HXX +// INCLUDED_CHART2_SOURCE_INC_USERDEFINEDPROPERTIES_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/WeakListenerAdapter.hxx b/chart2/source/inc/WeakListenerAdapter.hxx index 779c59558f21..39eb088737ad 100644 --- a/chart2/source/inc/WeakListenerAdapter.hxx +++ b/chart2/source/inc/WeakListenerAdapter.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_WEAKLISTENERADAPTER_HXX -#define CHART2_WEAKLISTENERADAPTER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_WEAKLISTENERADAPTER_HXX +#define INCLUDED_CHART2_SOURCE_INC_WEAKLISTENERADAPTER_HXX #include <com/sun/star/uno/XWeak.hpp> #include <com/sun/star/lang/XEventListener.hpp> @@ -110,7 +110,7 @@ protected: } // namespace chart -// CHART2_WEAKLISTENERADAPTER_HXX +// INCLUDED_CHART2_SOURCE_INC_WEAKLISTENERADAPTER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/WrappedDefaultProperty.hxx b/chart2/source/inc/WrappedDefaultProperty.hxx index b90961f985c7..63c2f522fd8d 100644 --- a/chart2/source/inc/WrappedDefaultProperty.hxx +++ b/chart2/source/inc/WrappedDefaultProperty.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_WRAPPEDDEFAULTPROPERTY_HXX -#define CHART2_WRAPPEDDEFAULTPROPERTY_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_WRAPPEDDEFAULTPROPERTY_HXX +#define INCLUDED_CHART2_SOURCE_INC_WRAPPEDDEFAULTPROPERTY_HXX #include "WrappedProperty.hxx" #include "charttoolsdllapi.hxx" diff --git a/chart2/source/inc/WrappedDirectStateProperty.hxx b/chart2/source/inc/WrappedDirectStateProperty.hxx index f292272b09b6..0611c34b9dd2 100644 --- a/chart2/source/inc/WrappedDirectStateProperty.hxx +++ b/chart2/source/inc/WrappedDirectStateProperty.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_WRAPPEDDIRECTSTATEPROPERTY_HXX -#define CHART2_WRAPPEDDIRECTSTATEPROPERTY_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_WRAPPEDDIRECTSTATEPROPERTY_HXX +#define INCLUDED_CHART2_SOURCE_INC_WRAPPEDDIRECTSTATEPROPERTY_HXX #include "WrappedProperty.hxx" #include "charttoolsdllapi.hxx" diff --git a/chart2/source/inc/WrappedIgnoreProperty.hxx b/chart2/source/inc/WrappedIgnoreProperty.hxx index 420a5c489a81..53c5c79e9fb5 100644 --- a/chart2/source/inc/WrappedIgnoreProperty.hxx +++ b/chart2/source/inc/WrappedIgnoreProperty.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_WRAPPED_IGNORE_PROPERTY_HXX -#define CHART_WRAPPED_IGNORE_PROPERTY_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_WRAPPEDIGNOREPROPERTY_HXX +#define INCLUDED_CHART2_SOURCE_INC_WRAPPEDIGNOREPROPERTY_HXX #include "WrappedProperty.hxx" #include "charttoolsdllapi.hxx" @@ -65,7 +65,7 @@ public: } //namespace chart -// CHART_WRAPPED_IGNORE_PROPERTY_HXX +// INCLUDED_CHART2_SOURCE_INC_WRAPPEDIGNOREPROPERTY_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/WrappedProperty.hxx b/chart2/source/inc/WrappedProperty.hxx index 11692faea6fc..2baa2f2b9e22 100644 --- a/chart2/source/inc/WrappedProperty.hxx +++ b/chart2/source/inc/WrappedProperty.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_WRAPPEDPROPERTY_HXX -#define CHART_WRAPPEDPROPERTY_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_WRAPPEDPROPERTY_HXX +#define INCLUDED_CHART2_SOURCE_INC_WRAPPEDPROPERTY_HXX #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertyState.hpp> @@ -68,7 +68,7 @@ typedef ::std::map< sal_Int32, const WrappedProperty* > tWrappedPropertyMap; } //namespace chart -// CHART_WRAPPEDPROPERTY_HXX +// INCLUDED_CHART2_SOURCE_INC_WRAPPEDPROPERTY_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/WrappedPropertySet.hxx b/chart2/source/inc/WrappedPropertySet.hxx index 911eb625c4e3..5ad89e8d7c08 100644 --- a/chart2/source/inc/WrappedPropertySet.hxx +++ b/chart2/source/inc/WrappedPropertySet.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_WRAPPEDPROPERTYSET_HXX -#define CHART_WRAPPEDPROPERTYSET_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_WRAPPEDPROPERTYSET_HXX +#define INCLUDED_CHART2_SOURCE_INC_WRAPPEDPROPERTYSET_HXX #include "WrappedProperty.hxx" #include "MutexContainer.hxx" @@ -126,7 +126,7 @@ protected: //member } //namespace chart -// CHART_WRAPPEDPROPERTYSET_HXX +// INCLUDED_CHART2_SOURCE_INC_WRAPPEDPROPERTYSET_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/XMLRangeHelper.hxx b/chart2/source/inc/XMLRangeHelper.hxx index 7148a0ec6e2f..455b9d55b754 100644 --- a/chart2/source/inc/XMLRangeHelper.hxx +++ b/chart2/source/inc/XMLRangeHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_XMLRANGEHELPER_HXX -#define CHART2_XMLRANGEHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_XMLRANGEHELPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_XMLRANGEHELPER_HXX #include <sal/types.h> #include <rtl/ustring.hxx> @@ -61,7 +61,7 @@ OUString getXMLStringFromCellRange( const CellRange & rRange ); } // namespace XMLRangeHelper } // namespace chart -// CHART2_XMLRANGEHELPER_HXX +// INCLUDED_CHART2_SOURCE_INC_XMLRANGEHELPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/inc/chartview/ChartSfxItemIds.hxx b/chart2/source/inc/chartview/ChartSfxItemIds.hxx index 92582090d992..2b988481c3cb 100644 --- a/chart2/source/inc/chartview/ChartSfxItemIds.hxx +++ b/chart2/source/inc/chartview/ChartSfxItemIds.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHARTSFXITEMIDS_HXX -#define CHARTSFXITEMIDS_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_CHARTVIEW_CHARTSFXITEMIDS_HXX +#define INCLUDED_CHART2_SOURCE_INC_CHARTVIEW_CHARTSFXITEMIDS_HXX // SCHATTR diff --git a/chart2/source/inc/chartview/DataPointSymbolSupplier.hxx b/chart2/source/inc/chartview/DataPointSymbolSupplier.hxx index 5ec31eff119a..05b9d2a1ff49 100644 --- a/chart2/source/inc/chartview/DataPointSymbolSupplier.hxx +++ b/chart2/source/inc/chartview/DataPointSymbolSupplier.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_DATAPOINTSYMBOLSUPPLIER_HXX -#define _CHART2_DATAPOINTSYMBOLSUPPLIER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_CHARTVIEW_DATAPOINTSYMBOLSUPPLIER_HXX +#define INCLUDED_CHART2_SOURCE_INC_CHARTVIEW_DATAPOINTSYMBOLSUPPLIER_HXX #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/drawing/Direction3D.hpp> diff --git a/chart2/source/inc/chartview/DrawModelWrapper.hxx b/chart2/source/inc/chartview/DrawModelWrapper.hxx index 27891b95ec58..50ee0ec18b1d 100644 --- a/chart2/source/inc/chartview/DrawModelWrapper.hxx +++ b/chart2/source/inc/chartview/DrawModelWrapper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_DRAWMODELWRAPPER_HXX -#define _CHART2_DRAWMODELWRAPPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_CHARTVIEW_DRAWMODELWRAPPER_HXX +#define INCLUDED_CHART2_SOURCE_INC_CHARTVIEW_DRAWMODELWRAPPER_HXX //---- #include <svx/svdmodel.hxx> diff --git a/chart2/source/inc/chartview/ExplicitScaleValues.hxx b/chart2/source/inc/chartview/ExplicitScaleValues.hxx index bb3bd4b8a624..966f8fdec6e4 100644 --- a/chart2/source/inc/chartview/ExplicitScaleValues.hxx +++ b/chart2/source/inc/chartview/ExplicitScaleValues.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_EXPLICITSCALEVALUES_HXX -#define _CHART2_EXPLICITSCALEVALUES_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_CHARTVIEW_EXPLICITSCALEVALUES_HXX +#define INCLUDED_CHART2_SOURCE_INC_CHARTVIEW_EXPLICITSCALEVALUES_HXX #include "chartviewdllapi.hxx" #include <com/sun/star/chart/TimeInterval.hpp> diff --git a/chart2/source/inc/chartview/ExplicitValueProvider.hxx b/chart2/source/inc/chartview/ExplicitValueProvider.hxx index 0f3f8a444ce6..0614ace7438f 100644 --- a/chart2/source/inc/chartview/ExplicitValueProvider.hxx +++ b/chart2/source/inc/chartview/ExplicitValueProvider.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_EXPLICITVALUEPROVIDER_HXX -#define _CHART2_EXPLICITVALUEPROVIDER_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_CHARTVIEW_EXPLICITVALUEPROVIDER_HXX +#define INCLUDED_CHART2_SOURCE_INC_CHARTVIEW_EXPLICITVALUEPROVIDER_HXX #include "ExplicitScaleValues.hxx" diff --git a/chart2/source/inc/defines.hxx b/chart2/source/inc/defines.hxx index 14f6c25d2173..135afe44bbef 100644 --- a/chart2/source/inc/defines.hxx +++ b/chart2/source/inc/defines.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __CHART2_DEFINES_HXX__ -#define __CHART2_DEFINES_HXX__ +#ifndef INCLUDED_CHART2_SOURCE_INC_DEFINES_HXX +#define INCLUDED_CHART2_SOURCE_INC_DEFINES_HXX #define FIXED_SIZE_FOR_3D_CHART_VOLUME 10000.0 diff --git a/chart2/source/inc/macros.hxx b/chart2/source/inc/macros.hxx index 874a4ddb0435..daf66c45b9a2 100644 --- a/chart2/source/inc/macros.hxx +++ b/chart2/source/inc/macros.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_MACROS_HXX -#define CHART_MACROS_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_MACROS_HXX +#define INCLUDED_CHART2_SOURCE_INC_MACROS_HXX #include "sal/config.h" diff --git a/chart2/source/inc/servicenames.hxx b/chart2/source/inc/servicenames.hxx index 1444d32098ec..4578011329fb 100644 --- a/chart2/source/inc/servicenames.hxx +++ b/chart2/source/inc/servicenames.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART_SERVICENAMES_HXX -#define _CHART_SERVICENAMES_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_SERVICENAMES_HXX +#define INCLUDED_CHART2_SOURCE_INC_SERVICENAMES_HXX namespace chart { diff --git a/chart2/source/inc/servicenames_charttypes.hxx b/chart2/source/inc/servicenames_charttypes.hxx index 2f370a1e29e2..321ba73e9c96 100644 --- a/chart2/source/inc/servicenames_charttypes.hxx +++ b/chart2/source/inc/servicenames_charttypes.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_SERVICENAMES_CHARTTYPES_HXX -#define _CHART2_SERVICENAMES_CHARTTYPES_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_SERVICENAMES_CHARTTYPES_HXX +#define INCLUDED_CHART2_SOURCE_INC_SERVICENAMES_CHARTTYPES_HXX namespace chart { diff --git a/chart2/source/inc/servicenames_coosystems.hxx b/chart2/source/inc/servicenames_coosystems.hxx index 4fa10bc3ffbe..bc43f651dd72 100644 --- a/chart2/source/inc/servicenames_coosystems.hxx +++ b/chart2/source/inc/servicenames_coosystems.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_SERVICENAMES_COOSYSTEMS_HXX -#define _CHART2_SERVICENAMES_COOSYSTEMS_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_SERVICENAMES_COOSYSTEMS_HXX +#define INCLUDED_CHART2_SOURCE_INC_SERVICENAMES_COOSYSTEMS_HXX namespace chart { diff --git a/chart2/source/model/inc/BaseCoordinateSystem.hxx b/chart2/source/model/inc/BaseCoordinateSystem.hxx index 122faee3dfbe..1a155bf6f3b7 100644 --- a/chart2/source/model/inc/BaseCoordinateSystem.hxx +++ b/chart2/source/model/inc/BaseCoordinateSystem.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_COORDINATESYSTEM_HXX -#define CHART_COORDINATESYSTEM_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_INC_BASECOORDINATESYSTEM_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_INC_BASECOORDINATESYSTEM_HXX #include "ServiceMacros.hxx" #include "OPropertySet.hxx" @@ -156,7 +156,7 @@ private: } // namespace chart -// CHART_COORDINATESYSTEM_HXX +// INCLUDED_CHART2_SOURCE_MODEL_INC_BASECOORDINATESYSTEM_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/inc/CartesianCoordinateSystem.hxx b/chart2/source/model/inc/CartesianCoordinateSystem.hxx index cfa3e66c4ce5..ca8f86919fba 100644 --- a/chart2/source/model/inc/CartesianCoordinateSystem.hxx +++ b/chart2/source/model/inc/CartesianCoordinateSystem.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART_CARTESIANCOORDINATESYSTEM_HXX -#define _CHART_CARTESIANCOORDINATESYSTEM_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_INC_CARTESIANCOORDINATESYSTEM_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_INC_CARTESIANCOORDINATESYSTEM_HXX #include "ServiceMacros.hxx" #include "BaseCoordinateSystem.hxx" @@ -81,7 +81,7 @@ public: } // namespace chart -// _CHART_CARTESIANCOORDINATESYSTEM_HXX +// INCLUDED_CHART2_SOURCE_MODEL_INC_CARTESIANCOORDINATESYSTEM_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/inc/ChartTypeManager.hxx b/chart2/source/model/inc/ChartTypeManager.hxx index 63fc3a7643d0..c8cd279e31d1 100644 --- a/chart2/source/model/inc/ChartTypeManager.hxx +++ b/chart2/source/model/inc/ChartTypeManager.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_CHARTTYPEMANAGER_HXX -#define CHART_CHARTTYPEMANAGER_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_INC_CHARTTYPEMANAGER_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_INC_CHARTTYPEMANAGER_HXX #include "OPropertySet.hxx" #include "MutexContainer.hxx" @@ -74,7 +74,7 @@ private: } // namespace chart -// CHART_CHARTTYPEMANAGER_HXX +// INCLUDED_CHART2_SOURCE_MODEL_INC_CHARTTYPEMANAGER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/inc/DataSeries.hxx b/chart2/source/model/inc/DataSeries.hxx index 123f7302399f..27a5ad24e81a 100644 --- a/chart2/source/model/inc/DataSeries.hxx +++ b/chart2/source/model/inc/DataSeries.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART_DATASERIES_HXX -#define _CHART_DATASERIES_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_INC_DATASERIES_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_INC_DATASERIES_HXX // UNO types #include <com/sun/star/chart2/XDataSeries.hpp> @@ -204,7 +204,7 @@ private: } // namespace chart -// _CHART_DATASERIES_HXX +// INCLUDED_CHART2_SOURCE_MODEL_INC_DATASERIES_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/inc/Diagram.hxx b/chart2/source/model/inc/Diagram.hxx index f31c3c509a12..4a436379e4e2 100644 --- a/chart2/source/model/inc/Diagram.hxx +++ b/chart2/source/model/inc/Diagram.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_DIAGRAM_HXX -#define CHART_DIAGRAM_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_INC_DIAGRAM_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_INC_DIAGRAM_HXX #include "OPropertySet.hxx" #include "MutexContainer.hxx" @@ -225,7 +225,7 @@ private: } // namespace chart -// CHART_DIAGRAM_HXX +// INCLUDED_CHART2_SOURCE_MODEL_INC_DIAGRAM_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/inc/PolarCoordinateSystem.hxx b/chart2/source/model/inc/PolarCoordinateSystem.hxx index f69d2b550306..3a498214ee53 100644 --- a/chart2/source/model/inc/PolarCoordinateSystem.hxx +++ b/chart2/source/model/inc/PolarCoordinateSystem.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART_POLARCOORDINATESYSTEM_HXX -#define _CHART_POLARCOORDINATESYSTEM_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_INC_POLARCOORDINATESYSTEM_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_INC_POLARCOORDINATESYSTEM_HXX #include "ServiceMacros.hxx" #include "BaseCoordinateSystem.hxx" @@ -81,7 +81,7 @@ public: } // namespace chart -// _CHART_POLARCOORDINATESYSTEM_HXX +// INCLUDED_CHART2_SOURCE_MODEL_INC_POLARCOORDINATESYSTEM_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/inc/StockBar.hxx b/chart2/source/model/inc/StockBar.hxx index 35e97e5a8159..d63a6120fb93 100644 --- a/chart2/source/model/inc/StockBar.hxx +++ b/chart2/source/model/inc/StockBar.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_STOCKBAR_HXX -#define CHART_STOCKBAR_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_INC_STOCKBAR_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_INC_STOCKBAR_HXX #include <com/sun/star/util/XCloneable.hpp> #include <com/sun/star/util/XModifyBroadcaster.hpp> @@ -105,7 +105,7 @@ private: } // namespace chart -// CHART_STOCKBAR_HXX +// INCLUDED_CHART2_SOURCE_MODEL_INC_STOCKBAR_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/inc/XMLFilter.hxx b/chart2/source/model/inc/XMLFilter.hxx index 5aae715c19fb..648e25f45f5c 100644 --- a/chart2/source/model/inc/XMLFilter.hxx +++ b/chart2/source/model/inc/XMLFilter.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_XMLFILTER_HXX -#define CHART2_XMLFILTER_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_INC_XMLFILTER_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_INC_XMLFILTER_HXX #include <cppuhelper/implbase4.hxx> #include <com/sun/star/beans/XPropertySet.hpp> @@ -211,7 +211,7 @@ protected: } // namespace chart -// CHART2_XMLFILTER_HXX +// INCLUDED_CHART2_SOURCE_MODEL_INC_XMLFILTER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/inc/_serviceregistration_charttypes.hxx b/chart2/source/model/inc/_serviceregistration_charttypes.hxx index 485183806af5..c713baa867e0 100644 --- a/chart2/source/model/inc/_serviceregistration_charttypes.hxx +++ b/chart2/source/model/inc/_serviceregistration_charttypes.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2__SERVICEREGISTRATION_CHARTTYPES_HXX -#define CHART2__SERVICEREGISTRATION_CHARTTYPES_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_INC__SERVICEREGISTRATION_CHARTTYPES_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_INC__SERVICEREGISTRATION_CHARTTYPES_HXX #include <cppuhelper/implementationentry.hxx> @@ -28,7 +28,7 @@ public: getImplementationEntries(); }; -// CHART2__SERVICEREGISTRATION_CHARTTYPES_HXX +// INCLUDED_CHART2_SOURCE_MODEL_INC__SERVICEREGISTRATION_CHARTTYPES_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/main/Axis.hxx b/chart2/source/model/main/Axis.hxx index 46301fee3605..7fb1d2881e62 100644 --- a/chart2/source/model/main/Axis.hxx +++ b/chart2/source/model/main/Axis.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_AXIS_HXX -#define CHART_AXIS_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_MAIN_AXIS_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_MAIN_AXIS_HXX #include <com/sun/star/uno/XComponentContext.hpp> #include "MutexContainer.hxx" @@ -165,7 +165,7 @@ private: //member } // namespace chart -// CHART_AXIS_HXX +// INCLUDED_CHART2_SOURCE_MODEL_MAIN_AXIS_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/main/ChartModel.hxx b/chart2/source/model/main/ChartModel.hxx index 9752c3bbf276..0d3354e589c6 100644 --- a/chart2/source/model/main/ChartModel.hxx +++ b/chart2/source/model/main/ChartModel.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART_MODEL_HXX -#define _CHART_MODEL_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_MAIN_CHARTMODEL_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_MAIN_CHARTMODEL_HXX #include "LifeTime.hxx" #include "ServiceMacros.hxx" diff --git a/chart2/source/model/main/DataPoint.hxx b/chart2/source/model/main/DataPoint.hxx index b95a9fafac60..e339bd948624 100644 --- a/chart2/source/model/main/DataPoint.hxx +++ b/chart2/source/model/main/DataPoint.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_DATAPOINT_HXX -#define CHART_DATAPOINT_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_MAIN_DATAPOINT_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_MAIN_DATAPOINT_HXX #include <osl/mutex.hxx> #include <cppuhelper/implbase5.hxx> @@ -125,7 +125,7 @@ private: } // namespace chart -// CHART_DATAPOINT_HXX +// INCLUDED_CHART2_SOURCE_MODEL_MAIN_DATAPOINT_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/main/DataPointProperties.hxx b/chart2/source/model/main/DataPointProperties.hxx index f5f8db58d74c..596adf88451b 100644 --- a/chart2/source/model/main/DataPointProperties.hxx +++ b/chart2/source/model/main/DataPointProperties.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_DATAPOINTPROPERTIES_HXX -#define CHART_DATAPOINTPROPERTIES_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_MAIN_DATAPOINTPROPERTIES_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_MAIN_DATAPOINTPROPERTIES_HXX #include "PropertyHelper.hxx" #include "FastPropertyIdRanges.hxx" @@ -88,7 +88,7 @@ private: } // namespace chart -// CHART_DATAPOINTPROPERTIES_HXX +// INCLUDED_CHART2_SOURCE_MODEL_MAIN_DATAPOINTPROPERTIES_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/main/DataSeriesProperties.hxx b/chart2/source/model/main/DataSeriesProperties.hxx index 02f86407b5af..bc7c31306558 100644 --- a/chart2/source/model/main/DataSeriesProperties.hxx +++ b/chart2/source/model/main/DataSeriesProperties.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_DATASERIESPROPERTIES_HXX -#define CHART_DATASERIESPROPERTIES_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_MAIN_DATASERIESPROPERTIES_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_MAIN_DATASERIESPROPERTIES_HXX #include "PropertyHelper.hxx" #include "FastPropertyIdRanges.hxx" @@ -51,7 +51,7 @@ private: } // namespace chart -// CHART_DATASERIESPROPERTIES_HXX +// INCLUDED_CHART2_SOURCE_MODEL_MAIN_DATASERIESPROPERTIES_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/main/FormattedString.hxx b/chart2/source/model/main/FormattedString.hxx index 018a40fe0335..28f0e9c555f6 100644 --- a/chart2/source/model/main/FormattedString.hxx +++ b/chart2/source/model/main/FormattedString.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_FORMATTEDSTRING_HXX -#define CHART_FORMATTEDSTRING_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_MAIN_FORMATTEDSTRING_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_MAIN_FORMATTEDSTRING_HXX #include "MutexContainer.hxx" #include "OPropertySet.hxx" @@ -134,7 +134,7 @@ private: } // namespace chart -// CHART_FORMATTEDSTRING_HXX +// INCLUDED_CHART2_SOURCE_MODEL_MAIN_FORMATTEDSTRING_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/main/GridProperties.hxx b/chart2/source/model/main/GridProperties.hxx index 0da34896d3e8..ce7daf0b0f39 100644 --- a/chart2/source/model/main/GridProperties.hxx +++ b/chart2/source/model/main/GridProperties.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_GRIDPROPERTIES_HXX -#define CHART_GRIDPROPERTIES_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_MAIN_GRIDPROPERTIES_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_MAIN_GRIDPROPERTIES_HXX #include "ServiceMacros.hxx" #include <osl/mutex.hxx> @@ -116,7 +116,7 @@ private: } // namespace chart -// CHART_GRIDPROPERTIES_HXX +// INCLUDED_CHART2_SOURCE_MODEL_MAIN_GRIDPROPERTIES_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/main/Legend.hxx b/chart2/source/model/main/Legend.hxx index 1da2ca7b4c4c..9ceaae492ec4 100644 --- a/chart2/source/model/main/Legend.hxx +++ b/chart2/source/model/main/Legend.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_LEGEND_HXX -#define CHART_LEGEND_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_MAIN_LEGEND_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_MAIN_LEGEND_HXX #include "ServiceMacros.hxx" #include "ModifyListenerHelper.hxx" @@ -116,7 +116,7 @@ private: } // namespace chart -// CHART_LEGEND_HXX +// INCLUDED_CHART2_SOURCE_MODEL_MAIN_LEGEND_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/main/PageBackground.hxx b/chart2/source/model/main/PageBackground.hxx index 3c582d9febce..c80af5b901f6 100644 --- a/chart2/source/model/main/PageBackground.hxx +++ b/chart2/source/model/main/PageBackground.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_PAGEBACKGROUND_HXX -#define CHART_PAGEBACKGROUND_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_MAIN_PAGEBACKGROUND_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_MAIN_PAGEBACKGROUND_HXX #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/util/XCloneable.hpp> @@ -113,7 +113,7 @@ private: } // namespace chart -// CHART_PAGEBACKGROUND_HXX +// INCLUDED_CHART2_SOURCE_MODEL_MAIN_PAGEBACKGROUND_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/main/Title.hxx b/chart2/source/model/main/Title.hxx index c177d6e9ebc4..6c60490eeada 100644 --- a/chart2/source/model/main/Title.hxx +++ b/chart2/source/model/main/Title.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_TITLE_HXX -#define CHART_TITLE_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_MAIN_TITLE_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_MAIN_TITLE_HXX #include "ServiceMacros.hxx" #include "ModifyListenerHelper.hxx" @@ -128,7 +128,7 @@ private: } // namespace chart -// CHART_TITLE_HXX +// INCLUDED_CHART2_SOURCE_MODEL_MAIN_TITLE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/main/UndoManager.hxx b/chart2/source/model/main/UndoManager.hxx index f35979b7b1e5..863892120ff4 100644 --- a/chart2/source/model/main/UndoManager.hxx +++ b/chart2/source/model/main/UndoManager.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_UNDOMANAGER_HXX -#define CHART2_UNDOMANAGER_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_MAIN_UNDOMANAGER_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_MAIN_UNDOMANAGER_HXX #include <com/sun/star/document/XUndoManager.hpp> #include <com/sun/star/util/XModifyBroadcaster.hpp> @@ -91,6 +91,6 @@ namespace chart } // namespace chart -#endif // CHART2_UNDOMANAGER_HXX +#endif // INCLUDED_CHART2_SOURCE_MODEL_MAIN_UNDOMANAGER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/main/Wall.hxx b/chart2/source/model/main/Wall.hxx index d9160c45eb0a..82d074689114 100644 --- a/chart2/source/model/main/Wall.hxx +++ b/chart2/source/model/main/Wall.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_WALL_HXX -#define CHART_WALL_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_MAIN_WALL_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_MAIN_WALL_HXX #include <com/sun/star/util/XCloneable.hpp> #include <com/sun/star/util/XModifyBroadcaster.hpp> @@ -108,7 +108,7 @@ private: } // namespace chart -// CHART_WALL_HXX +// INCLUDED_CHART2_SOURCE_MODEL_MAIN_WALL_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/template/AreaChartType.hxx b/chart2/source/model/template/AreaChartType.hxx index 00a1fc10585f..bf95d0a8f068 100644 --- a/chart2/source/model/template/AreaChartType.hxx +++ b/chart2/source/model/template/AreaChartType.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_AREACHARTTYPE_HXX -#define CHART_AREACHARTTYPE_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_AREACHARTTYPE_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_AREACHARTTYPE_HXX #include "ChartType.hxx" #include "ServiceMacros.hxx" @@ -52,7 +52,7 @@ protected: } // namespace chart -// CHART_AREACHARTTYPE_HXX +// INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_AREACHARTTYPE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/template/AreaChartTypeTemplate.hxx b/chart2/source/model/template/AreaChartTypeTemplate.hxx index 92fd4b86f054..f278f4637f9f 100644 --- a/chart2/source/model/template/AreaChartTypeTemplate.hxx +++ b/chart2/source/model/template/AreaChartTypeTemplate.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_AREACHARTTYPETEMPLATE_HXX -#define CHART_AREACHARTTYPETEMPLATE_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_AREACHARTTYPETEMPLATE_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_AREACHARTTYPETEMPLATE_HXX #include "ChartTypeTemplate.hxx" #include "StackMode.hxx" @@ -90,7 +90,7 @@ private: } // namespace chart -// CHART_AREACHARTTYPETEMPLATE_HXX +// INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_AREACHARTTYPETEMPLATE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/template/BarChartType.hxx b/chart2/source/model/template/BarChartType.hxx index 3495c6e7560e..a6ff4c3c0c61 100644 --- a/chart2/source/model/template/BarChartType.hxx +++ b/chart2/source/model/template/BarChartType.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_BARCHARTTYPE_HXX -#define CHART_BARCHARTTYPE_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_BARCHARTTYPE_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_BARCHARTTYPE_HXX #include "ChartType.hxx" #include "ServiceMacros.hxx" @@ -52,7 +52,7 @@ protected: } // namespace chart -// CHART_BARCHARTTYPE_HXX +// INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_BARCHARTTYPE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/template/BarChartTypeTemplate.hxx b/chart2/source/model/template/BarChartTypeTemplate.hxx index e8f606169bf7..678faa931502 100644 --- a/chart2/source/model/template/BarChartTypeTemplate.hxx +++ b/chart2/source/model/template/BarChartTypeTemplate.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_BARCHARTTYPETEMPLATE_HXX -#define CHART_BARCHARTTYPETEMPLATE_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_BARCHARTTYPETEMPLATE_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_BARCHARTTYPETEMPLATE_HXX #include "OPropertySet.hxx" #include "MutexContainer.hxx" @@ -109,7 +109,7 @@ private: } // namespace chart -// CHART_BARCHARTTYPETEMPLATE_HXX +// INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_BARCHARTTYPETEMPLATE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/template/BubbleChartType.hxx b/chart2/source/model/template/BubbleChartType.hxx index c3e25e8c145f..71e3fd80fcdd 100644 --- a/chart2/source/model/template/BubbleChartType.hxx +++ b/chart2/source/model/template/BubbleChartType.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_BUBBLECHARTTYPE_HXX -#define CHART_BUBBLECHARTTYPE_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_BUBBLECHARTTYPE_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_BUBBLECHARTTYPE_HXX #include "ChartType.hxx" #include "ServiceMacros.hxx" @@ -74,7 +74,7 @@ protected: } // namespace chart -// CHART_BUBBLECHARTTYPE_HXX +// INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_BUBBLECHARTTYPE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/template/BubbleChartTypeTemplate.hxx b/chart2/source/model/template/BubbleChartTypeTemplate.hxx index 4eca50973328..f5da3e3c0f1b 100644 --- a/chart2/source/model/template/BubbleChartTypeTemplate.hxx +++ b/chart2/source/model/template/BubbleChartTypeTemplate.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_BUBBLECHARTTYPETEMPLATE_HXX -#define CHART_BUBBLECHARTTYPETEMPLATE_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_BUBBLECHARTTYPETEMPLATE_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_BUBBLECHARTTYPETEMPLATE_HXX #include "ChartTypeTemplate.hxx" #include "OPropertySet.hxx" @@ -89,7 +89,7 @@ protected: } // namespace chart -// CHART_BUBBLECHARTTYPETEMPLATE_HXX +// INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_BUBBLECHARTTYPETEMPLATE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/template/BubbleDataInterpreter.hxx b/chart2/source/model/template/BubbleDataInterpreter.hxx index 250fe1ad1a56..703101dee93c 100644 --- a/chart2/source/model/template/BubbleDataInterpreter.hxx +++ b/chart2/source/model/template/BubbleDataInterpreter.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_BUBBLEDATAINTERPRETER_HXX -#define CHART_BUBBLEDATAINTERPRETER_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_BUBBLEDATAINTERPRETER_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_BUBBLEDATAINTERPRETER_HXX #include "DataInterpreter.hxx" @@ -49,7 +49,7 @@ protected: } // namespace chart -// CHART_BUBBLEDATAINTERPRETER_HXX +// INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_BUBBLEDATAINTERPRETER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/template/CandleStickChartType.hxx b/chart2/source/model/template/CandleStickChartType.hxx index 75df4c24a8e8..dca61c57f8b4 100644 --- a/chart2/source/model/template/CandleStickChartType.hxx +++ b/chart2/source/model/template/CandleStickChartType.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_CANDLESTICKCHARTTYPE_HXX -#define CHART_CANDLESTICKCHARTTYPE_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_CANDLESTICKCHARTTYPE_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_CANDLESTICKCHARTTYPE_HXX #include "ChartType.hxx" #include "ServiceMacros.hxx" @@ -78,7 +78,7 @@ protected: } // namespace chart -// CHART_CANDLESTICKCHARTTYPE_HXX +// INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_CANDLESTICKCHARTTYPE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/template/ChartType.hxx b/chart2/source/model/template/ChartType.hxx index 96f3b8a64c49..5dd4311761d2 100644 --- a/chart2/source/model/template/ChartType.hxx +++ b/chart2/source/model/template/ChartType.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_CHARTTYPE_HXX -#define CHART_CHARTTYPE_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_CHARTTYPE_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_CHARTTYPE_HXX #include "MutexContainer.hxx" #include "OPropertySet.hxx" @@ -159,7 +159,7 @@ private: } // namespace chart -// CHART_CHARTTYPE_HXX +// INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_CHARTTYPE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/template/ChartTypeTemplate.hxx b/chart2/source/model/template/ChartTypeTemplate.hxx index 305b7b5d5004..fc81dfd62a9c 100644 --- a/chart2/source/model/template/ChartTypeTemplate.hxx +++ b/chart2/source/model/template/ChartTypeTemplate.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_CHARTTYPETEMPLATE_HXX -#define CHART_CHARTTYPETEMPLATE_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_CHARTTYPETEMPLATE_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_CHARTTYPETEMPLATE_HXX #include <cppuhelper/implbase2.hxx> #include "ServiceMacros.hxx" @@ -283,7 +283,7 @@ private: } // namespace chart -// CHART_CHARTTYPETEMPLATE_HXX +// INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_CHARTTYPETEMPLATE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/template/ColumnChartType.hxx b/chart2/source/model/template/ColumnChartType.hxx index 068260d3b545..3edbd7287cbb 100644 --- a/chart2/source/model/template/ColumnChartType.hxx +++ b/chart2/source/model/template/ColumnChartType.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_COLUMNCHARTTYPE_HXX -#define CHART_COLUMNCHARTTYPE_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_COLUMNCHARTTYPE_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_COLUMNCHARTTYPE_HXX #include "ChartType.hxx" #include "ServiceMacros.hxx" @@ -62,7 +62,7 @@ protected: } // namespace chart -// CHART_COLUMNCHARTTYPE_HXX +// INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_COLUMNCHARTTYPE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/template/ColumnLineChartTypeTemplate.hxx b/chart2/source/model/template/ColumnLineChartTypeTemplate.hxx index 2363a6140b1d..6c3c6344c878 100644 --- a/chart2/source/model/template/ColumnLineChartTypeTemplate.hxx +++ b/chart2/source/model/template/ColumnLineChartTypeTemplate.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_COLUMNLINECHARTTYPETEMPLATE_HXX -#define CHART_COLUMNLINECHARTTYPETEMPLATE_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_COLUMNLINECHARTTYPETEMPLATE_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_COLUMNLINECHARTTYPETEMPLATE_HXX #include "ChartTypeTemplate.hxx" #include "StackMode.hxx" @@ -107,7 +107,7 @@ private: } // namespace chart -// CHART_COLUMNLINECHARTTYPETEMPLATE_HXX +// INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_COLUMNLINECHARTTYPETEMPLATE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/template/ColumnLineDataInterpreter.hxx b/chart2/source/model/template/ColumnLineDataInterpreter.hxx index 1b883369a4e2..1a04612ca167 100644 --- a/chart2/source/model/template/ColumnLineDataInterpreter.hxx +++ b/chart2/source/model/template/ColumnLineDataInterpreter.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_COLUMNLINEDATAINTERPRETER_HXX -#define CHART_COLUMNLINEDATAINTERPRETER_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_COLUMNLINEDATAINTERPRETER_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_COLUMNLINEDATAINTERPRETER_HXX #include "DataInterpreter.hxx" @@ -47,7 +47,7 @@ private: } // namespace chart -// CHART_COLUMNLINEDATAINTERPRETER_HXX +// INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_COLUMNLINEDATAINTERPRETER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/template/DataInterpreter.hxx b/chart2/source/model/template/DataInterpreter.hxx index bba38e48e7e9..761e0f587e2e 100644 --- a/chart2/source/model/template/DataInterpreter.hxx +++ b/chart2/source/model/template/DataInterpreter.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_DATAINTERPRETER_HXX -#define CHART_DATAINTERPRETER_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_DATAINTERPRETER_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_DATAINTERPRETER_HXX #include "ServiceMacros.hxx" #include <cppuhelper/implbase2.hxx> @@ -92,7 +92,7 @@ protected: } // namespace chart -// CHART_DATAINTERPRETER_HXX +// INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_DATAINTERPRETER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/template/FilledNetChartType.hxx b/chart2/source/model/template/FilledNetChartType.hxx index 0c5aeac28d0d..021d7f2f9ad9 100644 --- a/chart2/source/model/template/FilledNetChartType.hxx +++ b/chart2/source/model/template/FilledNetChartType.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_FILLEDNETCHARTTYPE_HXX -#define CHART_FILLEDNETCHARTTYPE_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_FILLEDNETCHARTTYPE_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_FILLEDNETCHARTTYPE_HXX #include "NetChartType.hxx" #include "ServiceMacros.hxx" @@ -51,7 +51,7 @@ protected: } // namespace chart -// CHART_FILLEDNETCHARTTYPE_HXX +// INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_FILLEDNETCHARTTYPE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/template/LineChartType.hxx b/chart2/source/model/template/LineChartType.hxx index 2df426d13ca0..4b0b1c49b6da 100644 --- a/chart2/source/model/template/LineChartType.hxx +++ b/chart2/source/model/template/LineChartType.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_LINECHARTTYPE_HXX -#define CHART_LINECHARTTYPE_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_LINECHARTTYPE_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_LINECHARTTYPE_HXX #include "ChartType.hxx" #include "ServiceMacros.hxx" @@ -63,7 +63,7 @@ protected: } // namespace chart -// CHART_LINECHARTTYPE_HXX +// INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_LINECHARTTYPE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/template/LineChartTypeTemplate.hxx b/chart2/source/model/template/LineChartTypeTemplate.hxx index b0ed7dd2d7b2..570809d35306 100644 --- a/chart2/source/model/template/LineChartTypeTemplate.hxx +++ b/chart2/source/model/template/LineChartTypeTemplate.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_LINECHARTTYPETEMPLATE_HXX -#define CHART_LINECHARTTYPETEMPLATE_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_LINECHARTTYPETEMPLATE_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_LINECHARTTYPETEMPLATE_HXX #include "ChartTypeTemplate.hxx" #include "OPropertySet.hxx" @@ -97,7 +97,7 @@ private: } // namespace chart -// CHART_LINECHARTTYPETEMPLATE_HXX +// INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_LINECHARTTYPETEMPLATE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/template/NetChartType.hxx b/chart2/source/model/template/NetChartType.hxx index 20a63746eec4..189ac094b2bf 100644 --- a/chart2/source/model/template/NetChartType.hxx +++ b/chart2/source/model/template/NetChartType.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_NETCHARTTYPE_HXX -#define CHART_NETCHARTTYPE_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_NETCHARTTYPE_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_NETCHARTTYPE_HXX #include "ChartType.hxx" #include "ServiceMacros.hxx" @@ -79,7 +79,7 @@ protected: } // namespace chart -// CHART_NETCHARTTYPE_HXX +// INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_NETCHARTTYPE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/template/NetChartTypeTemplate.hxx b/chart2/source/model/template/NetChartTypeTemplate.hxx index 420d3e9cc203..b8b3687fb25f 100644 --- a/chart2/source/model/template/NetChartTypeTemplate.hxx +++ b/chart2/source/model/template/NetChartTypeTemplate.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_NETCHARTTYPETEMPLATE_HXX -#define CHART_NETCHARTTYPETEMPLATE_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_NETCHARTTYPETEMPLATE_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_NETCHARTTYPETEMPLATE_HXX #include "ChartTypeTemplate.hxx" #include "StackMode.hxx" @@ -74,7 +74,7 @@ private: } // namespace chart -// CHART_NETCHARTTYPETEMPLATE_HXX +// INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_NETCHARTTYPETEMPLATE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/template/PieChartType.hxx b/chart2/source/model/template/PieChartType.hxx index 962da335231f..60e563f4c7e1 100644 --- a/chart2/source/model/template/PieChartType.hxx +++ b/chart2/source/model/template/PieChartType.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_PIECHARTTYPE_HXX -#define CHART_PIECHARTTYPE_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_PIECHARTTYPE_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_PIECHARTTYPE_HXX #include "ChartType.hxx" #include "ServiceMacros.hxx" @@ -69,7 +69,7 @@ protected: } // namespace chart -// CHART_PIECHARTTYPE_HXX +// INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_PIECHARTTYPE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/template/PieChartTypeTemplate.hxx b/chart2/source/model/template/PieChartTypeTemplate.hxx index 697a00f8ab6c..9e4bebd2ce7a 100644 --- a/chart2/source/model/template/PieChartTypeTemplate.hxx +++ b/chart2/source/model/template/PieChartTypeTemplate.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_PIECHARTTYPETEMPLATE_HXX -#define CHART_PIECHARTTYPETEMPLATE_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_PIECHARTTYPETEMPLATE_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_PIECHARTTYPETEMPLATE_HXX #include "OPropertySet.hxx" #include "MutexContainer.hxx" @@ -124,7 +124,7 @@ protected: } // namespace chart -// CHART_PIECHARTTYPETEMPLATE_HXX +// INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_PIECHARTTYPETEMPLATE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/template/ScatterChartType.hxx b/chart2/source/model/template/ScatterChartType.hxx index e39265e9497c..25d3001bf76d 100644 --- a/chart2/source/model/template/ScatterChartType.hxx +++ b/chart2/source/model/template/ScatterChartType.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_SCATTERCHARTTYPE_HXX -#define CHART_SCATTERCHARTTYPE_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_SCATTERCHARTTYPE_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_SCATTERCHARTTYPE_HXX #include "ChartType.hxx" #include "ServiceMacros.hxx" @@ -79,7 +79,7 @@ protected: } // namespace chart -// CHART_SCATTERCHARTTYPE_HXX +// INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_SCATTERCHARTTYPE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/template/ScatterChartTypeTemplate.hxx b/chart2/source/model/template/ScatterChartTypeTemplate.hxx index ef7afc26a7b2..07d766e2a224 100644 --- a/chart2/source/model/template/ScatterChartTypeTemplate.hxx +++ b/chart2/source/model/template/ScatterChartTypeTemplate.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_SCATTERCHARTTYPETEMPLATE_HXX -#define CHART_SCATTERCHARTTYPETEMPLATE_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_SCATTERCHARTTYPETEMPLATE_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_SCATTERCHARTTYPETEMPLATE_HXX #include "ChartTypeTemplate.hxx" #include "OPropertySet.hxx" @@ -98,7 +98,7 @@ private: } // namespace chart -// CHART_SCATTERCHARTTYPETEMPLATE_HXX +// INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_SCATTERCHARTTYPETEMPLATE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/template/StockChartTypeTemplate.hxx b/chart2/source/model/template/StockChartTypeTemplate.hxx index 6c203d92d467..2d01d58ab85b 100644 --- a/chart2/source/model/template/StockChartTypeTemplate.hxx +++ b/chart2/source/model/template/StockChartTypeTemplate.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_STOCKCHARTTYPETEMPLATE_HXX -#define CHART_STOCKCHARTTYPETEMPLATE_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_STOCKCHARTTYPETEMPLATE_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_STOCKCHARTTYPETEMPLATE_HXX #include "ChartTypeTemplate.hxx" #include "OPropertySet.hxx" @@ -126,7 +126,7 @@ private: } // namespace chart -// CHART_STOCKCHARTTYPETEMPLATE_HXX +// INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_STOCKCHARTTYPETEMPLATE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/template/StockDataInterpreter.hxx b/chart2/source/model/template/StockDataInterpreter.hxx index 047409e1c34d..5e2b1f3c6fa1 100644 --- a/chart2/source/model/template/StockDataInterpreter.hxx +++ b/chart2/source/model/template/StockDataInterpreter.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_STOCKDATAINTERPRETER_HXX -#define CHART_STOCKDATAINTERPRETER_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_STOCKDATAINTERPRETER_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_STOCKDATAINTERPRETER_HXX #include "DataInterpreter.hxx" @@ -57,7 +57,7 @@ private: } // namespace chart -// CHART_STOCKDATAINTERPRETER_HXX +// INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_STOCKDATAINTERPRETER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/template/XYDataInterpreter.hxx b/chart2/source/model/template/XYDataInterpreter.hxx index ce3fc108b644..4b1355c916fe 100644 --- a/chart2/source/model/template/XYDataInterpreter.hxx +++ b/chart2/source/model/template/XYDataInterpreter.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_XYDATAINTERPRETER_HXX -#define CHART_XYDATAINTERPRETER_HXX +#ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_XYDATAINTERPRETER_HXX +#define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_XYDATAINTERPRETER_HXX #include "DataInterpreter.hxx" @@ -49,7 +49,7 @@ protected: } // namespace chart -// CHART_XYDATAINTERPRETER_HXX +// INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_XYDATAINTERPRETER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/tools/ImplOPropertySet.hxx b/chart2/source/tools/ImplOPropertySet.hxx index 969cdcdc217f..28e84cc818c9 100644 --- a/chart2/source/tools/ImplOPropertySet.hxx +++ b/chart2/source/tools/ImplOPropertySet.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_IMPLOPROPERTYSET_HXX -#define CHART_IMPLOPROPERTYSET_HXX +#ifndef INCLUDED_CHART2_SOURCE_TOOLS_IMPLOPROPERTYSET_HXX +#define INCLUDED_CHART2_SOURCE_TOOLS_IMPLOPROPERTYSET_HXX #include <com/sun/star/beans/PropertyState.hpp> #include <com/sun/star/uno/Sequence.hxx> @@ -84,7 +84,7 @@ private: } // namespace impl } // namespace chart -// CHART_IMPLOPROPERTYSET_HXX +// INCLUDED_CHART2_SOURCE_TOOLS_IMPLOPROPERTYSET_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/tools/RegressionCalculationHelper.hxx b/chart2/source/tools/RegressionCalculationHelper.hxx index 462555719264..523108bebc54 100644 --- a/chart2/source/tools/RegressionCalculationHelper.hxx +++ b/chart2/source/tools/RegressionCalculationHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_REGRESSIONCALCULATIONHELPER_HXX -#define CHART2_REGRESSIONCALCULATIONHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_TOOLS_REGRESSIONCALCULATIONHELPER_HXX +#define INCLUDED_CHART2_SOURCE_TOOLS_REGRESSIONCALCULATIONHELPER_HXX #include <rtl/math.hxx> @@ -117,7 +117,7 @@ public: } // namespace RegressionCalculationHelper } // namespace chart -// CHART2_REGRESSIONCALCULATIONHELPER_HXX +// INCLUDED_CHART2_SOURCE_TOOLS_REGRESSIONCALCULATIONHELPER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/tools/RegressionCurveModel.hxx b/chart2/source/tools/RegressionCurveModel.hxx index 1415e8745149..a077b687b43e 100644 --- a/chart2/source/tools/RegressionCurveModel.hxx +++ b/chart2/source/tools/RegressionCurveModel.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_REGRESSIONCURVEMODEL_HXX -#define CHART2_REGRESSIONCURVEMODEL_HXX +#ifndef INCLUDED_CHART2_SOURCE_TOOLS_REGRESSIONCURVEMODEL_HXX +#define INCLUDED_CHART2_SOURCE_TOOLS_REGRESSIONCURVEMODEL_HXX #include "MutexContainer.hxx" #include "OPropertySet.hxx" @@ -289,7 +289,7 @@ public: } // namespace chart -// CHART2_REGRESSIONCURVEMODEL_HXX +// INCLUDED_CHART2_SOURCE_TOOLS_REGRESSIONCURVEMODEL_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/tools/RegressionEquation.hxx b/chart2/source/tools/RegressionEquation.hxx index 958504f484c8..2546071cd052 100644 --- a/chart2/source/tools/RegressionEquation.hxx +++ b/chart2/source/tools/RegressionEquation.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_REGRESSIONEQUATION_HXX -#define CHART2_REGRESSIONEQUATION_HXX +#ifndef INCLUDED_CHART2_SOURCE_TOOLS_REGRESSIONEQUATION_HXX +#define INCLUDED_CHART2_SOURCE_TOOLS_REGRESSIONEQUATION_HXX #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/util/XCloneable.hpp> @@ -130,7 +130,7 @@ private: } // namespace chart -// CHART2_REGRESSIONEQUATION_HXX +// INCLUDED_CHART2_SOURCE_TOOLS_REGRESSIONEQUATION_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/view/axes/DateScaling.hxx b/chart2/source/view/axes/DateScaling.hxx index 7f99f805626d..44411a1b168b 100644 --- a/chart2/source/view/axes/DateScaling.hxx +++ b/chart2/source/view/axes/DateScaling.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_DATESCALING_HXX -#define _CHART2_DATESCALING_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_AXES_DATESCALING_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_AXES_DATESCALING_HXX #include "ServiceMacros.hxx" #include <com/sun/star/chart2/XScaling.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> diff --git a/chart2/source/view/axes/TickmarkProperties.hxx b/chart2/source/view/axes/TickmarkProperties.hxx index 3c82ca2505f1..bace966f9f48 100644 --- a/chart2/source/view/axes/TickmarkProperties.hxx +++ b/chart2/source/view/axes/TickmarkProperties.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_VTICKMARKPROPERTIES_HXX -#define _CHART2_VTICKMARKPROPERTIES_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_AXES_TICKMARKPROPERTIES_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_AXES_TICKMARKPROPERTIES_HXX #include "VLineProperties.hxx" diff --git a/chart2/source/view/axes/Tickmarks.hxx b/chart2/source/view/axes/Tickmarks.hxx index ea61a948b664..ca96020934bf 100644 --- a/chart2/source/view/axes/Tickmarks.hxx +++ b/chart2/source/view/axes/Tickmarks.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_TICKMARKS_HXX -#define _CHART2_TICKMARKS_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_AXES_TICKMARKS_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_AXES_TICKMARKS_HXX #include "TickmarkProperties.hxx" #include "VAxisProperties.hxx" diff --git a/chart2/source/view/axes/Tickmarks_Dates.hxx b/chart2/source/view/axes/Tickmarks_Dates.hxx index 775c7a6947c7..bafdedd09a83 100644 --- a/chart2/source/view/axes/Tickmarks_Dates.hxx +++ b/chart2/source/view/axes/Tickmarks_Dates.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_TICKMARKS_DATES_HXX -#define _CHART2_TICKMARKS_DATES_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_AXES_TICKMARKS_DATES_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_AXES_TICKMARKS_DATES_HXX #include "Tickmarks.hxx" diff --git a/chart2/source/view/axes/Tickmarks_Equidistant.hxx b/chart2/source/view/axes/Tickmarks_Equidistant.hxx index 464aae682279..5c1252eb4210 100644 --- a/chart2/source/view/axes/Tickmarks_Equidistant.hxx +++ b/chart2/source/view/axes/Tickmarks_Equidistant.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_TICKMARKS_EQUIDISTANT_HXX -#define _CHART2_TICKMARKS_EQUIDISTANT_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_AXES_TICKMARKS_EQUIDISTANT_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_AXES_TICKMARKS_EQUIDISTANT_HXX #include "Tickmarks.hxx" diff --git a/chart2/source/view/axes/VAxisBase.hxx b/chart2/source/view/axes/VAxisBase.hxx index 912da21455b7..d74bff750934 100644 --- a/chart2/source/view/axes/VAxisBase.hxx +++ b/chart2/source/view/axes/VAxisBase.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_VAXISBASE_HXX -#define _CHART2_VAXISBASE_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_AXES_VAXISBASE_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_AXES_VAXISBASE_HXX #include "VAxisOrGridBase.hxx" #include "VAxisProperties.hxx" diff --git a/chart2/source/view/axes/VAxisOrGridBase.hxx b/chart2/source/view/axes/VAxisOrGridBase.hxx index ed98304cf5d0..9539a2b6732c 100644 --- a/chart2/source/view/axes/VAxisOrGridBase.hxx +++ b/chart2/source/view/axes/VAxisOrGridBase.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_VAXISORGRIDBASE_HXX -#define _CHART2_VAXISORGRIDBASE_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_AXES_VAXISORGRIDBASE_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_AXES_VAXISORGRIDBASE_HXX #include "PlotterBase.hxx" #include "ThreeDHelper.hxx" diff --git a/chart2/source/view/axes/VAxisProperties.hxx b/chart2/source/view/axes/VAxisProperties.hxx index 38291055043c..5d97833ff695 100644 --- a/chart2/source/view/axes/VAxisProperties.hxx +++ b/chart2/source/view/axes/VAxisProperties.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_VAXIS_PROPERTIES_HXX -#define _CHART2_VAXIS_PROPERTIES_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_AXES_VAXISPROPERTIES_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_AXES_VAXISPROPERTIES_HXX #include "TickmarkProperties.hxx" #include "PlottingPositionHelper.hxx" diff --git a/chart2/source/view/axes/VCartesianAxis.hxx b/chart2/source/view/axes/VCartesianAxis.hxx index 0d619e4bd1b5..4fcb2628b8ee 100644 --- a/chart2/source/view/axes/VCartesianAxis.hxx +++ b/chart2/source/view/axes/VCartesianAxis.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_VCARTESIANAXIS_HXX -#define _CHART2_VCARTESIANAXIS_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_AXES_VCARTESIANAXIS_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_AXES_VCARTESIANAXIS_HXX #include "VAxisBase.hxx" #include <basegfx/vector/b2dvector.hxx> diff --git a/chart2/source/view/axes/VCartesianCoordinateSystem.hxx b/chart2/source/view/axes/VCartesianCoordinateSystem.hxx index 474966f6234c..67402802b31a 100644 --- a/chart2/source/view/axes/VCartesianCoordinateSystem.hxx +++ b/chart2/source/view/axes/VCartesianCoordinateSystem.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_VCARTESIAN_COORDINATESYSTEM_HXX -#define _CHART2_VCARTESIAN_COORDINATESYSTEM_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_AXES_VCARTESIANCOORDINATESYSTEM_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_AXES_VCARTESIANCOORDINATESYSTEM_HXX #include "VCoordinateSystem.hxx" diff --git a/chart2/source/view/axes/VCartesianGrid.hxx b/chart2/source/view/axes/VCartesianGrid.hxx index 97bdbdcad6eb..da370e0c4cff 100644 --- a/chart2/source/view/axes/VCartesianGrid.hxx +++ b/chart2/source/view/axes/VCartesianGrid.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_VCARTESIANGRID_HXX -#define _CHART2_VCARTESIANGRID_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_AXES_VCARTESIANGRID_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_AXES_VCARTESIANGRID_HXX #include "VAxisOrGridBase.hxx" #include "VLineProperties.hxx" diff --git a/chart2/source/view/axes/VPolarAngleAxis.hxx b/chart2/source/view/axes/VPolarAngleAxis.hxx index 086e5f706e4d..87baa81dec8c 100644 --- a/chart2/source/view/axes/VPolarAngleAxis.hxx +++ b/chart2/source/view/axes/VPolarAngleAxis.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_VPOLARANGLEAXIS_HXX -#define _CHART2_VPOLARANGLEAXIS_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_AXES_VPOLARANGLEAXIS_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_AXES_VPOLARANGLEAXIS_HXX #include "VPolarAxis.hxx" #include "Tickmarks_Equidistant.hxx" diff --git a/chart2/source/view/axes/VPolarAxis.hxx b/chart2/source/view/axes/VPolarAxis.hxx index 552d760bb0dd..d26ed48b741e 100644 --- a/chart2/source/view/axes/VPolarAxis.hxx +++ b/chart2/source/view/axes/VPolarAxis.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_VPOLARAXIS_HXX -#define _CHART2_VPOLARAXIS_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_AXES_VPOLARAXIS_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_AXES_VPOLARAXIS_HXX #include "VAxisBase.hxx" diff --git a/chart2/source/view/axes/VPolarCoordinateSystem.hxx b/chart2/source/view/axes/VPolarCoordinateSystem.hxx index 6b96df26df4f..120de9cbaa52 100644 --- a/chart2/source/view/axes/VPolarCoordinateSystem.hxx +++ b/chart2/source/view/axes/VPolarCoordinateSystem.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_VPOLAR_COORDINATESYSTEM_HXX -#define _CHART2_VPOLAR_COORDINATESYSTEM_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_AXES_VPOLARCOORDINATESYSTEM_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_AXES_VPOLARCOORDINATESYSTEM_HXX #include "VCoordinateSystem.hxx" diff --git a/chart2/source/view/axes/VPolarGrid.hxx b/chart2/source/view/axes/VPolarGrid.hxx index 703b1b335c15..e16f58ffcd59 100644 --- a/chart2/source/view/axes/VPolarGrid.hxx +++ b/chart2/source/view/axes/VPolarGrid.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_VPOLARGRID_HXX -#define _CHART2_VPOLARGRID_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_AXES_VPOLARGRID_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_AXES_VPOLARGRID_HXX #include "VAxisOrGridBase.hxx" #include "Tickmarks.hxx" diff --git a/chart2/source/view/axes/VPolarRadiusAxis.hxx b/chart2/source/view/axes/VPolarRadiusAxis.hxx index 126817b37790..56b1119e70bd 100644 --- a/chart2/source/view/axes/VPolarRadiusAxis.hxx +++ b/chart2/source/view/axes/VPolarRadiusAxis.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_VPOLARRADIUSAXIS_HXX -#define _CHART2_VPOLARRADIUSAXIS_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_AXES_VPOLARRADIUSAXIS_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_AXES_VPOLARRADIUSAXIS_HXX #include "VPolarAxis.hxx" #include <boost/scoped_ptr.hpp> diff --git a/chart2/source/view/charttypes/AreaChart.hxx b/chart2/source/view/charttypes/AreaChart.hxx index 9f1d78bbf2d4..980c07612bc7 100644 --- a/chart2/source/view/charttypes/AreaChart.hxx +++ b/chart2/source/view/charttypes/AreaChart.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_AREACHART_HXX -#define _CHART2_AREACHART_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_CHARTTYPES_AREACHART_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_CHARTTYPES_AREACHART_HXX #include "VSeriesPlotter.hxx" #include <com/sun/star/chart2/CurveStyle.hpp> diff --git a/chart2/source/view/charttypes/BarChart.hxx b/chart2/source/view/charttypes/BarChart.hxx index 48f251f68c6a..5fbbe6cfb931 100644 --- a/chart2/source/view/charttypes/BarChart.hxx +++ b/chart2/source/view/charttypes/BarChart.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_BARCHART_HXX -#define _CHART2_BARCHART_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_CHARTTYPES_BARCHART_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_CHARTTYPES_BARCHART_HXX #include "VSeriesPlotter.hxx" diff --git a/chart2/source/view/charttypes/BarPositionHelper.hxx b/chart2/source/view/charttypes/BarPositionHelper.hxx index 8a43dae38a00..4e01b254a18c 100644 --- a/chart2/source/view/charttypes/BarPositionHelper.hxx +++ b/chart2/source/view/charttypes/BarPositionHelper.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_BARPOSITIONHELPER_HXX -#define _CHART2_BARPOSITIONHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_CHARTTYPES_BARPOSITIONHELPER_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_CHARTTYPES_BARPOSITIONHELPER_HXX #include "PlottingPositionHelper.hxx" #include "CategoryPositionHelper.hxx" diff --git a/chart2/source/view/charttypes/BubbleChart.hxx b/chart2/source/view/charttypes/BubbleChart.hxx index 08a859c9e46c..0ed111d35ce6 100644 --- a/chart2/source/view/charttypes/BubbleChart.hxx +++ b/chart2/source/view/charttypes/BubbleChart.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_BUBBLECHART_HXX -#define _CHART2_BUBBLECHART_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_CHARTTYPES_BUBBLECHART_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_CHARTTYPES_BUBBLECHART_HXX #include "VSeriesPlotter.hxx" #include <com/sun/star/drawing/Direction3D.hpp> diff --git a/chart2/source/view/charttypes/CandleStickChart.hxx b/chart2/source/view/charttypes/CandleStickChart.hxx index 101044ad4b2d..736c9ce9d13f 100644 --- a/chart2/source/view/charttypes/CandleStickChart.hxx +++ b/chart2/source/view/charttypes/CandleStickChart.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_CANDLESTICKCHART_HXX -#define _CHART2_CANDLESTICKCHART_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_CHARTTYPES_CANDLESTICKCHART_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_CHARTTYPES_CANDLESTICKCHART_HXX #include "VSeriesPlotter.hxx" diff --git a/chart2/source/view/charttypes/CategoryPositionHelper.hxx b/chart2/source/view/charttypes/CategoryPositionHelper.hxx index a17ec26027ed..ee0e2aa95ca5 100644 --- a/chart2/source/view/charttypes/CategoryPositionHelper.hxx +++ b/chart2/source/view/charttypes/CategoryPositionHelper.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_CATEGORYPOSITIONHELPER_HXX -#define _CHART2_CATEGORYPOSITIONHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_CHARTTYPES_CATEGORYPOSITIONHELPER_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_CHARTTYPES_CATEGORYPOSITIONHELPER_HXX namespace chart { diff --git a/chart2/source/view/charttypes/PieChart.hxx b/chart2/source/view/charttypes/PieChart.hxx index 73efe3782840..313fb9a49bd4 100644 --- a/chart2/source/view/charttypes/PieChart.hxx +++ b/chart2/source/view/charttypes/PieChart.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_PIECHART_HXX -#define _CHART2_PIECHART_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_CHARTTYPES_PIECHART_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_CHARTTYPES_PIECHART_HXX #include "VSeriesPlotter.hxx" #include <basegfx/vector/b2dvector.hxx> diff --git a/chart2/source/view/charttypes/Splines.hxx b/chart2/source/view/charttypes/Splines.hxx index 541abc2d8fd5..4f57e05a02c4 100644 --- a/chart2/source/view/charttypes/Splines.hxx +++ b/chart2/source/view/charttypes/Splines.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_SPLINECALCULATOR_HXX -#define _CHART2_SPLINECALCULATOR_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_CHARTTYPES_SPLINES_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_CHARTTYPES_SPLINES_HXX #include <com/sun/star/drawing/PolyPolygonShape3D.hpp> diff --git a/chart2/source/view/inc/Clipping.hxx b/chart2/source/view/inc/Clipping.hxx index 5243ec452196..b8d717a17346 100644 --- a/chart2/source/view/inc/Clipping.hxx +++ b/chart2/source/view/inc/Clipping.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_CLIPPING_HXX -#define _CHART2_CLIPPING_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_CLIPPING_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_INC_CLIPPING_HXX #include <basegfx/range/b2drectangle.hxx> #include <com/sun/star/drawing/PolyPolygonShape3D.hpp> diff --git a/chart2/source/view/inc/DateHelper.hxx b/chart2/source/view/inc/DateHelper.hxx index f34f1ca71642..3c80674016fa 100644 --- a/chart2/source/view/inc/DateHelper.hxx +++ b/chart2/source/view/inc/DateHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_DATEHELPER_HXX -#define _CHART2_DATEHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_DATEHELPER_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_INC_DATEHELPER_HXX #include <com/sun/star/chart2/XScaling.hpp> #include <tools/date.hxx> diff --git a/chart2/source/view/inc/LabelAlignment.hxx b/chart2/source/view/inc/LabelAlignment.hxx index ee34c6c385f4..7d2eff4a699d 100644 --- a/chart2/source/view/inc/LabelAlignment.hxx +++ b/chart2/source/view/inc/LabelAlignment.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_VIEW_LabelAlignment_HXX -#define _CHART2_VIEW_LabelAlignment_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_LABELALIGNMENT_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_INC_LABELALIGNMENT_HXX namespace chart { diff --git a/chart2/source/view/inc/LabelPositionHelper.hxx b/chart2/source/view/inc/LabelPositionHelper.hxx index af2a2a030a74..9e7d901f6a9f 100644 --- a/chart2/source/view/inc/LabelPositionHelper.hxx +++ b/chart2/source/view/inc/LabelPositionHelper.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_VIEW_LABELPOSITIONHELPER_HXX -#define _CHART2_VIEW_LABELPOSITIONHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_LABELPOSITIONHELPER_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_INC_LABELPOSITIONHELPER_HXX #include "LabelAlignment.hxx" #include "PropertyMapper.hxx" diff --git a/chart2/source/view/inc/LegendEntryProvider.hxx b/chart2/source/view/inc/LegendEntryProvider.hxx index 940f884edd22..3b7f58aa09d1 100644 --- a/chart2/source/view/inc/LegendEntryProvider.hxx +++ b/chart2/source/view/inc/LegendEntryProvider.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_VIEW_LEGENDENTRYPROVIDER_HXX -#define CHART2_VIEW_LEGENDENTRYPROVIDER_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_LEGENDENTRYPROVIDER_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_INC_LEGENDENTRYPROVIDER_HXX #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/chart/ChartLegendExpansion.hpp> @@ -87,7 +87,7 @@ protected: } // namespace chart -// CHART2_VIEW_LEGENDENTRYPROVIDER_HXX +// INCLUDED_CHART2_SOURCE_VIEW_INC_LEGENDENTRYPROVIDER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/view/inc/Linear3DTransformation.hxx b/chart2/source/view/inc/Linear3DTransformation.hxx index d7534b50a440..e8510af3d5e9 100644 --- a/chart2/source/view/inc/Linear3DTransformation.hxx +++ b/chart2/source/view/inc/Linear3DTransformation.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART_LINEAR3DTRANSFORMATION_HXX -#define _CHART_LINEAR3DTRANSFORMATION_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_LINEAR3DTRANSFORMATION_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_INC_LINEAR3DTRANSFORMATION_HXX #include <cppuhelper/implbase1.hxx> #include <com/sun/star/chart2/XTransformation.hpp> @@ -54,7 +54,7 @@ private: } // namespace chart -// _CHART_LINEAR3DTRANSFORMATION_HXX +// INCLUDED_CHART2_SOURCE_VIEW_INC_LINEAR3DTRANSFORMATION_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/view/inc/MinimumAndMaximumSupplier.hxx b/chart2/source/view/inc/MinimumAndMaximumSupplier.hxx index fc54ca47c819..c777756cf567 100644 --- a/chart2/source/view/inc/MinimumAndMaximumSupplier.hxx +++ b/chart2/source/view/inc/MinimumAndMaximumSupplier.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_MINIMUMANDMAXIMUMSUPPLIER_HXX -#define _CHART2_MINIMUMANDMAXIMUMSUPPLIER_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_MINIMUMANDMAXIMUMSUPPLIER_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_INC_MINIMUMANDMAXIMUMSUPPLIER_HXX #include <sal/types.h> #include <tools/date.hxx> diff --git a/chart2/source/view/inc/PlotterBase.hxx b/chart2/source/view/inc/PlotterBase.hxx index 3deb8e42df24..00699135e929 100644 --- a/chart2/source/view/inc/PlotterBase.hxx +++ b/chart2/source/view/inc/PlotterBase.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_PLOTTERBASE_HXX -#define _CHART2_PLOTTERBASE_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_PLOTTERBASE_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_INC_PLOTTERBASE_HXX #include "chartview/ExplicitScaleValues.hxx" diff --git a/chart2/source/view/inc/PlottingPositionHelper.hxx b/chart2/source/view/inc/PlottingPositionHelper.hxx index 4e2962647ac3..384043549c6f 100644 --- a/chart2/source/view/inc/PlottingPositionHelper.hxx +++ b/chart2/source/view/inc/PlottingPositionHelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_PLOTTINGPOSITIONHELPER_HXX -#define _CHART2_PLOTTINGPOSITIONHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_PLOTTINGPOSITIONHELPER_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_INC_PLOTTINGPOSITIONHELPER_HXX #include "LabelAlignment.hxx" #include "chartview/ExplicitScaleValues.hxx" diff --git a/chart2/source/view/inc/PolarLabelPositionHelper.hxx b/chart2/source/view/inc/PolarLabelPositionHelper.hxx index 00a4e0929492..8a21b7493b14 100644 --- a/chart2/source/view/inc/PolarLabelPositionHelper.hxx +++ b/chart2/source/view/inc/PolarLabelPositionHelper.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_VIEW_POLARLABELPOSITIONHELPER_HXX -#define _CHART2_VIEW_POLARLABELPOSITIONHELPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_POLARLABELPOSITIONHELPER_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_INC_POLARLABELPOSITIONHELPER_HXX #include "LabelPositionHelper.hxx" #include <com/sun/star/awt/Point.hpp> diff --git a/chart2/source/view/inc/PropertyMapper.hxx b/chart2/source/view/inc/PropertyMapper.hxx index eeae772af9b0..ab504de328d3 100644 --- a/chart2/source/view/inc/PropertyMapper.hxx +++ b/chart2/source/view/inc/PropertyMapper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_PROPERTYMAPPER_HXX -#define _CHART2_PROPERTYMAPPER_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_PROPERTYMAPPER_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_INC_PROPERTYMAPPER_HXX #include <comphelper/InlineContainer.hxx> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/chart2/source/view/inc/ScaleAutomatism.hxx b/chart2/source/view/inc/ScaleAutomatism.hxx index b25b414669d5..384577779beb 100644 --- a/chart2/source/view/inc/ScaleAutomatism.hxx +++ b/chart2/source/view/inc/ScaleAutomatism.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_SCALEAUTOMATISM_HXX -#define _CHART2_SCALEAUTOMATISM_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_SCALEAUTOMATISM_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_INC_SCALEAUTOMATISM_HXX #include "chartview/ExplicitScaleValues.hxx" #include <com/sun/star/chart2/ScaleData.hpp> diff --git a/chart2/source/view/inc/ShapeFactory.hxx b/chart2/source/view/inc/ShapeFactory.hxx index c08361107dac..79718a1d0b50 100644 --- a/chart2/source/view/inc/ShapeFactory.hxx +++ b/chart2/source/view/inc/ShapeFactory.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_VIEW_SHAPEFACTORY_HXX -#define _CHART2_VIEW_SHAPEFACTORY_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_SHAPEFACTORY_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_INC_SHAPEFACTORY_HXX #include "PropertyMapper.hxx" #include "VLineProperties.hxx" diff --git a/chart2/source/view/inc/Stripe.hxx b/chart2/source/view/inc/Stripe.hxx index f14ad44f369f..0656cc565291 100644 --- a/chart2/source/view/inc/Stripe.hxx +++ b/chart2/source/view/inc/Stripe.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART_STRIPE_HXX -#define _CHART_STRIPE_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_STRIPE_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_INC_STRIPE_HXX #include <com/sun/star/drawing/Position3D.hpp> #include <com/sun/star/drawing/Direction3D.hpp> diff --git a/chart2/source/view/inc/VCoordinateSystem.hxx b/chart2/source/view/inc/VCoordinateSystem.hxx index 3fc781b3e509..f8401284c8df 100644 --- a/chart2/source/view/inc/VCoordinateSystem.hxx +++ b/chart2/source/view/inc/VCoordinateSystem.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_VCOORDINATESYSTEM_HXX -#define _CHART2_VCOORDINATESYSTEM_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_VCOORDINATESYSTEM_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_INC_VCOORDINATESYSTEM_HXX #include "MinimumAndMaximumSupplier.hxx" #include "ScaleAutomatism.hxx" diff --git a/chart2/source/view/inc/VDataSeries.hxx b/chart2/source/view/inc/VDataSeries.hxx index 224c54f4676b..1059c10afba4 100644 --- a/chart2/source/view/inc/VDataSeries.hxx +++ b/chart2/source/view/inc/VDataSeries.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_VIEW_DATASERIES_HXX -#define _CHART2_VIEW_DATASERIES_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_VDATASERIES_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_INC_VDATASERIES_HXX #include "PropertyMapper.hxx" diff --git a/chart2/source/view/inc/VDiagram.hxx b/chart2/source/view/inc/VDiagram.hxx index 89f55b1d62f7..8ee91f4285c8 100644 --- a/chart2/source/view/inc/VDiagram.hxx +++ b/chart2/source/view/inc/VDiagram.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_VDIAGRAM_HXX -#define _CHART2_VDIAGRAM_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_VDIAGRAM_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_INC_VDIAGRAM_HXX #include <com/sun/star/drawing/HomogenMatrix.hpp> #include <com/sun/star/drawing/XShapes.hpp> diff --git a/chart2/source/view/inc/VLegendSymbolFactory.hxx b/chart2/source/view/inc/VLegendSymbolFactory.hxx index 218ede2d3c6a..3ad0a83f3eba 100644 --- a/chart2/source/view/inc/VLegendSymbolFactory.hxx +++ b/chart2/source/view/inc/VLegendSymbolFactory.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_VLEGENDSYMBOLFACTORY_HXX -#define CHART2_VLEGENDSYMBOLFACTORY_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_VLEGENDSYMBOLFACTORY_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_INC_VLEGENDSYMBOLFACTORY_HXX #include "LegendEntryProvider.hxx" #include <com/sun/star/beans/XPropertySet.hpp> @@ -59,7 +59,7 @@ private: } // namespace chart -// CHART2_VLEGENDSYMBOLFACTORY_HXX +// INCLUDED_CHART2_SOURCE_VIEW_INC_VLEGENDSYMBOLFACTORY_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/view/inc/VLineProperties.hxx b/chart2/source/view/inc/VLineProperties.hxx index 494aee1b16c0..23de24c0cc61 100644 --- a/chart2/source/view/inc/VLineProperties.hxx +++ b/chart2/source/view/inc/VLineProperties.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_VLINEPROPERTIES_HXX -#define _CHART2_VLINEPROPERTIES_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_VLINEPROPERTIES_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_INC_VLINEPROPERTIES_HXX #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/chart2/source/view/inc/VPolarTransformation.hxx b/chart2/source/view/inc/VPolarTransformation.hxx index b2225951f5a4..43554cff8210 100644 --- a/chart2/source/view/inc/VPolarTransformation.hxx +++ b/chart2/source/view/inc/VPolarTransformation.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART_VPOLARTRANSFORMATION_HXX -#define _CHART_VPOLARTRANSFORMATION_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_VPOLARTRANSFORMATION_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_INC_VPOLARTRANSFORMATION_HXX #include "PlottingPositionHelper.hxx" #include <cppuhelper/implbase1.hxx> @@ -54,7 +54,7 @@ private: } // namespace chart -// _CHART_VPOLARTRANSFORMATION_HXX +// INCLUDED_CHART2_SOURCE_VIEW_INC_VPOLARTRANSFORMATION_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/view/inc/VSeriesPlotter.hxx b/chart2/source/view/inc/VSeriesPlotter.hxx index 33dc8e9bb545..6a087de5ecbc 100644 --- a/chart2/source/view/inc/VSeriesPlotter.hxx +++ b/chart2/source/view/inc/VSeriesPlotter.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_VSERIESPLOTTER_HXX -#define _CHART2_VSERIESPLOTTER_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_VSERIESPLOTTER_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_INC_VSERIESPLOTTER_HXX #include "PlotterBase.hxx" #include "VDataSeries.hxx" diff --git a/chart2/source/view/inc/ViewDefines.hxx b/chart2/source/view/inc/ViewDefines.hxx index b391c9b7b72b..34807609738b 100644 --- a/chart2/source/view/inc/ViewDefines.hxx +++ b/chart2/source/view/inc/ViewDefines.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __CHART2_VIEWDEFINES_HXX__ -#define __CHART2_VIEWDEFINES_HXX__ +#ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_VIEWDEFINES_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_INC_VIEWDEFINES_HXX namespace chart { diff --git a/chart2/source/view/main/ChartItemPool.hxx b/chart2/source/view/main/ChartItemPool.hxx index a2fbc76d5395..0d3fa7726e8b 100644 --- a/chart2/source/view/main/ChartItemPool.hxx +++ b/chart2/source/view/main/ChartItemPool.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_ITEMPOOL_HXX -#define _CHART2_ITEMPOOL_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_MAIN_CHARTITEMPOOL_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_MAIN_CHARTITEMPOOL_HXX #include <svl/poolitem.hxx> #include <svl/itempool.hxx> @@ -47,6 +47,6 @@ public: } // namespace chart #endif -// _CHART2_ITEMPOOL_HXX +// INCLUDED_CHART2_SOURCE_VIEW_MAIN_CHARTITEMPOOL_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/view/main/ChartView.hxx b/chart2/source/view/main/ChartView.hxx index c57dcfbae3b1..80001e0a55ba 100644 --- a/chart2/source/view/main/ChartView.hxx +++ b/chart2/source/view/main/ChartView.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHARTVIEWIMPL_HXX -#define _CHARTVIEWIMPL_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_MAIN_CHARTVIEW_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_MAIN_CHARTVIEW_HXX #include "chartview/ExplicitValueProvider.hxx" #include "ServiceMacros.hxx" diff --git a/chart2/source/view/main/VLegend.hxx b/chart2/source/view/main/VLegend.hxx index f3117237147d..0dc5896e6872 100644 --- a/chart2/source/view/main/VLegend.hxx +++ b/chart2/source/view/main/VLegend.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _VLEGEND_HXX -#define _VLEGEND_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_MAIN_VLEGEND_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_MAIN_VLEGEND_HXX #include <com/sun/star/chart2/XLegend.hpp> #include <com/sun/star/drawing/XShapes.hpp> diff --git a/chart2/source/view/main/VTitle.hxx b/chart2/source/view/main/VTitle.hxx index 97e630d1ebc5..78fd5c936520 100644 --- a/chart2/source/view/main/VTitle.hxx +++ b/chart2/source/view/main/VTitle.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_VTITLE_HXX -#define _CHART2_VTITLE_HXX +#ifndef INCLUDED_CHART2_SOURCE_VIEW_MAIN_VTITLE_HXX +#define INCLUDED_CHART2_SOURCE_VIEW_MAIN_VTITLE_HXX #include <com/sun/star/chart2/XTitle.hpp> #include <com/sun/star/drawing/XShapes.hpp> diff --git a/chart2/workbench/addin/sampleaddin.hxx b/chart2/workbench/addin/sampleaddin.hxx index 0e50da3cdb04..e740ef024e93 100644 --- a/chart2/workbench/addin/sampleaddin.hxx +++ b/chart2/workbench/addin/sampleaddin.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SAMPLEADDIN_HXX_ -#define _SAMPLEADDIN_HXX_ +#ifndef INCLUDED_CHART2_WORKBENCH_ADDIN_SAMPLEADDIN_HXX +#define INCLUDED_CHART2_WORKBENCH_ADDIN_SAMPLEADDIN_HXX #include <cppuhelper/implbase9.hxx> @@ -150,6 +150,6 @@ public: throw( ::com::sun::star::uno::RuntimeException ); }; -#endif // _SAMPLEADDIN_HXX_ +#endif // INCLUDED_CHART2_WORKBENCH_ADDIN_SAMPLEADDIN_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |