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

2005-04-29 Thread Stephan Bergmann
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 is a feature, not a bug.

[dev] GET PAID to fix some simple Open Office bugs

2005-04-29 Thread David Finlayson
I'm wondering if anyone can provide any help on this: We are attempting to incorporate Open Office as part of a mainstream application in the Newspaper industry. We are not equipped to modify source ourselves, just trying to use Open office as written. Newspapers require control over line spac

[dev] OpenOffice.org internal documentation templates

2005-04-29 Thread Chris Beck
Hi, I apologise for asking a question that has no doubt been answered hundreds of times, but unfortunately searching for documentation templates is tricky in a project where those words are so common. I am curious to know if OO.o has any internal software engineering document templates for Design

[dev] Re: Java / SWT / OpenOffice / Ole Problem

2005-04-29 Thread Tobias Himstedt
>>oleClientSite = new OleClientSite(oleFrame, SWT.NONE, >>"opendocument.WriterDocument.1"); > > > That pretty much looks like OLE stuff. Yes, internalay this oleClient.save method results in a JNI which in turn calls a OleSave function (where ever that comes from). whereas boolean oleYesO

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

2005-04-29 Thread Joerg Barfurth
Hi, Ary Junior wrote: Hi, im trying to registry two interfaces inside the same .idl file... This isn't relevant. What is relevant is that you have two implementation classes in your jar file. BTW: You should register services or implementations, not interfaces. these interfaces are implemented

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

2005-04-29 Thread Manuel
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] For additional commands, e-mail: [EMAIL PRO

Re: [dev] error on head

2005-04-29 Thread Joerg Barfurth
Hi Ken, Ken Foskey wrote: Has anyone seen this error and have anything to fix it? ... languages ENUS ... ** ERROR: ERROR: Missing files in function: remove_Files_Without_Sourcedirectory ** [...] Fri Ap

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

2005-04-29 Thread Eike Rathke
Hi Bart, On Sun, Apr 24, 2005 at 16:34:12 +0200, Bart van der Valk wrote: > I like the project and the way it is done. Thank you. > Have been into programming for the last 22 years Ms C 3.0 till visualstudio > .net 2003 > > Mainly C, C++ and VB. > > At this moment I am recovering from wheat

Re: [dev] OpenOffice.org internal documentation templates

2005-04-29 Thread Eike Rathke
Hi Chris, On Thu, Apr 28, 2005 at 17:05:42 -0400, Chris Beck wrote: > I am curious to know if OO.o has any internal software engineering document > templates for Design or Specification or User Requirements. If so, is anyone > free to use them and if so, where might I find them? You'll find all

Re: [dev] The OO Base

2005-04-29 Thread Vy Ho
Thank you for the reply. I am sorry it takes a bit long to get back. I was really busy. Here are the issues I filed. Some of them maybe already fix/change since this is in dev mode. http://www.openoffice.org/issues/show_bug.cgi?id=48442 http://www.openoffice.org/issues/show_bug.cgi?id=48444

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

2005-04-29 Thread Manuel Wallrapp
Thank you How does it work with the Officebean? "Jürgen Schmidt" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:<[EMAIL PROTECTED]>... > start your office with -norestore > > Manuel wrote: > > Hello There > > > > Does anybody know how I can disable the document restore function in OOo > > 1.

Re: [dev] error on head

2005-04-29 Thread Pavel Janík
From: Ken Foskey <[EMAIL PROTECTED]> Date: Fri, 29 Apr 2005 15:28:18 +1000 > Has anyone seen this error and have anything to fix it? > > ... languages ENUS ... You probably configured with wrong --with-lang. It should be en-US. -- Pavel Janík Ever seen such a blazing fast netwo

Re: [dev] Re: Java / SWT / OpenOffice / Ole Problem

2005-04-29 Thread Mathias Bauer
Tobias Himstedt wrote: > >> oleClientSite = new OleClientSite(oleFrame, SWT.NONE, > >>"opendocument.WriterDocument.1"); > > > > > > That pretty much looks like OLE stuff. > > Yes, internalay this oleClient.save method results in a JNI which in > turn calls a OleSave function (where ever th