summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2016-05-012-2/+2
* Fix typosAndrea Gelmini2016-05-011-1/+1
* Fix typosAndrea Gelmini2016-04-303-5/+5
* teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2016-04-282-6/+6
* -Werror,-WvarargsStephan Bergmann2016-04-271-1/+1
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-263-19/+19
* Some more sal_Bool -> boolStephan Bergmann2016-04-251-2/+2
* clang-tidy modernize-loop-convert in d*Noel Grandin2016-04-2524-131/+126
* Avoid reserved identifiersStephan Bergmann2016-04-2210-54/+54
* Fix typosAndrea Gelmini2016-04-221-1/+1
* aColumns is only used as a setStephan Bergmann2016-04-211-8/+11
* tableNames_t is only used as a setStephan Bergmann2016-04-211-10/+5
* comphelper::UStringMixLess defaults to bCaseSensitive = trueStephan Bergmann2016-04-211-1/+1
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-2072-261/+261
* Replace map to sal_Bool with map to boolStephan Bergmann2016-04-201-8/+8
* Replace map to sal_Bool with map to boolStephan Bergmann2016-04-201-4/+4
* Replace map to sal_Bool with map to boolStephan Bergmann2016-04-201-4/+4
* clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin2016-04-204-8/+6
* Avoid reserved identifiersStephan Bergmann2016-04-1816-202/+202
* Elide const varsStephan Bergmann2016-04-181-5/+2
* dbaccess: replace boost::bind with C++11 lambdasMichael Stahl2016-04-181-4/+9
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-1813-61/+36
* clean-up: unused using declarations and includesJochen Nitschke2016-04-1839-128/+0
* tdf#94306 remove unused boost dependenciesJochen Nitschke2016-04-134-4/+0
* loplugin:passstuffbyref in dbaccessNoel Grandin2016-04-1354-89/+89
* Avoid reserved identifiersStephan Bergmann2016-04-1215-45/+45
* Avoid reserved identifierStephan Bergmann2016-04-123-5/+5
* Avoid reserved identifierStephan Bergmann2016-04-123-5/+5
* clang-tidy performance-unnecessary-value-param in dbaccessNoel Grandin2016-04-1219-24/+24
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-1231-63/+0
* tdf#49554 Fix misleading error messageMuhammet Kara2016-04-114-5/+19
* cppcheck: silence warnings assertWithSideEffectJochen Nitschke2016-04-111-2/+2
* tdf#94306 replace boost::noncopyable in d...Jochen Nitschke2016-04-088-22/+32
* SfxTabDialog: rename members missing their prefixesMiklos Vajna2016-04-083-16/+16
* loplugin:constantparamNoel Grandin2016-04-052-7/+5
* tdf#99073 fix double-click tree node expansion in baseNoel Grandin2016-04-051-1/+1
* loplugin:constantparam in sfx2Noel Grandin2016-04-041-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2016-04-041-1/+1
* tdf#97361 Refactor dbaccess test againslideon2016-04-041-29/+29
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-0221-44/+0
* Remove erroneously added dbaccess/qa/unit/data/hsqldb_empty.odb.lckStephan Bergmann2016-04-011-0/+0
* tdf#97966 Drop 'static' keywordsWastack2016-04-0113-30/+30
* tdf#97525 vcl: make DeletionListener internalJochen Nitschke2016-03-311-1/+0
* use SAL_N_ELEMENTS more widelyNoel Grandin2016-03-316-10/+9
* use SAL_N_ELEMENTS in for loopsNoel Grandin2016-03-3123-60/+61
* Avoid reserved identifiersStephan Bergmann2016-03-292-22/+22
* Use const_iterator when possible (whole dbaccess)Julien Nabet2016-03-2856-263/+263
* Reduce scope in QueryDesignView.cxxJulien Nabet2016-03-281-9/+10
* Use const_iterator when possibleJulien Nabet2016-03-281-29/+29
* loplugin:constantparam in dbaccessNoel Grandin2016-03-232-8/+8