summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/prov.cxx
AgeCommit message (Expand)AuthorFilesLines
7 dayscreate BaseContent with the state required and drop mutexCaolán McNamara1-3/+1
2024-10-02cid#1556822 Data race conditionNoel Grandin1-4/+5
2024-09-12use more concrete UNO types in ucbNoel Grandin1-1/+1
2024-05-15loplugin:ostr in ucbNoel Grandin1-5/+5
2024-05-15tdf#146619 Drop unused 'using namespace' in: ucbGabor Kelemen1-1/+0
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen1-1/+0
2021-11-01Prepare for removal of non-const operator[] from Sequence in ucbMike Kaganski1-10/+7
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-3/+3
2021-08-05osl::Mutex->std::mutex in fileaccess::FileProviderNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-4/+4
2021-02-19loplugin:refcounting in ucbNoel1-4/+2
2020-08-03loplugin:flatten in ucbNoel Grandin1-15/+15
2020-07-22ucb/file: create instances with uno constructorsNoel Grandin1-51/+8
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN1-1/+1
2019-12-23sal_Char->char in ucbNoel Grandin1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+3
2019-11-21tdf#128598: Drop dubious file: -> smb: conversion completelyStephan Bergmann1-17/+0
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen1-2/+0
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-3/+3
2019-06-30Simplify Sequence iterations in ucbArkadiy Illarionov1-7/+6
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov1-1/+1
2019-03-17tdf#120703 PVS: remove redundant static castsMike Kaganski1-1/+1
2019-02-05Move dubious file: -> smb: conversion from INetURLObject to file UCPStephan Bergmann1-0/+19
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+1
2018-09-12loplugin:simplifyconstruct in toolkit..ucbNoel Grandin1-1/+0
2018-08-02Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin1-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-12-07loplugin:salcall handle static methodsNoel Grandin1-1/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-2/+2
2017-09-27loplugin:flatten in toolkit..vbahelperNoel Grandin1-4/+2
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-06-18Fix typosAndrea Gelmini1-1/+1
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-4/+0
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-3/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-46/+4
2017-01-20new loplugin: useuniqueptr: ucb..ucbhelperNoel Grandin1-5/+4
2016-12-14Merge shell into TaskManager base classStephan Bergmann1-12/+12
2016-11-23loplugin:unnecessaryoverride (dtors) in ucbStephan Bergmann1-8/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-06-23remove some more (void) style function definitions/declarationsNoel Grandin1-22/+11
2016-05-04use Any constructor instead of temporariesNoel Grandin1-9/+3
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-13/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-09com::sun::star->css in tools/ and ucb/Noel Grandin1-24/+0
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-07-10cleanup some unnecessary direct usage of the OString/OUString C API.Noel Grandin1-1/+1