summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* 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
* oox: save ProgId on import, and use it in ShapeExport::WriteOLE2Shape()Michael Stahl2015-12-203-6/+63
* move saveInteropProperties from writerfilter to ooxMichael Stahl2015-12-201-0/+40
* oox: stop pointlessly loading embedded objects to check if it's a chartMichael Stahl2015-12-201-4/+12
* oox: replace incomplete implementation of ShapeExport::WriteOLE2Shape()Michael Stahl2015-12-201-84/+38
* factor out oox::GetOLEObjectStream() without sw dependenciesMichael Stahl2015-12-201-0/+225
* loplugin:findoncontainerNoel Grandin2015-12-151-2/+1
* don't be creative and use a simple lookup tableDavid Tardon2015-12-141-2/+21
* No need for a separate <vcl/graph.h>Tor Lillqvist2015-12-111-1/+0
* Prefer STL container to manual reallocMiklos Vajna2015-12-041-30/+12
* oox: better warning message on unhandled element in docprophandlerMiklos Vajna2015-11-301-1/+1
* export date and time fields in impressRosemary2015-11-301-2/+36
* Resolves: tdf#96072 export Chart format codes in Excel notationEike Rathke2015-11-271-8/+21
* loplugin:unusedfields in include/oox/Noel Grandin2015-11-241-5/+4
* tdf#78902 VML import: workaround for extreme top marginMiklos Vajna2015-11-241-9/+18
* loplugin:unusedfields in oox,package,reportdesignNoel Grandin2015-11-233-7/+2
* loplugin:sallogareasStephan Bergmann2015-11-201-1/+1
* tdf#92527 construct default Segments sequence, when there is noneAndras Timar2015-11-191-1/+14
* tdf#90904 Sorry, mixed Characters and CharactersWithSpaces at a first timealexey.chemichev2015-11-191-2/+8
* use comphelper::containerToSequenceNoel Grandin2015-11-194-35/+13
* tdf#90904 DOCX export metadata for "Pages", "Word count", "Character count"alexey.chemichev2015-11-181-5/+25
* pptx: import/export of honeycomb slide transitionTomaž Vajngerl2015-11-182-0/+5
* remove unused typedefs and inline use-once typedefsNoel Grandin2015-11-181-1/+1
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-357/+175
* use initialiser for Sequence<OUString>Noel Grandin2015-11-153-6/+3
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* slideshow: add "glitter" slide transitionTomaž Vajngerl2015-11-132-0/+5
* Namespace cleanup and disambiguationAshod Nakashian2015-11-121-1/+1
* tdf#85232 WPG import: fix handling of line shapesMiklos Vajna2015-11-111-2/+11
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-10100-514/+514
* Clean up Sequence constructionStephan Bergmann2015-11-091-66/+44