LibreOffice Module test (master) 1
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
apitest::TextContent Class Referenceabstract

#include <textcontent.hxx>

Public Member Functions

 TextContent (const css::text::TextContentAnchorType aExpectedTCAT, const css::text::TextContentAnchorType aNewTCAT, const css::text::WrapTextMode aExpectedWTM, const css::text::WrapTextMode aNewWTM)
 
virtual css::uno::Reference< css::uno::XInterface > init ()=0
 
void testTextContentProperties ()
 

Protected Member Functions

 ~TextContent ()
 

Private Attributes

css::text::TextContentAnchorType const m_aExpectedTCAT
 
css::text::TextContentAnchorType const m_aNewTCAT
 
css::text::WrapTextMode const m_aExpectedWTM
 
css::text::WrapTextMode const m_aNewWTM
 

Detailed Description

Definition at line 22 of file textcontent.hxx.

Constructor & Destructor Documentation

◆ TextContent()

apitest::TextContent::TextContent ( const css::text::TextContentAnchorType  aExpectedTCAT,
const css::text::TextContentAnchorType  aNewTCAT,
const css::text::WrapTextMode  aExpectedWTM,
const css::text::WrapTextMode  aNewWTM 
)
inline

Definition at line 25 of file textcontent.hxx.

◆ ~TextContent()

apitest::TextContent::~TextContent ( )
inlineprotected

Definition at line 40 of file textcontent.hxx.

Member Function Documentation

◆ init()

virtual css::uno::Reference< css::uno::XInterface > apitest::TextContent::init ( )
pure virtual

◆ testTextContentProperties()

void apitest::TextContent::testTextContentProperties ( )

Definition at line 25 of file textcontent.cxx.

References init(), m_aExpectedTCAT, m_aExpectedWTM, m_aNewTCAT, and m_aNewWTM.

Member Data Documentation

◆ m_aExpectedTCAT

css::text::TextContentAnchorType const apitest::TextContent::m_aExpectedTCAT
private

Definition at line 43 of file textcontent.hxx.

Referenced by testTextContentProperties().

◆ m_aExpectedWTM

css::text::WrapTextMode const apitest::TextContent::m_aExpectedWTM
private

Definition at line 45 of file textcontent.hxx.

Referenced by testTextContentProperties().

◆ m_aNewTCAT

css::text::TextContentAnchorType const apitest::TextContent::m_aNewTCAT
private

Definition at line 44 of file textcontent.hxx.

Referenced by testTextContentProperties().

◆ m_aNewWTM

css::text::WrapTextMode const apitest::TextContent::m_aNewWTM
private

Definition at line 46 of file textcontent.hxx.

Referenced by testTextContentProperties().


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