summaryrefslogtreecommitdiffstats
path: root/include/tools/stream.hxx
Commit message (Expand)AuthorAgeFilesLines
* Clean up LIBO_INTERNAL_ONLY uses of SAL_WARN_UNUSED_RESULTStephan Bergmann2018-12-081-1/+1
* remove unused SvLockBytesStatFlag enumNoel Grandin2018-12-051-3/+1
* loplugin:constantparamNoel Grandin2018-11-191-2/+2
* SvStream::m_isConsistent is always trueNoel Grandin2018-11-091-3/+0
* tdf#120657 Pie chart saved as DOC doesn't preview in MSONoel Grandin2018-11-071-3/+3
* pvs-studio: V668 no sense testing against null as memory was allocated by newCaolán McNamara2018-10-221-1/+1
* Resolves: tdf#120003 missing prefix to link url in .doc importCaolán McNamara2018-10-171-8/+0
* tdf#42949 Fix IWYU warnings in include/tools/*Gabor Kelemen2018-10-171-1/+0
* workaround weird linking error on tb71Noel Grandin2018-10-171-1/+1
* add SvStream::TellEndNoel Grandin2018-10-151-0/+1
* drop SvMemoryStream::GetBufferNoel Grandin2018-10-041-2/+2
* loplugin:constfields in toolsNoel Grandin2018-09-271-1/+1
* Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann2018-09-111-1/+1
* loplugin:returnconstant in tools,comphelper,unotoolsNoel Grandin2018-07-261-1/+1
* new[] vs. delete mismatchStephan Bergmann2018-01-121-1/+1
* loplugin:useuniqueptr in tools,stoc,unotoolsNoel Grandin2018-01-111-2/+5
* loplugin:passstuffbyref improved returnsNoel Grandin2017-12-231-1/+1
* drop duplicate methodCaolán McNamara2017-11-221-1/+0
* loplugin:unnecessaryvirtualNoel Grandin2017-11-091-2/+2
* tdf#108748 generate PDF preview on SwapInJan-Marek Glogowski2017-11-061-0/+1
* loplugin:constmethod in tools,sax,UnoControlsNoel Grandin2017-10-251-2/+2
* Remove dead code behind Calc "Live Data Streams" dialog's "scriptdata" buttonStephan Bergmann2017-09-281-28/+0
* long->sal_Int32 in various Get/SetVersionNoel Grandin2017-09-111-3/+3
* loplugin:unusedmethodsNoel Grandin2017-08-251-3/+0
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-171-1/+1
* ofz#2538: avoid oomCaolán McNamara2017-07-111-0/+2
* make some tools macros into functionsNoel Grandin2017-06-251-0/+13
* convert ErrCode to strong typedefNoel Grandin2017-06-211-5/+4
* loplugin:unusedfields in tools..vbahelperNoel Grandin2017-06-161-0/+2
* use ERRCODE_NONE instead of 0Noel Grandin2017-06-141-1/+1
* tools: move errcode.hxx to the vcl moduleChris Sherlock2017-04-271-1/+1
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-1/+1
* ditch ReadRawUniStringCaolán McNamara2017-04-071-4/+16
* fix remainingSize for writable modified MemoryStreamCaolán McNamara2017-03-131-1/+1
* merge these similar buffer flushes togetherCaolán McNamara2017-03-131-0/+1
* Related: coverity#1371305 unnecessary inheritenceCaolán McNamara2017-01-091-12/+0
* tools: Kill empty enum LockTypeTakeshi Abe2016-12-201-2/+0
* tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2016-10-101-1/+1
* TOOLS: Remove SvStream::ImpInit()Arnaud Versini2016-10-081-3/+0
* loplugin:unusedenumvaluesNoel Grandin2016-09-191-1/+0
* tools: SvFileStream::LockRange/UnlockRange take 64 bit positionsMichael Stahl2016-09-151-2/+2
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-41/+41
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-4/+4
* loplugin:countusersofdefaultparamsNoel Grandin2016-09-011-2/+1
* put StreamMode masks in scope of enum classJochen Nitschke2016-08-271-7/+6
* loplugin:unnecessaryvirtualNoel Grandin2016-08-081-1/+1
* new loplugin overrideparamNoel Grandin2016-07-251-1/+15
* tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2016-06-061-3/+3
* loplugin:unusedmethodsNoel Grandin2016-05-261-15/+0
* loplugin:unusedmethods in toolsNoel Grandin2016-05-191-24/+0