summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* tdf#92256: Make OOXML filter CONV_A1_XL_A1 aware tooKatarina Behrens2015-07-251-0/+1
* tdf#92256: OOXML save/load syntax for string referenceKatarina Behrens2015-07-235-2/+18
* loplugin:unusedmethods ooxNoel Grandin2015-07-2112-57/+0
* sax: convert MergeMarksEnum to enum classMichael Stahl2015-07-181-1/+1
* sax, sw: try to make that maMarkStack easier to understandMichael Stahl2015-07-181-4/+7
* oox: fix invalid mime type "image/tif"Michael Stahl2015-07-161-1/+1
* loplugin:simplifyboolStephan Bergmann2015-07-161-1/+1
* tdf#87539 map MSO washout filter to LO's watermark colormodeJoren De Cuyper2015-07-151-13/+17
* do not include boost/utility.hppMichael Stahl2015-07-102-3/+4
* oox: sort output in generated oox-drawingml-adj-namesMiklos Vajna2015-07-061-1/+1
* improve the returnbyref lopluginNoel Grandin2015-07-064-35/+29
* coverity#1309263 Improper use of negative valueCaolán McNamara2015-07-041-4/+7
* tdf#91378: sax, oox: avoid sending empty strings to character callbacksMichael Stahl2015-07-042-0/+26
* Fix typosAndrea Gelmini2015-07-033-3/+3
* tdf#87348 implement mso-next-textbox vml-style textbox chaining importJustin Luth2015-07-023-5/+75
* remove some unnecessary typedefs to pointerNoel Grandin2015-06-301-1/+1
* tdf#91378-Empty Custom Properties are lost while saving in .pptx formatHeena Gupta2015-06-251-6/+0
* loplugin:stringconstant: Flag more inefficienciesStephan Bergmann2015-06-252-2/+2
* Drop duplicate #includesTakeshi Abe2015-06-231-1/+0
* drop unused sequenceasvector.hxx (see sequence.hxx)Caolán McNamara2015-06-181-1/+0
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* cppcheck:unreadVariableNoel Grandin2015-06-151-1/+1
* no need to check for pShape hereAndras Timar2015-06-131-1/+1
* amend commentAndras Timar2015-06-131-1/+1
* tdf#92000 save rectangle to DrawingML as a preset shapeAndras Timar2015-06-131-0/+1
* tdf#92001 'Handles' contains array of PropertyValuesAndras Timar2015-06-121-1/+2
* convert expressions like 'size() == 0' to 'empty()'Noel Grandin2015-06-112-3/+3
* convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin2015-06-111-1/+1
* Prop_pSegmentInfo is totally misunderstood apparentlyCaolán McNamara2015-06-101-35/+46
* similarly fix fatal export of kde216114-1.odt to docxCaolán McNamara2015-06-101-11/+30
* fix fatal attempt to export kde302504-1.odt to docxCaolán McNamara2015-06-101-8/+9
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-085-6/+6
* WaE: ‘nLocalAttachedAxis’ may be used uninitialized in this functionTor Lillqvist2015-06-051-1/+1
* that special case was a really stupid idea, tdf#91685Markus Mohrhard2015-06-021-1/+1
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-1/+1
* another DrawingML export crash fixAndras Timar2015-05-301-0/+12
* loplugin:loopvartoosmallNoel Grandin2015-05-294-6/+6
* DrawingML export crash fixAndras Timar2015-05-281-20/+14
* disable more annoying log outputMarkus Mohrhard2015-05-272-18/+18
* transform calc URLs to OOXML format, related tdf#91334Markus Mohrhard2015-05-271-1/+22
* fix indentationMarkus Mohrhard2015-05-271-9/+10
* silence annoying log outputMarkus Mohrhard2015-05-271-17/+18
* tdf#90338 related: ignore empty shape handles structAndras Timar2015-05-271-2/+6
* tdf#90338 tdf#84254 DrawingML export fixAndras Timar2015-05-272-10/+213
* tdf#91429 do not convert ooxml preset shape modifier valuesAndras Timar2015-05-231-10/+1
* fix asserts on export to pptxCaolán McNamara2015-05-221-4/+13
* convert CVT constants to scoped enumNoel Grandin2015-05-211-2/+2
* fix Win buildNoel Grandin2015-05-201-1/+1
* coverity#1298896 dead codeCaolán McNamara2015-05-191-5/+0