[Libreoffice-commits] core.git: chart2/inc chart2/source chart2/workbench

2016-11-10 Thread Noel Grandin
 chart2/inc/ChartModel.hxx   |3 
 chart2/inc/ChartView.hxx|3 
 chart2/source/controller/accessibility/AccessibleBase.cxx   |   10 
 chart2/source/controller/accessibility/AccessibleChartView.cxx  |8 
 chart2/source/controller/chartapiwrapper/AreaWrapper.cxx|   23 -
 chart2/source/controller/chartapiwrapper/AreaWrapper.hxx|3 
 chart2/source/controller/chartapiwrapper/AxisWrapper.cxx|   22 -
 chart2/source/controller/chartapiwrapper/AxisWrapper.hxx|3 
 chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx   |   20 -
 chart2/source/controller/chartapiwrapper/ChartDataWrapper.hxx   |3 
 chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx   |   23 -
 chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx |   30 --
 chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx |3 
 chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx |   32 --
 chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx |3 
 chart2/source/controller/chartapiwrapper/GridWrapper.cxx|   24 --
 chart2/source/controller/chartapiwrapper/GridWrapper.hxx|3 
 chart2/source/controller/chartapiwrapper/LegendWrapper.cxx  |   24 --
 chart2/source/controller/chartapiwrapper/LegendWrapper.hxx  |3 
 chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.cxx  |   36 ---
 chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.hxx  |6 
 chart2/source/controller/chartapiwrapper/TitleWrapper.cxx   |   24 --
 chart2/source/controller/chartapiwrapper/TitleWrapper.hxx   |3 
 chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx   |   31 --
 chart2/source/controller/chartapiwrapper/UpDownBarWrapper.hxx   |6 
 chart2/source/controller/chartapiwrapper/WallFloorWrapper.cxx   |   24 --
 chart2/source/controller/chartapiwrapper/WallFloorWrapper.hxx   |3 
 chart2/source/controller/dialogs/DataBrowser.cxx|   14 -
 chart2/source/controller/dialogs/DataBrowser.hxx|4 
 chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx  |   13 -
 chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx |   13 -
 chart2/source/controller/dialogs/dlg_DataEditor.cxx |7 
 chart2/source/controller/dialogs/dlg_InsertDataLabel.cxx|7 
 chart2/source/controller/inc/AccessibleChartView.hxx|2 
 chart2/source/controller/inc/ChartController.hxx|3 
 chart2/source/controller/inc/ChartDocumentWrapper.hxx   |3 
 chart2/source/controller/inc/dlg_ChartType_UNO.hxx  |3 
 chart2/source/controller/inc/dlg_CreationWizard_UNO.hxx |3 
 chart2/source/controller/inc/dlg_DataEditor.hxx |4 
 chart2/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 -
 chart2/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 
 

[Libreoffice-commits] core.git: chart2/inc chart2/source chart2/workbench

2015-07-17 Thread Takeshi Abe
 chart2/inc/ChartView.hxx|4 ++--
 chart2/inc/pch/precompiled_chartcore.hxx|2 +-
 chart2/inc/pch/precompiled_chartopengl.hxx  |2 +-
 chart2/source/controller/accessibility/AccessibleChartElement.hxx   |4 ++--
 chart2/source/controller/accessibility/AccessibleChartShape.hxx |4 ++--
 chart2/source/controller/chartapiwrapper/AreaWrapper.hxx|4 ++--
 chart2/source/controller/chartapiwrapper/AxisWrapper.hxx|4 ++--
 chart2/source/controller/chartapiwrapper/ChartDataWrapper.hxx   |4 ++--
 chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx |4 ++--
 chart2/source/controller/chartapiwrapper/GridWrapper.hxx|4 ++--
 chart2/source/controller/chartapiwrapper/LegendWrapper.hxx  |4 ++--
 chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.hxx  |4 ++--
 chart2/source/controller/chartapiwrapper/TitleWrapper.hxx   |4 ++--
 chart2/source/controller/chartapiwrapper/UpDownBarWrapper.hxx   |4 ++--
 chart2/source/controller/chartapiwrapper/WallFloorWrapper.hxx   |4 ++--
 chart2/source/controller/inc/AccessibleBase.hxx |4 ++--
 chart2/source/controller/inc/AccessibleChartView.hxx|4 ++--
 chart2/source/controller/inc/AccessibleTextHelper.hxx   |4 ++--
 chart2/source/controller/inc/ChartDocumentWrapper.hxx   |4 ++--
 chart2/source/controller/inc/RangeSelectionListener.hxx |4 ++--
 chart2/source/controller/main/ChartFrameloader.hxx  |4 ++--
 chart2/source/controller/main/CommandDispatch.hxx   |4 ++--
 chart2/source/controller/main/ControllerCommandDispatch.hxx |4 ++--
 chart2/source/controller/main/StatusBarCommandDispatch.hxx  |4 ++--
 chart2/source/controller/main/UndoActions.hxx   |6 
+++---
 chart2/source/controller/sidebar/ChartSeriesPanel.cxx   |2 +-
 chart2/source/inc/CachedDataSequence.hxx|4 ++--
 chart2/source/inc/ConfigColorScheme.hxx |4 ++--
 chart2/source/inc/DataSource.hxx|4 ++--
 chart2/source/inc/ErrorBar.hxx  |4 ++--
 chart2/source/inc/ExplicitCategoriesProvider.hxx|2 --
 chart2/source/inc/InternalDataProvider.hxx  |4 ++--
 chart2/source/inc/LabeledDataSequence.hxx   |4 ++--
 chart2/source/inc/ModifyListenerHelper.hxx  |5 
++---
 chart2/source/inc/NameContainer.hxx |4 ++--
 chart2/source/inc/RangeHighlighter.hxx  |4 ++--
 chart2/source/inc/RegressionCurveCalculator.hxx |4 ++--
 chart2/source/inc/Scaling.hxx   |   10 
+-
 chart2/source/inc/UncachedDataSequence.hxx  |4 ++--
 chart2/source/inc/WeakListenerAdapter.hxx   |4 ++--
 chart2/source/inc/WrappedPropertySet.hxx|4 ++--
 chart2/source/model/inc/BaseCoordinateSystem.hxx|4 ++--
 chart2/source/model/inc/ChartTypeManager.hxx|4 ++--
 chart2/source/model/inc/DataSeries.hxx  |4 ++--
 chart2/source/model/inc/Diagram.hxx |4 ++--
 chart2/source/model/inc/StockBar.hxx|4 ++--
 chart2/source/model/inc/XMLFilter.hxx   |4 ++--
 chart2/source/model/main/Axis.hxx   |4 ++--
 chart2/source/model/main/DataPoint.hxx  |4 ++--
 chart2/source/model/main/FormattedString.hxx|4 ++--
 chart2/source/model/main/GridProperties.hxx |4 ++--
 chart2/source/model/main/Legend.hxx |4 ++--
 chart2/source/model/main/PageBackground.hxx |4 ++--
 chart2/source/model/main/Title.hxx  |4 ++--
 chart2/source/model/main/Wall.hxx   |4 ++--
 chart2/source/model/template/ChartType.hxx  |4 ++--
 chart2/source/model/template/ChartTypeTemplate.hxx  |4 ++--
 chart2/source/model/template/DataInterpreter.hxx|4 ++--
 chart2/source/tools/ModifyListenerCallBack.cxx  |4 ++--
 chart2/source/tools/ModifyListenerHelper.cxx|2 +-
 chart2/source/tools/RegressionCurveModel.hxx|4 ++--
 chart2/source/tools/RegressionEquation.hxx