summaryrefslogtreecommitdiff
path: root/chart2/source/view/charttypes/Splines.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-10-04limit degree for b-spline to 15 to prevent std::bad_alloc, fdo#46100Markus Mohrhard1-1/+5
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-05-20Some cppcheck cleaningJulien Nabet1-2/+2
2012-03-24use fabs for double values, not abs, fdo#47632Markus Mohrhard1-1/+1
2011-11-27remove include of pch header in chart2Norbert Thiebaud1-2/+0
2011-06-07WaE: removed unused fZDerivationCaolán McNamara1-3/+0
2011-06-06Adapt smoothing with splines to ODF1.2Regina Henschel1-155/+602
2011-05-27Replace DBG_* with OSL_* in calc/chart2Jacek Wolszczak1-7/+4
2011-02-08Clean-up bogus comments in calc.Guillaume Poussel1-1/+1
2011-01-25emoved lines of code that were commented out.Alfonso Eusebio1-7/+0
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
2010-02-12changefileheader2: #i10000#: convert files with CR/LF characters to CR onlyJens-Heiner Rechtien1-14/+14
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2009-07-28CWS-TOOLING: integrate CWS chart39Jens-Heiner Rechtien1-160/+190
2008-10-01CWS-TOOLING: integrate CWS chart30Vladimir Glazounov1-114/+1
2008-04-10INTEGRATION: CWS changefileheader (1.10.94); FILE MERGEDRüdiger Timm1-28/+18
2007-07-25INTEGRATION: CWS chart07 (1.9.12); FILE MERGEDRüdiger Timm1-77/+128
2007-05-22INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGEDVladimir Glazounov1-6/+9
2006-11-14INTEGRATION: CWS aw024 (1.6.68); FILE MERGEDIvo Hinkelmann1-5/+2
2006-09-17INTEGRATION: CWS pchfix02 (1.6.186); FILE MERGEDOliver Bolte1-0/+38
2004-03-08Correct variable scoping in 'for' statements to be ISO C++ compliant. YouDan Williams1-1/+2
2004-01-12GPF if series for splines (both cubic, or b-splines) contain only one valueBjörn Milcke1-3/+6
2003-11-15dont loose z values for b splinesIngrid Halama1-0/+6
2003-11-14sort polygon before splinecalculation for scatter chart (need better algorith...Ingrid Halama1-40/+111
2003-11-13#112350#Ingrid Halama1-2/+13
2003-11-08added spline calculation (from old chart)Ingrid Halama1-0/+460