summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2016-11-20tdf59046 oox: fix incorrectly combined shapesMark Hung1-8/+10
2016-11-19tdf#92076 oox - export PolyPolygonShape and PolyLineShape.Mark Hung1-8/+10
2016-11-18tdf#104015: PPTX import: Title shape does not inherit fill propertiesTamás Zolnai1-26/+85
2016-11-17tdf#103876: PPTX import: Title shape's character properties are wrongTamás Zolnai5-19/+92
2016-11-14chartx: (regression) fix crash on label importJean-Tiare Le Bigot1-0/+1
2016-11-14oox, xmlsecurity: fix recently introduced style problemsMiklos Vajna1-3/+3
2016-11-13drop extra semicolonsDavid Tardon1-1/+1
2016-11-12tdf#100733 oox: update preset shape definition for polar handles.Mark Hung2-14/+20
2016-11-12tdf#100733 oox: imports RefR and RefAngle of polar handles.Mark Hung2-0/+21
2016-11-10tdf#103792: No placeholder text imported for empty title shapeTamás Zolnai2-2/+1
2016-11-09crashtesting: unexpected exception on novell403458-1.pptxCaolán McNamara1-3/+3
2016-11-08loplugin:expandablemethods in lotuswordpro..packageNoel Grandin4-33/+7
2016-11-08loplugin:unnecessaryvirtual in hwpfilter..rscNoel Grandin2-5/+3
2016-11-07google docs can generate a pptx with an empty cmLstCaolán McNamara1-9/+12
2016-11-07oox: exporting the block arc as its corresponding drawingml preset shape.Mark Hung1-2/+20
2016-11-06chartx: fix sparse chart importJean-Tiare Le Bigot3-6/+6
2016-11-02loplugin:oncevar in helpcompiler..reportdesignNoel Grandin2-8/+3
2016-10-31Nonsensical OUString null checkStephan Bergmann1-1/+1
2016-10-28tdf#63846 assign macros after VBA project fully loaded.Justin Luth1-3/+2
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin1-5/+0
2016-10-25tdf#103389: Resaving a DOCX document with two canvases leads to a broken file.Tamás Zolnai2-8/+11
2016-10-21loplugin:expandablemethodds in include/ooxNoel Grandin2-14/+4
2016-10-21move some useful header information to mscodec for reuseCaolán McNamara3-58/+37
2016-10-21hash len isn't going to change depending on who implements itCaolán McNamara3-26/+18
2016-10-20clarify hash lengths a bit moreCaolán McNamara2-6/+6
2016-10-20hash len is 20 for xls cryptoapi configurationCaolán McNamara1-4/+4
2016-10-17fix wrong usages of setProperty vs setAnyProperty...Jochen Nitschke5-22/+22
2016-10-13tdf#103143 Fix importing number of characters from docx filesBartosz Kosiorek1-1/+5
2016-10-13loplugin:unnecessaryoverrideNoel Grandin1-5/+0
2016-10-07tdf#102997 Fix Error in OOXML Transparency Conversion Mathlbenes1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin4-6/+6
2016-10-04tdf#100830 drawingML import: handle <a:alphaModFix>Miklos Vajna2-0/+7
2016-10-01tdf#96161, always write the varyColors elementMarkus Mohrhard1-0/+2
2016-09-30loplugin:constantparamNoel Grandin7-27/+22
2016-09-28oox: use '= default' to define a trivial destructorMiklos Vajna3-9/+3
2016-09-20tdf#96662, only use the crossBetween="midCat" for line and scatter chartMarkus Mohrhard1-1/+2
2016-09-18loplugin:unusedenumvaluesNoel Grandin1-2/+1
2016-09-18fix missing default ctor for ObjectTypeFormatEntry with MSVCJochen Nitschke1-0/+8
2016-09-17convert ShapePropertyId to scoped enum and use it for enumarrayJochen Nitschke5-96/+80
2016-09-16fix copy&paste in DownBarFillsJochen Nitschke1-1/+1
2016-09-16loplogin:singlevalfields in include/Noel Grandin2-13/+2
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl3-9/+9
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann67-139/+139
2016-09-05convert GradientStyle to scoped enumNoel Grandin1-6/+6
2016-08-30default dtors are fine hereCaolán McNamara2-8/+0
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (oox)Stephan Bergmann1-1/+1
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke2-15/+15
2016-08-19Some clang-tidy misc-move-constructor-initStephan Bergmann12-14/+14
2016-08-19coverity#1371374 Resource leakCaolán McNamara1-10/+10
2016-08-11Convert handles of built-in shapes in Impress when exporting to PPTX.Mark Hung2-1/+237