summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)Author
2022-03-10cid#1500515 Dereference after null checkCaolán McNamara
2022-03-01tdf#146463 Apply data series filter to the chart legendOuyang Leyan
2022-02-28chart2: Break labels text and limit the size to the axis sizeTomaž Vajngerl
2022-02-28chart2: crop x-axis label if it's too long on fixed size chartsTomaž Vajngerl
2022-02-19Resolves: tdf#147393 SpinButtons should be can-focusCaolán McNamara
2022-01-22tdf#135935 Ensure help page is opened in chart creation Wizard dialogRafael Lima
2022-01-17Missing includes for libstdc++ 12Stephan Bergmann
2021-11-16Resolves: tdf#145663 nL is the index of the light to set to the modelCaolán McNamara
2021-11-15tdf#136111 fix scaling problem on chart driven by a macroAndras Timar
2021-09-02Resolves: tdf#143646 move the border from the outer grid to the inner oneCaolán McNamara
2021-08-24tdf#142351 chart ooxml import: fix category axis cross positionBalazs Varga
2021-07-12editengine-columns: tdf#143258 Fix handling rotated textMike Kaganski
2021-07-07tdf#110993 - Corrected spline calculationAndreas Heinisch
2021-06-29tdf#142793 chart UI: fix option "Secondary Y Axis" on sidebarBalazs Varga
2021-06-22tdf#142851 Chart UI: fix empty Chart Type dialogTünde Tóth
2021-06-14Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski
2021-06-11Simplify vector initializationsJulien Nabet
2021-06-10tdf#139658 OOXML: fix broken chart import at labels with quotesTünde Tóth
2021-06-10tdf#142713 OOXML: export secondary axis of all chart typesBalazs Varga
2021-06-09Split CppunitTest_chart2_export into twoXisco Fauli
2021-06-08chart2: use registerOOXMLNamespaces and registerODFNamespacesXisco Fauli
2021-06-08editengine-columns: Implement layoutMike Kaganski
2021-06-08Simplify Sequences initializations (chart2)(part 2)Julien Nabet
2021-06-08Simplify Sequences initializations (chart2)(part1)Julien Nabet
2021-05-31tdf#142467: Update comments with GCC bug IDStephan Bergmann
2021-05-28no need to allocate these on the heapNoel Grandin
2021-05-26tdf#142467 crash on calling 'getInfoHelper' in final classCaolán McNamara
2021-05-23stlFindInsert: No unnecessary search before insertion to mapMuhammet Kara
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-21tdf#138556 Don’t add Open Values to stock chart types 1 and 3Aritz Erkiaga
2021-05-19tdf#142364 exception thrown during destructionCaolán McNamara
2021-05-19tdf#124295 - Always select a 3D scheme in the chart wizardAndreas Heinisch
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-17fix leak in CommandDispatchNoel Grandin
2021-05-14Directly initialize vectors in VCartesianAxis.cxxJulien Nabet
2021-05-14Avoid temporary var + directly initialize vector in VDataSeries.cxxJulien Nabet
2021-05-14Directly initialize vectors in common_functor_test.cxxJulien Nabet
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin
2021-05-12fix ubsan use-after-freeNoel Grandin
2021-05-12fix some VirtualDevice leaksNoel Grandin
2021-05-09clang-tidy error: Returning null referenceNoel Grandin
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-05-07use a single global item pool for chart2 draw modelNoel Grandin
2021-05-07add utility method to get last pool in chainNoel Grandin
2021-05-06loplugin:unusedmethodsNoel Grandin
2021-05-05Resolves: tdf#142049 expand widget to use unused extra spaceCaolán McNamara
2021-05-05Related: tdf#142049 restore some elements default visibility in the uiCaolán McNamara
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann