summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Collapse)Author
2014-07-24Typo: PRECSION->PRECISIONJulien Nabet
Change-Id: I63f8ad597cea2562b567b7df13823b75a6e50dde
2014-07-22Resolves fdo#81213: Wrong table-clause generated by reportbuilderJulien Nabet
Oracle doesn't accept "AS" for making an alias from a table See https://bugs.freedesktop.org/show_bug.cgi?id=81213#c2 https://bugs.freedesktop.org/show_bug.cgi?id=81213#c4 https://bugs.freedesktop.org/show_bug.cgi?id=81213#c5 for more information (thank you Lionel) Change-Id: I33c86d78b2590116d4af46ffd3e54c3c791268ea
2014-07-22convert DLG_MACRO_MIGRATION to widget layoutCaolán McNamara
Change-Id: Ie4cef54a943fc456b042425b53286492a0bed0be
2014-07-22all macromigrate pages are .ui, remove ResId stuff nowCaolán McNamara
Change-Id: Ib92eb813666a418ced584076094cdd6511118d6a
2014-07-22convert migrate page to .uiCaolán McNamara
Change-Id: I9a7871bfd08fdd8dc649d7a728eb41bcc0b64b37
2014-07-22convert summary page to .uiCaolán McNamara
Change-Id: I27fbeaafb53b4a0ae30c3408888419af93a37300
2014-07-21SaveDBDocPage: [loplugin:saloverride]Michael Stahl
Change-Id: I2491ec467df8874bb7eaa89e316b0e89f59c740a
2014-07-21convert backup page to .uiCaolán McNamara
Change-Id: Id9a90001153fdaad51a00b68f38b1298195c5646
2014-07-21convert TP_PREPARE to .uiCaolán McNamara
Change-Id: Iad0c94ffd08117f79cba5d5305f03c836ac6ada9
2014-07-21coverity#706376 Uncaught exceptionCaolán McNamara
Change-Id: Ic18823fd60826c144058df32c27ab25d58664e30
2014-07-19coverity#704620 Explicit null dereferencedCaolán McNamara
and coverity#704621 Explicit null dereferenced Change-Id: I06e335da746b02b16f7e5bd947d6eeff0c81b815
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