[api-dev] classpath to soffice

2007-02-12 Thread Jennifer Palm-Ensign
Hello, Pardon me if this not the right list for this question. But I'll give this a try: I am developing an application on OpenOffice on a Win system, am testing to see if the .jar can connect to star office on Solaris on a remote test system that mounts staroffice from NFS. I get the below

Re: [api-dev] removing focus from openoffice

2007-02-12 Thread Daniel Beck
Hello openoffice.org mailing list, hello Matthias, I'm still investigating my focus problem. I use OOoBean to embed OpenOffice.org in a eclipse RCP client. I tested the application under KDE (gentoo + suse 10.1), Gnome (Gentoo) and Windows. - Under KDE, OpenOffice.org would sometime "steal" th

Re: [api-dev] getting header's/footer's text from a text document

2007-02-12 Thread Jordi Sanchez
Thanks for your quick reply Oliver, But I'm already getting the same exception :-( even now I'm using the following code: String headerContents = xHeaderText.getString(); Best Regards, Oliver Specht wrote: > Jordi Sanchez wrote: >> Hi all, >> >> I don't know if I'm doing something wrong but I'm

Re: [api-dev] getting header's/footer's text from a text document

2007-02-12 Thread Oliver Specht
Jordi Sanchez wrote: Hi all, I don't know if I'm doing something wrong but I'm trying to retrieve the text from the header / footer of a text document and I get a runtime exception. I've seen that if there is no tables in the header/footer I have no problem for retrieving the text contents but i

[api-dev] getting header's/footer's text from a text document

2007-02-12 Thread Jordi Sanchez
Hi all, I don't know if I'm doing something wrong but I'm trying to retrieve the text from the header / footer of a text document and I get a runtime exception. I've seen that if there is no tables in the header/footer I have no problem for retrieving the text contents but if the header/footer onl

Re: [api-dev] possible file locking issue on Windows

2007-02-12 Thread Mathias Bauer
Lechner, Jakob wrote: > Hi everybody, > > > > I'm implementing an extension that writes a file into an odt archive just > after the document > gets stored in OOo Writer. For write access of an odt file I use the code > below. With > Linux all works fine and I have no problems. When I use th

Re: [api-dev] Registering an XMailMergeListener - possible at all?

2007-02-12 Thread Oliver Specht
Christian Lohmaier wrote: Hi *, Before I waste my time again I'd rather ask here: Is it possible at all to register a mail-merge Listener? My first attempts failed. I don't get any events/the method notifyMailMergeEvent of my listener never is called. Hi, at least the code (sw/source/ui/un

[api-dev] possible file locking issue on Windows

2007-02-12 Thread Lechner, Jakob
Hi everybody, I'm implementing an extension that writes a file into an odt archive just after the document gets stored in OOo Writer. For write access of an odt file I use the code below. With Linux all works fine and I have no problems. When I use the extension on Windows XP the store p