summaryrefslogtreecommitdiff
path: root/oox/source/export/chartexport.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-05-05tdf#132486 Chart: fix OOXML export of ShiftedCategoryPositionBalazs Varga1-24/+13
2020-04-24tdf#132076 Chart OOXML: fix lost date format of X axisBalazs Varga1-5/+57
2020-04-07loplugin:unusedvariableplus in ooxNoel Grandin1-1/+0
2020-04-03crashtesting: mismatched start/end tag assert on reexport of tdf113187-1.pptxCaolán McNamara1-2/+0
2020-04-03loplugin:flatten in ooxNoel Grandin1-255/+256
2020-03-30tdf#131370 chart: implement OOXML import/export of legend overlay featureTünde Tóth1-1/+5
2020-03-20tdf#42949 Fix IWYU warnings in oox/source/[e-v]*/*cxxGabor Kelemen1-12/+2
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi1-1/+1
2020-03-12Revert "loplugin:constfields in oox"Noel Grandin1-1/+1
2020-03-09tdf#131143 OOXML chart: fix missing data points of scatter chartBalazs Varga1-4/+6
2020-03-02tdf#130986 Chart OOXML export: fix number format of custom labelBalazs Varga1-0/+3
2020-02-20tdf#126076 XLSX export: fix automatic line chart markersTünde Tóth1-1/+1
2020-02-20tdf#90749 chart: add leader lines to custom data label positionsBalazs Varga1-0/+9
2020-02-17tdf#130590 Chart OOXML export: fix custom label positionBalazs Varga1-0/+19
2020-01-29tdf#130237 OOXML chart export: fix incomplete 3D area chartBalazs Varga1-1/+1
2020-01-24loplugin:makeshared in ooxNoel Grandin1-1/+1
2020-01-15clang-tidy modernize-concat-nested-namespace in ooxNoel Grandin1-2/+1
2020-01-13cid#1457617 Unchecked return valueCaolán McNamara1-3/+2
2020-01-12cid#1457617 Unchecked return valueCaolán McNamara1-2/+1
2020-01-10tdf#129857 Chart OOXML export: fix deleted legend entriesTünde Tóth1-2/+80
2020-01-06Removed redundant semicolonsAndrea Gelmini1-1/+1
2019-12-03Simplify a bit use of LabelPlacementParam (oox/chartexport)Julien Nabet1-20/+18
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-2/+2
2019-11-21tdf#123774 OOXML chart export: keep digits of percentages of data points Balazs Varga1-2/+12
2019-11-08tdf#128618 OOXML chart export: deleted automatic title returns on saveBalazs Varga1-22/+25
2019-11-08tdf#128633 Chart OOXML Export: Fix position of bar in chartsBalazs Varga1-1/+1
2019-11-05tdf#108065 tdf#128609 OOXML chart export: fix transparent color gradientBalazs Varga1-4/+16
2019-10-22tdf#127908 tdf#128193 Chart OOXML: Fix Custom Y axis title positionBalazs Varga1-1/+10
2019-10-07tdf#127777 OOXML chart export: fix "CrossBetween" for not imported chartsBalazs Varga1-1/+1
2019-10-07cid#1454626 Uninitialized scalar fieldCaolán McNamara1-0/+1
2019-10-01tdf#127777 OOXML chart export: fix X axis position setting "CrossBetween"Balazs Varga1-7/+49
2019-09-27Deduplicate O(U)StringNumber definitions; add toAsciiUpperCaseMike Kaganski1-1/+1
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-30tdf#103988 OOXML export: fix bubble chart MSO interoperabilityBalazs Varga1-2/+4
2019-08-30tdf#114657 OOXML chart export: fix broken chart with NaN X valueBalazs Varga1-18/+6
2019-08-27Simplify Sequence iterations in ooxArkadiy Illarionov1-66/+53
2019-08-21tdf#101322 Chart OOXML Export: fix missing subtitleBalazs Varga1-8/+25
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ooxStephan Bergmann1-4/+4
2019-07-24tdf#114166 DOCX chart import: fix missing complex categoriesBalazs Varga1-2/+6
2019-07-23Fix typosAndrea Gelmini1-1/+1
2019-07-20loplugin:referencecasting in oox..pyunoNoel Grandin1-17/+17
2019-07-15tdf#126193 Chart OOXML: Export Multi-level category labelsBalazs Varga1-41/+227
2019-06-28tdf#126115 Chart OOXML Export: fix individual markerBalazs Varga1-9/+16
2019-06-18tdf#111824 Chart OOXML Export: fix Z axis labelsBalazs Varga1-0/+2
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov1-1/+1
2019-06-15loplugin:logexceptionnicely in linguistic..ooxNoel Grandin1-5/+4
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov1-5/+5
2019-04-19Further cleanup of FastSerializerHelper's startElement/singleElement[NS]Mike Kaganski1-517/+232
2019-04-17tdf#123828 XLSX combined chart export: fix order of axis typesBalazs Varga1-7/+24