summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2020-02-21oox: add PPTX import/export for semi-transparent shape textMiklos Vajna7-2/+167
2020-01-12tdf#107604 Handle predefined table styles.Gülşah Köse3-139/+920
2020-01-06tdf#125444 Percentage as custom chart labelTamas Bunth1-0/+2
2019-11-29tdf#127090 Export textbox rotation attribute.Gülşah Köse1-6/+8
2019-11-29tdf#113198 set default shape paragraph alignment..Tamas Bunth1-1/+1
2019-11-22tdf#128952 Set the position of shape for 180 deg.Gülşah Köse1-1/+1
2019-11-21tdf#117658 PPTX import: fix duplicated math object handlingMiklos Vajna11-18/+47
2019-11-21Related: tdf#117658 PPTX import: ignore math text outside <m:t>Miklos Vajna5-10/+122
2019-11-17tdf128684: Rotate text in not preset custom shapeTamas Bunth1-0/+2
2019-11-01tdf#126324 Import custom date as custom XTextFieldTamas Bunth1-0/+6
2019-10-18tdf#126060 Handle text camera z rotation while pptx import.Gülşah Köse5-0/+16
2019-09-16tdf#122031 Change element order for OOXML compatibility.Gülşah Köse1-1/+1
2019-09-16tdf#122031 Export number format of chart label to OOXML Gülşah Köse1-2/+18
2019-09-05warn on load when a document binds an event to a macroCaolán McNamara1-0/+4
2019-08-29tdf#118169: ActiveX form control saved incorrectly with accented lettersTamás Zolnai1-2/+2
2019-08-23tdf#127085: FILESAVE: Transparency is lost after RTTamás Zolnai1-3/+7
2019-08-05pretty up logging of exceptionsNoel Grandin2-3/+5
2019-08-05tdf#126310 Disable lazy loading of WMF imagesGabor Kelemen1-2/+2
2019-07-11SmartArt: hide connectors in org chart as they don't work correctlyGrzegorz Araminowicz1-29/+1
2019-07-11SmartArt: improve organization chart layoutGrzegorz Araminowicz5-36/+102
2019-07-11SmartArt: better detecting connector arrow typeGrzegorz Araminowicz2-51/+28
2019-07-11Revert "SmartArt: support multiple levels of shapes in LayoutNodes"Grzegorz Araminowicz5-24/+12
2019-07-11SmartArt: remove calculateHierChildOffsetScale() from org chart algorithmGrzegorz Araminowicz1-55/+2
2019-07-11SmartArt: make if-node functions relative to current presentation nodeGrzegorz Araminowicz6-38/+40
2019-07-11SmartArt: all visitors follow data presentation nodesGrzegorz Araminowicz9-327/+403
2019-07-11SmartArt: move setting shape aspect ratio to alg atom visitGrzegorz Araminowicz3-11/+1
2019-07-11SmartArt: omit last atom in forEach loop only when necessaryGrzegorz Araminowicz2-5/+5
2019-07-10SmartArt: support ForEach referencesGrzegorz Araminowicz5-1/+48
2019-07-10SmartArt: support multiple levels of shapes in LayoutNodesGrzegorz Araminowicz4-17/+38
2019-07-05sw btlr writing mode: handle import from VMLMiklos Vajna1-24/+5
2019-07-05sw btlr writing mode: fix tbrl import from VMLMiklos Vajna1-0/+8
2019-07-04sw btlr writing mode: implement DOCX shape import for tbrlMiklos Vajna1-45/+27
2019-06-18Related: tdf#94238 PPTX export: handle border and center of radial gradientMiklos Vajna1-4/+55
2019-06-18Related: tdf#94238 PPTX import: handle subset of radial gradient fillMiklos Vajna2-6/+50
2019-06-15SmartArt: bullet list improvementsGrzegorz Araminowicz1-10/+12
2019-06-03SmartArt: more constraints used in linear algorithmGrzegorz Araminowicz1-31/+47
2019-06-03SmartArt: keep parent constraints instead of merging every timeGrzegorz Araminowicz2-20/+8
2019-06-03SmartArt: sort shapes by Z order after layout algorithmsGrzegorz Araminowicz2-32/+42
2019-06-03SmartArt: adjust text size to fit shapesGrzegorz Araminowicz1-1/+15
2019-05-31SmartArt: support diagram backgroundGrzegorz Araminowicz3-0/+28
2019-05-31tdf#122765: Legend interferes with pie chart after pptx importTamás Zolnai1-2/+1
2019-05-22tdf#123106: oox: disable gradient fill grab-bag for PPTXMiklos Vajna1-1/+3
2019-05-22PPTX export: save SmartArt as diagram instead of group of shapesGrzegorz Araminowicz2-0/+321
2019-05-21PPTX import: save also OOXDrawing in InteropGrabBagGrzegorz Araminowicz3-28/+33
2019-05-21PPTX import: import SmartArt drawing into single GroupShapeGrzegorz Araminowicz3-8/+6
2019-05-21PPTX import: save SmartArt markup into InteropGrabBagGrzegorz Araminowicz2-11/+28
2019-05-21tdf#125360: PPTX: Shape fill transparency is not exportedTamás Zolnai1-10/+39
2019-05-19tdf#125346: PPTX export: Shape has wrong fill color comming from themeTamás Zolnai1-5/+15
2019-05-17tdf#124398 DOCX drawingML import: handle charts in group shapesMiklos Vajna2-2/+9
2019-05-15ooxml import: supprt cropping to shapeTamas Bunth3-6/+26