Buscando documentacion sobre macros en basic encontré varias
referencias a easydev y me decidí a probarla.
puede hacer lo que quería pero no me quedé ahí, traté de comprender
como funciona pero no pude encontrar nada.
en esta página: http://easydev.readthedocs.io/es/latest/libocalc.html
está este ejemplo:
Sub getCellDoc()
util = createUnoService("org.universolibre.EasyDev")
address = createUnoStruct("org.universolibre.EasyDev.CellRangeAddress")
address.Current = True
cell = util.getCell(address)
msg = util.format("{} {}", Array(cell.ImplementationName,
cell.AbsoluteName))
util.msgbox(msg)
End Sub
Quiero saber en qué lugar del código de la lib están definidos los métodos:
getCell
format
msgbox
en ruby es fácil con ejecutar objeto.methods muestra todo, pero en
python no sé como se hace.
alguien me puede ayudar?
gracias.
--
Rafael Bidegain
Ya que los cuerdos no hablan, hablará el loco.
(The Fool, Padraic Pearse)
# yo quiero educación libre. ¡YA!
--
Para instrucciones sobre darse de baja envíe un mensaje a: users+unsubscribe@es.libreoffice.org
¿Problemas? http://es.libreoffice.org/asistencia/listas-de-correo/como-darse-de-baja/
Guías para envío + más: http://wiki.documentfoundation.org/Netiquette/es
Archivo de la lista: http://listarchives.libreoffice.org/es/users/
Todos los mensajes enviados a esta lista serán archivados públicamente y no pueden ser eliminados
Context
- [es-users] ver todos los metodos de la lib easydev · Rafael Bidegain
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.