LibreOffice Module sc (master) 1
|
Contains all data for a cell format or cell style. More...
#include <stylesbuffer.hxx>
Public Member Functions | |
XfModel () | |
True = area data used. More... | |
Public Attributes | |
sal_Int32 | mnStyleXfId |
sal_Int32 | mnFontId |
Index to parent style XF. More... | |
sal_Int32 | mnNumFmtId |
Index to font data list. More... | |
sal_Int32 | mnBorderId |
Index to number format list. More... | |
sal_Int32 | mnFillId |
Index to list of cell borders. More... | |
bool | mbCellXf |
Index to list of cell areas. More... | |
bool | mbFontUsed |
True = cell XF, false = style XF. More... | |
bool | mbNumFmtUsed |
True = font index used. More... | |
bool | mbAlignUsed |
True = number format used. More... | |
bool | mbProtUsed |
True = alignment used. More... | |
bool | mbBorderUsed |
True = cell protection used. More... | |
bool | mbAreaUsed |
True = border data used. More... | |
Contains all data for a cell format or cell style.
Definition at line 571 of file stylesbuffer.hxx.
|
explicit |
True = area data used.
Definition at line 1951 of file stylesbuffer.cxx.
bool oox::xls::XfModel::mbAlignUsed |
True = number format used.
Definition at line 581 of file stylesbuffer.hxx.
Referenced by oox::xls::Xf::createPattern(), oox::xls::Xf::importAlignment(), oox::xls::Xf::importXf(), and oox::xls::operator==().
bool oox::xls::XfModel::mbAreaUsed |
True = border data used.
Definition at line 584 of file stylesbuffer.hxx.
Referenced by oox::xls::Xf::createPattern(), oox::xls::Xf::importXf(), and oox::xls::operator==().
bool oox::xls::XfModel::mbBorderUsed |
True = cell protection used.
Definition at line 583 of file stylesbuffer.hxx.
Referenced by oox::xls::Xf::createPattern(), oox::xls::Xf::importXf(), and oox::xls::operator==().
bool oox::xls::XfModel::mbCellXf |
Index to list of cell areas.
Definition at line 578 of file stylesbuffer.hxx.
Referenced by oox::xls::Xf::importAlignment(), oox::xls::Xf::importProtection(), oox::xls::Xf::importXf(), oox::xls::Xf::isCellXf(), and oox::xls::operator==().
bool oox::xls::XfModel::mbFontUsed |
True = cell XF, false = style XF.
Definition at line 579 of file stylesbuffer.hxx.
Referenced by oox::xls::Xf::createPattern(), oox::xls::Xf::importXf(), and oox::xls::operator==().
bool oox::xls::XfModel::mbNumFmtUsed |
True = font index used.
Definition at line 580 of file stylesbuffer.hxx.
Referenced by oox::xls::Xf::createPattern(), oox::xls::Xf::importXf(), and oox::xls::operator==().
bool oox::xls::XfModel::mbProtUsed |
True = alignment used.
Definition at line 582 of file stylesbuffer.hxx.
Referenced by oox::xls::Xf::createPattern(), oox::xls::Xf::importProtection(), oox::xls::Xf::importXf(), and oox::xls::operator==().
sal_Int32 oox::xls::XfModel::mnBorderId |
Index to number format list.
Definition at line 576 of file stylesbuffer.hxx.
Referenced by oox::xls::Xf::createPattern(), oox::xls::Xf::importXf(), and oox::xls::operator==().
sal_Int32 oox::xls::XfModel::mnFillId |
Index to list of cell borders.
Definition at line 577 of file stylesbuffer.hxx.
Referenced by oox::xls::Xf::createPattern(), oox::xls::Xf::importXf(), and oox::xls::operator==().
sal_Int32 oox::xls::XfModel::mnFontId |
Index to parent style XF.
Definition at line 574 of file stylesbuffer.hxx.
Referenced by oox::xls::Xf::createPattern(), oox::xls::Xf::getFont(), oox::xls::Xf::importXf(), and oox::xls::operator==().
sal_Int32 oox::xls::XfModel::mnNumFmtId |
Index to font data list.
Definition at line 575 of file stylesbuffer.hxx.
Referenced by oox::xls::Xf::createPattern(), oox::xls::Xf::importXf(), and oox::xls::operator==().
sal_Int32 oox::xls::XfModel::mnStyleXfId |
Definition at line 573 of file stylesbuffer.hxx.
Referenced by oox::xls::Xf::applyPatternToAttrList(), oox::xls::Xf::createPattern(), oox::xls::Xf::importXf(), oox::xls::operator==(), and oox::xls::Xf::writeToDoc().