summaryrefslogtreecommitdiff
path: root/include/tools/stream.hxx
AgeCommit message (Expand)Author
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
2017-09-28Remove dead code behind Calc "Live Data Streams" dialog's "scriptdata" buttonStephan Bergmann
2017-09-11long->sal_Int32 in various Get/SetVersionNoel Grandin
2017-08-25loplugin:unusedmethodsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-07-11ofz#2538: avoid oomCaolán McNamara
2017-06-25make some tools macros into functionsNoel Grandin
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-16loplugin:unusedfields in tools..vbahelperNoel Grandin
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin
2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-07ditch ReadRawUniStringCaolán McNamara
2017-03-13fix remainingSize for writable modified MemoryStreamCaolán McNamara
2017-03-13merge these similar buffer flushes togetherCaolán McNamara
2017-01-09Related: coverity#1371305 unnecessary inheritenceCaolán McNamara
2016-12-20tools: Kill empty enum LockTypeTakeshi Abe