RE: [api-dev] SDK 3.0 compatible with 2.4?

2009-01-14 Thread Marian Roselló Bennassar
Hi, Another question on the same subject, I have class that saves odm/odt as pdf/html, it was implemented for 2.4. I run it from the command line using: Java -Dcom.sun.star.lib.loader.unopath=UNO_PATH com.sun.star.lib.loader.Loader myClass myArgs Should it be possible to running with 3.0.

Re: [api-dev] SDK 3.0 compatible with 2.4?

2009-01-14 Thread Juergen Schmidt
Marian Roselló Bennassar wrote: Hi, Another question on the same subject, I have class that saves odm/odt as pdf/html, it was implemented for 2.4. I run it from the command line using: Java -Dcom.sun.star.lib.loader.unopath=UNO_PATH com.sun.star.lib.loader.Loader myClass myArgs Should it

Re: [api-dev] SDK 3.0 compatible with 2.4?

2009-01-14 Thread Christoph Neumann
Hi Jason, as Jürgen already mentioned your Plugins should work in 2.3 as in 3.0. But be aware for the _since_ Tag in the idl files. API which comes with 3.0 could not be executed in 2.3 ;-) Greetings, Christoph Jason Cooper schrieb: Hello. I just wanted to check on the backwards

[api-dev] Export to HTML, wrong IMG path

2009-01-14 Thread Marian Roselló Bennassar
Hi everyone, I have java program to convert my odt files to HTML, it seems to work only all the references to images are wrong they point to the parent directory: IMG SRC=../running_html_6afb021b.png... Instead of the current directory where the image really is. Have I forgotten any option

Re: [api-dev] Export to HTML, wrong IMG path

2009-01-14 Thread Peter Eberlein
Hi, Marian Roselló Bennassar schrieb: Hi everyone, I have java program to convert my odt files to HTML, it seems to work only all the references to images are wrong they point to the parent directory: IMG SRC=../running_html_6afb021b.png... Instead of the current directory where the image

RE: [api-dev] Export to HTML, wrong IMG path

2009-01-14 Thread Marian Roselló Bennassar
Hi Peter, Thank you for the answer. Do you know if this option can be set from my program, or I have to set it from the OpenOffice MMI before running my program? Thank you very much, Marian -Original Message- From: Peter Eberlein [mailto:pet@refofd.verwalt-berlin.de] Sent: 14

[api-dev] Extension?

2009-01-14 Thread Alparslan Adıgüzel
Hi , I have a problem about developing an OpenOffice.org opendocument text extension. is there a tutorial an example on eclipse or netbeans. Please tell me the steps. _ Windows Live™ Photos ile fotoğraflarınızı kolayca

[api-dev] Extension?

2009-01-14 Thread Alparslan Adıgüzel
Hi , I have a problem about developing an OpenOffice.org opendocument text extension. is there a tutorial an example on eclipse or netbeans. Please tell me the steps. _ Windows Live Messenger'ın için Ücretsiz 30 İfadeyi yükle

Re: [api-dev] Export to HTML, wrong IMG path

2009-01-14 Thread Peter Eberlein
Hi Marian, Marian Roselló Bennassar schrieb: Hi Peter, Thank you for the answer. Do you know if this option can be set from my program, or I have to set it from the OpenOffice MMI before running my program? Thank you very much, Marian for example:

[api-dev] Java: insert DOC into a new Impress document?

2009-01-14 Thread Albert Law
Hi, I was wondering how to insert a DOC file into a new Impress document. I'm at the point where I have created the new Impress document, made an XShape, and inserted the XShape. But I have no idea how to set the XShape to contain my DOC file which I have loaded into an XComponent. I've been