summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/prov.cxx
AgeCommit message (Expand)Author
2020-08-03loplugin:flatten in ucbNoel Grandin
2020-07-22ucb/file: create instances with uno constructorsNoel Grandin
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN
2019-12-23sal_Char->char in ucbNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-21tdf#128598: Drop dubious file: -> smb: conversion completelyStephan Bergmann
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-06-30Simplify Sequence iterations in ucbArkadiy Illarionov
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov
2019-03-17tdf#120703 PVS: remove redundant static castsMike Kaganski
2019-02-05Move dubious file: -> smb: conversion from INetURLObject to file UCPStephan Bergmann
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen
2018-09-12loplugin:simplifyconstruct in toolkit..ucbNoel Grandin
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-07loplugin:salcall handle static methodsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-09-27loplugin:flatten in toolkit..vbahelperNoel Grandin
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-06-18Fix typosAndrea Gelmini
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-20new loplugin: useuniqueptr: ucb..ucbhelperNoel Grandin
2016-12-14Merge shell into TaskManager base classStephan Bergmann
2016-11-23loplugin:unnecessaryoverride (dtors) in ucbStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-06-23remove some more (void) style function definitions/declarationsNoel Grandin
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09com::sun::star->css in tools/ and ucb/Noel Grandin
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-10cleanup some unnecessary direct usage of the OString/OUString C API.Noel Grandin
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-09loplugin:staticmethodsNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2014-12-12ucb: Use appropriate OUString functions on string constantsStephan Bergmann
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-22remove unnecessary use of OUString constructorNoel Grandin
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet
2014-04-30ucb: sal_Bool->boolNoel Grandin
2014-04-05coverity#708562 Uninitialized scalar fieldCaolán McNamara