small struct used to defined cell style file entry More...
| Public Member Functions | |
| CellStyleEntry (shared_ptr< WPSStream > stream) | |
| constructor  More... | |
| Public Attributes | |
| 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().
| shared_ptr<WPSStream> LotusStyleManagerInternal::CellStyleEntry::m_stream | 
the main strem
Referenced by LotusStyleManager::readCellStyleD2Data().