summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* More loplugin:cstylecast: ooxStephan Bergmann2018-01-1220-45/+45
* Fix typo in codeAndrea Gelmini2018-01-111-2/+2
* tdf#96099 Removed some trivial typedefs related to UnOrderedMap and size_t.ekuiitr2018-01-101-3/+2
* tdf#114173 Preserve size of chart legend during xlsx exportBartosz Kosiorek2018-01-091-19/+41
* support exporting of hatch for chart background, tdf#114180Markus Mohrhard2018-01-082-3/+29
* tdf#42949 Fix some more Include What You Use warningsMiklos Vajna2018-01-042-0/+2
* Modifying the impl. of startUnknownElement of FastParser:Mohammed Abdul Azeem2018-01-041-15/+18
* loplugin:unusedfieldsNoel Grandin2018-01-041-12/+7
* ofz#4929 ensure min input len for openssl ciphersCaolán McNamara2018-01-031-0/+10
* RID_* can be extern global variablesNoel Grandin2018-01-021-1/+1
* try to fix android buildCaolán McNamara2017-12-311-1/+1
* tdf#90626 PPTX: Fix image bullet position in PPTPaul Trojahn2017-12-301-4/+31
* tdf#113788 ActiveX controls' text color is not exported to DOCXBán Róbert2017-12-301-0/+7
* loplugin:passstuffbyref improved return in variousNoel Grandin2017-12-295-9/+9
* export explosion property for pie chart property, tdf#114182Markus Mohrhard2017-12-291-2/+22
* various coverity exception warningsCaolán McNamara2017-12-258-17/+12
* tdf#111790: Shadow imported from a PPTX file is not overridenmartinb2142017-12-231-12/+71
* tdf#42949 Fix some Include What You Use warningsMiklos Vajna2017-12-226-4/+7
* also export basic chart structure for empty chartsMarkus Mohrhard2017-12-221-26/+38
* tdf#114613: Repair function does not work after opening PPTX fileTamás Zolnai2017-12-211-0/+18
* coverity#1426744 Uninitialized scalar variableCaolán McNamara2017-12-201-1/+1
* tdf#105517: overwrite existing scheme colors in vectorAron Budea2017-12-201-1/+5
* wrap scoped enum around css::util::NumberFormatNoel Grandin2017-12-191-1/+1
* don't export category info to bubble charts, tdf#103988Markus Mohrhard2017-12-191-1/+1
* inline use-once typedefsNoel Grandin2017-12-191-2/+2
* fix validation error in lineChart export, related tdf#57832Markus Mohrhard2017-12-191-2/+2
* oox: fix Android buildMiklos Vajna2017-12-181-0/+1
* oox: try to fix Android build, no std::lround thereMichael Stahl2017-12-181-0/+2
* tdf#90626 PPTX: Fix image bullet sizePaul Trojahn2017-12-185-20/+36
* fix searched attribute for 3D chart shape, tdf114169Markus Mohrhard2017-12-171-1/+1
* tdf#97648 ooxmlimport: horizontal line's horiOrientJustin Luth2017-12-161-0/+2
* Move generateGUIDString to comphelperSamuel Mehrbrodt2017-12-122-42/+5
* tdf#111785 Save hatch background color in pptx format.geri12452017-12-111-2/+19
* loplugin:salcall fix functionsNoel Grandin2017-12-119-41/+41
* ofz#4576 Integer-overflowCaolán McNamara2017-12-101-1/+3
* remove unused osl/time.h includes ..Jochen Nitschke2017-12-101-1/+0
* tdf#114308 Export Watermark size as isSzymon Kłos2017-12-084-68/+30
* rtlRandomPool: remove pointless seeding with system timeThorsten Behrens2017-12-081-3/+0
* tdf#68759 PPTX: Export IsMirroredPaul Trojahn2017-12-082-6/+13
* tdf#97648 ooxmlimport: horizontal lines have no marginsJustin Luth2017-12-071-0/+2
* Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann2017-12-061-0/+1
* ofz#4526 Null-reference READ with openssl crypto backendCaolán McNamara2017-12-041-0/+2
* tdf#113037 Unify Watermark in DOC & DOCXSzymon Kłos2017-12-021-6/+9
* ofz: check col/row boundsCaolán McNamara2017-12-011-2/+4
* ofz: handle empty Gradient StopsCaolán McNamara2017-11-301-1/+1
* ofz: handle empty paragraphs caseCaolán McNamara2017-11-301-0/+3
* size() cannot be < 0 so just == 0 -> empty()Caolán McNamara2017-11-301-1/+1
* coverity#1424321 Dereference after null checkCaolán McNamara2017-11-301-1/+1
* coverity#1424322 Uninitialized scalar fieldCaolán McNamara2017-11-301-2/+4
* ofz#4481: move Path2DContext body to onEndElementCaolán McNamara2017-11-301-2/+3