LibreOffice Module pyuno (master) 1
|
Classes | |
class | Loader |
Functions | |
def | splitUrl (url) |
def | checkForPythonPathBesideComponent (url) |
def | encfile (uni) |
Variables | |
string | MODULE_PROTOCOL = "vnd.openoffice.pymodule:" |
int | DEBUG = 0 |
string | g_supportedServices = "com.sun.star.loader.Python", |
string | g_implementationName = "org.openoffice.comp.pyuno.Loader" |
dictionary | g_loadedComponents = {} |
def pythonloader.checkForPythonPathBesideComponent | ( | url | ) |
Definition at line 42 of file pythonloader.py.
References encfile(), and unohelper.fileUrlToSystemPath().
Referenced by pythonloader.Loader.getModuleFromUrl().
def pythonloader.encfile | ( | uni | ) |
Definition at line 57 of file pythonloader.py.
Referenced by checkForPythonPathBesideComponent(), and pythonloader.Loader.getModuleFromUrl().
def pythonloader.splitUrl | ( | url | ) |
Definition at line 35 of file pythonloader.py.
Referenced by pythonloader.Loader.getModuleFromUrl().
int pythonloader.DEBUG = 0 |
Definition at line 30 of file pythonloader.py.
string pythonloader.g_implementationName = "org.openoffice.comp.pyuno.Loader" |
Definition at line 33 of file pythonloader.py.
dictionary pythonloader.g_loadedComponents = {} |
Definition at line 41 of file pythonloader.py.
string pythonloader.g_supportedServices = "com.sun.star.loader.Python", |
Definition at line 32 of file pythonloader.py.
string pythonloader.MODULE_PROTOCOL = "vnd.openoffice.pymodule:" |
Definition at line 29 of file pythonloader.py.