summaryrefslogtreecommitdiffstats
path: root/ucb
Commit message (Expand)AuthorAgeFilesLines
* consistent naming of externals: cmis -> libcmisMichael Stahl2017-09-152-2/+2
* improve redundantcast lopluginNoel Grandin2017-09-141-4/+4
* clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin2017-09-149-39/+26
* Drop lazywrite property, which is silently ignored by configmgr anywayStephan Bergmann2017-09-052-38/+2
* Translate German comments/debug strings (leftovers in dirs test to uui)Johnny_M2017-09-041-1/+1
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-0427-100/+100
* Fix typosAndrea Gelmini2017-09-011-1/+1
* Use osl_atomic_inc/decrement in --with-webdav=serf code, tooStephan Bergmann2017-08-252-5/+5
* Various loplugin warnings in --with-webdav=serf codeStephan Bergmann2017-08-257-80/+72
* fix build regression from d347c2403605c5aa3ddd98fb605366914acab79fMarkus Mohrhard2017-08-221-1/+1
* fix bogus always-true assertsMichael Stahl2017-08-212-2/+2
* Removing unused code:FileContentIdentifier::m_aNormalizedIdccsheller2017-08-202-5/+1
* loplugin:unnecessaryparenNoel Grandin2017-08-181-1/+1
* Fix typosAndrea Gelmini2017-08-171-1/+1
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-172-4/+2
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-112-5/+4
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-113-6/+6
* loplugin:constparams in basctlNoel Grandin2017-07-311-2/+2
* loplugin:oncevarNoel Grandin2017-07-311-2/+1
* loplugin:checkunusedparams more part3Noel Grandin2017-07-2810-26/+17
* use more comphelper::InitAnyPropertySequenceNoel Grandin2017-07-259-452/+299
* loplugin:oncevarTor Lillqvist2017-07-181-3/+3
* loplugin:constparams in toolkit,ucb,xmlhelpNoel Grandin2017-07-188-13/+13
* extend loplugin useuniqueptr to OUString pointersNoel Grandin2017-07-171-8/+6
* use more OUString::operator== in test..xmlsecurityNoel Grandin2017-07-143-8/+8
* loplugin:oncevar: empty strings: ucbStephan Bergmann2017-07-135-13/+8
* fix the webdav=serf build after 65e4a776e8315fd61fd67ad00d28985b11f0b79eMarkus Mohrhard2017-07-121-1/+1
* simplify some OUString::copy callsNoel Grandin2017-07-112-2/+2
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-102-2/+2
* loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2017-07-072-3/+3
* use more begin()/end() for SequenceNoel Grandin2017-07-062-8/+5
* loplugin unnecessaryparan improvementsNoel Grandin2017-07-061-1/+1
* loplugin:unnecessaryparenStephan Bergmann2017-07-051-1/+1
* loplugin:unnecessaryparenStephan Bergmann2017-07-051-1/+1
* new loplugin unnecessaryparenNoel Grandin2017-07-052-2/+2
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-031-1/+1
* loplugin:oncevar in ucb..vbahelperNoel Grandin2017-06-288-38/+21
* s/catched/caughtNoel Grandin2017-06-261-1/+1
* Fix typosAndrea Gelmini2017-06-181-1/+1
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-183-4/+0
* replace misc double checked locking patternsJochen Nitschke2017-06-172-22/+4
* use local statics in getTypes functionsJochen Nitschke2017-06-171-23/+16
* loplugin:unusedfields in tools..vbahelperNoel Grandin2017-06-162-6/+0
* use more SAL_N_ELEMENTS part 1Noel Grandin2017-06-141-3/+1
* cleanup unused css/frame/* includesJochen Nitschke2017-06-121-1/+0
* -Werror=unused-variableMarkus Mohrhard2017-06-101-2/+0
* Make use of OUString::startsWithIgnoreAsciiCase rest parameterStephan Bergmann2017-06-071-2/+1
* ucb: replace double checked locking patternsJochen Nitschke2017-06-0615-328/+71
* spelling instanciate -> instantiateNoel Grandin2017-06-056-10/+10
* clang-tidy misc-string-compareNoel Grandin2017-06-012-2/+2