summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* 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
* tdf#93883 don't add space to empty paragraph when bullet is turned off.Mark Hung2016-05-311-1/+4
* Convert GfxLinkType to scoped enumNoel Grandin2016-05-311-9/+9
* teach refcounting clang plugin about uno::ReferenceNoel Grandin2016-05-311-2/+2
* Convert GRAPHIC to scoped enumNoel Grandin2016-05-271-2/+2
* tdf#42949: clean up includes in include/oox/ppt with iwyuJorenz Paragas2016-05-2610-1/+11
* loplugin:unusedreturntypesNoel Grandin2016-05-261-2/+1
* oox: replace boost::array with std::arrayMichael Stahl2016-05-251-4/+2
* warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bitsNoel Grandin2016-05-201-1/+1
* clang-tidy modernize-make-sharedNoel Grandin2016-05-1814-35/+34
* tdf#42949: clean up includes in include/oox/ole with iwyuJorenz Paragas2016-05-132-0/+6
* tdf#42949: clean up includes in include/oox/mathml with iwyuJorenz Paragas2016-05-111-0/+2
* tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas2016-05-1088-5/+150
* Silence Clang -Wimplicit-fallthrough in gperf-generated codeStephan Bergmann2016-05-101-3/+2
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-105-6/+25
* Insert explicit "break" when falling through to empty next caseStephan Bergmann2016-05-104-0/+4
* loplugin:rangedforcopyTor Lillqvist2016-05-101-2/+2