summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* dbaccess: fix testCloneMovesPlusDeletions testMichael Stahl2017-01-131-1/+6
* Resolves: rhbz#1409634 crash on close storing clipboard of database tableCaolán McNamara2017-01-111-2/+1
* masses of MessBoxes not being disposed promptlyCaolán McNamara2016-08-0310-17/+17
* tdf#96516 fixup: when removing entry, entry count does not stay constantLionel Elie Mamane2016-06-071-2/+1
* tdf#96516 do not increment position counter when an entry is removedLionel Elie Mamane2016-05-311-1/+3
* Resolves: tdf#97854 crash on deleting inner join relationshipCaolán McNamara2016-05-266-63/+64
* (nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara2016-05-2510-39/+0
* clang-tidy misc-assign-operator-signatureNoel Grandin2016-05-202-2/+2
* Resolve: "TODO(Q1): Make GetSystemData method virtual"Caolán McNamara2016-05-191-1/+1
* rename to two GetSystemData methods to find all call-sitesCaolán McNamara2016-05-191-1/+1
* clang-tidy misc-unused-alias-declsNoel Grandin2016-05-191-1/+0
* clang-tidy clang-analyzer-alpha.core.IdenticalExprNoel Grandin2016-05-191-1/+1
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-1815-116/+3
* clang-tidy modernize-make-sharedNoel Grandin2016-05-189-13/+13
* Fix typosAndrea Gelmini2016-05-161-1/+1
* convert SHOWTRACK to scoped enumNoel Grandin2016-05-131-2/+2
* Typo: ExcecuteContextMenuAction->ExecuteContextMenuActionJulien Nabet2016-05-132-2/+2
* in non-debug build, leave sPath emptyStephan Bergmann2016-05-121-3/+3
* dbaccess: replace boost::bind with C++11 lambdasMichael Stahl2016-05-123-9/+10
* convert SFXWB file dialog flags to scoped enumNoel Grandin2016-05-124-12/+8
* Avoid some OUString temporariesMatteo Casalin2016-05-101-9/+4
* Avoid some OUString temporaries and constifyMatteo Casalin2016-05-101-16/+9
* Avoid some temporaries and constifyMatteo Casalin2016-05-101-14/+6
* Fix typosAndrea Gelmini2016-05-101-1/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-1022-49/+52
* Insert explicit "break" when falling through to empty next caseStephan Bergmann2016-05-103-0/+5
* teach passstuffbyref plugin to check for..Noel Grandin2016-05-068-17/+17
* use Any constructor instead of temporariesNoel Grandin2016-05-041-3/+1
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-042-6/+3
* Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann2016-05-032-3/+3
* Remove unnecessary setBOOL, makeBoolAnyStephan Bergmann2016-05-031-9/+9
* 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