summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* loplugin:stringadd convert chained append to +Noel Grandin2021-04-275-12/+7
* no need to create temporaries when appending number to O[U]StringBufferNoel Grandin2021-04-221-1/+1
* no need makeStringAndClear() when appending to bufferNoel Grandin2021-04-221-1/+1
* use OUString::Concat here, not OUStringLiteralNoel Grandin2021-04-201-1/+1
* loplugin:stringliteralvar look for assignmentsNoel Grandin2021-04-151-1/+1
* update PCHsCaolán McNamara2021-04-122-3/+2
* update PCHsLuboš Luňák2021-04-085-7/+8
* lok: remove event listener when disposingHenry Castro2021-04-081-1/+1
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-22/+28
* update pchesCaolán McNamara2021-04-063-3/+5
* Simplify some static variable initializationsMike Kaganski2021-04-021-3/+1
* tdf#141115 semi-userfriendly message on UNION query on file driverLionel Elie Mamane2021-03-271-0/+7
* tdf#141115: correctly find the ORDER BY clause of a UNIONLionel Elie Mamane2021-03-271-5/+22
* fix connectivity buildCaolán McNamara2021-03-251-2/+2
* const OUString -> const OUStringLiteralMike Kaganski2021-03-257-10/+10
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* tdf#124176: Use pragma once instead of include guardsMehmet Sait Gülmez2021-03-231-3/+1
* tdf#124176 replace include guards with pragma oncePanos2021-03-2320-74/+20
* tdf#124176 Use pragma once in connectivityVincent LE GARREC2021-03-23247-866/+247
* fix typo in code: anylizeSQL->analyzeSQLJulien Nabet2021-03-212-4/+4
* update pchesCaolán McNamara2021-03-212-3/+2
* update pchesJulien Nabet2021-03-132-4/+3
* Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski2021-03-102-4/+2
* Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski2021-03-101-1/+1
* loplugin:refcounting (clang-cl)Stephan Bergmann2021-03-098-98/+62
* Make sal/config.h the first in pchMike Kaganski2021-03-0911-22/+22
* loplugin:refcounting (macOS)Stephan Bergmann2021-03-082-3/+4
* update pchesJulien Nabet2021-03-061-1/+1
* update pchesJulien Nabet2021-03-063-4/+8
* loplugin:refcounting (--enable-evolution2)Stephan Bergmann2021-03-058-35/+28
* update pchesCaolán McNamara2021-03-031-1/+1
* loplugin:refcounting (--enable-postgresql-sdbc)Stephan Bergmann2021-03-0324-75/+108
* loplugin:refcounting (clang-cl)Stephan Bergmann2021-03-031-5/+3
* loplugin:referencecasting (clang-cl)Stephan Bergmann2021-03-031-1/+1
* loplugin:refcounting (macOS)Stephan Bergmann2021-03-025-31/+23
* loplugin:refcounting in connectivityNoel2021-02-2616-19/+19
* update pchesCaolán McNamara2021-02-231-1/+1
* loplugin:refcounting in connectivityNoel2021-02-2263-304/+226
* loplugin:referencecasting (--enable-evolution2)Stephan Bergmann2021-02-192-2/+2
* update pchesCaolán McNamara2021-02-191-1/+1
* loplugin:referencecasting (macOS)Stephan Bergmann2021-02-183-4/+4
* createResulSet -> createResultSetNoel Grandin2021-02-184-5/+5
* loplugin:referencecasting in connectivityNoel2021-02-1720-29/+28
* Remove unneeded breaksAndrea Gelmini2021-02-101-1/+0
* loplugin:referencecasting check for Reference::queryNoel2021-02-091-1/+1
* update pchesCaolán McNamara2021-02-081-1/+1
* restore com.sun.star.mozilla.MozillaBootstrapCaolán McNamara2021-02-0512-0/+921
* loplugin:stringviewparam extend to new..Noel2021-01-2911-42/+42
* simplify code, use more subView()Noel2021-01-283-6/+6
* tdf#96505 Get rid of cargo cult 'long' integer literalsAlchemist2021-01-271-7/+7