summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2018-01-04tdf#42949 Fix some more Include What You Use warningsMiklos Vajna2-0/+2
2018-01-04Modifying the impl. of startUnknownElement of FastParser:Mohammed Abdul Azeem1-15/+18
2018-01-04loplugin:unusedfieldsNoel Grandin1-12/+7
2018-01-03ofz#4929 ensure min input len for openssl ciphersCaolán McNamara1-0/+10
2018-01-02RID_* can be extern global variablesNoel Grandin1-1/+1
2017-12-31try to fix android buildCaolán McNamara1-1/+1
2017-12-30tdf#90626 PPTX: Fix image bullet position in PPTPaul Trojahn1-4/+31
2017-12-30tdf#113788 ActiveX controls' text color is not exported to DOCXBán Róbert1-0/+7
2017-12-29loplugin:passstuffbyref improved return in variousNoel Grandin5-9/+9
2017-12-29export explosion property for pie chart property, tdf#114182Markus Mohrhard1-2/+22
2017-12-25various coverity exception warningsCaolán McNamara8-17/+12
2017-12-23tdf#111790: Shadow imported from a PPTX file is not overridenmartinb2141-12/+71
2017-12-22tdf#42949 Fix some Include What You Use warningsMiklos Vajna6-4/+7
2017-12-22also export basic chart structure for empty chartsMarkus Mohrhard1-26/+38
2017-12-21tdf#114613: Repair function does not work after opening PPTX fileTamás Zolnai1-0/+18
2017-12-20coverity#1426744 Uninitialized scalar variableCaolán McNamara1-1/+1
2017-12-20tdf#105517: overwrite existing scheme colors in vectorAron Budea1-1/+5
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-1/+1
2017-12-19don't export category info to bubble charts, tdf#103988Markus Mohrhard1-1/+1
2017-12-19inline use-once typedefsNoel Grandin1-2/+2
2017-12-19fix validation error in lineChart export, related tdf#57832Markus Mohrhard1-2/+2
2017-12-18oox: fix Android buildMiklos Vajna1-0/+1
2017-12-18oox: try to fix Android build, no std::lround thereMichael Stahl1-0/+2
2017-12-18tdf#90626 PPTX: Fix image bullet sizePaul Trojahn5-20/+36
2017-12-17fix searched attribute for 3D chart shape, tdf114169Markus Mohrhard1-1/+1
2017-12-16tdf#97648 ooxmlimport: horizontal line's horiOrientJustin Luth1-0/+2
2017-12-12Move generateGUIDString to comphelperSamuel Mehrbrodt2-42/+5
2017-12-11tdf#111785 Save hatch background color in pptx format.geri12451-2/+19
2017-12-11loplugin:salcall fix functionsNoel Grandin9-41/+41
2017-12-10ofz#4576 Integer-overflowCaolán McNamara1-1/+3
2017-12-10remove unused osl/time.h includes ..Jochen Nitschke1-1/+0
2017-12-08tdf#114308 Export Watermark size as isSzymon Kłos4-68/+30
2017-12-08rtlRandomPool: remove pointless seeding with system timeThorsten Behrens1-3/+0
2017-12-08tdf#68759 PPTX: Export IsMirroredPaul Trojahn2-6/+13
2017-12-07tdf#97648 ooxmlimport: horizontal lines have no marginsJustin Luth1-0/+2
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-0/+1
2017-12-04ofz#4526 Null-reference READ with openssl crypto backendCaolán McNamara1-0/+2
2017-12-02tdf#113037 Unify Watermark in DOC & DOCXSzymon Kłos1-6/+9
2017-12-01ofz: check col/row boundsCaolán McNamara1-2/+4
2017-11-30ofz: handle empty Gradient StopsCaolán McNamara1-1/+1
2017-11-30ofz: handle empty paragraphs caseCaolán McNamara1-0/+3
2017-11-30size() cannot be < 0 so just == 0 -> empty()Caolán McNamara1-1/+1
2017-11-30coverity#1424321 Dereference after null checkCaolán McNamara1-1/+1
2017-11-30coverity#1424322 Uninitialized scalar fieldCaolán McNamara1-2/+4
2017-11-30ofz#4481: move Path2DContext body to onEndElementCaolán McNamara1-2/+3
2017-11-29ofz: handle bad key len and subsequent PK11_ImportSymKey failureCaolán McNamara2-3/+11
2017-11-29ofz: avoid invalid short hashValuesCaolán McNamara1-1/+1
2017-11-28ofz: ensure aCoordList has required elementsCaolán McNamara1-7/+13
2017-11-28tdf#83877 Unit test for OOXML SignatureLine RoundtripSamuel Mehrbrodt1-27/+42
2017-11-28tdf#83877 OOXML Roundtrip of SignatureLine propertiesSamuel Mehrbrodt3-15/+145