summaryrefslogtreecommitdiff
path: root/chart2/source/view/charttypes
AgeCommit message (Expand)AuthorFilesLines
2013-04-01fdo#51656 : Mean value line starts in wrong place in column graphelixir1-2/+4
2013-03-19fdo#61135 stepped lines graph: handle ods filesEricSeynaeve2-1/+146
2013-03-14warning C4101: unreferenced local variableMichael Stahl1-1/+1
2013-03-14n#734735: Decrease pie chart's thickness.Muthu Subramanian1-1/+1
2013-03-11Fix chart2 buildFridrich Štrba1-2/+1
2013-03-11 #119989# Support relative 3D pie chart height when importing charts.Armin Le Grand1-1/+13
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold1-3/+3
2013-02-28make sure that this coverity report is really a false positiveMarkus Mohrhard1-0/+1
2013-02-20RTL_CONSTASCII_USTRINGPARAM removalsKrisztian Pinter1-6/+9
2013-01-30MSVC needs explicit OUString in ?:Luboš Luňák1-6/+6
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac5-42/+42
2013-01-25C2U macros no longer necessary.Kohei Yoshida1-9/+9
2012-12-08bnc#791952: Use "center" label placement for "Best fit" in pie charts.Kohei Yoshida1-1/+7
2012-12-08bnc#791952: Better placement of 3D pie chart data labels.Kohei Yoshida1-1/+1
2012-12-08Remove duplicate defines and put it into a common place.Kohei Yoshida1-0/+1
2012-10-30cppCheck: Remove some 'redundantAssignment'jailletc364-6/+0
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 Meeks9-210/+129
2012-07-02removed unnecessary forward declarations of classTakeshi Abe1-1/+0
2012-06-21re-base on ALv2 code.Michael Meeks8-190/+118
2012-06-09Remove superfluous empty lines on topThomas Arnhold5-10/+0
2012-06-06removed dead codeTakeshi Abe2-29/+0
2012-05-20Some cppcheck cleaningJulien Nabet1-2/+2
2012-05-02WaE: doubles truncated to floatsCaolán McNamara1-1/+1
2012-04-11Calculate correct standard deviation for XErrorBar.Rafael Dominguez1-1/+6
2012-03-29Fixes a bunch of "Prefer prefix ++/-- operators for non-primitive types"Julien Nabet4-9/+9
2012-03-28revert old test ideaMarkus Mohrhard2-43/+0
2012-03-24use fabs for double values, not abs, fdo#47632Markus Mohrhard1-1/+1
2012-03-23Create separate shape groups for each errorbar type.Rafael Dominguez1-2/+5
2012-03-23Get correct datasource when calculating errorbar length.Rafael Dominguez1-4/+5
2012-03-23Get correct errorbar CID depending on the direction.Rafael Dominguez1-4/+5
2012-03-23Create respective error bars in areachart when creating shapes.Rafael Dominguez1-5/+20
2012-03-23Add function to create X error bars in VSeriesPlotter class.Rafael Dominguez1-0/+22
2012-03-14refactor the chart test code a bitMarkus Mohrhard2-0/+43
2012-03-07some more auto_ptr -> scoped_ptr in chart2Markus Mohrhard1-2/+4
2012-03-04fdo#37197: No legend entry for regression curve if not applicableKatarina Machalkova1-2/+3
2012-02-18Fix typos in commentsElton Chung3-4/+4
2012-01-09fdo#44546: Hopefully correct automatic calculation of y-axis scale.Kohei Yoshida1-45/+161
2011-12-13fdo#43681: Set correct auto scaling for stacked data series.Kohei Yoshida1-15/+42
2011-12-13Prefer reference over pointer (when it makes sense).Kohei Yoshida1-9/+9
2011-12-13fdo#43681: Always sort category axis when it's a date type.Kohei Yoshida1-3/+8
2011-12-13Prefer pre-increments, especially with iterators.Kohei Yoshida2-4/+4
2011-12-13Fix for fdo43460 Part V getLength to isEmptyOlivier Hallot1-3/+3
2011-11-29catch by const referenceTakeshi Abe4-12/+12
2011-11-27remove include of pch header in chart2Norbert Thiebaud9-18/+0
2011-06-07WaE: removed unused fZDerivationCaolán McNamara1-3/+0
2011-06-06Adapt smoothing with splines to ODF1.2Regina Henschel2-158/+605
2011-05-27Replace DBG_* with OSL_* in calc/chart2Jacek Wolszczak7-23/+13
2011-05-16WaE - add explicit casting (decimal-types → integer types)Christian Lohmaier1-2/+2
2011-05-05Some cppcheck cleaningJulien Nabet6-34/+34