summaryrefslogtreecommitdiffstats
path: root/chart2/source/view/charttypes/Splines.cxx
Commit message (Expand)AuthorAgeFilesLines
* com::sun::star->css in chart2Noel Grandin2016-03-141-2/+2
* Fix typosAndrea Gelmini2015-07-081-2/+2
* Fix typosAndrea Gelmini2015-07-041-1/+1
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-6/+6
* Fix typosAndrea Gelmini2015-06-161-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-081-1/+1
* V801: Decreased performanceCaolán McNamara2015-03-091-6/+6
* fdo#39440 reduce scope of local variablesŁukasz Hryniuk2015-01-031-18/+9
* reduce scope of local variablesMichael Weghorn2014-12-061-2/+1
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+1
* typo: attribut -> attributeThomas Arnhold2014-04-141-2/+2
* Fix encoding (iso-8859-1 -> utf8)Julien Nabet2014-04-121-2/+2
* Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe2014-03-261-15/+9
* typo fixes in commentsAndras Timar2014-02-061-1/+1
* bool improvementsStephan Bergmann2014-01-281-3/+3
* fdo#39674 fix some spellingThomas Arnhold2013-10-041-4/+4
* fdo#62475 removed pointless commentsJelle van der Waa2013-07-291-17/+0
* cppcheck: fix some uninitMemberVar in chart2 partJulien Nabet2013-06-171-2/+4
* make sure that this coverity report is really a false positiveMarkus Mohrhard2013-02-281-0/+1
* limit degree for b-spline to 15 to prevent std::bad_alloc, fdo#46100Markus Mohrhard2012-10-041-1/+5
* re-base on ALv2 code. Includes:Michael Meeks2012-07-181-23/+14
* Remove superfluous empty lines on topThomas Arnhold2012-06-091-2/+0
* Some cppcheck cleaningJulien Nabet2012-05-201-2/+2
* use fabs for double values, not abs, fdo#47632Markus Mohrhard2012-03-241-1/+1
* remove include of pch header in chart2Norbert Thiebaud2011-11-271-2/+0
* WaE: removed unused fZDerivationCaolán McNamara2011-06-071-3/+0
* Adapt smoothing with splines to ODF1.2Regina Henschel2011-06-061-155/+602
* Replace DBG_* with OSL_* in calc/chart2Jacek Wolszczak2011-05-271-7/+4
* Clean-up bogus comments in calc.Guillaume Poussel2011-02-081-1/+1
* emoved lines of code that were commented out.Alfonso Eusebio2011-01-251-7/+0
* Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-131-0/+2
* changefileheader2: #i10000#: convert files with CR/LF characters to CR onlyJens-Heiner Rechtien2010-02-121-14/+14
* changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien2010-02-121-4/+1
* CWS-TOOLING: integrate CWS chart39Jens-Heiner Rechtien2009-07-281-160/+190
* CWS-TOOLING: integrate CWS chart30Vladimir Glazounov2008-10-011-114/+1
* INTEGRATION: CWS changefileheader (1.10.94); FILE MERGEDRüdiger Timm2008-04-101-28/+18
* INTEGRATION: CWS chart07 (1.9.12); FILE MERGEDRüdiger Timm2007-07-251-77/+128
* INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGEDVladimir Glazounov2007-05-221-6/+9
* INTEGRATION: CWS aw024 (1.6.68); FILE MERGEDIvo Hinkelmann2006-11-141-5/+2
* INTEGRATION: CWS pchfix02 (1.6.186); FILE MERGEDOliver Bolte2006-09-171-0/+38
* Correct variable scoping in 'for' statements to be ISO C++ compliant. YouDan Williams2004-03-081-1/+2
* GPF if series for splines (both cubic, or b-splines) contain only one valueBjörn Milcke2004-01-121-3/+6
* dont loose z values for b splinesIngrid Halama2003-11-151-0/+6
* sort polygon before splinecalculation for scatter chart (need better algorith...Ingrid Halama2003-11-141-40/+111
* #112350#Ingrid Halama2003-11-131-2/+13
* added spline calculation (from old chart)Ingrid Halama2003-11-081-0/+460