summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2017-04-04ofz: check bounds on readCaolán McNamara3-19/+31
2017-03-28valgrind: use of uninitialized valuesCaolán McNamara1-24/+24
2017-03-21ofz#875 limit depth to max legal depthCaolán McNamara1-10/+18
2017-03-21ofz#829 ensure palette can fulfil largest index usedCaolán McNamara1-25/+40
2017-03-21ofz#876 avoid accessing empty rowsCaolán McNamara1-0/+4
2017-03-21ofz: use after freeCaolán McNamara1-1/+12
2017-03-03ofz: init varsCaolán McNamara1-7/+7
2017-03-02ofz#668: check nTargetBits sizeCaolán McNamara1-1/+4
2017-02-23ofz: don't read data that isn't thereCaolán McNamara1-5/+11
2017-02-23Resolves: ofz#668 check for massive row lengths before trying to allocate themCaolán McNamara1-5/+15
2017-02-23ofz: don't read data that isn't thereCaolán McNamara1-0/+4
2017-02-01Resolves: ofz#488 check remaining size while parsingCaolán McNamara1-28/+54
2017-02-01ofz: tidy up eps preview importCaolán McNamara1-37/+51
2017-01-18ofz#414 crash in DXFHatchEntity::EvaluateGroupCaolán McNamara3-3/+17
2017-01-17ofz: ensure nOldSize is > 0Caolán McNamara1-2/+2
2017-01-16guard against self-recursive GetBoundingBoxCaolán McNamara3-1/+13982
2017-01-13avoid infinite loops in dxf renderingCaolán McNamara3-14/+17337
2016-11-28tdf#104144: Missing dashed border, "break" should be "fallthrough" after allStephan Bergmann1-2/+1
2016-11-01tdf#103552: Decrease SpreadsheetML import time to prevent "General input/outp...Шиповський Роман1-2/+2
2016-10-26implement CryptoAPI RC4+SHA1 encryption scheme for xls importCaolán McNamara1-56/+144
2016-10-20two elements at the same packing positionCaolán McNamara1-3/+3
2016-09-20Resolves: tdf#99273 can't save specific docxCaolán McNamara1-2/+11
2016-06-07filter: "tga" import: fix some endian issues in ImplReadPaletteMichael Stahl1-2/+9
2016-06-07filter: PPT import: PptPlaceholder is 1 byte largeMichael Stahl1-0/+1
2016-05-30Resolves: tdf#100057 force libxslt to give up when we cancel a transformationCaolán McNamara2-42/+53
2016-05-25filter: generate that with the python script, not BOOST_PPMichael Stahl2-6/+8
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin1-2/+1
2016-05-25Convert Disposal to scoped enumNoel Grandin2-4/+4
2016-05-23Convert SbxClassType to scoped enumNoel Grandin1-2/+2
2016-05-23convert tnode to scoped enumNoel Grandin2-57/+57
2016-05-21coverity#1362017 Uninitialized scalar fieldCaolán McNamara1-0/+1
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin5-19/+19
2016-05-19Revert "tdf#35208 Allow choosing encoding for old Excel files"Maxim Monastirsky2-31/+0
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin2-3/+5
2016-05-19tdf#35208 Allow choosing encoding for old Excel filesMaxim Monastirsky2-0/+31
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin9-158/+0
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-2/+2
2016-05-16 tdf#64748: added placeholder option to pdf export dialog in WriterOliver Specht6-8/+43
2016-05-16Fix typosAndrea Gelmini1-1/+1
2016-05-15coverity#1361575 Logically dead codeCaolán McNamara1-1/+1
2016-05-13filter: convert boost::bindMichael Stahl1-9/+8
2016-05-13convert TSS_TYPE to scoped enumNoel Grandin1-151/+158
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin3-7/+5
2016-05-11Include cppumaker-generated .hpp, not .hdlStephan Bergmann1-1/+1
2016-05-10Fix typosAndrea Gelmini1-9/+9
2016-05-10Presumably missing break in switchStephan Bergmann1-0/+2
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann3-0/+37
2016-05-10Silence Clang -Wimplicit-fallthrough in gperf-generated codeStephan Bergmann1-3/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann8-17/+17
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann7-0/+11