summaryrefslogtreecommitdiffstats
path: root/ucb
Commit message (Expand)AuthorAgeFilesLines
* tdf#116489 - fix ucb TaskManager deadlock.Michael Meeks2018-03-191-1/+3
* loplugin:countusersofdefaultparams in sw (1)Noel Grandin2017-11-242-3/+2
* loplugin:simplifybool re-activate the !! warningNoel Grandin2017-11-223-4/+4
* look for =() in loplugin:unnecessaryparenNoel Grandin2017-11-202-2/+2
* loplugin:flatten in toolkit..writerfilterNoel Grandin2017-11-183-314/+317
* RegexpMap::map: use range-based forMike Kaganski2017-11-091-5/+3
* loplugin:unnecessaryparenStephan Bergmann2017-11-071-3/+3
* loplugin:flattenStephan Bergmann2017-11-071-6/+2
* loplugin:includeform: automatic rewrite in --with-webdav=serf codeStephan Bergmann2017-11-075-7/+7
* Replace last list by vector in ucbJulien Nabet2017-11-041-19/+15
* Replace lists by vector or deque in ucb/ucbhelperJulien Nabet2017-11-0312-29/+27
* improve constparam lopluginNoel Grandin2017-11-022-8/+8
* Replace lists by vectors in filtask (ucb)Julien Nabet2017-10-272-91/+67
* Replace list by vector in ucbstore (ucb)Julien Nabet2017-10-271-8/+3
* loplugin:includeform: ucbStephan Bergmann2017-10-2372-244/+244
* overload std::hash for OUString and OStringNoel Grandin2017-10-238-35/+9
* loplugin:finalclasses in ucb,ucbhelperNoel Grandin2017-10-205-19/+4
* add << operator for css::uno::ExceptionNoel Grandin2017-10-042-2/+2
* loplugin:flatten check for throw in then clauseNoel Grandin2017-09-293-13/+7
* loplugin:flatten in toolkit..vbahelperNoel Grandin2017-09-275-87/+79
* new loplugin unnecessarycatchthrowNoel Grandin2017-09-231-12/+1
* Avoid VCL_DLLPUBLIC SolarMutexGuard "taking over" template base class on MSVCStephan Bergmann2017-09-221-0/+1
* Replace some lists by vectors (ucb)Julien Nabet2017-09-222-15/+10
* 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