the structure to store the style in a ClarisWksStyleManager More...
#include <ClarisWksStyleManager.hxx>
Public Member Functions | |
Style () | |
constructor | |
Public Attributes | |
int | m_fontId |
the char | |
int | m_cellFormatId |
the formatId | |
int | m_rulerId |
the ruler | |
int | m_rulerPId |
the ruler parent id ( or maybe the style parent) | |
int | m_nameId |
the style name id | |
int | m_ksenId |
the ksen id | |
int | m_graphicId |
the graphic (checkme) | |
int | m_localStyleId |
a local style id | |
int | m_styleId |
the style id | |
std::string | m_extra |
extra data | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Style const &style) |
operator<< | |
the structure to store the style in a ClarisWksStyleManager
|
inline |
constructor
|
friend |
operator<<
int ClarisWksStyleManager::Style::m_cellFormatId |
the formatId
Referenced by ClarisWksDbaseContent::readRecordSS(), and ClarisWksStyleManager::readStylesDef().
std::string ClarisWksStyleManager::Style::m_extra |
extra data
Referenced by ClarisWksStyleManager::readStylesDef().
int ClarisWksStyleManager::Style::m_fontId |
the char
Referenced by ClarisWksDbaseContent::readRecordSS(), and ClarisWksStyleManager::readStylesDef().
int ClarisWksStyleManager::Style::m_graphicId |
the graphic (checkme)
Referenced by ClarisWksDbaseContent::readRecordSS(), ClarisWksStyleManager::readStylesDef(), ClarisWksTable::readTableBorders(), ClarisWksTable::readTableCells(), and ClarisWksTableInternal::TableCell::update().
int ClarisWksStyleManager::Style::m_ksenId |
the ksen id
Referenced by ClarisWksStyleManager::readStylesDef(), ClarisWksTable::readTableBorders(), ClarisWksTable::readTableCells(), and ClarisWksTableInternal::TableCell::update().
int ClarisWksStyleManager::Style::m_localStyleId |
a local style id
Referenced by ClarisWksStyleManager::readStylesDef().
int ClarisWksStyleManager::Style::m_nameId |
the style name id
Referenced by ClarisWksStyleManager::getRulerName(), and ClarisWksStyleManager::readStylesDef().
int ClarisWksStyleManager::Style::m_rulerId |
the ruler
Referenced by ClarisWksStyleManager::getRulerName(), ClarisWksText::readParagraphs(), and ClarisWksStyleManager::readStylesDef().
int ClarisWksStyleManager::Style::m_rulerPId |
the ruler parent id ( or maybe the style parent)
Referenced by ClarisWksStyleManager::getRulerName(), and ClarisWksStyleManager::readStylesDef().
int ClarisWksStyleManager::Style::m_styleId |
the style id
Referenced by ClarisWksStyleManager::readStylesDef().