summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2017-04-13convert AX_FONTDATA to o3tl::typed_flagsNoel Grandin2-18/+27
2017-04-13Removed duplicated includesAndrea Gelmini1-4/+0
2017-04-12enum spelling: throught -> throughJustin Luth1-1/+1
2017-04-12convert AX_FONTDATA constants to scoped enumNoel Grandin2-11/+13
2017-04-12no need to use OUStringToOString in SAL_INFONoel Grandin1-3/+2
2017-04-10loplugin:inlinefields in oox::vml::VMLExportNoel Grandin1-6/+3
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: ooxStephan Bergmann2-7/+7
2017-04-06loplugin:singlevalfieldsNoel Grandin3-22/+24
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin1-1/+1
2017-04-05add a clearDocumentHandler for null document handler caseCaolán McNamara2-1/+8
2017-04-05loplugin:constantparam part2Noel Grandin5-31/+23
2017-04-04oox: -Werror=formatMichael Stahl1-2/+2
2017-03-31use actual UNO enums in ooxNoel Grandin8-21/+20
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna3-9/+9
2017-03-30remove type decorations on char literalsJochen Nitschke2-18/+18
2017-03-30convert ApiTransparencyMode to scoped enumNoel Grandin1-17/+14
2017-03-30loplugin:unusedenumconstantsNoel Grandin1-2/+1
2017-03-29loplugin:unusedmethodsNoel Grandin1-57/+0
2017-03-29oox: remove redundant virtuals, implied by overrideMiklos Vajna3-6/+6
2017-03-25There should be no need to distinguish between I32S and I64SStephan Bergmann3-114/+114
2017-03-25Fix typosAndrea Gelmini5-5/+5
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin4-5/+5
2017-03-22crashtesting: these should be opened readonlyCaolán McNamara1-3/+3
2017-03-21Does this actually want to check for alphabetic characters?Stephan Bergmann1-1/+2
2017-03-21New loplugin:unicodetocharStephan Bergmann1-1/+1
2017-03-20tdf#99617 convert powerpoint angle to degreeRegina Henschel1-6/+6
2017-03-11Passing shaperect to addShape function is uselessTamás Zolnai4-8/+6
2017-03-11Use the converted shape rectanle hereTamás Zolnai1-2/+2
2017-03-11tdf#106217: Wrong size and position of a shape inside chartTamás Zolnai1-0/+5
2017-03-07loplugin:loopvartoosmallStephan Bergmann2-17/+16
2017-03-04tdf#106304: Don't unnecessarily use bogus default char size for a:endParaRPrTor Lillqvist2-13/+33
2017-03-04tdf#106304: Output <a:br> instead of &#10; for hard newlinesTor Lillqvist1-17/+25
2017-03-03Remove redundant 'inline' keywordStephan Bergmann9-16/+16
2017-03-03drop SvxNumType and rename SvxExtNumType->SvxNumTypeNoel Grandin1-3/+3
2017-03-03use SvxExtNumType in SvxNumberTypeNoel Grandin1-4/+4
2017-03-02Align columns in output harderTor Lillqvist1-5/+5
2017-03-02Fix typosAndrea Gelmini1-5/+5
2017-03-01Remove clearly outdated stuffTor Lillqvist1-6/+0
2017-03-01cid#1401592: bFlipX and bFlipY won't both be trueStephan Bergmann1-9/+9
2017-02-28Fix incorrect function name in SAL_INFOTor Lillqvist1-1/+1
2017-02-28new loplugin unoanyNoel Grandin27-154/+157
2017-02-27Rename misleadingly named include file fillpropertiesgroupcontext.hxxTor Lillqvist19-20/+20
2017-02-27There is nothing called FillPropertiesGroupContext since 2009Tor Lillqvist2-2/+0
2017-02-27Clean up a few SAL_INFOs a bit and add useful note about the ==cscode== etcTor Lillqvist3-18/+19
2017-02-27Probably better to restrict the sequence sizeStephan Bergmann1-1/+2
2017-02-26cppcheck: unreadVariableJulien Nabet1-1/+0
2017-02-24vector::data seems more natural than &vector::frontCaolán McNamara3-4/+4
2017-02-23Better make the zero-initialization more explicitStephan Bergmann1-1/+6
2017-02-22Bin pointless once used typedefTor Lillqvist1-4/+1
2017-02-22loplugin:unusedfieldsNoel Grandin1-6/+4