summaryrefslogtreecommitdiffstats
path: root/ucbhelper
Commit message (Expand)AuthorAgeFilesLines
* tdf#114227: Add support for PAC to ucbhelper::InternetProxyDecider on WindowsMike Kaganski2018-07-022-3/+155
* one slash is enoughDavid Tardon2017-11-051-1/+1
* Replace lists by vector or deque in ucb/ucbhelperJulien Nabet2017-11-031-20/+8
* loplugin:constmethod in comphelper,ucbhelperNoel Grandin2017-10-253-8/+8
* loplugin:includeform: ucbhelperStephan Bergmann2017-10-2313-23/+23
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-2/+1
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-1/+1
* loplugin:unusedfields in ResultSetColumnDataNoel Grandin2017-09-181-34/+10
* clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin2017-09-142-8/+4
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-047-29/+29
* use more OUString::operator== in test..xmlsecurityNoel Grandin2017-07-142-4/+4
* simplify some OUString compareTo callsNoel Grandin2017-07-101-9/+3
* loplugin:unusedfields in tools..vbahelperNoel Grandin2017-06-161-2/+1
* ucb: replace double checked locking patternsJochen Nitschke2017-06-063-101/+27
* teach redundantcast plugin about functional castsNoel Grandin2017-05-302-4/+3
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-2/+1
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-091-1/+0
* teach loplugin:constantparam about simple constructor callsNoel Grandin2017-05-082-7/+3
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-211-1/+0
* remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2017-04-211-1/+1
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-1/+1
* convert InsertOperation to scoped enumNoel Grandin2017-02-101-7/+3
* Add missing #includesStephan Bergmann2017-02-068-0/+18
* Revert "cancelCommandExecution - no need to pass exception by Any"Noel Grandin2017-02-012-10/+10
* cancelCommandExecution - no need to pass exception by AnyNoel Grandin2017-02-012-10/+10
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-311-2/+2
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-281-7/+4
* Remove dynamic exception specificationsStephan Bergmann2017-01-2619-353/+21
* new loplugin: useuniqueptr: ucb..ucbhelperNoel Grandin2017-01-204-23/+9
* New loplugin:dynexcspec: Add @throws documentation, ucbhelperStephan Bergmann2017-01-191-3/+8
* inline InteractionContinuation_ImplNoel Grandin2017-01-161-15/+2
* loplugin:unnecessaryoverride (dtors) in ucbhelperStephan Bergmann2016-12-011-8/+0
* simplify macrosNoel Grandin2016-11-301-89/+79
* convert VALUE_SET constants to o3tl::typed_flagsNoel Grandin2016-11-301-79/+81
* loplugin:expandablemethods in ucb..ucbhelperNoel Grandin2016-10-262-7/+31
* Fix typosAndrea Gelmini2016-10-031-1/+1
* convert CONTINUATION constants to typed_flags_setNoel Grandin2016-09-261-52/+19
* loplugin:unusedfieldsNoel Grandin2016-09-201-5/+2
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-133-3/+3
* loplugin:constantparam in framework..vbahelperNoel Grandin2016-09-072-11/+7
* cid#1371163 Missing move assignment operatorNoel Grandin2016-08-291-0/+9
* ucbhelper::Std{In,Out}putStream are only used in ucb/source/ucb/cmis/Stephan Bergmann2016-08-223-297/+0
* Some clang-tidy misc-move-constructor-initStephan Bergmann2016-08-192-2/+2
* improve passstuffbyref return analysisNoel Grandin2016-07-271-1/+1
* loplugin:singlevalfields in variousNoel Grandin2016-06-281-6/+2
* ucbhelper: get rid of pointless scope in ContentImplHelper::releaseMichael Stahl2016-06-241-4/+2
* loplugin:singlevalfields in ucbhelperNoel Grandin2016-06-243-97/+22
* remove some more (void) style function definitions/declarationsNoel Grandin2016-06-231-7/+3
* remove some manual ref-countingNoel Grandin2016-06-061-8/+4