summaryrefslogtreecommitdiff
path: root/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-2/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-06-13clang-tidy modernize-pass-by-value in chart2Noel Grandin1-2/+3
2022-04-23Recheck module chart2 with IWYUGabor Kelemen1-1/+0
2022-02-28use SfxItemSet::GetItemIfSet in chart2Noel Grandin1-6/+4
2022-02-01use more concrete types in chart2, RegressionCurveModelNoel Grandin1-2/+3
2022-01-29used TypedWhichId in the constructor of various svx *Item classesNoel Grandin1-9/+9
2022-01-21use more concrete types in chart2, ChartModelNoel Grandin1-6/+5
2021-07-15use WhichRangesContainer in chart2Noel Grandin1-1/+1
2021-02-22[API CHANGE] tdf#133423 Implement chart:regression-moving-typeSamuel Mehrbrodt1-0/+14
2020-10-01loplugin:reducevarscope in canvas,chart2Noel1-4/+2
2020-01-14clang-tidy modernize-concat-nested-namespace in chart2Noel Grandin1-4/+1
2018-12-14tdf#42949 Fix IWYU warnings in chart2/source/controller/*/cxx (1)Gabor Kelemen1-11/+0
2018-08-28tdf#42949 Fix IWYU warnings in chart2/source/inc/[l-z]*Gabor Kelemen1-0/+1
2018-06-25tdf#42949 Fix IWYU warnings in chart2/source/inc/[A-C]*Gabor Kelemen1-0/+1
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin1-6/+7
2017-12-20convert chart2 to TypedWhichIdNoel Grandin1-13/+13
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin1-4/+3
2017-10-23loplugin:includeform: chart2Stephan Bergmann1-11/+11
2017-08-01loplugin:checkunusedparamsNoel Grandin1-2/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-4/+4
2017-05-07tdf#43157: convert chart2 controller source from OSL_ASSERT to assertChris Sherlock1-4/+4
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: chart2Stephan Bergmann1-1/+1
2017-02-03makeAny->Any in basctl..chart2Noel Grandin1-9/+9
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-2/+0
2016-11-17loplugin:unusedfieldsNoel Grandin1-5/+2
2016-08-25convert SvxChartKindError to scoped enumNoel Grandin1-17/+17
2016-08-25convert SvxChartIndicate to scoped enumNoel Grandin1-7/+7
2016-08-25convert SvxChartRegress to scoped enumNoel Grandin1-5/+5
2016-08-16Start tdf#100547 Trendline equation: customize X, Y namesLaurent Balland-Poirier1-0/+28
2016-04-25Some more sal_Bool -> boolStephan Bergmann1-6/+6
2016-04-12clang-tidy performance-unnecessary-value-param in chart2Noel Grandin1-3/+3
2016-03-14com::sun::star->css in chart2Noel Grandin1-17/+17
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-11/+11
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-2/+2
2014-07-02remove whitespacesMarkus Mohrhard1-1/+0
2014-07-02coverity#705359 Mixing enum typesCaolán McNamara1-51/+6
2014-06-26Track all uses of ErrorBarX and ErrorBarY UNO property names.Kohei Yoshida1-2/+3
2014-06-26clang: Uninitialized argument valueCaolán McNamara1-9/+9
2014-03-17chart2: prefer passing OUString by referenceNoel Grandin1-3/+3
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-2/+2
2013-11-24Custom name for a trend line (shown in legend).Tomaž Vajngerl1-1/+15
2013-11-24Simplify conversion from/to ItemSet/PropertySet for RegressionCurvesTomaž Vajngerl1-129/+64
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann1-1/+0
2013-09-08chart2: String to OUStringJelle van der Waa1-1/+1
2013-07-29cppcheck: dup breakJulien Nabet1-1/+0
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa1-1/+0
2013-07-03Insert new trendline instead of changing the existing one.Tomaž Vajngerl1-11/+13
2013-07-03Multiple trendline removing and changing type support.Tomaž Vajngerl1-13/+23
2013-07-03Force intercept for polynomial regression & dialog improvementsTomaž Vajngerl1-0/+57