summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin6-7/+8
2016-05-30move the one single use of EnableMenuStrings to its call siteCaolán McNamara1-3/+11
2016-05-30Convert SelectionMode to scoped enumNoel Grandin10-11/+11
2016-05-27tdf#96516 do not increment position counter when an entry is removedLionel Elie Mamane1-1/+3
2016-05-26Related: tdf#97854 confirm that on !bDelete there's a ref to the connectionCaolán McNamara6-52/+56
2016-05-26Resolves: tdf#97854 crash on deleting inner join relationshipCaolán McNamara1-12/+9
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara10-39/+0
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin2-2/+2
2016-05-19Resolve: "TODO(Q1): Make GetSystemData method virtual"Caolán McNamara1-1/+1
2016-05-19rename to two GetSystemData methods to find all call-sitesCaolán McNamara1-1/+1
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin1-1/+0
2016-05-19clang-tidy clang-analyzer-alpha.core.IdenticalExprNoel Grandin1-1/+1
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin15-116/+3
2016-05-18clang-tidy modernize-make-sharedNoel Grandin9-13/+13
2016-05-16Fix typosAndrea Gelmini1-1/+1
2016-05-13convert SHOWTRACK to scoped enumNoel Grandin1-2/+2
2016-05-13Typo: ExcecuteContextMenuAction->ExecuteContextMenuActionJulien Nabet2-2/+2
2016-05-12in non-debug build, leave sPath emptyStephan Bergmann1-3/+3
2016-05-12dbaccess: replace boost::bind with C++11 lambdasMichael Stahl3-9/+10
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin4-12/+8
2016-05-10Avoid some OUString temporariesMatteo Casalin1-9/+4
2016-05-10Avoid some OUString temporaries and constifyMatteo Casalin1-16/+9
2016-05-10Avoid some temporaries and constifyMatteo Casalin1-14/+6
2016-05-10Fix typosAndrea Gelmini1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann22-49/+52
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann3-0/+5
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin8-17/+17
2016-05-04use Any constructor instead of temporariesNoel Grandin1-3/+1
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann2-6/+3
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann2-3/+3
2016-05-03Remove unnecessary setBOOL, makeBoolAnyStephan Bergmann1-9/+9
2016-05-01Fix typosAndrea Gelmini2-2/+2
2016-05-01Fix typosAndrea Gelmini1-1/+1
2016-04-30Fix typosAndrea Gelmini3-5/+5
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2-6/+6
2016-04-27-Werror,-WvarargsStephan Bergmann1-1/+1
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