summaryrefslogtreecommitdiff
path: root/ucbhelper
AgeCommit message (Expand)AuthorFilesLines
2019-02-22loplugin:unusedfields in ucb,ucbhelperNoel Grandin1-4/+1
2019-02-11loplugin:indentation in ucb..ucbhelperNoel Grandin1-2/+2
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-01loplugin:useuniqueptr in ContentImplHelperNoel Grandin1-8/+5
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin1-1/+1
2018-10-22Simplify containers iterations in ucb, ucbhelperArkadiy Illarionov2-32/+13
2018-09-27loplugin:constfields in ucbhelperNoel Grandin3-17/+10
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen12-0/+24
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin3-6/+1
2018-07-27loplugin:returnconstant in ucbhelper,drawinglayerNoel Grandin1-2/+1
2018-07-11clean up UNO available() implementationsNoel Grandin1-1/+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 Kaganski2-3/+155
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin1-1/+1
2018-01-18Fix typosAndrea Gelmini1-1/+1
2018-01-11loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin2-45/+21
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin1-1/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-1/+1
2017-11-05one slash is enoughDavid Tardon1-1/+1
2017-11-03Replace lists by vector or deque in ucb/ucbhelperJulien Nabet1-20/+8
2017-10-25loplugin:constmethod in comphelper,ucbhelperNoel Grandin3-8/+8
2017-10-23loplugin:includeform: ucbhelperStephan Bergmann13-23/+23
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-2/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-18loplugin:unusedfields in ResultSetColumnDataNoel Grandin1-34/+10
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin2-8/+4
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin7-29/+29
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin2-4/+4
2017-07-10simplify some OUString compareTo callsNoel Grandin1-9/+3
2017-06-16loplugin:unusedfields in tools..vbahelperNoel Grandin1-2/+1
2017-06-06ucb: replace double checked locking patternsJochen Nitschke3-101/+27
2017-05-30teach redundantcast plugin about functional castsNoel Grandin2-4/+3
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-2/+1
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin2-7/+3
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky1-1/+0
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-02-10convert InsertOperation to scoped enumNoel Grandin1-7/+3
2017-02-06Add missing #includesStephan Bergmann8-0/+18
2017-02-01Revert "cancelCommandExecution - no need to pass exception by Any"Noel Grandin2-10/+10
2017-02-01cancelCommandExecution - no need to pass exception by AnyNoel Grandin2-10/+10
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-2/+2
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-7/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann19-353/+21
2017-01-20new loplugin: useuniqueptr: ucb..ucbhelperNoel Grandin4-23/+9
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ucbhelperStephan Bergmann1-3/+8
2017-01-16inline InteractionContinuation_ImplNoel Grandin1-15/+2