summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2021-06-11Simplify Sequences initializations (ucb)Julien Nabet11-153/+74
2021-05-28no need to allocate these on the heapNoel Grandin1-4/+4
2021-05-27flatten EventList data a littleNoel Grandin3-21/+21
2021-05-27no need to allocate ListenerMap on the heapNoel Grandin3-8/+8
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann60-132/+132
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin3-3/+5
2021-04-22handle properly missing URI components for webdav/serfLuboš Luňák1-3/+3
2021-04-22fix component handling for ucpdav1 when --with-webdav=serfLuboš Luňák5-108/+21
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin3-6/+6
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin1-13/+13
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-1/+3
2021-04-01Use isEmpty instead of comparing getLength to 0 (ucb)Julien Nabet2-2/+2
2021-03-25const OUString -> const OUStringLiteralMike Kaganski4-9/+9
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23tdf#124176 Use pragma once in u*Vincent LE GARREC154-609/+154
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 Kaganski1-2/+1
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski13-13/+13
2021-03-08tdf#75280 Convert some sal_uIntPtr in ucb to more appropriate typesAditya Pratap Singh3-40/+40
2021-02-27loplugin:refcounting in ucbNoel8-14/+15
2021-02-19loplugin:refcounting in ucbNoel8-44/+24
2021-02-18More verbose GIO transfer failure informationStephan Bergmann1-1/+6
2021-02-15loplugin:referencecasting in ucbNoel37-82/+79
2021-02-11loplugin:refcounting generalise type checkingNoel1-1/+0
2021-02-09loplugin:referencecasting check for Reference::queryNoel2-3/+3
2021-02-08tdf#124176: Use pragma once instead of include guardsShobhit8-32/+8
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 Bergmann5-10/+18
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann1-4/+5
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 operatorsNoel3-12/+12
2020-11-18tdf#123936 Formatting files in module ucb with clang-formatPhilipp Hofer10-99/+61
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-29SortedResultSet uses sal_IntPtr instead of longStephan Bergmann1-2/+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