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

#include <bootstrapfixturebase.hxx>

Inheritance diagram for test::BootstrapFixtureBase:
[legend]
Collaboration diagram for test::BootstrapFixtureBase:
[legend]

Public Member Functions

 BootstrapFixtureBase ()
 
virtual ~BootstrapFixtureBase () override
 
const css::uno::Reference< css::uno::XComponentContext > & getComponentContext () const
 
const css::uno::Reference< css::lang::XMultiServiceFactory > & getMultiServiceFactory () const
 
virtual void setUp () override
 
virtual void tearDown () override
 

Protected Attributes

Directories m_directories
 
css::uno::Reference< css::uno::XComponentContext > m_xContext
 
css::uno::Reference< css::lang::XMultiServiceFactory > m_xSFactory
 
css::uno::Reference< css::lang::XMultiComponentFactory > m_xFactory
 

Detailed Description

Definition at line 49 of file bootstrapfixturebase.hxx.

Constructor & Destructor Documentation

◆ BootstrapFixtureBase()

test::BootstrapFixtureBase::BootstrapFixtureBase ( )

Definition at line 25 of file bootstrapfixturebase.cxx.

◆ ~BootstrapFixtureBase()

test::BootstrapFixtureBase::~BootstrapFixtureBase ( )
overridevirtual

Definition at line 27 of file bootstrapfixturebase.cxx.

Member Function Documentation

◆ getComponentContext()

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

Definition at line 62 of file bootstrapfixturebase.hxx.

References m_xContext.

◆ getMultiServiceFactory()

const css::uno::Reference< css::lang::XMultiServiceFactory > & test::BootstrapFixtureBase::getMultiServiceFactory ( ) const
inline

Definition at line 64 of file bootstrapfixturebase.hxx.

◆ setUp()

void test::BootstrapFixtureBase::setUp ( )
overridevirtual

◆ tearDown()

void test::BootstrapFixtureBase::tearDown ( )
overridevirtual

Definition at line 36 of file bootstrapfixturebase.cxx.

References StarBASIC::DetachAllDocBasicItems().

Member Data Documentation

◆ m_directories

Directories test::BootstrapFixtureBase::m_directories
protected

Definition at line 52 of file bootstrapfixturebase.hxx.

◆ m_xContext

css::uno::Reference<css::uno::XComponentContext> test::BootstrapFixtureBase::m_xContext
protected

Definition at line 53 of file bootstrapfixturebase.hxx.

◆ m_xFactory

css::uno::Reference<css::lang::XMultiComponentFactory> test::BootstrapFixtureBase::m_xFactory
protected

Definition at line 55 of file bootstrapfixturebase.hxx.

◆ m_xSFactory

css::uno::Reference<css::lang::XMultiServiceFactory> test::BootstrapFixtureBase::m_xSFactory
protected

Definition at line 54 of file bootstrapfixturebase.hxx.


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