summaryrefslogtreecommitdiff
path: root/chart2/source/view/charttypes/Splines.cxx
AgeCommit message (Expand)Author
2015-06-16Fix typosAndrea Gelmini
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-03-09V801: Decreased performanceCaolán McNamara
2015-01-03fdo#39440 reduce scope of local variablesŁukasz Hryniuk
2014-12-06reduce scope of local variablesMichael Weghorn
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-04-14typo: attribut -> attributeThomas Arnhold
2014-04-12Fix encoding (iso-8859-1 -> utf8)Julien Nabet
2014-03-26Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-02-06typo fixes in commentsAndras Timar
2014-01-28bool improvementsStephan Bergmann
2013-10-04fdo#39674 fix some spellingThomas Arnhold
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa
2013-06-17cppcheck: fix some uninitMemberVar in chart2 partJulien Nabet
2013-02-28make sure that this coverity report is really a false positiveMarkus Mohrhard
2012-10-04limit degree for b-spline to 15 to prevent std::bad_alloc, fdo#46100Markus Mohrhard
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-05-20Some cppcheck cleaningJulien Nabet
2012-03-24use fabs for double values, not abs, fdo#47632Markus Mohrhard
2011-11-27remove include of pch header in chart2Norbert Thiebaud
2011-06-07WaE: removed unused fZDerivationCaolán McNamara
2011-06-06Adapt smoothing with splines to ODF1.2Regina Henschel
2011-05-27Replace DBG_* with OSL_* in calc/chart2Jacek Wolszczak
2011-02-08Clean-up bogus comments in calc.Guillaume Poussel
2011-01-25emoved lines of code that were commented out.Alfonso Eusebio
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2010-02-12changefileheader2: #i10000#: convert files with CR/LF characters to CR onlyJens-Heiner Rechtien
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2009-07-28CWS-TOOLING: integrate CWS chart39Jens-Heiner Rechtien
2008-10-01CWS-TOOLING: integrate CWS chart30Vladimir Glazounov
2008-04-10INTEGRATION: CWS changefileheader (1.10.94); FILE MERGEDRüdiger Timm
2007-07-25INTEGRATION: CWS chart07 (1.9.12); FILE MERGEDRüdiger Timm
2007-05-22INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGEDVladimir Glazounov
2006-11-14INTEGRATION: CWS aw024 (1.6.68); FILE MERGEDIvo Hinkelmann
2006-09-17INTEGRATION: CWS pchfix02 (1.6.186); FILE MERGEDOliver Bolte
2004-03-08Correct variable scoping in 'for' statements to be ISO C++ compliant. YouDan Williams
2004-01-12GPF if series for splines (both cubic, or b-splines) contain only one valueBjörn Milcke
2003-11-15dont loose z values for b splinesIngrid Halama
2003-11-14sort polygon before splinecalculation for scatter chart (need better algorith...Ingrid Halama
2003-11-13#112350#Ingrid Halama
2003-11-08added spline calculation (from old chart)Ingrid Halama