summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* 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
* coverity#1298897 deadcodeCaolán McNamara2015-05-191-5/+1
* tdf#90245: Support for table merge cell export.Sujith Sudhakaran2015-05-181-9/+124
* oox: these ctors can be explicitMiklos Vajna2015-05-188-8/+8
* Remove include stdio (part2)Julien Nabet2015-05-182-2/+0
* Fix copy-paste errorJoren De Cuyper2015-05-161-1/+1
* tdf#91064: Revert "tdf#89790 DOCX: saving LO version number in app.xml"Joren De Cuyper2015-05-151-3/+2
* tdf#74932 FILESAVE: Shapes appear when saving a .XLSX file with filterPriyankaGaikwad2015-05-151-0/+6
* support iconSets in extLst entriesMarkus Mohrhard2015-05-155-6/+7
* convert GRFILTER_I_FLAGS to scoped enumNoel Grandin2015-05-141-1/+1
* the secondary axis should be on the rightMarkus Mohrhard2015-05-131-1/+1
* uno::Sequence provides now begin and endMarkus Mohrhard2015-05-121-3/+3
* export each axis only once non-deleted, related tdf#84347Markus Mohrhard2015-05-121-1/+9
* remove and replace old OSL_TRACE messagesMarkus Mohrhard2015-05-121-6/+4
* use r prefix for referenceMarkus Mohrhard2015-05-121-6/+6
* use chart2 API for attached axis exportMarkus Mohrhard2015-05-121-8/+24
* rename variableMarkus Mohrhard2015-05-121-5/+5
* tdf#90246 PPTX paragraph and bullet leftMargin and Indentation is not exportedPriyankaGaikwad2015-05-121-6/+69
* loplugin:cstylecastStephan Bergmann2015-05-121-1/+1
* tdf#90174 FILESAVE: export of bullet color for pptxPriyankaGaikwad2015-05-111-0/+12
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-1/+1
* Unused oox::AttributeConversion::decodeUnsignedHex()Miklos Vajna2015-05-111-5/+0
* only export series for same axis into same chart type element, tdf#84347Markus Mohrhard2015-05-111-48/+107