Re: [api-dev] New intermediate version 1.1.1 of the OpenOffice.org API plugin available

2008-02-12 Thread Tobias Krais
Hi Wouter, Installation goes like a charm, building my first client app with it too. Running the app from within NetBeans doesn't work (no office executable found) despite the plugin settings under Tools-Options-Misc. Running the jar with java -jar goes ok again. Is the behaviour with

Re: [api-dev] New intermediate version 1.1.1 of the OpenOffice.org API plugin available

2008-02-12 Thread Juergen Schmidt
Wouter van Reeven wrote: Hi Tobias, On Tue, Feb 12, 2008 at 10:25:43AM +0100, Tobias Krais wrote: Please tell me which Linux distribution and version you use. This bug seems to be the same we discussed last week. I am using Debian Lenny (testing) and OOo version 2.3.1. I don't think this is

Re: [api-dev] Re: the meaning of =

2008-02-12 Thread Paolo Mantovani
Hi, Il lunedì 11 febbraio 2008 20:12:48 Jonathan Kaye ha scritto: Steffen Grund wrote: Hello, I am not the Basic expert here, but wouldn't something like this work? While Position exit_value Position = Instr(i, ProcessString, ) etc. etc. etc. Wend and just

[api-dev] [C++] TextEmbeddedObject for inserting spreadsheet into swriter

2008-02-12 Thread Ariel Constenla-Haile
Hi Andre, Andre Heine escribió: Hello Ariel, I'm some steps higher:-) But something strange happens... I can compile your demo but I can see the string in the XCell (This works!) only two times. All other runs of the demo bring OOo to hang;() Without any modifications on the source! The

Re: [api-dev] Macros: argument is not optional

2008-02-12 Thread Andrew Douglas Pitonyak
Download AndrewMacro.odt and take a look at chapter 9 Formatting macros -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.odt My Book: http://www.hentzenwerke.com/catalog/oome.htm Info: http://www.pitonyak.org/oo.php See Also:

Re: [api-dev] How to set chapter numbering (OOBasic) ?

2008-02-12 Thread Noelson Duarte
Hi, I'd like to change the way the chapters are numbered in a document through an OOBasic macro, like having I. Heading 1 for Heading 1, A. Heading 2 for heading 2 and so on... Although I explored the document through Xray (and searched the web), I wasn't able to find a method to do this.

[api-dev] How to set chapter numbering (OOBasic) ?

2008-02-12 Thread Boris Ratak
Hi, I'd like to change the way the chapters are numbered in a document through an OOBasic macro, like having I. Heading 1 for Heading 1, A. Heading 2 for heading 2 and so on... Although I explored the document through Xray (and searched the web), I wasn't able to find a method to do this. All

[api-dev] RE: Re: the meaning of =

2008-02-12 Thread Jonathan Kaye
John Sisson wrote: The great resource for OO-Basic programming is Andrew Pitonyak's OpenOffice.org Macros Explained. In there is a lot of help on all aspects of ooBasic programming including String functions such as split() which along with trim() seems appropriate to your task. Thanx - John

Re: [api-dev] [NOT SOLVED] [C++] TextEmbeddedObject for inserting spreadsheet into swriter

2008-02-12 Thread Andre Heine
Hello Ariel, I'm some steps higher:-) But something strange happens... I can compile your demo but I can see the string in the XCell (This works!) only two times. All other runs of the demo bring OOo to hang;() Without any modifications on the source! The same in my code... The code, that