summaryrefslogtreecommitdiff
path: root/ucb/source/ucp
AgeCommit message (Expand)AuthorFilesLines
2021-03-21cid#1474207 silence Unchecked return value from libraryCaolán McNamara1-1/+1
2021-03-21cid#1473800 silence Unchecked return value from libraryCaolán McNamara1-28/+28
2021-03-19cid#1473830 Resource leakCaolán McNamara1-0/+5
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski8-8/+8
2021-02-27loplugin:refcounting in ucbNoel8-14/+15
2021-02-19loplugin:refcounting in ucbNoel7-41/+22
2021-02-18More verbose GIO transfer failure informationStephan Bergmann1-1/+6
2021-02-15loplugin:referencecasting in ucbNoel31-59/+56
2021-02-11loplugin:refcounting generalise type checkingNoel1-1/+0
2021-02-07Remove unneeded breaksAndrea Gelmini1-4/+0
2021-02-05Revert "Fix typo in code"Stephan Bergmann4-5/+5
2021-02-04Fix typo in codeAndrea Gelmini4-5/+5
2021-01-28simplify code, use more subView()Noel1-1/+1
2021-01-28add string_view variants of methods to O[U]StringBufferNoel2-4/+4
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann4-4/+9
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann4-6/+9
2020-12-25ucp: fix call to getComponentContextAndrew Udvare1-1/+2
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 Bergmann5-7/+12
2020-12-06Avoid relying on OString(char const *) ctor's undocumented behaviorStephan Bergmann1-9/+9
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-1/+1
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel6-23/+23
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-6/+6
2020-11-18tdf#123936 Formatting files in module ucb with clang-formatPhilipp Hofer8-77/+51
2020-11-15Extend loplugin:stringviewparen: subViewStephan Bergmann2-3/+7
2020-11-11loplugin:stringviewNoel3-6/+6
2020-10-29Revert questionable tools::Long in commented-out codeStephan Bergmann1-1/+1
2020-10-29ne_lock::timeout is of type long, so keep using that hereStephan Bergmann1-3/+2
2020-10-29libcmis::Property::getLongs returns std::vector<long>Stephan Bergmann1-1/+1
2020-10-28convert some more long -> tools::LongNoel2-2/+2
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel2-4/+6
2020-10-04use more TOOLS_WARN_EXCEPTIONMike Kaganski6-90/+82
2020-10-04loplugin:reducevarscope in toolkit..unotoolsNoel2-6/+7
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel2-2/+4
2020-10-02Use the new single-instance="true" attribute in ucbStephan Bergmann15-41/+27
2020-09-27Remove unused include list in ucb/cmis_contentJulien Nabet1-2/+0
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-15/+15
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann7-35/+27
2020-09-01Fix typo in codeAndrea Gelmini1-11/+11
2020-09-01Fix typoAndrea Gelmini1-1/+1
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann1-1/+1
2020-08-29Fix typosAndrea Gelmini6-6/+6
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann6-49/+52
2020-08-21Fix typosAndrea Gelmini1-1/+1
2020-08-16loplugin:unusedmethodsNoel Grandin9-9/+0
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin2-37/+36
2020-08-11Expand XSERVICEINFO_COMMOM_IMPL macro which is now used only onceJulien Nabet1-2/+19
2020-08-03loplugin:flatten in ucbNoel Grandin15-686/+683
2020-07-23ucb/gio: create instances with uno constructorsNoel Grandin3-49/+22
2020-07-22ucb/ftp: create instances with uno constructorsNoel Grandin4-98/+13