summaryrefslogtreecommitdiff
path: root/basic/source/classes/image.cxx
AgeCommit message (Expand)AuthorFilesLines
2025-04-07Revert "tdf#163691 Replace memcpy with std::copy in basmgr.cxx and image.cxx"Ilmari Lauhakangas1-4/+4
2025-03-27tdf#163691 Replace memcpy with std::copy in basmgr.cxx and image.cxxHaokun Wu1-4/+4
2025-03-18tdf#163691 Use std::copy() instead of memcpy().Akshay Kumar Dubey1-1/+2
2024-05-06loplugin:ostr basicNoel Grandin1-2/+2
2023-12-11Clean up SvStream API a bitMike Kaganski1-1/+2
2023-07-24tdf#92620 - Adjust error message about exceeding legacy module sizeAndreas Heinisch1-31/+9
2023-03-28tdf#142391 - Store method using 0x13 format only when actually neededAndreas Heinisch1-6/+6
2022-06-01Use more appropriate type for SbiImage::GetString nId paramStephan Bergmann1-3/+3
2022-05-31Use more appropriate type for SbiImage::nStringIdxStephan Bergmann1-2/+2
2021-08-10No need in this functionMike Kaganski1-14/+9
2021-08-10Use nStringSize instead of nStringOffMike Kaganski1-1/+1
2021-08-10tdf#143707 - Change strategy to support suffix type charactersAndreas Heinisch1-5/+28
2021-08-06Move variable definition to usage siteMike Kaganski1-1/+2
2021-05-10fix some leaks in basicNoel Grandin1-2/+2
2021-04-27use more string_view in tools/streamNoel Grandin1-1/+1
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski1-10/+10
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+2
2020-11-24Use std::vector in SbiBufferMike Kaganski1-28/+19
2020-11-22BASIC : use initialization list in constructors.Arnaud Versini1-11/+11
2020-10-01loplugin:reducevarscope in basctl,basicNoel1-5/+5
2020-08-17tdf#135799: properly load arrays in user-defined types from imageMike Kaganski1-3/+9
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: basicStephan Bergmann1-1/+1
2020-06-26Upcoming improved loplugin:elidestringvar: basicStephan Bergmann1-2/+1
2020-06-24Remove no-longer-relevant commentsStephan Bergmann1-1/+0
2020-06-20BASIC : don't initialize and destroy manually std::unique_ptrArnaud Versini1-4/+0
2020-04-19loplugin:flatten in basicNoel Grandin1-24/+24
2020-02-08move some headers inside basicNoel Grandin1-1/+1
2020-01-01tdf#57113: store UTF-16 stringpool data after legacy 1-byte dataMike Kaganski1-7/+47
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski1-12/+14
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen1-0/+1
2019-09-17Remove redundant clearsMike Kaganski1-2/+0
2019-05-27-fsanitize=nullabilityStephan Bergmann1-1/+3
2019-02-08loplugin:indentation in basctl..bridgesNoel Grandin1-1/+1
2018-10-23clang-tidy performance-unnecessary-copy-initialization inNoel Grandin1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-3/+3
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-02loplugin:useuniqueptr in SbiImageNoel Grandin1-32/+27
2018-04-29loplugin:useuniqueptr pStringOff in SbiImageNoel Grandin1-28/+19
2018-01-12More loplugin:cstylecast: basicStephan Bergmann1-6/+6
2017-11-22replace check of eof and GetError with goodCaolán McNamara1-1/+1
2017-11-22drop duplicate methodCaolán McNamara1-1/+1
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski1-2/+2
2017-09-20Bin some noise comments and ASCII graphicsTor Lillqvist1-25/+0
2017-07-20loplugin:constparams in basicNoel Grandin1-2/+2
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin1-2/+2
2017-04-28loplugin:salunicodeliteral: basicStephan Bergmann1-1/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-4/+4
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-1/+1
2016-08-24tdf#96505 get rid of "long" integer literals 'L'Asela Dasanayaka1-2/+2