summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/cmis/cmis_content.cxx
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-04drop 'using namespace std' in sd + ucbJulien Nabet
2021-08-10Use boost::make_sharedStephan Bergmann
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-01Use isEmpty instead of comparing getLength to 0 (ucb)Julien Nabet
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-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-03loplugin:flatten in ucbNoel Grandin
2020-01-26remove some unused local varsNoel Grandin
2019-11-02New loplugin:conditionalstringStephan Bergmann
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen
2019-10-07enable -Wrange-loop-analysis on clangNoel Grandin
2019-10-01tdf#42949 Fix IWYU warnings in ucb/source/*/*hxxGabor Kelemen
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-10-22Simplify containers iterations in ucb, ucbhelperArkadiy Illarionov
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2017-11-03Replace lists by vector or deque in ucb/ucbhelperJulien Nabet
2017-10-23loplugin:includeform: ucbStephan Bergmann
2017-06-06ucb: replace double checked locking patternsJochen Nitschke
2017-06-01clang-tidy misc-string-compareNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-02-01Revert "cancelCommandExecution - no need to pass exception by Any"Noel Grandin
2017-02-01cancelCommandExecution - no need to pass exception by AnyNoel Grandin
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-11cmis: add error handling on checkinThorsten Behrens
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-11-23New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUStringStephan Bergmann
2016-08-25cid#1371328 Misused comma operatorNoel Grandin
2016-08-22ucbhelper::Std{In,Out}putStream are only used in ucb/source/ucb/cmis/Stephan Bergmann
2016-08-19Some clang-tidy misc-move-constructor-initStephan Bergmann
2016-08-19Related: coverity#1371328 rename variable slightlyCaolán McNamara
2016-08-10tdf#101385: don't try to get SharePoint folder outside of allowed rangeMike Kaganski
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-07tdf#100783 Avoid infinite recursion in Content::getObject()Mike Kaganski