summaryrefslogtreecommitdiff
path: root/unotools/source/streaming
AgeCommit message (Expand)Author
2024-01-16loplugin:unusedmethodsNoel Grandin
2023-08-09use sal_uInt64 when dealing with stream positionNoel Grandin
2023-06-04Use getXWeak in unotoolsMike Kaganski
2023-03-08tdf#82984 tdf#94915 zip64 support (import + export)Attila Szűcs
2023-01-13XUnoTunnel->dynamic_cast in comphelper::ByteReader and comphelper::ByteWriterNoel Grandin
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-06-28use utl::TempFile directly in packageNoel Grandin
2022-05-19add ByteWriter to reduce memory copying when writing dataNoel Grandin
2022-05-19add utl::ByteReader pure classNoel Grandin
2022-01-10use less SvStream::Flush()Noel Grandin
2021-08-13Help older linkers (Ubuntu 18.04, Fedora 31)Jan-Marek Glogowski
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-31osl::Mutex->std::mutex in OInputStreamWrapperNoel Grandin
2021-07-31osl::Mutex->std::mutex in OInputStreamHelperNoel Grandin
2020-02-17inline some acquire/release callsNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2019-09-20Improve exception messageStephan Bergmann
2018-12-05remove unused SvLockBytesStatFlag enumNoel Grandin
2018-10-15add SvStream::TellEndNoel Grandin
2018-07-11clean up UNO available() implementationsNoel Grandin
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin
2018-01-12More loplugin:cstylecast: unotoolsStephan Bergmann
2017-11-22drop duplicate methodCaolán McNamara
2017-09-04Translate German comments/debug strings (leftovers in dirs test to uui)Johnny_M
2017-02-06Add missing #includesStephan Bergmann
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-08Non-inline virtual dtors of exported classesStephan Bergmann
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-07-15new loplugin unnecessary overrideNoel Grandin
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-04-04reduce unnecessary reallocingNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2014-08-21unotools: use css aliasThomas Arnhold
2014-08-21unotools: stario -> css::ioThomas Arnhold
2014-08-21unotools: staruno -> css::unoThomas Arnhold
2014-08-20Remove more useless includes of tools/debug.hxxMarcos Paulo de Souza
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist
2014-03-29tools: allow 64-bit positions on SvLockBytesMichael Stahl
2014-03-28Remove remaining DBG_CTOR etc. remnants from unotoolsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from unotoolsAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-19unotools: sal_Bool -> boolStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-07-11re-base on ALv2 code. Includes:Michael Meeks
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2012-01-04Do not export whole class to avoid MS C++ implicitly exporting base template.Stephan Bergmann
2012-01-04Dead code.Stephan Bergmann