summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* new loplugin: oncevarNoel Grandin2015-11-095-20/+10
* coverity#1338265 Uncaught exceptionCaolán McNamara2015-11-062-2/+2
* coverity#1338253 Uncaught exceptionCaolán McNamara2015-11-062-2/+2
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-1/+1
* Reduce scope of #include <tools/poly.hxx>Matteo Casalin2015-11-051-1/+0
* Proper fix for coverity#1326893Stephan Bergmann2015-11-041-16/+3
* yyyyyNoel Grandin2015-11-043-5/+4
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-024-21/+21
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-3024-50/+44
* loplugin:unusedmethodsNoel Grandin2015-10-271-1/+1
* Replace boost::bind by lambdas in chart2 tree.Mario J. Rugiero2015-10-272-5/+2
* tdf#91063 Move border to Gtkbox in Data Series content panelYousuf Philips2015-10-271-1/+1
* tdf#91063 Change show legend label to tooltip in chart sidebarYousuf Philips2015-10-241-1/+2
* implement text rotation for chart axis sidebar panel, tdf#94970Markus Mohrhard2015-10-232-2/+45
* make it harder to use the API wrongly, tdf#95056Markus Mohrhard2015-10-221-8/+14
* disable all error bar radion buttons in the beginning, tdf#95057Markus Mohrhard2015-10-221-0/+3
* refactor out some com::sun::star typedefsNoel Grandin2015-10-212-16/+5
* new loplugin: badvectorinitNoel Grandin2015-10-202-4/+8
* loplugin:defaultparamsStephan Bergmann2015-10-204-8/+8
* tdf#91063 Move border to Gtkbox similar to other panelsYousuf Philips2015-10-191-1/+1
* loplugin:defaultparamsStephan Bergmann2015-10-196-9/+9
* cleanup some local var declarationsNoel Grandin2015-10-193-18/+18
* tdf#94960, Revert "it is insane to not map line and ..."Markus Mohrhard2015-10-181-3/+3
* mark numbers as untranslatableStanislav Horacek2015-10-181-2/+2
* coverity#1327446 Unchecked dynamic_castCaolán McNamara2015-10-171-2/+1
* convert Link<> to typedNoel Grandin2015-10-164-6/+5
* convert Link<> to typedNoel Grandin2015-10-1621-83/+67
* -Werror,-Wunused-private-fieldStephan Bergmann2015-10-151-1/+0
* calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin2015-10-151-6/+3
* remove some useless commentsNoel Grandin2015-10-135-6/+3
* disable arrow heads in chart sidebar, tdf#94971Markus Mohrhard2015-10-121-0/+1
* update the line panel for data points, related tdf#94969Markus Mohrhard2015-10-121-3/+3
* update area panel for data points, tdf#94969Markus Mohrhard2015-10-121-1/+3
* Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-123-4/+4
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-12247-2302/+2302
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-128-11/+11
* convert Link<> to typedNoel Grandin2015-10-1222-56/+38
* loplugin:mergeclassesNoel Grandin2015-10-123-105/+37
* also update line panel for axis, related tdf#94933Markus Mohrhard2015-10-101-1/+4
* also update line panel for average and trend line, tdf#94933Markus Mohrhard2015-10-101-1/+1
* we need to take the SolarMutex when we change the UIMarkus Mohrhard2015-10-101-0/+2
* use trendline context for trendlines, tdf#94931, tdf#94934Markus Mohrhard2015-10-101-0/+3
* don't put the checkbox into the HBox, tdf#94870Markus Mohrhard2015-10-091-21/+19
* correctly dispose the chart sidebar when leaving chart, tdf#94292Markus Mohrhard2015-10-091-2/+2
* remove whitespaceMarkus Mohrhard2015-10-091-2/+0
* loplugin:literaltoboolconversionStephan Bergmann2015-10-091-1/+1
* Moving average trendline equation: remove initialisationLaurent Balland-Poirier2015-10-091-5/+1
* tdf#70673 Improve exponential trend line equationLaurent Balland-Poirier2015-10-091-36/+25
* chart2: replace for_each with range-based forDaniel Robertson2015-10-0814-164/+77
* Improve polynomial trend line equationLaurent Balland-Poirier2015-10-071-2/+6