summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)Author
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
2015-07-24filter: that cast is sillyMichael Stahl
2015-07-24filter: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-07-24filter: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-07-24filter: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl
2015-07-22remove some unused constantsNoel Grandin
2015-07-21Miscellaneous typosAdolfo Jayme Barrientos
2015-07-21reject invalid tiff dimensionsCaolán McNamara
2015-07-20bail if offsets are past eofCaolán McNamara
2015-07-20fail on short readCaolán McNamara
2015-07-20translate from germanDavid Tardon
2015-07-20don't hang on a bad ReadCodeAndDecodeCaolán McNamara
2015-07-20ensure loop ends eventuallyCaolán McNamara
2015-07-20final check np boundsCaolán McNamara
2015-07-20test that nNumStripByteCounts value is within bounds of fileCaolán McNamara
2015-07-20check np bounds yet againCaolán McNamara
2015-07-20reduce scope, etc, don't loop endlesslyCaolán McNamara
2015-07-20add a test imageDavid Tardon
2015-07-20tdf92789 fix reading of some PICT imagesosnola
2015-07-19check np bounds againCaolán McNamara
2015-07-19check np boundsCaolán McNamara
2015-07-19in reality we are limited to max sal_Int32 hereCaolán McNamara
2015-07-19Fix typosAndrea Gelmini
2015-07-17in remainingSize consider that its is possible to seek past the endCaolán McNamara
2015-07-17don't loop forever if pcx has short readCaolán McNamara
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin
2015-07-17rename test caseCaolán McNamara
2015-07-17detect another loop in tif formatCaolán McNamara
2015-07-17test that nNumStripOffsets value is within bounds of fileCaolán McNamara
2015-07-17detect loop in tif formatCaolán McNamara
2015-07-17loplugin:unusedmethods filterNoel Grandin
2015-07-16Resolves: tdf#92772 missing shape bg colorCaolán McNamara
2015-07-16min size of eps for a preview is 32Caolán McNamara
2015-07-16exception on div by 0Caolán McNamara
2015-07-15don't hang if at end of streamCaolán McNamara