summaryrefslogtreecommitdiffstats
path: root/include/tools/stream.hxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:constantparam in toolsNoel Grandin2016-03-171-1/+2
* loplugin:unuseddefaultparam in toolsNoel Grandin2016-03-041-1/+1
* loplugin:unuseddefaultparam in toolsNoel Grandin2016-03-011-1/+1
* loplugin:unusedmethodsNoel Grandin2016-02-081-7/+0
* loplugin:unusedmethods unused return value in include/toolsNoel Grandin2016-01-151-5/+4
* Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann2015-11-171-0/+1
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-111-4/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-2/+2
* sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin2015-10-271-1/+1
* loplugin:unusedmethodsNoel Grandin2015-10-271-4/+0
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-19/+19
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-6/+6
* Fix typosAndrea Gelmini2015-09-301-1/+1
* tools: prefix members of SvStreamMichael Stahl2015-07-311-47/+47