summaryrefslogtreecommitdiff
path: root/include/tools/stream.hxx
AgeCommit message (Expand)Author
2023-02-27Fix typoAndrea Gelmini
2023-02-27inline StreamData into SvFileStreamNoel Grandin
2022-10-24tdf#133768 speed up temp file creationNoel Grandin
2022-10-22Fix StartWritingUnicodeTextMike Kaganski
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-07-12use a read-only stream when reading graphic dataLuboš Luňák
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin
2022-02-24cid#1500555 try -taint_source function annotation tag on function bodyCaolán McNamara
2022-02-23cid#1500555 try -taint_source function annotation tagCaolán McNamara
2022-01-10use less SvStream::Flush()Noel Grandin
2021-12-01improve the script for reducing symbol exportsNoel Grandin
2021-11-30remove unnecessary virtual inheritanceLuboš Luňák
2021-08-11Deduplicate number read/writeMike Kaganski
2021-06-23tdf#135316 add SvFileStream::SetDontFlushOnCloseNoel Grandin
2021-06-19SvMemoryStream::GetSize can be more efficientNoel Grandin
2021-04-27use more string_view in tools/streamNoel Grandin
2021-01-20ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara
2020-12-18throw exception in SvStream when reading past end of fileNoel
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-03-15Revert "loplugin:constfields in tools"Noel Grandin
2020-02-19use FILE_ATTRIBUTE_TEMPORARY on Windows for temp filesNoel Grandin
2019-12-12SvFileStream::Lock/UnlockRange are only called from within SvFileStream itselfStephan Bergmann
2019-11-03find symbols that can be privateNoel Grandin
2019-10-30loplugin:finalclasses toolsNoel Grandin
2019-10-12All occurrences of WriteOStringBuffer(b) can easily be replaced...Stephan Bergmann
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin
2019-07-20Fix typosAndrea Gelmini
2018-12-08Clean up LIBO_INTERNAL_ONLY uses of SAL_WARN_UNUSED_RESULTStephan Bergmann
2018-12-05remove unused SvLockBytesStatFlag enumNoel Grandin
2018-11-19loplugin:constantparamNoel Grandin
2018-11-09SvStream::m_isConsistent is always trueNoel Grandin
2018-11-07tdf#120657 Pie chart saved as DOC doesn't preview in MSONoel Grandin
2018-10-22pvs-studio: V668 no sense testing against null as memory was allocated by newCaolán McNamara
2018-10-17Resolves: tdf#120003 missing prefix to link url in .doc importCaolán McNamara
2018-10-17tdf#42949 Fix IWYU warnings in include/tools/*Gabor Kelemen
2018-10-17workaround weird linking error on tb71Noel Grandin
2018-10-15add SvStream::TellEndNoel Grandin
2018-10-04drop SvMemoryStream::GetBufferNoel Grandin
2018-09-27loplugin:constfields in toolsNoel Grandin
2018-09-11Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann
2018-07-26loplugin:returnconstant in tools,comphelper,unotoolsNoel Grandin
2018-01-12new[] vs. delete mismatchStephan Bergmann
2018-01-11loplugin:useuniqueptr in tools,stoc,unotoolsNoel Grandin
2017-12-23loplugin:passstuffbyref improved returnsNoel Grandin
2017-11-22drop duplicate methodCaolán McNamara
2017-11-09loplugin:unnecessaryvirtualNoel Grandin
2017-11-06tdf#108748 generate PDF preview on SwapInJan-Marek Glogowski
2017-10-25loplugin:constmethod in tools,sax,UnoControlsNoel Grandin