summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2021-04-26tdf#132472: do not set text color when table style is 'Themed-Style-2'Xisco Fauli1-3/+3
2021-03-29tdf#122717: fix handling of zero width/height linesXisco Fauli1-3/+10
2021-03-18tdf#118693: no need to use convertMm100ToTwip() for line shapes anymoreXisco Fauli1-8/+1
2021-03-07tdf#139940 oox: mark end before growing largest segment backwardsJustin Luth1-1/+3
2021-01-21tdf#128550 set sub item on the ancestor node.Mark Hung1-8/+49
2021-01-13oox smartart: fix crash in pyra algorithm with a single child shapeMiklos Vajna1-1/+4
2020-11-23tdf#128213 Fix text camera z rotation import and export.Gülşah Köse9-24/+126
2020-11-20tdf#138148 Protect aspect ratio of graphic bullets.Gülşah Köse4-2/+53
2020-11-04tdf#128877 DOCX import: fix lost position of image cropped to shapeMiklos Vajna3-0/+32
2020-10-22tdf#103987 Avoid duplication of the Custom Properties during OOXML exportBartosz Kosiorek2-37/+140
2020-10-20tdf#137417 oox smartart: avoid considering rules in vertical linear layoutsMiklos Vajna1-0/+6
2020-10-17tdf#133377 OOXML Fix storage of date in Custom PropertiesBartosz Kosiorek1-1/+3
2020-10-07tdf#105875 DOCX VML shape import: fix missing rotationRegényi Balázs1-11/+15
2020-10-06tdf#137023 PPTX import: fix unexpected center alignment of shape text, 2nd tryMiklos Vajna4-5/+35
2020-09-30oox smartart: snake algo: make sure child shape height stays within parentMiklos Vajna1-6/+28
2020-09-30oox smartart: snake algo: apply constraints on child shape widthsMiklos Vajna1-10/+47
2020-09-30oox smartart: snake algo: start parsing relative width constraintsMiklos Vajna1-13/+90
2020-09-30oox smartart: snake algo: consider child's aspect ratio request for cols/rowsMiklos Vajna1-2/+9
2020-09-29tdf#136267 OOXML Chart Import: create main category axis labels onceBalazs Varga5-8/+7
2020-09-29tdf#124013 XLSX shape export: fix missing solidFillRegényi Balázs1-27/+1
2020-09-29tdf#77236 DOCX shape export: fix missing solidFillRegényi Balázs1-8/+0
2020-09-29tdf#136650 DOCX pie chart import: fix percentageBalazs Varga1-7/+13
2020-09-25tdf#136830 Fix: positions of group shapes of PPTXnd1011-1/+13
2020-09-21tdf#129685 PPTX import: fix unexpected centering of shape textMiklos Vajna4-1/+27
2020-09-21tdf#136620 tdf#136708 filter,oox,sw: fix export of 2 different wrapsMichael Stahl1-4/+18
2020-09-16tdf#131537 DOCX export: fix OLE "Display as icon"Daniel Arato (NISZ)1-7/+3
2020-09-15oox smartart: handle <dgm:prSet ... custT="1"/>Miklos Vajna1-1/+55
2020-09-15oox smartart: add support for syncing font heights of multiple shapesMiklos Vajna7-11/+126
2020-09-15tdf#135665 DOCX: import tight wrap setting of VML shapesDaniel Arato (NISZ)2-0/+2
2020-09-15tdf#135184 add linecaps in chartsRegina Henschel2-14/+15
2020-09-01tdf#133015 Fix table position during import multicol textbox.Gülşah Köse1-1/+1
2020-09-01tdf#133015 Inherit numCol from placeholder.Gülşah Köse1-0/+13
2020-09-01tdf#133015 Do not import multicol table text on master.Gülşah Köse3-3/+6
2020-09-01tdf#133015 Fix duplicated row and column problem.Gülşah Köse5-11/+54
2020-09-01tdf#121189 PPTX export: fix missing chartDaniel Arato (NISZ)1-0/+1
2020-08-25tdf#134174 Fix the rotation of bitmap filled custom shapes.Gülşah Köse2-0/+28
2020-08-19tdf#132555 PPTX VML import: handle stroke properties of image shapesMiklos Vajna4-0/+49
2020-08-10oox: VML export: convert ESCHER_Prop_AnchorText to v-text-anchorMichael Stahl1-0/+41
2020-08-10oox: VML export: produce bottom-to-top in a better wayMichael Stahl1-10/+26
2020-08-10tdf#134183 PPTX: improve import of transparency in multi-step gradientsMiklos Vajna3-3/+60
2020-08-07tdf#128345 pptx export: add transparence gradient in solid fillRegina Henschel2-37/+75
2020-08-07oox: VML export: for rotated text shape, produce bottom-to-topMichael Stahl1-1/+16
2020-08-05oox smartart: add support for <dgm:layoutNode ... chOrder="t">Miklos Vajna3-1/+41
2020-08-05oox smartart, linear layout: limit height of children to parent sizeMiklos Vajna1-0/+12
2020-08-05oox smartart, linear layout: fix scaling of spacing without rulesMiklos Vajna1-3/+43
2020-08-05oox smartart, linear layout: correctly scale spacings wrt constraints and rulesMiklos Vajna1-8/+40
2020-08-05oox smartart: consider rules when scaling in linear layoutMiklos Vajna3-11/+87
2020-08-05oox smartart: start parsing rule listsMiklos Vajna10-6/+172
2020-08-05tdf#133687 Fix the placeholders priority order.Gülşah Köse1-2/+19
2020-08-05Avoid UBSan signed-integer-overflowStephan Bergmann1-1/+1