Hi, Isn't there a task to "break the monolite" which may bring some capability to accept external content?
Regards, Christophe ----- Message d'origine ---- De : Oliver Specht - Sun Germany - ham02 - Hamburg <[email protected]> À : [email protected] Envoyé le : Mardi, 10 Février 2009, 8h17mn 14s Objet : Re: [dev] XUnoTunnel Am 02/09/09 15:21, [email protected] schrieb: > Hi, > > I am developping an extension for which I would like to add some fields in a > TextDocument. I have built the Java class that supports all the interfaces > and services that are documented in the Dev Guide for a XTextField. But when > I try to insertTextContent, I receive an error "Object does not support > XUnoTunnel" or something similar. I do not see how I should implement the > "getSomething" method in Java, not to mention that the Dev Guide discourage > using this interface. > Does anyone have an idea how I could implement my text field or should I > envisage to rework the OO code that deals with text fields to get rid of the > XUnoTunnel (to be honest, it seems to me that it would be a hard work and I'm > not sure to be able to do this!)? > > Hi, Writer doesnt support external text content. Even if you would implement XUnoTunnel it wouldnt work. The tunnel is used to detect the internal implementation types. Regards, Oliver --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] __________________________________________________________________________________________________ Ne pleurez pas si votre Webmail ferme ! Récupérez votre historique sur Yahoo! Mail ! http://fr.docs.yahoo.com/mail/transfert_mails.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
