summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2019-11-08tdf#128625 set only one active radiobutton per groupCaolán McNamara1-6/+0
2019-11-08tdf#128625 Fix radio button alignments in Error Bars dialogGabor Kelemen1-8/+17
2019-10-16tdf#128016 Chart OOXML Import: fix duplicated category labelsBalazs Varga2-0/+29
2019-09-16tdf#127448 Chart: Avoid distortion of charts with multilevel axis labelsBalazs Varga1-2/+15
2019-09-10tdf#127372: PPTX: Shape's background transparency changes during RTTamás Zolnai4-56/+56
2019-09-05tdf#127304 Chart: fix rotation of multilevel axis labelsBalazs Varga1-2/+9
2019-09-02tdf#124083 OOXML import: fix broken charts with missing value XBalazs Varga3-2/+27
2019-09-02tdf#114657 OOXML chart export: fix broken chart with NaN X valueBalazs Varga2-0/+16
2019-09-02tdf#103988 OOXML export: fix bubble chart MSO interoperabilityBalazs Varga1-1/+3
2019-08-07tdf#94300: custom gradients apply also from chart sidebarKatarina Behrens1-26/+26
2019-07-01tdf#126115 Chart OOXML Export: fix individual markerBalazs Varga2-0/+18
2019-06-28tdf#126033 chart: hide removed marker of a single data pointBalazs Varga3-1/+20
2019-06-26tdf#124817 OOXML chart import: fix missing symbolsBalazs Varga2-0/+32
2019-06-19tdf#111824 Chart OOXML Export: fix Z axis labelsBalazs Varga2-0/+14
2019-06-18tdf#75659 Chart: fix empty legend at not available legend namesBalazs Varga1-2/+11
2019-06-08weld View3DDialogCaolán McNamara14-541/+539
2019-05-29tdf#122765: Legend interferes with pie chart after pptx import, second partTamás Zolnai1-2/+2
2019-05-22Fix typoAndrea Gelmini1-1/+1
2019-05-22tdf#42949 Fix IWYU warnings in include/svx/[h-r]*Gabor Kelemen1-0/+1
2019-05-22tdf#125335 fix order of bar chart legend names in top-bottom positionsBalazs Varga1-1/+6
2019-05-21tdf#122765: Legend interferes with pie chart after pptx importTamás Zolnai2-0/+23
2019-05-21Add unit test for tdf#118150.Tamás Zolnai3-0/+217
2019-05-20tdf#90180 Add option to show errors as rectangles in diagrams with error bars.Winfried Donkers6-6/+320
2019-05-20Fix CppunitTest_chart2_xshapeMike Kaganski4-20/+20
2019-05-20lok: chart: constrained dragging of pie segmentsMarco Cecchetti4-2/+41
2019-05-20lok: chart: informing the client about selection handling propertiesMarco Cecchetti7-10/+42
2019-05-20lok: dragging and resizing chart elementsMarco Cecchetti3-29/+67
2019-05-18remove remaining '0' responsesCaolán McNamara2-2/+2
2019-05-18tdf#125334 Chart: allow text break in bar chart axis labelsBalazs Varga2-8/+19
2019-05-17allow a OutputDevice parent where that is sufficientCaolán McNamara1-1/+1
2019-05-15Fix typoAndrea Gelmini1-1/+1
2019-05-14Resolves: tdf#120423 dispatch against the correct FrameCaolán McNamara1-1/+1
2019-05-14tdf#100084 XLSX import: fix missing charts clean-upBalazs Varga1-1/+1
2019-05-13Removed executable bit on xlsx fileAndrea Gelmini1-0/+0
2019-05-13tdf#100084 XLSX import: fix missing chartsBalazs Varga2-0/+12
2019-05-13Remove ContainerHelper.hxxArkadiy Illarionov13-110/+33
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin10-49/+49
2019-05-12regenerate PCH headersLuboš Luňák1-29/+1
2019-05-11weld conditional formattingCaolán McNamara3-7/+5
2019-05-10Revert "Temporarily remove "final" from chart::FormattedString"Stephan Bergmann1-1/+1
2019-05-10Temporarily remove "final" from chart::FormattedStringStephan Bergmann1-1/+1
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen5-1/+4
2019-05-10Consolidate MutexContainer GetMutex() vs. direct m_aMutex accessStephan Bergmann17-98/+64
2019-05-09MutexContainer is only used mixin-style in derived classesStephan Bergmann2-6/+4
2019-05-09Drop redundant explicit initialization of MutexContainer base classStephan Bergmann17-17/+0
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák2-190/+82
2019-05-09Related tdf#38889: Sync sub menus Tools > MacrosJens Carl1-0/+2
2019-05-09Fix typoAndrea Gelmini1-1/+1
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin2-5/+5
2019-04-30implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin1-22/+1