summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools
AgeCommit message (Expand)AuthorFilesLines
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann2-2/+4
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin1-2/+1
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya1-1/+1
2022-05-05use more o3tl::getTokenNoel Grandin1-1/+2
2022-05-04Just use Any ctor instead of makeAny in connectivityStephan Bergmann9-27/+27
2022-04-20loplugin:passstuffbyrefNoel Grandin3-3/+3
2022-04-11use more string_viewNoel Grandin1-2/+2
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin1-4/+5
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin1-4/+4
2022-02-22Add XWeak constructor and operator= to uno::WeakReferenceNoel Grandin1-3/+1
2022-02-08Drop some methods returning just a string and only used onceJulien Nabet1-17/+3
2022-01-14Mysql/MariaDB: tdf#81430 make tables editable (with or without PK)Julien Nabet1-0/+5
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen3-4/+0
2021-11-27use more OInterfaceContainerHelper3 in dbtools::ParameterManagerNoel Grandin1-2/+2
2021-11-24loplugin:stringliteraldefine in connectivityNoel Grandin1-1/+6
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin3-4/+4
2021-11-23remove ORowSetValue implicit conversion methodsNoel Grandin3-44/+44
2021-11-14Replace VISIT_PARAMETER in commontools/parameters.cxx (connectivity)Julien Nabet1-31/+132
2021-11-02Drop char*-based API from NamedValueCollectionMike Kaganski1-3/+3
2021-10-29Prepare for removal of non-const operator[] from Sequence in connectivityMike Kaganski4-12/+8
2021-10-19Use MsLangId::getConfiguredSystemLanguage()Eike Rathke1-1/+1
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2-7/+4
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski2-4/+5
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-1/+1
2021-10-08loplugin:moveparam in connectivityNoel Grandin3-5/+5
2021-10-07ofz: Integer-overflowCaolán McNamara1-2/+2
2021-10-06loplugin:moveparam in connectivityNoel Grandin4-9/+10
2021-10-02ofz#39515 avoid Integer-overflowCaolán McNamara1-2/+8
2021-10-01loplugin:constmethodNoel Grandin1-5/+4
2021-09-29this scoping detracts from readabilityCaolán McNamara1-6/+3
2021-09-29ofz#39403 avoid Integer-overflowCaolán McNamara1-2/+2
2021-09-26ofz#39301 month has to be in range [1-12]Caolán McNamara1-3/+6
2021-09-24make SQLExceptionInfo utilities available for external useCaolán McNamara1-37/+34
2021-09-24split SQLExceptionInfo::append moreCaolán McNamara1-10/+16
2021-09-24refactor getting the last exception of a SQLException chainCaolán McNamara1-12/+7
2021-09-24split SQLExceptionInfo::appendCaolán McNamara1-16/+31
2021-09-24some prerequisites to use dbase import with config unavailableCaolán McNamara1-0/+8
2021-09-23leaks of OCollection in dbase importCaolán McNamara1-4/+4
2021-09-17Use OUString::unacquiredStephan Bergmann1-11/+11
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski2-6/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski2-6/+4
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski2-2/+2
2021-08-28clang-tidy:readability-redundant-member-initNoel Grandin3-12/+2
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin2-3/+3
2021-06-21remove some unnecessary OUString::internNoel Grandin1-1/+2
2021-06-08Simplify Sequences initializations (comphelper+connectivity)Julien Nabet1-4/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-4/+1
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin2-7/+3
2021-03-25const OUString -> const OUStringLiteralMike Kaganski4-5/+5