Mark Greenbank wrote:

> Hi,
> 
> I've searched the developers guide for some hints about how to create new
> document types (that is, as a peer to Writer,Calc, etc.) using the Java UNO
> API but I have not found any introductory type of information (only hints).
> 
> Can someone point me at the correct documentation to read about the topic?

This is a huge task and honestly speaking we didn't expect that someone
wanted to work on it. :-)

The basic idea is that you have to implement two UNO services,
com.sun.star.frame.OfficeDocument and com.sun.star.frame.Controller and
you must register your "document type" as a new module in our module
configuration. That needs a lot more explanations but it might give you
a first impression.

A "role model" for such a component is the new chart2 module as it was
reimplemented from scratch and followed this path quite exactly.

Ciao,
Mathias


-- 
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS
Please don't reply to "[EMAIL PROTECTED]".
I use it for the OOo lists and only rarely read other mails sent to it.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to