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.
Composti | |
class | python.LeenoDebug.OORunner |
Namespace | |
python.LeenoDebug | |
Funzioni | |
def | python.LeenoDebug.reloadLeenoModules () |
def | python.LeenoDebug.loadDocument (filename) |
Variabili | |
string | python.LeenoDebug.calc = 'scalc' |
int | python.LeenoDebug.OPENOFFICE_PORT = 8100 |
string | python.LeenoDebug.OPENOFFICE_PATH = _sofficePath |
python.LeenoDebug.OPENOFFICE_BIN = os.path.join(OPENOFFICE_PATH, calc) | |
string | python.LeenoDebug.OPENOFFICE_LIBPATH = OPENOFFICE_PATH |
python.LeenoDebug.bDict = __builtins__.__dict__ | |
python.LeenoDebug.runner = OORunner() | |
python.LeenoDebug.lo = runner.connect() | |
python.LeenoDebug.leenoPath = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))) | |
python.LeenoDebug.frames = lo['desktop'].getFrames() | |
python.LeenoDebug.desktop = lo['desktop'] | |
string | python.LeenoDebug.filename = "/storage/Scaricati/COMPUTI_METRICI/LEENO/TESTS/TestPdfExport.ods" |
def | python.LeenoDebug.oDoc = loadDocument(filename) |
def | python.LeenoDebug.sheet = oDoc.Sheets[0] |
def | python.LeenoDebug.pageStyleName = sheet.PageStyle |
def | python.LeenoDebug.pageStyles = oDoc.StyleFamilies.getByName('PageStyles') |
def | python.LeenoDebug.pageStyle = pageStyles.getByName(pageStyleName) |
def | python.LeenoDebug.footer = pageStyle.RightPageFooterContent |
def | python.LeenoDebug.rightText = footer.RightText |
string | python.LeenoDebug.pattern = '[PAGINA]' |
def | python.LeenoDebug.pos = rightText.String.find(pattern) |
def | python.LeenoDebug.cursor = rightText.createTextCursor() |
python.LeenoDebug.String | |
def | python.LeenoDebug.oField = oDoc.createInstance("com.sun.star.text.TextField.PageCount") |
python.LeenoDebug.RightPageFooterContent | |