loader.loadComponentFromURL works slow when we are restoring CALC sheet from byte array | loader.loadComponentFromURL

2012-05-21 Thread libreoffice...@gmail.com
Hello, We use OpenOffice.org 3.2.1 Library to restore OOO | LO CALC sheet from byte array and have issue with the performance while using *loader.loadComponentFromURL(private:stream, _default, 0, args) * : I have to get XComponent object and i do it with following code:

Libreoffice Java x64 connection through UNO

2012-04-11 Thread libreoffice...@gmail.com
Dear Community, OpenOffice.org was not supporting x64 Java and it was impossible to connect to OOO Calc using x64 Java through UNO. How about LibreOffice? Is it possible to use with Java x64? Or if no is it planned to be used? Thanks Nick ___

Re: Libreoffice Java x64 connection through UNO

2012-04-11 Thread libreoffice...@gmail.com
On 4/11/2012 1:09 PM, Michael Stahl wrote: On 11/04/12 10:54, libreoffice...@gmail.com wrote: Dear Community, OpenOffice.org was not supporting x64 Java and it was impossible to connect to OOO Calc using x64 Java through UNO. really? what exactly didn't work in OOo? Please note that problem

Re: Libreoffice Java x64 connection through UNO

2012-04-11 Thread libreoffice...@gmail.com
On 4/11/2012 1:55 PM, Noel Grandin wrote: Are you using LibreOffice x86-32 or LibreOffice x86-64, because I would only expect x86-64 to work What does LibreOffice x86-64 mean ? On download page I can found only 1 version for Windows. (Guess x86) ___

Re: OpenOffice Addon Plugin on Eclipse

2012-03-12 Thread libreoffice...@gmail.com
it in Eclipse. If you and/or some of our colleagues will find / develope that plugin in future please keep posting on dev forum or send direct e-mail to me. Have a nice day Nick On 3/8/2012 11:18 PM, libreoffice...@gmail.com wrote: Thanks Cedric, It works , but it is very old and NetBeans plugin

Re: Save , Save as HTML and Edit LibreOffice WorkBook without running LO

2012-03-12 Thread libreoffice...@gmail.com
=C466c167ADvjVQa1PpcFMD7_GcykmfozA7Ys7VC8xWoaZTsPpiDOI= On 3/12/2012 1:49 PM, Michael Meeks wrote: On Mon, 2012-03-12 at 13:25 +0400, libreoffice...@gmail.com wrote: As we informed earlier we are trying to Migrate from OOO Calc to LO Calc in our J2EE software. One of the function we need is to ” SAVE AS HTML” OOO

Re: Save , Save as HTML and Edit LibreOffice WorkBook without running LO

2012-03-12 Thread libreoffice...@gmail.com
Nick On 3/12/2012 3:31 PM, Michael Meeks wrote: Hi there, On Mon, 2012-03-12 at 14:11 +0400, libreoffice...@gmail.com wrote: We have an OOO|LO workbook in server. Jboss is generating report based on that workbook. This process is written. In old version ( which was using OOO Swing

OpenOffice Addon Plugin on Eclipse

2012-03-08 Thread libreoffice...@gmail.com
Dear Admins, Is there any Interoffice / Open Office AddOn Plugin on Eclipse for development? (we have found plugin for Netbeans http://plugins.netbeans.org/plugin/2320/openoffice-org-api-plugin this does not work on new version of LO, because of the changes in SDK ) Nick

Re: OpenOffice Addon Plugin on Eclipse

2012-03-08 Thread libreoffice...@gmail.com
Thanks Cedric, It works , but it is very old and NetBeans plugin is much better . Nick On 3/8/2012 6:18 PM, Cedric Bosdonnat wrote: On Thu, 2012-03-08 at 18:14 +0400, libreoffice...@gmail.com wrote: Dear Admins, Is there any Interoffice / Open Office AddOn Plugin on Eclipse for development

Migrating from OOO Calc to LO Calc | SDK, UNO, Officebean, Plugin

2012-03-06 Thread libreoffice...@gmail.com
Dear LO Admins, We are working on Open source Project http://www.fina2.net/where OOO Calc was usedfor report designer. Now we are going to migrate from OOO calc to LO Calc and need your help with following: 1.We are using OOO SDK 2.1 to register Calc Add in. ·Was new LO SDK changed

Re: Migrating from OOO Calc to LO Calc | SDK, UNO, Officebean, Plugin

2012-03-06 Thread libreoffice...@gmail.com
Dear Michael, Many thanks for quick response. See our answers in green. Best Regards [Nick] Team On 3/6/2012 7:38 PM, Michael Meeks wrote: Hi there, On Tue, 2012-03-06 at 19:23 +0400, libreoffice...@gmail.com wrote: We are working on Open source Project where OOO Calc was used

Re: Java issues ...

2012-02-27 Thread libreoffice...@gmail.com
Dear Michael, Thank you very much for your response. Yes I am aware that we need OpenOffice/ LO to be installed on local machine in order to run it in applet. This is not a good option but do we have others? Code is exactly same as described in the sample. I will try it myself first and