summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgstrms.cxx
AgeCommit message (Expand)Author
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
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-15sot: stop leaking temp files from StgTmpStrmMichael Stahl
2014-07-12Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-03-30MSVC helpfully provides warning C4310: cast truncates constant valueMichael Stahl
2014-03-30deploy some asserts to detect truncated STREAM_SEEK_TO_ENDMichael Stahl
2014-03-30sot: fix some bizarre resize code that creates 4G temp files on 32bitMichael Stahl
2014-03-29tools: support 64-bit file positions in SvStreamMichael Stahl
2014-02-25Remove visual noise from sotAlexander Wilms
2014-01-10Add FIXME for odd sal_Int32/bool mismatchStephan Bergmann
2014-01-10StgStrm::Write returns sal_Int32, not boolStephan Bergmann
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-10-29micro optimize this a bitCaolán McNamara
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-16i123485 secured file import scanning existing pagesArmin Le Grand
2013-07-16fdo#63133: Write tools/tempfile.hxx outPalenik Mihály
2013-03-27-Wunused-macrosStephan Bergmann
2013-02-02sal_Bool to boolLuboš Luňák
2012-09-19sot: stgcache re-factor to use sane lifecycle semanticsMichael Meeks
2012-09-19sot: substantially accelerate sorted cache write-outMichael Meeks