loplugin:expandablemethods in chart2

Desktop / LibreOffice - Noel Grandin [collabora.co.uk] - 11 November 2016 00:59 UTC

Change-Id: Ie6650628683ec7c67359351eec0e09033f2b50cb Reviewed-on: https://gerrit.libreoffice.org/30750

22d0d24 loplugin:expandablemethods in chart2
chart2/inc/ChartModel.hxx | 3 -
chart2/inc/ChartView.hxx | 3 -
.../controller/accessibility/AccessibleBase.cxx | 10 +-
.../accessibility/AccessibleChartView.cxx | 8 +-
.../controller/chartapiwrapper/AreaWrapper.cxx | 23 +---
.../controller/chartapiwrapper/AreaWrapper.hxx | 3 -
.../controller/chartapiwrapper/AxisWrapper.cxx | 22 +---
.../controller/chartapiwrapper/AxisWrapper.hxx | 3 -
.../chartapiwrapper/ChartDataWrapper.cxx | 20 +---
.../chartapiwrapper/ChartDataWrapper.hxx | 3 -
.../chartapiwrapper/ChartDocumentWrapper.cxx | 23 +---
.../chartapiwrapper/DataSeriesPointWrapper.cxx | 30 ++---
.../chartapiwrapper/DataSeriesPointWrapper.hxx | 3 -
.../controller/chartapiwrapper/DiagramWrapper.cxx | 32 ++----
.../controller/chartapiwrapper/DiagramWrapper.hxx | 3 -
.../controller/chartapiwrapper/GridWrapper.cxx | 24 +---
.../controller/chartapiwrapper/GridWrapper.hxx | 3 -
.../controller/chartapiwrapper/LegendWrapper.cxx | 24 +---
.../controller/chartapiwrapper/LegendWrapper.hxx | 3 -
.../chartapiwrapper/MinMaxLineWrapper.cxx | 36 ++----
.../chartapiwrapper/MinMaxLineWrapper.hxx | 6 -
.../controller/chartapiwrapper/TitleWrapper.cxx | 24 +---
.../controller/chartapiwrapper/TitleWrapper.hxx | 3 -
.../chartapiwrapper/UpDownBarWrapper.cxx | 31 ++---
.../chartapiwrapper/UpDownBarWrapper.hxx | 6 -
.../chartapiwrapper/WallFloorWrapper.cxx | 24 +---
.../chartapiwrapper/WallFloorWrapper.hxx | 3 -
chart2/source/controller/dialogs/DataBrowser.cxx | 14 +--
chart2/source/controller/dialogs/DataBrowser.hxx | 4 -
.../controller/dialogs/dlg_ChartType_UNO.cxx | 13 +--
.../controller/dialogs/dlg_CreationWizard_UNO.cxx | 13 +--
.../source/controller/dialogs/dlg_DataEditor.cxx | 7 +-
.../controller/dialogs/dlg_InsertDataLabel.cxx | 7 +-
.../source/controller/inc/AccessibleChartView.hxx | 2 -
chart2/source/controller/inc/ChartController.hxx | 3 -
.../source/controller/inc/ChartDocumentWrapper.hxx | 3 -
chart2/source/controller/inc/dlg_ChartType_UNO.hxx | 3 -
.../controller/inc/dlg_CreationWizard_UNO.hxx | 3 -
chart2/source/controller/inc/dlg_DataEditor.hxx | 4 -
.../source/controller/inc/dlg_InsertDataLabel.hxx | 2 -
chart2/source/controller/main/ChartController.cxx | 20 +---
chart2/source/controller/main/ChartFrameloader.cxx | 10 --
chart2/source/controller/main/ChartFrameloader.hxx | 3 -
chart2/source/controller/main/ElementSelector.cxx | 11 --
chart2/source/controller/main/ElementSelector.hxx | 3 -
chart2/source/inc/CachedDataSequence.hxx | 3 -
chart2/source/inc/ConfigColorScheme.hxx | 3 -
chart2/source/inc/DataSource.hxx | 3 -
chart2/source/inc/ErrorBar.hxx | 3 -
chart2/source/inc/InternalDataProvider.hxx | 5 -
chart2/source/inc/LabeledDataSequence.hxx | 3 -
chart2/source/inc/ModifyListenerHelper.hxx | 2 -
chart2/source/inc/Scaling.hxx | 12 --
chart2/source/inc/UncachedDataSequence.hxx | 3 -
chart2/source/model/filter/XMLFilter.cxx | 23 +---
.../source/model/inc/CartesianCoordinateSystem.hxx | 9 --
chart2/source/model/inc/ChartTypeManager.hxx | 3 -
chart2/source/model/inc/DataSeries.hxx | 3 -
chart2/source/model/inc/Diagram.hxx | 3 -
chart2/source/model/inc/PolarCoordinateSystem.hxx | 9 --
chart2/source/model/inc/StockBar.hxx | 2 -
chart2/source/model/inc/XMLFilter.hxx | 9 +-
chart2/source/model/main/Axis.cxx | 17 +--
chart2/source/model/main/Axis.hxx | 3 -
chart2/source/model/main/BaseCoordinateSystem.cxx | 7 +-
.../model/main/CartesianCoordinateSystem.cxx | 51 ++-------
chart2/source/model/main/ChartModel.cxx | 21 +---
chart2/source/model/main/DataPoint.cxx | 27 +----
chart2/source/model/main/DataPoint.hxx | 5 -
chart2/source/model/main/DataSeries.cxx | 19 +---
chart2/source/model/main/Diagram.cxx | 20 +---
chart2/source/model/main/FormattedString.cxx | 25 +---
chart2/source/model/main/FormattedString.hxx | 3 -
chart2/source/model/main/GridProperties.cxx | 22 +---
chart2/source/model/main/GridProperties.hxx | 5 -
chart2/source/model/main/Legend.cxx | 31 ++---
chart2/source/model/main/Legend.hxx | 5 -
chart2/source/model/main/PageBackground.cxx | 23 +---
chart2/source/model/main/PageBackground.hxx | 5 -
chart2/source/model/main/PolarCoordinateSystem.cxx | 49 ++------
chart2/source/model/main/StockBar.cxx | 5 -
chart2/source/model/main/Title.cxx | 22 +---
chart2/source/model/main/Title.hxx | 3 -
chart2/source/model/main/Wall.cxx | 5 -
chart2/source/model/main/Wall.hxx | 2 -
chart2/source/model/template/AreaChartType.cxx | 18 +--
chart2/source/model/template/AreaChartType.hxx | 3 -
.../model/template/AreaChartTypeTemplate.cxx | 7 +-
chart2/source/model/template/BarChartType.cxx | 18 +--
chart2/source/model/template/BarChartType.hxx | 3 -
chart2/source/model/template/BubbleChartType.cxx | 20 +---
chart2/source/model/template/BubbleChartType.hxx | 3 -
.../source/model/template/CandleStickChartType.cxx | 20 +---
.../source/model/template/CandleStickChartType.hxx | 3 -
chart2/source/model/template/ChartTypeManager.cxx | 18 +--
chart2/source/model/template/ColumnChartType.cxx | 18 +--
chart2/source/model/template/ColumnChartType.hxx | 3 -
.../model/template/ColumnLineChartTypeTemplate.cxx | 7 +-
chart2/source/model/template/DataInterpreter.cxx | 13 +--
chart2/source/model/template/DataInterpreter.hxx | 3 -
.../source/model/template/FilledNetChartType.cxx | 20 +---
.../source/model/template/FilledNetChartType.hxx | 3 -
chart2/source/model/template/GL3DBarChartType.cxx | 19 +---
chart2/source/model/template/GL3DBarChartType.hxx | 3 -
chart2/source/model/template/LineChartType.cxx | 20 +---
chart2/source/model/template/LineChartType.hxx | 3 -
chart2/source/model/template/NetChartType.cxx | 20 +---
chart2/source/model/template/NetChartType.hxx | 3 -
chart2/source/model/template/PieChartType.cxx | 20 +---
chart2/source/model/template/PieChartType.hxx | 3 -
chart2/source/model/template/ScatterChartType.cxx | 20 +---
chart2/source/model/template/ScatterChartType.hxx | 3 -
chart2/source/tools/CachedDataSequence.cxx | 23 +---
chart2/source/tools/ConfigColorScheme.cxx | 13 +--
chart2/source/tools/DataSource.cxx | 12 +-
chart2/source/tools/ErrorBar.cxx | 19 +---
chart2/source/tools/ImplOPropertySet.cxx | 12 +-
chart2/source/tools/ImplOPropertySet.hxx | 2 -
chart2/source/tools/InternalDataProvider.cxx | 20 +---
chart2/source/tools/LabeledDataSequence.cxx | 13 +--
chart2/source/tools/ModifyListenerHelper.cxx | 7 +-
chart2/source/tools/RegressionCurveModel.cxx | 119 +++-----------------
chart2/source/tools/RegressionCurveModel.hxx | 21 ----
chart2/source/tools/RegressionEquation.cxx | 26 +----
chart2/source/tools/RegressionEquation.hxx | 3 -
chart2/source/tools/Scaling.cxx | 52 +--------
chart2/source/tools/UncachedDataSequence.cxx | 23 +---
chart2/source/view/axes/DateScaling.cxx | 26 +----
chart2/source/view/axes/DateScaling.hxx | 6 -
chart2/source/view/inc/GL3DRenderer.hxx | 1 -
chart2/source/view/main/ChartView.cxx | 10 --
chart2/source/view/main/GL3DRenderer.cxx | 7 +-
chart2/workbench/addin/sampleaddin.cxx | 14 +--
133 files changed, 271 insertions(+), 1426 deletions(-)

Upstream: cgit.freedesktop.org


  • Share