summaryrefslogtreecommitdiffstats
path: root/ucb
Commit message (Expand)AuthorAgeFilesLines
* usb: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-02-021-8/+0
* loplugin:useuniqueptr in TaskManager::UnqPathDataNoel Grandin2018-02-022-51/+12
* Support for webdav:// and webdavs:// schemes from command lineVasily Melenchuk2018-02-0111-170/+96
* make memory management more explicit in BaseContextNoel Grandin2018-01-296-138/+93
* loplugin:useuniqueptr in BaseContentNoel Grandin2018-01-292-36/+18
* loplugin:useuniqueptr in DataSupplier_ImplNoel Grandin2018-01-291-40/+17
* loplugin:useuniqueptr in ResultSetBaseNoel Grandin2018-01-292-13/+9
* loplugin:useuniqueptr in FTPContentProviderNoel Grandin2018-01-292-6/+6
* loplugin:useuniqueptr in XResultSet_implNoel Grandin2018-01-292-14/+9
* loplugin:useuniqueptr in SortedResultSetNoel Grandin2018-01-262-9/+7
* loplugin:useuniqueptr in PersistentPropertySet_ImplNoel Grandin2018-01-261-19/+10
* loplugin:useuniqueptr in SortedDynamicResultSetNoel Grandin2018-01-262-4/+5
* loplugin:useuniqueptr in ContentResultSetWrapperNoel Grandin2018-01-252-13/+10
* sal_Bool -> bool (remaining uses of css::uno::Any::has)Stephan Bergmann2018-01-241-1/+1
* loplugin:unusedmethods also check for functions returning boolNoel Grandin2018-01-192-5/+3
* loplugin:unnecessaryparen extend to delete statementsNoel Grandin2018-01-175-11/+11
* Fix typosAndrea Gelmini2018-01-162-4/+4
* Fix typosAndrea Gelmini2018-01-162-2/+2
* Fix typosAndrea Gelmini2018-01-151-2/+2
* More loplugin:cstylecast: ucbStephan Bergmann2018-01-128-34/+34
* loplugin:convertlong in ucb,sotNoel Grandin2018-01-093-11/+11
* drop ULONG typedefNoel Grandin2018-01-041-4/+2
* loplugin:passstuffbyref improved return in ucb,connectivityNoel Grandin2017-12-294-5/+5
* remove unused typedefsNoel Grandin2017-12-191-1/+0
* inline use-once typedefsNoel Grandin2017-12-193-8/+3
* No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2017-12-144-9/+9
* loplugin:salcall fix functionsNoel Grandin2017-12-1133-38/+38
* loplugin:salcall handle static methodsNoel Grandin2017-12-077-30/+30
* loplugin:salcall handle virtual methodsNoel Grandin2017-12-0612-36/+36
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-0526-231/+231
* loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann2017-11-301-1/+1
* Build as C++17 when GCC/Clang supports itStephan Bergmann2017-11-264-20/+0
* 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