small struct used to defined color style More...
| Public Member Functions | |
| ColorStyle () | |
| constructor  More... | |
| Public Attributes | |
| WPSColor | m_colors [4] | 
| the color id : unknown0, unknown1, line, surface  More... | |
| int | m_patternId | 
| the pattern id  More... | |
| WPSGraphicStyle::Pattern | m_pattern | 
| the pattern  More... | |
| std::string | m_extra | 
| extra data  More... | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, ColorStyle const &color) | 
| operator<<  More... | |
small struct used to defined color style
| 
 | inline | 
constructor
| 
 | friend | 
operator<<
| WPSColor LotusStyleManagerInternal::ColorStyle::m_colors[4] | 
the color id : unknown0, unknown1, line, surface
Referenced by LotusStyleManager::readCellStyleE6(), LotusStyleManager::readColorStyle(), LotusStyleManager::updateCellStyle(), LotusStyleManager::updateShadowStyle(), and LotusStyleManager::updateSurfaceStyle().
| std::string LotusStyleManagerInternal::ColorStyle::m_extra | 
extra data
Referenced by LotusStyleManager::readColorStyle().
| WPSGraphicStyle::Pattern LotusStyleManagerInternal::ColorStyle::m_pattern | 
the pattern
Referenced by LotusStyleManager::readColorStyle().
| int LotusStyleManagerInternal::ColorStyle::m_patternId |