summaryrefslogtreecommitdiffstats
path: root/ucbhelper
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "remove some manual ref-counting"Noel Grandin2016-05-241-4/+8
* remove some manual ref-countingNoel Grandin2016-05-241-8/+4
* loplugin:passstuffbyrefStephan Bergmann2016-05-121-1/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-1/+1
* teach passstuffbyref plugin to check for..Noel Grandin2016-05-061-1/+1
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-204-42/+42
* loplugin:passstuffbyref in ucbhelperNoel Grandin2016-04-141-2/+1
* clang-tidy performance-unnecessary-value-param in ucbhelperNoel Grandin2016-04-111-1/+1
* loplugin:constantfunction in ucbhelperNoel Grandin2016-03-164-26/+14
* loplugin:constantparamNoel Grandin2016-03-151-2/+2
* tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-151-2/+2
* new loplugin: commaoperatorNoel Grandin2016-02-231-1/+4
* Remove excess newlinesChris Sherlock2016-02-0912-239/+0
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-252-9/+2
* Fix typosAndrea Gelmini2016-01-101-1/+1
* loplugin:unusedfields variousNoel Grandin2015-11-261-1/+0
* use unique_ptr for pImpl in ucbhelper/Noel Grandin2015-11-177-11/+3
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-4/+2
* com::sun::star->css in ucbhelper/Noel Grandin2015-11-1111-156/+141
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-109-35/+35
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-2/+2
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-053-5/+3
* no need to use OUString constructor in call to createInstanceNoel Grandin2015-11-011-3/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-124-27/+27
* loplugin:stringconstantStephan Bergmann2015-10-051-2/+2
* tdf#82744: fix WebDAV lock/unlock behaviour - part 3Giuseppe Castagno2015-10-051-0/+21
* Fix typosAndrea Gelmini2015-09-302-2/+2
* Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-152-4/+4
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-5/+5
* Remove newly unused ucbhelper/fileidentifierconverter.hxxStephan Bergmann2015-08-182-78/+0
* Remove obsolete getLocalFileURLStephan Bergmann2015-08-181-18/+0
* loplugin: defaultparamsNoel Grandin2015-08-111-1/+1
* inline some use-once typedefsNoel Grandin2015-08-031-8/+1
* tdf#84190 : when auth fails, don't remember passwords for cmisSzymon Kłos2015-07-161-9/+23
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-261-3/+3