summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)Author
2017-09-23new loplugin unnecessarycatchthrowNoel Grandin
2017-09-22Avoid VCL_DLLPUBLIC SolarMutexGuard "taking over" template base class on MSVCStephan Bergmann
2017-09-22Replace some lists by vectors (ucb)Julien Nabet
2017-09-15consistent naming of externals: cmis -> libcmisMichael Stahl
2017-09-14improve redundantcast lopluginNoel Grandin
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin
2017-09-05Drop lazywrite property, which is silently ignored by configmgr anywayStephan Bergmann
2017-09-04Translate German comments/debug strings (leftovers in dirs test to uui)Johnny_M
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-09-01Fix typosAndrea Gelmini
2017-08-25Use osl_atomic_inc/decrement in --with-webdav=serf code, tooStephan Bergmann
2017-08-25Various loplugin warnings in --with-webdav=serf codeStephan Bergmann
2017-08-22fix build regression from d347c2403605c5aa3ddd98fb605366914acab79fMarkus Mohrhard
2017-08-21fix bogus always-true assertsMichael Stahl
2017-08-20Removing unused code:FileContentIdentifier::m_aNormalizedIdccsheller
2017-08-18loplugin:unnecessaryparenNoel Grandin
2017-08-17Fix typosAndrea Gelmini
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-31loplugin:constparams in basctlNoel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-07-28loplugin:checkunusedparams more part3Noel Grandin
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin
2017-07-18loplugin:oncevarTor Lillqvist
2017-07-18loplugin:constparams in toolkit,ucb,xmlhelpNoel Grandin
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin
2017-07-13loplugin:oncevar: empty strings: ucbStephan Bergmann
2017-07-12fix the webdav=serf build after 65e4a776e8315fd61fd67ad00d28985b11f0b79eMarkus Mohrhard
2017-07-11simplify some OUString::copy callsNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-07-06use more begin()/end() for SequenceNoel Grandin
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin
2017-07-05loplugin:unnecessaryparenStephan Bergmann
2017-07-05loplugin:unnecessaryparenStephan Bergmann
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-06-28loplugin:oncevar in ucb..vbahelperNoel Grandin
2017-06-26s/catched/caughtNoel Grandin
2017-06-18Fix typosAndrea Gelmini
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-17replace misc double checked locking patternsJochen Nitschke
2017-06-17use local statics in getTypes functionsJochen Nitschke
2017-06-16loplugin:unusedfields in tools..vbahelperNoel Grandin
2017-06-14use more SAL_N_ELEMENTS part 1Noel Grandin
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-06-10-Werror=unused-variableMarkus Mohrhard
2017-06-07Make use of OUString::startsWithIgnoreAsciiCase rest parameterStephan Bergmann