LibreOffice Module sw (master) 1
|
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>
Public Member Functions | |
DocxTableExportContext (DocxAttributeOutput &rOutput) | |
~DocxTableExportContext () | |
Public Attributes | |
DocxAttributeOutput & | m_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 |
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.
|
inline |
Definition at line 1184 of file docxattributeoutput.hxx.
References m_rOutput, and DocxAttributeOutput::pushToTableExportContext().
|
inline |
Definition at line 1185 of file docxattributeoutput.hxx.
References m_rOutput, and DocxAttributeOutput::popFromTableExportContext().
bool DocxTableExportContext::m_bStartedParaSdt |
Definition at line 1180 of file docxattributeoutput.hxx.
Referenced by DocxAttributeOutput::popFromTableExportContext(), and DocxAttributeOutput::pushToTableExportContext().
bool DocxTableExportContext::m_bStartedRunSdt |
Definition at line 1181 of file docxattributeoutput.hxx.
Referenced by DocxAttributeOutput::popFromTableExportContext(), and DocxAttributeOutput::pushToTableExportContext().
bool DocxTableExportContext::m_bTableCellOpen |
Definition at line 1179 of file docxattributeoutput.hxx.
Referenced by DocxAttributeOutput::popFromTableExportContext(), and DocxAttributeOutput::pushToTableExportContext().
sal_Int32 DocxTableExportContext::m_nHyperLinkCount = 0 |
Definition at line 1183 of file docxattributeoutput.hxx.
Referenced by DocxAttributeOutput::popFromTableExportContext(), and DocxAttributeOutput::pushToTableExportContext().
sal_uInt32 DocxTableExportContext::m_nTableDepth |
Definition at line 1182 of file docxattributeoutput.hxx.
Referenced by DocxAttributeOutput::popFromTableExportContext(), and DocxAttributeOutput::pushToTableExportContext().
ww8::WW8TableInfo::Pointer_t DocxTableExportContext::m_pTableInfo |
Definition at line 1178 of file docxattributeoutput.hxx.
Referenced by DocxAttributeOutput::popFromTableExportContext(), and DocxAttributeOutput::pushToTableExportContext().
DocxAttributeOutput& DocxTableExportContext::m_rOutput |
Definition at line 1177 of file docxattributeoutput.hxx.
Referenced by DocxTableExportContext(), and ~DocxTableExportContext().