summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* tdf#103389: Resaving a DOCX document with two canvases leads to a broken file.Tamás Zolnai2016-10-252-8/+11
* loplugin:expandablemethodds in include/ooxNoel Grandin2016-10-212-14/+4
* move some useful header information to mscodec for reuseCaolán McNamara2016-10-213-58/+37
* hash len isn't going to change depending on who implements itCaolán McNamara2016-10-213-26/+18
* clarify hash lengths a bit moreCaolán McNamara2016-10-202-6/+6
* hash len is 20 for xls cryptoapi configurationCaolán McNamara2016-10-201-4/+4
* fix wrong usages of setProperty vs setAnyProperty...Jochen Nitschke2016-10-175-22/+22
* tdf#103143 Fix importing number of characters from docx filesBartosz Kosiorek2016-10-131-1/+5
* loplugin:unnecessaryoverrideNoel Grandin2016-10-131-5/+0
* tdf#102997 Fix Error in OOXML Transparency Conversion Mathlbenes2016-10-071-1/+1
* convert MapUnit to scoped enumNoel Grandin2016-10-054-6/+6
* tdf#100830 drawingML import: handle <a:alphaModFix>Miklos Vajna2016-10-042-0/+7
* tdf#96161, always write the varyColors elementMarkus Mohrhard2016-10-011-0/+2
* loplugin:constantparamNoel Grandin2016-09-307-27/+22
* oox: use '= default' to define a trivial destructorMiklos Vajna2016-09-283-9/+3
* tdf#96662, only use the crossBetween="midCat" for line and scatter chartMarkus Mohrhard2016-09-201-1/+2
* loplugin:unusedenumvaluesNoel Grandin2016-09-181-2/+1
* fix missing default ctor for ObjectTypeFormatEntry with MSVCJochen Nitschke2016-09-181-0/+8
* convert ShapePropertyId to scoped enum and use it for enumarrayJochen Nitschke2016-09-175-96/+80
* fix copy&paste in DownBarFillsJochen Nitschke2016-09-161-1/+1
* loplogin:singlevalfields in include/Noel Grandin2016-09-162-13/+2
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-153-9/+9
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1367-139/+139
* convert GradientStyle to scoped enumNoel Grandin2016-09-051-6/+6
* default dtors are fine hereCaolán McNamara2016-08-302-8/+0
* loplugin:stringconstant: adapt to improved OUStringLiteral1 (oox)Stephan Bergmann2016-08-301-1/+1
* put StreamMode masks in scope of enum classJochen Nitschke2016-08-272-15/+15
* Some clang-tidy misc-move-constructor-initStephan Bergmann2016-08-1912-14/+14
* coverity#1371374 Resource leakCaolán McNamara2016-08-191-10/+10
* Convert handles of built-in shapes in Impress when exporting to PPTX.Mark Hung2016-08-112-1/+237
* loplugin:countusersofdefaultparams in oox..sdNoel Grandin2016-08-055-6/+6
* improve passstuffbyref return analysisNoel Grandin2016-07-275-19/+19
* oox: avoid pointless multiplication at int precision in WpsContextMiklos Vajna2016-07-211-1/+1
* oox: indentation fixesMiklos Vajna2016-07-082-2/+2
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-077-13/+13
* tdf#100179 correct cell merging in pptx.Mark Hung2016-06-301-2/+2
* RTF export: it's enough to pass these by const ref, no need to copyMiklos Vajna2016-06-301-1/+1
* warn->info: its just a factCaolán McNamara2016-06-241-1/+1
* tdf#100153 modify noSmoking shapeZhengqiang Wang2016-06-233-6/+6
* simplifyNoel Grandin2016-06-211-1/+1
* fix indentationMarkus Mohrhard2016-06-181-10/+10
* tdf#42949: clean up includes in include/filter with iwyuJorenz Paragas2016-06-152-0/+3
* Fix typosAndrea Gelmini2016-06-131-1/+1
* Clean up uses of Any::getValue() in ooxStephan Bergmann2016-06-102-86/+77
* tdf#42949: clean up includes in include/oox/vml with iwyuJorenz Paragas2016-06-103-0/+3
* Revert "Slideshow: Add 'Oval' Shape Transition variant"jan iversen2016-06-092-18/+0
* Slideshow: Add 'Oval' Shape Transition variantMayank Gupta2016-06-092-0/+18
* tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2016-06-093-12/+3
* Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann2016-06-081-1/+1
* tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2016-06-062-6/+6