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

Re: [dev] XML to PPT?

2005-03-03 Thread Jürgen Schmidt
Hi, mmh, the SDK offers it not directly. But it shows how to create a presentation, it shows how you can bootstrap UNO (including automatically start of an Office if necessary) and it shows how to export to a foreign format. You can also use a XSL transformation to convert your xml data into a

Re: [dev] embed OpenOffice.org in C++ application

2005-03-07 Thread Jürgen Schmidt
Hi, it's just an idea and you will definitely need an office installation. 1. use the simple bootstrap mechanism (includes starting of an office if necessary) 2. create your chart in a draw document (no UI and no user interaction) 3. select the chart and export it as gif, png or something else 4.

Re: [dev] New Add-On

2005-03-07 Thread Jürgen Schmidt
Rene Engelhard wrote: Hi, Am Montag, 7. MÃrz 2005 00:22 schrieb Alex VM: Open Office does not have something similar to Ms.Money. I'm working on a Java based Budget Program, which I was thinking of putting on SourceForge; however, I prefer completing the Open Office Suite. umm. has that to be Java

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 module com { module nxps { module nxadv { module unotest { module inter

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 asa

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 a

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 su

Re: [dev] Question regarding new Java wizards in OOo 2.0

2005-03-29 Thread Jürgen Schmidt
Hi Brian, if the Java look and feel for your dialog would be ok, you can simply use swing or awt and can use it directly from your component. If you prefer the same look and feel as the office then it is definitely more work. You can either combine Basic (Basic dialogs + some macros) and your J

Re: [dev] Error: package com.sun.star.bridge does not exist

2005-03-30 Thread Jürgen Schmidt
Hi Henrik, use the mini build env from the SDK (no IDE -> pure command line gnu make support) or simply extend your classpath with ridl.jar, unoil.jar, jurt.jar and juh.jar (all jars can be found in the office\progam\classes directory). Juergen Henrik Ekermann wrote: hi, I'm new to openoffice.o

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 documente

Re: [dev] Want to use Configuration management

2005-04-11 Thread Jürgen Schmidt
Hi, it is possible to deploy your own schema and configuration with your component. I have no working example at the moment but i will publish a simplified one asap. - Juergen Sunil Todi wrote: Hi, I am trying to use "configuration management" facility for my application and components. The 15th

Re: [dev] Disable the document restore function in OOo 1.9.x

2005-04-29 Thread Jürgen Schmidt
start your office with -norestore Manuel wrote: Hello There Does anybody know how I can disable the document restore function in OOo 1.9.x after Openoffice crashed? Kind regards Manu - To unsubscribe, e-mail: [EMAIL PROTECTED]

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] idlc on Windows

2005-05-11 Thread Jürgen Schmidt
Hi Jorge, this is a bug and it is interesting that nobody until now have detected this bug. Please submit an issue to me. A workaround would be to install the SDK in a path without spaces. Juergen Jorge Marques Pelizzoni wrote: Hi, all! First of all, I have to mention that I am bound to OOo versi

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] Programming Help

2005-05-12 Thread Jürgen Schmidt
Jack Mullaney wrote: 4) Maybe something else? Perhaps a real challenge? You can help to implement more complex examples and document this examples in a kind of tutorial style. Or you can help to implement complex unit tests for our UNO API. Both would have the advantage that you get familiar with

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 Az

Re: [dev] Error compiling java addon.

2005-06-02 Thread Jürgen Schmidt
Hi, can you be more precise. How do you invoke the javamaker? Juergen Dinesh Varadharajan wrote: hi, I wrote a idl for java and when I try to create java interface out of it I am getting javamaker ERROR: cannot dump Type 'com/sun/star/uno/RuntimeException' error. The same setup was working

Re: [dev] Error compiling java addon.

2005-06-02 Thread Jürgen Schmidt
%OO_SDK_HOME%\idl Sample.SampleFunctions.idl regmerge Sample.SampleFunctions.rdb /UCR Sample.SampleFunctions.urd javamaker -BUCR Sample.SampleFunctions.rdb %OFFICE_PROGRAM_PATH%\types.rdb The same setup is working with 1.1.2. and the paths are rightly defined. Thanks, Dinesh Jürgen Schmidt wrote: Hi

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 Jürgen Schmidt wrote: Hi, mmh, on the first look it looks ok to me. Can you send me your

Re: [dev] Error compiling java addon.

2005-06-02 Thread Jürgen Schmidt
ntion for UNO modules is lowercase. But of course it's your decision. Juergen Jürgen Schmidt wrote: 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. Than

Re: [dev] OLE getCellByName error

2005-06-10 Thread Jürgen Schmidt
Hi, getCellByName is a method of com.sun.star.text.XTextTable and this interface is not supported by a sheet. getCellByPosition is your friend ;-) Juergen Alexander Peters wrote: Hello! When i use the methode getCellByName with an OLE connection on an empty sheet in Calc it returns an error.

Re: [dev] ConvertToURL and ConvertFromURL alternatives in C++

2005-06-16 Thread Jürgen Schmidt
yes it is, try the static functions "getSystemPathFromFileURL" and "getFileURLFromSystemPath" from osl::FileBase i hope this help Juergen Aditya Pandey wrote: Hi all I am developing an addon for OpenOffice in C++. I was wondering if there is any alternative for ConvertToURL and ConvertFromUR

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

2005-06-23 Thread Jürgen Schmidt
Hi James, 1. idlc -I/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 on

Re: [dev] re: Problem making my first plugin, errors with idlc

2005-06-24 Thread Jürgen Schmidt
Hi James, James Black wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am trying to create my first plugin for OO2.0, on WinXP, and am having some errors that I don't understand, from idlc. I am confused, but I had to copy several dlls to System32, as it appears that just setting the PAT

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 1.0//EN" "Manifest.dtd"> http

[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 t

Re: [dev] re: still having problems getting my protocol handler to be called

2005-07-14 Thread Jürgen Schmidt
Hi, Oliver Brinzing wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi James, No, I am not certain that the service name is com.sun.star.frame.ProtocolHandler. you have to use "com.sun.star.frame.ProtocolHandler", otherwise it will not work ... look at the example code ... To make

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: http://api.openoffice.org/DevelopersGuide/Devel

Re: [dev] SimpleBootstrap_cpp Makefile Issue

2005-07-15 Thread Jürgen Schmidt
Hi, do you have used configure to prepare the setsdkenv script? Can you build any other example? Juergen Pierre-Andre Galmes wrote: Hello, I have been trying to compile the following example : OpenOffice.org2.0_SDK/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp But, the Makefile see

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 use

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

2005-07-15 Thread Jürgen Schmidt
Hi, as Volker mentioned you need a Visual Studio .Net 2003 compiler for OO2.0. That is maybe the reason why your library can't be loaded under windows. You can also use the free available compiler toolkit from MS. regcomp and pkgchk are deprecated for normal registration usage. unopkg should h

Re: [dev] Automating Makefile creation

2005-07-15 Thread Jürgen Schmidt
Hi, xutuan Zhang wrote: Dear Jürgen, [I'm writing Add-ins for Calc using C++, but having problems register my Add-in under linux. ] In your email When you said: 4a. Client applications C++: rename your application with leading "_", copy unoapploader binary in the same directory and rename

Re: [dev] Automating Makefile creation

2005-07-15 Thread Jürgen Schmidt
Joerg Barfurth wrote: Hi, xutuan Zhang wrote: In your email When you said: 4a. Client applications C++: rename your application with leading "_", copy unoapploader binary in the same directory and rename it to your original application name If I have an add-in, e.g., MyAddin.uno.so

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 componet_getImplementat

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,

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

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 wil

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] SimpleBootstrap_cpp Makefile Issue

2005-07-20 Thread Jürgen Schmidt
Hi, Pierre-Andre Galmes wrote: Hello, After some more investigation, I found the following. The problem comes from the following call : $(OUT_BIN)/_%$(EXE_EXT) : $(OUT_APP_OBJ)/%.$(OBJ_EXT) The problem is the value of the $(OUT_APP_OBJ) variable. After some test this is what I found. Dependin

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 oth

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 topic

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 action

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 sen

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 code/dialo

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

2005-08-01 Thread Jürgen Schmidt
Hi Christian, Christian Andersson wrote: Jürgen Schmidt wrote: 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

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

2005-08-01 Thread Jürgen Schmidt
Hi Christian, Christian Andersson wrote: Jürgen Schmidt 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

Re: [dev] to develop with UNO

2005-08-02 Thread Jürgen Schmidt
Hi Pierre, [EMAIL PROTECTED] wrote: Hello, I wish to develop an owner application with the component model UNO. I wish to migrate an Windows application which is an server application named soft1 towards Linux in c++. Soft1 is a set of component COM (server dll) : communication "in process"

Re: [dev] Can I use "com.sun.star.text.textfield.URL" in java

2005-08-16 Thread Jürgen Schmidt
Hi Michael, Michael Mi wrote: Hi, Here is some code from StarBasic, like oDoc = ThisComponent oUrl = oDoc.createInstance("com.sun.star.text.TextField.URL") oUrl.URL = "http://www.openoffice.org"; // assume that you already have a text document // get the service factory from the text docu

Re: [dev] string based instancing == typesafe ?

2005-08-24 Thread Jürgen Schmidt
Hi Sven, Victoria, Sven wrote: Hi, I tried (with success) the SDraw.java example /examples/java/Drawing/SDraw.java and for the sake of learning changed the call in Main() to draw a line from: oShapes.add(createShape(xDrawDoc,2000,1500,1000,1000,"Line",0)); to: oShapes.add(createShape(xDr

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 c

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 o

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 to

Re: [dev] Maven dependencies for UNO

2005-09-07 Thread Jürgen Schmidt
Emmanouil Batsis wrote: Jürgen Schmidt wrote: Emmanouil Batsis wrote: It is not. You could submit jars to ibiblio. Most (if not all) java OS projects do it and it saves them from creating and maintaining a maven repo for themselves (and developers from a repo labyrinth). Ibiblio is *the

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:sock

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 implementation

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 confu

Re: [dev] Programmierhandbuch für Basic

2005-10-28 Thread Jürgen Schmidt
First of this is a English only mailing list Aber nichtsdestotrotz danke für den Hinweis. Das scheint ein Übersetungsproblem zu sein und wir werden das überprüfen und korrigieren. Es gibt aber mittlererweile auch andere Bücher für Basic, eine Google-Suche sollte hier weiterhelfen. Danke Jue

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) umzustell

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

2005-11-03 Thread Jürgen Schmidt
Stephan Bergmann wrote: Hi all, 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] 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] 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 y

Re: [dev] Wiki - Namespaces?

2005-11-21 Thread Jürgen Schmidt
Stefan Taxhet wrote: Hi, Ian Laurenson wrote: Do we want to have namespaces for the wiki: http://wiki.services.openoffice.org/wiki/Main_Page For info on name spaces see: http://meta.wikimedia.org/wiki/Help:Namespace#Custom_namespaces http://meta.wikimedia.org/wiki/Help:Custom_namespaces For

Re: [dev] Wiki - Namespaces?

2005-11-21 Thread Jürgen Schmidt
Jürgen Schmidt wrote: Stefan Taxhet wrote: Hi, Ian Laurenson wrote: Do we want to have namespaces for the wiki: http://wiki.services.openoffice.org/wiki/Main_Page For info on name spaces see: http://meta.wikimedia.org/wiki/Help:Namespace#Custom_namespaces http://meta.wikimedia.org/wiki

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: S

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 workin

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 Ja

Re: [dev] Encrypted Basic modules can't be modified?

2005-12-12 Thread Jürgen Schmidt
Hi Peter, Peter Eberlein wrote: Hi, can somebody reproduce the three following bugs: 1. Create a new basic library and encrypt it with a password. 2. Close the office and restart it. 3. Modify the macro in your encrypted module, push the save-button and close the office. 4. Restart the offic

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

2005-12-13 Thread Jürgen Schmidt
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 to migrate to OpenOffice and it's complete different API model. Does it make sense to have a migration layer on top of the existing

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

2005-12-13 Thread Jürgen Schmidt
f 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 programme

Re: [dev] Re: [users] dev diagrams?

2005-12-21 Thread Jürgen Schmidt
Hi, they were initially created with Draw or whatever and in a second step they were reworked by a graphical designer. No UML tool or application, simply Adope Illustrator ;-) Juergen Paul wrote: Possibly the dev mail list will provide the answer... /paul On 12/20/05, David Eriksson <[E

Re: [dev] Can't register new java component in SunRay

2005-12-22 Thread Jürgen Schmidt
Hi Michael, it should work when you extend the classpath over Tools->Options->StarOffice->Java Juergen Michael Mi wrote: Hi By now, I am working on some java component for StarOffice under SunRay environment. This java component depends on some java libraries. But when I tried to add tho

Re: [dev] Re: OpenOffice.org Developer Article Contest

2006-01-09 Thread Jürgen Schmidt
Andrew Brown wrote: Laurent Godard <[EMAIL PROTECTED]> wrote in news:43BFFE6C.6050400 @indesko.com: This sounds a good idea I would like to write an article, so I can not be in the comitee :( Btw, here is a suggestion for the commitee A winner is automaticxally in the comitee for 3 sessions r

Re: [dev] deploying a java *.jar program ...

2006-01-11 Thread Jürgen Schmidt
Hi Oliver, it depends, if you would use the new simple bootstrap feature it should work as expected with double clicking the jar file. The new bootstrap feature search the default office on a computer and starts a new instance if necessary. If an office instance is already running it connect

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

2006-01-13 Thread Jürgen Schmidt
Stefan Taxhet wrote: Hi, Erwin Tenhumberg wrote: What can be won? Each winner gets $750. (In what way/format???) Preferably PayPal; bank transfer otherwise. What criteria do article have to meet to get accepted? == A submi

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 "-accept=socket,host=localhost,port=8100;u

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 c

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 trie

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: ooffi

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 o

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 /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 b

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 /progra

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 //share/registry/data/org/openoffice/Setup.xcu/ I have added the tag socket,host=localhost,port2002;urp;StarOffice.ServiceManager you should try "port=2002" Juergen wit

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

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

2006-01-18 Thread Jürgen Schmidt
Erwin Tenhumberg wrote: what is voting/decision procedure ? what about when egality ? secound turn ? the oldest article ? 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 w

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 suc

Re: [dev] Generating Source Code from UNOIDL Definitions

2006-01-19 Thread Jürgen Schmidt
Vincenzo Giuliano wrote: Hi This is my problem: After setting PATH environment variable I executed idlc command. Linux Console showed me this message idlc: error while loading shared libraries: libreg.so.3: cannot open shared object file: No such file or directory you have to extend your L

Re: [dev] Final draft of developer article contest rules

2006-01-27 Thread Jürgen Schmidt
Charles-H.Schulz wrote: Hi, Erwin Tenhumberg wrote: http://wiki.services.openoffice.org/wiki/OpenOffice.org_Developer_Article_Contest Please let me know if you find any last issues! looks good to me. +1 Juergen - To uns

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 cou

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

2006-02-07 Thread Jürgen Schmidt
Christian Junker wrote: The SimpleBootstrap is for people that want to start the office quickly and get connected to the language-appropriate UNO Runtime at the same time. All it really does is to apply a search algorithm for your office executable launch it with a random pipe name and hook up to

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

[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 an

Re: [dev] OpenOffice.org Addons ?

2006-03-08 Thread Jürgen Schmidt
Please let us use the term "extensions". Addon is a specialized kind of extension and we have already enough confusion with not consitently used terms. Or did you know what exactly an Addon is? Do you want collect Addons only or do you want collect all extensions for OpenOffice? One further hi

Re: [dev] Writing macros with java

2006-03-13 Thread Jürgen Schmidt
Hi, Christian Junker wrote: Hi Tuomas, if you mean a macro as a programmable piece to attach to a document, then this is not possible in pure Java. Macros are usually written in a scripting language like Starbasic (JavaScript, Python etc. for 2.0 are also available). That is not 100% true, usin

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

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

2006-04-18 Thread Jürgen Schmidt
oduct using OOo, some parts 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 JavaScri

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

2006-04-24 Thread Jürgen Schmidt
Hi Manuel, first of all, we have already detected this as a missing functionality and we will provide a simple API for detecting the package root in the future. But i can't say when it will be available ... See my comments inline ... Manuel Odesser wrote: Hello, I am building an extension

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] 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

  1   2   >