summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/cmis
AgeCommit message (Expand)Author
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2023-12-31cid#1546464 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-30cid#1545421 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-11-29cid#1557589 Use of auto that causes a copyCaolán McNamara
2023-11-11Move user agent initialization to InitCurl_easyMike Kaganski
2023-11-07curl: mitigate migration to OpenSSL on LinuxMichael Stahl
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-11upgrade to libcmis 0.6.0Caolán McNamara
2023-08-18ucbhelper,ucb,desktop: InternetProxyServer is problematicMichael Stahl
2023-07-01Use getXWeak in ucbMike Kaganski
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin
2023-04-03Optimize a bitMike Kaganski
2022-08-04cid#1507745 return localNoel Grandin
2022-08-01clang-tidy modernize-pass-by-value in ucbNoel Grandin
2022-06-20elide some makeStringAndClear() callsNoel Grandin
2022-06-10new loplugin:moveitNoel Grandin
2022-05-03Just use Any ctor instead of makeAny in ucbStephan Bergmann
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen
2021-11-29loplugin:stringliteraldefine in ucbNoel Grandin
2021-11-01Prepare for removal of non-const operator[] from Sequence in ucbMike Kaganski
2021-10-16Simplify vector initialization in ucbJulien Nabet
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-11loplugin:moveparam in ucbNoel Grandin
2021-10-04drop 'using namespace std' in sd + ucbJulien Nabet
2021-10-01loplugin:constmethodNoel Grandin
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-10Use boost::make_sharedStephan Bergmann
2021-08-05osl::Mutex->std::mutex in StdInputStreamNoel Grandin
2021-08-05osl::Mutex->std::mutex in StdOutputStreamNoel Grandin
2021-07-28tdf#101630 - gdrive support w/oAuth and Drive API v3Christian Lohmaier
2021-06-11Simplify Sequences initializations (ucb)Julien Nabet
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-01Use isEmpty instead of comparing getLength to 0 (ucb)Julien Nabet
2021-03-23tdf#124176 Use pragma once in u*Vincent LE GARREC
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski
2021-02-15loplugin:referencecasting in ucbNoel
2020-12-14tdf#115643 make onedrive work again by switching to graph APIChristian Lohmaier
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-10-29libcmis::Property::getLongs returns std::vector<long>Stephan Bergmann
2020-10-28convert some more long -> tools::LongNoel
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-10-02Use the new single-instance="true" attribute in ucbStephan Bergmann
2020-09-27Remove unused include list in ucb/cmis_contentJulien Nabet
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-16loplugin:unusedmethodsNoel Grandin
2020-08-03loplugin:flatten in ucbNoel Grandin
2020-07-22ucb/cmis: create instances with uno constructorsNoel Grandin