summaryrefslogtreecommitdiffstats
path: root/chart2/source/view/charttypes/VSeriesPlotter.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#94004 Trendline: wrap equation to fit in chart areaLaurent Balland-Poirier2016-05-221-75/+114
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-181-8/+0
* stop right away if there are no pointsDavid Tardon2016-05-161-0/+2
* tdf#35957 check for preconditions earlierDavid Tardon2016-05-131-2/+7
* clang-tidy modernize-loop-convert in c*Noel Grandin2016-04-211-8/+6
* clang-tidy performance-unnecessary-value-param in chart2Noel Grandin2016-04-121-3/+3
* com::sun::star->css in chart2Noel Grandin2016-03-141-22/+22
* loplugin:unuseddefaultparams in chart2Noel Grandin2016-03-021-3/+2
* loplugin:write only fieldsNoel Grandin2016-02-221-4/+4
* use correct decimal separatorMarkus Mohrhard2016-01-041-2/+11
* chart2: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2015-12-041-11/+10
* use comphelper::containerToSequenceNoel Grandin2015-11-191-1/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-12/+12
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-021-4/+4
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-301-3/+3
* WaE: loplugin:stringconstantTor Lillqvist2015-09-091-2/+2
* tdf#90839: support for wrapped text in data labels and for centered data valueMarco Cecchetti2015-09-091-28/+111
* loplugin: defaultparamsNoel Grandin2015-08-141-1/+1
* loplugin:unusedmethods chart2Noel Grandin2015-07-201-5/+0
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-081-1/+1
* loplugin:staticmethodsNoel Grandin2015-04-231-1/+1
* no need for explicit thisMarkus Mohrhard2015-03-201-2/+2
* Added doc notes for classes and methods used for pie charts.Marco Cecchetti2015-02-091-0/+21
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-1/+2
* chart2: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-1/+1
* spelling: instanciated -> instantiatedNoel Grandin2014-10-081-1/+1
* Remove "this->". Pointless.Kohei Yoshida2014-07-221-8/+7
* remove whitespacesMarkus Mohrhard2014-07-021-1/+0
* Use define constant to keep track of all NumberFormat property usage.Kohei Yoshida2014-06-191-1/+2
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-4/+0
* remove comments why a file gets includedThomas Arnhold2014-04-211-1/+0
* chart2: sal_Bool->boolNoel Grandin2014-04-151-3/+3
* Remove the old GL3DBarChart code.Kohei Yoshida2014-04-101-3/+0
* fdo#43157 : clean up OSL_POSTCONDMichaël Lefèvre2014-04-031-1/+1
* Add a new skeleton plotter for the GL3D bar chart.Kohei Yoshida2014-03-251-2/+13
* List child type for GL3D bar chart type.Kohei Yoshida2014-03-251-0/+3
* Remove visual noise from chart2Alexander Wilms2014-02-271-1/+1
* fdo#72137 Allocate enough points in MovingAverageRegression calc.Tomaž Vajngerl2013-12-091-19/+18
* widht -> widthJulien Nabet2013-11-231-3/+3
* extract code for net charts from AreaChartMarkus Mohrhard2013-11-191-2/+3
* small clean up in chart codeMarkus Mohrhard2013-11-191-4/+3
* make it possible to switch between different ShapeFactoriesMarkus Mohrhard2013-11-191-13/+13
* remove unused parameterMarkus Mohrhard2013-11-191-2/+2
* fdo#62475 removed pointless commentsJelle van der Waa2013-07-291-13/+0
* Use QR decomposition instead of gauss elimination for polynomial reg.Tomaž Vajngerl2013-07-141-2/+3
* Draw MeanValue in chart bounds, smarter define no. of curve points.Tomaž Vajngerl2013-07-031-28/+42
* Fix problem with intercept = 0.0Tomaž Vajngerl2013-07-031-2/+1
* VSeriesPlotter cleanup.Tomaž Vajngerl2013-07-031-9/+10
* Force intercept for polynomial regression & dialog improvementsTomaž Vajngerl2013-07-031-5/+8
* fdo#35712 polynomial and moving average regression linesTomaž Vajngerl2013-07-031-6/+31