LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | List of all members
DocxTableExportContext Struct Reference

All the information that should be stashed away when we're in the middle of of a table export and still have to do something else, e.g. More...

#include <docxattributeoutput.hxx>

Collaboration diagram for DocxTableExportContext:
[legend]

Public Member Functions

 DocxTableExportContext (DocxAttributeOutput &rOutput)
 
 ~DocxTableExportContext ()
 

Public Attributes

DocxAttributeOutputm_rOutput
 
ww8::WW8TableInfo::Pointer_t m_pTableInfo
 
bool m_bTableCellOpen
 
bool m_bStartedParaSdt
 
bool m_bStartedRunSdt
 
sal_uInt32 m_nTableDepth
 
sal_Int32 m_nHyperLinkCount = 0
 

Detailed Description

All the information that should be stashed away when we're in the middle of of a table export and still have to do something else, e.g.

export a shape.

Definition at line 1175 of file docxattributeoutput.hxx.

Constructor & Destructor Documentation

◆ DocxTableExportContext()

DocxTableExportContext::DocxTableExportContext ( DocxAttributeOutput rOutput)
inline

◆ ~DocxTableExportContext()

DocxTableExportContext::~DocxTableExportContext ( )
inline

Member Data Documentation

◆ m_bStartedParaSdt

bool DocxTableExportContext::m_bStartedParaSdt

◆ m_bStartedRunSdt

bool DocxTableExportContext::m_bStartedRunSdt

◆ m_bTableCellOpen

bool DocxTableExportContext::m_bTableCellOpen

◆ m_nHyperLinkCount

sal_Int32 DocxTableExportContext::m_nHyperLinkCount = 0

◆ m_nTableDepth

sal_uInt32 DocxTableExportContext::m_nTableDepth

◆ m_pTableInfo

ww8::WW8TableInfo::Pointer_t DocxTableExportContext::m_pTableInfo

◆ m_rOutput

DocxAttributeOutput& DocxTableExportContext::m_rOutput

Definition at line 1177 of file docxattributeoutput.hxx.

Referenced by DocxTableExportContext(), and ~DocxTableExportContext().


The documentation for this struct was generated from the following file: