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