office-gobmx/bean
Stephan Bergmann 708229dc96 fdo#49580: Fix bean after gbuild'ification
4478b739dd "convert bean to gbuild and add to
tail_build" broke the following:
* The name of the officebean dynamic library must not be changed (by adding the
  "lo" extension), as code in officebean.jar uses it in NativeLibraryLoader.
* With gbuild's per-default hidden visibility, JNIEXPORT functions must instead
  use SAL_DLLPUBLIC_EXPORT.  (Windows-only code in bean/native/win32/ should be
  safe to continue using JNIEXPORT.)

Change-Id: I I3c312dd05c90421ba0c726496b7149a26d155604
2012-05-07 17:03:00 +02:00
..
com/sun/star LocalOfficeConnection description must end in ServiceManager 2012-05-07 17:03:00 +02:00
native fdo#49580: Fix bean after gbuild'ification 2012-05-07 17:03:00 +02:00
prj make gbuild the default assumption of build.pl 2012-04-29 03:50:46 +02:00
qa/complex/bean convert bean to gbuild and add to tail_build 2011-09-18 19:17:17 -04:00
test fix prefix of command line switches (-- instead of -) 2012-01-11 19:25:45 +01:00
Jar_officebean.mk gbuild: "use" vs. "add": 2012-04-08 01:05:52 +02:00
JunitTest_bean_complex.mk gbuild: "use" vs. "add": 2012-04-08 01:05:52 +02:00
Library_officebean.mk gbuild: "use" vs. "add": 2012-04-08 01:05:52 +02:00
Makefile switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Module_bean.mk Bypass bean for Android which has no java.awt 2011-12-12 22:14:57 +02:00
README Added READMEs for modules which used to be in components 2012-02-08 07:46:57 +01:00

To use Libre Office from Java applications.

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