summaryrefslogtreecommitdiff
path: root/chart2/source/tools/RegressionCurveHelper.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-1/+1
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-15/+15
2020-05-18use for-range on Sequence in chart2Noel Grandin1-30/+30
2020-04-19loplugin:flatten in chart2Noel Grandin1-32/+32
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov1-2/+2
2019-03-27Remove unused using declarations in directories [a-d]*Gabor Kelemen1-1/+0
2018-10-09tdf#42949 Fix IWYU warnings in chart2/source/tools/*cxxGabor Kelemen1-2/+0
2018-08-28tdf#42949 Fix IWYU warnings in chart2/source/inc/[l-z]*Gabor Kelemen1-0/+2
2018-06-25tdf#42949 Fix IWYU warnings in chart2/source/inc/[A-C]*Gabor Kelemen1-0/+1
2018-05-25tdf#42949 Fix IWYU warnings in chart2/source/inc/*Gabor Kelemen1-0/+1
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin1-20/+21
2018-03-04Modernize a bit chart2Julien Nabet1-6/+4
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin1-11/+10
2017-10-23loplugin:includeform: chart2Stephan Bergmann1-16/+16
2017-08-01loplugin:checkunusedparamsNoel Grandin1-4/+1
2017-07-27loplugin:constparams in chart2Noel Grandin1-7/+7
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-05-18can drop SCH_RESSTR nowCaolán McNamara1-7/+7
2017-04-19clang-tidy readability-simplify-boolean-expr in accessibility..cuiNoel Grandin1-4/+2
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-2/+2
2017-02-03makeAny->Any in basctl..chart2Noel Grandin1-4/+4
2016-11-17loplugin:unusedfieldsNoel Grandin1-15/+10
2016-08-25convert SvxChartRegress to scoped enumNoel Grandin1-18/+18
2016-08-16Start tdf#100547 Trendline equation: customize X, Y namesLaurent Balland-Poirier1-0/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2014-12-18chart2: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-07-02coverity#705359 Mixing enum typesCaolán McNamara1-24/+24
2014-03-17chart2: prefer passing OUString by referenceNoel Grandin1-2/+2
2013-12-09More clearly name the trendline in chart's element selection box.Tomaž Vajngerl1-12/+42
2013-12-09Display correct equation with multiple trendlines in chart.Tomaž Vajngerl1-0/+24
2013-11-24Custom name for a trend line (shown in legend).Tomaž Vajngerl1-0/+12
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa1-8/+0
2013-07-03Add legend name for polynomial and moving average trendlines.Tomaž Vajngerl1-9/+8
2013-07-03Insert new trendline instead of changing the existing one.Tomaž Vajngerl1-14/+17
2013-07-03Multiple trendline removing and changing type support.Tomaž Vajngerl1-21/+14
2013-07-03fdo#35712 polynomial and moving average regression linesTomaž Vajngerl1-1/+40
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-6/+5
2013-02-25loplugin: unused variablesThomas Arnhold1-1/+0
2013-02-20RTL_CONSTASCII_USTRINGPARAM removalsKrisztian Pinter1-3/+2
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-15/+15
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-5/+5
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-56/+30
2011-12-13Fix for fdo43460 Part V getLength to isEmptyOlivier Hallot1-2/+2
2011-11-29catch by const referenceTakeshi Abe1-8/+8
2011-11-27remove include of pch header in chart2Norbert Thiebaud1-2/+0
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-3/+1
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-3/+3
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-3/+1