summaryrefslogtreecommitdiff
path: root/ucbhelper/source/client/proxydecider.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-09-27loplugin:constfields in ucbhelperNoel Grandin1-8/+5
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
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
2017-11-03Replace lists by vector or deque in ucb/ucbhelperJulien Nabet1-20/+8
2017-10-23loplugin:includeform: ucbhelperStephan Bergmann1-1/+1
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin1-5/+2
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-2/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-6/+2
2016-12-01loplugin:unnecessaryoverride (dtors) in ucbhelperStephan Bergmann1-8/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-07loplugin:constantparam in framework..vbahelperNoel Grandin1-3/+3
2016-06-06remove some manual ref-countingNoel Grandin1-8/+4
2016-05-24Revert "remove some manual ref-counting"Noel Grandin1-4/+8
2016-05-24remove some manual ref-countingNoel Grandin1-8/+4
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-14/+0
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-2/+1
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-3/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-5/+5
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-8/+1
2014-09-12bug wrong order of test cause out of bound access.Norbert Thiebaud1-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-4/+4
2014-02-26Remove visual noise from ucbhelperAlexander Wilms1-45/+45
2014-01-28bool improvementsStephan Bergmann1-3/+3
2013-12-20typo fixesAndras Timar1-2/+2
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-3/+3
2013-11-07remove unnecessary use of OUString constructor in UCBHELPER moduleNoel Grandin1-1/+1
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-42/+42
2012-10-31fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin1-9/+7
2012-06-30Some cppcheck cleaningJulien Nabet1-1/+1
2012-06-22re-base on ALv2 code.Michael Meeks1-23/+14
2012-05-29targeted string re-workNorbert Thiebaud1-7/+7
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-20/+10
2012-03-21Bin declaration of nonexistent static methodTor Lillqvist1-3/+0
2012-01-19Fix for fdo43460 Part XLI getLength() to isEmpty()Olivier Hallot1-10/+10
2011-11-27remove include of pch header from ucbhelperNorbert Thiebaud1-2/+0
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-21/+11
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky1-117/+122
2010-12-24cppcheck: prefer prefix variantCaolán McNamara1-2/+2
2010-11-25RTL_CONSTASCII_USTRINGPARAM in libs-gui 19Gert Faller1-17/+17