summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2016-07-08oox: indentation fixesMiklos Vajna2-2/+2
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann7-13/+13
2016-06-30tdf#100179 correct cell merging in pptx.Mark Hung1-2/+2
2016-06-30RTF export: it's enough to pass these by const ref, no need to copyMiklos Vajna1-1/+1
2016-06-24warn->info: its just a factCaolán McNamara1-1/+1
2016-06-23tdf#100153 modify noSmoking shapeZhengqiang Wang3-6/+6
2016-06-21simplifyNoel Grandin1-1/+1
2016-06-18fix indentationMarkus Mohrhard1-10/+10
2016-06-15tdf#42949: clean up includes in include/filter with iwyuJorenz Paragas2-0/+3
2016-06-13Fix typosAndrea Gelmini1-1/+1
2016-06-10Clean up uses of Any::getValue() in ooxStephan Bergmann2-86/+77
2016-06-10tdf#42949: clean up includes in include/oox/vml with iwyuJorenz Paragas3-0/+3
2016-06-09Revert "Slideshow: Add 'Oval' Shape Transition variant"jan iversen2-18/+0
2016-06-09Slideshow: Add 'Oval' Shape Transition variantMayank Gupta2-0/+18
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko3-12/+3
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann1-1/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2-6/+6
2016-05-31tdf#93883 don't add space to empty paragraph when bullet is turned off.Mark Hung1-1/+4
2016-05-31Convert GfxLinkType to scoped enumNoel Grandin1-9/+9
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-2/+2
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-2/+2
2016-05-26tdf#42949: clean up includes in include/oox/ppt with iwyuJorenz Paragas10-1/+11
2016-05-26loplugin:unusedreturntypesNoel Grandin1-2/+1
2016-05-25oox: replace boost::array with std::arrayMichael Stahl1-4/+2
2016-05-20warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bitsNoel Grandin1-1/+1
2016-05-18clang-tidy modernize-make-sharedNoel Grandin14-35/+34
2016-05-13tdf#42949: clean up includes in include/oox/ole with iwyuJorenz Paragas2-0/+6
2016-05-11tdf#42949: clean up includes in include/oox/mathml with iwyuJorenz Paragas1-0/+2
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas88-5/+150
2016-05-10Silence Clang -Wimplicit-fallthrough in gperf-generated codeStephan Bergmann1-3/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann5-6/+25
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann4-0/+4
2016-05-10loplugin:rangedforcopyTor Lillqvist1-2/+2
2016-05-10remove STATIC_ARRAY_END and usagesJochen Nitschke4-93/+93
2016-05-06basegfx,oox,slideshow: replace boost::next/prior with std::next/prevMichael Stahl2-26/+24
2016-05-06tdf#42949: clean up includes in include/oox/export with iwyuJorenz Paragas2-0/+3
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin2-2/+2
2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin5-18/+18
2016-05-03tdf#42949: clean up includes in include/oox/drawingml with iwyuJorenz Paragas19-0/+23
2016-04-29tdf#99030: PPTX import: Fixed lost slide background colorMatus Uzak2-2/+4
2016-04-29tdf#90736: PPTX import: Improved table border line style supportMatus Uzak1-1/+41
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2-5/+5
2016-04-27tdf#80999 Canceling password prompt should abort detectionMaxim Monastirsky1-5/+13
2016-04-26tdf#42949: clean up includes in include/oox/crypto with iwyuJorenz Paragas5-3/+20
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin8-39/+39
2016-04-25Some more sal_Bool -> boolStephan Bergmann1-1/+1
2016-04-25tdf#42949: clean up includes in include/oox/core using iwyuJorenz Paragas68-2/+159
2016-04-22Avoid reserved identifiersStephan Bergmann2-3/+3
2016-04-21new plugin stylepoliceNoel Grandin2-7/+7
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann21-48/+48