/extensions/

e-7-3+backports LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bean
AgeCommit message (Collapse)Author
2016-05-02Remove debug codeStephan Bergmann
...that got introduced with c30b5d2a382162be94e6a6ac5d5794a074ebfaaa "cid#1358838 cid#1358839 cid#1358840 assert to avoid null pointer dereference" Change-Id: I50faaf291ac9059ee557d059393a97a0fcc397bf
2016-04-29cid#1358838 cid#1358839 cid#1358840 assert to avoid null pointer dereferenceMiklos Vajna
Change-Id: I95f069cb3efa7137c9382c9d9eb6d1353471d28e Reviewed-on: https://gerrit.libreoffice.org/24498 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-04-27beans: if loading a library fails, show the reasonMiklos Vajna
Don't do it for the MSVC libraries though, e.g. on my system loading msvcr70 fails, but the SDK example works without problems. Change-Id: I81bc0b64967e7abb74ca1fff7a2e4b4dbd75d5a5 Reviewed-on: https://gerrit.libreoffice.org/24432 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-04-25bean: fix the OfficeBean SDK exampleMiklos Vajna
Regression from 26b4f5be815bc7c77deb3d38d23b51c9dea9fcd1 (java:use System.arrayCopy to copy arrays, 2015-06-09), as the old code used to handle the case when aArguments was null. How to reproduce: 1) Source the SDK environment. 2) cd instdir/sdk/examples/DevelopersGuide/OfficeBean/ 3) make OOoBeanViewer.run 4) Click new document... -> Text Document -> NullPointerException Change-Id: I5521c7fd200f6c74c5f2665f2e4a99f0d6abfeeb Reviewed-on: https://gerrit.libreoffice.org/24366 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-03-11neither doxygen nor javadoc make use of <type scope="…"> annotationsChristian Lohmaier
even more so when they are invalid xml. Thus obsolete since the switch from autodoc to doxygen, see also https://lists.freedesktop.org/archives/libreoffice/2013-June/053077.html Change-Id: Ifc2ef7754eca70bf923a2f7e4a652a8d394c370b
2016-03-11NoConnectionException is com.sun.star.comp.beans.NoConnectionExceptionChristian Lohmaier
and not com.sun.star.lang.NoConnectionException Change-Id: Ie7b5a2aaa365fefeca1de470c18edc68c29e4a74
2016-03-11javadoc is HTML 4, not xhtml or html5, so <br/> is not allowedChristian Lohmaier
Change-Id: I0da91e0f6cb7fca09cb5ae08f6d3ef13829653d9
2016-03-04coverity#1326333 Unguarded writeCaolán McNamara
Change-Id: I94026a7b66a0cac01a1e42d8eee0ec7b4d5fc513
2016-02-05Fix typosAndrea Gelmini
Change-Id: Ice72f8d9971e15dd6ef365e64cd567b8581a92d3 Reviewed-on: https://gerrit.libreoffice.org/21797 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2016-02-05officebeans: RVP no longer used, only local used nowChris Sherlock
Change-Id: I5f09d25a6e267c793c469c08e8f7f46521fdcd49