summaryrefslogtreecommitdiff
path: root/filter/source
AgeCommit message (Expand)AuthorFilesLines
2015-08-19Avoid css::uno::Sequence<sal_uInt8> (which is not a proper UNO type)Stephan Bergmann1-3/+3
2015-08-19Consolidate isFileUrl checksStephan Bergmann5-17/+8
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann2-6/+6
2015-08-19Replace utl::LocalFileHelper::IsLocalFile -> ...::IsFileUrlStephan Bergmann1-1/+1
2015-08-18Some oslCondition -> osl::ConditionStephan Bergmann1-21/+12
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud21-188/+188
2015-08-14loplugin: defaultparamsNoel Grandin6-11/+11
2015-08-14remove default value from DffPropSet::GetPropertyValueNoel Grandin3-76/+76
2015-08-11tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe32-69/+62
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 McNamara1-0/+2
2015-07-20bail if offsets are past eofCaolán McNamara1-10/+19
2015-07-20fail on short readCaolán McNamara1-2/+4
2015-07-20translate from germanDavid Tardon1-1/+1
2015-07-20don't hang on a bad ReadCodeAndDecodeCaolán McNamara1-1/+4
2015-07-20ensure loop ends eventuallyCaolán McNamara1-17/+22
2015-07-20final check np boundsCaolán McNamara1-0/+2
2015-07-20test that nNumStripByteCounts value is within bounds of fileCaolán McNamara1-2/+5
2015-07-20check np bounds yet againCaolán McNamara1-0/+2
2015-07-20reduce scope, etc, don't loop endlesslyCaolán McNamara1-7/+2
2015-07-20tdf92789 fix reading of some PICT imagesosnola1-36/+24
2015-07-19check np bounds againCaolán McNamara1-0/+2
2015-07-19check np boundsCaolán McNamara1-0/+2
2015-07-19in reality we are limited to max sal_Int32 hereCaolán McNamara1-27/+27
2015-07-19Fix typosAndrea Gelmini2-3/+3
2015-07-17don't loop forever if pcx has short readCaolán McNamara1-2/+2
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin1-5/+5
2015-07-17detect another loop in tif formatCaolán McNamara1-1/+10
2015-07-17test that nNumStripOffsets value is within bounds of fileCaolán McNamara1-2/+5
2015-07-17detect loop in tif formatCaolán McNamara1-1/+11
2015-07-17loplugin:unusedmethods filterNoel Grandin14-110/+8
2015-07-16Resolves: tdf#92772 missing shape bg colorCaolán McNamara1-6/+4