summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/VLegend.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-1/+1
2021-02-06Use more conversion functions from <tools/UnitConversion.hxx>Mike Kaganski1-2/+2
2021-01-25chart2: Merge some if'sDr. David Alan Gilbert1-3/+2
2020-12-16tdf#136816: fix hidden legend entries in "Column and Line" chartsTünde Tóth1-11/+6
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-11-11loplugin:stringviewNoel1-1/+1
2020-10-21use tools::Long in basegfx..chart2Noel1-2/+2
2020-10-01loplugin:reducevarscope in canvas,chart2Noel1-1/+1
2020-06-30tdf#126425 Chart: fix missing legend with exceeding textTünde Tóth1-6/+50
2020-06-29tdf#134247 Chart OOXML import: fix order of legend entriesTünde Tóth1-1/+1
2020-06-29tdf#122225 Chart OOXML import: fix missing legend textTünde Tóth1-1/+1
2020-05-21tdf#132956 Chart view: fix missing plot areaBalazs Varga1-6/+13
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-19loplugin:flatten in chart2Noel Grandin1-42/+42
2020-03-06tdf#123268 fix lost chart if all legend entries are hiddenTünde Tóth1-0/+2
2020-03-05tdf#75330 add a new overlay/no-overlay feature for the legendTünde Tóth1-11/+12
2020-01-10use more std::make_sharedNoel Grandin1-1/+1
2019-11-27tdf#115630 tdf#88922 Chart: fix custom legend position and sizeBalazs Varga1-18/+18
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-1/+1
2019-08-15loplugin:sequenceloop in basic..cuiNoel Grandin1-1/+2
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-04-12loplugin:sequentialassign in chart2Noel Grandin1-2/+1
2019-01-18convert some enums to scopedNoel Grandin1-1/+1
2018-12-07tdf#114163 Chart: fix order of legend namesBalazs Varga1-1/+1
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-12/+12
2018-11-26tdf#42949 Fix IWYU warnings in chart2/source/view/*cxxGabor Kelemen1-4/+0
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-2/+2
2018-09-06tdf#42949 Fix IWYU warnings in chart2/source/view/{axes,charttypes,main}/*hxxGabor Kelemen1-0/+2
2018-08-28tdf#42949 Fix IWYU warnings in chart2/source/inc/[l-z]*Gabor Kelemen1-0/+1
2018-08-11loplugin:mergeclasses AbstractShapeFactory into ShapeFactoryNoel Grandin1-5/+5
2018-08-01forcepoint#60 FPECaolán McNamara1-0/+2
2018-06-01tdf#42949 Fix IWYU warnings in chart2/source/view/inc/Gabor Kelemen1-0/+1
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin1-13/+13
2018-03-07use more Color in chart2Noel Grandin1-2/+2
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin1-7/+6
2017-10-26More loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: chart2Stephan Bergmann1-9/+9
2017-07-28loplugin:checkunusedparams more part3Noel Grandin1-1/+1
2017-07-10tdf#108986 : no arrow for "Data" button on pivot chartDennis Francis1-0/+3
2017-07-10tdf#108921 : Enforce a minimum legend size for pivot charts...Dennis Francis1-6/+14
2017-06-20loplugin:oncevar chart2Noel Grandin1-2/+1
2017-05-11tdf#107103 fixes for the legend in a pivot chartTomaž Vajngerl1-22/+55
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert chart2 view source from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-04-22tdf#107068 add arrow to the buttons, mark if field is filteredTomaž Vajngerl1-5/+12
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: chart2Stephan Bergmann1-1/+1
2017-04-04tdf#83257 [API-CHANGE] Pivot chart implementationTomaž Vajngerl1-14/+15
2017-03-31use actual UNO enums in chart2Noel Grandin1-1/+1
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-10/+10
2017-02-12chart2: layout buttons in charts when data is presentTomaž Vajngerl1-14/+62