summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* forcepoint #31 survive missing control modelCaolán McNamara2018-06-011-2/+8
* tdf#106217: Wrong size and position of a shape inside chartTamás Zolnai2017-04-121-0/+5
* tdf#106304: Fix newline and empty paragraph font size issues in .pptx exportTor Lillqvist2017-04-122-29/+57
* tdf#90407: Export Text AutoFit to .pptxTor Lillqvist2017-03-021-2/+11
* tdf#106026: Export paragraph top and bottom margin to DrawingMLTor Lillqvist2017-02-161-0/+28
* Related: tdf#105707 PPTX import: warn on invalid/empty SmartArt fallback relidMiklos Vajna2017-02-152-1/+16
* Related: tdf#105707 PPTX import: decode document name from URLAndras Timar2017-02-131-1/+1
* tdf#105707 PPTX import: warn when SmartArt is missing DrawingML fallbackMiklos Vajna2017-02-093-2/+39
* tdf#31488: Background fill changes its color when saving a PPTX file to ODPTamás Zolnai2017-02-091-1/+4
* tdf#97597: Ensure that each parsing thread has its own buffer.Kohei Yoshida2017-01-171-2/+2
* tdf#104539 dir attribute of outerShdw has to be non-negativeAndras Timar2017-01-011-1/+1
* tdf#104445: PPTX import: Extra bullets are added to placeholder textTamás Zolnai2016-12-102-2/+4
* tdf#104201: PPTX: Group solid fill is not importedTamás Zolnai2016-11-271-3/+3
* tdf#104015: PPTX import: Title shape does not inherit fill propertiesTamás Zolnai2016-11-261-26/+85
* tdf#103876: PPTX import: Title shape's character properties are wrongTamás Zolnai2016-11-265-19/+92
* tdf#103792: No placeholder text imported for empty title shapeTamás Zolnai2016-11-112-2/+1
* google docs can generate a pptx with an empty cmLstCaolán McNamara2016-11-081-9/+12
* tdf#63846 assign macros after VBA project fully loaded.Justin Luth2016-10-291-3/+2
* implement CryptoAPI RC4+SHA1 encryption scheme for xls importCaolán McNamara2016-10-263-66/+37
* tdf#103389: Resaving a DOCX document with two canvases leads to a broken file.Tamás Zolnai2016-10-252-8/+11
* tdf#102997 Fix Error in OOXML Transparency Conversion Mathlbenes2016-10-141-1/+1
* tdf#100830 drawingML import: handle <a:alphaModFix>Miklos Vajna2016-10-142-0/+7
* tdf#96161, always write the varyColors elementMarkus Mohrhard2016-10-041-0/+2
* tdf#96662, only use the crossBetween="midCat" for line and scatter chartMarkus Mohrhard2016-09-211-1/+2
* tdf#93883 don't add space to empty paragraph when bullet is turned off.Mark Hung2016-06-071-1/+4
* oox: replace boost::array with std::arrayMichael Stahl2016-05-251-4/+2
* warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bitsNoel Grandin2016-05-201-1/+1
* clang-tidy modernize-make-sharedNoel Grandin2016-05-1814-35/+34
* tdf#42949: clean up includes in include/oox/ole with iwyuJorenz Paragas2016-05-132-0/+6
* tdf#42949: clean up includes in include/oox/mathml with iwyuJorenz Paragas2016-05-111-0/+2
* tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas2016-05-1088-5/+150
* Silence Clang -Wimplicit-fallthrough in gperf-generated codeStephan Bergmann2016-05-101-3/+2
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-105-6/+25
* Insert explicit "break" when falling through to empty next caseStephan Bergmann2016-05-104-0/+4
* loplugin:rangedforcopyTor Lillqvist2016-05-101-2/+2
* remove STATIC_ARRAY_END and usagesJochen Nitschke2016-05-104-93/+93
* basegfx,oox,slideshow: replace boost::next/prior with std::next/prevMichael Stahl2016-05-062-26/+24
* tdf#42949: clean up includes in include/oox/export with iwyuJorenz Paragas2016-05-062-0/+3
* teach passstuffbyref plugin to check for..Noel Grandin2016-05-062-2/+2
* clang-tidy modernize-loop-convert in oox to saxNoel Grandin2016-05-055-18/+18
* tdf#42949: clean up includes in include/oox/drawingml with iwyuJorenz Paragas2016-05-0319-0/+23
* tdf#99030: PPTX import: Fixed lost slide background colorMatus Uzak2016-04-292-2/+4
* tdf#90736: PPTX import: Improved table border line style supportMatus Uzak2016-04-291-1/+41
* teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2016-04-282-5/+5
* tdf#80999 Canceling password prompt should abort detectionMaxim Monastirsky2016-04-271-5/+13
* tdf#42949: clean up includes in include/oox/crypto with iwyuJorenz Paragas2016-04-265-3/+20
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-268-39/+39
* Some more sal_Bool -> boolStephan Bergmann2016-04-251-1/+1
* tdf#42949: clean up includes in include/oox/core using iwyuJorenz Paragas2016-04-2568-2/+159
* Avoid reserved identifiersStephan Bergmann2016-04-222-3/+3