LibreOffice Module sw (master) 1
|
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... | |
A structure that holds flags for the table export.
Definition at line 108 of file docxattributeoutput.hxx.
|
inline |
Definition at line 119 of file docxattributeoutput.hxx.
bool TableReference::m_bTableCellOpen |
Remember if we are in an open cell, or not.
Definition at line 111 of file docxattributeoutput.hxx.
Referenced by DocxAttributeOutput::EndParagraph(), DocxAttributeOutput::EndTable(), DocxAttributeOutput::EndTableCell(), DocxAttributeOutput::popFromTableExportContext(), DocxAttributeOutput::pushToTableExportContext(), DocxAttributeOutput::SectionBreaks(), DocxAttributeOutput::StartParagraph(), and DocxAttributeOutput::StartTableCell().
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().
sal_uInt32 TableReference::m_nTableDepth |
Remember the current table depth.
Definition at line 117 of file docxattributeoutput.hxx.
Referenced by DocxAttributeOutput::EndParagraph(), DocxAttributeOutput::EndParagraphProperties(), DocxAttributeOutput::EndTable(), DocxAttributeOutput::FinishTableRowCell(), DocxAttributeOutput::FormatBox(), DocxAttributeOutput::popFromTableExportContext(), DocxAttributeOutput::pushToTableExportContext(), DocxAttributeOutput::StartParagraph(), and DocxAttributeOutput::TableDefinition().