summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2018-02-02usb: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-8/+0
2018-02-02loplugin:useuniqueptr in TaskManager::UnqPathDataNoel Grandin2-51/+12
2018-02-01Support for webdav:// and webdavs:// schemes from command lineVasily Melenchuk11-170/+96
2018-01-29make memory management more explicit in BaseContextNoel Grandin6-138/+93
2018-01-29loplugin:useuniqueptr in BaseContentNoel Grandin2-36/+18
2018-01-29loplugin:useuniqueptr in DataSupplier_ImplNoel Grandin1-40/+17
2018-01-29loplugin:useuniqueptr in ResultSetBaseNoel Grandin2-13/+9
2018-01-29loplugin:useuniqueptr in FTPContentProviderNoel Grandin2-6/+6
2018-01-29loplugin:useuniqueptr in XResultSet_implNoel Grandin2-14/+9
2018-01-26loplugin:useuniqueptr in SortedResultSetNoel Grandin2-9/+7
2018-01-26loplugin:useuniqueptr in PersistentPropertySet_ImplNoel Grandin1-19/+10
2018-01-26loplugin:useuniqueptr in SortedDynamicResultSetNoel Grandin2-4/+5
2018-01-25loplugin:useuniqueptr in ContentResultSetWrapperNoel Grandin2-13/+10
2018-01-24sal_Bool -> bool (remaining uses of css::uno::Any::has)Stephan Bergmann1-1/+1
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin2-5/+3
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin5-11/+11
2018-01-16Fix typosAndrea Gelmini2-4/+4
2018-01-16Fix typosAndrea Gelmini2-2/+2
2018-01-15Fix typosAndrea Gelmini1-2/+2
2018-01-12More loplugin:cstylecast: ucbStephan Bergmann8-34/+34
2018-01-09loplugin:convertlong in ucb,sotNoel Grandin3-11/+11
2018-01-04drop ULONG typedefNoel Grandin1-4/+2
2017-12-29loplugin:passstuffbyref improved return in ucb,connectivityNoel Grandin4-5/+5
2017-12-19remove unused typedefsNoel Grandin1-1/+0
2017-12-19inline use-once typedefsNoel Grandin3-8/+3
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann4-9/+9
2017-12-11loplugin:salcall fix functionsNoel Grandin33-38/+38
2017-12-07loplugin:salcall handle static methodsNoel Grandin7-30/+30
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin12-36/+36
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin26-231/+231
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann1-1/+1
2017-11-26Build as C++17 when GCC/Clang supports itStephan Bergmann4-20/+0
2017-11-24loplugin:countusersofdefaultparams in sw (1)Noel Grandin2-3/+2
2017-11-22loplugin:simplifybool re-activate the !! warningNoel Grandin3-4/+4
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin2-2/+2
2017-11-18loplugin:flatten in toolkit..writerfilterNoel Grandin3-314/+317
2017-11-09RegexpMap::map: use range-based forMike Kaganski1-5/+3
2017-11-07loplugin:unnecessaryparenStephan Bergmann1-3/+3
2017-11-07loplugin:flattenStephan Bergmann1-6/+2
2017-11-07loplugin:includeform: automatic rewrite in --with-webdav=serf codeStephan Bergmann5-7/+7
2017-11-04Replace last list by vector in ucbJulien Nabet1-19/+15
2017-11-03Replace lists by vector or deque in ucb/ucbhelperJulien Nabet12-29/+27
2017-11-02improve constparam lopluginNoel Grandin2-8/+8
2017-10-27Replace lists by vectors in filtask (ucb)Julien Nabet2-91/+67
2017-10-27Replace list by vector in ucbstore (ucb)Julien Nabet1-8/+3
2017-10-23loplugin:includeform: ucbStephan Bergmann72-244/+244
2017-10-23overload std::hash for OUString and OStringNoel Grandin8-35/+9
2017-10-20loplugin:finalclasses in ucb,ucbhelperNoel Grandin5-19/+4
2017-10-04add << operator for css::uno::ExceptionNoel Grandin2-2/+2
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin3-13/+7