summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi2020-03-1426-111/+111
* tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi2020-03-1214-59/+59
* tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi2020-03-125-23/+23
* tdf#131060 tdf#117088 chart view: fix missing or truncated axis labelsBalazs Varga2020-03-091-11/+28
* tdf#131143 OOXML chart: fix missing data points of scatter chartBalazs Varga2020-03-092-0/+13
* basegfx: B2DTuple replace operator[] with "get" and Axis2D enumTomaž Vajngerl2020-03-061-13/+13
* loplugin:unusedmethodsNoel Grandin2020-03-062-21/+0
* tdf#123268 fix lost chart if all legend entries are hiddenTünde Tóth2020-03-061-0/+2
* tdf#75330 chart: implement ODF import/export of legend overlay featureTünde Tóth2020-03-052-0/+16
* tdf#75330 add a new overlay/no-overlay feature for the legendTünde Tóth2020-03-0512-73/+241
* tdf#130777 UI: add Hide legend entry option for pie chartTünde Tóth2020-03-0314-7/+266
* Revert "Make Chart Creation Wizard async"Stephan Bergmann2020-03-032-50/+25
* tdf#130986 Chart OOXML export: fix number format of custom labelBalazs Varga2020-03-022-6/+17
* Make Chart Creation Wizard asyncSzymon Kłos2020-03-022-25/+50
* cid#1459020 Resource LeaksCaolán McNamara2020-03-011-1/+2
* tdf#130955 chart export: fix repeated custom labelsBalazs Varga2020-02-292-0/+21
* chart2: Fix the color uno command in ChartColorWrapperDennis Francis2020-02-281-1/+4
* Remove unused lokit-only selection properties in..Dennis Francis2020-02-281-11/+0
* tdf#108110 ODF chart: import/export of custom position of data point labelsBalazs Varga2020-02-272-11/+29
* tdf#130621 OOXML chart export: fix lost label placementBalazs Varga2020-02-273-12/+6
* loplugin:constantparamNoel Grandin2020-02-272-9/+9
* fix regression in chart keyboard handlingNoel Grandin2020-02-273-5/+8
* loplugin:referencecastingNoel Grandin2020-02-255-11/+15
* Related tdf#130681: use "Standard" page style if nothing else foundJulien Nabet2020-02-231-0/+2
* Drop o3tl::optional wrapperStephan Bergmann2020-02-213-6/+6
* tdf#130657 OOXML chart import: fix charts without CrossBetweenBalazs Varga2020-02-212-0/+17
* tdf#126076 XLSX export: fix automatic line chart markersTünde Tóth2020-02-202-0/+14
* tdf#90749 chart: add leader lines to custom data label positionsBalazs Varga2020-02-203-1/+49
* tdf#130590 Chart OOXML export: fix custom label positionBalazs Varga2020-02-172-0/+19
* remove some unnecessary button.hxx includesCaolán McNamara2020-02-171-2/+1
* weld SelectorListBox Item WindowCaolán McNamara2020-02-174-66/+120
* clang-format chart2 with under 5-percent lines of changeMuhammet Kara2020-02-1611-16/+9
* chart sidebar chart type alignment updateandreas kainz2020-02-151-32/+20
* tdf#130225 implement ODF export of deleted legend entries of pie chartsTünde Tóth2020-02-132-0/+16
* tdf#119138 Show custom chart title if autoTitleDeleted is missingGabor Kelemen2020-02-132-0/+13
* clang-analyzer-deadcode.DeadStoresNoel Grandin2020-02-121-4/+0
* Fix undo and redo dropdowns in non-sfx2 modulesMaxim Monastirsky2020-02-092-7/+24
* replace some more copy/clear with swapNoel Grandin2020-02-081-5/+3
* Fix typoAndrea Gelmini2020-02-071-1/+1
* tdf#94234 Add Period as chart data label separatorGabor Kelemen2020-02-073-1/+3
* tdf#130380 Chart: Fix area chart data labels positionTünde Tóth2020-02-071-1/+4
* tdf#130389: Data ranges dialog, data series tab, move up/down reversedJulien Nabet2020-02-041-1/+1
* tdf#130242 chart: default center label placement in stacked area chartsTünde Tóth2020-02-041-2/+18
* loplugin:constantparamNoel Grandin2020-02-037-15/+12
* GtkImage property should be icon_name in welded dialogsCaolán McNamara2020-02-031-4/+4
* make update_pch also consider files in <module>/src/**/incLuboš Luňák2020-02-013-4/+151
* tdf#130032 Chart OOXML Import: fix data label custom positionBalazs Varga2020-01-313-4/+33
* new loplugin:namespaceindentationNoel Grandin2020-01-3130-30/+30
* tdf#48436 Chart: add CustomLabelPosition UNO API propertyBalazs Varga2020-01-3016-12/+141
* tdf#124176: Use pragma once instead of header guardPelin Kuran2020-01-295-18/+8