summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* convert some manual ref-counting in dbaccessNoel Grandin2016-06-098-54/+35
* Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann2016-06-081-1/+1
* tdf#96099 Remove various smart pointer typedefsMark Page2016-06-081-1/+1
* split AddRemoveListener into two methodsNoel Grandin2016-06-082-4/+4
* remove "object is disposed" warning in OBroadcastHelperVar::removeListenerNoel Grandin2016-06-083-1/+14
* Normalize on using @throws instead of @raise[s]Stephan Bergmann2016-06-063-5/+5
* Convert DeactivePage return code to scoped enumNoel Grandin2016-06-065-10/+9
* tdf#96516 fixup: when removing entry, entry count does not stay constantLionel Elie Mamane2016-06-041-2/+1
* connectivity: firebird: use ODS12 test database for Firebird 3Michal Kubecek2016-06-032-0/+5
* coverity#1362486 Unchecked dynamic_castCaolán McNamara2016-06-021-2/+2
* loplugin:unusedfieldsNoel Grandin2016-06-022-10/+2
* Convert VCL_MESSAGE to scoped enumNoel Grandin2016-06-016-7/+7
* teach refcounting clang plugin about uno::ReferenceNoel Grandin2016-05-316-7/+8
* move the one single use of EnableMenuStrings to its call siteCaolán McNamara2016-05-301-3/+11
* Convert SelectionMode to scoped enumNoel Grandin2016-05-3010-11/+11
* tdf#96516 do not increment position counter when an entry is removedLionel Elie Mamane2016-05-271-1/+3
* Related: tdf#97854 confirm that on !bDelete there's a ref to the connectionCaolán McNamara2016-05-266-52/+56
* Resolves: tdf#97854 crash on deleting inner join relationshipCaolán McNamara2016-05-261-12/+9
* (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