summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgstrms.cxx
AgeCommit message (Expand)Author
2019-05-28tdf#42949 Fix IWYU warnings in sot/Gabor Kelemen
2018-11-02loplugin:useuniqueptr in sotNoel Grandin
2018-10-15clang-tidy misc-redundant-expressionNoel Grandin
2018-10-15add SvStream::TellEndNoel Grandin
2018-04-21cppcheck: identicalInnerConditionJochen Nitschke
2018-02-07ofz: Pos2Page returns true on same value that returned false previouslyCaolán McNamara
2018-02-06pOptionalCalcSize is never nullCaolán McNamara
2018-01-29ofz#2976 TimeoutCaolán McNamara
2018-01-28ofz#5747 short->sal_Int32 like in StgDataStrmCaolán McNamara
2018-01-12More loplugin:cstylecast: sotStephan Bergmann
2017-11-29ofz#4476 Integer-overflowCaolán McNamara
2017-10-23loplugin:includeform: sotStephan Bergmann
2017-10-20ofz+ubsan: runtime error: left shift cannot be represented in typeCaolán McNamara
2017-09-26AddressSanitizer: undefined-behaviorCaolán McNamara
2017-09-26check sot multiplyCaolán McNamara
2017-09-22ofz#2976 timeout in olefuzzerCaolán McNamara
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-07-17loplugin:constparams in i18nutil,sotNoel Grandin
2017-07-13Translate German comments/debug strings (leftovers in the sot dir)Johnny_M
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin
2017-01-22cppcheck: useInitializationListJochen Nitschke
2017-01-19new loplugin: useuniqueptr: sot..toolsNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-03-17loplugin:constantparam in sotNoel Grandin
2016-02-23new loplugin: commaoperatorNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-27sal_uLong to sal_uInt64/sal_SizeMatteo Casalin
2015-10-27Fix StgTmpStrm::GetSizeStephan Bergmann
2015-10-13sot: prefix remaining StgStrm membersMiklos Vajna
2015-10-10tdf#94879 add 'm' suffixes to member variablesmelikeyurtoglu
2015-10-09sot: prefix members of StgDataStrmMiklos Vajna
2015-10-09sot: prefix members of StgSmallStrmMiklos Vajna
2015-10-09sot: prefix members of StgTmpStrmMiklos Vajna
2015-10-09sot: prefix members of StgIoMiklos Vajna
2015-10-09sot: prefix members of StgFATMiklos Vajna
2015-10-09sot: prefix members of StgDirEntryMiklos Vajna
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-08-31sot: don't leak uninitialized memory into temp fileMichael Stahl
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-06loplugin:unusedmethods sotNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-19loplugin:constantfunction: sotNoel Grandin
2014-12-30fdo#84229 - don't set error when seeking beyond end of valid data.Michael Meeks