summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav
AgeCommit message (Expand)AuthorFilesLines
2016-06-13Fix typosAndrea Gelmini1-1/+1
2016-03-18Remaining argument from loplugin:constantparam in ucbKorrawit Pruegsanusak1-1/+1
2016-02-09Remove excess newlinesChris Sherlock25-100/+0
2016-02-04fix typoMarkus Mohrhard1-1/+1
2016-01-31unnecessary use of OUString constructorNoel Grandin1-12/+12
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-4/+2
2015-11-09com::sun::star->css in tools/ and ucb/Noel Grandin28-405/+284
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin2-8/+4
2015-10-13remove some useless commentsNoel Grandin1-1/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann21-119/+119
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-24boost->stdCaolán McNamara2-23/+23
2015-09-23boost::scoped_ptr->std::unique_ptrCaolán McNamara5-34/+32
2015-09-09ucb: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-1/+1
2015-08-27Add vnd.sun.star.webdavs URL schemeStephan Bergmann3-2/+20
2015-08-27Apply webdav-neon/ fix to webdav/, tooStephan Bergmann1-3/+7
2015-08-18cppcheck:noExplicitConstructor in webdav, serf versionGiuseppe Castagno3-17/+5
2015-08-17Clean up reinterpret_castsStephan Bergmann1-17/+6
2015-08-17loplugin:cstylecastStephan Bergmann2-6/+5
2015-08-17cppcheck:noExplicitConstructorGiuseppe Castagno2-1/+13
2015-08-07cppcheck:noExplicitConstructorNoel Grandin1-6/+5
2015-07-27loplugin:cstylecastNoel Grandin4-8/+5
2015-07-27loplugin:staticmethodsNoel Grandin4-12/+12
2015-07-27loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-07-27loplugin:simplifyboolNoel Grandin2-8/+4
2015-07-27loplugin:stringconstantNoel Grandin5-19/+20
2015-07-27fix --with-webdav=serf buildNoel Grandin1-1/+1
2015-07-23inline a handful of use-once #definesNoel Grandin1-17/+5
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15cppcheck:unreadVariableNoel Grandin1-2/+1
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet1-1/+1
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin3-3/+3
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara8-12/+12
2015-05-18Remove include stdio (part2)Julien Nabet1-1/+0
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin4-17/+17
2015-04-07cppcheck: should be passed by referenceCaolán McNamara1-2/+2
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-4/+4
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-22/+16
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara3-18/+6
2014-11-18Need <cppuhelper/queryinterface.hxx> nowTor Lillqvist1-0/+3
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava3-8/+8
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2-8/+10
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin2-10/+8
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin2-2/+0
2014-10-08spelling: instanciated -> instantiatedNoel Grandin1-3/+3
2014-10-01ucb: std::auto_ptr -> std::unique_ptrStephan Bergmann3-3/+3
2014-10-01Fix warnings in ucb/source/ucp/webdav/ (--with-webdav=serf)Stephan Bergmann10-80/+80
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler1-18/+1
2014-08-25set names on a bunch more threads...Michael Stahl1-0/+2
2014-07-11webdav: Do not return reference here.Matúš Kukan2-4/+4