summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)Author
2015-08-29sal_uLong to sal_uInt32 for CRC32Matteo Casalin
2015-08-28eof isn't a Error, so use good not GetErrorCaolán McNamara
2015-08-28check seeks and readsCaolán McNamara
2015-08-27check seeks and offsetsCaolán McNamara
2015-08-27check seekCaolán McNamara
2015-08-27check returns of SeekToEndOfRecordCaolán McNamara
2015-08-27crashtesting: tiff loop detection too slowCaolán McNamara
2015-08-27avoid loops in atom chainsCaolán McNamara
2015-08-27check stream state after read attemptCaolán McNamara
2015-08-27check SeekToEndOfRecord for successCaolán McNamara
2015-08-27extend seek, loop ending tests to ppt specific codeCaolán McNamara
2015-08-27Clean up aEmptyStephan Bergmann
2015-08-26Clean up aEmptyStrStephan Bergmann
2015-08-26various hangs, check seeks and record lengthsCaolán McNamara
2015-08-26don't hang on unreachable record endsCaolán McNamara
2015-08-26fix crash on loading certain pptsCaolán McNamara
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-25Avoid overflow in PBMReader::ImplReadHeaderStephan Bergmann
2015-08-25upload libmwaw 0.3.6David Tardon
2015-08-24in reality we are limited to max sal_Int32 hereCaolán McNamara
2015-08-24detect and reject loop in tifCaolán McNamara
2015-08-23Use less operator here to be consistent with the original idea (see comment)Zolnai Tamás
2015-08-23Better to call this msfilter testZolnai Tamás
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn
2015-08-21tdf#39440 reduce scope of local variablesMichael Weghorn
2015-08-21sal_uLong to sal_uInt16 as return type of BitmapColor::GetColorErrorMatteo Casalin
2015-08-21loplugin:defaultparamsNoel Grandin
2015-08-19Avoid css::uno::Sequence<sal_uInt8> (which is not a proper UNO type)Stephan Bergmann
2015-08-19Consolidate isFileUrl checksStephan Bergmann
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann
2015-08-19Replace utl::LocalFileHelper::IsLocalFile -> ...::IsFileUrlStephan Bergmann
2015-08-18Some oslCondition -> osl::ConditionStephan Bergmann
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-14remove default value from DffPropSet::GetPropertyValueNoel Grandin
2015-08-11tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-11gbuild/config stop using VERBOSE, use only verbose=tNorbert Thiebaud
2015-08-05remove unused SfxFilterFlags valuesNoel Grandin
2015-08-04filter,desktop,dbaccess: inline some use-once typedefsNoel Grandin
2015-08-03coverity#1157790 Division or modulo by float zeroCaolán McNamara
2015-08-03new loplugin: refcountingNoel Grandin
2015-07-31filter: valgrind uninitialized warning in filter_met_testMichael Stahl
2015-07-31filter: valgrind uninitialized nDataLen warning in filter_tiff_testMichael Stahl
2015-07-31fix crash in writer, thanks to my new assert in typed_flags_setNoel Grandin
2015-07-29Remove the unnecessary type definition: HPBYTEDaniel Robertson
2015-07-28remove unused ALLCHART constantsNoel Grandin
2015-07-27inline a bunch of use-once macrosNoel Grandin
2015-07-24filter: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-07-24filter: convert boost::ptr_vector to std::vectorMichael Stahl
2015-07-24filter: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl