summaryrefslogtreecommitdiff
path: root/dbaccess/source/core
AgeCommit message (Expand)AuthorFilesLines
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-23Extend loplugin:stringviewparam to starts/endsWith: dbaccessStephan Bergmann1-2/+3
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski1-3/+4
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski6-33/+8
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski6-19/+14
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski8-12/+12
2021-09-06[API CHANGE] oox: fix import of chart date categoriesDennis Francis2-2/+2
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin6-32/+5
2021-08-15rtl::Static -> thread-safe static localNoel Grandin1-7/+0
2021-08-08create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use itNoel Grandin2-6/+6
2021-08-07no need to use UNO_QUERY hereNoel Grandin1-3/+1
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin2-4/+4
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-13/+13
2021-07-25use officecfg to retrieve OdfDefaultVersionNoel Grandin1-1/+1
2021-07-24use officecfg to retrieve SaveRelFSysNoel Grandin1-3/+2
2021-07-24use officecfg to retrieve PrettyPrintingNoel Grandin1-1/+2
2021-06-30Purge out rtl::math::setNanBaiXiaochun1-5/+1
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin3-12/+12
2021-06-11Simplify Sequence/vector initializationsJulien Nabet1-3/+1
2021-06-08Simplify Sequences initializations (dbaccess)Julien Nabet2-8/+8
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 Bergmann32-71/+71
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin2-11/+4
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin5-22/+22
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-04-19use more string_view in comphelper::stringNoel Grandin1-3/+3
2021-03-25const OUString -> const OUStringLiteralMike Kaganski2-4/+4
2021-03-23use single-use attribute for DataAccessDescriptorFactoryNoel Grandin1-13/+1
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2021-03-05loplugin:refcounting return objects properlyNoel1-1/+1
2021-02-22loplugin:refcounting in dbaccessNoel21-68/+63
2021-02-15loplugin:referencecasting in dbaccessNoel14-27/+25
2021-01-29loplugin:stringviewparam extend to new..Noel4-6/+6
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski2-6/+2
2021-01-09fix coverity parse errorsCaolán McNamara6-8/+8
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann2-4/+6
2020-12-26New loplugin:stringliteralvarStephan Bergmann7-9/+9
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-12/+12
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel2-3/+4
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel6-16/+16
2020-11-23Resolves: rhbz#1900428 don't crash on invalid index used in StarBasic macroCaolán McNamara1-3/+8
2020-11-19tdf#123936 Formatting files in module dbaccess with clang-formatPhilipp Hofer3-52/+45
2020-11-19loplugin:stringview: Flag empty string converted to string viewStephan Bergmann1-1/+1
2020-11-18crashtesting: intermittent failure on tdf118824-1.odbCaolán McNamara1-9/+13
2020-11-17loplugin:stringviewparam check methods tooNoel4-8/+8
2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen4-8/+0