summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui
AgeCommit message (Expand)AuthorFilesLines
2014-07-24Typo: PRECSION->PRECISIONJulien Nabet1-6/+6
2014-07-19coverity#704620 Explicit null dereferencedCaolán McNamara1-1/+3
2014-07-15shouldn't need to call AdjustLayout now its converted to .uiCaolán McNamara1-1/+0
2014-07-04coverity#735691 Unchecked dynimic castNorbert Thiebaud1-1/+6
2014-07-03use assert when followed by derefCaolán McNamara1-1/+1
2014-07-02fdo#68341 Remove space of java class when testing classLaurent Balland-Poirier3-12/+16
2014-07-02Convert DLG_COLLECTION_VIEW to .uiPalenik Mihály6-245/+63
2014-07-01New loplugin:stringconcatStephan Bergmann1-1/+1
2014-07-01clang scan-build: various warningsCaolán McNamara1-1/+1
2014-06-29Typo: habe->haveJulien Nabet1-1/+1
2014-06-29Typo: beeing->beingJulien Nabet2-3/+3
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-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-17coverity#1223092 Uninitialized scalar fieldCaolán McNamara1-4/+6
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin4-10/+2
2014-06-13loplugin:staticcallStephan Bergmann13-21/+21
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 McNamara3-31/+80
2014-06-10DLG_INDEXDESIGN conversion to .uisk946-345/+133
2014-06-09Translated German comments dbaccess/source/ui clean nowLuc Castermans3-16/+16
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin12-49/+12
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 Grandin2-12/+12
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-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-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin1-1/+1
2014-05-27coverity#1213514 Uncaught exceptionCaolán McNamara2-2/+6
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-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet2-4/+3
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-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin2-2/+2