summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Collapse)Author
2014-07-18coverity#706384 Uncaught exceptionCaolán McNamara
Change-Id: Ieadbc90be19ec14d78fdf352df7537c69c66616b
2014-07-15shouldn't need to call AdjustLayout now its converted to .uiCaolán McNamara
Change-Id: I539741e71785232987b26c7b414a416dda5e4bb6
2014-07-14ODatabaseModelImpl doesn't need to be using rtl::IReferenceNoel Grandin
Change-Id: Ia08d57b33af93ceb5c60c48602c403f893bbccc2
2014-07-11coverity#706461 Uncaught exceptionCaolán McNamara
and coverity#706460 Uncaught exception coverity#706458 Uncaught exception Change-Id: I580e4dbcb1c65404fe7e93098eb44b5d5d004e8b
2014-07-10use SimpleReferenceObject in dbaccess moduleNoel Grandin
to replace hand-rolled version Change-Id: Ie7b98c284d157521482b0f98915146133f32748e
2014-07-09coverity#706384 Uncaught exceptionCaolán McNamara
Change-Id: I337e948609f66dc9f0002b67cc0ac581a634478a
2014-07-09CppunitTests using jvmfwk indirectly need sunjavapluginStephan Bergmann
Change-Id: I0e4408bb8301b5fd5da4ee5f4efab5b1ae4f5ca7
2014-07-05coverity#708787 Unused pointr valueNorbert Thiebaud
Change-Id: Ib1b0dd07be41d382fa24edbb37d30cbe9ea193fa
2014-07-04coverity#735691 Unchecked dynimic castNorbert Thiebaud
Change-Id: I5b26469792cf7b2ac6b1b28e2419cadeea09a37d
2014-07-04fix spelling in class name OSpecialHanldeXMLExportPropertyMapperNoel Grandin
Change-Id: Ideaa021f76f1c384150caad5ec6a41bf65bae28e
2014-07-03use assert when followed by derefCaolán McNamara
Change-Id: I8405e4d8f9fa1de3ef6ee474321b4ac2b4ce1624
2014-07-02bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida
We need to pass the role of the data sequence in order to avoid unreliable guess work when importing static value array. Also, not all Excel's scatter plots have real numeric X values; some have textural X values in which case Excel switch to generating 1, 2, 3, ... as X values. When importing to our chart implementation, using "categories" role in such cases instead of "values-x" results in a more faithful chart rendering. Change-Id: If4bc1f650bb024dcd1b1b36537f457fb38404a78
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin
since they're doing the same thing. Change-Id: I76134b6b848db8628f315fe5bd9eb972a6bf0cb6
2014-07-02fdo#68341 Remove space of java class when testing classLaurent Balland-Poirier
When user hit "Test class" it trims the string User should test class name before going next step Change-Id: Ic4aa6cb4b821f156cf0ec8c0c09a27db8bd6d51c Reviewed-on: https://gerrit.libreoffice.org/9953 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-02drop unused helpidCaolán McNamara
Change-Id: I609d1de30ad6e99f664d0a0fb853ea06a581e85e
2014-07-02Convert DLG_COLLECTION_VIEW to .uiPalenik Mihály
Conflicts: include/svtools/fileview.hxx svtools/source/contnr/fileview.cxx Change-Id: I78b590410ec4e55eeecd2da8ab79738f05e403b5 Reviewed-on: https://gerrit.libreoffice.org/9981 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-01coverity#706468 Uncaught exceptionCaolán McNamara
and coverity#706469 Uncaught exception Change-Id: Ia67d777b09ac7f72a94a9019765266854775c53f
2014-07-01coverity#706382 Uncaught exceptionCaolán McNamara
and coverity#706377 coverity#706378 coverity#706382 Change-Id: I17f672e31867b1be77c16a8a6e121a8f67df7c90
2014-07-01New loplugin:stringconcatStephan Bergmann
Change-Id: Id7c517fb37bc28797c45fc0dde83e866f2aa4aac
2014-07-01clang scan-build: various warningsCaolán McNamara
Change-Id: I4bdfb074b3cf6fcb49765322308dfa4b9ed67713
2014-06-30Resolves fdo#43277 Send Legacy Report "E-Mail as ..."=>error messageJulien Nabet
Change-Id: Iaaadd4fd3015214c007a86d1a83f837aa0d2bdb6
2014-06-29Typo: habe->haveJulien Nabet
Change-Id: Ic76a399fc4073fcb713bb566f3fbee2077e20e52
2014-06-29Typo: beeing->beingJulien Nabet
Change-Id: I34937e400ac8576154d33e1e11b80690222f532c
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin
Fix regressions introduced with 6a043e9c0acff20e1618ca8ec15c21d5d0fd0d37 "Use the new type-checking Reference constructor to reduce code noise" Change-Id: I85662856f21c810a7db497fe3b0e116f075b1687 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-06-24new compilerplugin returnbyrefNoel Grandin
Find places where we are returning a pointer to something, where we can be returning a reference. e.g. class A { struct X x; public X* getX() { return &x; } } which can be: public X& getX() { return x; } Change-Id: I796fd23fd36a18aedf6e36bc28f8fab4f518c6c7
2014-06-24Translated German comments - correctionLuc Castermans
Conflicts: dbaccess/source/ui/dlg/advancedsettings.hxx Change-Id: If1bbd9ce099f1e8e70149277b412db54f28cb0de Reviewed-on: https://gerrit.libreoffice.org/9802 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-24Translated German commentsLuc Castermans
Change-Id: I1a40351aec666c94707ad2dd625f3ab8606242d1
2014-06-24fdo#80422 check only one radio button in a groupDavid Tardon
Change-Id: Ibf1ed3d33d8b2c7da4eee26943da0c09647f4bff
2014-06-23fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper
Change-Id: Icae67c083ca867c89cff7f9d5d44dbbe4aadcba9 Reviewed-on: https://gerrit.libreoffice.org/9858 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-22Typo rong->wrongJulien Nabet
Change-Id: I9665d0bd8eccfb16a53eeb733954cdc59af8ccdd
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida
Change-Id: If5ae8852152012483237e7602e56a0c46ea8748a
2014-06-18Missing null check (triggered e.g. by CppunitTest_dbaccess_dialog_save)Stephan Bergmann
Change-Id: I2f78ca59bfebbcffd9a6d0309c49179457bd9172
2014-06-18rtl::Reference fits just fine hereStephan Bergmann
Change-Id: I14cdcab307f1d2edcebb9fd4aa3009daa32bc7d1
2014-06-17coverity#1223092 Uninitialized scalar fieldCaolán McNamara
Change-Id: Ibfbc85562d30c541eada430759a0bda9305d9850
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
2014-06-16janitorial: update function name in SAL_INFO outputLionel Elie Mamane
Change-Id: Ie01599c8f3ae465998113dd8bfd2a33b27d0a39d
2014-06-16dbaccess::ORowSet: separate impl_rebuild_throwLionel Elie Mamane
Used by two different callers that wanted different things. Also, freeResources now always positions on BeforeFirst. It is only called with _bComplete==false by execute()-related code. Change-Id: I3e34f77ce37c239d8d3d6a8cd7514b125b049de6
2014-06-16clean up fdo#79427 fix: force BeforeFirst only at execute(), not updateRow()Lionel Elie Mamane
Change-Id: Iaa881d055923702acbb96862d187af41a6ded730
2014-06-16coverity#983629 Uncaught exceptionCaolán McNamara
Change-Id: Ie3f8a0a04c136a5ed68486aa5e31284556805510
2014-06-16fdo#79427 after execute() a ResultSet is expected to be BeforeFirstLionel Elie Mamane
Change-Id: I38091d1ee2161d6e32da3a0bde60e3fc008aa83d Reviewed-on: https://gerrit.libreoffice.org/9794 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2014-06-13loplugin:staticcallStephan Bergmann
Change-Id: I78895f3524086e1d00d9e8eafd52e505f786320b
2014-06-13Fix memory leakStephan Bergmann
Change-Id: Idc75fd0735452ffdf6a21e3597cd3fe74f651581
2014-06-12coverity#982455 Dereference after null checkCaolán McNamara
Change-Id: If4ad2fe763bffdb64119f7f2a5797aae588fbbf8
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
...and also corresponding param of CreateTabPage function type and corresponding Craete functions. There were some call sites that passed undefined "null pointer references" and SfxTabPage internally uses a pointer member pSet that is checked for null anyway. Change-Id: I4eb3636155eac46c9c9d26e6e6e842e85d7e95af
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann
...there was a call site that passed undefined "null pointer reference" (apparently in a case where the passed argument was actually unused) Change-Id: I663d4264b7a84f44ca69c732f3bc502f614b2b2a
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann
...there were a number of call sites that passed undefined "null pointer references" (apparently in cases where the passed argument was actually unused) Change-Id: I19799e90f0cd8e98367782441a5ea9df27b59830
2014-06-10tweak things to allow switching between small and large toolbar iconsCaolán McNamara
Change-Id: Ife4da4c6f4acc3b3f9fde18cdfc09635cf9b6776
2014-06-10DLG_INDEXDESIGN conversion to .uisk94
Change-Id: I84d6531a73e6e726359bd20664b6299ad8a390ee Reviewed-on: https://gerrit.libreoffice.org/9699 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2014-06-09Translated German comments dbaccess/source/ui clean nowLuc Castermans
Change-Id: Ida2d2dbe95f290e2f32ed2259b8f9bdb27cbf2f9 Reviewed-on: https://gerrit.libreoffice.org/9689 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b