summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2016-04-11cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-04-05These are SAL_INFO, at bestStephan Bergmann1-2/+2
2016-04-05loplugin:constantparam in ucbNoel Grandin9-49/+21
2016-04-04unnecessary reallocNoel Grandin2-14/+12
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke5-13/+0
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin5-9/+9
2016-03-30loplugin:nullptr: Find some more cases in templatesStephan Bergmann1-2/+2
2016-03-29Avoid reserved identifiersStephan Bergmann2-20/+20
2016-03-18Remaining argument from loplugin:constantparam in ucbKorrawit Pruegsanusak1-1/+1
2016-03-18Restore WebDAV credential dialog functionality...Giuseppe Castagno1-1/+0
2016-03-16loplugin:constantfunction in ucbhelperNoel Grandin5-11/+6
2016-03-15loplugin:constantparamNoel Grandin4-7/+7
2016-03-15tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-22/+7
2016-03-14inline some use-once macrosNoel Grandin2-4/+1
2016-03-11tdf#97966 redundant static keywords removed 6Wastack1-3/+3
2016-03-10Avoid reserved identifiersStephan Bergmann1-10/+10
2016-03-10Avoid reserved identifierStephan Bergmann1-1/+1
2016-03-10Avoid reserved identifierStephan Bergmann1-2/+2
2016-03-10Avoid reserved identifiersStephan Bergmann1-4/+4
2016-03-10Make CppunitTest name match *.mk file nameStephan Bergmann1-9/+9
2016-03-10These tests can just derive from plain CppUnit::TestFixtureStephan Bergmann1-18/+3
2016-03-09loplugin:constantparams in ucbNoel Grandin3-23/+7
2016-03-08follow the boost lib naming scheme for DateTime tooDavid Tardon1-1/+1
2016-03-07tdf#97499 Remove some Default arguments in unordered containerJaskaran1-1/+1
2016-03-07loplugin:unuseddefaultparamsNoel Grandin1-8/+4
2016-03-07improve defaultparams lopluginNoel Grandin2-8/+4
2016-03-03loplugin:stringconstantStephan Bergmann1-1/+1
2016-03-03ucb: replace boost::bind with C++11 lambdasMichael Stahl1-5/+1
2016-02-29loplugin:unuseddefaultparam in ucbNoel Grandin5-37/+18
2016-02-23new loplugin: commaoperatorNoel Grandin2-10/+10
2016-02-19new loplugin: find write-only fieldsNoel Grandin1-2/+0
2016-02-17use consistent #define checks for the Windows platformNoel Grandin2-2/+2
2016-02-09Remove excess newlinesChris Sherlock146-1026/+0
2016-02-09Fix tdf#97500 Reinstate missing file error dialog on WebDAVGiuseppe Castagno1-21/+5
2016-02-08loplugin:unusedmethodsNoel Grandin1-29/+0
2016-02-05Fix typosAndrea Gelmini2-2/+2
2016-02-04fix typoMarkus Mohrhard1-1/+1
2016-02-02boost::hash->std::hashNoel Grandin1-2/+2
2016-01-31unnecessary use of OUString constructorNoel Grandin1-12/+12
2016-01-30Related tdf#95217: Force HEAD method in Web access if PROPFIND failedGiuseppe Castagno1-0/+3
2016-01-30Related tdf#95217: Http header names are case insensitiveGiuseppe Castagno2-4/+8
2016-01-29Fix typo, change misleading warning messageGiuseppe Castagno1-3/+3
2016-01-29sequence->vector in OInteractionRequestNoel Grandin2-2/+2
2016-01-26Add initial cppunit test to webdav, 'local' only, neon versionGiuseppe Castagno3-0/+135
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin22-79/+90
2016-01-13loplugin:unusedmethods unused return value in ucb/Noel Grandin14-74/+33
2016-01-12Related tdf#96174: save again on Google Drive.Giuseppe Castagno2-2/+10
2016-01-10Fix typosAndrea Gelmini6-6/+6
2016-01-08cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-01-08tdf#96669: IsDocument should be true only if the document existsGiuseppe Castagno1-5/+21