summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/ipsd/ipsd.cxx
AgeCommit message (Expand)Author
2018-03-01tdf#116001 Incorrect Colors in Chart Wall AreaNoel Grandin
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-15ofz#6376 Floating-point-exceptionCaolán McNamara
2018-02-14ofz#6334 Out-of-memoryCaolán McNamara
2018-02-14ofz#6326 Null-dereferenceCaolán McNamara
2018-02-14use RawBitmap in PSDReaderNoel Grandin
2018-02-07use scanline when reading pixel dataNoel Grandin
2018-02-06convert SetPixel->SetPixelOnDataNoel 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-10loplugin:useuniqueptr in filterNoel Grandin
2017-05-20Translate German comments and debug strings (leftovers in f... dirs)Johnny_M
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-03ofz: timeout in infinite loopCaolán McNamara
2017-03-02ofz: init varsCaolán McNamara
2017-02-28ofz: detect failure earlierCaolán McNamara
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
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-09-10fix size check related hangCaolán McNamara
2015-07-05ppc64: fix infinite loop with default unsigned charCaolán McNamara
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2014-12-14fdo#39440 reduce scope of local variablesMichael Weghorn
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl
2014-11-10coverity#1202754 Bad bit shift operationCaolán McNamara
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-04-22filter: sal_Bool->boolNoel Grandin
2014-04-09Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-04coverity#738638 Uninitialized scalar fieldCaolán McNamara
2014-04-03vcl: sal_Bool->bool and cleanupNoel Grandin
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-28coverity#705167 Missing break in switchCaolán McNamara
2013-09-04fdo#68210 related: make other filters work again tooBjoern Michaelsen
2013-05-09make conversions between BitmapColor and sal_uInt8 explicitHerbert Dürr