summaryrefslogtreecommitdiff
path: root/connectivity/source/sdbcx
AgeCommit message (Expand)AuthorFilesLines
2022-05-04Just use Any ctor instead of makeAny in connectivityStephan Bergmann1-5/+5
2022-04-20loplugin:passstuffbyrefNoel Grandin1-1/+1
2021-11-27use more OInterfaceContainerHelper3 in connectivity::sdbcx::OCollectionNoel Grandin1-4/+4
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-2/+3
2021-09-23leaks of OCollection in dbase importCaolán McNamara1-2/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-3/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski1-3/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski2-3/+3
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann8-16/+16
2021-02-22loplugin:refcounting in connectivityNoel2-3/+2
2021-02-17loplugin:referencecasting in connectivityNoel1-2/+2
2020-08-20Use OSL_UNREACHABLEStephan Bergmann1-3/+2
2020-02-10move some headers inside connectivityNoel Grandin7-7/+7
2020-01-31new loplugin:namespaceindentationNoel Grandin1-2/+2
2020-01-24loplugin:makeshared in connectivity..cppuhelperNoel Grandin1-1/+1
2020-01-15clang-tidy modernize-concat-nested-namespace in connectivityNoel Grandin1-4/+1
2020-01-14tdf#42949 Fix IWYU warnings in connectivity/*/*cxxGabor Kelemen10-20/+0
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin1-1/+2
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov1-1/+1
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet6-41/+6
2019-08-05tdf#39593 Drop connectivity::sdbcx::ODescriptor::getImplementationArkadiy Illarionov2-13/+6
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): connectivityStephan Bergmann6-12/+12
2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen10-0/+12
2019-03-09Simplify containers iterations in connectivityArkadiy Illarionov1-3/+5
2019-02-08loplugin:indentation in connectivityNoel Grandin1-1/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin5-12/+0
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+1
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-1/+3
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-02-05loplugin:useuniqueptr in OTableNoel Grandin1-21/+12
2018-02-02remove connectivity OSubComponentNoel Grandin1-8/+0
2018-01-29loplugin:useuniqueptr in OCatalogNoel Grandin1-8/+4
2018-01-27Modernize a bit connectivity (part2)Julien Nabet1-5/+5
2017-12-20inline typedefs in connectivity/StdTypeDefsNoel Grandin2-5/+5
2017-10-23loplugin:includeform: connectivityStephan Bergmann10-12/+12
2017-09-21More naming errors. There are no "Descriptions" in the SDBCX module,Damjan Jovanovic4-8/+8
2017-09-21Fix a typo in the XServiceInfo implementationDamjan Jovanovic1-3/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-03use begin()/end() when working with SequenceNoel Grandin1-2/+2
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-3/+2
2017-06-13use local statics for getUnoTunnelImplementationIdJochen Nitschke1-11/+3
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist2-13/+13
2017-02-06Add missing #includesStephan Bergmann1-0/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann12-103/+103
2017-01-17new loplugin: useuniqueptr: connectivityNoel Grandin4-8/+4
2016-11-28loplugin:unnecessaryoverride (dtors) in connectivityStephan Bergmann1-3/+0
2016-10-13loplugin:unnecessaryoverrideNoel Grandin1-5/+0
2016-09-14loplugin:constantparam in chart2..connectivityNoel Grandin5-17/+10