summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2019-11-25oox: add PPTX import/export for semi-transparent shape textMiklos Vajna7-2/+167
2017-12-01ofz: check col/row boundsCaolán McNamara1-2/+4
2017-12-01ofz: handle empty Gradient StopsCaolán McNamara1-1/+1
2017-11-30ofz: handle empty paragraphs caseCaolán McNamara1-0/+3
2017-11-30ofz#4481: move Path2DContext body to onEndElementCaolán McNamara1-2/+2
2017-11-30ofz: 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-8/+14
2017-11-06PPTX export: correct position of rotated groupsSzymon Kłos1-0/+17
2017-11-06PPTX export: remember color schemes in themeSzymon Kłos2-1/+77
2017-10-31SmartArt: export text rotation in the PPTXSzymon Kłos2-22/+4
2017-10-20tdf#112633 oox: Save backup images to proper path in documentJacobo Aragunde Pérez1-4/+10
2017-09-26tdf#112647: Fixed line spacing is saved incorrectly to PPTXTamás Zolnai3-7/+12
2017-09-25VML, Watermark: detect shapetype from other subdocumentsSzymon Kłos1-0/+8
2017-09-24tdf#112552: Shape's gray background is lost after saving to PPTXTamás Zolnai2-48/+43
2017-09-13tdf#112311 oox: fix UAF of std::shared_ptrMichael Stahl2-14/+20
2017-08-17tdf#111548: PPTX: ActiveX checkbox control appear as pictureTamás Zolnai3-1/+23
2017-08-10tdf#110440 drawingML import: fix handling of group shape propertiesMiklos Vajna1-1/+1
2017-08-09tdf#109858: Override default point label placement setting...Dennis Francis2-7/+15
2017-08-02tdf#107723 Import font name from text portions in shapesSamuel Mehrbrodt2-0/+20
2017-08-02tdf#109223: PPTX: Vertical flip of child shape is not imported correctlyTamás Zolnai1-0/+6
2017-07-26tdf#100491 fix DOCX import shape line with arrow markerVasily Melenchuk1-10/+22
2017-06-21tdf#89064 Fix import of pages with comments and notesPaul Trojahn1-2/+2
2017-06-18coverity#1412145 Result is not floating pointCaolán McNamara1-1/+1
2017-06-16VML: EMU to Points conversionSzymon Kłos1-3/+1
2017-06-16Watermark: VML export/import font sizeSzymon Kłos3-2/+19
2017-06-08Related: tdf#108269 DOCM filter: reuse oox code for VBA data preservationMiklos Vajna2-8/+15
2017-06-07Related: tdf#108269 oox: ignore case when checking .docm extensionMiklos Vajna1-2/+11
2017-06-06Related: tdf#108269 oox: allow recovering broken DOCM filesMiklos Vajna1-7/+12
2017-06-04Watermark: VML font-family import for textpathSzymon Kłos2-0/+23
2017-06-04Watermark: docx interoperabilitySzymon Kłos2-3/+12
2017-06-01tdf#108269 sw: add separate DOCM filterMiklos Vajna1-2/+4
2017-06-01tdf#104219 Don't export color information when color is automaticBartosz Kosiorek2-12/+19
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin1-2/+0
2017-05-15Correct URI for HDPHOTO, tdf#107197 follow-upEike Rathke1-1/+1
2017-05-14tdf#107197 Replace relationship URIFakabbir Amin4-22/+52
2017-05-12remove unused uno::Reference varsNoel Grandin4-8/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke20-20/+0
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin1-18/+14
2017-05-09loplugin:constantparamNoel Grandin1-2/+1
2017-05-08remove unused boolJochen Nitschke1-5/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock6-19/+18
2017-05-07tdf#43157: convert oox module away from OSL_ASSERT to assertChris Sherlock6-18/+19
2017-05-04tdf#106520 xlsx: black square where image should beThomas Beck1-3/+3
2017-05-04cleanup includesJochen Nitschke5-22/+10
2017-05-02loplugin:checkunusedparams in ooxNoel Grandin18-49/+23
2017-04-29replace oox internal hashing code with new comphelper codeMarkus Mohrhard3-143/+20
2017-04-28loplugin:salunicodeliteral: ooxStephan Bergmann1-1/+1
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin1-3/+1
2017-04-27tdf#107020: Reintroduce uses of I32S, I64SStephan Bergmann3-114/+114