summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api
AgeCommit message (Expand)AuthorFilesLines
2021-10-29Prepare for removal of non-const operator[] from Sequence in dbaccessMike Kaganski2-12/+6
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski3-3/+3
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-5/+2
2021-10-11loplugin:moveparam in dbaccessNoel Grandin8-18/+18
2021-09-24we just want to append to the caught exception and rethrow itCaolán McNamara2-10/+9
2021-09-23leaks of OCollection in dbase importCaolán McNamara1-0/+1
2021-09-23memory leak on loading dbase filesCaolán McNamara2-3/+3
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski4-23/+6
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski4-14/+10
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski4-7/+7
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin2-3/+1
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-13/+13
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-10/+10
2021-06-03Revert "Initialize vector directly with the already known count number"Julien Nabet1-1/+1
2021-06-02Initialize vector directly with the already known count numberJulien Nabet1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann10-24/+24
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin4-21/+21
2021-04-22no need to create a temporary when appending to OUStringBufferNoel Grandin1-1/+1
2021-04-19convert some #define to OUStringLiteralNoel Grandin1-1/+1
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-3/+3
2021-02-22loplugin:refcounting in dbaccessNoel13-40/+34
2021-02-15loplugin:referencecasting in dbaccessNoel2-3/+3
2021-01-29loplugin:stringviewparam extend to new..Noel2-4/+4
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski1-4/+1
2021-01-09fix coverity parse errorsCaolán McNamara1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann2-4/+6
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-1/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel4-12/+12
2020-11-23Resolves: rhbz#1900428 don't crash on invalid index used in StarBasic macroCaolán McNamara1-3/+8
2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen2-2/+0
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel1-1/+1
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel2-2/+4
2020-10-02loplugin:reducevarscope in dbaccessNoel3-4/+6
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-1/+2
2020-09-15Fix typo in codeAndrea Gelmini4-12/+12
2020-09-13tdf#124176 Use #pragma once in dbaccess/source/coreGeorge Bateman21-70/+21
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-1/+1
2020-08-23Fix typoAndrea Gelmini1-5/+5
2020-07-13tdf#42949 Fix IWYU warnings in include/[a-r]*/*hxxGabor Kelemen1-0/+1
2020-05-15use more try_emplaceNoel Grandin1-4/+2
2020-05-13loplugin:unusedvariableplusNoel Grandin1-1/+0
2020-05-10new loplugin:simplifypointertoboolNoel Grandin2-2/+2
2020-05-08improve loplugin:referencecastingNoel Grandin2-2/+2
2020-05-08compact namespace in dbaccess..dtransNoel Grandin2-3/+3
2020-04-27loplugin:unusedfieldsNoel Grandin4-6/+2
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-25Typo: *Comparsion* -> *Comparison* in dbaccess/connectivityJulien Nabet1-3/+3
2020-04-24loplugin:unusedmethodsNoel Grandin2-41/+0
2020-04-17loplugin:buriedassign in dbaccessNoel Grandin3-10/+19
2020-04-15loplugin:flatten in dbaccessNoel Grandin10-401/+401