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

2006-04-26 Thread Marten Feldtmann
Marten Feldtmann schrieb: Is there any support to get ALL available definitions within OpenOffice: * all interfaces * all enums * all structs * all services Well, the answer was simple: install the SDK ( I had this already) and find all files ending up with "idl" and then let code generator f

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

2006-04-26 Thread Laurent Godard
Hi Marten Well, the answer was simple: install the SDK ( I had this already) and find all files ending up with "idl" and then let code generator fly over these names, do reflection and the results are around 1600 classes I still can not get the definitions (name/Value) of the constants ...

Re: [dev] oocalc crash

2006-04-26 Thread Caolan McNamara
On Tue, 2006-04-25 at 12:56 +0300, Peter Gordon wrote: > 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 fi

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

2006-04-26 Thread Cedric Bosdonnat
Hi Marten, Laurent and others Marten Feldtmann a écrit : > Marten Feldtmann schrieb: > >> Is there any support to get ALL available definitions >> within OpenOffice: >> >> * all interfaces >> * all enums >> * all structs >> * all services >> > Well, the answer was simple: install the SDK ( I had

Re: [dev] PKCS#11 support on Openoffice

2006-04-26 Thread Malte Timmermann
Problem within OOo is that OOo currently only supports one security environment. As Jochen said, that should change soon. If you want to see if your implementation will (probably) work with OOo, you can use some of our test tools: xmlsecurity/tools/demo => signdemo and verifydemo There you can ch

[dev] how about create an openoffice viewer ?

2006-04-26 Thread Christophe MAXIMIN
Hello, All of us know the success of the PDF format, so, why don't create a simple ODT viewer ? It will be a good way to spread the odt format, and make it a "standard of fact". It will be very lighter (9mb maximum i guess), and very useful, if we don't want to install the big OOo (>300mo) on a PC

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

2006-04-26 Thread KAMI
Dear Jürgen! Jürgen Schmidt írta: Hi Kami, why did you create an own installation set I have created my own installation set because: - it is funny ;o) - it makes OpenOffice.org more attractive compared to other (Commercial) suites. Other suites has more complete clipart, temlate, font collet

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

2006-04-26 Thread Jürgen Schmidt
Hi Marten, Marten Feldtmann wrote: 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 reflect

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

2006-04-26 Thread Manuel Odesser
Hi all, I'd like to thank everyone I had answer from ! A problem remains : I cannot find a practical sample to create a simple .xsd and its .xcu counterpart. Here are my guess, could someone tell me if I cannot access my values because of the xml or the java code ? myaddon.xsd : xsi:sche

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

2006-04-26 Thread Jürgen Schmidt
Hi Kami, KAMI wrote: Dear Jürgen! Jürgen Schmidt írta: Hi Kami, why did you create an own installation set I have created my own installation set because: - it is funny ;o) great to here - it makes OpenOffice.org more attractive compared to other (Commercial) suites. Other suites has more

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

2006-04-26 Thread Peter Gordon
Hi. Let's suppose I want to try OpenOffice.org Premium on a Fedora Core 5 box that already has OpenOffice installed. Is it a relocatable package? If not, will it trample on existing files? Peter On Wed, 2006-04-26 at 11:11 +0200, Jürgen Schmidt wrote: > Hi Kami, > > KAMI wrote: > > Dear Jürge

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

2006-04-26 Thread Jens-Heiner Rechtien
Thorsten Behrens wrote: 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 lo

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

2006-04-26 Thread Jens-Heiner Rechtien
Hi Ross, thanks for your numbers. So it looks like the lock prefix inside the reference counters will have on older processors - exactly where it's not needed at all - an impact which dwarfs even the costs for not inlining the reference counter. I'll have a look at it. Heiner Ross Johnson w

[dev] "Format-Page" duplicating as "File-Page Setup"?

