|
LibreOffice Module unotest (master) 1
|
UNO utilities ###. More...
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 | |
UNO utilities ###.
Definition at line 62 of file unotest.py.
| def org.libreoffice.unotest.OfficeConnection.__init__ | ( | self, | |
| args | |||
| ) |
Definition at line 64 of file unotest.py.
| def org.libreoffice.unotest.OfficeConnection.bootstrap | ( | self, | |
| soffice, | |||
| userdir, | |||
| channel | |||
| ) |
Definition at line 91 of file unotest.py.
References pythonscript::PythonScript.args, org.libreoffice.unotest.OfficeConnection.args, org.libreoffice.unotest.UnoRemoteConnection.args, and org.libreoffice.unotest.OfficeConnection.verbose.
| def org.libreoffice.unotest.OfficeConnection.connect | ( | self, | |
| channel | |||
| ) |
Definition at line 102 of file unotest.py.
References pyuno.getClass(), uno.getComponentContext(), org.libreoffice.unotest.OfficeConnection.verbose, abp::ODataSourceContextImpl.xContext, pyuno::RuntimeCargo.xContext, XMLDrawHint_Impl.xContext, XMLTextFrameHint_Impl.xContext, org.libreoffice.unotest.OfficeConnection.xContext, and org.libreoffice.unotest.UnoInProcess.xContext.
| def org.libreoffice.unotest.OfficeConnection.getContext | ( | self | ) |
Definition at line 146 of file unotest.py.
References abp::ODataSourceContextImpl.xContext, pyuno::RuntimeCargo.xContext, XMLDrawHint_Impl.xContext, XMLTextFrameHint_Impl.xContext, org.libreoffice.unotest.OfficeConnection.xContext, and org.libreoffice.unotest.UnoInProcess.xContext.
Referenced by org.libreoffice.unotest.UnoInProcess.__openDocFromURL(), and org.libreoffice.unotest.UnoRemoteConnection.openEmptyWriterDoc().
| def org.libreoffice.unotest.OfficeConnection.setUp | ( | self | ) |
Definition at line 70 of file unotest.py.
| def org.libreoffice.unotest.OfficeConnection.tearDown | ( | self | ) |
Definition at line 118 of file unotest.py.
References pyuno.getClass(), org.libreoffice.unotest.OfficeConnection.soffice, org.libreoffice.unotest.OfficeConnection.verbose, abp::ODataSourceContextImpl.xContext, pyuno::RuntimeCargo.xContext, XMLDrawHint_Impl.xContext, XMLTextFrameHint_Impl.xContext, org.libreoffice.unotest.OfficeConnection.xContext, and org.libreoffice.unotest.UnoInProcess.xContext.
| org.libreoffice.unotest.OfficeConnection.args |
Definition at line 65 of file unotest.py.
Referenced by org.libreoffice.unotest.OfficeConnection.bootstrap(), and org.libreoffice.unotest.UnoRemoteConnection.setUp().
| org.libreoffice.unotest.OfficeConnection.channel |
Definition at line 68 of file unotest.py.
| org.libreoffice.unotest.OfficeConnection.socket |
Definition at line 141 of file unotest.py.
| org.libreoffice.unotest.OfficeConnection.soffice |
Definition at line 66 of file unotest.py.
Referenced by org.libreoffice.unotest.OfficeConnection.tearDown().
| org.libreoffice.unotest.OfficeConnection.verbose |
Definition at line 72 of file unotest.py.
Referenced by org.libreoffice.unotest.OfficeConnection.bootstrap(), org.libreoffice.unotest.OfficeConnection.connect(), and org.libreoffice.unotest.OfficeConnection.tearDown().
| org.libreoffice.unotest.OfficeConnection.xContext |
Definition at line 67 of file unotest.py.
Referenced by org.libreoffice.unotest.UnoInProcess.__openDocFromURL(), org.libreoffice.unotest.OfficeConnection.connect(), org.libreoffice.unotest.OfficeConnection.getContext(), org.libreoffice.unotest.UnoInProcess.getContext(), org.libreoffice.unotest.UnoInProcess.postTest(), and org.libreoffice.unotest.OfficeConnection.tearDown().