summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper
AgeCommit message (Expand)Author
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski
2023-08-09use sal_uInt64 when dealing with stream positionNoel Grandin
2023-06-04Use getXWeak in unotoolsMike Kaganski
2023-02-16osl::Mutex->std::mutex in UcbLockBytesNoel Grandin
2023-01-13XUnoTunnel->dynamic_cast in comphelper::ByteReader and comphelper::ByteWriterNoel Grandin
2022-12-01loplugin:unusedfields make some fields privateNoel Grandin
2022-11-01-Werror,-Wunused-variable (clang-cl)Stephan Bergmann
2022-10-24tdf#133768 speed up temp file creationNoel Grandin
2022-10-22tdf#133767 speed up temp file creationNoel Grandin
2022-10-21tdf#133767 use more TempFileFastServiceNoel Grandin
2022-10-21loplugin:referencecasting look for a new patternNoel Grandin
2022-10-21tdf#133767 new service TempFileFastServiceNoel Grandin
2022-10-19crashtesting: temp files accumulating over timeCaolán McNamara
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-18use more string_view in utl::TempFileNoel Grandin
2022-09-14crashtesting: SvMemoryStream::PutData assertCaolán McNamara
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-05-30clang-tidy modernize-pass-by-value in unotoolsNoel Grandin
2022-05-19add ByteWriter to reduce memory copying when writing dataNoel Grandin
2022-05-19add utl::ByteReader pure classNoel Grandin
2022-05-18only need to create the folder for temp files onceNoel Grandin
2022-05-03Just use Any ctor instead of makeAny in unotoolsStephan Bergmann
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-14use more string_view in unotoolsNoel Grandin
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-02-25renames in template manager creates xml file in wrong locationNoel Grandin
2022-01-11tdf#146375 Cannot rename user-defined categories in template managerNoel Grandin
2022-01-10use less SvStream::Flush()Noel Grandin
2021-12-25osl::Mutex->std::mutex in OTempFileServiceNoel Grandin
2021-12-24rename some methods on UcbLockBytesNoel Grandin
2021-11-30remove unnecessary virtual inheritanceLuboš Luňák
2021-11-19rtl::Static->thread-safe static in unotoolsNoel Grandin
2021-10-21loplugin:flattenNoel Grandin
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-09-01Simplify utl::removeTreeMike Kaganski
2021-09-01Simplify dtor logicMike Kaganski
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-29rtl::Static -> static localNoel Grandin
2021-07-18osl::Mutex->std::mutex in ModeratorsActiveDataStreamerNoel Grandin
2021-07-17osl::Mutex->std::mutex in ModeratorsActiveDataSinkNoel Grandin
2021-06-30fix failure in JunitTest_unotools_complexNoel Grandin
2021-06-29use std::optional in OTempFileServiceNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-23tdf#135316 add SvFileStream::SetDontFlushOnCloseNoel Grandin
2021-06-21tdf#135316 remove OTempFileService pessimisationNoel Grandin
2021-06-11Simplify Sequences initializations (unotools)Julien Nabet
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-03-23tdf#124176 Use pragma once in u*Vincent LE GARREC