LibreOffice Module xmloff (master) 1
|
#include <transporttypes.hxx>
Public Member Functions | |
SchXMLTable () | |
Public Attributes | |
std::vector< std::vector< SchXMLCell > > | aData |
sal_Int32 | nRowIndex |
an array of rows containing the table contents More... | |
sal_Int32 | nColumnIndex |
reflects the index of the row currently parsed More... | |
sal_Int32 | nMaxColumnIndex |
reflects the index of the column currently parsed More... | |
sal_Int32 | nNumberOfColsEstimate |
the greatest number of columns detected More... | |
bool | bHasHeaderRow |
parsing column-elements may yield an estimate More... | |
bool | bHasHeaderColumn |
OUString | aTableNameOfFile |
::std::vector< sal_Int32 > | aHiddenColumns |
the table name read at the table:table element More... | |
bool | bProtected |
Definition at line 49 of file transporttypes.hxx.
|
inline |
Definition at line 68 of file transporttypes.hxx.
std::vector< std::vector< SchXMLCell > > SchXMLTable::aData |
Definition at line 51 of file transporttypes.hxx.
Referenced by SchXMLTableHelper::applyTableToInternalDataProvider(), SchXMLTableCellContext::createFastChildContext(), SchXMLTableContext::endFastElement(), SchXMLTableCellContext::endFastElement(), SchXMLTableContext::SchXMLTableContext(), SchXMLTableRowContext::SchXMLTableRowContext(), and SchXMLTableCellContext::startFastElement().
::std::vector< sal_Int32 > SchXMLTable::aHiddenColumns |
the table name read at the table:table element
Definition at line 64 of file transporttypes.hxx.
Referenced by SchXMLTableColumnContext::startFastElement(), and SchXMLTableHelper::switchRangesFromOuterToInternalIfNecessary().
OUString SchXMLTable::aTableNameOfFile |
Definition at line 62 of file transporttypes.hxx.
Referenced by SchXMLTableContext::startFastElement(), and SchXMLTableHelper::switchRangesFromOuterToInternalIfNecessary().
bool SchXMLTable::bHasHeaderColumn |
Definition at line 60 of file transporttypes.hxx.
Referenced by SchXMLTableHelper::applyTableToInternalDataProvider(), SchXMLTableContext::createFastChildContext(), and SchXMLTableColumnContext::startFastElement().
bool SchXMLTable::bHasHeaderRow |
parsing column-elements may yield an estimate
Definition at line 59 of file transporttypes.hxx.
Referenced by SchXMLTableHelper::applyTableToInternalDataProvider(), and SchXMLTableContext::createFastChildContext().
bool SchXMLTable::bProtected |
Definition at line 66 of file transporttypes.hxx.
Referenced by SchXMLTableHelper::applyTableToInternalDataProvider(), and SchXMLTableContext::startFastElement().
sal_Int32 SchXMLTable::nColumnIndex |
reflects the index of the row currently parsed
Definition at line 54 of file transporttypes.hxx.
Referenced by SchXMLTableCellContext::createFastChildContext(), SchXMLTableCellContext::endFastElement(), SchXMLTableContext::SchXMLTableContext(), SchXMLTableRowContext::SchXMLTableRowContext(), and SchXMLTableCellContext::startFastElement().
sal_Int32 SchXMLTable::nMaxColumnIndex |
reflects the index of the column currently parsed
Definition at line 55 of file transporttypes.hxx.
Referenced by SchXMLTableHelper::applyTableToInternalDataProvider(), SchXMLTableContext::SchXMLTableContext(), and SchXMLTableCellContext::startFastElement().
sal_Int32 SchXMLTable::nNumberOfColsEstimate |
the greatest number of columns detected
Definition at line 57 of file transporttypes.hxx.
Referenced by SchXMLTableRowContext::SchXMLTableRowContext(), and SchXMLTableColumnContext::startFastElement().
sal_Int32 SchXMLTable::nRowIndex |
an array of rows containing the table contents
Definition at line 53 of file transporttypes.hxx.
Referenced by SchXMLTableCellContext::createFastChildContext(), SchXMLTableCellContext::endFastElement(), SchXMLTableContext::SchXMLTableContext(), SchXMLTableRowContext::SchXMLTableRowContext(), and SchXMLTableCellContext::startFastElement().