Re: [api-dev] Java Web services from openoffice

2008-10-08 Thread Juergen Schmidt
Hi, try to add this jar as a necessary library explicitly. The plugin checks the external libraries, filter out the office jars and everything else is packed into the oxt. Juergen Vinzzz wrote: could you verify if the HttpClient is packed in your extension? I just want to make sure that t

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-10-08 Thread Juergen Schmidt
Matthias B. wrote: Now I am sure that it is related to the Windows registry. I've just run the OOo 3.0 installation and while it was running I double-clicked the batch file that runs my WollMuxBar.jar every few seconds. Right after the installer was at the point where it said "Schreibe Werte in d

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-10-08 Thread Matthias B.
On Wed, Oct 8, 2008 at 12:04 PM, Juergen Schmidt <[EMAIL PROTECTED]> wrote: > Whatever you do with your WollMuxBar.jar please verfiy the issue with the > SimpleBootstrap_java.jar example. Could you upload your jar file somewhere so that I can test with the exact same file you're using. Matthias

[api-dev] Developing an OOo3 extension: start-up difficulties

2008-10-08 Thread Benjamin Vollmer
Hello, I want to learn how to develop extensions for OOo Writer. So I read the basic chapters in the Developers Guide and set up a developing environment with Netbeans 6.1 + OOo Plugin, OOo3 and SDK. Then I followed successfully this tutorial http://wiki.services.openoffice.org/wiki/OpenOffic

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-10-08 Thread Matthias B.
On Tue, Oct 7, 2008 at 6:04 PM, Juergen Schmidt <[EMAIL PROTECTED]> wrote: > update it works with the latest JDK 1.6.0_10rc2 as well > I have Java 1.6.0_10rc2 installed separately. OOo has always been installed with the nonJRE installers. > Can you send me a demo application with the glue code a

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-10-08 Thread Juergen Schmidt
Matthias B. wrote: On Tue, Oct 7, 2008 at 6:04 PM, Juergen Schmidt <[EMAIL PROTECTED]> wrote: update it works with the latest JDK 1.6.0_10rc2 as well I have Java 1.6.0_10rc2 installed separately. OOo has always been installed with the nonJRE installers. Can you send me a demo application w

[api-dev] NumberFormats with decimals after the comma in calc-table

2008-10-08 Thread Rudolf Huber
Hallo, I tried various options to get the correct declaration for NumberFormat in calc. The LocalSetting.Language and Country is "de" for Germany. In my table I get the value before the comma correctly, however, the after comma values show zeros. Below, you see the code for the format: ZahlenF

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-10-08 Thread Matthias B.
Now I am sure that it is related to the Windows registry. I've just run the OOo 3.0 installation and while it was running I double-clicked the batch file that runs my WollMuxBar.jar every few seconds. Right after the installer was at the point where it said "Schreibe Werte in die Systemregistrierun

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-10-08 Thread Juergen Schmidt
Tobias Krais wrote: Hi Juergen, Can't you ask the developer responsible for unowinreg.dll about what's changed in it? Maybe this will shed some light on the issue or at least gives you some pointers into the right direction. :-) nothing has changed in the dll. I don't know the internals of

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-10-08 Thread Tobias Krais
Hi Juergen, >> Can't you ask the developer responsible for unowinreg.dll about what's >> changed in it? Maybe this will shed some light on the issue or at >> least gives you some pointers into the right direction. > :-) nothing has changed in the dll. I don't know the internals of the dll file.

Re: [api-dev] Developing an OOo3 extension: start-up difficulties

2008-10-08 Thread Fernand Vanrie
Benjamin Vollmer wrote: Hello, I want to learn how to develop extensions for OOo Writer. So I read the basic chapters in the Developers Guide and set up a developing environment with Netbeans 6.1 + OOo Plugin, OOo3 and SDK. Then I followed successfully this tutorial http://wiki.services.open

Re: [api-dev] NumberFormats with decimals after the comma in calc-table

2008-10-08 Thread Rudolf Huber
Hi Niklas, first of all I thank you for the prompt response. The ZahlenFormatID is 5107. Regards, Rudi - Original Message - From: "Niklas Nebel" <[EMAIL PROTECTED]> To: Sent: Wednesday, October 08, 2008 4:12 PM Subject: Re: [api-dev] NumberFormats with decimals after the comma in

Re: [api-dev] NumberFormats with decimals after the comma in calc-table

2008-10-08 Thread Niklas Nebel
On 10/ 8/08 03:04 PM, Rudolf Huber wrote: I tried various options to get the correct declaration for NumberFormat in calc. The LocalSetting.Language and Country is "de" for Germany. In my table I get the value before the comma correctly, however, the after comma values show zeros. Below, you se

Re: [api-dev] Developing an OOo3 extension: start-up difficulties

2008-10-08 Thread Peter Eberlein
Hi Fernand, Fernand Vanrie schrieb: OK: when using OObasic the openend odt file is "thiscomponent" and access to custom-userfields is done like: oDocument = thiscomponent oDocuInfo = oDocument.DocumentInfo() the Service http://api.openoffice.org/docs/common/ref/com/sun/star/d

Re: [api-dev] NumberFormats with decimals after the comma in calc-table

2008-10-08 Thread Niklas Nebel
On 10/ 8/08 04:52 PM, Rudolf Huber wrote: first of all I thank you for the prompt response. The ZahlenFormatID is 5107. No, I mean the format code string that is shown in the Format/Cells dialog. A key (ID) of 5107 is quite normal. Niklas ---

[api-dev] Function for ”transposing” a two dimensional array?

2008-10-08 Thread Johnny Rosenberg
I know that there are no "two dimensional arrays" in OpenOffice.org Basic, but rather arrays of arrays, but that is kind of what this problem is all about. I have an array like this: StringArray=ThisComponent.Sheets.getByName("Example").getCellRangeByPosition(1,1,1,101).getDataArray() I want to u

Re: [api-dev] Migrating simple bootstrap to OOo3

2008-10-08 Thread Tobias Krais
Hi Juergen, thanks a lot for your work! Greetings, Tobias Juergen Schmidt schrieb: > Tobias Krais wrote: >> Hi Juergen, >> Can't you ask the developer responsible for unowinreg.dll about what's changed in it? Maybe this will shed some light on the issue or at least gives you some

[api-dev] Extended Menu API

2008-10-08 Thread Ariel Constenla-Haile
Hello Carsten, * [for some background info concerning what we're talking about, vid.: http://www.openoffice.org/servlets/BrowseList?list=dev&by=thread&from=2074518 http://wiki.services.openoffice.org/wiki/User:Arielch/Menu_API_Enhancement] Carsten Driesner escribió: Hello Carsten, I send you