summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2016-07-08loplugin:redundantcast: redundant static_casts in ucbStephan Bergmann1-1/+1
2016-07-07tdf#100783 Avoid infinite recursion in Content::getObject()Mike Kaganski1-9/+12
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann14-15/+15
2016-07-05Fix link in commentStephan Bergmann1-1/+2
2016-07-05tdf#94378: Respond to OnStorageChangedStephan Bergmann1-1/+2
2016-07-05Clarify calculation precedence tdf#39440Muhammet Kara1-1/+1
2016-07-05merge tdoc_ucp::OfficeDocumentsEventListener withNoel Grandin3-17/+8
2016-07-04merge ftp::ResultSetFactory with ResultSetFactoryINoel Grandin2-43/+37
2016-06-28loplugin:singlevalfields in variousNoel Grandin4-7/+1
2016-06-27Clean up uses of Any::getValue() in ucbStephan Bergmann1-11/+8
2016-06-24Force lowercase on WebDAV received header names.Giuseppe Castagno2-2/+6
2016-06-24In case of Web site access, add Content-Type to HEAD request.Giuseppe Castagno1-3/+8
2016-06-23remove some more (void) style function definitions/declarationsNoel Grandin21-468/+234
2016-06-20UCB: Simplify ucb_impl::Regexp rtl/character.hxx usage.Arnaud Versini1-8/+2
2016-06-13Fix typosAndrea Gelmini1-1/+1
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