summaryrefslogtreecommitdiff
path: root/oox/source/export
AgeCommit message (Expand)AuthorFilesLines
2020-05-18tdf#92526 DrawingML shape export: fix 0 line widthSzabolcs Toth1-1/+1
2020-05-11tdf#49247: no need in extra boolean property, radius is enoughMike Kaganski1-7/+9
2020-05-11tdf#49247: implement soft edges document model and import/exportMike Kaganski1-5/+27
2020-05-08tdf#132201: use proper sequence order of effects per specMike Kaganski1-2/+16
2020-05-07tdf#101181: store glow radius in 100ths of mm instead of EMUsMike Kaganski1-2/+4
2020-05-06tdf#101181: support for transparency attribute of glow effectMike Kaganski1-1/+3
2020-05-06tdf#79082 Export paragraph tab stops to ooxmlSamuel Mehrbrodt1-0/+36
2020-05-05tdf#132486 Chart: fix OOXML export of ShiftedCategoryPositionBalazs Varga1-24/+13
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
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 Grandin3-477/+478
2020-03-30tdf#131370 chart: implement OOXML import/export of legend overlay featureTünde Tóth1-1/+5
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-1/+0
2020-03-20tdf#42949 Fix IWYU warnings in oox/source/[e-v]*/*cxxGabor Kelemen3-53/+3
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi1-1/+1
2020-03-12Revert "loplugin:constfields in oox"Noel Grandin3-5/+5
2020-03-09tdf#131143 OOXML chart: fix missing data points of scatter chartBalazs Varga1-4/+6
2020-03-03tdf#101181 Implement glow effect on shapesTamas Bunth1-18/+49
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-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-2/+2
2020-01-31new loplugin:namespaceindentationNoel Grandin1-1/+1
2020-01-29tdf#130237 OOXML chart export: fix incomplete 3D area chartBalazs Varga1-1/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2020-01-26remove some unused local varsNoel Grandin1-1/+0
2020-01-25tdf#128049:FILESAVE PPTX Improve export of shape 'forbidden'ayhanyalcinsoy1-1/+2
2020-01-24loplugin:makeshared in ooxNoel Grandin2-2/+2
2020-01-15clang-tidy modernize-concat-nested-namespace in ooxNoel Grandin4-11/+5
2020-01-14tdf#128304 export TB_RL writing mode as eaVirtMark Hung1-1/+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-06tdf#129708 speed-up: check if we could create outline instead of creation of itSerge Krot2-2/+2
2020-01-06Removed redundant semicolonsAndrea Gelmini1-1/+1
2019-12-17tdf#129143 FILESAVE: PPTX: bullets have a black border after RTNoel Grandin1-1/+3
2019-12-03Simplify a bit use of LabelPlacementParam (oox/chartexport)Julien Nabet1-20/+18
2019-11-27tdf#127090 Export textbox rotation attribute.Gülşah Köse1-5/+8
2019-11-22tdf#128952 Set the position of shape for 180 deg.Gülşah Köse1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-2/+2
2019-11-21oox: add PPTX import/export for semi-transparent shape textMiklos Vajna1-1/+11
2019-11-21tdf#123774 OOXML chart export: keep digits of percentages of data points Balazs Varga1-2/+12
2019-11-16tdf#128820: use wps namespace for simple text shapesMike Kaganski1-17/+18
2019-11-13tdf#128619 Chart OOXML export: fix gradient positionBalazs Varga1-1/+1
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 Varga2-22/+53