summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* "no matching function for call to 'get_pointer'," use lambda insteadStephan Bergmann2015-02-191-3/+5
* boost->stdCaolán McNamara2015-02-1915-27/+26
* there is no x error bar for bar charts, related fdo#66455Markus Mohrhard2015-02-191-4/+8
* document one more place where MSO 2007 export wrong valuesMarkus Mohrhard2015-02-191-1/+1
* this should be [-90, 90] and not (-90, 90), tdf#89454Markus Mohrhard2015-02-191-1/+1
* start documenting problems around OOXML specMarkus Mohrhard2015-02-192-1/+10
* no need for that anymoreMarkus Mohrhard2015-02-181-4/+0
* better way to set default for chart area fill style, related tdf#89451Markus Mohrhard2015-02-183-5/+11
* implement fill based on style also for chart area, tdf#89451Markus Mohrhard2015-02-182-5/+10
* oox: use std::enable_shared_from_thisMiklos Vajna2015-02-172-3/+4
* fix indentationMarkus Mohrhard2015-02-171-67/+64
* Properly check for Clang with static initializer_list bugStephan Bergmann2015-02-101-2/+5
* It is apparently the static initializer_list that's confusing old ClangStephan Bergmann2015-02-101-57/+63
* Some old Clang appear unhappy with the initializer_list<OUStringLiteral> codeStephan Bergmann2015-02-091-57/+57
* oox: replace legacy DBG_WARNINGsMichael Stahl2015-02-091-3/+3
* coverity#1268301 Dereference null return valueCaolán McNamara2015-02-071-1/+1
* loplugin:deletedspecialStephan Bergmann2015-02-071-2/+2
* fdo#75757: Remove inheritance from std::vectorMatthew Pottage2015-02-061-35/+35
* Make OUStringLiteral more usefulStephan Bergmann2015-02-061-57/+59
* static const to avoid re-init all the time + c++11.Jan Holesovsky2015-02-061-4/+2
* bnc#637947 improve DrawingML export of custom shapesAndras Timar2015-02-061-4/+109
* Updated all precompiled headers.Ashod Nakashian2015-02-051-0/+6
* oox: 89 DPI is not such a great defaultMiklos Vajna2015-02-023-9/+14
* fdo#88826: replace MM100toEMU() by convertHmmToEmu()Juan Picca2015-02-022-9/+9
* chisel off some more unused codeCaolán McNamara2015-01-303-23/+0
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-292-15/+0
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-262-3/+3
* coverity#1265791 Unchecked return valueCaolán McNamara2015-01-241-2/+2
* fdo#87488 Wrong text rotation inside a preset shape from docxGary Houston2015-01-213-6/+12
* Some more loplugin:cstylecast: ooxStephan Bergmann2015-01-201-5/+5
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-073-3/+3
* fdo#83058 File corrupt due to data label position is invalid in chart.xmlPriyankaGaikwad2015-01-031-5/+14
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-027-12/+11
* ERROR: Invalid content was found starting with element 'p:pic'.Miklos Vajna2014-12-221-2/+5
* ERROR: Attribute 'spid' must appear on element 'p:oleObj'.Miklos Vajna2014-12-221-0/+1
* bnc#862510: PPTX import: Wrong text vertical adjustment inside shape.Zolnai Tamás2014-12-222-1/+16
* bnc#862510: PPTX import: Wrong text color inside shapeZolnai Tamás2014-12-221-5/+8
* bnc#822341: PPTX export of embedded text documentsZolnai Tamás2014-12-221-27/+81
* Refactor building perfect hash tabels for tokensDaniel Sikeler2014-12-222-100/+5
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-191-1/+1
* WaE: variable 'nModuleCount' set but not usedTor Lillqvist2014-12-191-1/+1
* defining a macro for two lines of code introduces more noiseNoel Grandin2014-12-191-4/+2
* remove operator>> and operator<< methodsNoel Grandin2014-12-194-11/+12
* remove operator>> and operator<< methodsNoel Grandin2014-12-194-10/+7
* cppcheck: Same expression on both sides of '||'Julien Nabet2014-12-181-1/+1
* oox: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-187-22/+22
* Introduce rtl::OUStringLiteral1Stephan Bergmann2014-12-173-4/+4
* Resolves: fdo#87281 Crash on importing diagram in .docx fileGary Houston2014-12-151-1/+3
* no point checking for null before deleteCaolán McNamara2014-12-151-5/+1
* oox: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-1511-34/+32