Bernhard Haumacher <[EMAIL PROTECTED]> writes: > Such plugin might not be able to modify the displayed contents, since it > will not be able to store it to the URL. Therefore this seems to be a > display-only solution. > Hi Bernhard,
that's quite probably true - don't now whether there are hacks available that would allow access to the underlying XDocument (from where you could possibly add your data via alien attributes). You might ask on [EMAIL PROTECTED] or [EMAIL PROTECTED] for further info. > I was thinking about something like the formula editor of > OpenOffice.org. Such formula is displayed within the document, stored > within the documents ZIP and can be edited from the plugin. Is it > possible to write something like the formular editor as plugin or UNO > component for OpenOffice.org? > It's possible, but AFAIK not as a pure UNO component - I suppose linking against one or the other c++ lib is still necessary. OTOH, some of the wizards are pure Java (though of course not displayed _within_ the document, but in a separate window), but maybe they simply stuff the generated data into an XDocument, without access to a specific document substorage. More details on [EMAIL PROTECTED] HTH, -- Thorsten If you're not failing some of the time, you're not trying hard enough. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
