[dev] Re: XTextSection set background image API Changes ?

2011-03-10 Thread Jürgen Schmidt
On 3/10/11 9:04 AM, underscore wrote: 2011/3/10 Jürgen Schmidt juergen.schm...@oracle.com: Indeed It was the URL -- odd thing is I have been using such (file:/home/user ) URIs since OOo 2.4 -- it worked by luck and it seems that somebody have correct the code or used some other underlying

[dev] Re: XTextSection set background image API Changes ?

2011-03-09 Thread Jürgen Schmidt
On 3/9/11 4:11 PM, underscore wrote: On Wed, Mar 9, 2011 at 5:47 PM, Michael Stahl michael.x.st...@oracle.com wrote: (xSectionProps is the XPropertySet of a XTextSection ) Object bitmapTable = createInstance(com.sun.star.drawing.BitmapTable); XNameContainer nameContainer =

[dev] Re: where to find the NetBeans plugin?

2011-03-04 Thread Jürgen Schmidt
On 3/3/11 10:05 AM, Zongbo Zhang wrote: Hi, I am using the NeBeans 6.9, need to have the OOo plugin for NetBeans(org-openoffice-extensions-2.0.7.alpha.nbm), but cannot find the page where ít was located. while clicked the link, page not found error occured. has it been removed or

Re: [dev] Beta version of XVisualNavigator (XVN)

2011-01-30 Thread Jürgen Schmidt
Hi Shameera, nice extension so far. What do you mean exactly with platform independent? As far as i can see it is implemented in Java. Anyway a better and smoother integration in the office UI would be nice. I mean using the internal toolkit from the office and make it dockable etc.. I know it

Re: [dev] [long] Integrate an extension in the code at buildtime : what do with bitmaps ?

2011-01-03 Thread Jürgen Schmidt
Hi, mmh, if you want to use the extension as it is see http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/Packaging_Notes If you prefer to integrate the extension as a fix part of OOo you probably have to tweak a little bit more. But keep in mind that the configuration

Re: [dev] Extension submission messed up

2010-11-08 Thread Jürgen Schmidt
...@openoffice.org -- Oracle http://www.oracle.com Jürgen Schmidt | Principal Software Engineer Oracle Office GBU ORACLE Deutschland B.V. Co. KG | Nagelsweg 55 | 20097 Hamburg ORACLE Deutschland B.V. Co. KG Hauptverwaltung: Riesstr. 25, D-80992 München Registergericht: Amtsgericht München, HRA

Re: [dev] plugin for NetBeans 6.9.1

2010-08-27 Thread Jürgen Schmidt
you can find a pre alpha version (not really tested in detail) under http://api.openoffice.org/files/documents/22/4772/org-openoffice-extensions-2.0.7.alpha.nbm It probably works without any problems. I made a few quick tests and all tests worked. Try it out. Juergen On 8/25/10 11:24 AM,

[dev] StarOffice/openOffice.org NetBeans Integration - first public release

2006-10-20 Thread Jürgen Schmidt
Hi, we have released the first public release of our StarOffice/OpenOffice.org NetBeans plugin to collect feedback. Please see my announcement on our new GullFOSS blog (http://blogs.sun.com/GullFOSS/entry/staroffice_openoffice_org_netbeans_integration) for more detailed information (where

Re: [dev] Re: OOoBean really running inside an Applet

2006-10-10 Thread Jürgen Schmidt
ramboid wrote: Joachim Lingner joachim.lingner at sun.com writes: ramboid wrote: Joachim Lingner joachim.lingner at sun.com writes: Clovis Wichoski wrote: Joachim TIA Clóvis This class also worked very well for me and it appears to provide the solution that we were looking for. How

Re: [dev] scripting openoffice

2006-10-09 Thread Jürgen Schmidt
James Courtier-Dutton wrote: Éric Bischoff wrote: Le Lundi 9 Octobre 2006 11:47, James Courtier-Dutton a écrit : Is it possible to do this on a server that is not running X? I.e. The script would run without any GUI. James Yes. I've sent that program to you in private to avoid polluting the

Re: [dev] Read XML inside a Macro/Extension

2006-09-20 Thread Jürgen Schmidt
Hi, take a look into the DevGuide in the chapter Scripting Framework (http://api.openoffice.org/docs/DevelopersGuide/ScriptingFramework/ScriptingFramework.xhtml#1_Scripting_Framework). you can also find two simple Examples in the SDK showing how you can work with Java scripts. From Java you

Re: [dev] how to reduce memory usage of unopkg

2006-09-06 Thread Jürgen Schmidt
Christoph Lutz wrote: So it is a C++ out-of-memory condition, not a Java-related one. It might be the included WollMux.rdb that triggers this, but its hard to say without further information. If you have a self-built OOo, you could try re-debugging with a non-stripped libuno_cppu.so.3, or with

Re: [dev] error while installing the package

2006-08-18 Thread Jürgen Schmidt
Madhan Ponnusamy wrote: Hi, i had created a java UNO component named job.uno.zip which contains the fles Addon.xcu Jobs.xcu META-INF/manifest.xml Job.uno.jar while adding it using UNOPKG i got a error WARNING: An error occurred while enabling the package: Job.uno.jar, Cause:

Re: [dev] Makefile

2006-08-18 Thread Jürgen Schmidt
Madhan Ponnusamy wrote: Hi, Can anyone tell me how to use the Make file inside the openoffice_sdk. for example i had seen a make file inside openoffice_sdk/examples/developersguide/components/addon/jobsaddons, how to use that Makefile. can any one help me it should be quit simple. Read the

Re: [dev] OOo developers guide

2006-08-17 Thread Jürgen Schmidt
Daniel Beck wrote: Hello, I would like to have the openoffice developers guide (i.e., the one found at http://api.openoffice.org/DevelopersGuide/DevelopersGuide.html ) as a textbook. I googled for it, and also looked at amazone, but apparently it is only possible to have it in electronical

Re: [dev] new build requirement on !Windows - mingw32

2006-08-17 Thread Jürgen Schmidt
Kai Backman wrote: The work Rene has done with the cross compilation is great, but I think we need to minimize the number of -required- external dependencies. Here is my suggestion for a solution: - Check unowinreg.dll back into the repository and use it by default without recompilation on all

Re: [dev] new build requirement on !Windows - mingw32

2006-08-17 Thread Jürgen Schmidt
Rene Engelhard wrote: Hi, Am Donnerstag, 17. August 2006 16:15 schrieb Jürgen Schmidt: Kai Backman wrote: The work Rene has done with the cross compilation is great, but I think we need to minimize the number of -required- external dependencies. Here is my suggestion for a solution: - Check

Re: [dev] adding action event to sub menus

2006-08-03 Thread Jürgen Schmidt
Madhan Ponnusamy wrote: hai, I had added menus and submenus in openoffice impress using a java program.now i want to add action event to those submenus i.e) if the user click the submenu a java class file should be called. How to do this? you should take a look on ProtocolHandler add-ons. See

Re: [dev] needed a program to add menu

2006-08-02 Thread Jürgen Schmidt
madhan ponnusamy wrote: Hai, Can u send me a java code which will create a new menu(not a replaced menu) in openoffice components.since i am doing a project in which there is a need to add a menu for some enchancements.please help me you should take a look to the simple add-on example in

Re: [dev] Creative Commons support in OpenOffice.org

2006-07-10 Thread Jürgen Schmidt
Laurent Godard wrote: Hi It may be even easier... the GUI should actually be populated from the web services (see http://api.creativecommons.org for docs). And those are fully localized in the same languages that we support in the main license chooser (http://creativecommons.org/license), so

Re: [dev] Packaging process

2006-07-04 Thread Jürgen Schmidt
Laurent Godard wrote: Hi, saying it's easy is easy ;-), i know that it is possible to extract data and create for example a PDF. But the output isn't comparable to what we have at the moment. Show me a working and satisfying solution and we can discuss it. Juergen, you know such a solution

Re: [dev] How to write a extension for OpenOffice?

2006-06-29 Thread Jürgen Schmidt
Hi, besides the already mentioned docu i would suggest to download the SDK (contains the Developer's Guide, xhtml and pdf) and watch the examples. There are many examples showing the development of extensions. Juergen Xu, Shenshen wrote: Thanks a lot, I'm really grateful to you for your

Re: [dev] Packaging process

2006-06-29 Thread Jürgen Schmidt
Kay Ramme - Sun Germany - Hamburg wrote: Rene, Rene Engelhard wrote: http://qa.openoffice.org/issues/show_bug.cgi?id=37034 So, obviously the Dev.Guide is non-free. I wouldn't say that OOo is non-free because of this. In this sense, Debian can obviously redistribute the OOo SDK without the

Re: [dev] unopkg fails

2006-06-08 Thread Jürgen Schmidt
Tobias Krais wrote: Hi Jürgen, My problem: I want to register a little UNO package at OOo, using unopkg. It does not matter which Java compiler I use for compiling my package. If I want to register my ready built package I can't use the Free Software Foundation 1.4.2 Java (all others I tested

Re: [dev] unopkg fails

2006-06-08 Thread Jürgen Schmidt
Tobias Krais wrote: Moin Jürgen, [...] I used Sun Java 1.5.0_06 from Debian Sid non-free for compiling. It doesn't matter which -source and -target flags I used (tried it with 1.1, 1.2, 1.3, 1.4). I also used the Blackdown Java 1.4.2.03-1 and the FSF GCJ 1.4.2. I tested _every_ combination

Re: [dev] unopkg fails

2006-06-07 Thread Jürgen Schmidt
Hi Tobias, Tobias Krais wrote: Hi together, please tell me whether there is an other bug in OOo. My problem: I want to register a little UNO package at OOo, using unopkg. It does not matter which Java compiler I use for compiling my package. If I want to register my ready built package I

Re: [dev] [Fwd: Re: Bug#369924: soffice in PATH missing - automatic soffice starting from jar not possible]

2006-06-07 Thread Jürgen Schmidt
Tobias Krais wrote: Hi Stephan, [..] What makes the soffice execuable so specific that the Debian ooffice executable does not work? Please help us answering this question to solve this Bug in Debian. Is it the case that on Debian there is an executable named ooffice in $PATH but not an

[dev] misused email

2006-05-19 Thread Jürgen Schmidt
Hi, it seems that my email is misused to spread some viruses around the world. Sorry for that but this spam doesn't come from me. Juergen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [dev] UNO Training Course ?

2006-05-16 Thread Jürgen Schmidt
Hi Werner, Cedric Bosdonnat wrote: Hi Werner, Werner Schulte a écrit : Can anyone recommend an UNO Training course (preferred in germany in german) ? Focus should be the C++ interface. Here are some links in english:

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

2006-05-09 Thread Jürgen Schmidt
Hi Kami, sorry for the late response. KAMI wrote: 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

Re: [dev] Re: Development with the UNO framework

2006-05-09 Thread Jürgen Schmidt
Hi Roger, Roger Blum wrote: Hi Cedric, Thanks for your reply. Cedric Bosdonnat [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] Hi Roger, Roger Blum a écrit : I have a rather general question about the possibility to use the UNO framework for the development of a

Re: [dev] directories

2006-05-03 Thread Jürgen Schmidt
Yoann Babel wrote: Hi, I've been searching the net for some time now, and I can't find any documentation on the directeries used by OpenOffice. I mean the directories under ~/.openoffice.org2/user .../uno_packages uno_packages is used to manage extensions. It's a private directory and

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

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

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

Re: [dev] How can I load a JavaScript library in a JavaScript Macro enviroment?

2006-04-18 Thread Jürgen Schmidt
of the system I will make with Java and another with Macros. If you have some idea please share with me. Tanks for your time. Jürgen Schmidt [EMAIL PROTECTED] escreveu: Hi Luiz, i am not really a JavaScript user, is it possible to load a JavaScript library from another library? If yes

Re: [dev] How can I load a JavaScript library in a JavaScript Macro enviroment?

2006-03-20 Thread Jürgen Schmidt
Hi Luiz, i am not really a JavaScript user, is it possible to load a JavaScript library from another library? If yes you should try it the same way. Maybe it helps to take a look to http://www.beanshell.org/ and/or http://www.mozilla.org/rhino/ Sorry that i can't help further Juergen Luiz

[dev] Code Snippet page

2006-03-08 Thread Jürgen Schmidt
Hi, i noticed that we have made good progress with our Code Snippets in the past two weeks, thanks to all contributors. At this point i'd like to say thank you again to Tom and Paolo who are responsible for the infrastructure and tooling. Tom provides and has implemented the infrastructure

Re: [dev] Error: no office executable found!

2006-02-08 Thread Jürgen Schmidt
Christian Junker wrote: Hi Jürgen, 2006/2/7, Jürgen Schmidt [EMAIL PROTECTED]: The secure way is that you start your OOo server manually and connect to it via TCP/IP and the specified socket. It is recommended to use this way if you want to develop something serious. sorry but that is wrong

Re: [dev] Preview window with OOoBean ?

2006-01-31 Thread Jürgen Schmidt
Mathias Bauer wrote: Matthias Benkmann wrote: I'm developing a Java app that let's the user fill out a form. The Java app uses this data to create a document in Writer. I would like to offer the user a preview window that integrates as seemlessly as possible with the Java app. I thought I

Re: [dev] OpenOffice.org Developer Article Contest Rules - First Draft

2006-01-18 Thread Jürgen Schmidt
Hi Laurant, Laurent Godard wrote: Hi Jurgen Do you have any suggestions what we should do? don't make it too complicate. We talk about documentation and committee who will read all submissions and will select the winner. I am sure that the committee will find a winner when we will have

Re: [dev] [SOLVED] Re: [dev] Newbie: com.sun.star.comp.helper.BootstrapException: no office executable found!

2006-01-17 Thread Jürgen Schmidt
Rene Engelhard wrote: Hi, Am Montag 16 Januar 2006 16:36 schrieb Jürgen Schmidt: Hi, mmh, that shouldn't be necessary when you have a normal installation on your system. But i don't know if Debian does anything special. In your first mail you mentioned that you have started your office

Re: [dev] [SOLVED] Re: [dev] Newbie: com.sun.star.comp.helper.BootstrapException: no office executable found!

2006-01-17 Thread Jürgen Schmidt
Rene Engelhard wrote: Hi, Am Montag 16 Januar 2006 17:27 schrieb Jürgen Schmidt: /usr/bin/soffice should be a link directly to officepath/program/soffice otherwise it won't work. The problem in this case is that eventual needed stuff in the wrapper script isn't executed when OOo is ran

Re: [dev] [SOLVED] Re: [dev] Newbie: com.sun.star.comp.helper.BootstrapException: no office executable found!

2006-01-17 Thread Jürgen Schmidt
Tobias Krais wrote: Hi Jürgen, yep. same script here on Debian. other path, though. If it's really needed and would work I guess we could add some soffice link (like /usr/bin/soffice - /usrr/bin/ooffice - calls the right soffice), too.. /usr/bin/soffice should be a link directly to

Re: [dev] Starting OpenOffice.org 2.0 in Listening Mode

2006-01-17 Thread Jürgen Schmidt
Vincenzo Giuliano wrote: Hi My name is Vincenzo. This is my problem: in /OfficePath/share/registry/data/org/openoffice/Setup.xcu/ I have added the tag prop oor:name=ooSetupConnectionURL value socket,host=localhost,port2002;urp;StarOffice.ServiceManager

Re: [dev] [SOLVED] Re: [dev] Newbie: com.sun.star.comp.helper.BootstrapException: no office executable found!

2006-01-17 Thread Jürgen Schmidt
Jürgen Schmidt wrote: Tobias Krais wrote: Hi Jürgen, yep. same script here on Debian. other path, though. If it's really needed and would work I guess we could add some soffice link (like /usr/bin/soffice - /usrr/bin/ooffice - calls the right soffice), too.. /usr/bin/soffice should

Re: [dev] Newbie: com.sun.star.comp.helper.BootstrapException: no office executable found!

2006-01-16 Thread Jürgen Schmidt
Tobias Krais wrote: Hi Christoph, The fitting ant script works out fine and OpenOffice 2 ist running. OO2 was started with following command: ooffice -accept=socket,host=localhost,port=8100;urp try an ending Semicolon at the accept string: ooffice

Re: [dev] Newbie: com.sun.star.comp.helper.BootstrapException: no office executable found!

2006-01-16 Thread Jürgen Schmidt
Tobias Krais wrote: Solli Jürgen, try an ending Semicolon at the accept string: ooffice -accept=socket,host=localhost,port=8100;urp; When you use the simple bootstrap method you don't need to start the office separately. And you don't need an accept string, the simple bootstrap mechanism

Re: [dev] [SOLVED] Re: [dev] Newbie: com.sun.star.comp.helper.BootstrapException: no office executable found!

2006-01-16 Thread Jürgen Schmidt
Tobias Krais wrote: Hi Stephan, Just when I started the sdk Developer Guide for OO2 I experienced problems with the first application. First my system information: I use Debian Linux. My IDE is Eclipse. I installed OpenOffice2 and the OO2 sdk. I use blackdown java 1.4.2.03. , never

Re: [dev] [SOLVED] Re: [dev] Newbie: com.sun.star.comp.helper.BootstrapException: no office executable found!

2006-01-16 Thread Jürgen Schmidt
Rene Engelhard wrote: Hi, Am Montag 16 Januar 2006 16:47 schrieb Tom Schindl: Well normally ooffice, oowriter, ... are bash-scripts or even perl (on mandrake) starting soffice to popup the appropriate OpenOffice-Application. On Mandrake for example one would have to same problem because:

Re: [dev] Re: [discuss] Incubator for vba macros

2005-12-13 Thread Jürgen Schmidt
). If the user want modify the imported VBA code, he has already UNO API code to start from. Regards Jörg Jürgen Schmidt schrieb: Hi, i agree 100% with Laurent, it means a second API and that of course is probably not what we want. But the question is how we can address all the VBA programmers

Re: [dev] scripted multiplatform .doc to .html conversion

2005-12-09 Thread Jürgen Schmidt
Hi Krik, take a look into the SDK example java\DocumentHandling\DocumentConverter you can easy implement a Java remote client application doing the conversion for you. But you always need an installed office working as a server (for example with UI if necessary) Juergen Kirk Israel wrote:

Re: [dev] scripted multiplatform .doc to .html conversion

2005-12-09 Thread Jürgen Schmidt
Kirk Israel wrote: On 12/9/05, Jürgen Schmidt [EMAIL PROTECTED] wrote: Hi Krik, take a look into the SDK example java\DocumentHandling\DocumentConverter you can easy implement a Java remote client application doing the conversion for you. But you always need an installed office working

Re: [dev] DocumentConverter.java Hangs

2005-12-09 Thread Jürgen Schmidt
Hi Juan, Juan Heyns wrote: I am developing a Java application that needs to convert MS Word documents to PDF and SXW (xml). This application will run as a service and at times may be heavily loaded, so reliability is required. The application is running as a windows service by means of the

Re: [dev] SWriter example

2005-11-14 Thread Jürgen Schmidt
Hi, first of all it seems that you are working with an old SDK. I suggest that you use a OO.org 2.0 SDK and a OO.org 2.0 office. Selim Yucel wrote: Hello, I am trying to run SWriter. my connection string is; uno:socket,host=0,port=8100;urp;StarOffice.NamingService before ou start a client

Re: [dev] proposal: ServiceDecl

2005-11-09 Thread Jürgen Schmidt
Thorsten Behrens wrote: Daniel Boelzle [EMAIL PROTECTED] writes: I'd like to present/discuss a recent helper I have developed which IMO simplifies the implementation of UNO services in C++ a lot. [...] So what do you think? Comments, please. Great stuff! Always having to write so much

Re: [dev] warnings01: -Wnon-virtual-dtor

2005-11-03 Thread Jürgen Schmidt
Stephan Bergmann wrote: Hi all, http://www.openoffice.org/issues/show_bug.cgi?id=56995 shows the following problem: On compilers later than the GCC 3.4.1 we use at Hamburg (e.g., GCC 4.0.2, but from looking at the documentation also GCC 3.4.4), -Wall implies a new -Wnon-virtual-dtor which

Re: [dev] Programmierhandbuch für Basic

2005-10-28 Thread Jürgen Schmidt
Christian Junker wrote: Hey Jürgen, 2005/10/28, Jürgen Schmidt [EMAIL PROTECTED]: Aber nichtsdestotrotz danke für den Hinweis. Das scheint ein Übersetungsproblem zu sein und wir werden das überprüfen und korrigieren. gibt es die Möglichkeit das Dokument (engl. + deutsch) umzustellen auf

Re: [dev] new incubator : Call for Name

2005-10-27 Thread Jürgen Schmidt
Rüdiger Timm wrote: Joerg Barfurth wrote: Hi, Laurent Godard wrote: - extensions.openoffice.org (already 3 votes) -1, We already have a cvs module named 'extensions' in the 'util' project. This situation (a module in one project is named like another project) is prone to cause

Re: [dev] Helper of the Day: call for papers

2005-10-26 Thread Jürgen Schmidt
Frank Schönheit - Sun Microsystems Germany wrote: Hi, every time I'm writing a piece of code, and need some helper class which I assume is already implemented somewhere (since my requirement sounds quite generic), I can't help but get the impression that we have hundreds of helper

Re: [dev] Writing UNO Components

2005-10-25 Thread Jürgen Schmidt
王彬 wrote: - Stephan Bergmann wrote: If something works on localhost but not across machines, it is typically the case that some UNO accept string (e.g., the -accept:socket,host=...

Re: [dev] Maven dependencies for UNO

2005-09-06 Thread Jürgen Schmidt
Emmanouil Batsis wrote: Does OOo provide a repo for apache maven dependency handling? no, not yet and currently we have no plans to create one. But if their is a real demand, we should align it and should create only one. It would be bad to have several different ones, which maybe run out

Re: [dev] Maven dependencies for UNO

2005-09-06 Thread Jürgen Schmidt
Emmanouil Batsis wrote: Jürgen Schmidt wrote: Emmanouil Batsis wrote: Does OOo provide a repo for apache maven dependency handling? no, not yet and currently we have no plans to create one. But if their is a real demand, we should align it and should create only one. It would be bad

Re: [dev] Finding Dependencies of the Component

2005-08-24 Thread Jürgen Schmidt
Hi, Sunil Todi wrote: Hi all, We have a scenario in which we have multiple components (registered into a common RDB file) and they have dependencies on each other. Now for testing purpose, we want to find out all the components (with component library path) which are dependent on a particular

Re: [dev] createUnoService problem in 1.9.x on windows

2005-08-01 Thread Jürgen Schmidt
Hi Christian, Christian Andersson wrote: Hi there, I have created an package for Openoffice V2 series (using 1.9 for now to test) The package works flawless on linux, however on windows there is just a small problem (sofar) that makes my package useless. My package contains basic

Re: [dev] re: problem with setProperty in my dialog

2005-07-27 Thread Jürgen Schmidt
James Black wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oliver Brinzing wrote: Hi James, xPSetButton.setPropertyValue( PositionX , new Integer(50)); This causes a failure. it's no good idea to use blanks at the start/end of a properties name... :-) the properties are case

Re: [dev] How to de-activate calling-home functions?

2005-07-26 Thread Jürgen Schmidt
Hi, Matthias Benkmann wrote: Our internal approval process for applications requires that all calling-home functions can be de-activated. OOos registration dialog and the dialog that allows to send back debug data after a crash qualify as calling-home functions (despite the fact that user

Re: [dev] re: helping with programming

2005-07-22 Thread Jürgen Schmidt
Hi Mark, [EMAIL PROTECTED] wrote: Dear Sir or Madame My name is Mark Yang and I am interested in contributing programming to the open office project. I could use some advice as to how to find out how to begin and where I would like to contribute. Are there any forums that focus on this

Re: [dev] How to keep users away from Base

2005-07-21 Thread Jürgen Schmidt
Hi, Frank Schönheit - Sun Microsystems Germany wrote: Hi Matthias, I've just deregistered /IMPLEMENTATIONS/org.openoffice.comp.dbu.OApplicationController and that seems to get rid of the complete Base UI. Can you think of any bad side effects this may have? Is this controller used for any

Re: [dev] Problems on Using SDK

2005-07-20 Thread Jürgen Schmidt
Hi, 王在祥 wrote: I have installed 1. OOo_1.9.113_Win32Intel_install.zip and install in E:\OpenOffice.org 1.9.113, 2. OOo_1.1.0_Win32Intel_sdk.zip installed in E:\OpenOffice.org1.1_SDK I have run the configureWindowsNT.bat (without CPP setting since i have no VC installed). When

Re: [dev] Ideas on mapping UNO IDL to Java 5

2005-07-19 Thread Jürgen Schmidt
Hi, thanks for sharing your ideas ... 王在祥 wrote: I am a beginner of OpenOffice and I am learning the SDK document now. Instead, i found the mapping from IDL to java looks missing something: 1. the mapped Java classes contains less information than the IDL, By using the Java 5 annotations

Re: [dev] New tool for automating Makefile creation (qmake)

2005-07-18 Thread Jürgen Schmidt
Pierre-Andre Galmes wrote: * Jürgen Schmidt [EMAIL PROTECTED] [050715 09:37]: Pierre-Andre Galmes wrote: Hello, Hello Jürgen, I apologize for the delay answering, but as you may know, in France last days were non-working days, so no internet connection for me. ^_^ In this mail, I

Re: [dev] New tool for automating Makefile creation (qmake)

2005-07-18 Thread Jürgen Schmidt
Pierre-Andre Galmes wrote: * Jürgen Schmidt [EMAIL PROTECTED] [050718 14:07]: Pierre-Andre Galmes wrote: Do you think it would be a good idea try to develop such a tool ? I suppose that ooomake could mainly call other tools (idlc...), to get the work done. Would it be useful to add a feature

Re: [dev] I want to help programming in the OpenOffice

2005-07-15 Thread Jürgen Schmidt
Hi Daniel, Daniel Carrera wrote: Bernd Eilers wrote: it is always a good idea to start by getting familar with OOo´s component model UNO, therefor you should have a look at the OOo Developers Guide, which can be found at the following location:

Re: [dev] Automating Makefile creation

2005-07-15 Thread Jürgen Schmidt
Pierre-Andre Galmes wrote: Hello, While starting to develop with OpenOffice.org, I have been asking to myself quite a fex question about the developments tools used for C++. There come the questions : - How are the Makefile in the exemples of the SDK created ? By hand ? yes, we decided to

Re: [dev] How to add-in in OpenOffice.org Calc!

2005-07-15 Thread Jürgen Schmidt
Hi, xutuan Zhang wrote: --- Stephan Bergmann [EMAIL PROTECTED] wrote: . . . file:///home/chatter/OpenOffice.org1.1.4/user/uno_packages/cache/services.rdb: failed! (cannot register implementation: cannot get uno environments!)! This error message suggests that your

[dev] Programmability Workshop on the OO Conference Sep. 2005 in Koper

2005-07-07 Thread Jürgen Schmidt
Hi, last year i've tried to organize such a workshop but in fact of to few interested people and sickness i was not able to do that. But i think the idea is it worth to try it again. The general idea is to offer one programming workshop during the OpenOffice.org conference 2005 in Koper if

Re: [dev] basic macro to uno package

2005-07-06 Thread Jürgen Schmidt
Hi, the best way is to define your Basic macro in a new Basic library. Once you have Basic library you can simple put these library in a UNO package and the last thing is to define the package descriptor. descriptor should look like name: META-INF\manifest.xml ?xml version=1.0

Re: [dev] re: using ant to create source from .idl file

2005-06-23 Thread Jürgen Schmidt
Hi James, 1. idlc -Isdk/idl mytypes.idl - the idlc generates a mytypes.urd 2. normally we have several idl files and merge them together in for example allmytypes.rdb under the root key /UCR. The UCR key is a historical relict (i will change that compatible for the future) because we have had

Re: [dev] Modification of the spell checker

2005-06-09 Thread Jürgen Schmidt
Hi, Thomas Lange wrote: Hi, I found that the spell checker in the openoffice is not working corretly in many cases. For example, when I write the word día (day in spanish) as dia (í instead of i) it suggest many word except the right one. Then I decide to solve this problem and I got it by

Re: [dev] Error compiling java addon.

2005-06-02 Thread Jürgen Schmidt
Hi, mmh, on the first look it looks ok to me. Can you send me your SampleFunction.rdb file directly. Juergen Dinesh Varadharajan wrote: Hi Juergen, First I am running IDLC to create urd and rdb files. After I am calling javamaker for the constucted rdb file. There it fails. idlc

Re: [dev] Error compiling java addon.

2005-06-02 Thread Jürgen Schmidt
Hi Dinesh, please send the file directly to me and not to the mailing list Thanks Juergen Dinesh Varadharajan wrote: Hi Juergen, Attached is the rdb file. Thanks for your help. Thanks, Dinesh Jrgen Schmidt wrote: Hi, mmh, on the first look it looks ok to me. Can you send me your

Re: [dev] UNO IDL and java.util.Date

2005-05-30 Thread Jürgen Schmidt
Ary Junior wrote: Hi Kohei Yoshida, if I try to declare the date argument date as a com.sun.star.util.Date like this: (In my .idl file) string test(...[in] com::sun::start::util::Date date, ...); (In my Java class implementation) public String test(... com.sun.star.util.Date date, ...) {...

Re: [dev] Wants a start in OpenOffice development.

2005-05-18 Thread Jürgen Schmidt
Hi Azhar, i would suggest that you start with SDK examples, work with them, implement your own simple tasks and read the documentation (the Developers Guide). You will learn the basics about the API and after that you should be able to start working on other things (e.g. extensions). Juergen

Re: [dev] Extending an UNO service

2005-05-11 Thread Jürgen Schmidt
Hi, normally you would define a new service which includes the SimpleRegistry service and extend your new stuff. The implementation can maybe reused and only the new stuff have to be implemented. But it depends on the new features. But take into account that you can't change the interface. You

Re: [dev] More than one interface inside a .idl file

2005-04-29 Thread Jürgen Schmidt
Stephan Bergmann wrote: Nikolai Pretzell wrote: Hi Ary, Hi, im trying to registry two interfaces inside the same .idl file... I can't give you a workaround (others probably can), but AFAIK, the creators of UNO IDL did explicitely intend, there should only be one IDL type in one IDL file. This

Re: [dev] access forms and reports in .odb files

2005-04-07 Thread Jürgen Schmidt
Andrew Douglas Pitonyak wrote: I was able to open forms using the 2.0 Beta, and to create a new database in the 2.0 beta. Things changed between 1.79 and 1.89. There is a lot more stability and the API has changed as well. Realize that I am refering to a new API, so it has not yet been

Re: [dev] Spreadsheet Add-Ins and Java

2005-03-29 Thread Jürgen Schmidt
Hi, you should take a look into the DevGuide and the SDK examples. In the DevGuide you find a section where calc add-ins are explained in details and in the SDK you will find working examples. Juergen Ary Junior wrote: Hi, Im trying to create a add-in function with Java that gets the value of

Re: [dev] Install-Macros on OO2

2005-03-29 Thread Jürgen Schmidt
Hi Helmut, in the DevGuide you will find a chapter about UNO packages and how to deploy them (unopkg). The SDK comes with a lot of component examples, showing how to create UNO packages (C++/Java components, script library, BASIC library), and how these packages can be deployed. Once created

Re: [dev] OOo 2.0 Netbeans Templates?

2005-03-20 Thread Jürgen Schmidt
Hi Raymond, a closer IDE (NetBeans, Eclipse integrstion) is still on our todo list. The SDK contains two ant build scripts (scripting framework examples) which of course will probably change in the future but they still work and can be used as a start point. More ant scripts will be prepared

Re: [dev] UNO service development

2005-03-16 Thread Jürgen Schmidt
Hi John, John Sisson wrote: Hello, Maybe I am missing something, but I am having a hard time with UNO development of 'services' for Java. I can specify two IDLS - (stripped) code as follows: the interface #include com/sun/star/uno/XInterface.idl module com { module nxps { module nxadv

Re: [dev] UNO

2005-02-07 Thread Jürgen Schmidt
Hi, Jacob Floyd wrote: I'm getting ready to create a new layer for OOo, and was told I should do it in UNO. However, I'm not sure how UNO helps me and I hope some one can explain this (read on): From what I understand UNO uses the network for different OOo components to talk to each other. Is this