Hi,
On 2006-01-16, at 18:24 , Christian Lohmaier wrote:
Hi Louis, *,
On Mon, Jan 16, 2006 at 01:14:21AM -0500, Louis Suarez-Potts wrote:
please respond on dev@openoffice.org
[...]
Let me know on the [EMAIL PROTECTED] list what is important
to your communities and to you regarding the GPL and
Hi Louis, *,
On Mon, Jan 16, 2006 at 01:14:21AM -0500, Louis Suarez-Potts wrote:
> please respond on dev@openoffice.org
> [...]
> Let me know on the [EMAIL PROTECTED] list what is important
> to your communities and to you regarding the GPL and what changes
> should be made to make it better.
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 by "soffice" and neither when a user
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 with
> ooffice "-accept=
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:
ooffice2.0 does the following:
8<
#!/usr/bin/perl -w
m
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
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
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
No. It's not you have to access the file directly and because its XML
you can easily read it using Java ;-).
I've just kicked off a opensource-project aiming at this using Java it's
in the very very very early stages and I'm concentrating on calc
documents at the moment.
If you are interested tak
Hi all,
I am writing a filter in java for OOo. Facing some bugs in this filter
right now... trying to debug it, but, except by using pure
System.out.println (pretty basic and annoying logging mechanism), I
cannot get any logging/debuging information out of the filter. so, my
questions are:
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 connects to
Hi Kai,
On Mon, Jan 16, 2006 at 13:55:50 +0200, Kai Backman wrote:
> >?OOo has that, see menu Edit.Changes
>
> Thanks Eike! I was trying to look for it but couldn't find it.
> That's even better. Then all the infrastructure for supporting
> a full blown SVN integration are there on the UI side.
Hi Tobias,
Tobias Krais a écrit :
> OK, I added a classpath variable to the project. Variable Name
> "OFFICE_HOME" value "/usr/lib/openoffice/program". Then it work. You
> suggested the solution.
>
> Thanks a lot! I hope you won't hear too much from me in future :-)
On the contrary, we all hope
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 tried if it w
Hi Tobias,
Tobias Krais a écrit :
> Now I want to run the application and I get following error:
> -%<-
> com.sun.star.comp.helper.BootstrapException: no office executable found!
> at com.sun.star.comp.helper.Bootstrap.bootstrap(Bootstrap.java)
> at de.twc.openoffice.FirstUnoC
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
Hi ML,
I'm very new here and I want to start developing things for and with
UNO. I do not know, whether I am right in this list. If not, please tell
me where to go.
Just when I started the sdk Developer Guide for OO2 I experienced
problems with the first application.
First my system information:
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;urp;"
no, no th
Hi Tobias,
Tobias Krais schrieb:
>
> 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
Hi Tobias,
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 tried if it works with the
On Mon, 16 Jan 2006 12:44:21 +0100, Eike Rathke wrote:
>
> OOo has that, see menu Edit.Changes
Thanks Eike! I was trying to look for it but couldn't find it.
That's even better. Then all the infrastructure for supporting
a full blown SVN integration are there on the UI side.
@Eike: Does there
Hi Kai,
On Mon, Jan 16, 2006 at 12:20:24 +0200, Kai Backman wrote:
> I think that the real goal should be to integrate the concept of
> version control into the applications directly. MS Word supports something
> called "Track Changes" that is a minimal versioning system in
> itself.
OOo has th
Hi Andrew,
Hi I am using NetBeans 4.1 and want to use the sample code given in the
SDK named DocumentLoder.java which allows you to load a document. The
problem is that I don’t know how to load the relevant libraries so the
code will compile and run. I would be very grateful if you could mail me
On Mon, 16 Jan 2006 08:39:54 +0100, Mathias Bauer wrote:
> I already thought about that (stimulated by a discussion on the
> 2004 OOoCon in Berlin) and I think it's possible if you mean that
> svn shall reflect the internal ZIP hierarchy so that every document
> becomes a folder in svn containing f
Hi I am using NetBeans 4.1 and want to use the sample code given in the
SDK named DocumentLoder.java which allows you to load a document. The
problem is that I dont know how to load the relevant libraries so the
code will compile and run. I would be very grateful if you could mail me
some instruc
25 matches
Mail list logo