summaryrefslogtreecommitdiffstats
path: root/chart2/source/view
Commit message (Expand)AuthorAgeFilesLines
* chart2: Break labels text and limit the size to the axis sizeTomaž Vajngerl2022-02-284-9/+36
* chart2: crop x-axis label if it's too long on fixed size chartsTomaž Vajngerl2022-02-281-6/+8
* Missing includes for libstdc++ 12Stephan Bergmann2022-01-171-0/+4
* tdf#136111 fix scaling problem on chart driven by a macroAndras Timar2021-11-151-2/+7
* tdf#110993 - Corrected spline calculationAndreas Heinisch2021-07-071-1/+1
* Simplify Sequences initializations (chart2)(part 2)Julien Nabet2021-06-081-10/+5
* Simplify Sequences initializations (chart2)(part1)Julien Nabet2021-06-081-2/+1
* no need to allocate these on the heapNoel Grandin2021-05-282-24/+23
* stlFindInsert: No unnecessary search before insertion to mapMuhammet Kara2021-05-233-6/+3
* 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
* fix ubsan use-after-freeNoel Grandin2021-05-121-0/+25
* 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-073-33/+36
* add utility method to get last pool in chainNoel Grandin2021-05-071-10/+1
* loplugin:stringadd convert chained append to +Noel Grandin2021-04-271-1/+1
* Recheck include/ with IWYUGabor Kelemen2021-04-091-0/+1
* rtl::Static -> function local staticNoel Grandin2021-04-071-3/+2
* const OUString -> const OUStringLiteralMike Kaganski2021-03-252-2/+2
* silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara2021-03-192-6/+6
* loplugin:refcounting in chart2Noel2021-02-231-19/+9
* [API CHANGE] tdf#133423 Implement chart:regression-moving-typeSamuel Mehrbrodt2021-02-222-2/+8
* tdf#92768 Add rendering support for hiding title object in chart2Quan Nguyen2021-02-183-1/+18
* tdf#94235 Add support for series name in data series labelsSamuel Mehrbrodt2021-02-083-4/+14
* Use more conversion functions from <tools/UnitConversion.hxx>Mike Kaganski2021-02-063-5/+6
* use more getSdrObjectFromXShapeNoel2021-02-043-37/+16
* loplugin:stringviewparam extend to new..Noel2021-01-294-7/+7
* loplugin:passstuffbyrefNoel2021-01-262-2/+2
* chart2: Merge some if'sDr. David Alan Gilbert2021-01-252-5/+3
* make the Color constructors explicitly specify transparencyNoel2021-01-161-4/+4
* transparency->alpha in tools::ColorNoel2021-01-121-1/+1
* fix coverity parse errorsCaolán McNamara2021-01-091-2/+2
* introduce Degree100 strong_int typeNoel2021-01-021-2/+2
* use SdrAngleItem for SCHATTR_STARTING_ANGLENoel Grandin2021-01-021-1/+1
* tdf#121281 pie chart: improve data label positionTünde Tóth2020-12-282-37/+66
* use SdrAngleItem for SCHATTR_TEXT_DEGREESNoel Grandin2020-12-281-1/+2
* New loplugin:stringliteralvarStephan Bergmann2020-12-261-2/+3
* tdf#136816: fix hidden legend entries in "Column and Line" chartsTünde Tóth2020-12-161-11/+6
* tdf#138777 pie chart: improve long data label widthTünde Tóth2020-12-161-15/+10
* loplugin:stringviewparam include comparisons with string literalsNoel2020-11-302-11/+11
* tdf#138181 Chart OOXML: fix deleted legend entries of pie chartsTünde Tóth2020-11-241-3/+16
* loplugin:stringviewparam extend to comparison operatorsNoel2020-11-247-12/+12
* tdf#123936 Formatting files in module chart2 with clang-formatPhilipp Hofer2020-11-229-62/+66
* tdf#138204 Chart OOXML Import: doesn't show placeholderBalazs Varga2020-11-171-0/+1
* tdf#138018 don't show leader lines inside pie chartTünde Tóth2020-11-171-15/+23
* tdf#137874 Chart OOXML import: fix pie chart legend entriesTünde Tóth2020-11-121-1/+3
* loplugin:stringviewNoel2020-11-111-1/+1
* tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen2020-11-068-8/+1
* tdf#137505 OOXML Import: Custom shape in chart: fix font sizeBalazs Varga2020-10-261-0/+1