LibreOffice Module unotest (master) 1
Classes | Namespaces | Functions | Variables
unotest.py File Reference

Go to the source code of this file.

Classes

class  org.libreoffice.unotest.OfficeConnection
 UNO utilities ###. More...
 
class  org.libreoffice.unotest.UnoRemoteConnection
 
class  org.libreoffice.unotest.UnoInProcess
 

Namespaces

namespace  org
 
namespace  org.libreoffice
 
namespace  org.libreoffice.unotest
 

Functions

def org.libreoffice.unotest.mkPropertyValue (name, value)
 utilities ### More...
 
def org.libreoffice.unotest.mkPropertyValues (**kwargs)
 
def org.libreoffice.unotest.fileUrlToSystemPath (url)
 
def org.libreoffice.unotest.systemPathToFileUrl (systemPath)
 
def org.libreoffice.unotest.simpleInvoke (connection, test)
 
def org.libreoffice.unotest.retryInvoke (connection, test)
 
def org.libreoffice.unotest.runConnectionTests (connection, invoker, tests)
 
def org.libreoffice.unotest.makeCopyFromTDOC (file)
 

Variables

bool org.libreoffice.unotest.havePonies = False
 
 org.libreoffice.unotest.parser = argparse.ArgumentParser("Help utilities for testing LibreOffice")
 tests ### More...
 
 org.libreoffice.unotest.group = parser.add_mutually_exclusive_group()
 
 org.libreoffice.unotest.help
 
 org.libreoffice.unotest.action
 
 org.libreoffice.unotest.args = parser.parse_args()
 
bool org.libreoffice.unotest.verbose = True
 
 org.libreoffice.unotest.con = PersistentConnection({"verbose" : args.verbose})
 
 org.libreoffice.unotest.end