[api-dev] Re: Inserting an RTF stream

2007-02-05 Thread Markus Buch
Hello, is there somebody out here who can help me with this problem. Or is this maybe the wrong mailinglist / newsgroup, so I will post it in a another one. Which mailinglist / newsgroup will be the right one for this question. Regards Markus "Markus Buch" <[EMAIL PROTECTED]> schrieb im Newsbe

Re: [api-dev] Setting the default language (spell check)

2007-02-05 Thread TerryJ
Alamo Vallejo, Joan wrote: Is there a way to select the language the document is written in when you're loading the document? I want to have the right spell checker set already when the doc is loaded Joan One way should be to use a template set to use the language (not that I've used the meth

[api-dev] Setting the default language (spell check)

2007-02-05 Thread Alamo Vallejo, Joan
Is there a way to select the language the document is written in when you're loading the document? I want to have the right spell checker set already when the doc is loaded Joan This e-mail may contain confidential or privileged information. Any unauthorised copying, use or distribution of this

Re: [api-dev] removing focus from openoffice

2007-02-05 Thread Daniel Beck
Hello Mathias, Thanks for your answer. Here is the specification of my system OS version (including Desktop version if not Windows) I'm using linux + KDE Java version java version 1.5.0_10. + eclipse 3.2.1 OOo version OpenOffice.org 2.1 A few words about how I embedded OpenOffice.o

Re: [api-dev] Problen on insert rows

2007-02-05 Thread Bart Aimar
Johnny Andersson ha scritto: ...zot... And I just read that someone here might have delivered a better answer for you. Yes! A resolving answer! :-) thank's Bart - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re: [api-dev] SubComponent in IZ for OOEclipseIntegration

2007-02-05 Thread Juergen Schmidt
Hi Cedric, yes, i think that is possible. Component API -> subcomponent OOEclipseIntegration -> default owner you Juergen Cedric Bosdonnat wrote: Hi Juergen, all Could it be possible to have a subcomponent for reporting the OOEclipseIntegration bugs ? It could help the project a lot. Thanks,

Re: [api-dev] Problen on insert rows

2007-02-05 Thread Bart Aimar
Jim Watson ha scritto: ...zot Please look at menu Tools - Options - OpenOffice.org Calc - General Look at checkbox in Input Settings - "Expand references when new column/rows are inserted" I was able to reproduce the error you described, only if this box is checked. In that case the first

RE: [api-dev] Opening multiple documents (not read-only)

2007-02-05 Thread Alamo Vallejo, Joan
I found another solution... Open new blank documents and "remotely" change them, and then save them Joan -Mensaje original- De: Mathias Bauer [mailto:[EMAIL PROTECTED] Enviado el: viernes, 02 de febrero de 2007 16:11 Para: dev@api.openoffice.org Asunto: Re: [api-dev] Opening multiple doc

Re: [api-dev] removing focus from openoffice

2007-02-05 Thread Mathias Bauer
Daniel Beck wrote: > Hello openoffice mailing list, > > I integrated OpenOffice.org into a SWT+java based application. > OpenOffice.org is only one part of the GUI. OOo seems to "steal" the > focus to the other components of that GUI: it is not possible to enter > characters in any other wind

[api-dev] Inserting an RTF stream

2007-02-05 Thread Markus Buch
Hello, I'm trying to insert an RTF stream to a "OpenOffice" instance running inside the "OOoBean". Here is the code for this. XDocumentInsertable xDocInsertable = (XDocumentInsertable) UnoRuntime.queryInterface(XDocumentInsertable.class, xTextCursor); PropertyValue[] loadProps = new PropertyVa