Re: [dev] GCC 4.1 and OpenOffice build 2.0.1.2

2006-02-02 Thread Stephan Bergmann
Chris White wrote: Hi all, I'm currently building Open Office with gcc-4.1.0 20060120 snapshot. It says my compiler is unkown, and to post the configure results ( gcc.hpp:67:7:warning #warning Unknown compiler version... ). However, I'd like to know if the compiler unknown warning is

[dev] Open New View

2006-02-02 Thread Vincenzo Giuliano
Hi ALL, I have a problem. I loaded a Writer Document in this way PropertyValue [] props = new PropertyValue[1]; props[0] = new PropertyValue(); props[0].Name = OpenNewView; props[0].Value = new Boolean(true);

[dev] How to bring OpenOffice window to front

2006-02-02 Thread Matthias Benkmann
I have the problem that when I launch a new OOo window with loadComponentFromURL() it doesn't always come to the front. Sometimes its button just blinks in the Windows task bar and I have to click it manually to bring it to the front. Is there a way to programmatically bring the window to the

Re: [dev] wordbook .dic file format

2006-02-02 Thread Christian Lohmaier
Hi *, On Mon, Jan 30, 2006 at 09:21:06AM +0100, Thomas Lange wrote: [...] The file format of the files in the share/wordbook/* directories seems to be pretty straightforward. 2 bytes length, then the string. Well, almost. There is also place for the suggested word in case of 'negative'

[dev] OpenOffice: question : how i can manipulate openoffice writer document event: close/save...

2006-02-02 Thread FAouzi Abderrahman
Hello, I have a little problem when i like to manipulate the event close doc writer with open office. I try to use a oleautmoation to manipulate all the events (close/save/open..) document. With openoffice I didn't find a solution to manipulate event off writer document. The

[dev] Steps made by openoffice to save into a WebDAV Server

2006-02-02 Thread Ernesto Pin
I'd like to know the steps performed by OpenOffice when I ask it to save an edited document on a WebDAV server (and what it expects to receive as response for each one). I have successfully opened a document that is on a Webdav server we developed, edited it, but when I press save the last thing

[dev] code for opening and closing connections version 2.0

2006-02-02 Thread lazuaje
hy all, In our coumpany was developed a library using the api for Open Office v. 1. What this library does is providing classes and methods for: -opening and closing connections; -opening docs (*.sxw) -saving docs -printing docs - inserting files into a target file -going to the end of file -

[dev] OpenOffice Integration with Eclipse RCP Application

2006-02-02 Thread Kent Gibson
Hi-ya, I am having a bit of a nightmare integrating OpenOffice and any help would be great. Here is the scenario: I have an eclipse rcp app which uses Plugin A - my OpenOffice handling code and PlugIn B - My User Interface code which uses the Swt Bridge, Plugin C - My OpenOffice Lib ie all the

Re: [dev] Writer Automation with Delphi

2006-02-02 Thread Mathias Bauer
Ale Rufino wrote: Hi This is a Kiosk application, in witch the user won't be able to see the OppenOffice instance. For this reason I have to write a program that shows to the user the complete document, I can open the document but I can't see the document is in my program. Using a

Re: [dev] How to bring OpenOffice window to front

2006-02-02 Thread Mathias Bauer
Matthias Benkmann wrote: I have the problem that when I launch a new OOo window with loadComponentFromURL() it doesn't always come to the front. Sometimes its button just blinks in the Windows task bar and I have to click it manually to bring it to the front. Is there a way to

Re: [dev] Open New View

2006-02-02 Thread Mathias Bauer
Vincenzo Giuliano wrote: Hi ALL, I have a problem. I loaded a Writer Document in this way PropertyValue [] props = new PropertyValue[1]; props[0] = new PropertyValue(); props[0].Name = OpenNewView; props[0].Value = new Boolean(true);