2006-04-26 Thread Kirill S. Palagin
Hello everybody. I am thinking of company-wide migration from MS Office to OOo. As one of major cause for support calls I see the fact that "Page Setup" is located in totally different menu. What do developers think of calling "Page Style" dialog via "File\Page Setup" (in addition to existing "For

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

2006-04-26 Thread Kay Ramme - Sun Germany - Hamburg
Thorsten, Thorsten Behrens wrote: Apart from that, with the integration of the UNO threading framework, there's opportunity to bin thread-safe implementations at tons of places, isn't there? Yes and no, with the introduction of the UNO threading framework (see http://wiki.services.openoffice.o

Re: [dev] Improving OpenOffice

2006-04-26 Thread Eike Rathke
Hi Ross, On Sat, Apr 22, 2006 at 06:21:11 +0100, Ross wrote: > [... accessibility ...] > > I would greatly appreciate it if you could help me to get started. There's an UI subproject for OOo accessibility, see http://ui.openoffice.org/accessibility/ you'll also find an archive and a subscriptio

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

2006-04-26 Thread KAMI
Ciao! Jürgen Schmidt írta: Hi Kami, KAMI wrote: Dear Jürgen! Jürgen Schmidt írta: Hi Kami, why did you create an own installation set I have created my own installation set because: - it is funny ;o) great to here - it makes OpenOffice.org more attractive compared to other (Commercial)

[dev] java swing application as AddOn

2006-04-26 Thread Yves Matthess
Hi All, I want to call a swing application within an office writer. This should realized as a button in the office Toolbar. Can somebody give me anything glue to start immediately? Thanks. Yves Yves Matthess, PhD. Student Johann Wolfgang Goethe-University Medical School Dept. of Gynecology

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

2006-04-26 Thread KAMI
Peter Gordon írta: Hi. Let's suppose I want to try OpenOffice.org Premium on a Fedora Core 5 box Good idea! that already has OpenOffice installed. Is it a relocatable package? OOo Premium installed same way as original OpenOffice.org. One small thing, you can update from older version, bu

Re: [dev] Coverity Open Source Defect Scan of OpenOffice

2006-04-26 Thread Caolan McNamara
On Fri, 2006-04-07 at 12:14 +0200, Martin Hollmichel wrote: > This will leave about 40 issue for the OpenOffice.org code basis. I > will > take a deeper look into the remaining issues with the developers and > will give more feedback in the next days, Any progress on this ? Is there any worth t

Re: [dev] Coverity Open Source Defect Scan of OpenOffice

2006-04-26 Thread Jan Holesovsky
On Wednesday 26 April 2006 15:24, Caolan McNamara wrote: > On Fri, 2006-04-07 at 12:14 +0200, Martin Hollmichel wrote: > > This will leave about 40 issue for the OpenOffice.org code basis. I > > will > > take a deeper look into the remaining issues with the developers and > > will give more feedbac

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

2006-04-26 Thread Joerg Barfurth
Hi, Manuel Odesser wrote: Hi all, I'd like to thank everyone I had answer from ! A problem remains : I cannot find a practical sample to create a simple .xsd and its .xcu counterpart. Here are my guess, could someone tell me if I cannot access my values because of the xml or the java code ?

[dev] java swing application as AddOn

2006-04-26 Thread Lina Kemmel
Return Receipt Your [dev] java swing application as AddOn document:

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

2006-04-26 Thread Kay Ramme - Sun Germany - Hamburg
Kay Ramme - Sun Germany - Hamburg wrote: Unfortunately, many of these in-/decrements are generated on behalf of the rtl strings, which are not yet planned to be replaced with a thread unsafe version (despite the fact that this is certainly possible). Regarding the (rtl, tools) strings, I think m

Re: [dev] java swing application as AddOn

2006-04-26 Thread Tom Schindl
You need to write an OpenOffice-Service take a look into the SDK and Dev-Guide you can retrieve from http://api.openoffice.org. Tom Yves Matthess wrote: > Hi All, > > I want to call a swing application within an office writer. This should > realized as a button in the office Toolbar. > Can someb

Re: [dev] java swing application as AddOn

2006-04-26 Thread Tom Schindl
Or simply take a look at this snippet: http://codesnippets.services.openoffice.org/Office/Office.CallingJavaFromOOBasic.snip Tom Tom Schindl wrote: > You need to write an OpenOffice-Service take a look into the SDK and > Dev-Guide you can retrieve from http://api.openoffice.org. > > Tom > > Yv

[dev] Compilation OpenOffice 2.0.2

2006-04-26 Thread Filip Bartmann
When I try to compile OpenOffice.org 2.0.2 with gcc 4.1, then i have this error: --- Making: ../unxlngi6.pro/lib/libstore.so.3 g++ -Wl,-z,combreloc -Wl,-z,defs -Wl,-rpath,'$ORIGIN' "-Wl,-hlibstore.so.3" -shared -Wl,-O1 -Wl,

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

2006-04-26 Thread Manuel Odesser
Hi, Yes, that was very good help ! But, as usual, everything did not work as expected :'( This code : XInterface xViewRoot = (XInterface)xConfigProvider.createInstanceWithArguments( "com.sun.star.configuration.ConfigurationAccess", properties); throws a Wrapp

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

2006-04-26 Thread Cyrille Moureaux
Hi Manuel, Yes, that was very good help ! But, as usual, everything did not work as expected :'( This code : XInterface xViewRoot = (XInterface)xConfigProvider.createInstanceWithArguments( "com.sun.star.configuration.ConfigurationAccess", properties); thro

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

2006-04-26 Thread Cyrille Moureaux
Hi again, xml:lang='en-US'> -- I don't think you need this (but I may be wrong). Forget about that, apparently I am wrong. Sorry about the confusion. Cyrille - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

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

2006-04-26 Thread Jens-Heiner Rechtien
Hi, I did some measurements with a copy of SRC680 m164 and one of the more pathological calc documents, and found that the "lock" prefix indeed imposes a significant overhead of about 8% on a non HT 1.8 GHz Pentium IV. (The tests included starting StarOffice, loading the document and closing

[dev] Urgent :: Danda (U-0964), Double Danda (U-0965) problems in Bengali (bn) document

2006-04-26 Thread Jamil Ahmed
Hello, Can anyone please check this issue? http://qa.openoffice.org/issues/show_bug.cgi?id=64799 It is a major issue for Bengali. I missed to set P1 priority while submitting. Let us know if other Indic languages have this similar problem. Thanks, `Jamil ---

Re: [dev] Urgent :: Danda (U-0964), Double Danda (U-0965) problems in Bengali (bn) document

2006-04-26 Thread Martin Hollmichel
anybody able to confirm the issue, I will set this then to the stopper list for 2.0.3 Martin Jamil Ahmed wrote: Hello, Can anyone please check this issue? http://qa.openoffice.org/issues/show_bug.cgi?id=64799 It is a major issue for Bengali. I missed to set P1 priority while submitting. Le

Re: [dev] "Format-Page" duplicating as "File-Page Setup"?

2006-04-26 Thread Cor Nouws
Hi KP, Kirill S. Palagin wrote: I am thinking of company-wide migration from MS Office to OOo. As one of major cause for support calls I see the fact that "Page Setup" is located in totally different menu. What do developers think of calling "Page Style" dialog via "File\Page Setup" (in addition

RE: [dev] "Format-Page" duplicating as "File-Page Setup"?

2006-04-26 Thread Kirill S. Palagin
Thanks a lot! Will do that. > -Original Message- > From: Cor Nouws [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 26, 2006 10:47 PM > To: dev@openoffice.org > Subject: Re: [dev] "Format-Page" duplicating as "File-Page Setup"? > > Hi KP, > > Kirill S. Palagin wrote: > > I am thinking

Re: [dev] "Format-Page" duplicating as "File-Page Setup"?

2006-04-26 Thread Cor Nouws
Hi Kirill, Kirill S. Palagin wrote: Thanks a lot! You're welcome. Will do that. If you dive a little in it, you might be able to find a way to distrubite it amoung all users by changing one of the xcu-files in IIRC Application Data\OpenOffice.org2\user\registry\data\org\openoffice\ (or the

Re: [dev] showInfoModal() behaves different on win and linux

2006-04-26 Thread Mathias Bauer
Christoph Lutz wrote: > Hi, > > I'm using the method showInfoModal(..) from the example > OpenOffice.org2.0_SDK/examples/DevelopersGuide/Components/Addons/JobsAddon/AsyncJob.javato > create an infobox. > > On windows 2000 (OOo2.0.2, 680m162) the new infobox pops up in the CENTER of > the parent-

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

2006-04-26 Thread Mathias Bauer
Marten Feldtmann wrote: > 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 reflec