summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/gio
AgeCommit message (Expand)AuthorFilesLines
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann6-12/+12
2021-04-01Use isEmpty instead of comparing getLength to 0 (ucb)Julien Nabet1-1/+1
2021-03-23tdf#124176 Use pragma once in u*Vincent LE GARREC8-28/+8
2021-03-19cid#1473830 Resource leakCaolán McNamara1-0/+5
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2021-02-18More verbose GIO transfer failure informationStephan Bergmann1-1/+6
2021-02-15loplugin:referencecasting in ucbNoel3-3/+3
2020-11-18tdf#123936 Formatting files in module ucb with clang-formatPhilipp Hofer2-24/+17
2020-10-02Use the new single-instance="true" attribute in ucbStephan Bergmann2-11/+7
2020-08-29Fix typosAndrea Gelmini1-1/+1
2020-08-16loplugin:unusedmethodsNoel Grandin1-1/+0
2020-08-03loplugin:flatten in ucbNoel Grandin1-11/+11
2020-07-23ucb/gio: create instances with uno constructorsNoel Grandin3-49/+22
2020-07-13expand out an UNO macroNoel Grandin1-1/+10
2020-05-10compact namespace in ucb..uuiNoel Grandin1-2/+2
2020-04-14"General Internet Error" dialog appearing on gio mountCaolán McNamara1-1/+3
2020-03-15Revert "loplugin:constfields in ucb"Noel Grandin5-6/+6
2020-01-21lok: disable ucbgio provider for Online.Michael Meeks1-0/+15
2019-12-23sal_Char->char in ucbNoel Grandin1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-13Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann1-1/+1
2019-11-03loplugin:stringaddNoel Grandin1-2/+2
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen6-29/+2
2019-10-17Silence Clang 10 trunk -Wdeprecated-volatile in GLib for nowStephan Bergmann1-0/+5
2019-10-01tdf#42949 Fix IWYU warnings in ucb/source/*/*hxxGabor Kelemen1-1/+0
2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin2-2/+2
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin1-2/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ucbStephan Bergmann2-2/+2
2019-06-30Simplify Sequence iterations in ucbArkadiy Illarionov1-9/+1
2019-05-09tdf#124962: Reduce risk of g_main_loop_run from within gio MountOperationStephan Bergmann3-4/+65
2019-05-09Remove unhelpful "using namespace com::sun::star;" from ucb/source/ucp/gio/Stephan Bergmann7-297/+283
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov1-1/+1
2019-04-29tdf#123472: Propagate getGFileInfo failure less aggressivelyStephan Bergmann2-23/+38
2019-04-23tdf#124635 MountOperation::Mount can be called with SolarMutex unlockedStephan Bergmann1-2/+9
2019-04-15loplugin:sequentialassign in ucb..vbahelperNoel Grandin1-2/+1
2019-02-11loplugin:indentation in ucb..ucbhelperNoel Grandin1-19/+19
2018-11-13tdf#121337: Fail on GIO error in GIO UCP getPropertyValueStephan Bergmann1-1/+6
2018-10-22Simplify containers iterations in ucb, ucbhelperArkadiy Illarionov1-21/+8
2018-10-01loplugin:useuniqueptr in gio::DataSupplierNoel Grandin2-12/+3
2018-09-26loplugin:constfields in ucbNoel Grandin5-6/+6
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen5-0/+9
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-04-01remove unused processfactory.hxx includesJochen Nitschke2-2/+0
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-11-03Replace lists by vector or deque in ucb/ucbhelperJulien Nabet1-2/+2
2017-10-23loplugin:includeform: ucbStephan Bergmann1-1/+1
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin1-1/+1
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-3/+3