summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/cmis/cmis_content.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-15loplugin:ostr in ucbNoel Grandin1-54/+54
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2023-12-31cid#1546464 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-30cid#1545421 COPY_INSTEAD_OF_MOVECaolán McNamara1-3/+1
2023-11-29cid#1557589 Use of auto that causes a copyCaolán McNamara1-4/+2
2023-11-11Move user agent initialization to InitCurl_easyMike Kaganski1-1/+1
2023-11-07curl: mitigate migration to OpenSSL on LinuxMichael Stahl1-0/+5
2023-08-18ucbhelper,ucb,desktop: InternetProxyServer is problematicMichael Stahl1-4/+1
2023-07-01Use getXWeak in ucbMike Kaganski1-16/+16
2023-04-03Optimize a bitMike Kaganski1-5/+5
2022-08-01clang-tidy modernize-pass-by-value in ucbNoel Grandin1-2/+3
2022-06-20elide some makeStringAndClear() callsNoel Grandin1-1/+1
2022-06-10new loplugin:moveitNoel Grandin1-1/+1
2022-05-03Just use Any ctor instead of makeAny in ucbStephan Bergmann1-17/+17
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen1-1/+0
2021-11-29loplugin:stringliteraldefine in ucbNoel Grandin1-3/+4
2021-11-01Prepare for removal of non-const operator[] from Sequence in ucbMike Kaganski1-31/+26
2021-10-16Simplify vector initialization in ucbJulien Nabet1-4/+2
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-5/+5
2021-10-04drop 'using namespace std' in sd + ucbJulien Nabet1-53/+52
2021-08-10Use boost::make_sharedStephan Bergmann1-6/+8
2021-07-28tdf#101630 - gdrive support w/oAuth and Drive API v3Christian Lohmaier1-3/+18
2021-06-11Simplify Sequences initializations (ucb)Julien Nabet1-21/+25
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-04-01Use isEmpty instead of comparing getLength to 0 (ucb)Julien Nabet1-1/+1
2021-02-15loplugin:referencecasting in ucbNoel1-1/+1
2020-12-14tdf#115643 make onedrive work again by switching to graph APIChristian Lohmaier1-1/+12
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+1
2020-10-29libcmis::Property::getLongs returns std::vector<long>Stephan Bergmann1-1/+1
2020-10-28convert some more long -> tools::LongNoel1-1/+1
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel1-2/+3
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-2/+3
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-2/+2
2020-08-03loplugin:flatten in ucbNoel Grandin1-125/+125
2020-01-26remove some unused local varsNoel Grandin1-2/+1
2019-11-02New loplugin:conditionalstringStephan Bergmann1-2/+2
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen1-5/+0
2019-10-07enable -Wrange-loop-analysis on clangNoel Grandin1-2/+2
2019-10-01tdf#42949 Fix IWYU warnings in ucb/source/*/*hxxGabor Kelemen1-0/+2
2019-08-16loplugin:sequenceloop in ucb..unotoolsNoel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ucbStephan Bergmann1-1/+1
2019-06-30Simplify Sequence iterations in ucbArkadiy Illarionov1-49/+26
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov1-1/+1
2018-10-22Simplify containers iterations in ucb, ucbhelperArkadiy Illarionov1-54/+39
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+1
2018-08-02Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2017-11-03Replace lists by vector or deque in ucb/ucbhelperJulien Nabet1-2/+2
2017-10-23loplugin:includeform: ucbStephan Bergmann1-2/+2
2017-06-06ucb: replace double checked locking patternsJochen Nitschke1-4/+4
2017-06-01clang-tidy misc-string-compareNoel Grandin1-1/+1