LibreOffice Module unotest (master) 1
Public Member Functions | Public Attributes | List of all members
org.libreoffice.unotest.OfficeConnection Class Reference

UNO utilities ###. More...

Inheritance diagram for org.libreoffice.unotest.OfficeConnection:
[legend]
Collaboration diagram for org.libreoffice.unotest.OfficeConnection:
[legend]

Public Member Functions

def __init__ (self, args)
 
def setUp (self)
 
def bootstrap (self, soffice, userdir, channel)
 
def connect (self, channel)
 
def tearDown (self)
 
def getContext (self)
 

Public Attributes

 args
 
 soffice
 
 xContext
 
 channel
 
 verbose
 
 socket
 

Detailed Description

UNO utilities ###.

Definition at line 62 of file unotest.py.

Constructor & Destructor Documentation

◆ __init__()

def org.libreoffice.unotest.OfficeConnection.__init__ (   self,
  args 
)

Definition at line 64 of file unotest.py.

Member Function Documentation

◆ bootstrap()

def org.libreoffice.unotest.OfficeConnection.bootstrap (   self,
  soffice,
  userdir,
  channel 
)

◆ connect()

def org.libreoffice.unotest.OfficeConnection.connect (   self,
  channel 
)

◆ getContext()

def org.libreoffice.unotest.OfficeConnection.getContext (   self)

◆ setUp()

def org.libreoffice.unotest.OfficeConnection.setUp (   self)

Definition at line 70 of file unotest.py.

◆ tearDown()

def org.libreoffice.unotest.OfficeConnection.tearDown (   self)

Member Data Documentation

◆ args

org.libreoffice.unotest.OfficeConnection.args

◆ channel

org.libreoffice.unotest.OfficeConnection.channel

Definition at line 68 of file unotest.py.

◆ socket

org.libreoffice.unotest.OfficeConnection.socket

Definition at line 141 of file unotest.py.

◆ soffice

org.libreoffice.unotest.OfficeConnection.soffice

Definition at line 66 of file unotest.py.

Referenced by org.libreoffice.unotest.OfficeConnection.tearDown().

◆ verbose

org.libreoffice.unotest.OfficeConnection.verbose

◆ xContext

org.libreoffice.unotest.OfficeConnection.xContext

The documentation for this class was generated from the following file: