LibreOffice Module sc (master) 1
|
#include <stylesbuffer.hxx>
Public Member Functions | |
AttrList (const ScPatternAttr *pDefPatternAttr) | |
Public Attributes | |
std::vector< ScAttrEntry > | maAttrs |
bool | mbLatinNumFmtOnly |
const ScPatternAttr * | mpDefPattern |
Definition at line 602 of file stylesbuffer.hxx.
oox::xls::Xf::AttrList::AttrList | ( | const ScPatternAttr * | pDefPatternAttr | ) |
Definition at line 1967 of file stylesbuffer.cxx.
std::vector<ScAttrEntry> oox::xls::Xf::AttrList::maAttrs |
Definition at line 604 of file stylesbuffer.hxx.
Referenced by oox::xls::Xf::applyPatternToAttrList(), and oox::xls::SheetDataBuffer::finalizeImport().
bool oox::xls::Xf::AttrList::mbLatinNumFmtOnly |
Definition at line 605 of file stylesbuffer.hxx.
Referenced by oox::xls::Xf::applyPatternToAttrList(), and oox::xls::SheetDataBuffer::finalizeImport().
const ScPatternAttr* oox::xls::Xf::AttrList::mpDefPattern |
Definition at line 606 of file stylesbuffer.hxx.
Referenced by oox::xls::Xf::applyPatternToAttrList().