summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)Author
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann
2016-05-03Remove unnecessary setBOOL, makeBoolAnyStephan Bergmann
2016-05-01Fix typosAndrea Gelmini
2016-05-01Fix typosAndrea Gelmini
2016-04-30Fix typosAndrea Gelmini
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin
2016-04-27-Werror,-WvarargsStephan Bergmann
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-25Some more sal_Bool -> boolStephan Bergmann
2016-04-25clang-tidy modernize-loop-convert in d*Noel Grandin
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-22Fix typosAndrea Gelmini
2016-04-21aColumns is only used as a setStephan Bergmann
2016-04-21tableNames_t is only used as a setStephan Bergmann
2016-04-21comphelper::UStringMixLess defaults to bCaseSensitive = trueStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-20Replace map to sal_Bool with map to boolStephan Bergmann
2016-04-20Replace map to sal_Bool with map to boolStephan Bergmann
2016-04-20Replace map to sal_Bool with map to boolStephan Bergmann
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin
2016-04-18Avoid reserved identifiersStephan Bergmann
2016-04-18Elide const varsStephan Bergmann
2016-04-18dbaccess: replace boost::bind with C++11 lambdasMichael Stahl
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke
2016-04-13loplugin:passstuffbyref in dbaccessNoel Grandin
2016-04-12Avoid reserved identifiersStephan Bergmann
2016-04-12Avoid reserved identifierStephan Bergmann
2016-04-12Avoid reserved identifierStephan Bergmann
2016-04-12clang-tidy performance-unnecessary-value-param in dbaccessNoel Grandin
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-11tdf#49554 Fix misleading error messageMuhammet Kara
2016-04-11cppcheck: silence warnings assertWithSideEffectJochen Nitschke
2016-04-08tdf#94306 replace boost::noncopyable in d...Jochen Nitschke
2016-04-08SfxTabDialog: rename members missing their prefixesMiklos Vajna
2016-04-05loplugin:constantparamNoel Grandin
2016-04-05tdf#99073 fix double-click tree node expansion in baseNoel Grandin
2016-04-04loplugin:constantparam in sfx2Noel Grandin
2016-04-04cppcheck: noExplicitConstructorCaolán McNamara
2016-04-04tdf#97361 Refactor dbaccess test againslideon
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-04-01Remove erroneously added dbaccess/qa/unit/data/hsqldb_empty.odb.lckStephan Bergmann
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin