summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-21loplugin:subtlezeroinit: ooxStephan Bergmann5-9/+9
2017-02-17tdf#90407: Export Text AutoFit to .pptxTor Lillqvist1-2/+11
2017-02-16Try harder to fix Android tinderboxTor Lillqvist1-11/+11
2017-02-15no std::lround on androidCaolán McNamara1-0/+11
2017-02-15tdf#106026: Export paragraph top and bottom margin to DrawingMLTor Lillqvist1-0/+28
2017-02-13Fix typosAndrea Gelmini1-2/+2
2017-02-13Related: tdf#105707 PPTX import: decode document name from URLAndras Timar1-1/+1
2017-02-10Related: tdf#105707 PPTX import: warn on empty SmartArt fallbackMiklos Vajna1-1/+4
2017-02-10Related: tdf#105707 PPTX import: warn on invalid SmartArt fallback relidMiklos Vajna1-0/+12
2017-02-10coverity#736181 Out-of-bounds readCaolán McNamara1-5/+4
2017-02-08oox, sfx2: can use std::move() hereMiklos Vajna2-3/+3
2017-02-07remove CREATE_OSTRING macroJochen Nitschke1-2/+2
2017-02-06Add missing #includesStephan Bergmann4-1/+5
2017-02-06loplugin:unusedenumconstants in ooxNoel Grandin1-4/+4
2017-02-05tdf#31488: Background fill changes its color when saving a PPTX file to ODPTamás Zolnai1-1/+4
2017-02-03tdf#105707 PPTX import: warn when SmartArt is missing DrawingML fallbackMiklos Vajna3-2/+39
2017-02-02loplugin:stringconstantStephan Bergmann1-1/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-2/+2
2017-01-30oox: clean-up crypto classes, use c++11 featuresTomaž Vajngerl5-245/+211
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann36-384/+233
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin4-19/+0
2017-01-24Move two include files to oox/inc as they are used only in ooxTor Lillqvist35-42/+296
2017-01-24Drop incorrect "artistic" prefix from some token namesTor Lillqvist2-18/+18
2017-01-24use rtl::Reference in FastParserNoel Grandin4-11/+8
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ooxStephan Bergmann8-15/+59