[api-dev] [code snippet] Improve sorting capabilities

2006-10-22 Thread Stefan Weigel
Update. Minor code improvemments. ?xml version=1.0? snippet language=OOBasic application=Calc keywords keywordsort/keyword keywordsorting/keyword /keywords authors author id=swubuntu initial=true email=[EMAIL PROTECTED]Stefan Weigel/author /authors question heading=Improve sorting

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

2006-10-22 Thread Mathias Bauer
Hi Julien, Julien Galand wrote: As a conclusion : - Either compile a C++ UNO component with the alignment compiler option set to 8 (or at least all SDK/UNO headers). - Or the Reference template structure definition should be wrapped with #pragma align(8). But the latter option is a fix

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

2006-10-22 Thread Mathias Bauer
Jimmy wrote: 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

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

2006-10-22 Thread Emanuele
But I can wait... (actually I use addons.xcu) and I confide in a future snippet code :-) Have a look here: http://www.oooforum.org/forum/viewtopic.phtml?t=18491 the last example. Ciao! Emanuele. - To unsubscribe, e-mail:

Re: [api-dev] UNO Component Communicating with Boostrapped Code

2006-10-22 Thread Tobias Krais
Hi Tabish, 1. run a server in java 2. bootstrap ooimpress from the same class which started the above server 3. from within ooimpress either a UNO Component or Macro (which will both be in java ) call function on this server. I've reviewed chapter 4 of the deverlopers guide, up till now I

Re: [api-dev] UNO Component Communicating with Boostrapped Code

2006-10-22 Thread Tobias Krais
Hi Tabish, thanks for your information. Now your target is clear to me. There is a piece of code which boot strapped openoffice: class Test { // I bootstrapped openoffice here after this code execution, ooimpress has been opened void foo() {} } Now while running ooimpress