LeenO computo metrico con LibreOffice  3.22.0
Il software libero per la gestione di computi metrici e contabilità lavori.
Funzioni
Riferimenti per il namespace TEST

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 ()
 

Documentazione delle funzioni

◆ debug_errore()

def TEST.debug_errore ( )
@@ DA DOCUMENTARE

Definizione alla linea 26 del file TEST.py.

◆ debug_link()

def TEST.debug_link ( )
@@ DA DOCUMENTARE

Definizione alla linea 2 del file TEST.py.

◆ debug_syspath()

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

Definizione alla linea 86 del file TEST.py.

◆ MENU_debug()

def TEST.MENU_debug ( )
 

Definizione alla linea 114 del file TEST.py.