11 messages in org.openoffice.fr.progRe: [prog] Liste des sous-sections d'...
FromSent OnAttachments
Tony GALMICHEJul 12, 2004 11:16 am 
BobJul 12, 2004 12:06 pm 
Agnès SimonetJul 12, 2004 1:52 pm 
Tony GALMICHEJul 12, 2004 10:53 pm 
Tony GALMICHEJul 12, 2004 10:57 pm 
BobJul 13, 2004 2:55 am 
Bernard MarcellyJul 13, 2004 7:43 am 
Agnès SimonetJul 13, 2004 10:11 am 
Tony GALMICHEJul 13, 2004 11:23 pm 
Tony GALMICHEJul 13, 2004 11:23 pm 
Agnès SimonetJul 14, 2004 1:03 am 
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] Liste des sous-sections d'une section connueActions...
From:Bernard Marcelly (marc@club-internet.fr)
Date:Jul 13, 2004 7:43:50 am
List:org.openoffice.fr.prog

Bonjour, Je suggère de balayer le document paragraphe par paragraphe avec un curseur. do while Curseur.gotoNextParagraph(False) ' encore un paragraphe loop La section courante est dans curseur.TextSection On peut tester si deux variables objets pointent le même objet: if EqualUnoObjects(curseur.TextSection, sectionA) then ...

Avec les child et parent de section on devrait pouvoir analyser la structure. Bonne chance Bernard