LibreOffice Module sc (master) 1
|
#include <formulabuffer.hxx>
Public Member Functions | |
SheetItem () | |
Public Attributes | |
std::vector< TokenAddressItem > * | mpCellFormulas |
std::vector< TokenRangeAddressItem > * | mpArrayFormulas |
std::vector< FormulaValue > * | mpCellFormulaValues |
std::vector< SharedFormulaEntry > * | mpSharedFormulaEntries |
std::vector< SharedFormulaDesc > * | mpSharedFormulaIDs |
Definition at line 72 of file formulabuffer.hxx.
oox::xls::FormulaBuffer::SheetItem::SheetItem | ( | ) |
Definition at line 401 of file formulabuffer.cxx.
std::vector<TokenRangeAddressItem>* oox::xls::FormulaBuffer::SheetItem::mpArrayFormulas |
Definition at line 75 of file formulabuffer.hxx.
Referenced by oox::xls::FormulaBuffer::getSheetItem().
std::vector<TokenAddressItem>* oox::xls::FormulaBuffer::SheetItem::mpCellFormulas |
Definition at line 74 of file formulabuffer.hxx.
Referenced by oox::xls::FormulaBuffer::getSheetItem().
std::vector<FormulaValue>* oox::xls::FormulaBuffer::SheetItem::mpCellFormulaValues |
Definition at line 76 of file formulabuffer.hxx.
Referenced by oox::xls::FormulaBuffer::getSheetItem().
std::vector<SharedFormulaEntry>* oox::xls::FormulaBuffer::SheetItem::mpSharedFormulaEntries |
Definition at line 77 of file formulabuffer.hxx.
Referenced by oox::xls::FormulaBuffer::getSheetItem().
std::vector<SharedFormulaDesc>* oox::xls::FormulaBuffer::SheetItem::mpSharedFormulaIDs |
Definition at line 78 of file formulabuffer.hxx.
Referenced by oox::xls::FormulaBuffer::getSheetItem().