summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)Author
2015-06-23Drop duplicate #includesTakeshi Abe
2015-06-18drop unused sequenceasvector.hxx (see sequence.hxx)Caolán McNamara
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-15cppcheck:unreadVariableNoel Grandin
2015-06-13no need to check for pShape hereAndras Timar
2015-06-13amend commentAndras Timar
2015-06-13tdf#92000 save rectangle to DrawingML as a preset shapeAndras Timar
2015-06-12tdf#92001 'Handles' contains array of PropertyValuesAndras Timar
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2015-06-10Prop_pSegmentInfo is totally misunderstood apparentlyCaolán McNamara
2015-06-10similarly fix fatal export of kde216114-1.odt to docxCaolán McNamara
2015-06-10fix fatal attempt to export kde302504-1.odt to docxCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-05WaE: ‘nLocalAttachedAxis’ may be used uninitialized in this functionTor Lillqvist
2015-06-02that special case was a really stupid idea, tdf#91685Markus Mohrhard
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-30another DrawingML export crash fixAndras Timar
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-28DrawingML export crash fixAndras Timar
2015-05-27disable more annoying log outputMarkus Mohrhard
2015-05-27transform calc URLs to OOXML format, related tdf#91334Markus Mohrhard
2015-05-27fix indentationMarkus Mohrhard
2015-05-27silence annoying log outputMarkus Mohrhard
2015-05-27tdf#90338 related: ignore empty shape handles structAndras Timar
2015-05-27tdf#90338 tdf#84254 DrawingML export fixAndras Timar
2015-05-23tdf#91429 do not convert ooxml preset shape modifier valuesAndras Timar
2015-05-22fix asserts on export to pptxCaolán McNamara
2015-05-21convert CVT constants to scoped enumNoel Grandin
2015-05-20fix Win buildNoel Grandin
2015-05-19coverity#1298896 dead codeCaolán McNamara
2015-05-19coverity#1298897 deadcodeCaolán McNamara
2015-05-18tdf#90245: Support for table merge cell export.Sujith Sudhakaran
2015-05-18oox: these ctors can be explicitMiklos Vajna
2015-05-18Remove include stdio (part2)Julien Nabet
2015-05-16Fix copy-paste errorJoren De Cuyper
2015-05-15tdf#91064: Revert "tdf#89790 DOCX: saving LO version number in app.xml"Joren De Cuyper
2015-05-15tdf#74932 FILESAVE: Shapes appear when saving a .XLSX file with filterPriyankaGaikwad
2015-05-15support iconSets in extLst entriesMarkus Mohrhard
2015-05-14convert GRFILTER_I_FLAGS to scoped enumNoel Grandin
2015-05-13the secondary axis should be on the rightMarkus Mohrhard
2015-05-12uno::Sequence provides now begin and endMarkus Mohrhard
2015-05-12export each axis only once non-deleted, related tdf#84347Markus Mohrhard
2015-05-12remove and replace old OSL_TRACE messagesMarkus Mohrhard
2015-05-12use r prefix for referenceMarkus Mohrhard
2015-05-12use chart2 API for attached axis exportMarkus Mohrhard
2015-05-12rename variableMarkus Mohrhard
2015-05-12tdf#90246 PPTX paragraph and bullet leftMargin and Indentation is not exportedPriyankaGaikwad
2015-05-12loplugin:cstylecastStephan Bergmann