summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2015-08-11tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe33-71/+64
2015-08-11gbuild/config stop using VERBOSE, use only verbose=tNorbert Thiebaud1-1/+1
2015-08-05remove unused SfxFilterFlags valuesNoel Grandin83-109/+81
2015-08-04filter,desktop,dbaccess: inline some use-once typedefsNoel Grandin7-32/+17
2015-08-03coverity#1157790 Division or modulo by float zeroCaolán McNamara1-2/+7
2015-08-03new loplugin: refcountingNoel Grandin1-1/+1
2015-07-31filter: valgrind uninitialized warning in filter_met_testMichael Stahl1-2/+2
2015-07-31filter: valgrind uninitialized nDataLen warning in filter_tiff_testMichael Stahl1-0/+4
2015-07-31fix crash in writer, thanks to my new assert in typed_flags_setNoel Grandin4-88/+61
2015-07-29Remove the unnecessary type definition: HPBYTEDaniel Robertson2-2/+2
2015-07-28remove unused ALLCHART constantsNoel Grandin1-7/+0
2015-07-27inline a bunch of use-once macrosNoel Grandin2-18/+14
2015-07-24filter: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-14/+11
2015-07-24filter: convert boost::ptr_vector to std::vectorMichael Stahl1-6/+18
2015-07-24filter: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-2/+2
2015-07-24filter: that cast is sillyMichael Stahl1-1/+1
2015-07-24filter: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-33/+33
2015-07-24filter: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-10/+11
2015-07-24filter: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl1-14/+15
2015-07-22remove some unused constantsNoel Grandin1-1/+0
2015-07-21Miscellaneous typosAdolfo Jayme Barrientos1-3/+3
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-20translate from germanDavid Tardon1-1/+1
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-20final check np boundsCaolán McNamara2-0/+2
2015-07-20test that nNumStripByteCounts value is within bounds of fileCaolán McNamara2-2/+5
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-20add a test imageDavid Tardon1-0/+0
2015-07-20tdf92789 fix reading of some PICT imagesosnola1-36/+24
2015-07-19check np bounds againCaolán McNamara2-0/+2
2015-07-19check np boundsCaolán McNamara2-0/+2
2015-07-19in reality we are limited to max sal_Int32 hereCaolán McNamara2-27/+27
2015-07-19Fix typosAndrea Gelmini2-3/+3
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-17formatting of public/private/protected section qualifiersNoel Grandin1-5/+5
2015-07-17rename test caseCaolán McNamara1-0/+0
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-17loplugin:unusedmethods filterNoel Grandin14-110/+8
2015-07-16Resolves: tdf#92772 missing shape bg colorCaolán McNamara1-6/+4
2015-07-16min size of eps for a preview is 32Caolán McNamara2-7/+9
2015-07-16exception on div by 0Caolán McNamara2-0/+5
2015-07-15don't hang if at end of streamCaolán McNamara3-2/+25010
2015-07-15WaE: C2220Caolán McNamara2-2/+4