Re: [dev] OpenOffice.org Premium -- steps for 2.0.3

2006-04-25 Thread Jürgen Schmidt
Hi Kami, why did you create an own installation set and why didn't you provide your template collection to the OO.org project directly. That would have the benefit that the translation mechanisms on OO.org can be used and all OO.org versions would benefit of a better or bigger template collec

Re: [dev] PKCS#11 support on Openoffice

2006-04-25 Thread Joachim Lingner
PKCS11 will be supported by means of mozilla. That is, the PKCS11 module must be added to mozilla. This may be implemented in OOo2.0.4 --Joachim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

[dev] How to retrieve the name/value of constants ?

2006-04-25 Thread Marten Feldtmann
When creating source code for my Smalltalk interface via OLE/COM I have finished creating the source code for the enum structures. Now I came to the constants, but I can not query the name/value pairs for the constants ? I create an instance of a core reflection, query it via forName( "com.sun.s

Re: [dev] OLE Access to structure components ... how ??

2006-04-25 Thread Marten Feldtmann
Marten Feldtmann schrieb: As an example here is my Smalltalk method for getting "aName". ^self invoke: 'aName' "name of the method I have to invoke" withArguments: Array new"no arguments" returnType: true"yes I want to have the return values

[dev] How to get ALL interfaces, ALL services, ALL enums, ALL ...

2006-04-25 Thread Marten Feldtmann
Is there any support to get ALL available definitions within OpenOffice: * all interfaces * all enums * all structs * all services Marten - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

[dev] oocalc crash

2006-04-25 Thread Peter Gordon
Attached is a small xml file created by Excel. I run oocalc and then open the xml file. oocalc crashes with the errors below. Incidentally, when I start from scratch, add a few fields, and try to save it as a Microsoft Excel xml file, it also crashes. Collecting from unknown thread. ---start co

[dev] New Contributer

2006-04-25 Thread Papa Bunce
Hi, I would like to contribute to OpenOffice Writer. I have a degree in computers and am familiar with a number of languages including C++. How do I begin? Royshh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: [dev] New Contributer

2006-04-25 Thread Cyrille Moureaux
Hi Royshh, I would like to contribute to OpenOffice Writer. I have a degree in computers and am familiar with a number of languages including C++. How do I begin? http://contributing.openoffice.org/programming.html describes ways you can help as a programmer, you can also, since you seem inter

Re: [dev] x86 osl/interlck.h performance

2006-04-25 Thread Thorsten Behrens
Jens-Heiner Rechtien <[EMAIL PROTECTED]> writes: > BTW, on newer processors (P4, Xeon etc) the "lock" prefix shouldn't be > that expensive, because if the target memory of the instruction is > cacheable the CPU will not assert the Lock# signal (which locks the > bus) but only lock the affected cac

Re: [dev] Arbitrary file from within a UNO package

2006-04-25 Thread Mathias Bauer
Manuel Odesser wrote: > 2) I have a addons.xcu that begins with : > > xmlns:oor="http://solstage2.sfo.collab.net/2001/registry"; > xmlns:xs="http://www.w3.org/2001/XMLSchema"; > oor:name="Addons" > oor:package="org.openoffice.Office"> > > >