summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2019-05-30SmartArt: keep parent constraints instead of merging every timeGrzegorz Araminowicz2-19/+7
2019-05-29SmartArt: sort shapes by Z order after layout algorithmsGrzegorz Araminowicz2-32/+42
2019-05-28SmartArt: simplify text body empty conditionGrzegorz Araminowicz1-5/+1
2019-05-28SmartArt: adjust text size to fit shapesGrzegorz Araminowicz1-1/+14
2019-05-24crashtesting: div-by-zero on load of tdf48948-2.pptxCaolán McNamara1-25/+28
2019-05-22New loplugin:dataStephan Bergmann1-8/+8
2019-05-21Fix outdated comment.Tamás Zolnai1-1/+1
2019-05-21tdf#122765: Legend interferes with pie chart after pptx importTamás Zolnai1-1/+0
2019-05-21SmartArt: Support ctrShpMap cycle algorithm parameterGrzegorz Araminowicz1-3/+19
2019-05-20Use DBG_UTIL instead of OSL_DEBUG_LEVEL for the OOX dumping stuffTor Lillqvist4-4/+4
2019-05-20tdf#125360: PPTX: Shape fill transparency is not exportedTamás Zolnai1-10/+37
2019-05-19tdf#125181 maxY is 50000 in prstGeom for star24 and star32Regina Henschel2-8/+8
2019-05-18tdf#125346: PPTX export: Shape has wrong fill color comming from themeTamás Zolnai1-5/+15
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov11-27/+27
2019-05-14SmartArt: regenerate diagram commandGrzegorz Araminowicz9-131/+135
2019-05-14tdf#124754 sw docx import: do not override text color with -1 (auto) colorSerge Krot1-2/+7
2019-05-14tdf#100084 XLSX import: fix missing charts clean-upBalazs Varga1-4/+5
2019-05-13ooxml import: supprt cropping to shapeTamas Bunth3-6/+26
2019-05-13tdf#100084 XLSX import: fix missing chartsBalazs Varga1-1/+13
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin4-8/+8
2019-05-10tdf#125173 fix hyperlink inserted to text boxTünde Tóth1-2/+18
2019-05-10SmartArt: support diagram backgroundGrzegorz Araminowicz3-0/+28
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen2-0/+2
2019-05-09loplugin:unusedmethodsNoel Grandin1-6/+0
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák1-31/+25
2019-05-07PPTX: Fix import / export of image transparencyTamás Zolnai2-3/+8
2019-04-30PPTX import: store OOXTheme in InteropGrabBag for SmartArt re-generationGrzegorz Araminowicz1-1/+6
2019-04-30implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin1-5/+0
2019-04-29tdf#124398 DOCX drawingML import: handle charts in group shapesMiklos Vajna2-2/+9
2019-04-28rename animate.hxx to animate/Animation.hxx, more changes followTomaž Vajngerl1-1/+1
2019-04-26sw btlr writing mode: implement DOCX shape import for tbrlMiklos Vajna1-53/+31
2019-04-25ofz#14422 null derefCaolán McNamara1-0/+6
2019-04-23tdf#123684 PPTX import: fix wrong background color for <p:sp useBgFill="1">Miklos Vajna1-6/+20
2019-04-19Further cleanup of FastSerializerHelper's startElement/singleElement[NS]Mike Kaganski5-1003/+611
2019-04-17tdf#123828 XLSX combined chart export: fix order of axis typesBalazs Varga1-7/+24
2019-04-17tdf#123645 XLSX export: fix hyperlink inserted to charttundet3-20/+44
2019-04-15SmartArt: better detecting connector arrow typeGrzegorz Araminowicz2-53/+47
2019-04-15tdf#114181 XLSX combined chart: fix swapped primary and secondary axes etc.Balazs Varga1-4/+30
2019-04-15improve loplugin simplifyconstructNoel Grandin1-1/+1
2019-04-14tdf#120703 PVS: Silence V522 warningsMike Kaganski2-1/+2
2019-04-13loplugin:sequentialassign in oox..reportdesignNoel Grandin7-17/+8
2019-04-12tdf#42949 Fix IWYU warnings in include/avmedia/Gabor Kelemen1-0/+2
2019-04-12SmartArt: improve cycle algorithmGrzegorz Araminowicz1-6/+22
2019-04-12SmartArt: save diagram dump to working dir instead of /tmpGrzegorz Araminowicz1-1/+1
2019-04-10SmartArt: omit last atom in forEach loop only when necessaryGrzegorz Araminowicz2-5/+5
2019-04-08tdf#124466 XLSX: fix broken export by removing chart type data redundancyBalazs Varga1-2/+17
2019-04-08PPTX export: save SmartArt as diagram instead of group of shapesGrzegorz Araminowicz2-0/+321
2019-04-06Follow 4a4b1df72909fe96acdbcb95f90e30bd1a79c5ebJulien Nabet1-1/+1
2019-04-06Fix 6a9cf9ba2d37fee9b7c2f190b347e0d7c4a2676aJulien Nabet1-1/+1
2019-04-06tdf#91634 XLSX export: fix hyperlink inserted to imagetundet1-4/+15