summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter
AgeCommit message (Expand)Author
2017-05-18loplugin:unusedmethodsNoel Grandin
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-09this string might not be valid asciiCaolán McNamara
2017-05-08remove unused doubleJochen Nitschke
2017-05-03loplugin:checkunusedparams in filterNoel Grandin
2017-04-29tdf#39468: Translate some German comments and termsJens Carl
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-19clang-tidy readability-simplify-boolean-expr in dbaccess..frameworkNoel Grandin
2017-04-10loplugin:sallogareasNoel Grandin
2017-04-09ofz#1078 cgm infinite recurseCaolán McNamara
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin
2017-04-05ofz#829 ensure palette can fulfil largest index usedCaolán McNamara
2017-04-03tdf#39468 Translate German commentsJens Carl
2017-04-03coverity#1403736 Unintentional integer overflowCaolán McNamara
2017-04-02ofz: more check bounds on readCaolán McNamara
2017-04-02signed/unsigned comparison warningsCaolán McNamara
2017-04-02ofz: drop hard-coded limitCaolán McNamara
2017-04-02convert to std::vectorCaolán McNamara
2017-04-02drop the weird castingCaolán McNamara
2017-04-02signed/unsigned comparison warningsCaolán McNamara
2017-04-02ofz: more check bounds on readCaolán McNamara
2017-04-02ofz: check bounds on readCaolán McNamara
2017-04-02ofz: use safer ctorCaolán McNamara
2017-04-01cgm mode is now unusedCaolán McNamara
2017-04-01CGM_EXPORT_IMPRESS is always usedCaolán McNamara
2017-04-01CGM_IMPORT_CGM is always usedCaolán McNamara
2017-04-01rework ImportCGM to take a SvStreamCaolán McNamara
2017-04-01ofz: make scanline copy fasterCaolán McNamara
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-30ofz#967 optimize tiff import if line is the same as previous lineCaolán McNamara
2017-03-30tdf#39468 Translate German commentsJens Carl
2017-03-27ofz#668: more complete fixCaolán McNamara
2017-03-27Resolves: ofz#668 check for massive row lengths before trying to allocate themCaolán McNamara
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-13ofz#837 divide by zero in metCaolán McNamara
2017-03-13this is a swapCaolán McNamara
2017-03-13improve scopingCaolán McNamara
2017-03-12ofz: pct oom, avoid allocation bitmap until after size checks are doneCaolán McNamara
2017-03-09Resolves: ofz#488 check remaining size while parsingCaolán McNamara
2017-03-07loplugin:loopvartoosmallStephan Bergmann
2017-03-07improve scoping and zero some thingsCaolán McNamara
2017-03-06reserve the known amount we'll appendCaolán McNamara
2017-03-06ofz: avoid out of memoryCaolán McNamara
2017-03-06input data can be any kind of muck at this pointCaolán McNamara
2017-03-03ofz: timeout in infinite loopCaolán McNamara
2017-03-03Fix typosAndrea Gelmini