[api-dev] From DOM document to XML file

2006-07-10 Thread Maurizio Stasolla
Hi all, I'm programming a starbasic macro to write an xml file from data contained in a Writer document. I created a DOM tree through the library com::sun::star::xml::dom:: now I would export my xml file from DOM document. How can I do it? Can you give me any example code? Thanks Maurizio

[api-dev] How can I REMOVE FOCUS from OOoBean

2006-07-10 Thread Malte (SA)
Hello I have embedded an OOoBean in a JDK 1.5 app under SuSE 10.0 with KDE. Once the OOoBean container receives focus I cannot subsequently transfer it to any other swing control. I end up with TWO FLASHING CURSORS. One in the OOoBean component window and another in the swing component. Has

Re: [api-dev] How can I REMOVE FOCUS from OOoBean

2006-07-10 Thread Tom Schindl
Well could your problem maybe be the mixture of Light Weight Swing Components and heavy weight AWT Components (where OpenOffice is drawn in)? Tom Malte (SA) wrote: Hello I have embedded an OOoBean in a JDK 1.5 app under SuSE 10.0 with KDE. Once the OOoBean container receives focus I

Re: [api-dev] Problems inserting images into tables programmatically

2006-07-10 Thread Fernand Vanrie
kent, Gave a look at the OOforum snipets: http://www.oooforum.org/forum/viewtopic.phtml?t=38771 All image resizing can be done with wath you find in this example. Fernand Kent Gibson schreef: I am having a range of problems inserting images into tables. I would like to insert an image into

Re: [api-dev] How can I REMOVE FOCUS from OOoBean

2006-07-10 Thread Malte (SA)
Well could your problem maybe be the mixture of Light Weight Swing Components and heavy weight AWT Components (where OpenOffice is drawn in)? Tom Yes I mix them. But are you implying thet an app must make exlusive use of heavyweight components? Malte

[api-dev] Convert HTML file to DOC file or PDF file

2006-07-10 Thread aloizio
Hi everybody, How I can convert a HTML file into RTF file or DOC file or PDF file, using OpenOffice API for Java? I have already implemented a routine to do this but it does not work. -- View this message in context:

[api-dev] sending keystrokes to other applications / primative screen scraping

2006-07-10 Thread J. Norment
I'm interested in sending keystrokes to other applications in some list processing open source manner. I'd like to do it in OpenOffice/Calc if it can be done. I asked about the capabilities to do this in early January, but did not receive an answer. Can this be done in OpenOffice? Thanks

[api-dev] Image in RTF file

2006-07-10 Thread aloizio
Hi I am converting a DOC file in RTF file using Open Office API. If I have one image in origin document(DOC) this image does not appear in destination document (RTF). What is happing? Shoul I set any attribute? -- View this message in context:

[api-dev] Image in RTF file

2006-07-10 Thread aloizio
Hi I am converting a DOC file in RTF file using Open Office API. If I have one image in origin document(DOC) this image does not appear in destination document (RTF). What is happing? Shoul I set any attribute? -- View this message in context:

[api-dev] Image in RTF file

2006-07-10 Thread aloizio
Hi I am converting a DOC file in RTF file using Open Office API. If I have one image in origin document(DOC) this image does not appear in destination document (RTF). What is happing? Shoul I set any attribute? -- View this message in context:

[api-dev] OOo 2.0.4: non-OOo jar not processed in .../program/classes ?

2006-07-10 Thread Rony G. Flatscher
Hi there, AFAIK the classes in a jar copied to OOo's program/classes should be resolvable. Having a fresh install of OOo 2.0.4 (Windows, German) copying a self-built jar (oorexx-uno.jar) to OOo's program/classes dir seems to be not searched for Java classes. Adding that jar to OOo via

[api-dev] Problem to convert DOC file to RTF file

2006-07-10 Thread aloizio
Hi I am trying to convert one DOC file that contains some images to RTF files. The convertion is a success but no one image appear in RTF document. I am using OpenOffice API for Java. Could someone help me? -- View this message in context:

[api-dev] [EMAIL PROTECTED] REQUEST: unanswered questions

2006-07-10 Thread Michael Hoennig
Dear OpenOffice.org community, We really would like to see all questions answered, but we need your help to keep track of your questions and their answer status. Thus, if you still have a question unanswered for more than two days, feel free to place a reminder on the list. But maybe you should

Re: [api-dev] How can I REMOVE FOCUS from OOoBean

2006-07-10 Thread Tom Schindl
Well no, you must not but I thought may that's the problem for you. I have not done any swing programming for a long time because we are using SWT in all of our apps. Tom Malte (SA) schrieb: Well could your problem maybe be the mixture of Light Weight Swing Components and heavy weight AWT

Re: [api-dev] sending keystrokes to other applications / primative screen scraping

2006-07-10 Thread Tom Schindl
You should ask this on [EMAIL PROTECTED] I think this should be possible writing a Java/C++-Component. Tom J. Norment schrieb: I'm interested in sending keystrokes to other applications in some list processing open source manner. I'd like to do it in OpenOffice/Calc if it can be done. I