summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* Clean up aEmptyStephan Bergmann2015-08-273-12/+8
* Clean up aEmptyStrStephan Bergmann2015-08-261-12/+10
* Fix tdf#77881,tdf#80520,tdf#89525 bulllets lost issue.Mark Hung2015-08-251-1/+4
* Fix tdf#80224 Custom text color changed to black on .PPTX exportMark Hung2015-08-251-12/+21
* coverity#1317300 Untrusted array index readCaolán McNamara2015-08-241-38/+12
* oox: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-2312-24/+22
* Avoid css::uno::Sequence<sal_uInt8> (which is not a proper UNO type)Stephan Bergmann2015-08-191-2/+2
* Put Polygon from tools under tools:: namespaceNorbert Thiebaud2015-08-172-2/+2
* loplugin: defaultparamsNoel Grandin2015-08-1410-32/+31
* cid#1315264 incorrect expressionMiklos Vajna2015-08-061-1/+1
* sal,rsc,oox: inline some use-once typedefsNoel Grandin2015-08-046-12/+4
* inline some use-once typedefsNoel Grandin2015-08-032-3/+1
* tdf#87924 DOCX import: rot=90 and vert=vert270 means no text rotationMiklos Vajna2015-08-031-3/+30
* new loplugin: refcountingNoel Grandin2015-08-031-4/+4
* 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