summaryrefslogtreecommitdiff
path: root/tools/source/stream
AgeCommit message (Expand)Author
2021-12-27osl::Mutex->std::mutex in lockFileNoel Grandin
2021-12-10Make BOM detection slightly more straightforwardMike Kaganski
2021-11-19rtl::Static->thread-safe static in toolsNoel Grandin
2021-08-11Deduplicate number read/writeMike Kaganski
2021-07-29rtl::Static -> static localNoel Grandin
2021-06-23tdf#135316 add SvFileStream::SetDontFlushOnCloseNoel Grandin
2021-06-21make SvFileStream::FlushData __actually__ flush to diskNoel Grandin
2021-06-19SvMemoryStream::GetSize can be more efficientNoel Grandin
2021-06-19use more TellEnd()Noel Grandin
2021-04-27use more string_view in tools/streamNoel Grandin
2021-04-02vcl: move Fraction reading/writing to GenericTypeSerializerTomaž Vajngerl
2021-03-24cid#1474353 experiment to silence Untrusted loop boundCaolán McNamara
2021-02-05Revert "Fix typo in code"Stephan Bergmann
2021-02-04Fix typo in codeAndrea Gelmini
2021-01-20ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara
2021-01-14cid#1471346 Uncaught exceptionCaolán McNamara
2021-01-05tdf#96505 : Get rid of cargo cult long integer literalsumutbayramoglu
2020-12-18throw exception in SvStream when reading past end of fileNoel
2020-12-17simplify checkSeek()Noel Grandin
2020-12-14remove Seek(nCurr) in SvStream::remainingSize()Noel
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-10-28tdf#123476 filter: try to detect 0-byte files based on extensionMiklos Vajna
2020-10-19add tools::Long typedef and use it in toolsNoel
2020-10-06loplugin:const* make some params and methods constNoel
2020-08-06loplugin:flatten in toolsNoel Grandin
2020-02-19use FILE_ATTRIBUTE_TEMPORARY on Windows for temp filesNoel Grandin
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-17loplugin:redundantcast (size_t vs. std::size_t)Stephan Bergmann
2020-01-08 tdf#96505 Get rid of cargo cult long integer literalsYusuf Keten
2019-12-23sal_Char->char in toolsNoel Grandin
2019-12-12SvFileStream::Lock/UnlockRange are only called from within SvFileStream itselfStephan Bergmann
2019-12-03remove some useless comment linesNoel Grandin
2019-10-21-fsanitize=nullptr-with-nonzero-offsetStephan Bergmann
2019-10-09tools: don't leave SvStream::m_nBufFilePos pointing beyond the endMichael Stahl
2019-09-29Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl
2019-08-12Fix typosAndrea Gelmini
2019-07-18cid#1448224 Unchecked return valueCaolán McNamara
2019-04-30tdf#42949 Fix IWYU warnings in tools/Gabor Kelemen
2019-04-27Decouple reading/writing of Color into GenericTypeSerializerTomaž Vajngerl
2019-01-31loplugin:unnecessaryparen (clang-cl)Stephan Bergmann
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-16loplugin:buriedassign in sd..writerfilterNoel 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-24Simplify containers iterations in test..toolsArkadiy Illarionov