Re: [api-dev] Calc: Switch DesignMode On/Off

2006-10-16 Thread Frank Schönheit - Sun Microsystems Germa ny
Hi Mathias, Why is this strange? It's more on the level of, say, the background color, than, say, the zoom level: It's an aspect of the document which its designer describes how to look like. I consider it to be strange as it isn't relevant if you access the document by its API, it is

[api-dev] status of XGalleryThemeProvider

2006-10-16 Thread Laurent Godard
Hi http://api.openoffice.org/docs/common/ref/com/sun/star/gallery/XGalleryThemeProvider.html is marked as unpublished are there any plan on this ? how long does something stay unbpublished ? thanks in advance Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org -

Re: [api-dev] Refreshing a modified menu bar

2006-10-16 Thread Carsten Driesner
Christoph Jopp wrote: Hi Carsten, you wrote: You can use the layout manager from the frame to destroy and create the menu bar again. The current implementation doesn't listen to changes in the Addon.xcu file. The current implementation does it not. Will there be an upcoming implementation in

[api-dev] OnCloseApp not dispatched by OO 2.0.1

2006-10-16 Thread Julien Galand
Hi, I have noticed with an add-on I have written that the global event OnCloseApp is not dispatched by OO 2.0.1 (or maybe OO disconnects global event listeners too early when quitting). With the same add-on and OO 2.0.3, this event is correctly received. I have searched in the issue tracker

Re: [api-dev] OnCloseApp not dispatched by OO 2.0.1

2006-10-16 Thread Andreas Schlüns
Julien Galand schrieb: Hi, I have noticed with an add-on I have written that the global event OnCloseApp is not dispatched by OO 2.0.1 (or maybe OO disconnects global event listeners too early when quitting). With the same add-on and OO 2.0.3, this event is correctly received. I have

Re: [api-dev] Refreshing a modified menu bar

2006-10-16 Thread Christoph Jopp
Hi Carsten, thank you for the information. Just thought that the 'package registry' is somehow merged into the 'office registry' and so extensions could profit of the same updates/refreshing as the 'office'. Although I'm not sure, if the 'office' has such a update/refresh for its own menus?

Re: [api-dev] iterating over text

2006-10-16 Thread Mathias Bauer
Hi Daniel, Daniel Naber wrote: Hi, I posted this on oooforum.org already (http://www.oooforum.org/forum/viewtopic.phtml?t=44933) but it wasn't completly solved, so I need to try here again. [...] The next problem is that I need to get the text and check it, then navigate to given

Re: [api-dev] Refreshing a modified menu bar

2006-10-16 Thread Carsten Driesner
Christoph Jopp wrote: Hi Carsten, thank you for the information. Just thought that the 'package registry' is somehow merged into the 'office registry' and so extensions could profit of the same updates/refreshing as the 'office'. Although I'm not sure, if the 'office' has such a update/refresh

Re: [api-dev] Refreshing a modified menu bar

2006-10-16 Thread Julien Galand
Le 16 oct. 06, à 12:47, Carsten Driesner a écrit : You're right that the configuration data of a package is merged into the Office configuration. The user interface configuration data is processed by a different implementation and is not coupled with the Office configuration. Add-ons use an

Re: [api-dev] Refreshing a modified menu bar

2006-10-16 Thread Carsten Driesner
Julien Galand wrote: Le 13 oct. 06, à 16:54, Carsten Driesner a écrit : Although this is a possible way to implement your add-on it looks a bit strange and has a drawback you should consider. If the user choose to uninstall your add-on all the changes you did programmatically in the

Re: [api-dev] Tweaking the api for performance

2006-10-16 Thread Kent Gibson
There is no loading, we render each document from scratch and always keep the result in memory. It is hard to pinpoint our bottlenecks. There is not one particular place. However for example, inserting into the document and stlying each cell of a table are pretty costly operations. Just last week

[api-dev] UNO Command URLS

2006-10-16 Thread Jimmy
Where can I find a complete structured Listing of all the UNO Command URL's? Is the slots.sxc up to date? I tried serveral Command Urls out of this document which didn't seem to work (e.g. InsertRegion). Cheers Jimmy - To