12 messages in org.openoffice.fr.progRe: [prog] [prog-fr] Surligneur, barr...
FromSent OnAttachments
JulienJan 14, 2008 7:43 am 
Laurent GodardJan 14, 2008 8:02 am 
philippeJan 14, 2008 12:28 pm 
JulienJan 14, 2008 2:41 pm 
Didier RetterJan 15, 2008 1:24 am 
Laurent GodardJan 15, 2008 1:30 am 
JulienJan 16, 2008 11:59 am 
Serge LE LOUARNEJan 16, 2008 10:42 pm 
Bernard MarcellyJan 17, 2008 2:06 am 
Serge LE LOUARNEJan 17, 2008 2:12 am 
JulienJan 17, 2008 11:06 pm 
Serge LE LOUARNEJan 17, 2008 11:57 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [prog] [prog-fr] Surligneur, barre d'outils TNI, API, etc.Actions...
From:philippe (plap@nordnet.fr)
Date:Jan 14, 2008 12:28:07 pm
List:org.openoffice.fr.prog

Laurent Godard a écrit :

Bonjour

J'ai regardé l'API et je ne vois pas par où commencer, donc merci à tous pour vos futurs conseils.

regarde eventuellement les listeners disponibles sur les drawpages ? http://api.openoffice.org/docs/DevelopersGuide/Drawing/Drawing.xhtml

il te faut reagir à l'apparition d'un nouvel objet dessin (supportsService) et changer son style ca devrait pouvoir se faire sur un selectionChange je pense

mais je n'ai pas creuser plus que ca

Avec calc, j'ai un truc de ce genre là : http://www.openoffice.org/issues/show_bug.cgi?id=83828 Le premier attachement, contient une macros qui se sert d'un listener selectionchange, pour appliquer un style sur des cellules. Bon ce n'est pas draw, mais c'est peut-être une piste.