summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin2016-07-061-0/+1
* when disposing popup menus, don't leave dangling pointersNoel Grandin2016-07-052-2/+2
* merge dbaui::OQueryView with dbaui::OQueryDesignViewNoel Grandin2016-07-0410-113/+21
* remove comphelper::string::removeNoel Grandin2016-07-041-1/+1
* comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin2016-07-0412-21/+23
* Fix some spelling errors in comments and stringsOtto Kekäläinen2016-07-042-2/+2
* Improve readability of OUString concatanation in ODatabaseExportMuhammet Kara2016-06-301-10/+11
* loplugin:singlevalfields in dbaccessNoel Grandin2016-06-2710-86/+29
* compilerplugins: add OWeakObject::release() override checkMichael Stahl2016-06-241-1/+1
* tdf#97527 - vcl: reference-count MenuNoel Grandin2016-06-2318-75/+74
* Increase width of Copy Table dialog in BaseMuhammet Kara2016-06-221-1/+1
* Simplify OPropertyContainerHelper::registerPropertyNoMember's _pInitialValueStephan Bergmann2016-06-171-4/+2
* tdf#42949: clean up includes in include/dbaccess with iwyuJorenz Paragas2016-06-166-1/+9
* coverity#1362680 Pointer to local outside scopeCaolán McNamara2016-06-131-1/+1
* Fix typosAndrea Gelmini2016-06-131-1/+1
* Clean up uses of Any::getValue() in dbaccessStephan Bergmann2016-06-102-15/+17
* tdf#100286 Fix deactivate flagsMaxim Monastirsky2016-06-091-1/+1
* 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