summaryrefslogtreecommitdiff
path: root/basic/source/classes/image.cxx
AgeCommit message (Expand)Author
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-09-17Remove redundant clearsMike Kaganski
2019-05-27-fsanitize=nullabilityStephan Bergmann
2019-02-08loplugin:indentation in basctl..bridgesNoel Grandin
2018-10-23clang-tidy performance-unnecessary-copy-initialization inNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-05-02loplugin:useuniqueptr in SbiImageNoel Grandin
2018-04-29loplugin:useuniqueptr pStringOff in SbiImageNoel Grandin
2018-01-12More loplugin:cstylecast: basicStephan Bergmann
2017-11-22replace check of eof and GetError with goodCaolán McNamara
2017-11-22drop duplicate methodCaolán McNamara
2017-11-13Fix typosAndrea Gelmini
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski
2017-09-20Bin some noise comments and ASCII graphicsTor Lillqvist
2017-07-20loplugin:constparams in basicNoel Grandin
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin
2017-04-28loplugin:salunicodeliteral: basicStephan Bergmann
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-08-24tdf#96505 get rid of "long" integer literals 'L'Asela Dasanayaka
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-23Convert SbxClassType to scoped enumNoel Grandin
2016-02-26tdf#84938 Eliminate B_xxx defines in filefmt.hxx for FileOffset scoped enum.baltasarq
2016-01-07Some cleanup for sal_uIntPtr usageJohannes Hauf
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-09-01coverity#1242865 Untrusted loop boundCaolán McNamara
2015-08-31New identifier for save/open macro with user defined typesLaurent Godard
2015-08-23coverity#1242865 Untrusted loop boundCaolán McNamara
2015-08-18null pointer guard if no user defined types declared at the module levelLaurent Godard
2015-08-18correct wrong commentsLaurent Godard
2015-08-18tdf#75973 : User Defined Types in password encrypted macrosLaurent Godard
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-03-02convert SBI_ constants to enum classNoel Grandin
2015-01-20Some more loplugin:cstylecast: basicStephan Bergmann
2015-01-16remove unnecessary parenthesesNoel Grandin
2014-11-14coverity#1242865 Untrusted value as argumentCaolán McNamara
2014-11-05coverity#1242865 Untrusted loop boundCaolán McNamara
2014-10-02loplugin: cstylecastNoel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin
2014-07-16Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-03-13basic: prefer passing OUString and OString by referenceNoel Grandin
2014-02-25basic: remove use of sal_uIntptr in favor of more appropriate typeNorbert Thiebaud
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist