summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-178-25/+9
* janitorial: update function name in SAL_INFO outputLionel Elie Mamane2014-06-161-1/+1
* dbaccess::ORowSet: separate impl_rebuild_throwLionel Elie Mamane2014-06-161-20/+27
* clean up fdo#79427 fix: force BeforeFirst only at execute(), not updateRow()Lionel Elie Mamane2014-06-161-1/+1
* coverity#983629 Uncaught exceptionCaolán McNamara2014-06-162-3/+4
* fdo#79427 after execute() a ResultSet is expected to be BeforeFirstLionel Elie Mamane2014-06-161-0/+1
* loplugin:staticcallStephan Bergmann2014-06-1319-30/+30
* Fix memory leakStephan Bergmann2014-06-131-1/+0
* coverity#982455 Dereference after null checkCaolán McNamara2014-06-121-6/+2
* Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann2014-06-118-56/+56
* Change SfxTabPage::Reset param from ref to pointerStephan Bergmann2014-06-115-7/+7
* Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann2014-06-1019-110/+110
* tweak things to allow switching between small and large toolbar iconsCaolán McNamara2014-06-105-125/+253
* DLG_INDEXDESIGN conversion to .uisk942014-06-108-345/+450
* Translated German comments dbaccess/source/ui clean nowLuc Castermans2014-06-093-16/+16
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-0914-59/+14
* fdo#79786 implement getFormOperations for data grid (table view)Lionel Elie Mamane2014-06-091-2/+3
* coverity#1103693 Missing break in switch, assuming its intentionalCaolán McNamara2014-06-051-0/+1
* coverity#705147 Missing break in switch, assuming its intentionalCaolán McNamara2014-06-051-0/+1
* coverity#705146 Missing break in switch, assuming its intentionalCaolán McNamara2014-06-051-0/+1
* dbaccess: remove SAL_THROW macroNoel Grandin2014-06-058-30/+24
* update_pch: add a bunch of pch filesThomas Arnhold2014-06-049-0/+297
* coverity#1000657 Missing break in switchCaolán McNamara2014-06-041-6/+1
* loplugin:literaltoboolconversionStephan Bergmann2014-06-041-1/+1
* fix index dialog regressionCaolán McNamara2014-06-042-2/+2
* DeInitVCL at end of testsStephan Bergmann2014-06-045-0/+5
* WaE: warning C4101: 'e' : unreferenced local variableThomas Arnhold2014-06-041-2/+2
* coverity#1219794 Uncaught exceptionCaolán McNamara2014-06-031-9/+0
* coverity#1219801 Uncaught exceptionCaolán McNamara2014-06-031-0/+9
* fdo#73352 don't crash if clearWarnings throws an SQLExceptionLionel Elie Mamane2014-05-311-2/+11
* coverity#706394 Uncaught exceptionCaolán McNamara2014-05-302-55/+108
* remove more unnecesary OUString constructor useNoel Grandin2014-05-291-1/+1
* remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin2014-05-292-2/+2
* Prefer cppu::UnoType<T>::get() to ::getCppuType(&T)Julien Nabet2014-05-281-27/+27
* coverity#1213514 Uncaught exceptionCaolán McNamara2014-05-272-2/+6
* Remove unnecessary semicolonsPeter Senna Tschudin2014-05-272-2/+2
* cppcheck: unreadVariableThomas Arnhold2014-05-241-3/+0
* coverity#1000843 Uncaught exceptionCaolán McNamara2014-05-241-1/+1
* coverity#1000844 Uncaught exceptionCaolán McNamara2014-05-241-1/+1
* coverity#1000845 Uncaught exceptionCaolán McNamara2014-05-241-1/+1
* coverity#1000846 Uncaught exceptionCaolán McNamara2014-05-241-1/+1
* coverity#1215312 Uncaught exceptionCaolán McNamara2014-05-232-2/+2
* FixJulien Nabet2014-05-221-1/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet2014-05-2215-49/+48
* cppcheck: The scope of the variable 'fOutNumber' can be reducedThomas Arnhold2014-05-221-1/+1
* cppcheck: Variable 'fOutNumber' is assigned a value that is never usedThomas Arnhold2014-05-221-1/+1
* fix spellingNoel Grandin2014-05-211-1/+1
* fdo#78971 There's even a git hook to prevent commits containing SAL_DEBUGStephan Bergmann2014-05-201-18/+0
* enhance pass-by-ref plugin to detect large argumentsNoel Grandin2014-05-202-2/+2
* WaE: -Wunused-variableThomas Arnhold2014-05-191-3/+0