summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)Author
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
2015-07-15WaE: C2220Caolán McNamara
2015-07-15bump size typeCaolán McNamara
2015-07-15tools polygons limited to 16bit indexesCaolán McNamara
2015-07-15don't hang with 0 len causing no progressionCaolán McNamara
2015-07-15avoid hang in short pbmCaolán McNamara
2015-07-15check stream state more often for failuresCaolán McNamara
2015-07-15file format documentation states these are signedCaolán McNamara
2015-07-14filter: filter_utils test needs tools libraryMichael Stahl
2015-07-14Missing boost_headersStephan Bergmann
2015-07-14tdf#92471: Improve color conversion to MSO highlightingZolnai Tamás
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-13editeng: make Link<> usage typedNoel Grandin
2015-07-10vcl: remove boost/signal2/signal.hpp from headerMichael Stahl