summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2018-01-18Fix typosAndrea Gelmini1-1/+1
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-15Code simplification: both if branches are doing same.Vasily Melenchuk1-9/+1
2018-01-15More loplugin:cstylecast: chart2Stephan Bergmann8-17/+14
2018-01-14Fix typosAndrea Gelmini1-2/+2
2018-01-13Replacing newly written deprecated OSL_ENSURE by SAL_WARN_IF.Vasily Melenchuk1-2/+2
2018-01-12More loplugin:cstylecast: chart2Stephan Bergmann23-76/+76
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin3-4/+4
2018-01-10tdf#113572: allow switching to data range in copypasted chartVasily Melenchuk5-10/+72
2018-01-09tdf#114173 Preserve size of chart legend during xlsx exportBartosz Kosiorek1-0/+15
2018-01-06remove unused definesNoel Grandin1-1/+0
2018-01-05Fix typosAndrea Gelmini1-2/+2
2018-01-02loplugin:passstuffbyref improved return in sd,variousNoel Grandin1-1/+1
2017-12-29loplugin:passstuffbyref improved return in variousNoel Grandin4-6/+6
2017-12-29add test for tdf#114182Markus Mohrhard2-0/+11
2017-12-23tdf#108031 Area chart labels not rotatedJochen Nitschke2-24/+23
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky4-75/+1
2017-12-22prevent crash when trying to edit broken chart documentsMarkus Mohrhard1-0/+6
2017-12-21chart2: suspend/resume setting rects dirty for 3D shapesTomaž Vajngerl1-8/+53
2017-12-21TypedWhichId in svx part 2Noel Grandin1-2/+1
2017-12-20convert chart2 to TypedWhichIdNoel Grandin10-122/+129
2017-12-20tdf#105517: overwrite existing scheme colors in vectorAron Budea2-0/+30
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin3-14/+14
2017-12-19remove unused typedefsNoel Grandin1-1/+0
2017-12-19inline use-once typedefsNoel Grandin1-2/+1
2017-12-19loplugin:unusedfieldsNoel Grandin11-54/+31
2017-12-18chart2: When creating objects prevent setting object rects dirtyTomaž Vajngerl1-0/+19
2017-12-18chart2: Batch changes to properties when creating 3D objectsTomaž Vajngerl1-123/+152
2017-12-18loplugin:unusedindexMike Kaganski8-276/+162
2017-12-13tools: reimplement SVLIBRARY macro & remove it from solar.hMichael Stahl1-0/+1
2017-12-13tools: remove unused #include from solar.hMichael Stahl1-0/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin43-55/+55
2017-12-10remove unused osl/time.h includes ..Jochen Nitschke1-1/+0
2017-12-07loplugin:countusersofdefaultparams in chart2Noel Grandin22-29/+29
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-1/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin5-8/+8
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann1-1/+1
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann1-1/+1
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin1-1/+1
2017-11-26Replace lists by vectors in chart2Julien Nabet2-28/+18
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-2/+2
2017-11-22TypedWhichId for SDRATTR* constants (3)Noel Grandin1-24/+24
2017-11-22loplugin:simplifybool re-activate the !! warningNoel Grandin3-4/+4
2017-11-22tdf#39593 deduplicate code in ExplicitValueProvidertagezi3-83/+20
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin10-25/+25
2017-11-20TypedWhichId for XATTR* constantsNoel Grandin2-5/+3
2017-11-17TypedWhichId for EE_CHAR* constantsNoel Grandin1-4/+2
2017-11-16use implict conversion operator in TypedWhichIdNoel Grandin8-11/+11
2017-11-15TypedWhichIdNoel Grandin8-11/+11
2017-11-14Fix typosAndrea Gelmini1-1/+1