summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Consolidate isFileUrl checksStephan Bergmann2015-08-195-17/+8
* Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann2015-08-192-6/+6
* Replace utl::LocalFileHelper::IsLocalFile -> ...::IsFileUrlStephan Bergmann2015-08-191-1/+1
* Some oslCondition -> osl::ConditionStephan Bergmann2015-08-181-21/+12
* Put Polygon from tools under tools:: namespaceNorbert Thiebaud2015-08-1721-188/+188
* loplugin: defaultparamsNoel Grandin2015-08-146-11/+11
* remove default value from DffPropSet::GetPropertyValueNoel Grandin2015-08-143-76/+76
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-1133-71/+64
* gbuild/config stop using VERBOSE, use only verbose=tNorbert Thiebaud2015-08-111-1/+1
* remove unused SfxFilterFlags valuesNoel Grandin2015-08-0583-109/+81
* filter,desktop,dbaccess: inline some use-once typedefsNoel Grandin2015-08-047-32/+17
* coverity#1157790 Division or modulo by float zeroCaolán McNamara2015-08-031-2/+7
* new loplugin: refcountingNoel Grandin2015-08-031-1/+1