summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#145663 nL is the index of the light to set to the modelCaolán McNamara2021-11-161-4/+4
* tdf#136111 fix scaling problem on chart driven by a macroAndras Timar2021-11-153-2/+21
* Resolves: tdf#143646 move the border from the outer grid to the inner oneCaolán McNamara2021-09-021-1/+1
* tdf#142351 chart ooxml import: fix category axis cross positionBalazs Varga2021-08-242-3/+14
* editengine-columns: tdf#143258 Fix handling rotated textMike Kaganski2021-07-124-135/+135
* tdf#110993 - Corrected spline calculationAndreas Heinisch2021-07-071-1/+1
* tdf#142793 chart UI: fix option "Secondary Y Axis" on sidebarBalazs Varga2021-06-291-5/+8
* tdf#142851 Chart UI: fix empty Chart Type dialogTünde Tóth2021-06-221-1/+2
* Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski2021-06-142-60/+61
* Simplify vector initializationsJulien Nabet2021-06-112-6/+2
* tdf#139658 OOXML: fix broken chart import at labels with quotesTünde Tóth2021-06-103-2/+32
* tdf#142713 OOXML: export secondary axis of all chart typesBalazs Varga2021-06-102-0/+20
* Split CppunitTest_chart2_export into twoXisco Fauli2021-06-0910-1422/+1654
* chart2: use registerOOXMLNamespaces and registerODFNamespacesXisco Fauli2021-06-082-53/+3
* editengine-columns: Implement layoutMike Kaganski2021-06-084-135/+135
* Simplify Sequences initializations (chart2)(part 2)Julien Nabet2021-06-081-10/+5
* Simplify Sequences initializations (chart2)(part1)Julien Nabet2021-06-0810-64/+18
* tdf#142467: Update comments with GCC bug IDStephan Bergmann2021-05-311-1/+2
* no need to allocate these on the heapNoel Grandin2021-05-283-30/+29
* tdf#142467 crash on calling 'getInfoHelper' in final classCaolán McNamara2021-05-261-1/+2
* stlFindInsert: No unnecessary search before insertion to mapMuhammet Kara2021-05-233-6/+3
* add Toggleable as a separate thing to a ButtonCaolán McNamara2021-05-2134-67/+67
* tdf#138556 Don’t add Open Values to stock chart types 1 and 3Aritz Erkiaga2021-05-215-2/+71
* tdf#142364 exception thrown during destructionCaolán McNamara2021-05-1914-65/+100
* tdf#124295 - Always select a 3D scheme in the chart wizardAndreas Heinisch2021-05-198-42/+61
* split OutputDevice from WindowNoel Grandin2021-05-174-10/+10
* fix leak in CommandDispatchNoel Grandin2021-05-172-21/+11
* Directly initialize vectors in VCartesianAxis.cxxJulien Nabet2021-05-141-9/+3
* Avoid temporary var + directly initialize vector in VDataSeries.cxxJulien Nabet2021-05-141-4/+5
* Directly initialize vectors in common_functor_test.cxxJulien Nabet2021-05-141-8/+1
* Revert "simplify the vcl<->toolkit connection"Noel Grandin2021-05-131-1/+1
* simplify the vcl<->toolkit connectionNoel Grandin2021-05-121-1/+1
* fix ubsan use-after-freeNoel Grandin2021-05-121-0/+25
* fix some VirtualDevice leaksNoel Grandin2021-05-121-1/+1
* clang-tidy error: Returning null referenceNoel Grandin2021-05-091-2/+1
* ref-count SfxItemPoolNoel Grandin2021-05-082-15/+6
* use a single global item pool for chart2 draw modelNoel Grandin2021-05-074-35/+36
* add utility method to get last pool in chainNoel Grandin2021-05-071-10/+1
* loplugin:unusedmethodsNoel Grandin2021-05-061-1/+0
* Resolves: tdf#142049 expand widget to use unused extra spaceCaolán McNamara2021-05-052-1/+5
* Related: tdf#142049 restore some elements default visibility in the uiCaolán McNamara2021-05-051-4/+4
* loplugin:stringadd improvement for appending numbersNoel Grandin2021-05-031-1/+1
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-028-14/+14
* tdf#79049 speed up OOXML workbook load (4)Noel Grandin2021-05-021-2/+1
* loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin2021-04-291-40/+14
* rename ECKEN -> CORNERNoel Grandin2021-04-291-1/+1
* loplugin:stringaddNoel Grandin2021-04-281-1/+1
* loplugin:stringadd convert chained append to +Noel Grandin2021-04-275-14/+14
* tdf#141914: Allow to unset modified anywayMike Kaganski2021-04-261-5/+9
* no need to create temporaries when appending number to O[U]StringBufferNoel Grandin2021-04-222-8/+8