the state of LotusStyleManager More...
Public Member Functions | |
State () | |
constructor |
Static Public Member Functions | |
static bool | getColor8 (int id, WPSColor &color) |
returns a color corresponding to an id between 0 and 7 | |
static bool | getColor16 (int id, WPSColor &color) |
returns a color corresponding to an id between 0 and 15 | |
static bool | getColor256 (int id, WPSColor &color) |
returns a color corresponding to an id | |
static bool | getPattern48 (int id, WPSGraphicStyle::Pattern &pattern) |
returns the pattern corresponding to a pattern id between 1 and 48 | |
static bool | getPattern64 (int id, WPSGraphicStyle::Pattern &pattern) |
returns the pattern corresponding to a pattern id between 1 and 64 |
Public Attributes | |
int | m_version |
the file version | |
bool | m_isUpdated |
a flag to know if updateState was launched | |
std::map< int, CellStyle > | m_idCellStyleMap |
a map id to cell style | |
std::map< int, ColorStyle > | m_idColorStyleMap |
a map id to color style | |
std::map< int, FontStyle > | m_idFontStyleMap |
a map id to font style | |
std::map< int, FormatStyle > | m_idFormatStyleMap |
a map id to format style | |
std::map< int, GraphicStyle > | m_idGraphicStyleMap |
a map id to graphic style | |
std::map< int, LineStyle > | m_idLineStyleMap |
a map id to line style | |
std::map< int, FontName > | m_idFontNameMap |
a map id to font name style | |
std::map< int, int > | m_idToParentStyleMap |
a map style id to the cell style id | |
std::map< int, CellStyleEntry > | m_idToCellStyleEntryMap |
a map cell style id to the cell style entry |
the state of LotusStyleManager
|
inline |
constructor
|
static |
returns a color corresponding to an id between 0 and 15
|
static |
returns a color corresponding to an id
|
static |
returns a color corresponding to an id between 0 and 7
|
static |
returns the pattern corresponding to a pattern id between 1 and 48
|
static |
returns the pattern corresponding to a pattern id between 1 and 64
Referenced by getPattern48().
std::map<int, CellStyle> LotusStyleManagerInternal::State::m_idCellStyleMap |
a map id to cell style
Referenced by State().
std::map<int, ColorStyle> LotusStyleManagerInternal::State::m_idColorStyleMap |
a map id to color style
Referenced by State().
std::map<int, FontName> LotusStyleManagerInternal::State::m_idFontNameMap |
a map id to font name style
Referenced by State().
std::map<int, FontStyle> LotusStyleManagerInternal::State::m_idFontStyleMap |
a map id to font style
Referenced by State().
std::map<int, FormatStyle> LotusStyleManagerInternal::State::m_idFormatStyleMap |
a map id to format style
Referenced by State().
std::map<int, GraphicStyle> LotusStyleManagerInternal::State::m_idGraphicStyleMap |
a map id to graphic style
Referenced by State().
std::map<int, LineStyle> LotusStyleManagerInternal::State::m_idLineStyleMap |
a map id to line style
Referenced by State().
std::map<int, CellStyleEntry> LotusStyleManagerInternal::State::m_idToCellStyleEntryMap |
a map cell style id to the cell style entry
Referenced by State().
std::map<int, int> LotusStyleManagerInternal::State::m_idToParentStyleMap |
a map style id to the cell style id
Referenced by State().
bool LotusStyleManagerInternal::State::m_isUpdated |
a flag to know if updateState was launched
Referenced by State().
int LotusStyleManagerInternal::State::m_version |
the file version
Referenced by State().