summaryrefslogtreecommitdiff
path: root/chart2/source/tools/PolynomialRegressionCurveCalculator.cxx
AgeCommit message (Expand)Author
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-06-30Purge out rtl::math::setNanBaiXiaochun
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2020-04-28Fix typo in codeAndrea Gelmini
2019-12-19Fix typoAndrea Gelmini
2019-12-18tdf#128995: Special case for single variable regression...Deena Francis
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-06-15Avoid -fsanitize=float-divide-by-zeroStephan Bergmann
2019-06-14Avoid -fsanitize=float-divide-by-zeroStephan Bergmann
2019-06-14Avoid -fsanitize=float-divide-by-zeroStephan Bergmann
2018-08-29new loplugin:oustringbufferNoel Grandin
2018-01-12More loplugin:cstylecast: chart2Stephan Bergmann
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin
2017-10-23loplugin:includeform: chart2Stephan Bergmann
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin
2017-04-28loplugin:salunicodeliteral: chart2Stephan Bergmann
2017-02-12"Unicode" is a proper noun and should not be used in pluralTor Lillqvist
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-08-31Improve polynomial trendline equation representationLaurent Balland-Poirier
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann
2016-08-29Make OUStringLiteral1 a wrapper around UTF-16 instead of just ASCIIStephan Bergmann
2016-08-16Start tdf#100547 Trendline equation: customize X, Y namesLaurent Balland-Poirier
2016-07-19improve unnecessaryoverride pluginNoel Grandin
2016-05-22tdf#94004 Trendline: wrap equation to fit in chart areaLaurent Balland-Poirier
2016-04-02Chart: Improve polynomial trendline equation renderingLaurent Balland-Poirier
2015-10-07Improve polynomial trend line equationLaurent Balland-Poirier
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2014-03-03fdo#75538 R^2 calculation for trendline similar to LINEST functionLaurent Balland-Poirier
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-07fdo#73374 Trendline: correct R^2 for forced interceptLaurent Balland-Poirier
2013-07-14pow is ambiguousTomaž Vajngerl
2013-07-14Use QR decomposition instead of gauss elimination for polynomial reg.Tomaž Vajngerl
2013-07-03Polynomial curve equation: show "x^1" as "x"Tomaž Vajngerl
2013-07-03Compiler error fixes in PolynomialRegressionCurveCalculatorTomaž Vajngerl
2013-07-03use sal_Int32 instead of int in PolynomialRegressionCurveCalculatorTomaž Vajngerl
2013-07-03Force intercept for polynomial regression & dialog improvementsTomaž Vajngerl
2013-07-03Slight cleanup in polynomial curve calculationTomaž Vajngerl
2013-07-03fdo#35712 polynomial and moving average regression linesTomaž Vajngerl