summaryrefslogtreecommitdiffstats
path: root/ucb
Commit message (Expand)AuthorAgeFilesLines
* tdf#101385: don't try to get SharePoint folder outside of allowed rangeMike Kaganski2016-08-101-1/+1
* curl 7.50.0 has CURL as typedef struct Curl_easyCaolán McNamara2016-07-251-1/+1
* Resolves: tdf#55566 opening two docs with open document macro events can crashCaolán McNamara2016-06-031-6/+7
* avoid a global uno::Reference to the current XCommandEnvironmentCaolán McNamara2016-05-262-5/+16
* loplugin:unusedmethods in ucb/ucbhelperNoel Grandin2016-05-1910-76/+0
* tdf#87938 libcmis: Google 2FA implementationSzymon Kłos2016-05-164-0/+52
* clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin2016-05-138-37/+30
* Assign 0 explicitly, avoiding intermediate downcastsMatteo Casalin2016-05-101-1/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-103-6/+6
* tdf#99426 Use correct path for lock in PUT methodGiuseppe Castagno2016-05-061-1/+7
* teach passstuffbyref plugin to check for..Noel Grandin2016-05-062-6/+6
* use Any constructor instead of temporariesNoel Grandin2016-05-048-65/+25
* tdf#98644 : better error message when wrong password enteredSzymon Kłos2016-05-032-92/+123
* teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2016-04-281-12/+12
* Some more sal_Bool -> boolStephan Bergmann2016-04-251-1/+1
* Related tdf#88502 a better implementation than the one in...Giuseppe Castagno2016-04-221-23/+1
* new plugin stylepoliceNoel Grandin2016-04-213-15/+15
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-2016-97/+97
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-2/+1
* clean-up: unused using declarations and includesJochen Nitschke2016-04-185-28/+0
* Related tdf#88502 Add default XCommandEnvironment to ...Giuseppe Castagno2016-04-151-1/+23
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-149-32/+32
* loplugin:passstuffbyref in ucbNoel Grandin2016-04-1410-12/+12
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-125-15/+0
* cppcheck: noExplicitConstructorCaolán McNamara2016-04-111-1/+1
* These are SAL_INFO, at bestStephan Bergmann2016-04-051-2/+2
* loplugin:constantparam in ucbNoel Grandin2016-04-059-49/+21
* unnecessary reallocNoel Grandin2016-04-042-14/+12
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-025-13/+0
* use SAL_N_ELEMENTS more widelyNoel Grandin2016-03-315-9/+9
* loplugin:nullptr: Find some more cases in templatesStephan Bergmann2016-03-301-2/+2
* Avoid reserved identifiersStephan Bergmann2016-03-292-20/+20
* Remaining argument from loplugin:constantparam in ucbKorrawit Pruegsanusak2016-03-181-1/+1
* Restore WebDAV credential dialog functionality...Giuseppe Castagno2016-03-181-1/+0
* loplugin:constantfunction in ucbhelperNoel Grandin2016-03-165-11/+6
* loplugin:constantparamNoel Grandin2016-03-154-7/+7
* tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-151-22/+7
* inline some use-once macrosNoel Grandin2016-03-142-4/+1
* tdf#97966 redundant static keywords removed 6Wastack2016-03-111-3/+3
* Avoid reserved identifiersStephan Bergmann2016-03-101-10/+10
* Avoid reserved identifierStephan Bergmann2016-03-101-1/+1
* Avoid reserved identifierStephan Bergmann2016-03-101-2/+2
* Avoid reserved identifiersStephan Bergmann2016-03-101-4/+4
* Make CppunitTest name match *.mk file nameStephan Bergmann2016-03-101-9/+9
* These tests can just derive from plain CppUnit::TestFixtureStephan Bergmann2016-03-101-18/+3
* loplugin:constantparams in ucbNoel Grandin2016-03-093-23/+7
* follow the boost lib naming scheme for DateTime tooDavid Tardon2016-03-081-1/+1
* tdf#97499 Remove some Default arguments in unordered containerJaskaran2016-03-071-1/+1
* loplugin:unuseddefaultparamsNoel Grandin2016-03-071-8/+4
* improve defaultparams lopluginNoel Grandin2016-03-072-8/+4