summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/chart
AgeCommit message (Expand)Author
2019-11-12tdf#128627 tdf#128634 Fix OOXML import of CrossBetweenBalazs Varga
2019-10-22tdf#127908 tdf#128193 Chart OOXML: Fix Custom Y axis title positionBalazs Varga
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-12tdf#128016 Chart OOXML Import: fix duplicated category labelsBalazs Varga
2019-10-07tdf#127777 OOXML chart export: fix "CrossBetween" for not imported chartsBalazs Varga
2019-10-03tdf#127907 tdf#126724 Chart DOCX import: fix axis title positionBalazs Varga
2019-10-01tdf#127777 OOXML chart export: fix X axis position setting "CrossBetween"Balazs Varga
2019-09-23tdf#127393 OOXML chart import: fix X axis position setting "CrossBetween"Balazs Varga
2019-08-27Simplify Sequence iterations in ooxArkadiy Illarionov
2019-08-15tdf#126746 Add support for import/export line caps for .pptx formatBartosz Kosiorek
2019-08-15replace ".get->" with "->"Noel Grandin
2019-08-07tdf#125337 Chart DOCX Import: fix missing empty data series columnsBalazs Varga
2019-07-24tdf#114166 DOCX chart import: fix missing complex categoriesBalazs Varga
2019-07-20loplugin:referencecasting in oox..pyunoNoel Grandin
2019-07-15make tools::Rectangle::getBottom return 0 when emptyNoel Grandin
2019-07-14tdf#126192 Translate automatic axis labelsGabor Kelemen
2019-07-09tdf#126030 Translate automatic chart title in OOXML chartsGabor Kelemen
2019-06-21tdf#124817 OOXML chart import: fix missing symbolsBalazs Varga
2019-05-21Fix outdated comment.Tamás Zolnai
2019-05-21tdf#122765: Legend interferes with pie chart after pptx importTamás Zolnai
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov
2019-04-15tdf#114181 XLSX combined chart: fix swapped primary and secondary axes etc.Balazs Varga
2019-04-08tdf#124466 XLSX: fix broken export by removing chart type data redundancyBalazs Varga
2019-03-26loplugin:unnnecessaryvirtualNoel Grandin
2019-03-18tdf#81437 XLSX import: fix missing chart borderBalazs Varga
2019-03-12tdf#115012 XLSX chart import: workaround for no gapLászló Németh
2019-02-20Related: tdf#122226 OOXML Chart Import data label separatorBalazs Varga
2019-02-15Simplify containers iterations in oox, opencl, packageArkadiy Illarionov
2019-02-12tdf#122226 OOXML Chart Import: data label new line separatorBalazs Varga
2019-01-07tdf#122091 OOXML Import: Automatically break of X Axis labelsBalazs Varga
2018-11-30tdf#121282, tdf#121279, set text properties also on complex data labelsMarkus Mohrhard
2018-11-19tdf#104579, if no data point shape props are set take the series propsMarkus Mohrhard
2018-11-18tdf#102186, don't overwrite the deleted flagMarkus Mohrhard
2018-11-18tdf#94231 OOXML Import: Fix disappeared Hatch Background ColorBalazs Varga
2018-11-16tdf#114179: Custom size and position of the chart wallJozsef Szakacs
2018-11-07tdf#121205: Convert <a:br> to newline chars in chart titleVasily Melenchuk
2018-11-05tdf#108104 OOXML Import: Fix Hatch fill in ChartsBalazs Varga
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-15loplugin:constfields in ooxNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen
2018-09-09loplugin:simplifyconstruct in l10ntools..packageNoel Grandin
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski
2018-08-03Move angle normalization code from various places to toolsMike Kaganski
2018-08-01forcepoint#59 the "matrix" is always one row in heightCaolán McNamara
2018-07-22Fix typosAndrea Gelmini
2018-07-20tdf#118150 Fix displaying of chart where Legend is set manuallyBartosz Kosiorek
2018-06-11tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov
2018-03-31No need to test var at each loop (oox/typegroupconverter)Julien Nabet
2018-03-31Use for-range loops in oox (part1)Julien Nabet