office-gobmx/bean
Miklos Vajna db4cba7603 beans: if loading a library fails, show the reason
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-27 16:42:31 +00:00
..
com/sun/star/comp/beans beans: if loading a library fails, show the reason 2016-04-27 16:42:31 +00:00
native jboolean-related clean-up 2015-05-08 09:49:01 +02:00
qa/complex/bean java:avoid empty if statements 2015-11-05 13:43:02 +02:00
test java:regulatize the order of 'final' and public/private 2015-06-11 09:34:00 +00:00
BUCK Add build toolchain to upload LibreOffice API to Maven Central 2015-12-03 23:32:11 +00:00
Jar_officebean.mk [API CHANGE] OfficeBean: remove deprecated com.sun.star.beans classes 2014-09-30 14:41:51 +02:00
JunitTest_bean_complex.mk
Library_officebean.mk Remove unnecessary bean/inc/comp_LocalOfficeWindow.h 2015-01-02 18:31:10 +01:00
Makefile
Module_bean.mk Fix typos 2016-01-05 07:32:28 +00:00
pom.officebean.xml Expose metadata to deploy LibreOffice artifacts on Maven Central 2015-12-01 08:45:25 +00:00
README We should know what our name is 2014-10-08 22:57:45 +03:00

To use LibreOffice from Java applications.

LibreOffice's API is completely exposed so that all office components can be fully controlled.