summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2015-03-16handle one more place with MSO 2007 vs OOXML spec for chartsMarkus Mohrhard2-2/+6
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann6-45/+72
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann3-7/+12
2015-03-10handle MSO 2007 vs OOXML in auto title chart importMarkus Mohrhard4-5/+11
2015-03-10detect MSO 2007 OOXML documentsMarkus Mohrhard1-2/+39
2015-03-10remove whitespacesMarkus Mohrhard2-11/+0
2015-03-09tdf#89791: DOCX: don't save custom.xml if it's emptyJulien Nabet1-3/+8
2015-03-09V801: Decreased performanceCaolán McNamara11-32/+32
2015-03-04V813: Decreased performanceCaolán McNamara1-6/+6
2015-03-02tdf#89774 oox: TotalTime is in minutesMiklos Vajna1-1/+2
2015-03-01mark more places where we changed the default value in the pastMarkus Mohrhard2-4/+4
2015-02-26oox/source/export/drawingml.cxx: -Werror=maybe-uninitializedRobert Antoni Buj Gelonch1-1/+1
2015-02-25bnc#637947 export shape shadow to DrawingMLAndras Timar1-0/+29
2015-02-19Remove newly unused includeStephan Bergmann1-2/+0
2015-02-19"no matching function for call to 'get_pointer'," use lambda insteadStephan Bergmann1-3/+5
2015-02-19boost->stdCaolán McNamara15-27/+26
2015-02-19there is no x error bar for bar charts, related fdo#66455Markus Mohrhard1-4/+8
2015-02-19document one more place where MSO 2007 export wrong valuesMarkus Mohrhard1-1/+1
2015-02-19this should be [-90, 90] and not (-90, 90), tdf#89454Markus Mohrhard1-1/+1
2015-02-19start documenting problems around OOXML specMarkus Mohrhard2-1/+10
2015-02-18no need for that anymoreMarkus Mohrhard1-4/+0
2015-02-18better way to set default for chart area fill style, related tdf#89451Markus Mohrhard3-5/+11
2015-02-18implement fill based on style also for chart area, tdf#89451Markus Mohrhard2-5/+10
2015-02-17oox: use std::enable_shared_from_thisMiklos Vajna2-3/+4
2015-02-17fix indentationMarkus Mohrhard1-67/+64
2015-02-10Properly check for Clang with static initializer_list bugStephan Bergmann1-2/+5
2015-02-10It is apparently the static initializer_list that's confusing old ClangStephan Bergmann1-57/+63
2015-02-09Some old Clang appear unhappy with the initializer_list<OUStringLiteral> codeStephan Bergmann1-57/+57
2015-02-09oox: replace legacy DBG_WARNINGsMichael Stahl1-3/+3
2015-02-07coverity#1268301 Dereference null return valueCaolán McNamara1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+2
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage1-35/+35
2015-02-06Make OUStringLiteral more usefulStephan Bergmann1-57/+59
2015-02-06static const to avoid re-init all the time + c++11.Jan Holesovsky1-4/+2
2015-02-06bnc#637947 improve DrawingML export of custom shapesAndras Timar1-4/+109
2015-02-05Updated all precompiled headers.Ashod Nakashian1-0/+6
2015-02-02oox: 89 DPI is not such a great defaultMiklos Vajna3-9/+14
2015-02-02fdo#88826: replace MM100toEMU() by convertHmmToEmu()Juan Picca2-9/+9
2015-01-30chisel off some more unused codeCaolán McNamara3-23/+0
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2-15/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-3/+3
2015-01-24coverity#1265791 Unchecked return valueCaolán McNamara1-2/+2
2015-01-21fdo#87488 Wrong text rotation inside a preset shape from docxGary Houston3-6/+12
2015-01-20Some more loplugin:cstylecast: ooxStephan Bergmann1-5/+5
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin3-3/+3
2015-01-03fdo#83058 File corrupt due to data label position is invalid in chart.xmlPriyankaGaikwad1-5/+14
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara7-12/+11
2014-12-22ERROR: Invalid content was found starting with element 'p:pic'.Miklos Vajna1-2/+5
2014-12-22ERROR: Attribute 'spid' must appear on element 'p:oleObj'.Miklos Vajna1-0/+1
2014-12-22bnc#862510: PPTX import: Wrong text vertical adjustment inside shape.Zolnai Tamás2-1/+16