summaryrefslogtreecommitdiff
path: root/connectivity/source/cpool/ZPoolCollection.cxx
AgeCommit message (Expand)AuthorFilesLines
37 hoursDrop uses of css::uno::Sequence::getConstArray in canvas .. connectivityMike Kaganski1-6/+3
9 daysuse more OUString literalNoel Grandin1-33/+14
10 daystdf#144256: Missing destruction of FirebirdDriver, OSDBCDriverManagerJulien Nabet1-3/+6
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-05-04Just use Any ctor instead of makeAny in connectivityStephan Bergmann1-1/+1
2021-10-29Prepare for removal of non-const operator[] from Sequence in connectivityMike Kaganski1-2/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-02-22loplugin:refcounting in connectivityNoel1-3/+3
2021-02-17loplugin:referencecasting in connectivityNoel1-1/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel1-1/+1
2020-08-29Fix typo in codeAndrea Gelmini1-4/+4
2020-07-29Remove some unused includesMiklos Vajna1-1/+0
2020-07-14connectivity/dbpool2: create instances with uno constructorsNoel Grandin1-21/+9
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): connectivityStephan Bergmann1-6/+6
2019-07-19cid#1448480 Uncaught exceptionCaolán McNamara1-2/+2
2019-06-14loplugin:logexceptionnicely in configmgr..connectivityNoel Grandin1-2/+2
2019-03-10tdf#39593 use existing clearConnectionPools() methodArkadiy Illarionov1-5/+1
2019-03-09Simplify containers iterations in connectivityArkadiy Illarionov1-13/+7
2019-03-07log nice exception messages whereever possibleNoel Grandin1-1/+3
2019-02-08loplugin:indentation in connectivityNoel Grandin1-2/+2
2018-07-16Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann1-3/+3
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-3/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert connectivity module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-02-28new loplugin unoanyNoel Grandin1-4/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-14/+14
2016-11-10loplugin:expandablemethods in comphelper..cppuhelperNoel Grandin1-8/+3
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-07-22Fix typosAndrea Gelmini1-1/+1
2016-06-09remove some manual ref-counting in connectivityNoel Grandin1-10/+4
2016-05-30com::sun::star->css in connectivityNoel Grandin1-4/+4
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin1-1/+0
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-09-09Get rid of connectivity's diagnose_ex.hStephan Bergmann1-1/+0
2015-04-23loplugin:staticmethodsNoel Grandin1-2/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-15/+10
2014-07-01New loplugin:stringconcatStephan Bergmann1-1/+1
2014-04-16connectivity: sal_Bool->boolNoel Grandin1-13/+13
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-12/+12
2014-02-24Remove unnecessary extractInterfaceStephan Bergmann1-5/+10
2014-02-23Remove unneccessary commentsAlexander Wilms1-32/+32