summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* convert COL_ constants to be of type ColorNoel Grandin2018-02-286-19/+19
* replace Color(COL_*) with COL_*Noel Grandin2018-02-273-4/+4
* convert remaining WarningBox to weld::MessageDialogCaolán McNamara2018-02-2720-26/+15
* convert remaining ErrorBox to weld::MessageDialogCaolán McNamara2018-02-261-3/+5
* use less RGB_COLORDATANoel Grandin2018-02-261-1/+1
* fix alpha computation in chart2 getColorAsVectorNoel Grandin2018-02-261-4/+5
* convert remaining InfoBox to weld::MessageDialogCaolán McNamara2018-02-251-1/+5
* convert all help responses to gtk's -11Caolán McNamara2018-02-2515-45/+45
* weld native message dialogsCaolán McNamara2018-02-221-4/+5
* Move include/sfx2/notebookbar/NotebookbarContextControl.hxx to include/vcl/Stephan Bergmann2018-02-221-1/+1
* Revert "loplugin:changetoolsgen in canvas..cui" and reapplyNoel Grandin2018-02-163-4/+4
* loplugin:changetoolsgen in canvas..cuiNoel Grandin2018-02-144-14/+14
* chart2: remove dead codeChris Sherlock2018-02-054-26/+0
* tdf#42949 Remove unneeded helpids.h headers (1/3)Gabor Kelemen2018-02-015-5/+0
* tdf#90487 Size of chart series dropdownheiko tietze2018-01-311-1/+1
* 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