summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2016-07-08loplugin:redundantcast: redundant static_casts in dbaccessStephan Bergmann4-11/+9
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann5-5/+5
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin1-0/+1
2016-07-05when disposing popup menus, don't leave dangling pointersNoel Grandin2-2/+2
2016-07-04merge dbaui::OQueryView with dbaui::OQueryDesignViewNoel Grandin10-113/+21
2016-07-04remove comphelper::string::removeNoel Grandin1-1/+1
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin12-21/+23
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen2-2/+2
2016-06-30Improve readability of OUString concatanation in ODatabaseExportMuhammet Kara1-10/+11
2016-06-27loplugin:singlevalfields in dbaccessNoel Grandin10-86/+29
2016-06-24compilerplugins: add OWeakObject::release() override checkMichael Stahl1-1/+1
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin18-75/+74
2016-06-22Increase width of Copy Table dialog in BaseMuhammet Kara1-1/+1
2016-06-17Simplify OPropertyContainerHelper::registerPropertyNoMember's _pInitialValueStephan Bergmann1-4/+2
2016-06-16tdf#42949: clean up includes in include/dbaccess with iwyuJorenz Paragas6-1/+9
2016-06-13coverity#1362680 Pointer to local outside scopeCaolán McNamara1-1/+1
2016-06-13Fix typosAndrea Gelmini1-1/+1
2016-06-10Clean up uses of Any::getValue() in dbaccessStephan Bergmann2-15/+17
2016-06-09tdf#100286 Fix deactivate flagsMaxim Monastirsky1-1/+1
2016-06-09convert some manual ref-counting in dbaccessNoel Grandin8-54/+35
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann1-1/+1
2016-06-08tdf#96099 Remove various smart pointer typedefsMark Page1-1/+1
2016-06-08split AddRemoveListener into two methodsNoel Grandin2-4/+4
2016-06-08remove "object is disposed" warning in OBroadcastHelperVar::removeListenerNoel Grandin3-1/+14
2016-06-06Normalize on using @throws instead of @raise[s]Stephan Bergmann3-5/+5
2016-06-06Convert DeactivePage return code to scoped enumNoel Grandin5-10/+9
2016-06-04tdf#96516 fixup: when removing entry, entry count does not stay constantLionel Elie Mamane1-2/+1
2016-06-03connectivity: firebird: use ODS12 test database for Firebird 3Michal Kubecek2-0/+5
2016-06-02coverity#1362486 Unchecked dynamic_castCaolán McNamara1-2/+2
2016-06-02loplugin:unusedfieldsNoel Grandin2-10/+2
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin6-7/+7
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