summaryrefslogtreecommitdiff
path: root/ucbhelper
AgeCommit message (Expand)AuthorFilesLines
2016-10-26loplugin:expandablemethods in ucb..ucbhelperNoel Grandin2-7/+31
2016-10-03Fix typosAndrea Gelmini1-1/+1
2016-09-26convert CONTINUATION constants to typed_flags_setNoel Grandin1-52/+19
2016-09-20loplugin:unusedfieldsNoel Grandin1-5/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann3-3/+3
2016-09-07loplugin:constantparam in framework..vbahelperNoel Grandin2-11/+7
2016-08-29cid#1371163 Missing move assignment operatorNoel Grandin1-0/+9
2016-08-22ucbhelper::Std{In,Out}putStream are only used in ucb/source/ucb/cmis/Stephan Bergmann3-297/+0
2016-08-19Some clang-tidy misc-move-constructor-initStephan Bergmann2-2/+2
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-06-28loplugin:singlevalfields in variousNoel Grandin1-6/+2
2016-06-24ucbhelper: get rid of pointless scope in ContentImplHelper::releaseMichael Stahl1-4/+2
2016-06-24loplugin:singlevalfields in ucbhelperNoel Grandin3-97/+22
2016-06-23remove some more (void) style function definitions/declarationsNoel Grandin1-7/+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-12loplugin:passstuffbyrefStephan Bergmann1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann4-42/+42
2016-04-14loplugin:passstuffbyref in ucbhelperNoel Grandin1-2/+1
2016-04-11clang-tidy performance-unnecessary-value-param in ucbhelperNoel Grandin1-1/+1
2016-03-16loplugin:constantfunction in ucbhelperNoel Grandin4-26/+14
2016-03-15loplugin:constantparamNoel Grandin1-2/+2
2016-03-15tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-2/+2
2016-02-23new loplugin: commaoperatorNoel Grandin1-1/+4
2016-02-09Remove excess newlinesChris Sherlock12-239/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin2-9/+2
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-26loplugin:unusedfields variousNoel Grandin1-1/+0
2015-11-17use unique_ptr for pImpl in ucbhelper/Noel Grandin7-11/+3
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-4/+2
2015-11-11com::sun::star->css in ucbhelper/Noel Grandin11-156/+141
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann9-35/+35
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin3-5/+3
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 Bergmann4-27/+27
2015-10-05loplugin:stringconstantStephan Bergmann1-2/+2
2015-10-05tdf#82744: fix WebDAV lock/unlock behaviour - part 3Giuseppe Castagno1-0/+21
2015-09-30Fix typosAndrea Gelmini2-2/+2
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-4/+4
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-5/+5
2015-08-18Remove newly unused ucbhelper/fileidentifierconverter.hxxStephan Bergmann2-78/+0
2015-08-18Remove obsolete getLocalFileURLStephan Bergmann1-18/+0
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-03inline some use-once typedefsNoel Grandin1-8/+1
2015-07-16tdf#84190 : when auth fails, don't remember passwords for cmisSzymon Kłos1-9/+23
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-3/+3