summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* tdf#97597: Ensure that each parsing thread has its own buffer.Kohei Yoshida2017-01-161-2/+2
* tdf#105127 VML import: handle <v:shape style="flip:..." path="...">Miklos Vajna2017-01-061-0/+22
* tdf#104539 dir attribute of outerShdw has to be non-negativeAndras Timar2017-01-011-1/+1
* tdf#104445: PPTX import: Extra bullets are added to placeholder textTamás Zolnai2016-12-092-2/+4
* tdf#104310: Accept x12ac lists and fallbacks in dataValidationsMike Kaganski2016-12-056-1/+9
* tdf#104115 DOCX export: ClosedBezierShape should always result in <a:custGeom>Miklos Vajna2016-11-301-1/+3
* tdf#104201: PPTX: Group solid fill is not importedTamás Zolnai2016-11-271-3/+3
* tdf#96052 - export the forbidden shape as path instead of preset shape.Mark Hung2016-11-271-7/+1
* tdf59046 oox: fix incorrectly combined shapesMark Hung2016-11-201-8/+10
* tdf#92076 oox - export PolyPolygonShape and PolyLineShape.Mark Hung2016-11-191-8/+10
* tdf#104015: PPTX import: Title shape does not inherit fill propertiesTamás Zolnai2016-11-181-26/+85
* tdf#103876: PPTX import: Title shape's character properties are wrongTamás Zolnai2016-11-175-19/+92
* chartx: (regression) fix crash on label importJean-Tiare Le Bigot2016-11-141-0/+1
* oox, xmlsecurity: fix recently introduced style problemsMiklos Vajna2016-11-141-3/+3
* drop extra semicolonsDavid Tardon2016-11-131-1/+1
* tdf#100733 oox: update preset shape definition for polar handles.Mark Hung2016-11-122-14/+20
* tdf#100733 oox: imports RefR and RefAngle of polar handles.Mark Hung2016-11-122-0/+21
* tdf#103792: No placeholder text imported for empty title shapeTamás Zolnai2016-11-102-2/+1
* crashtesting: unexpected exception on novell403458-1.pptxCaolán McNamara2016-11-091-3/+3
* loplugin:expandablemethods in lotuswordpro..packageNoel Grandin2016-11-084-33/+7
* loplugin:unnecessaryvirtual in hwpfilter..rscNoel Grandin2016-11-082-5/+3
* google docs can generate a pptx with an empty cmLstCaolán McNamara2016-11-071-9/+12
* oox: exporting the block arc as its corresponding drawingml preset shape.Mark Hung2016-11-071-2/+20
* chartx: fix sparse chart importJean-Tiare Le Bigot2016-11-063-6/+6
* loplugin:oncevar in helpcompiler..reportdesignNoel Grandin2016-11-022-8/+3
* Nonsensical OUString null checkStephan Bergmann2016-10-311-1/+1
* tdf#63846 assign macros after VBA project fully loaded.Justin Luth2016-10-281-3/+2
* update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin2016-10-281-5/+0
* tdf#103389: Resaving a DOCX document with two canvases leads to a broken file.Tamás Zolnai2016-10-252-8/+11
* loplugin:expandablemethodds in include/ooxNoel Grandin2016-10-212-14/+4
* move some useful header information to mscodec for reuseCaolán McNamara2016-10-213-58/+37
* hash len isn't going to change depending on who implements itCaolán McNamara2016-10-213-26/+18
* clarify hash lengths a bit moreCaolán McNamara2016-10-202-6/+6
* hash len is 20 for xls cryptoapi configurationCaolán McNamara2016-10-201-4/+4
* fix wrong usages of setProperty vs setAnyProperty...Jochen Nitschke2016-10-175-22/+22
* tdf#103143 Fix importing number of characters from docx filesBartosz Kosiorek2016-10-131-1/+5
* loplugin:unnecessaryoverrideNoel Grandin2016-10-131-5/+0
* tdf#102997 Fix Error in OOXML Transparency Conversion Mathlbenes2016-10-071-1/+1
* convert MapUnit to scoped enumNoel Grandin2016-10-054-6/+6
* tdf#100830 drawingML import: handle <a:alphaModFix>Miklos Vajna2016-10-042-0/+7
* tdf#96161, always write the varyColors elementMarkus Mohrhard2016-10-011-0/+2
* loplugin:constantparamNoel Grandin2016-09-307-27/+22
* oox: use '= default' to define a trivial destructorMiklos Vajna2016-09-283-9/+3
* tdf#96662, only use the crossBetween="midCat" for line and scatter chartMarkus Mohrhard2016-09-201-1/+2
* 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