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

2005-11-03 Thread Malte Timmermann
Also +1 for switching this warning off from within idlc-generated headers only Malte. Tino Rachui - Sun Germany - Development - Software Engineer wrote: Stephan Bergmann wrote: Thus, we can either switch off -Wnon-virtual-dtor globally, or switch off *all* warnings from within

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

[dev] Manual available for OpenOffice.org 2.0

2005-11-03 Thread Mary Leete
Hello! Congratulations to all who worked on OOo 2.0! It's fabulous! If anyone is looking for a great manual, Free Software For Dummies, includes about 200 pages on OpenOffice.org 2.0. It's newly published and received excellent reviews in the Chicago Tribune, LA Times and elsewhere. It has

[dev] Please make an installer for OOo 2.0

2005-11-03 Thread Feve Feve
Please make an installer for OOo 2.0 The linux rpm:s or Solaris pkg:s will not do. At my office i'm allowed to install on our application server but i'm not allowd to have root access. The consequence... i cannot install OOo 2.0 BR /F -- ___

Re: [dev] Please make an installer for OOo 2.0

2005-11-03 Thread Laurent Godard
Hi Feve Please make an installer for OOo 2.0 The linux rpm:s or Solaris pkg:s will not do. At my office i'm allowed to install on our application server but i'm not allowd to have root access. The consequence... i cannot install OOo 2.0 For linux, you may have a look at these hacks

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

2005-11-03 Thread Thorsten Behrens
Stephan Bergmann [EMAIL PROTECTED] writes: On such compilers, this warning will occur for each idlc-generated UNO header (com/sun/star/uno/XInterface.hpp etc.). For reasons of compatibility, it is not an option to change those idlc-generated headers and add a virtual destructor to them. Is

Re: [dev] Please make an installer for OOo 2.0

2005-11-03 Thread Gantenapalli Srinivasa Rao
Hi, Same case with me :'( /, Srini Feve Feve wrote: Please make an installer for OOo 2.0 The linux rpm:s or Solaris pkg:s will not do. At my office i'm allowed to install on our application server but i'm not allowd to have root access. The consequence... i cannot install OOo 2.0

Re: [dev] Please make an installer for OOo 2.0

2005-11-03 Thread Brian Raymond
The hack to extract all RPMs should be able to work for you but I wanted to point this out because it's saved me a few times I really needed root. Do you have sudo access? If so try sudo -s, if that's blocked try sudo /bin/bash (or whatever your shell is) if that is also blocked you can always

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

2005-11-03 Thread Stephan Bergmann
Thorsten Behrens wrote: Stephan Bergmann [EMAIL PROTECTED] writes: On such compilers, this warning will occur for each idlc-generated UNO header (com/sun/star/uno/XInterface.hpp etc.). For reasons of compatibility, it is not an option to change those idlc-generated headers and add a virtual

Re: [dev] Please make an installer for OOo 2.0

2005-11-03 Thread Pavel Janík
From: Feve Feve [EMAIL PROTECTED] Date: Thu, 03 Nov 2005 09:56:39 +0100 The linux rpm:s or Solaris pkg:s will not do. At my office i'm allowed to install on our application server but i'm not allowd to have root access. The consequence... i cannot install OOo 2.0 No. This is

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

2005-11-03 Thread Mathias Bauer
Frank Schönheit - Sun Microsystems Germany wrote: Hi Mathias, Good examples: MediaDescriptor and EmbeddedObjectContainer in comphelper. Are you volunteering to introduce those two helper? :) No. What a pity. Meanwhile I think we should better have some UNO services replacing the

Re: [dev] Buggy insertDocumentFromURL

2005-11-03 Thread Mathias Bauer
Christoph Lutz wrote: Hi Mathias, I currently have no idea why you don't get the error message from Java. OTOH I think that the error message in an API call is a bug, so the behavior in Java is correct, why ever. A message box shouldn't be shown if no InteractionHandler set set. thats

[dev] OOo Performance Activities

2005-11-03 Thread Malte Timmermann
Hi, as some of you might know, we are currently doing a lot of things for OOo performance. Automatic performance tests on each CWS here in Hamburg will prevent further performance regressions. I plan to provide these automatic performance tests somewhere on OOo soon. But avoiding performance

Re: [dev] [Fwd: Registration/Survey Bug]

2005-11-03 Thread Mathias Bauer
Cristian Driga wrote: Hi, Am forwarding this email to this list because it seems that many people have this problem. best, Cristian Original Message Subject: Registration/Survey Bug Date: Mon, 31 Oct 2005 23:46:00 +0100 (CET) From: Nicholas A. Donato [EMAIL

Re: [dev] Saving the state of a component with a document

2005-11-03 Thread Kohei Yoshida
On 11/3/05, Mathias Bauer [EMAIL PROTECTED] wrote: Kohei Yoshida wrote: 1) Put the values into some type of a XML structure, and inject it into the zipped file structure (if that's even possible). You can add a subfolder to the documents' package and (important!) add a MediaType to it

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

2005-11-03 Thread Frank Schönheit
Hi Mathias, You seem to implicitly assume that the helpers are mostly to workaround combersome UNO APIs. No. I *know* that the two helpers we were talking about definitely *are* helpers to workaround cumbersome UNO APIs. :-) :) Okay, then I understood your statement to be more general than

[dev] enabling System.out

2005-11-03 Thread S Sridhar
Hi, i am just trying to develop an add-on component. how can i enable the system.out or system.err messages please help thanks Sridhar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[dev] selected text from the textdocument

2005-11-03 Thread S Sridhar
Hi, How to get the selected text from the TextDocument. Is there any way to get the selected text from all the components of the TextDocuments like TextTables Drawings and others? also how to identify where the selected component is ? like is the selected text is in the texttable and

[dev]Access Database

2005-11-03 Thread 王彬
Hi,all I want to access a database,but I meet with some problems. For example: The SQL string is:SELECT * FROM test When I executeQuery this SQL,a SQLException will happen -- Table not found in statement [SELECT * FROM test] But the table test does exist. Then I check another SQL: INSERT INTO