summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2023-01-16XUnoTunnel->dynamic_cast in file::OResultSetNoel Grandin3-20/+2
2023-01-16XUnoTunnel->dynamic_cast in connectivityyNoel Grandin47-325/+28
2022-12-06Resolves: tdf#152381 Treat 0-0-0 invalid date as 0 relative daysEike Rathke1-0/+16
2022-11-22Resolves: tdf#152114 Use comphelper::date algorithmsEike Rathke1-91/+4
2022-10-21loplugin:referencecasting look for a new patternNoel Grandin1-2/+1
2022-10-11escapeWith is just a substitution for OUString::replaceAllMike Kaganski3-23/+6
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski4-4/+4
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin4-7/+7
2022-09-27use more string_view in connectivityNoel Grandin6-23/+23
2022-09-22connectivity: use default member initializers in OWriterConnectionMiklos Vajna2-3/+2
2022-09-18use more string_view in utl::TempFileNoel Grandin1-3/+1
2022-09-17cid#1500499 Resource leakCaolán McNamara3-30/+21
2022-09-16OSL_ENSURE->assert where we would crash if not trueCaolán McNamara1-3/+3
2022-09-15tdf#150877: Add support for Kamenický and Mazovia encodingsJulien Nabet1-2/+2
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin2-2/+2
2022-09-08Simplify by using replace instead of replaceAt in loop in connectivity (3)Julien Nabet1-11/+4
2022-09-08Simplify by using replace instead of replaceAt in loop in connectivity (4)Julien Nabet1-21/+9
2022-09-08Simplify by using replace instead of replaceAt in loop in connectivity (2)Julien Nabet1-8/+1
2022-09-08loplugin:unusedmethodsNoel Grandin1-1/+0
2022-09-08loplugin:virtualdeadNoel Grandin2-5/+3
2022-09-04tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala1-13/+11
2022-09-04Simplify by using replace instead of replaceAt in 2 loops in connectivityJulien Nabet2-21/+2
2022-09-01connectivity: use default member initializers in OWriterTableMiklos Vajna2-6/+3
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann39-39/+39
2022-08-18cid#1500536 silence Resource leakCaolán McNamara2-2/+4
2022-08-17cid#1500701 silence Dereference after null checkCaolán McNamara1-2/+7
2022-08-12tdf#113753 Easier use of CSV in Wizards->Address Data SourceRadhey Parekh1-1/+1
2022-08-11connectivity: avoid divide by zero in calculateTimeOutsCaolán McNamara1-1/+1
2022-08-07add libebook-1.2.so.21Rene Engelhard1-0/+1
2022-08-03Fix 32-bit buildsStephan Bergmann1-1/+1
2022-07-21elide some makeStringAndClear() callsNoel Grandin3-5/+5
2022-07-19No need to cast to char hereStephan Bergmann1-1/+1
2022-07-11tdf#149951: MySQL/MariaDB (direct connection) save images in BLOB-fieldsJulien Nabet1-2/+3
2022-07-05Related tdf#137145 tdf#137569 Capitalization + punctuation fixesAdolfo Jayme Barrientos1-51/+51
2022-07-02Use some more O3TL_UNREACHABLEStephan Bergmann1-8/+3
2022-07-01Use some more O3TL_UNREACHABLEStephan Bergmann2-33/+13
2022-06-29related tdf#126961 don't crash when access to the macOS address book is deniedChristian Lohmaier1-0/+7
2022-06-16loplugin:moveitNoel Grandin2-4/+3
2022-06-15Use some more appropriate index variable typesStephan Bergmann4-6/+12
2022-06-13clang-tidy modernize-pass-by-value in connectivityNoel Grandin86-280/+337
2022-06-08tdf#149470: Firebird, Clob may need several segments to store a very long inputJulien Nabet1-1/+34
2022-05-30Fix linking Library_evoabStephan Bergmann1-0/+1
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann18-21/+38
2022-05-23Fix typosAndrea Gelmini1-1/+1
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin1-2/+2
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin2-6/+5
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya6-32/+32
2022-05-05loplugin:unusedvariableplusNoel Grandin1-1/+0
2022-05-05use more o3tl::getTokenNoel Grandin3-14/+15
2022-05-05Just use Any ctor instead of makeAny (Linux, sequel)Stephan Bergmann1-1/+1