summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2016-03-04loplugin:unuseddefaultparam in oox/reportdesign/sdNoel Grandin5-38/+28
2016-03-03loplugin:unuseddefaultparams in ooxNoel Grandin12-56/+34
2016-02-25Avoid hard-coded perl path, check with envcoypu2-2/+2
2016-02-24convert DocPasswordRequestType to scoped enumNoel Grandin1-1/+1
2016-02-24convert DocPasswordVerifierResult to scoped enumNoel Grandin1-2/+2
2016-02-24convert EConfigurationModes to scoped enumNoel Grandin1-1/+1
2016-02-23new loplugin: commaoperatorNoel Grandin1-3/+6
2016-02-22add Wildcards / PROP_Wildcards, tdf#72196Eike Rathke1-0/+1
2016-02-22loplugin:write only fieldsNoel Grandin4-22/+16
2016-02-19tdf#97703 Removed a few redundant calls to setUp and tearDownJaskaran1-1/+0
2016-02-16Related: tdf#59699 DOCX import: fix linked graphics with relative URLsMiklos Vajna2-28/+18
2016-02-09Remove excess newlinesChris Sherlock25-108/+0
2016-02-09Formatting changes across all modulesChris Sherlock1-2/+2
2016-02-08Export and import of additional fields in ImpressRosemary Sebastian2-0/+27
2016-02-03oox: replace boost::bind with C++11 lambdaMichael Stahl3-21/+8
2016-02-03Improve DrawingML export of rotated/flipped customshapesAndras Timar1-4/+14
2016-02-02remove B2DLineJoin::MiddleCaolán McNamara1-1/+1
2016-02-02Export and import of file name fieldRosemary Sebastian2-0/+39
2016-01-31unnecessary use of OUString constructorNoel Grandin1-2/+2
2016-01-30Remove unused includesMiklos Vajna1-1/+0
2016-01-29oox: replace boost::bind with std::bindMichael Stahl2-8/+8
2016-01-27Format the datetime fields properly on importRosemary Sebastian1-2/+17
2016-01-21oox: import Math objects from PPTX filesMichael Stahl6-2/+173
2016-01-21oox: fix indentation of PPTShape::addShape()Michael Stahl1-195/+197
2016-01-21oox, writerfilter: incorrect a14 namespaceMichael Stahl1-1/+1
2016-01-15oox: getEntryName() could throw a WrongStateExceptionMichael Stahl1-7/+16
2016-01-15oox: export Math objects to PPTX filesMichael Stahl1-3/+64
2016-01-15oox: coverity#1348468 copy-paste errorMichael Stahl1-1/+1
2016-01-15oox: move enum DocumentType out of drawingml.hxxMichael Stahl1-2/+2
2016-01-15loplugin:unusedmethods unused return value in oox,packageNoel Grandin2-6/+3
2016-01-12loplugin:unusedmethods unused return value in include/ooxNoel Grandin10-41/+24
2016-01-11oox: deterministic oleObject stream numberingMichael Stahl1-4/+2
2016-01-10crashtesting: don't fail on export of fdo65321-3.ods to xlsxCaolán McNamara1-118/+128
2016-01-10Fix typosAndrea Gelmini3-3/+3
2016-01-08deleting a null pointer is fineMarkus Mohrhard1-4/+1
2016-01-05tdf#96674 drawingML import: fix handling of zero width/height linesMiklos Vajna1-1/+12
2016-01-04these fields can be static constantsNoel Grandin1-3/+4
2015-12-26oox: change instances of maName to more descriptive namesChris Sherlock2-6/+6
2015-12-24loplugin:unusedfieldsNoel Grandin1-42/+19
2015-12-23crashtesting: export of ooo40765-1.sxw to docx failsCaolán McNamara1-3/+3
2015-12-22tdf#96051: FILESAVE: Roundtrip any PPTX file with Shapes creates invalid OOXMLZolnai Tamás1-3/+6
2015-12-22loplugin:unusedfields in oox,packageNoel Grandin13-34/+3
2015-12-21loplugin:unusedmethodsNoel Grandin2-48/+0
2015-12-20Bin leftover commented-out debugging call to dump_pset()Tor Lillqvist1-1/+0
2015-12-20oox: fix indentation of ShapeExport::WriteOLE2ShapeMichael Stahl1-134/+133
2015-12-20oox: save ProgId on import, and use it in ShapeExport::WriteOLE2Shape()Michael Stahl3-6/+63
2015-12-20move saveInteropProperties from writerfilter to ooxMichael Stahl1-0/+40
2015-12-20oox: stop pointlessly loading embedded objects to check if it's a chartMichael Stahl1-4/+12
2015-12-20oox: replace incomplete implementation of ShapeExport::WriteOLE2Shape()Michael Stahl1-84/+38
2015-12-20factor out oox::GetOLEObjectStream() without sw dependenciesMichael Stahl1-0/+225