small struct used to defined cell style More...
Public Member Functions | |
CellStyle () | |
constructor | |
Public Attributes | |
int | m_borders |
the borders | |
int | m_bordersId [4] |
the border line id | |
int | m_colorsId [2] |
the color id : surface, shadow ? | |
int | m_fontId |
the font id | |
int | m_formatId |
the format id | |
std::string | m_extra |
extra data | |
Friends | |
std::ostream & | operator<< (std::ostream &o, CellStyle const &cell) |
operator<< |
small struct used to defined cell style
LotusStyleManagerInternal::CellStyle::CellStyle | ( | ) | [inline] |
constructor
std::ostream& operator<< | ( | std::ostream & | o, |
CellStyle const & | cell | ||
) | [friend] |
operator<<
the borders
Referenced by LotusStyleManager::readCellStyle(), and LotusStyleManager::updateCellStyle().
the border line id
Referenced by CellStyle(), and LotusStyleManager::readCellStyle().
the color id : surface, shadow ?
Referenced by CellStyle(), LotusStyleManager::readCellStyle(), and LotusStyleManager::updateCellStyle().
std::string LotusStyleManagerInternal::CellStyle::m_extra |
extra data
Referenced by LotusStyleManager::readCellStyle().
the font id
Referenced by LotusStyleManager::readCellStyle(), and LotusStyleManager::updateCellStyle().
the format id
Referenced by LotusStyleManager::readCellStyle().