summaryrefslogtreecommitdiff
path: root/oox/source/export/drawingml.cxx
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-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-03loplugin:flatten in ooxNoel Grandin1-190/+190
2020-03-20tdf#42949 Fix IWYU warnings in oox/source/[e-v]*/*cxxGabor Kelemen1-10/+1
2020-03-03tdf#101181 Implement glow effect on shapesTamas Bunth1-18/+49
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2020-01-15clang-tidy modernize-concat-nested-namespace in ooxNoel Grandin1-3/+1
2020-01-14tdf#128304 export TB_RL writing mode as eaVirtMark Hung1-1/+1
2020-01-06tdf#129708 speed-up: check if we could create outline instead of creation of itSerge Krot1-1/+1
2019-12-17tdf#129143 FILESAVE: PPTX: bullets have a black border after RTNoel Grandin1-1/+3
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-21oox: add PPTX import/export for semi-transparent shape textMiklos Vajna1-1/+11
2019-11-13tdf#128619 Chart OOXML export: fix gradient positionBalazs Varga1-1/+1
2019-11-05tdf#108065 tdf#128609 OOXML chart export: fix transparent color gradientBalazs Varga1-18/+37
2019-10-15tdf#128096: only use CharBackColor for highlight if exporting to pptxXisco Fauli1-6/+11
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-4/+4
2019-10-13tdf#128096: pptx: export highlightXisco Fauli1-0/+11
2019-10-10Removed duplicated includeAndrea Gelmini1-1/+0
2019-10-10tdf#98603 export runs with correct lang attribute (2/2).Mark Hung1-5/+43
2019-10-02tdf#127901: pptx export image greyscale, watermark, black/whiteXisco Fauli1-0/+18
2019-09-05Fix typosAndrea Gelmini1-1/+1
2019-09-05tdf#127166, tdf#123903 improve import/export of line stylesRegina Henschel1-103/+88
2019-09-02loplugin:constmethod in ooxNoel Grandin1-2/+2
2019-08-27Simplify Sequence iterations in ooxArkadiy Illarionov1-318/+288
2019-08-23tdf#126741 - fix dash dot dot line style import problem, for pptxnd1011-1/+1
2019-08-22tdf#127085: FILESAVE: Transparency is lost after RTTamás Zolnai1-3/+7
2019-08-22tdf#127030 PPTX export: keep fixed size of legacy shapesBalazs Varga1-1/+2
2019-08-15tdf#126746 Add support for import/export line caps for .pptx formatBartosz Kosiorek1-0/+8
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-08-09tdf#126746 Fix exporting closed Polylines to PPTXBartosz Kosiorek1-1/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ooxStephan Bergmann1-1/+1
2019-07-20loplugin:referencecasting in oox..pyunoNoel Grandin1-1/+1
2019-07-08no need to use AlphaMask in DrawingML::WriteParagraphNumberingNoel Grandin1-3/+1
2019-07-02tdf#125554 PPTX export: handle gradient transparency for gradient fillMiklos Vajna1-6/+37
2019-06-26tdf#125573 Scale text to path for TextWarp, use fromWordArtRegina Henschel1-1/+17
2019-06-18tdf#42949 Fix IWYU warnings in include/svx/[t-v]*Gabor Kelemen1-0/+1
2019-06-17tdf#51195, tdf#100348 Convert Fontwork to TextWarp on exportRegina Henschel1-3/+59
2019-06-15loplugin:logexceptionnicely in linguistic..ooxNoel Grandin1-3/+3
2019-06-07tdf#125551 PPTX export: correct position and size of diagramsGrzegorz Araminowicz1-4/+14
2019-05-20tdf#125360: PPTX: Shape fill transparency is not exportedTamás Zolnai1-10/+37
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov1-10/+10
2019-05-07PPTX: Fix import / export of image transparencyTamás Zolnai1-3/+3
2019-04-19Further cleanup of FastSerializerHelper's startElement/singleElement[NS]Mike Kaganski1-289/+219