Re: [dev] Does building openoffice need kde?

2009-08-11 Thread Ariel Constenla-Haile
Hello huang, On Tuesday 11 August 2009, 01:24, huang huang wrote: Hi, Got OOo's source code from svn://svn.services.openoffice.org/ooo/trunk, any special reason why you're trying to build trunk? Different from other projects (like KDE, where they advice people trying to learn/hack their

[dev] Re: XML Import Filter

2009-08-11 Thread Jakob Mandalka
Noone any Idea how to make this? 2009/8/6 Jakob Mandalka jakob.manda...@googlemail.com: Hello everyone, i am new here and i have a question to ask which might be a little complicated. What i want to do is to develop a component such as a button in open office which , when pressed, imports an

Re: [dev] Re: XML Import Filter

2009-08-11 Thread Juergen Schmidt
Hi Jakob, Jakob Mandalka wrote: Noone any Idea how to make this? 2009/8/6 Jakob Mandalka jakob.manda...@googlemail.com: Hello everyone, i am new here and i have a question to ask which might be a little complicated. What i want to do is to develop a component such as a button in open office

Re: [dev] Re: XML Import Filter

2009-08-11 Thread tora - Takamichi Akiyama
It would not be hard to do that. There might be lots of solutions. This is one of the examples: http://distribution.openoffice.org/source/browse/distribution/mirrors/repository/production/tools/Calc/ The key you might have been looking for would be: 1. Name the filter as you like and fill

Re: [dev] Re: XML Import Filter

2009-08-11 Thread Jakob Mandalka
But this I don't understand. At the moment I open my document this way document = application.getDocumentService().loadDocument(iFrame, location + \\ + file.getFullPath().toOSString(), DocumentDescriptor.DEFAULT); This will open a document. And now? How I spezifiy here now a Filter and and

[dev] Using OpenOffice.org for Chemistry on Linux

2009-08-11 Thread Konstantin Tokarev
Hello! I think every chemist which wants to use Linux faces with one serious problem: structural formulae cannot be inserted into the text in editable way. Also I think that only OpenOffice.org can provide this functionality today. In MS Windows there are many GUI based editors, which can be

Re: [dev] Using OpenOffice.org for Chemistry on Linux

2009-08-11 Thread Juergen Schmidt
Hi Konstantin, no OLE directly but we have our own platform independent API's for that. You can insert a replacement image in the document that can be resized, moved, and you can use outplace editing to change the underlying data, communicate with an external program etc. and create a new

[dev] Re: [project leads] Proposal : OOo4Kids as official part of OpenOffice.org Project

2009-08-11 Thread eric.bachard
Hi Florian, Florian Effenberger a écrit : Hi Eric, first of all, sorry for my late reply - quite many things are going on at the moment, and I didn't have the time to drop you a line earlier. I didn't have the time to read through all mails of this thread, so sorry if I missed something

Re: [dev] Re: OOo4Kids as official part of OpenOffice.org Project

2009-08-11 Thread eric.bachard
Hi Gabriel, Gabriel Gurley a écrit : Hi Eric, I apologize for the delay in replying as well. No problem : I'm myself overbusy, and I perfectly understand the delays :) I think Florian summed up my sentiments very well. I too very much support OOo4Kids and and think it could be extremely

[dev] Runtime error for DocumentLoader

2009-08-11 Thread Wei Min Teo
Hi, I've only recently managed to get the sdk to be configured to the VS2008 environment. I tried to get the document loader example to work but it returns the following error: Unhandled expcetion at 0x00b8.. Access violation reading location.. at this line of code:Reference