summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* use WhichRangesContainer in chart2Noel Grandin2021-07-1528-138/+94
* WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin2021-07-152-8/+6
* editengine-columns: tdf#143258 Fix handling rotated textMike Kaganski2021-07-114-135/+135
* Purge out when safe rtl::math ( isValidArcArg / sin / cos )BaiXiaochun2021-07-034-93/+94
* Purge out rtl::math::setInfBaiXiaochun2021-07-015-51/+34
* Purge out rtl::math::setNanBaiXiaochun2021-06-3030-259/+174
* constructing SaveOptions just to read default versionNoel Grandin2021-06-292-2/+2
* loplugin:indentation improve checks for brace alignmentNoel Grandin2021-06-282-5/+5
* tdf#110993 - Corrected spline calculationAndreas Heinisch2021-06-261-1/+1
* tdf#142793 chart UI: fix option "Secondary Y Axis" on sidebarBalazs Varga2021-06-241-5/+8
* tdf#142851 Chart UI: fix empty Chart Type dialogTünde Tóth2021-06-221-1/+2
* remove 'relief' from CheckButtonsCaolán McNamara2021-06-171-1/+0
* use string_view in the Translate APINoel Grandin2021-06-172-3/+4
* remove SpinButton input-purpose propertiesCaolán McNamara2021-06-163-3/+0
* tdf#59323: pptx import: import footer fields as propertiesSarper Akdemir2021-06-162-3/+3
* Split CppunitTest_chart2_import into twoXisco Fauli2021-06-156-925/+1042
* vcl: outdevmap.hxx -> rendercontext/ImplMapRes.hxxChris Sherlock2021-06-151-2/+19
* only one of the radiobuttons in a group should be activeCaolán McNamara2021-06-144-10/+0
* group leader should be activeCaolán McNamara2021-06-143-0/+4
* Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski2021-06-132-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