summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/ipict
AgeCommit message (Expand)Author
2020-10-22long->tools::Long in emfio..filterNoel
2020-04-16fixes for code creating reversed RectanglesNoel Grandin
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin
2020-03-03cid#1458434 Untrusted loop boundCaolán McNamara
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin
2020-01-15tdf#114441 Changing sal_uLong to appropriate integer type in filters moduleshashikdm
2019-12-19sal_Char->char in filterNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-10-20cid#1441466 silence Untrusted loop boundCaolán McNamara
2019-09-01Fix typoAndrea Gelmini
2019-02-09loplugin:indentation in filterNoel Grandin
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
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-24remove some unused enums in filterNoel Grandin
2018-11-22improve function-local statics in dbaccess..filterNoel Grandin
2018-11-08coverity#1441102 silence Copy-paste errorCaolán McNamara
2018-11-04tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai
2018-09-17New loplugin:externalStephan Bergmann
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-03-01tdf#116001 Incorrect Colors in Chart Wall AreaNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-13use BitmapEx and RawBitmap in PictReaderNoel Grandin
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin
2018-01-31ofz: speed up bitmap image fuzzingCaolán McNamara
2018-01-12More loplugin:cstylecast: filterStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-08cppcheck: fix some reportsJulien Nabet
2017-11-22replace check of eof and GetError with goodCaolán McNamara
2017-11-22drop duplicate methodCaolán McNamara
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-09-25tighten up the pict filter a tadCaolán McNamara
2017-08-17Fix typosAndrea Gelmini
2017-07-27loplugin:constparams in filterNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-25Fix typosAndrea Gelmini
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-15ofz: truncate polygon on failureCaolán McNamara
2017-03-12ofz: pct oom, avoid allocation bitmap until after size checks are doneCaolán McNamara
2017-03-07improve scoping and zero some thingsCaolán McNamara
2017-03-06reserve the known amount we'll appendCaolán McNamara
2017-02-28ofz: timeout, check availablity of point data before reading itCaolán McNamara
2017-02-28tidy this a titchCaolán McNamara
2017-02-10ofz#579 wrong variable tested for 0Caolán McNamara
2017-02-06Resolves: ofz#547 Floating-point-exceptionCaolán McNamara
2017-02-03new loplugin:unusedenumconstantsNoel Grandin
2017-02-01ofz#506 check len before allocCaolán McNamara