summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* coverity#708787 Unused pointr valueNorbert Thiebaud2014-07-051-1/+1
* coverity#735691 Unchecked dynimic castNorbert Thiebaud2014-07-041-1/+6
* fix spelling in class name OSpecialHanldeXMLExportPropertyMapperNoel Grandin2014-07-041-5/+5
* use assert when followed by derefCaolán McNamara2014-07-031-1/+1
* bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida2014-07-022-0/+14
* drop UniReference in favour of rtl::ReferenceNoel Grandin2014-07-029-45/+45
* fdo#68341 Remove space of java class when testing classLaurent Balland-Poirier2014-07-023-12/+16
* drop unused helpidCaolán McNamara2014-07-021-1/+0
* Convert DLG_COLLECTION_VIEW to .uiPalenik Mihály2014-07-029-246/+283
* coverity#706468 Uncaught exceptionCaolán McNamara2014-07-011-10/+12
* coverity#706382 Uncaught exceptionCaolán McNamara2014-07-012-4/+4
* New loplugin:stringconcatStephan Bergmann2014-07-012-2/+2
* clang scan-build: various warningsCaolán McNamara2014-07-011-1/+1
* Resolves fdo#43277 Send Legacy Report "E-Mail as ..."=>error messageJulien Nabet2014-06-301-1/+1
* Typo: habe->haveJulien Nabet2014-06-291-1/+1
* Typo: beeing->beingJulien Nabet2014-06-292-3/+3
* fixes for up-casting to Reference<XInterface>Noel Grandin2014-06-251-1/+1
* new compilerplugin returnbyrefNoel Grandin2014-06-2433-438/+408
* Translated German comments - correctionLuc Castermans2014-06-241-1/+1
* Translated German commentsLuc Castermans2014-06-243-3/+3
* fdo#80422 check only one radio button in a groupDavid Tardon2014-06-241-3/+0
* fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper2014-06-238-12/+12
* Typo rong->wrongJulien Nabet2014-06-221-1/+1
* fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida2014-06-196-7/+7
* Missing null check (triggered e.g. by CppunitTest_dbaccess_dialog_save)Stephan Bergmann2014-06-181-1/+1
* rtl::Reference fits just fine hereStephan Bergmann2014-06-182-6/+4
* coverity#1223092 Uninitialized scalar fieldCaolán McNamara2014-06-171-4/+6
* 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