summaryrefslogtreecommitdiff
path: root/basic/source/classes/image.cxx
AgeCommit message (Expand)Author
2022-06-01Use more appropriate type for SbiImage::GetString nId paramStephan Bergmann
2022-05-31Use more appropriate type for SbiImage::nStringIdxStephan Bergmann
2021-08-10No need in this functionMike Kaganski
2021-08-10Use nStringSize instead of nStringOffMike Kaganski
2021-08-10tdf#143707 - Change strategy to support suffix type charactersAndreas Heinisch
2021-08-06Move variable definition to usage siteMike Kaganski
2021-05-10fix some leaks in basicNoel Grandin
2021-04-27use more string_view in tools/streamNoel Grandin
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-24Use std::vector in SbiBufferMike Kaganski
2020-11-22BASIC : use initialization list in constructors.Arnaud Versini
2020-10-01loplugin:reducevarscope in basctl,basicNoel
2020-08-17tdf#135799: properly load arrays in user-defined types from imageMike Kaganski
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: basicStephan Bergmann
2020-06-26Upcoming improved loplugin:elidestringvar: basicStephan Bergmann
2020-06-24Remove no-longer-relevant commentsStephan Bergmann
2020-06-20BASIC : don't initialize and destroy manually std::unique_ptrArnaud Versini
2020-04-19loplugin:flatten in basicNoel Grandin
2020-02-08move some headers inside basicNoel Grandin
2020-01-01tdf#57113: store UTF-16 stringpool data after legacy 1-byte dataMike Kaganski
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski
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