small struct used to defined cell style file entry More...
Public Member Functions | |
CellStyleEntry (std::shared_ptr< WPSStream > const &stream) | |
constructor |
Public Attributes | |
std::shared_ptr< WPSStream > | m_stream |
the main strem | |
int | m_parentId |
the parent style id | |
WPSEntry | m_entry |
the zone position |
small struct used to defined cell style file entry
|
inlineexplicit |
constructor
WPSEntry LotusStyleManagerInternal::CellStyleEntry::m_entry |
the zone position
Referenced by CellStyleEntry(), LotusStyleManager::readCellStyleD2(), and LotusStyleManager::readCellStyleD2Data().
int LotusStyleManagerInternal::CellStyleEntry::m_parentId |
the parent style id
Referenced by CellStyleEntry(), LotusStyleManager::readCellStyleD2(), and LotusStyleManager::readCellStyleD2Data().
std::shared_ptr<WPSStream> LotusStyleManagerInternal::CellStyleEntry::m_stream |
the main strem
Referenced by CellStyleEntry(), and LotusStyleManager::readCellStyleD2Data().