summaryrefslogtreecommitdiff
path: root/oox/source/drawingml
AgeCommit message (Expand)Author
2015-04-21fix dispEq MSO 2007 vs OOXMLMarkus Mohrhard
2015-04-21fix more mbNoEndCap MSO 2007 vs OOXML placesMarkus Mohrhard
2015-04-21fix noEndCap MSO 2007 vs OOXMLMarkus Mohrhard
2015-04-21fix applyToSides MSO 2007 vs OOXMLMarkus Mohrhard
2015-04-21fix applyToFront MSO 2007 vs OOXMLMarkus Mohrhard
2015-04-21fix applyToEnd MSO 2007 vs OOXMLMarkus Mohrhard
2015-04-21fix showLeaderLines MSO 2007 vs OOXMLMarkus Mohrhard
2015-04-21fix bubble3D MSO 2007 vs OOXMLMarkus Mohrhard
2015-04-21more smooth MSO 2007 vs OOXML casesMarkus Mohrhard
2015-04-21fix invertIfNegative MSO 2007 vs OOXMLMarkus Mohrhard
2015-04-21fix series smooth MSO 2007 vs OOXMLMarkus Mohrhard
2015-04-21fix legend pos overlay MSO 2007 vs OOXMLMarkus Mohrhard
2015-04-20don't create random data series, related bnc#839727Markus Mohrhard
2015-04-19fix title overly MSO2007 vs OOXML importMarkus Mohrhard
2015-04-19use correct default value for OOXML and MSO 2007, tdf#74886Markus Mohrhard
2015-04-15use index as real index and not token, tdf#90511Markus Mohrhard
2015-04-15remove empty constructor and destructorMarkus Mohrhard
2015-04-15import marker color from OOXML, related tdf#81407Markus Mohrhard
2015-04-11Typo: Accenat->AccentJulien Nabet
2015-04-04I wonder if I make this less obscure if coverity will grok itCaolán McNamara
2015-04-04cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2015-04-04don't import data labels border properties for noFill bordersMarkus Mohrhard
2015-04-04fix OOXML vs MSO2007 in chart import in one more placeMarkus Mohrhard
2015-04-03tdf#90403 PPTX import: use real table sizeAndras Timar
2015-03-31bnc#910045 wrong cell fill color defined by table styleZolnai Tamás
2015-03-30bnc#902652 OOXML: fix import of insets when shape and/or shape text is rotatedAndras Timar
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-26tdf#57950: Replace chained O(U)StringBuffer::append() with operator+Austin Chen
2015-03-20tdf#83889:FILEOPEN:PPTX bullet point is followed by spurious symbolPriyankaGaikwad
2015-03-19loplugin:constantfunction: ooxNoel Grandin
2015-03-19mbOwnTblStyle->bOwnTblStyle, its not a memberCaolán McNamara
2015-03-18CppCheck cleaning : unnecessary affectationMichaël Lefèvre
2015-03-16handle one more place with MSO 2007 vs OOXML spec for chartsMarkus Mohrhard
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-03-10handle MSO 2007 vs OOXML in auto title chart importMarkus Mohrhard
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-01mark more places where we changed the default value in the pastMarkus Mohrhard
2015-02-19boost->stdCaolán McNamara
2015-02-19document one more place where MSO 2007 export wrong valuesMarkus Mohrhard
2015-02-19this should be [-90, 90] and not (-90, 90), tdf#89454Markus Mohrhard
2015-02-19start documenting problems around OOXML specMarkus Mohrhard
2015-02-18no need for that anymoreMarkus Mohrhard
2015-02-18better way to set default for chart area fill style, related tdf#89451Markus Mohrhard
2015-02-18implement fill based on style also for chart area, tdf#89451Markus Mohrhard
2015-02-17fix indentationMarkus Mohrhard
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2015-02-02oox: 89 DPI is not such a great defaultMiklos Vajna
2015-01-21fdo#87488 Wrong text rotation inside a preset shape from docxGary Houston
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin