summaryrefslogtreecommitdiff
path: root/tools/source/stream
AgeCommit message (Expand)AuthorFilesLines
2017-12-05remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin3-10/+10
2016-10-15clang-cl loplugin: toolsStephan Bergmann1-13/+13
2016-10-08TOOLS: Remove SvStream::ImpInit()Arnaud Versini1-32/+28
2016-09-15tools: SvFileStream::LockRange/UnlockRange take 64 bit positionsMichael Stahl2-11/+11
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl3-91/+91
2016-07-13loplugin:constparams in toolsNoel Grandin1-1/+1
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin1-1/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-32/+32
2016-05-19loplugin:unusedmethods in toolsNoel Grandin1-54/+0
2016-05-13clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin1-3/+3
2016-03-17loplugin:constantparam in toolsNoel Grandin1-2/+2
2016-03-04loplugin:unuseddefaultparam in toolsNoel Grandin1-2/+3
2016-03-02tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Sedat Ak1-15/+4
2016-03-01loplugin:unuseddefaultparam in toolsNoel Grandin1-2/+2
2016-02-23new loplugin: commaoperatorNoel Grandin1-1/+4
2016-02-17use consistent #define checks for the Windows platformNoel Grandin2-2/+2
2016-01-15loplugin:unusedmethods unused return value in include/toolsNoel Grandin3-19/+7
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-14tdf#96206: Avoid scaling objects while copying to clipboardMike Kaganski1-1/+0
2015-11-28-Werror,-Wunused-variableStephan Bergmann1-1/+1
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-3/+5
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann1-0/+13
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-3/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-21/+21
2015-10-27sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin1-1/+1
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-08-31sot: don't leak uninitialized memory into temp fileMichael Stahl1-2/+6
2015-07-31tools: prefix members of SvStreamMichael Stahl3-295/+295
2015-07-17in remainingSize consider that its is possible to seek past the endCaolán McNamara1-1/+1
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-0/+2
2015-07-02loplugin:unusedmethods toolsNoel Grandin1-14/+0
2015-06-29remove custom RTTI from SvDataCopyStreamNoel Grandin1-2/+0
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin3-6/+3
2015-06-03-fsanitize=nonnull-attribute in memcpy callStephan Bergmann1-1/+1
2015-06-02-fsanitize=nonnull-attribute in memcpy callStephan Bergmann1-1/+4
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-4/+4
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann2-0/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-8/+8
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-18/+15
2015-02-12tdf#89319 SvFileStream: remove redundant osl_getFilePos() callsLászló Németh1-0/+2
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara1-2/+0
2015-01-20Some more loplugin:cstylecast: toolsStephan Bergmann1-13/+13
2015-01-07fdo#84938: convert COMPRESSMODE_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-07fix windows buildNoel Grandin1-8/+8
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin4-23/+23
2015-01-05valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara1-2/+2
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin1-10/+10
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1