LibreOffice Module unotest (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
test::OfficeConnection Class Reference

#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
 
OfficeConnectionoperator= (const OfficeConnection &)=delete
 

Private Attributes

oslProcess process_
 
css::uno::Reference< css::uno::XComponentContext > context_
 

Detailed Description

Definition at line 37 of file officeconnection.hxx.

Constructor & Destructor Documentation

◆ OfficeConnection() [1/2]

test::OfficeConnection::OfficeConnection ( const OfficeConnection )
privatedelete

◆ OfficeConnection() [2/2]

test::OfficeConnection::OfficeConnection ( )

Definition at line 38 of file officeconnection.cxx.

◆ ~OfficeConnection()

test::OfficeConnection::~OfficeConnection ( )

Definition at line 40 of file officeconnection.cxx.

Member Function Documentation

◆ getComponentContext()

const css::uno::Reference< css::uno::XComponentContext > & test::OfficeConnection::getComponentContext ( ) const
inline

Definition at line 50 of file officeconnection.hxx.

References context_.

◆ isStillAlive()

bool test::OfficeConnection::isStillAlive ( ) const

Definition at line 136 of file officeconnection.cxx.

References process_.

◆ operator=()

OfficeConnection & test::OfficeConnection::operator= ( const OfficeConnection )
privatedelete

◆ setUp()

void test::OfficeConnection::setUp ( )

◆ tearDown()

void test::OfficeConnection::tearDown ( )

Definition at line 110 of file officeconnection.cxx.

References context_, and process_.

Member Data Documentation

◆ context_

css::uno::Reference< css::uno::XComponentContext > test::OfficeConnection::context_
private

Definition at line 58 of file officeconnection.hxx.

Referenced by setUp(), and tearDown().

◆ process_

oslProcess test::OfficeConnection::process_
private

Definition at line 56 of file officeconnection.hxx.

Referenced by isStillAlive(), setUp(), and tearDown().


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