summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin3-19/+19
2016-04-25Some more sal_Bool -> boolStephan Bergmann1-2/+2
2016-04-25clang-tidy modernize-loop-convert in d*Noel Grandin24-131/+126
2016-04-22Avoid reserved identifiersStephan Bergmann10-54/+54
2016-04-22Fix typosAndrea Gelmini1-1/+1
2016-04-21aColumns is only used as a setStephan Bergmann1-8/+11
2016-04-21tableNames_t is only used as a setStephan Bergmann1-10/+5
2016-04-21comphelper::UStringMixLess defaults to bCaseSensitive = trueStephan Bergmann1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann72-261/+261
2016-04-20Replace map to sal_Bool with map to boolStephan Bergmann1-8/+8
2016-04-20Replace map to sal_Bool with map to boolStephan Bergmann1-4/+4
2016-04-20Replace map to sal_Bool with map to boolStephan Bergmann1-4/+4
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin4-8/+6
2016-04-18Avoid reserved identifiersStephan Bergmann16-202/+202
2016-04-18Elide const varsStephan Bergmann1-5/+2
2016-04-18dbaccess: replace boost::bind with C++11 lambdasMichael Stahl1-4/+9
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin13-61/+36
2016-04-18clean-up: unused using declarations and includesJochen Nitschke39-128/+0
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke4-4/+0
2016-04-13loplugin:passstuffbyref in dbaccessNoel Grandin54-89/+89
2016-04-12Avoid reserved identifiersStephan Bergmann15-45/+45
2016-04-12Avoid reserved identifierStephan Bergmann3-5/+5
2016-04-12Avoid reserved identifierStephan Bergmann3-5/+5
2016-04-12clang-tidy performance-unnecessary-value-param in dbaccessNoel Grandin19-24/+24
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke31-63/+0
2016-04-11tdf#49554 Fix misleading error messageMuhammet Kara4-5/+19
2016-04-11cppcheck: silence warnings assertWithSideEffectJochen Nitschke1-2/+2
2016-04-08tdf#94306 replace boost::noncopyable in d...Jochen Nitschke8-22/+32
2016-04-08SfxTabDialog: rename members missing their prefixesMiklos Vajna3-16/+16
2016-04-05loplugin:constantparamNoel Grandin2-7/+5
2016-04-05tdf#99073 fix double-click tree node expansion in baseNoel Grandin1-1/+1
2016-04-04loplugin:constantparam in sfx2Noel Grandin1-1/+1
2016-04-04cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-04-04tdf#97361 Refactor dbaccess test againslideon1-29/+29
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke21-44/+0
2016-04-01Remove erroneously added dbaccess/qa/unit/data/hsqldb_empty.odb.lckStephan Bergmann1-0/+0
2016-04-01tdf#97966 Drop 'static' keywordsWastack13-30/+30
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke1-1/+0
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin6-10/+9
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin23-60/+61
2016-03-29Avoid reserved identifiersStephan Bergmann2-22/+22
2016-03-28Use const_iterator when possible (whole dbaccess)Julien Nabet56-263/+263
2016-03-28Reduce scope in QueryDesignView.cxxJulien Nabet1-9/+10
2016-03-28Use const_iterator when possibleJulien Nabet1-29/+29
2016-03-23loplugin:constantparam in dbaccessNoel Grandin2-8/+8
2016-03-21off-by-one error: columns are numbered from one, but the array from 0Lionel Elie Mamane1-1/+1
2016-03-18convert SvButtonState to scoped enumNoel Grandin4-18/+18
2016-03-18drop unused params from SvLBoxItem and all it's subclassesNoel Grandin4-8/+8
2016-03-18loplugin:constantparam in dbaccessNoel Grandin20-55/+34
2016-03-17Resolves: tdf#92617 don't crash if insertRow gets triggered during insertRowCaolán McNamara2-1/+27