summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* 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
* off-by-one error: columns are numbered from one, but the array from 0Lionel Elie Mamane2016-03-211-1/+1
* convert SvButtonState to scoped enumNoel Grandin2016-03-184-18/+18
* drop unused params from SvLBoxItem and all it's subclassesNoel Grandin2016-03-184-8/+8
* loplugin:constantparam in dbaccessNoel Grandin2016-03-1820-55/+34
* Resolves: tdf#92617 don't crash if insertRow gets triggered during insertRowCaolán McNamara2016-03-172-1/+27
* loplugin:constantparam in xmloff/Noel Grandin2016-03-162-5/+4
* loplugin:constantparamNoel Grandin2016-03-1516-69/+54
* tdf#95845 Use CommandInfoProvider to receive UNO command labelsSusobhan Ghosh2016-03-141-50/+2
* inline some use-once macrosNoel Grandin2016-03-143-76/+49
* tdf#97978: add support for opening mde and accde files in basepasqualm2016-03-121-2/+2
* Let's use the iterator return by erase method (final)Julien Nabet2016-03-121-1/+1
* tdf#97966: Remove 'static' keywordsWastack2016-03-111-1/+1
* work on sane lifecylce for SfxFilterMarkus Mohrhard2016-03-115-7/+9
* Extract Directories from BootstrapFixtureBaseStephan Bergmann2016-03-104-4/+4
* fix debugging stl iterators assert in bibliography toolbarCaolán McNamara2016-03-092-1/+15
* remove unused NOT_POOLABLE enum valueNoel Grandin2016-03-092-66/+66
* loplugin:constantparam in dbaccessNoel Grandin2016-03-0925-203/+119
* Add missing includesDavid Ostrovsky2016-03-091-0/+1
* loplugin:nullptrStephan Bergmann2016-03-081-2/+2
* tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-085-19/+12
* drop now-needless depsDavid Tardon2016-03-071-4/+0