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