Re: [api-dev] Java filter imports with modified=true, and reloads as read only

2006-01-30 Thread Martin Gallwey
Could be seen as a bug. Some API calls in the model set the flag. Because we know this ;-) usually we clear the modified flag after successful loading. Need to check why it doesn't work here. If I save the document it (obviously) gets rid of the modified flag, and I am then able to reload

Re: [api-dev] Managing a menu system wide

2006-01-30 Thread Carsten Driesner
Hi Felix, you have to do the following: 1. Create a folder in Office installation/share/config/soffice.cfg 2. Copy your XML files (f.e. writermenubar.xml) to the folder. 3. Add the following XML snippet to Office installation/share/registry/data/org/openoffice/Office/Common.xcu ... node

Re: [api-dev] Managing a menu system wide

2006-01-30 Thread Felix E. Klee
Am Montag, 30. Januar 2006 13:16 schrieb Carsten Driesner: you have to do the following: Thanks for the quick reply. I do have a couple of questions left: 1. What do you mean by Office installation? Is it the system wide installation (e.g. /opt/OpenOffice.org1.1.4/) or is it the

[api-dev] ANNOUNCE: tcluno release 0.2

2006-01-30 Thread Arnulf Wiedemann
The tcluno team is pleased to announce release 0.2 of tcluno. Tcluno is a set of Tcl packages, which provide acccess to OpenOffice.org using the urp socket interface. Since release 0.1 the C/C++ part has been eliminated and the packages are Tcl only now. One part of the packages

Re: [api-dev] Managing a menu system wide

2006-01-30 Thread Felix E. Klee
Am Freitag, 27. Januar 2006 17:22 schrieb Mathias Bauer: BTW, I only want to add *one* menu. I do not want to replace the entire menu bar since individual users may have made changes to the menu bar. BTW, what about creating the menu dynamically each time OO is started? AFAICS, this

Re: [api-dev] Managing a menu system wide

2006-01-30 Thread Mathias Bauer
Felix E. Klee wrote: Am Freitag, 27. Januar 2006 17:22 schrieb Mathias Bauer: BTW, I only want to add *one* menu. I do not want to replace the entire menu bar since individual users may have made changes to the menu bar. BTW, what about creating the menu dynamically each time OO is

Re: [api-dev] Managing a menu system wide

2006-01-30 Thread Mathias Bauer
Carsten Driesner wrote: Hi Felix, you have to do the following: 1. Create a folder in Office installation/share/config/soffice.cfg 2. Copy your XML files (f.e. writermenubar.xml) to the folder. 3. Add the following XML snippet to Office

Re: [api-dev] Java filter imports with modified=true, and reloads as read only

2006-01-30 Thread Mathias Bauer
Martin Gallwey wrote: Could be seen as a bug. Some API calls in the model set the flag. Because we know this ;-) usually we clear the modified flag after successful loading. Need to check why it doesn't work here. If I save the document it (obviously) gets rid of the modified flag, and I