summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-24coverity#1000846 Uncaught exceptionCaolán McNamara1-1/+1
2014-05-23coverity#1215312 Uncaught exceptionCaolán McNamara2-2/+2
2014-05-22FixJulien Nabet1-1/+1
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet15-49/+48
2014-05-22cppcheck: The scope of the variable 'fOutNumber' can be reducedThomas Arnhold1-1/+1
2014-05-22cppcheck: Variable 'fOutNumber' is assigned a value that is never usedThomas Arnhold1-1/+1
2014-05-21fix spellingNoel Grandin1-1/+1
2014-05-20fdo#78971 There's even a git hook to prevent commits containing SAL_DEBUGStephan Bergmann1-18/+0
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin2-2/+2
2014-05-19WaE: -Wunused-variableThomas Arnhold1-3/+0
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold33-149/+0
2014-05-18hrc files should have hrc suffixThomas Arnhold1-3/+3
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante3-5/+5
2014-05-17Comment why it's not a copy paste errorJulien Nabet1-0/+1
2014-05-15Minor utl::TempFile clean upStephan Bergmann1-1/+0
2014-05-14dbaccess: remove SAL_INFO's that only make function entryNoel Grandin28-816/+38
2014-05-13Typo: shoud -> shouldJulien Nabet2-2/+2
2014-05-13convert copy table page to .uiCaolán McNamara8-206/+348
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre6-8/+8