summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgdir.cxx
AgeCommit message (Expand)Author
2020-04-15loplugin:buriedassign in sfx2..sotNoel Grandin
2020-01-02tdf#96505 Get rid of cargo cult long integer literalsYusuf Keten
2019-05-28tdf#42949 Fix IWYU warnings in sot/Gabor Kelemen
2019-02-05loplugin:flatten in sotNoel Grandin
2018-11-07loplugin:collapseif in sdext..svxNoel Grandin
2018-11-04coverity#1440843 help coverity out wrt Wrapper object use after freeCaolán McNamara
2018-11-02loplugin:useuniqueptr in sotNoel Grandin
2018-10-15add SvStream::TellEndNoel Grandin
2018-08-17Avoid further downstream overflowStephan Bergmann
2018-07-26loplugin:returnconstant in sal,l10ntools,sotNoel Grandin
2018-02-07ofz: Pos2Page returns true on same value that returned false previouslyCaolán McNamara
2018-01-12More loplugin:cstylecast: sotStephan Bergmann
2018-01-09loplugin:convertlong in ucb,sotNoel Grandin
2017-11-29loplugin:unusedmethodsNoel Grandin
2017-10-26loplugin:constmethod in basegfx,sotNoel Grandin
2017-10-23loplugin:includeform: sotStephan Bergmann
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-07-13Translate German comments/debug strings (leftovers in the sot dir)Johnny_M
2017-07-03loplugin:unusedfields in slideshow..svtoolsNoel Grandin
2017-07-03tdf#39468 Translate German comments/termsJens Carl
2017-06-21loplugin:unusedfields store..svlNoel Grandin
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin
2017-03-14check full chain upwardsCaolán McNamara
2016-08-01loplugin:countusersofdefaultparams in shell..starmathNoel Grandin
2016-06-08remove "trying to resize readonly stream" warningNoel Grandin
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-03-17loplugin:constantparam in sotNoel Grandin
2016-03-01loplugin:unuseddefaultparam in sotNoel Grandin
2016-02-23new loplugin: commaoperatorNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan 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 StgDirStrmMiklos Vajna
2015-10-09sot: prefix members of StgIoMiklos Vajna
2015-10-09sot: prefix members of StgAvlNodeMiklos Vajna
2015-10-09sot: prefix members of StgDirEntryMiklos Vajna
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-07-22limit storage entry max size to size of underlying streamCaolán McNamara
2015-06-28Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-01-20Some more loplugin:cstylecast: sotStephan Bergmann
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-09-29loplugin: cstylecastNoel Grandin
2014-07-12Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-28Avoid undefined signed integer overflowStephan Bergmann