summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2017-04-12tdf#106217: Wrong size and position of a shape inside chartTamás Zolnai1-0/+5
2017-04-12tdf#106304: Fix newline and empty paragraph font size issues in .pptx exportTor Lillqvist2-29/+57
2017-03-02tdf#90407: Export Text AutoFit to .pptxTor Lillqvist1-2/+11
2017-02-16tdf#106026: Export paragraph top and bottom margin to DrawingMLTor Lillqvist1-0/+28
2017-02-15Related: tdf#105707 PPTX import: warn on invalid/empty SmartArt fallback relidMiklos Vajna2-1/+16
2017-02-13Related: tdf#105707 PPTX import: decode document name from URLAndras Timar1-1/+1
2017-02-09tdf#105707 PPTX import: warn when SmartArt is missing DrawingML fallbackMiklos Vajna3-2/+39
2017-02-09tdf#31488: Background fill changes its color when saving a PPTX file to ODPTamás Zolnai1-1/+4
2017-01-17tdf#97597: Ensure that each parsing thread has its own buffer.Kohei Yoshida1-2/+2
2017-01-01tdf#104539 dir attribute of outerShdw has to be non-negativeAndras Timar1-1/+1
2016-12-10tdf#104445: PPTX import: Extra bullets are added to placeholder textTamás Zolnai2-2/+4
2016-11-27tdf#104201: PPTX: Group solid fill is not importedTamás Zolnai1-3/+3
2016-11-26tdf#104015: PPTX import: Title shape does not inherit fill propertiesTamás Zolnai1-26/+85
2016-11-26tdf#103876: PPTX import: Title shape's character properties are wrongTamás Zolnai5-19/+92
2016-11-11tdf#103792: No placeholder text imported for empty title shapeTamás Zolnai2-2/+1
2016-11-08google docs can generate a pptx with an empty cmLstCaolán McNamara1-9/+12
2016-10-29tdf#63846 assign macros after VBA project fully loaded.Justin Luth1-3/+2
2016-10-26implement CryptoAPI RC4+SHA1 encryption scheme for xls importCaolán McNamara3-66/+37
2016-10-25tdf#103389: Resaving a DOCX document with two canvases leads to a broken file.Tamás Zolnai2-8/+11
2016-10-14tdf#102997 Fix Error in OOXML Transparency Conversion Mathlbenes1-1/+1
2016-10-14tdf#100830 drawingML import: handle <a:alphaModFix>Miklos Vajna2-0/+7
2016-10-04tdf#96161, always write the varyColors elementMarkus Mohrhard1-0/+2
2016-09-21tdf#96662, only use the crossBetween="midCat" for line and scatter chartMarkus Mohrhard1-1/+2
2016-06-07tdf#93883 don't add space to empty paragraph when bullet is turned off.Mark Hung1-1/+4
2016-05-25oox: replace boost::array with std::arrayMichael Stahl1-4/+2
2016-05-20warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bitsNoel Grandin1-1/+1
2016-05-18clang-tidy modernize-make-sharedNoel Grandin14-35/+34
2016-05-13tdf#42949: clean up includes in include/oox/ole with iwyuJorenz Paragas2-0/+6
2016-05-11tdf#42949: clean up includes in include/oox/mathml with iwyuJorenz Paragas1-0/+2
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas88-5/+150
2016-05-10Silence Clang -Wimplicit-fallthrough in gperf-generated codeStephan Bergmann1-3/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann5-6/+25
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann4-0/+4
2016-05-10loplugin:rangedforcopyTor Lillqvist1-2/+2
2016-05-10remove STATIC_ARRAY_END and usagesJochen Nitschke4-93/+93
2016-05-06basegfx,oox,slideshow: replace boost::next/prior with std::next/prevMichael Stahl2-26/+24
2016-05-06tdf#42949: clean up includes in include/oox/export with iwyuJorenz Paragas2-0/+3
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin2-2/+2
2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin5-18/+18
2016-05-03tdf#42949: clean up includes in include/oox/drawingml with iwyuJorenz Paragas19-0/+23
2016-04-29tdf#99030: PPTX import: Fixed lost slide background colorMatus Uzak2-2/+4
2016-04-29tdf#90736: PPTX import: Improved table border line style supportMatus Uzak1-1/+41
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2-5/+5
2016-04-27tdf#80999 Canceling password prompt should abort detectionMaxim Monastirsky1-5/+13
2016-04-26tdf#42949: clean up includes in include/oox/crypto with iwyuJorenz Paragas5-3/+20
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin8-39/+39
2016-04-25Some more sal_Bool -> boolStephan Bergmann1-1/+1
2016-04-25tdf#42949: clean up includes in include/oox/core using iwyuJorenz Paragas68-2/+159
2016-04-22Avoid reserved identifiersStephan Bergmann2-3/+3
2016-04-21new plugin stylepoliceNoel Grandin2-7/+7