LeenO computo metrico con LibreOffice
3.22.0
Il software libero per la gestione di computi metrici e contabilità lavori.
|
Funzioni | |
def | debug_link () |
def | debug_errore () |
def | 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 | MENU_debug () |
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))
@@ DA DOCUMENTARE