summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2015-07-21reject invalid tiff dimensionsCaolán McNamara2-0/+2
2015-07-20bail if offsets are past eofCaolán McNamara2-10/+19
2015-07-20fail on short readCaolán McNamara2-2/+4
2015-07-20don't hang on a bad ReadCodeAndDecodeCaolán McNamara2-1/+4
2015-07-20ensure loop ends eventuallyCaolán McNamara2-17/+22
2015-07-20test that nNumStripByteCounts value is within bounds of fileCaolán McNamara2-2/+5
2015-07-20final check np boundsCaolán McNamara2-0/+2
2015-07-20check np bounds yet againCaolán McNamara2-0/+2
2015-07-20reduce scope, etc, don't loop endlesslyCaolán McNamara2-7/+2
2015-07-20in reality we are limited to max sal_Int32 hereCaolán McNamara2-27/+27
2015-07-20check np bounds againCaolán McNamara2-0/+2
2015-07-20check np boundsCaolán McNamara2-0/+2
2015-07-17in remainingSize consider that its is possible to seek past the endCaolán McNamara1-0/+0
2015-07-17don't loop forever if pcx has short readCaolán McNamara2-2/+2
2015-07-17detect another loop in tif formatCaolán McNamara2-1/+10
2015-07-17test that nNumStripOffsets value is within bounds of fileCaolán McNamara2-2/+5
2015-07-17detect loop in tif formatCaolán McNamara2-1/+11
2015-07-17min size of eps for a preview is 32Caolán McNamara2-124/+125
2015-07-17exception on div by 0Caolán McNamara2-0/+5
2015-07-16avoid hang in short pbmCaolán McNamara7-1/+6
2015-07-16tools polygons limited to 16bit indexesCaolán McNamara2-7/+26
2015-07-16don't hang with 0 len causing no progressionCaolán McNamara2-3/+9
2015-07-16bump size typeCaolán McNamara2-3/+4
2015-07-16check stream state more often for failuresCaolán McNamara2-10/+14
2015-07-15file format documentation states these are signedCaolán McNamara2-9/+9
2015-07-07ppc64: fix infinite loop with default unsigned charCaolán McNamara1-8/+39
2015-06-01tdf#65788: svg export - put transform attribute into text elementChr. Rossmanith1-15/+16
2015-05-21tdf#90999: Import spreadsheetML cells with inline formatting tagsRobert Antoni Buj Gelonch1-7/+6
2015-05-14odf2xhtml: tdf#66999 there is no attribute 'name'Robert Antoni Buj Gelonch1-1/+1
2015-05-14odf2xhtml: tdf#66999 character '–' is not allowed in the value of attribute...Robert Antoni Buj Gelonch1-1/+1
2015-04-14tdf#56467 / tdf#88117: SVG export further improvedChr. Rossmanith1-4/+1
2015-04-14Related: tdf#74018 fix int wraparound + crash on exportCaolán McNamara1-18/+19
2015-04-05tdf#56467: improve export of formulas to SVGChr. Rossmanith2-3/+5
2015-01-21fdo#84336 Fix swf renderingMatthew Francis1-1/+1
2015-01-15fdo#86772 show localized filter names in Save dialogDavid Tardon2-106/+117
2015-01-12Resolves: fdo#87015 image missing from docCaolán McNamara1-1/+1
2015-01-06fdo#50430: UOP import failed because of leading and trailing space in XSLT.Peter Jentsch1-2/+2
2015-01-05asan wrt mandriva57054-1.tiffCaolán McNamara1-6/+5
2014-12-08Related: rhbz#1164614 better default size for no xslt entries caseCaolán McNamara1-1/+6
2014-12-04We want PDF signing to be non-experimental nowTor Lillqvist1-10/+1
2014-12-03fdo#83939: Add new error code for failed PDF signing, and handle itTor Lillqvist3-0/+21
2014-12-03fdo#83939: Check return value from pPDFWriter->Emit()Tor Lillqvist1-1/+1
2014-11-27fdo#84686 prevent std::bad_alloc exception by stricter input checkAndras Timar1-4/+4
2014-11-19Related: coverity#1242658 Untrusted loop boundCaolán McNamara1-2/+10
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl8-0/+8
2014-11-18java: make fields final where possibleNoel Grandin1-6/+6
2014-11-17don't reuse old var remnantsCaolán McNamara1-11/+9
2014-11-17afl: divide-by-zeroCaolán McNamara2-1/+8
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl8-1/+10
2014-11-17Simplify input parameters to just take the sequenceMatúš Kukan1-1/+1