summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/cmis
AgeCommit message (Expand)Author
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
2020-07-13expand out an UNO macroNoel Grandin
2020-06-05Upcoming loplugin:elidestringvar: ucbStephan Bergmann
2020-05-10compact namespace in ucb..uuiNoel Grandin
2020-03-15Revert "loplugin:constfields in ucb"Noel Grandin
2020-01-26remove some unused local varsNoel Grandin
2020-01-13tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci
2019-12-23sal_Char->char in ucbNoel Grandin
2019-11-02New loplugin:conditionalstringStephan Bergmann
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen
2019-10-21Silence new Clang 10 trunk -std=c++2a -Wambiguous-reversed-operator for nowStephan Bergmann
2019-10-07enable -Wrange-loop-analysis on clangNoel Grandin
2019-10-01tdf#42949 Fix IWYU warnings in ucb/source/*/*hxxGabor Kelemen
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin
2019-08-16loplugin:sequenceloop in ucb..unotoolsNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ucbStephan Bergmann
2019-06-30Simplify Sequence iterations in ucbArkadiy Illarionov
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov
2018-12-06Remove obsolete GCC version checksStephan Bergmann
2018-10-22Simplify containers iterations in ucb, ucbhelperArkadiy Illarionov
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin