summaryrefslogtreecommitdiffstats
path: root/ucbhelper
Commit message (Expand)AuthorAgeFilesLines
* 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
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-268-18/+13
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-224-0/+10
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-2/+2
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-011-1/+1
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-013-6/+6
* V801: Decreased performanceCaolán McNamara2015-03-091-3/+3
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-022-4/+6
* ucbhelper: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-183-21/+12
* Authentication fallback request for the OneDrive connectionMihai Varga2014-12-153-0/+92
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-183-0/+3
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-175-1/+9
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-8/+1
* spelling: instanciated -> instantiatedNoel Grandin2014-10-081-1/+1
* loplugin: cstylecastNoel Grandin2014-09-221-1/+1
* fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler2014-09-181-19/+1
* Improve exception msgStephan Bergmann2014-09-171-1/+1
* bug wrong order of test cause out of bound access.Norbert Thiebaud2014-09-121-2/+2
* InteractionSupplyName is a detail of SimpleNameClashResolveRequestStephan Bergmann2014-07-022-105/+126
* various: remove SAL_THROW macroNoel Grandin2014-06-051-3/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-232-9/+7