summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2016-02-06do not include boost/utility.hppMichael Stahl2-3/+4
2016-02-06remove some unnecessary typedefs to pointerNoel Grandin1-1/+1
2016-02-06Drop duplicate #includesTakeshi Abe1-1/+0
2016-02-06Fix typosAndrea Gelmini1-1/+1
2016-02-06cppcheck:unreadVariableNoel Grandin1-1/+1
2016-02-06convert expressions like 'size() == 0' to 'empty()'Noel Grandin2-3/+3
2016-02-06convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin1-1/+1
2016-02-05convert CVT constants to scoped enumNoel Grandin1-2/+2
2016-02-02oox: coverity#1348468 copy-paste errorMichael Stahl1-1/+1
2016-01-18tdf#96051: FILESAVE: Roundtrip any PPTX file with Shapes creates invalid OOXMLZolnai Tamás1-3/+6
2016-01-18tdf#96674 drawingML import: fix handling of zero width/height linesMiklos Vajna1-1/+12
2015-12-10WaE: ‘nLocalAttachedAxis’ may be used uninitialized in this functionTor Lillqvist1-1/+1
2015-12-06Resolves: tdf#96072 export Chart format codes in Excel notationEike Rathke1-8/+21
2015-11-28tdf#78902 VML import: workaround for extreme top marginMiklos Vajna1-9/+18
2015-11-28Fix tdf#80224 Custom text color changed to black on .PPTX exportMark Hung1-12/+21
2015-11-28tdf#92527 construct default Segments sequence, when there is noneAndras Timar1-1/+14
2015-11-16tdf#85232 WPG import: fix handling of line shapesMiklos Vajna1-2/+11
2015-11-16tdf#89088 DOCX import: fix missing text due to throwing ShapeContextHandlerMiklos Vajna1-1/+1
2015-11-03chart series support hatches, tdf#94227Markus Mohrhard1-0/+1
2015-10-17tdf#91293: Preserve hyperlink on URL field OOXML exportKatarina Behrens1-18/+22
2015-09-18tdf#83227 oox: reuse RelId in DML/VML export for the same graphicMiklos Vajna2-5/+37
2015-09-18tdf#93097 oox: fix import of metadata from non-relative stream pathsMiklos Vajna1-1/+6
2015-09-18Fix tdf#77881,tdf#80520,tdf#89525 bulllets lost issue.Mark Hung1-1/+4
2015-09-18tdf#93830 txXfrm offset workaround works in rounded rectangle case as wellAndras Timar1-1/+2
2015-09-18Resolves: tdf#91060 don't crash on loading certain pptxCaolán McNamara1-1/+1
2015-08-20tdf#92256: Improved interop of INDIRECT functionKatarina Behrens5-2/+19
2015-08-20tdf#87924 DOCX import: rot=90 and vert=vert270 means no text rotationMiklos Vajna1-3/+30
2015-08-06oox: fix invalid mime type "image/tif"Michael Stahl1-1/+1
2015-08-06tdf#87348 implement nonsequential and mso-next-textbox textbox chainingJustin Luth3-5/+75
2015-08-06Prop_pSegmentInfo is totally misunderstood apparentlyCaolán McNamara1-35/+46
2015-08-06similarly fix fatal export of kde216114-1.odt to docxCaolán McNamara1-11/+30
2015-08-06fix fatal attempt to export kde302504-1.odt to docxCaolán McNamara1-8/+9
2015-08-06tdf#92000 save rectangle to DrawingML as a preset shapeAndras Timar1-0/+1
2015-08-06tdf#92001 'Handles' contains array of PropertyValuesAndras Timar1-1/+2
2015-05-30another DrawingML export crash fixAndras Timar1-0/+12
2015-05-28DrawingML export crash fixAndras Timar1-20/+14
2015-05-28tdf#90338 related: ignore empty shape handles structAndras Timar1-2/+6
2015-05-28tdf#90338 tdf#84254 DrawingML export fixAndras Timar2-10/+213
2015-05-23tdf#91429 do not convert ooxml preset shape modifier valuesAndras Timar1-10/+1
2015-05-20fix Win buildNoel Grandin1-1/+1
2015-05-19coverity#1298896 dead codeCaolán McNamara1-5/+0
2015-05-19coverity#1298897 deadcodeCaolán McNamara1-5/+1
2015-05-18tdf#90245: Support for table merge cell export.Sujith Sudhakaran1-9/+124
2015-05-18oox: these ctors can be explicitMiklos Vajna8-8/+8
2015-05-18Remove include stdio (part2)Julien Nabet2-2/+0
2015-05-16Fix copy-paste errorJoren De Cuyper1-1/+1
2015-05-15tdf#91064: Revert "tdf#89790 DOCX: saving LO version number in app.xml"Joren De Cuyper1-3/+2
2015-05-15tdf#74932 FILESAVE: Shapes appear when saving a .XLSX file with filterPriyankaGaikwad1-0/+6
2015-05-15support iconSets in extLst entriesMarkus Mohrhard5-6/+7
2015-05-14convert GRFILTER_I_FLAGS to scoped enumNoel Grandin1-1/+1