summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2017-09-07tdf#106867: Unit test for the export of embedded videos.Jan Holesovsky1-6/+18
2017-09-07tdf#106867: Write also the extended markup to fully support embedded videos.Jan Holesovsky3-42/+56
2017-09-07tdf#106867: Export videos in PPTX.Jan Holesovsky5-7/+110
2017-09-06tdf#106867: Import target for commands in PPTX.Jan Holesovsky1-2/+4
2017-09-06tdf#111838: Revert "Decrease duplicated code"Tamás Zolnai1-2/+6
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin1-3/+3
2017-09-05Use LanguageTag::getBcp47MS() to write MS malformed tags to OOXML, tdf#83190Eike Rathke2-2/+2
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-09-02convert SHAPEFLAG defines to scoped enum ShapeFlagJochen Nitschke2-8/+11
2017-09-01tdf#111884: Implement export of group shapes in pptx.Jan Holesovsky2-21/+52
2017-08-31inline some use-once typedefsNoel Grandin1-3/+1
2017-08-30SmartArt: grDir snake algorithm parameterGrzegorz Araminowicz1-5/+21
2017-08-30tdf#43157 Clean up OSL_ENSURE in oox/drawingml/diagramGrzegorz Araminowicz4-10/+6
2017-08-26tdf#111980: DOCX: Handle ActiveX radio button groupTamás Zolnai2-1/+11
2017-08-25loplugin:unusedmethodsNoel Grandin1-296/+0
2017-08-24tdf#111798 Fix deformed export of flipped custom shapes to pptxPaul Trojahn2-8/+13
2017-08-24SmartArt: implement dir and maxDepth if node functionsGrzegorz Araminowicz4-18/+71
2017-08-24SmartArt: get rid of tagToVarIdx() and change VarMap to std::mapGrzegorz Araminowicz3-66/+2
2017-08-24oox: kill redundant breaksThorsten Behrens2-6/+0
2017-08-23DOCX: Fix an other test case of ActiveX control exportTamás Zolnai1-0/+5
2017-08-23VML, Watermark: detect shapetype from other subdocumentsSzymon Kłos1-0/+8
2017-08-23convert message box style bits to scoped enumNoel Grandin1-2/+1
2017-08-23SmartArt: shape rotation supportGrzegorz Araminowicz3-3/+25
2017-08-23SmartArt: basic support for layout constraintsGrzegorz Araminowicz6-68/+136
2017-08-22Fix two issues in ActiveX DOCX import / export codeTamás Zolnai2-1/+28
2017-08-18NdTopLeft is unused now.Tamás Zolnai1-3/+1
2017-08-17tdf#50097: DOCX: export form controls as MSO ActiveX controlsTamás Zolnai4-42/+100
2017-08-17SmartArt: simplify conditions, miscellaneous changesGrzegorz Araminowicz6-50/+27
2017-08-17SmartArt: support cnt functionGrzegorz Araminowicz9-47/+103
2017-08-14Decrease duplicated codeTamás Zolnai1-6/+2
2017-08-12tdf#107197: Replace relationship URIChristian Barth1-2/+7
2017-08-12tdf#107197: Replace relationship URIChristian Barth1-0/+6
2017-08-12tdf#107197: Replace relationship URIChristian Barth1-1/+1
2017-08-12tdf#107197: Replace relationship URIChristian Barth1-1/+3
2017-08-11SmartArt: fix duplicated textGrzegorz Araminowicz1-1/+5
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-2/+2
2017-08-10tdf#109187 Fix OOXML import of flipped shapes with gradientsPaul Trojahn1-7/+7
2017-08-10tdf#109317 Fix incorrect rotation of flipped custom OOXML shapesPaul Trojahn4-3/+20
2017-08-10SmartArt: add nested shapes only if they are node's childrenGrzegorz Araminowicz6-126/+143
2017-08-09tdf#91384: DOCX: import ActiveX controlsTamás Zolnai4-6/+25
2017-08-09tdf#111548: Better fix for PPTX / XLSX import of ActiveX controlsTamás Zolnai4-3/+13
2017-08-08tdf#110440 drawingML import: fix handling of group shape propertiesMiklos Vajna1-1/+1
2017-08-08tdf#109858: Override default point label placement setting...Dennis Francis2-7/+15
2017-08-07Indentation fixesMiklos Vajna6-6/+6
2017-08-06Avoid warning about invalid alignment valueTamás Zolnai1-1/+1
2017-08-05Fix typosAndrea Gelmini1-1/+1
2017-08-04Make ActiveX controls import working again (PPTX / XLSX)Tamás Zolnai3-9/+21
2017-08-02remove unnecessary use of 'this->'Noel Grandin2-5/+5
2017-08-01loplugin:checkunusedparamsNoel Grandin9-56/+45