summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2014-06-24new compilerplugin returnbyrefNoel Grandin33-438/+408
2014-06-24Translated German comments - correctionLuc Castermans1-1/+1
2014-06-24Translated German commentsLuc Castermans3-3/+3
2014-06-24fdo#80422 check only one radio button in a groupDavid Tardon1-3/+0
2014-06-23fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper8-12/+12
2014-06-22Typo rong->wrongJulien Nabet1-1/+1
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida6-7/+7
2014-06-18Missing null check (triggered e.g. by CppunitTest_dbaccess_dialog_save)Stephan Bergmann1-1/+1
2014-06-18rtl::Reference fits just fine hereStephan Bergmann2-6/+4
2014-06-17coverity#1223092 Uninitialized scalar fieldCaolán McNamara1-4/+6
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin8-25/+9
2014-06-16janitorial: update function name in SAL_INFO outputLionel Elie Mamane1-1/+1
2014-06-16dbaccess::ORowSet: separate impl_rebuild_throwLionel Elie Mamane1-20/+27
2014-06-16clean up fdo#79427 fix: force BeforeFirst only at execute(), not updateRow()Lionel Elie Mamane1-1/+1
2014-06-16coverity#983629 Uncaught exceptionCaolán McNamara2-3/+4
2014-06-16fdo#79427 after execute() a ResultSet is expected to be BeforeFirstLionel Elie Mamane1-0/+1
2014-06-13loplugin:staticcallStephan Bergmann19-30/+30
2014-06-13Fix memory leakStephan Bergmann1-1/+0
2014-06-12coverity#982455 Dereference after null checkCaolán McNamara1-6/+2
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann8-56/+56
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann5-7/+7
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann19-110/+110
2014-06-10tweak things to allow switching between small and large toolbar iconsCaolán McNamara5-125/+253
2014-06-10DLG_INDEXDESIGN conversion to .uisk948-345/+450
2014-06-09Translated German comments dbaccess/source/ui clean nowLuc Castermans3-16/+16
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin14-59/+14
2014-06-09fdo#79786 implement getFormOperations for data grid (table view)Lionel Elie Mamane1-2/+3
2014-06-05coverity#1103693 Missing break in switch, assuming its intentionalCaolán McNamara1-0/+1
2014-06-05coverity#705147 Missing break in switch, assuming its intentionalCaolán McNamara1-0/+1
2014-06-05coverity#705146 Missing break in switch, assuming its intentionalCaolán McNamara1-0/+1
2014-06-05dbaccess: remove SAL_THROW macroNoel Grandin8-30/+24
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold9-0/+297
2014-06-04coverity#1000657 Missing break in switchCaolán McNamara1-6/+1
2014-06-04loplugin:literaltoboolconversionStephan Bergmann1-1/+1
2014-06-04fix index dialog regressionCaolán McNamara2-2/+2
2014-06-04DeInitVCL at end of testsStephan Bergmann5-0/+5
2014-06-04WaE: warning C4101: 'e' : unreferenced local variableThomas Arnhold1-2/+2
2014-06-03coverity#1219794 Uncaught exceptionCaolán McNamara1-9/+0
2014-06-03coverity#1219801 Uncaught exceptionCaolán McNamara1-0/+9
2014-05-31fdo#73352 don't crash if clearWarnings throws an SQLExceptionLionel Elie Mamane1-2/+11
2014-05-30coverity#706394 Uncaught exceptionCaolán McNamara2-55/+108
2014-05-29remove more unnecesary OUString constructor useNoel Grandin1-1/+1
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin2-2/+2
2014-05-28Prefer cppu::UnoType<T>::get() to ::getCppuType(&T)Julien Nabet1-27/+27
2014-05-27coverity#1213514 Uncaught exceptionCaolán McNamara2-2/+6
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin2-2/+2
2014-05-24cppcheck: unreadVariableThomas Arnhold1-3/+0
2014-05-24coverity#1000843 Uncaught exceptionCaolán McNamara1-1/+1
2014-05-24coverity#1000844 Uncaught exceptionCaolán McNamara1-1/+1
2014-05-24coverity#1000845 Uncaught exceptionCaolán McNamara1-1/+1