summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgdir.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-06-14cid#1504592 Big parameter passed by valueCaolán McNamara1-2/+1
2022-06-10new loplugin:moveitNoel Grandin1-3/+3
2022-05-30clang-tidy modernize-pass-by-value in sotNoel Grandin1-1/+2
2022-05-12tdf#121740 avoid some temporary OUString constructionNoel Grandin1-1/+2
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin1-2/+2
2021-05-07convert sal_uLong in sotNoel Grandin1-6/+6
2020-04-15loplugin:buriedassign in sfx2..sotNoel Grandin1-1/+2
2020-01-02tdf#96505 Get rid of cargo cult long integer literalsYusuf Keten1-1/+1
2019-05-28tdf#42949 Fix IWYU warnings in sot/Gabor Kelemen1-3/+0
2019-02-05loplugin:flatten in sotNoel Grandin1-83/+82
2018-11-07loplugin:collapseif in sdext..svxNoel Grandin1-3/+2
2018-11-04coverity#1440843 help coverity out wrt Wrapper object use after freeCaolán McNamara1-4/+3
2018-11-02loplugin:useuniqueptr in sotNoel Grandin1-22/+15
2018-10-15add SvStream::TellEndNoel Grandin1-3/+1
2018-08-17Avoid further downstream overflowStephan Bergmann1-2/+2
2018-07-26loplugin:returnconstant in sal,l10ntools,sotNoel Grandin1-10/+2
2018-02-07ofz: Pos2Page returns true on same value that returned false previouslyCaolán McNamara1-1/+2
2018-01-12More loplugin:cstylecast: sotStephan Bergmann1-6/+6
2018-01-09loplugin:convertlong in ucb,sotNoel Grandin1-2/+2
2017-11-29loplugin:unusedmethodsNoel Grandin1-21/+0
2017-10-26loplugin:constmethod in basegfx,sotNoel Grandin1-1/+1
2017-10-23loplugin:includeform: sotStephan Bergmann1-1/+1
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-8/+8
2017-07-13Translate German comments/debug strings (leftovers in the sot dir)Johnny_M1-2/+2
2017-07-03loplugin:unusedfields in slideshow..svtoolsNoel Grandin1-4/+0
2017-07-03tdf#39468 Translate German comments/termsJens Carl1-1/+1
2017-06-21loplugin:unusedfields store..svlNoel Grandin1-5/+0
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin1-3/+3
2017-03-14check full chain upwardsCaolán McNamara1-12/+6
2016-08-01loplugin:countusersofdefaultparams in shell..starmathNoel Grandin1-1/+1
2016-06-08remove "trying to resize readonly stream" warningNoel Grandin1-3/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-5/+5
2016-03-17loplugin:constantparam in sotNoel Grandin1-4/+4
2016-03-01loplugin:unuseddefaultparam in sotNoel Grandin1-2/+2
2016-02-23new loplugin: commaoperatorNoel Grandin1-3/+11
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-21/+21
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-13sot: prefix remaining StgStrm membersMiklos Vajna1-22/+22
2015-10-10tdf#94879 add 'm' suffixes to member variablesmelikeyurtoglu1-3/+3
2015-10-09sot: prefix members of StgDirStrmMiklos Vajna1-20/+20
2015-10-09sot: prefix members of StgIoMiklos Vajna1-5/+5
2015-10-09sot: prefix members of StgAvlNodeMiklos Vajna1-25/+25
2015-10-09sot: prefix members of StgDirEntryMiklos Vajna1-211/+211
2015-08-05loplugin:unusedmethodsNoel Grandin1-23/+0
2015-07-30loplugin:unusedmethodsNoel Grandin1-82/+0
2015-07-22limit storage entry max size to size of underlying streamCaolán McNamara1-3/+8
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-01-20Some more loplugin:cstylecast: sotStephan Bergmann1-9/+9