summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2014-07-05coverity#708787 Unused pointr valueNorbert Thiebaud1-1/+1
2014-07-04coverity#735691 Unchecked dynimic castNorbert Thiebaud1-1/+6
2014-07-04fix spelling in class name OSpecialHanldeXMLExportPropertyMapperNoel Grandin1-5/+5
2014-07-03use assert when followed by derefCaolán McNamara1-1/+1
2014-07-02bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida2-0/+14
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin9-45/+45
2014-07-02fdo#68341 Remove space of java class when testing classLaurent Balland-Poirier3-12/+16
2014-07-02drop unused helpidCaolán McNamara1-1/+0
2014-07-02Convert DLG_COLLECTION_VIEW to .uiPalenik Mihály9-246/+283
2014-07-01coverity#706468 Uncaught exceptionCaolán McNamara1-10/+12
2014-07-01coverity#706382 Uncaught exceptionCaolán McNamara2-4/+4
2014-07-01New loplugin:stringconcatStephan Bergmann2-2/+2
2014-07-01clang scan-build: various warningsCaolán McNamara1-1/+1
2014-06-30Resolves fdo#43277 Send Legacy Report "E-Mail as ..."=>error messageJulien Nabet1-1/+1
2014-06-29Typo: habe->haveJulien Nabet1-1/+1
2014-06-29Typo: beeing->beingJulien Nabet2-3/+3
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin1-1/+1
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