5 messages in org.openoffice.fr.prog[prog] getProgrammaticFuntionName
FromSent OnAttachments
Olivier VillatteApr 24, 2006 6:58 am 
Jacques LengletApr 24, 2006 2:40 pm 
Olivier VillatteApr 25, 2006 12:05 pm 
Francois GattoApr 25, 2006 10:33 pm 
Olivier VillatteApr 27, 2006 12:16 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:[prog] getProgrammaticFuntionNameActions...
From:Olivier Villatte (ovil@dagard.com)
Date:Apr 24, 2006 6:58:56 am
List:org.openoffice.fr.prog

Bonjour,

j'essaie de récupérer la liste exhaustive des fonctions calc, c'est a dire le nom localisé et le nom utilisable par CreateUnoService("com.sun.star.sheet.FunctionAccess").callfunction

j'ai testé le code suivant et je récupère bien la liste compléte des fonctions "localisées" mais tempvar est toujours vide....

myfunc = CreateUnoService("com.sun.star.sheet.FunctionDescriptions") AddinService = CreateUnoService("com.sun.star.sheet.AddIn") localfunction = myfunc.getElementNames() For i = 0 to UBound(localfunction) tempvar = AddinService.getProgrammaticFuntionName(localfunction(i)) Next i

quelqu'un a une idée ?

Olivier