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

A structure that holds flags for the table export. More...

#include <docxattributeoutput.hxx>

Public Member Functions

 TableReference ()
 

Public Attributes

bool m_bTableCellOpen
 Remember if we are in an open cell, or not. More...
 
bool m_bTableCellParaSdtOpen
 If paragraph sdt got opened in this table cell. More...
 
sal_uInt32 m_nTableDepth
 Remember the current table depth. More...
 

Detailed Description

A structure that holds flags for the table export.

Definition at line 108 of file docxattributeoutput.hxx.

Constructor & Destructor Documentation

◆ TableReference()

TableReference::TableReference ( )
inline

Definition at line 119 of file docxattributeoutput.hxx.

Member Data Documentation

◆ m_bTableCellOpen

bool TableReference::m_bTableCellOpen

◆ m_bTableCellParaSdtOpen

bool TableReference::m_bTableCellParaSdtOpen

If paragraph sdt got opened in this table cell.

Definition at line 114 of file docxattributeoutput.hxx.

Referenced by DocxAttributeOutput::EndParagraph(), and DocxAttributeOutput::EndTableCell().

◆ m_nTableDepth

sal_uInt32 TableReference::m_nTableDepth

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