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

2005-11-02 Thread Tino Rachui - Sun Germany - Development - Software Engineer
Stephan Bergmann wrote: Thus, we can either switch off -Wnon-virtual-dtor globally, or switch off *all* warnings from within idlc-generated headers (#pragma GCC system_header). The second option is probably preferable, as -Wnon-virtual-dtor might point to real issues in other places of the c

Re: [dev] openoffice.org wiki

2005-11-02 Thread Ian Laurenson
Has it been decided to convert to MediaWiki? What are the current issues? Thanks, Ian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[dev] Re: [users] Manual available for OpenOffice.org 2.0

2005-11-02 Thread G. Roderick Singleton
On Wed, 2005-11-02 at 13:20 -0600, Mary Leete wrote: > 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 excellen

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

2005-11-02 Thread Kohei Yoshida
On 11/2/05, Stephan Bergmann <[EMAIL PROTECTED]> wrote: > Thus, we can either switch off -Wnon-virtual-dtor globally, or switch > off *all* warnings from within idlc-generated headers (#pragma GCC > system_header). The second option is probably preferable, as > -Wnon-virtual-dtor might point to r

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

2005-11-02 Thread Daniel Boelzle
> 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. Should be sufficient using this pragma on

[dev] warnings01: -Wnon-virtual-dtor

2005-11-02 Thread Stephan Bergmann
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 warns about classes wit

Re: [dev] inserting text in current Frame

2005-11-02 Thread Stephan Wunderlich - Sun Germany - ham02 - Hamburg
Hi Daniel The problem is that I want to insert text in the document the user is actually editing, and not in the Frame the programm opened. Imagine the user opens an already existent file. This would open a new frame. Then inserting text from my java application, the text will appear in the F

Re: [dev] inserting text in current Frame

2005-11-02 Thread Daniel Beck
Hello Stephan, The problem is that I want to insert text in the document the user is actually editing, and not in the Frame the programm opened. Imagine the user opens an already existent file. This would open a new frame. Then inserting text from my java application, the text will appear in

Re: [dev] inserting text in current Frame

2005-11-02 Thread Stephan Wunderlich - Sun Germany - ham02 - Hamburg
Hi Daniel, I can now insert text, image, diagrams and links inside openoffice, all that from my external java-programm. Thats really nice:) The strange thing is that it does that only on the Writer-frame that I opened first. I would like to also be able to insert things in a new opened docuemnt

Re: [dev] reference/handle to a currently opened document

2005-11-02 Thread Tom Schindl
give dev@api.openoffice.org a shot, if you provide information about the language you are writing your addon you may get help more likely. Tom S Sridhar wrote: > Hi, >I am writing an Add-on Component which works on the selecyed text of > a document. Could some one on this list please help me

Re: [dev] bug help

2005-11-02 Thread Cristian Tarsoaga
Hello! I'm not quite sure I've understood what exactly this means: CPHennessy wrote: > > -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.362 / Virus Database: 267.12.7/155 - Release Date: 11/1/2005 -

Re: [dev] Resources debate

2005-11-02 Thread Laurent Godard
Hi Mathias I think that your analysis correctly describes why an XML based format will always be slower than a optimized binary format. OOo has some special problems here though, even with an XML format it could be much faster. This is something that is worked on with high priority. i totall