summaryrefslogtreecommitdiff
path: root/include/tools/stream.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-09-11Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann1-1/+1
2018-07-26loplugin:returnconstant in tools,comphelper,unotoolsNoel Grandin1-1/+1
2018-01-12new[] vs. delete mismatchStephan Bergmann1-1/+1
2018-01-11loplugin:useuniqueptr in tools,stoc,unotoolsNoel Grandin1-2/+5
2017-12-23loplugin:passstuffbyref improved returnsNoel Grandin1-1/+1
2017-11-22drop duplicate methodCaolán McNamara1-1/+0
2017-11-09loplugin:unnecessaryvirtualNoel Grandin1-2/+2
2017-11-06tdf#108748 generate PDF preview on SwapInJan-Marek Glogowski1-0/+1
2017-10-25loplugin:constmethod in tools,sax,UnoControlsNoel Grandin1-2/+2
2017-09-28Remove dead code behind Calc "Live Data Streams" dialog's "scriptdata" buttonStephan Bergmann1-28/+0
2017-09-11long->sal_Int32 in various Get/SetVersionNoel Grandin1-3/+3
2017-08-25loplugin:unusedmethodsNoel Grandin1-3/+0
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-07-11ofz#2538: avoid oomCaolán McNamara1-0/+2
2017-06-25make some tools macros into functionsNoel Grandin1-0/+13
2017-06-21convert ErrCode to strong typedefNoel Grandin1-5/+4
2017-06-16loplugin:unusedfields in tools..vbahelperNoel Grandin1-0/+2
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-1/+1
2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-1/+1
2017-04-07ditch ReadRawUniStringCaolán McNamara1-4/+16
2017-03-13fix remainingSize for writable modified MemoryStreamCaolán McNamara1-1/+1
2017-03-13merge these similar buffer flushes togetherCaolán McNamara1-0/+1
2017-01-09Related: coverity#1371305 unnecessary inheritenceCaolán McNamara1-12/+0
2016-12-20tools: Kill empty enum LockTypeTakeshi Abe1-2/+0
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-1/+1
2016-10-08TOOLS: Remove SvStream::ImpInit()Arnaud Versini1-3/+0
2016-09-19loplugin:unusedenumvaluesNoel Grandin1-1/+0
2016-09-15tools: SvFileStream::LockRange/UnlockRange take 64 bit positionsMichael Stahl1-2/+2
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-41/+41
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-4/+4
2016-09-01loplugin:countusersofdefaultparamsNoel Grandin1-2/+1
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-7/+6
2016-08-08loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2016-07-25new loplugin overrideparamNoel Grandin1-1/+15
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-3/+3
2016-05-26loplugin:unusedmethodsNoel Grandin1-15/+0
2016-05-19loplugin:unusedmethods in toolsNoel Grandin1-24/+0
2016-03-17loplugin:constantparam in toolsNoel Grandin1-1/+2
2016-03-04loplugin:unuseddefaultparam in toolsNoel Grandin1-1/+1
2016-03-01loplugin:unuseddefaultparam in toolsNoel Grandin1-1/+1
2016-02-08loplugin:unusedmethodsNoel Grandin1-7/+0
2016-01-15loplugin:unusedmethods unused return value in include/toolsNoel Grandin1-5/+4
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann1-0/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-4/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-27sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin1-1/+1
2015-10-27loplugin:unusedmethodsNoel Grandin1-4/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-19/+19
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6