summaryrefslogtreecommitdiff
path: root/tools/source/stream/stream.cxx
AgeCommit message (Expand)Author
2020-10-30tdf#123476 filter: try to detect 0-byte files based on extensionMiklos Vajna
2019-10-21-fsanitize=nullptr-with-nonzero-offsetStephan Bergmann
2019-10-09tools: don't leave SvStream::m_nBufFilePos pointing beyond the endMichael Stahl
2019-08-12Fix typosAndrea Gelmini
2019-04-30tdf#42949 Fix IWYU warnings in tools/Gabor Kelemen
2018-12-05remove unused SvLockBytesStatFlag enumNoel Grandin
2018-12-03tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-19loplugin:constantparamNoel Grandin
2018-11-09SvStream::m_isConsistent is always trueNoel Grandin
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin
2018-11-07tdf#120657 Pie chart saved as DOC doesn't preview in MSONoel Grandin
2018-11-06convert some macros to local functionsNoel Grandin
2018-10-22pvs-studio: V668 no sense testing against null as memory was allocated by newCaolán McNamara
2018-10-17workaround weird linking error on tb71Noel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-04drop SvMemoryStream::GetBufferNoel Grandin
2018-09-12loplugin:simplifyconstruct in toolkit..ucbNoel Grandin
2018-07-26loplugin:returnconstant in tools,comphelper,unotoolsNoel Grandin
2018-07-18Fix typosAndrea Gelmini
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-04-16assert that we own the data before freeing itNoel Grandin
2018-02-16Resolves: tdf#115750 SvStream::WriteStream was brokenCaolán McNamara
2018-01-12More loplugin:cstylecast: toolsStephan Bergmann
2018-01-11loplugin:useuniqueptr in tools,stoc,unotoolsNoel Grandin
2017-12-13tools: remove unused #include from solar.hMichael Stahl
2017-11-06tdf#108748 generate PDF preview on SwapInJan-Marek Glogowski
2017-10-25loplugin:constmethod in tools,sax,UnoControlsNoel Grandin
2017-09-28Remove dead code behind Calc "Live Data Streams" dialog's "scriptdata" buttonStephan Bergmann
2017-09-04Translate German comments/debug strings (leftovers in dirs test to uui)Johnny_M
2017-08-25loplugin:unusedmethodsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-10tdf#39468: Translate some german commentsChristian Barth
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-07-11ofz#2538: avoid oomCaolán McNamara
2017-06-29loplugin:oncevar variousNoel Grandin
2017-06-25make some tools macros into functionsNoel Grandin
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-04-06loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin
2017-04-03tdf#39468 Translate German commentsJens Carl
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann
2017-03-13ofz#853 oom in svmCaolán McNamara
2017-03-13merge these similar buffer flushes togetherCaolán McNamara
2017-03-02readonly SvMemoryStream shouldn't allow resizeCaolán McNamara
2017-03-02ReAllocateMemory mustn't delete data it doesn't ownCaolán McNamara
2017-02-28Avoid -fsanitize=nullStephan Bergmann
2017-02-12"Unicode" is a proper noun and should not be used in pluralTor Lillqvist
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin