[api-dev] How to connect to an OpenOffice on a computer you don't know?

2005-09-06 Thread Martin Thoma
Hello! I want to write a small application which uses OpenOffice and which I want to share with others as freeware. The problems are: - I don't know which port the OpenOffice is listing to (or if it listens at all). What is the recommended way? I don't want the user to change the Setup.xcu

Re: [api-dev] How to connect to an OpenOffice on a computer you don't know?

2005-09-06 Thread Jürgen Schmidt
Hi Martin, Martin Thoma wrote: Hello! I want to write a small application which uses OpenOffice and which I want to share with others as freeware. The problems are: - I don't know which port the OpenOffice is listing to (or if it listens at all). What is the recommended way? I don't want the

RE: [api-dev] How to connect to an OpenOffice on a computer you don't know?

2005-09-06 Thread Martin Thoma
Hi Jürgen, first of all i like the question on your subject, it was really fun in the morning ;-) I do my very best ;-) You shouldn't use a socket connection. Take a look into the new SDK for OO2.0 and into the examples using the new simple bootstrap mechanism. With this new bootstrap