summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper
AgeCommit message (Expand)Author
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
2021-03-01At least warn about the missing osl::Thread::join with a TODO commentStephan Bergmann
2021-02-23loplugin:refcounting in unotoolsNoel
2021-02-16loplugin:referencecasting in UnoControls..unoxmlNoel
2020-11-11loplugin:stringviewNoel
2020-11-03ucbGet needs a non-null interaction handler after allStephan Bergmann
2020-10-28Use UCB instead of cURL to download https filesStephan Bergmann
2020-08-05loplugin:flatten in unotoolsNoel Grandin
2020-07-09unotools: create instances with uno constructorsNoel Grandin
2020-04-21Fix warning when compiling for iOS: unused parameter 'bCreateParentDirs'Tor Lillqvist
2020-04-17Fix autorecovery using wrong directorySamuel Mehrbrodt
2020-02-27tdf#42982 added description on RuntimeException for unotoolsAlanTang
2020-02-19use FILE_ATTRIBUTE_TEMPORARY on Windows for temp filesNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN
2020-01-21Make TempFile destructor remove temp directory recursivelySamuel Mehrbrodt
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-08-30new loplugin:noexceptmoveNoel Grandin
2019-08-27Use a direct way to get at the temp dirStephan Bergmann