summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* tdf#114821 export complex data labels in chartsSzymon Kłos2018-01-291-0/+159
* tdf#114821 import complex data labels in bar chartSzymon Kłos2018-01-2916-18/+463
* fix cut'n'waste errorRene Engelhard2018-01-281-1/+1
* chart2/Library_chartopengl.mk also needs -DGLM_ENABLE_EXPERIMENTALRene Engelhard2018-01-281-0/+6
* fix build with glm 0.9.9Rene Engelhard2018-01-281-0/+6
* Fix typosAndrea Gelmini2018-01-271-1/+1
* chart2: std::iterator is deprecated in C++17Michael Stahl2018-01-221-4/+23
* tdf#113572: removed redundant calc serviceVasily Melenchuk2018-01-212-13/+10
* loplugin:unusedmethods also check for functions returning boolNoel Grandin2018-01-191-3/+0
* Fix typosAndrea Gelmini2018-01-181-1/+1
* Fix typosAndrea Gelmini2018-01-161-1/+1
* Code simplification: both if branches are doing same.Vasily Melenchuk2018-01-151-9/+1
* More loplugin:cstylecast: chart2Stephan Bergmann2018-01-158-17/+14
* Fix typosAndrea Gelmini2018-01-141-2/+2
* Replacing newly written deprecated OSL_ENSURE by SAL_WARN_IF.Vasily Melenchuk2018-01-131-2/+2
* More loplugin:cstylecast: chart2Stephan Bergmann2018-01-1223-76/+76
* convert (a>b?a:b) to std::max(a,b)Noel Grandin2018-01-113-4/+4
* tdf#113572: allow switching to data range in copypasted chartVasily Melenchuk2018-01-105-10/+72
* tdf#114173 Preserve size of chart legend during xlsx exportBartosz Kosiorek2018-01-091-0/+15
* remove unused definesNoel Grandin2018-01-061-1/+0
* Fix typosAndrea Gelmini2018-01-051-2/+2
* loplugin:passstuffbyref improved return in sd,variousNoel Grandin2018-01-021-1/+1
* loplugin:passstuffbyref improved return in variousNoel Grandin2017-12-294-6/+6
* add test for tdf#114182Markus Mohrhard2017-12-292-0/+11
* tdf#108031 Area chart labels not rotatedJochen Nitschke2017-12-232-24/+23
* lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky2017-12-224-75/+1
* prevent crash when trying to edit broken chart documentsMarkus Mohrhard2017-12-221-0/+6
* chart2: suspend/resume setting rects dirty for 3D shapesTomaž Vajngerl2017-12-211-8/+53
* TypedWhichId in svx part 2Noel Grandin2017-12-211-2/+1
* convert chart2 to TypedWhichIdNoel Grandin2017-12-2010-122/+129
* tdf#105517: overwrite existing scheme colors in vectorAron Budea2017-12-202-0/+30
* wrap scoped enum around css::util::NumberFormatNoel Grandin2017-12-193-14/+14
* remove unused typedefsNoel Grandin2017-12-191-1/+0
* inline use-once typedefsNoel Grandin2017-12-191-2/+1
* loplugin:unusedfieldsNoel Grandin2017-12-1911-54/+31
* chart2: When creating objects prevent setting object rects dirtyTomaž Vajngerl2017-12-181-0/+19
* chart2: Batch changes to properties when creating 3D objectsTomaž Vajngerl2017-12-181-123/+152
* loplugin:unusedindexMike Kaganski2017-12-188-276/+162
* tools: reimplement SVLIBRARY macro & remove it from solar.hMichael Stahl2017-12-131-0/+1
* tools: remove unused #include from solar.hMichael Stahl2017-12-131-0/+1
* loplugin:salcall fix functionsNoel Grandin2017-12-1143-55/+55
* remove unused osl/time.h includes ..Jochen Nitschke2017-12-101-1/+0
* loplugin:countusersofdefaultparams in chart2Noel Grandin2017-12-0722-29/+29
* Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann2017-12-061-1/+1
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-055-8/+8
* loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann2017-11-301-1/+1
* loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann2017-11-271-1/+1
* loplugin:unnecessaryparen check for (f1()).f2Noel Grandin2017-11-271-1/+1
* Replace lists by vectors in chart2Julien Nabet2017-11-262-28/+18
* Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann2017-11-221-2/+2