![]() |
LeenO computo metrico con LibreOffice
3.22.0
Il software libero per la gestione di computi metrici e contabilità lavori.
|
Vai al codice sorgente di questo file.
Namespace | |
| TEST | |
Funzioni | |
| def | TEST.debug_link () |
| def | TEST.debug_errore () |
| def | TEST.debug_syspath () |
| def debug_(): ''' @ DA DOCUMENTARE ''' oDoc = LeenoUtils.getDocument() oSheet = oDoc.CurrentController.ActiveSheet if oSheet.Name in ('COMPUTO', 'VARIANTE', 'CONTABILITA'): try: sRow = oDoc.getCurrentSelection().getRangeAddresses()[0].StartRow eRow = oDoc.getCurrentSelection().getRangeAddresses()[0].EndRow except Exception: sRow = oDoc.getCurrentSelection().getRangeAddress().StartRow eRow = oDoc.getCurrentSelection().getRangeAddress().EndRow DLG.chi((sRow, eRow)) Continua... | |
| def | TEST.MENU_debug () |
1.8.16