summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)Author
2015-02-19Remove newly unused includeStephan Bergmann
2015-02-19"no matching function for call to 'get_pointer'," use lambda insteadStephan Bergmann
2015-02-19boost->stdCaolán McNamara
2015-02-19there is no x error bar for bar charts, related fdo#66455Markus Mohrhard
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-17oox: use std::enable_shared_from_thisMiklos Vajna
2015-02-17fix indentationMarkus Mohrhard
2015-02-10Properly check for Clang with static initializer_list bugStephan Bergmann
2015-02-10It is apparently the static initializer_list that's confusing old ClangStephan Bergmann
2015-02-09Some old Clang appear unhappy with the initializer_list<OUStringLiteral> codeStephan Bergmann
2015-02-09oox: replace legacy DBG_WARNINGsMichael Stahl
2015-02-07coverity#1268301 Dereference null return valueCaolán McNamara
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2015-02-06Make OUStringLiteral more usefulStephan Bergmann
2015-02-06static const to avoid re-init all the time + c++11.Jan Holesovsky
2015-02-06bnc#637947 improve DrawingML export of custom shapesAndras Timar
2015-02-05Updated all precompiled headers.Ashod Nakashian
2015-02-02oox: 89 DPI is not such a great defaultMiklos Vajna
2015-02-02fdo#88826: replace MM100toEMU() by convertHmmToEmu()Juan Picca
2015-01-30chisel off some more unused codeCaolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-24coverity#1265791 Unchecked return valueCaolán McNamara
2015-01-21fdo#87488 Wrong text rotation inside a preset shape from docxGary Houston
2015-01-20Some more loplugin:cstylecast: ooxStephan Bergmann
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-03fdo#83058 File corrupt due to data label position is invalid in chart.xmlPriyankaGaikwad
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-22ERROR: Invalid content was found starting with element 'p:pic'.Miklos Vajna
2014-12-22ERROR: Attribute 'spid' must appear on element 'p:oleObj'.Miklos Vajna
2014-12-22bnc#862510: PPTX import: Wrong text vertical adjustment inside shape.Zolnai Tamás
2014-12-22bnc#862510: PPTX import: Wrong text color inside shapeZolnai Tamás
2014-12-22bnc#822341: PPTX export of embedded text documentsZolnai Tamás
2014-12-22Refactor building perfect hash tabels for tokensDaniel Sikeler
2014-12-19fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-19WaE: variable 'nModuleCount' set but not usedTor Lillqvist
2014-12-19defining a macro for two lines of code introduces more noiseNoel Grandin
2014-12-19remove operator>> and operator<< methodsNoel Grandin
2014-12-19remove operator>> and operator<< methodsNoel Grandin
2014-12-18cppcheck: Same expression on both sides of '||'Julien Nabet
2014-12-18oox: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann
2014-12-15Resolves: fdo#87281 Crash on importing diagram in .docx fileGary Houston
2014-12-15no point checking for null before deleteCaolán McNamara