summaryrefslogtreecommitdiff
path: root/ucbhelper/source/client
AgeCommit message (Expand)Author
2024-05-16loplugin:ostr in ucbhelperNoel Grandin
2024-03-29tdf#146619 Drop unused 'using namespace' in: ucbhelper/Gabor Kelemen
2024-03-08use more string_viewNoel Grandin
2023-11-23tdf#158321 No error message when file doesn't existNoel Grandin
2023-11-16tdf#146386 deprecate, remove usage of Inet::Settings::ooInetFTPProxyNameMichael Stahl
2023-11-15loplugin:unusedmethodsNoel Grandin
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: ucbhelperStephan Bergmann
2023-10-12loplugin:unusedmethodsNoel Grandin
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-10-02reduce allocations in InterceptedInteractionNoel Grandin
2023-08-18ucbhelper,ucb,desktop: InternetProxyServer is problematicMichael Stahl
2023-08-09Use _beginthreadex instead of CreateThreadMike Kaganski
2023-03-30loplugin:stringadd in ucbhelper..uuiNoel Grandin
2022-09-12ucb: remove unnecessary commentsChris Sherlock
2022-08-10loplugin:passstuffbyrefNoel Grandin
2022-07-01Use some more O3TL_UNREACHABLEStephan Bergmann
2022-05-24elide some OUString allocationNoel Grandin
2022-05-23elide some OUString allocationNoel Grandin
2022-05-06osl::Mutex->std::mutex in Content_ImplNoel Grandin
2022-05-03Just use Any ctor instead of makeAny in ucbhelperStephan Bergmann
2022-04-29Revert "use more string_view in ucbhelper"Noel Grandin
2022-04-28use more string_view in ucbhelperNoel Grandin
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-08use more subView when converting to Int32Noel Grandin
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-02-06No need to call makeStringAndClear to pass a string viewMike Kaganski
2021-10-31Prepare for removal of non-const operator[] from Sequence in ucbhelperMike Kaganski
2021-10-10loplugin:moveparam in ucbhelperNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-05-13inline some typedefsNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-18tdf#123936 Formatting files in module ucbhelper with clang-formatPhilipp Hofer
2020-11-11Drop some unused function parametersStephan Bergmann
2020-10-14More fixes of uses of now-explicit OUString ctor taking raw sal_Unicode pointerStephan Bergmann
2020-08-21Fix typosAndrea Gelmini
2020-08-20Use OSL_UNREACHABLEStephan Bergmann
2020-08-03loplugin:flatten in ucbhelperNoel Grandin
2020-03-15Revert "loplugin:constfields in ucbhelper"Noel Grandin
2020-02-04move some headers inside ucbhelperNoel Grandin
2019-12-03remove some useless comment linesNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-06-28Simplify Sequence iterations in ucbhelperArkadiy Illarionov
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov
2019-04-16tdf#42949 Fix IWYU warnings in ucbhelper/Gabor Kelemen
2019-02-11loplugin:indentation in ucb..ucbhelperNoel Grandin