COAR
1.0
COAR - DMS system
|
Classes | |
class | OORunner |
Functions | |
def | oo_shutdown_if_running |
def | oo_properties |
Variables | |
int | OPENOFFICE_PORT = 8100 |
tuple | _oopaths |
list | OPENOFFICE_PATH = p[0] |
tuple | OPENOFFICE_BIN = os.path.join(OPENOFFICE_PATH, 'soffice') |
list | OPENOFFICE_LIBPATH = p[1] |
dictionary | _started_desktops = {} |
def ooutils.oo_properties | ( | args | ) |
Convert args to OpenOffice property values.
def ooutils.oo_shutdown_if_running | ( | port = OPENOFFICE_PORT | ) |
Shutdown OpenOffice if it's running on the specified port.
tuple ooutils._oopaths |
dictionary ooutils._started_desktops = {} |
tuple ooutils.OPENOFFICE_BIN = os.path.join(OPENOFFICE_PATH, 'soffice') |
list ooutils.OPENOFFICE_LIBPATH = p[1] |
list ooutils.OPENOFFICE_PATH = p[0] |
int ooutils.OPENOFFICE_PORT = 8100 |