/source/fi/fpicker/

+xml'/>
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