summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/cmis
AgeCommit message (Expand)AuthorFilesLines
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2021-02-15loplugin:referencecasting in ucbNoel5-7/+7
2020-12-14tdf#115643 make onedrive work again by switching to graph APIChristian Lohmaier2-2/+13
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann2-2/+6
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-10-02Use the new single-instance="true" attribute in ucbStephan Bergmann2-4/+3
2020-09-27Remove unused include list in ucb/cmis_contentJulien Nabet1-2/+0
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-16loplugin:unusedmethodsNoel Grandin1-1/+0
2020-08-03loplugin:flatten in ucbNoel Grandin2-188/+188
2020-07-22ucb/cmis: create instances with uno constructorsNoel Grandin3-48/+15
2020-07-13expand out an UNO macroNoel Grandin1-1/+10
2020-06-05Upcoming loplugin:elidestringvar: ucbStephan Bergmann1-7/+6
2020-05-10compact namespace in ucb..uuiNoel Grandin2-4/+4
2020-03-15Revert "loplugin:constfields in ucb"Noel Grandin6-9/+9
2020-01-26remove some unused local varsNoel Grandin1-2/+1
2020-01-13tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-2/+1
2019-12-23sal_Char->char in ucbNoel Grandin1-1/+1
2019-11-02New loplugin:conditionalstringStephan Bergmann1-2/+2
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen6-30/+0
2019-10-21Silence new Clang 10 trunk -std=c++2a -Wambiguous-reversed-operator for nowStephan Bergmann1-0/+2
2019-10-07enable -Wrange-loop-analysis on clangNoel Grandin1-2/+2
2019-10-01tdf#42949 Fix IWYU warnings in ucb/source/*/*hxxGabor Kelemen9-7/+7
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin1-2/+1
2019-08-16loplugin:sequenceloop in ucb..unotoolsNoel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ucbStephan Bergmann3-4/+4
2019-06-30Simplify Sequence iterations in ucbArkadiy Illarionov2-58/+27
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov1-1/+1
2018-12-06Remove obsolete GCC version checksStephan Bergmann4-8/+8
2018-10-22Simplify containers iterations in ucb, ucbhelperArkadiy Illarionov3-67/+48
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin1-4/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin2-10/+10
2018-09-26loplugin:constfields in ucbNoel Grandin6-9/+9
2018-09-25loplugin:useuniqueptr in cmis::DataSupplierNoel Grandin2-14/+6
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen5-0/+8
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-08-02Add missing sal/log.hxx headersGabor Kelemen2-0/+2
2018-07-31loplugin:returnconstant in ucbNoel Grandin2-6/+5
2018-07-30loplugin:stringloop in svgio..xmlsecurityNoel Grandin1-4/+4
2018-07-11clean up UNO available() implementationsNoel Grandin1-1/+1
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-11-26Build as C++17 when GCC/Clang supports itStephan Bergmann4-20/+0
2017-11-03Replace lists by vector or deque in ucb/ucbhelperJulien Nabet6-20/+18
2017-10-23loplugin:includeform: ucbStephan Bergmann3-4/+4
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin3-6/+6
2017-07-13loplugin:oncevar: empty strings: ucbStephan Bergmann1-3/+1