Discussion:
LibreOffice Java API
Paulo Ortolan
2011-08-23 01:38:21 UTC
Permalink
Hi, there

I have to do something uncommon on Libre Office calc and it's not
just something that a macro can do. I decided to use Libre Office Java API
and I can't find anyway a help on how to integrate them. Do you have some
tutorial, guide or URL that's reliable to kickstart this?

Thanks in advance!
--
Paulo Henrique Ortolan
Java Developer
Até++;
Lionel Elie Mamane
2011-08-23 05:59:41 UTC
Permalink
Post by Paulo Ortolan
Hi, there
I have to do something uncommon on Libre Office calc and it's not
just something that a macro can do. I decided to use Libre Office Java API
and I can't find anyway a help on how to integrate them. Do you have some
tutorial, guide or URL that's reliable to kickstart this?
This mailing list is for development discussion. See
http://www.libreoffice.org/get-help/mailing-lists/ for user support
MLs.

Here are the references I could gather in 30s:

http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/ProUNO/Java/Java_Language_Binding
(go to the subpages
* Getting a Service Manager
* Transparent Use of Office UNO Components
* Handling Interfaces
* Type Mappings)
Java-specific API reference: http://api.openoffice.org/docs/java/ref/overview-summary.html
General (cross-language) API reference: http://api.openoffice.org/docs/common/ref/com/sun/star/module-ix.html
More generally: http://api.openoffice.org/ (includes search forms)

You can also have a look at the examples that come with LibreOffice;
I'm not 100% sure now if there are Java examples or only other languages.
--
Lionel
Paulo Ortolan
2011-08-23 22:21:49 UTC
Permalink
Thanks, Lionel

I did some resource today and I found a java API called ODFDOM Toolkit.
I believe that this could be useful too. I'm checking out your links to get
more information about Java ODF Binding.

Thanks!

Paulo
Post by Lionel Elie Mamane
Post by Paulo Ortolan
Hi, there
I have to do something uncommon on Libre Office calc and it's not
just something that a macro can do. I decided to use Libre Office Java
API
Post by Paulo Ortolan
and I can't find anyway a help on how to integrate them. Do you have some
tutorial, guide or URL that's reliable to kickstart this?
This mailing list is for development discussion. See
http://www.libreoffice.org/get-help/mailing-lists/ for user support
MLs.
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/ProUNO/Java/Java_Language_Binding
(go to the subpages
* Getting a Service Manager
* Transparent Use of Office UNO Components
* Handling Interfaces
* Type Mappings)
http://api.openoffice.org/docs/java/ref/overview-summary.html
http://api.openoffice.org/docs/common/ref/com/sun/star/module-ix.html
More generally: http://api.openoffice.org/ (includes search forms)
You can also have a look at the examples that come with LibreOffice;
I'm not 100% sure now if there are Java examples or only other languages.
--
Lionel
--
Paulo Henrique Ortolan
Java Developer
Até++;
Continue reading on narkive:
Loading...