summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko1-4/+1
2016-06-06remove some manual ref counting in svx and xmloffNoel Grandin3-23/+14
2016-06-03Resolves: tdf#55566 opening two docs with open document macro events can crashCaolán McNamara1-6/+7
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin7-9/+9
2016-05-26avoid a global uno::Reference to the current XCommandEnvironmentCaolán McNamara2-5/+16
2016-05-19loplugin:unusedmethods in ucb/ucbhelperNoel Grandin10-76/+0
2016-05-16tdf#87938 libcmis: Google 2FA implementationSzymon Kłos4-0/+52
2016-05-13clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin8-37/+30
2016-05-10Assign 0 explicitly, avoiding intermediate downcastsMatteo Casalin1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann3-6/+6
2016-05-06tdf#99426 Use correct path for lock in PUT methodGiuseppe Castagno1-1/+7
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin2-6/+6
2016-05-04use Any constructor instead of temporariesNoel Grandin8-65/+25
2016-05-03tdf#98644 : better error message when wrong password enteredSzymon Kłos2-92/+123
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin1-12/+12
2016-04-25Some more sal_Bool -> boolStephan Bergmann1-1/+1
2016-04-22Related tdf#88502 a better implementation than the one in...Giuseppe Castagno1-23/+1
2016-04-21new plugin stylepoliceNoel Grandin3-15/+15
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann16-97/+97
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+1
2016-04-18clean-up: unused using declarations and includesJochen Nitschke5-28/+0
2016-04-15Related tdf#88502 Add default XCommandEnvironment to ...Giuseppe Castagno1-1/+23
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin9-32/+32
2016-04-14loplugin:passstuffbyref in ucbNoel Grandin10-12/+12
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke5-15/+0
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