|
LibreOffice Module unotest (master) 1
|
#include <officeconnection.hxx>
Public Member Functions | |
| OfficeConnection () | |
| ~OfficeConnection () | |
| void | setUp () |
| void | tearDown () |
| const css::uno::Reference< css::uno::XComponentContext > & | getComponentContext () const |
| bool | isStillAlive () const |
Private Member Functions | |
| OfficeConnection (const OfficeConnection &)=delete | |
| OfficeConnection & | operator= (const OfficeConnection &)=delete |
Private Attributes | |
| oslProcess | process_ |
| css::uno::Reference< css::uno::XComponentContext > | context_ |
Definition at line 37 of file officeconnection.hxx.
|
privatedelete |
| test::OfficeConnection::OfficeConnection | ( | ) |
Definition at line 38 of file officeconnection.cxx.
| test::OfficeConnection::~OfficeConnection | ( | ) |
Definition at line 40 of file officeconnection.cxx.
|
inline |
Definition at line 50 of file officeconnection.hxx.
References context_.
| bool test::OfficeConnection::isStillAlive | ( | ) | const |
Definition at line 136 of file officeconnection.cxx.
References process_.
|
privatedelete |
| void test::OfficeConnection::setUp | ( | ) |
Definition at line 42 of file officeconnection.cxx.
References org.libreoffice.unotest::args, context_, cppu::defaultBootstrap_InitialComponentContext(), test::getArgument(), pData, process_, resolver, test::toAbsoluteFileUrl(), and u.
| void test::OfficeConnection::tearDown | ( | ) |
Definition at line 110 of file officeconnection.cxx.
|
private |
Definition at line 58 of file officeconnection.hxx.
Referenced by setUp(), and tearDown().
|
private |
Definition at line 56 of file officeconnection.hxx.
Referenced by isStillAlive(), setUp(), and tearDown().