summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/etiff
AgeCommit message (Expand)Author
2020-01-15tdf#114441 Changing sal_uLong to appropriate integer type in filters moduleshashikdm
2019-12-17tdf#42949 Fix IWYU warnings in filter/Gabor Kelemen
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-04-28prefix member variables of AnimationBitmapTomaž Vajngerl
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-11-16loplugin:buriedassign in dbaccess..ooxNoel Grandin
2018-10-23clang-tidy performance-unnecessary-copy-init in editeng..i18npoolNoel Grandin
2018-09-08loplugin:simplifyconstruct in filter..frameworkNoel Grandin
2018-05-12make Bitmap/BitmapEx constructors explicitNoel Grandin
2018-05-07loplugin:useuniqueptr in TIFFWriterNoel Grandin
2018-03-20drop unnecessary includesCaolán McNamara
2018-02-07use scanline when reading pixel dataNoel Grandin
2018-01-12More loplugin:cstylecast: filterStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-07-27loplugin:constparams in filterNoel Grandin
2017-07-13loplugin:oncevar: empty strings: filterStephan Bergmann
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-03-07loplugin:loopvartoosmallStephan Bergmann
2017-01-24loplugin: unnecessary destructor cppcanvas..filterNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-29coverity#1371147 avoid Missing move assignment operatorCaolán McNamara
2016-09-26loplugin:loopvartoosmall, use size_t for loop varsMarkus Mohrhard
2016-09-25improve scopingCaolán McNamara
2016-02-09Formatting changes across all modulesChris Sherlock
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2016-01-18loplugin: unused return valuesNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06merged graphic import/export into a single libraryOliver Specht
2015-10-05cppcheck: noExplicitConstructorCaolán McNamara
2015-10-01com::sun::star->css in filter/Noel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
2015-01-16remove unnecessary parenthesesNoel Grandin
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2014-10-15one of the oddest things I've seenCaolán McNamara
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin
2014-09-26remove unnecessary static_cast'sNoel Grandin
2014-05-30coverity#706004 Unintended sign extensionCaolán McNamara
2014-04-26coverity#738633 Uninitialized pointer fieldCaolán McNamara
2014-04-22filter: sal_Bool->boolNoel Grandin
2014-04-03vcl: sal_Bool->bool and cleanupNoel Grandin
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-09-04fdo#68210 related: make other filters work again tooBjoern Michaelsen
2013-05-09make conversions between BitmapColor and sal_uInt8 explicitHerbert Dürr
2013-05-06Revert "properly prefix graphic filter methods"Peter Foley