summaryrefslogtreecommitdiff
path: root/ucbhelper/source/client
AgeCommit message (Expand)AuthorFilesLines
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-3/+6
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-11-18tdf#123936 Formatting files in module ucbhelper with clang-formatPhilipp Hofer3-20/+8
2020-11-11Drop some unused function parametersStephan Bergmann1-4/+2
2020-10-14More fixes of uses of now-explicit OUString ctor taking raw sal_Unicode pointerStephan Bergmann1-1/+1
2020-08-21Fix typosAndrea Gelmini1-1/+1
2020-08-20Use OSL_UNREACHABLEStephan Bergmann1-5/+2
2020-08-03loplugin:flatten in ucbhelperNoel Grandin2-90/+90
2020-03-15Revert "loplugin:constfields in ucbhelper"Noel Grandin1-1/+1
2020-02-04move some headers inside ucbhelperNoel Grandin3-2/+53
2019-12-03remove some useless comment linesNoel Grandin1-2/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann2-1/+13
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann1-2/+2
2019-08-23Mark move ctors/assignments noexceptMike Kaganski1-2/+2
2019-06-28Simplify Sequence iterations in ucbhelperArkadiy Illarionov2-79/+68
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov1-1/+1
2019-04-16tdf#42949 Fix IWYU warnings in ucbhelper/Gabor Kelemen2-14/+9
2019-02-11loplugin:indentation in ucb..ucbhelperNoel Grandin1-2/+2
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin1-1/+1
2018-10-22Simplify containers iterations in ucb, ucbhelperArkadiy Illarionov1-24/+11
2018-09-27loplugin:constfields in ucbhelperNoel Grandin1-8/+5
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+2
2018-07-27loplugin:returnconstant in ucbhelper,drawinglayerNoel Grandin1-2/+1
2018-06-29tdf#114227 Add support for OS proxy to ucbhelper::InternetProxyDecider on UnixNoel Grandin1-12/+51
2018-06-26tdf#114227: Add support for PAC to ucbhelper::InternetProxyDecider on WindowsMike Kaganski1-3/+151
2018-01-18Fix typosAndrea Gelmini1-1/+1
2017-11-03Replace lists by vector or deque in ucb/ucbhelperJulien Nabet1-20/+8
2017-10-25loplugin:constmethod in comphelper,ucbhelperNoel Grandin1-2/+2
2017-10-23loplugin:includeform: ucbhelperStephan Bergmann4-4/+4
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin1-5/+2
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-2/+2
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-2/+1
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-1/+1
2017-02-10convert InsertOperation to scoped enumNoel Grandin1-7/+3
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-02-01Revert "cancelCommandExecution - no need to pass exception by Any"Noel Grandin1-6/+6
2017-02-01cancelCommandExecution - no need to pass exception by AnyNoel Grandin1-6/+6
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-7/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann6-73/+10
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ucbhelperStephan Bergmann1-3/+8
2016-12-01loplugin:unnecessaryoverride (dtors) in ucbhelperStephan Bergmann1-8/+0
2016-10-03Fix typosAndrea Gelmini1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-2/+2
2016-09-07loplugin:constantparam in framework..vbahelperNoel Grandin1-3/+3
2016-08-29cid#1371163 Missing move assignment operatorNoel Grandin1-0/+9
2016-06-24loplugin:singlevalfields in ucbhelperNoel Grandin1-5/+1
2016-06-06remove some manual ref-countingNoel Grandin1-8/+4