summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
...
* check stream status more oftenCaolán McNamara2015-09-112-15/+32
* convert Link<> to typedNoel Grandin2015-09-112-3/+3
* Handle IOException during filter detectionStephan Bergmann2015-09-101-26/+30
* convert Link<> to typedNoel Grandin2015-09-102-17/+24
* fix size check related hangCaolán McNamara2015-09-102-9/+10
* speed up eps testingCaolán McNamara2015-09-091-1/+2
* convert Link<> to typedNoel Grandin2015-09-082-6/+4
* tdf#39080 Hide white space between pages in 'print layout'Ashod Nakashian2015-09-031-4/+23
* loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann2015-09-031-1/+1
* convert Link<> to typedNoel Grandin2015-09-032-5/+2
* Fixed a bug due to conflicts with Casarin's commit.Marco Cecchetti2015-09-011-1/+1
* filter: avoid casting BitmapChecksum to sal_uInt32Miklos Vajna2015-09-013-8/+8
* truncate checksum to 32-bit when it slips inside a file streamMarco Cecchetti2015-09-013-8/+8
* Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti2015-09-017-21/+23
* coverity#1321600 Dereference before null checkCaolán McNamara2015-09-011-8/+4
* check for error more frequentlyCaolán McNamara2015-09-013-54/+70
* -fsanitize=enumStephan Bergmann2015-09-011-1/+1
* check for legal field sizes before readingCaolán McNamara2015-08-312-6/+19
* check stream statusCaolán McNamara2015-08-312-4/+6
* convert Link<> to typedNoel Grandin2015-08-312-4/+3
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-1/+1
* pClientData can be nullCaolán McNamara2015-08-301-1/+1
* sal_uLong to sal_uInt32 for CRC32Matteo Casalin2015-08-294-11/+14
* eof isn't a Error, so use good not GetErrorCaolán McNamara2015-08-281-14/+14
* check seeks and readsCaolán McNamara2015-08-281-18/+44
* check seeks and offsetsCaolán McNamara2015-08-271-5/+10
* check seekCaolán McNamara2015-08-271-2/+4
* check returns of SeekToEndOfRecordCaolán McNamara2015-08-271-4/+22
* crashtesting: tiff loop detection too slowCaolán McNamara2015-08-271-4/+4
* avoid loops in atom chainsCaolán McNamara2015-08-271-3/+15
* check stream state after read attemptCaolán McNamara2015-08-271-1/+5
* check SeekToEndOfRecord for successCaolán McNamara2015-08-271-1/+3
* extend seek, loop ending tests to ppt specific codeCaolán McNamara2015-08-271-24/+21
* Clean up aEmptyStephan Bergmann2015-08-271-2/+1
* Clean up aEmptyStrStephan Bergmann2015-08-261-2/+1
* various hangs, check seeks and record lengthsCaolán McNamara2015-08-261-42/+70
* don't hang on unreachable record endsCaolán McNamara2015-08-261-2/+12
* fix crash on loading certain pptsCaolán McNamara2015-08-261-3/+3
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-2610-42/+27
* Avoid overflow in PBMReader::ImplReadHeaderStephan Bergmann2015-08-251-0/+24
* upload libmwaw 0.3.6David Tardon2015-08-251-1/+1
* in reality we are limited to max sal_Int32 hereCaolán McNamara2015-08-242-5/+12
* detect and reject loop in tifCaolán McNamara2015-08-242-0/+12
* Use less operator here to be consistent with the original idea (see comment)Zolnai Tamás2015-08-231-6/+6
* Better to call this msfilter testZolnai Tamás2015-08-233-14/+14
* tdf#39440 reduce scope of local variablesMichael Weghorn2015-08-222-13/+15
* tdf#39440 reduce scope of local variablesMichael Weghorn2015-08-211-2/+1
* sal_uLong to sal_uInt16 as return type of BitmapColor::GetColorErrorMatteo Casalin2015-08-211-2/+2
* loplugin:defaultparamsNoel Grandin2015-08-213-34/+32
* Avoid css::uno::Sequence<sal_uInt8> (which is not a proper UNO type)Stephan Bergmann2015-08-191-3/+3