summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* tdf#89927: PPTX import: Incorrect inheritance of text run fill propertiesMatus Uzak2016-03-109-30/+33
* These tests can just derive from plain CppUnit::TestFixtureStephan Bergmann2016-03-102-31/+4
* Extract Directories from BootstrapFixtureBaseStephan Bergmann2016-03-101-14/+14
* tdf#62255,tdf#92058: PPTX import: Incorrect inheritance of default table styleMatus Uzak2016-03-041-2/+3
* PPTX import: Table cell props: Override default graphic style if applicable.Matus Uzak2016-03-041-0/+2
* loplugin:unuseddefaultparam in oox/reportdesign/sdNoel Grandin2016-03-045-38/+28
* loplugin:unuseddefaultparams in ooxNoel Grandin2016-03-0312-56/+34
* Avoid hard-coded perl path, check with envcoypu2016-02-252-2/+2
* convert DocPasswordRequestType to scoped enumNoel Grandin2016-02-241-1/+1
* convert DocPasswordVerifierResult to scoped enumNoel Grandin2016-02-241-2/+2
* convert EConfigurationModes to scoped enumNoel Grandin2016-02-241-1/+1
* new loplugin: commaoperatorNoel Grandin2016-02-231-3/+6
* add Wildcards / PROP_Wildcards, tdf#72196Eike Rathke2016-02-221-0/+1
* loplugin:write only fieldsNoel Grandin2016-02-224-22/+16
* tdf#97703 Removed a few redundant calls to setUp and tearDownJaskaran2016-02-191-1/+0
* Related: tdf#59699 DOCX import: fix linked graphics with relative URLsMiklos Vajna2016-02-162-28/+18
* Remove excess newlinesChris Sherlock2016-02-0925-108/+0
* Formatting changes across all modulesChris Sherlock2016-02-091-2/+2
* Export and import of additional fields in ImpressRosemary Sebastian2016-02-082-0/+27
* oox: replace boost::bind with C++11 lambdaMichael Stahl2016-02-033-21/+8
* Improve DrawingML export of rotated/flipped customshapesAndras Timar2016-02-031-4/+14
* remove B2DLineJoin::MiddleCaolán McNamara2016-02-021-1/+1
* Export and import of file name fieldRosemary Sebastian2016-02-022-0/+39
* unnecessary use of OUString constructorNoel Grandin2016-01-311-2/+2
* Remove unused includesMiklos Vajna2016-01-301-1/+0
* oox: replace boost::bind with std::bindMichael Stahl2016-01-292-8/+8
* Format the datetime fields properly on importRosemary Sebastian2016-01-271-2/+17
* oox: import Math objects from PPTX filesMichael Stahl2016-01-216-2/+173
* oox: fix indentation of PPTShape::addShape()Michael Stahl2016-01-211-195/+197
* oox, writerfilter: incorrect a14 namespaceMichael Stahl2016-01-211-1/+1
* oox: getEntryName() could throw a WrongStateExceptionMichael Stahl2016-01-151-7/+16
* oox: export Math objects to PPTX filesMichael Stahl2016-01-151-3/+64
* oox: coverity#1348468 copy-paste errorMichael Stahl2016-01-151-1/+1
* oox: move enum DocumentType out of drawingml.hxxMichael Stahl2016-01-151-2/+2
* loplugin:unusedmethods unused return value in oox,packageNoel Grandin2016-01-152-6/+3
* loplugin:unusedmethods unused return value in include/ooxNoel Grandin2016-01-1210-41/+24
* oox: deterministic oleObject stream numberingMichael Stahl2016-01-111-4/+2
* crashtesting: don't fail on export of fdo65321-3.ods to xlsxCaolán McNamara2016-01-101-118/+128
* Fix typosAndrea Gelmini2016-01-103-3/+3
* deleting a null pointer is fineMarkus Mohrhard2016-01-081-4/+1
* tdf#96674 drawingML import: fix handling of zero width/height linesMiklos Vajna2016-01-051-1/+12
* these fields can be static constantsNoel Grandin2016-01-041-3/+4
* oox: change instances of maName to more descriptive namesChris Sherlock2015-12-262-6/+6
* loplugin:unusedfieldsNoel Grandin2015-12-241-42/+19
* crashtesting: export of ooo40765-1.sxw to docx failsCaolán McNamara2015-12-231-3/+3
* tdf#96051: FILESAVE: Roundtrip any PPTX file with Shapes creates invalid OOXMLZolnai Tamás2015-12-221-3/+6
* loplugin:unusedfields in oox,packageNoel Grandin2015-12-2213-34/+3
* loplugin:unusedmethodsNoel Grandin2015-12-212-48/+0
* Bin leftover commented-out debugging call to dump_pset()Tor Lillqvist2015-12-201-1/+0
* oox: fix indentation of ShapeExport::WriteOLE2ShapeMichael Stahl2015-12-201-134/+133