[api-dev] StarOffice/openOffice.org NetBeans Integration - first public release

2006-10-20 Thread Jürgen Schmidt
Hi, we have released the first public release of our StarOffice/OpenOffice.org NetBeans plugin to collect feedback. Please see my announcement on our new GullFOSS blog (http://blogs.sun.com/GullFOSS/entry/staroffice_openoffice_org_netbeans_integration) for more detailed information (where

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

2006-10-20 Thread Carsten Driesner
Bart Aimar wrote: Paolo Mantovani ha scritto: Hi Bart, Ciao Paolo, It works for me. It adds a new item named Standard.Module1.Test under the File menu of the current document. I am a stupid man... :-( I espected a NEW Menu... In seek to decipher the code, I have not read the first

Re: [api-dev] Mac/Linux/Windows problems?

2006-10-20 Thread Mathias Bauer
Jimmy wrote: I'm developping a component for Writer which has been tested with Windows and works fine on different machines with different OpenOffice Versions starting from 2.0.2 to 2.0.4. Now that I'm almost finished with it, I wanted to test the tool on a Mac and on Linux.

Re: [api-dev] Bug in C++ UNO binding of awt::KeyEvent ?

2006-10-20 Thread Mathias Bauer
Julien Galand wrote: // BUG (of binding ?) : Use KeyEvent.KeyChar, and not KeyEvent.KeyCode !! // // Note: // The same bug appears when retrieving a KeyEvent, such as // XAcceleratorConfiguration.getKeyEventsByCommand(.uno:AddDirect). // = the returned KeyEvents have KeyChar filled by

Re: [api-dev] iterating over text

2006-10-20 Thread Mathias Bauer
Daniel Naber wrote: On Monday 16 October 2006 08:03, Mathias Bauer wrote: I can't help with your problem, I only wanted to ask wether it is an option for you to wait for our new Grammar Checking API that will not require any text iteration from inside the Grammar Checker as it always gets

Re: [api-dev] Mac/Linux/Windows problems?

2006-10-20 Thread Jimmy
Mathias Bauer schrieb: Jimmy wrote: I'm developping a component for Writer which has been tested with Windows and works fine on different machines with different OpenOffice Versions starting from 2.0.2 to 2.0.4. Now that I'm almost finished with it, I wanted to test the tool on a Mac

Re: [api-dev] status of XGalleryThemeProvider

2006-10-20 Thread Kai Ahrens
Hi Laurent, Laurent Godard wrote: 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 ? it's great to hear that you really use this API. AFAIR, I

Re: [api-dev] ScriptProvider is a strange object

2006-10-20 Thread Bernard Marcelly
Bonjour Jürgen Schmidt Message du 2006-10-20 07:31: Bernard Marcelly wrote: I think both cases are bugs. What is the opinion of OOo designers? i would agree that this is a bug and probably both errors seems to be the result of the same error Please submit an issue Thanks for your quick

Re: [api-dev] Mac/Linux/Windows problems?

2006-10-20 Thread eric b
Hi, Just a precision : NeoOffice 2.0.3 IS NOT OpenOffice.org as mentionned. And I wonder if this question is only intended to help NeoOffice, and nothing else. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [api-dev] status of XGalleryThemeProvider

2006-10-20 Thread Laurent Godard
Hi Kai Anyhow, since you seem to have been successfully working with it and didn't request any new features, I assume that we can make this API final now. Nevertheless, I'd like to ask anybody using this API or having a look at it to still send comments etc. If this last period of say 1-2

Re: [api-dev] Mac/Linux/Windows problems?

2006-10-20 Thread Jimmy
Well of course it's not OpenOffice but it's built of OpenOffice 2.0.3 which is why I'm testing my component with it. Same goes for Linux where I tested my component. This was an OS specific question since the same problems occured with Linux (OpenOffice 2.0.3/4). regards jimmy eric b

[api-dev] Reset to default style

2006-10-20 Thread Jimmy
How can I reset the CharStyleName of the current cursor to the default CharStyleName. Problem is I can't reset it with the following line: xCursorProps.setPropertyValue(CharStyleName, Default); since the default style is for example called Standard in German and I don't know what the style is

Re: [api-dev] Mac/Linux/Windows problems?

2006-10-20 Thread eric b
Le 20 oct. 06 à 13:43, Jimmy a écrit : Well of course it's not OpenOffice but it's built of OpenOffice 2.0.3 No, that's not : the source code is modified, the license too. This is not OpenOffice.org anymore. - To

Re: [api-dev] Mac/Linux/Windows problems?

2006-10-20 Thread Jimmy
Even better, then my component works for two different programs :) eric b schrieb: Le 20 oct. 06 à 13:43, Jimmy a écrit : Well of course it's not OpenOffice but it's built of OpenOffice 2.0.3 No, that's not : the source code is modified, the license too. This is not OpenOffice.org

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

2006-10-20 Thread Julien Galand
Le 19 oct. 06, à 14:52, Carsten Driesner a écrit : Julien Galand wrote: Thanks for this link. I had tried this previously and it didn't work, but I think I have now found the cause (there is apparently a bug in the C++ UNO binding about the awt::KeyEvent structure, for which I have just

Re: [api-dev] StarOffice/openOffice.org NetBeans Integration - first public release

2006-10-20 Thread Christoph Jopp
Hi Jürgen, thank you and the 'OpenOffice.org-NetBeans-PlugIn-Team' for the great work. It took me just seconds to produce a working test-component package with it. It seems to be quite stable already with the little task, if there should turn out some bugs/instability in bigger tasks, I'll

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

2006-10-20 Thread Carsten Driesner
Julien Galand wrote: Le 19 oct. 06, à 14:52, Carsten Driesner a écrit : Julien Galand wrote: Thanks for this link. I had tried this previously and it didn't work, but I think I have now found the cause (there is apparently a bug in the C++ UNO binding about the awt::KeyEvent structure, for

Re: [api-dev] Bug in C++ UNO binding of awt::KeyEvent ?

2006-10-20 Thread Julien Galand
Le 20 oct. 06, à 10:54, Mathias Bauer a écrit : Julien Galand wrote: // BUG (of binding ?) : Use KeyEvent.KeyChar, and not KeyEvent.KeyCode !! // // Note: // The same bug appears when retrieving a KeyEvent, such as // XAcceleratorConfiguration.getKeyEventsByCommand(.uno:AddDirect). // = the

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

2006-10-20 Thread Bart Aimar
Carsten Driesner ha scritto: The transient state is a property of the whole menu bar. So it's possible to create a new menu and menu items for this sub menu without any problem. Thank you Carsten for your answer I tried to perform a running code about... but my ability (as programmer) is