summaryrefslogtreecommitdiff
path: root/chart2/source/view
AgeCommit message (Expand)AuthorFilesLines
2021-05-14Directly initialize vectors in VCartesianAxis.cxxJulien Nabet1-9/+3
2021-05-14Avoid temporary var + directly initialize vector in VDataSeries.cxxJulien Nabet1-4/+5
2021-05-12fix ubsan use-after-freeNoel Grandin1-0/+25
2021-05-09clang-tidy error: Returning null referenceNoel Grandin1-2/+1
2021-05-08ref-count SfxItemPoolNoel Grandin2-15/+6
2021-05-07use a single global item pool for chart2 draw modelNoel Grandin3-33/+36
2021-05-07add utility method to get last pool in chainNoel Grandin1-10/+1
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-1/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-04-07rtl::Static -> function local staticNoel Grandin1-3/+2
2021-03-25const OUString -> const OUStringLiteralMike Kaganski2-2/+2
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara2-6/+6
2021-02-23loplugin:refcounting in chart2Noel1-19/+9
2021-02-22[API CHANGE] tdf#133423 Implement chart:regression-moving-typeSamuel Mehrbrodt2-2/+8
2021-02-18tdf#92768 Add rendering support for hiding title object in chart2Quan Nguyen3-1/+18
2021-02-08tdf#94235 Add support for series name in data series labelsSamuel Mehrbrodt3-4/+14
2021-02-06Use more conversion functions from <tools/UnitConversion.hxx>Mike Kaganski3-5/+6
2021-02-04use more getSdrObjectFromXShapeNoel3-37/+16
2021-01-29loplugin:stringviewparam extend to new..Noel4-7/+7
2021-01-26loplugin:passstuffbyrefNoel2-2/+2
2021-01-25chart2: Merge some if'sDr. David Alan Gilbert2-5/+3
2021-01-16make the Color constructors explicitly specify transparencyNoel1-4/+4
2021-01-12transparency->alpha in tools::ColorNoel1-1/+1
2021-01-09fix coverity parse errorsCaolán McNamara1-2/+2
2021-01-02introduce Degree100 strong_int typeNoel1-2/+2
2021-01-02use SdrAngleItem for SCHATTR_STARTING_ANGLENoel Grandin1-1/+1
2020-12-28tdf#121281 pie chart: improve data label positionTünde Tóth2-37/+66
2020-12-28use SdrAngleItem for SCHATTR_TEXT_DEGREESNoel Grandin1-1/+2
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-2/+3
2020-12-16tdf#136816: fix hidden legend entries in "Column and Line" chartsTünde Tóth1-11/+6
2020-12-16tdf#138777 pie chart: improve long data label widthTünde Tóth1-15/+10
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel2-11/+11
2020-11-24tdf#138181 Chart OOXML: fix deleted legend entries of pie chartsTünde Tóth1-3/+16
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel7-12/+12
2020-11-22tdf#123936 Formatting files in module chart2 with clang-formatPhilipp Hofer9-62/+66
2020-11-17tdf#138204 Chart OOXML Import: doesn't show placeholderBalazs Varga1-0/+1
2020-11-17tdf#138018 don't show leader lines inside pie chartTünde Tóth1-15/+23
2020-11-12tdf#137874 Chart OOXML import: fix pie chart legend entriesTünde Tóth1-1/+3
2020-11-11loplugin:stringviewNoel1-1/+1
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen8-8/+1
2020-10-26tdf#137505 OOXML Import: Custom shape in chart: fix font sizeBalazs Varga1-0/+1
2020-10-21use tools::Long in basegfx..chart2Noel11-29/+33
2020-10-20cid#1468269 Uninitialized scalar fieldCaolán McNamara1-1/+3
2020-10-19tdf#134121 pie chart: add leader linesTünde Tóth2-40/+79
2020-10-19tdf#137154 pie chart: improve Outside position of data labelsTünde Tóth1-12/+8
2020-10-09tdf#134978 Chart OOXML Import: fix pie chart label custom positionTünde Tóth1-2/+5
2020-10-06loplugin:const* make some params and methods constNoel1-1/+1
2020-10-02tdf#137116 pie chart: improve BestFit position of data labelsTünde Tóth2-73/+44
2020-10-01loplugin:reducevarscope in canvas,chart2Noel4-6/+5
2020-09-24Fix typo in codeAndrea Gelmini1-3/+3