LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
oox::xls::FormulaBuffer::SheetItem Struct Reference

#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
 

Detailed Description

Definition at line 72 of file formulabuffer.hxx.

Constructor & Destructor Documentation

◆ SheetItem()

oox::xls::FormulaBuffer::SheetItem::SheetItem ( )

Definition at line 401 of file formulabuffer.cxx.

Member Data Documentation

◆ mpArrayFormulas

std::vector<TokenRangeAddressItem>* oox::xls::FormulaBuffer::SheetItem::mpArrayFormulas

Definition at line 75 of file formulabuffer.hxx.

Referenced by oox::xls::FormulaBuffer::getSheetItem().

◆ mpCellFormulas

std::vector<TokenAddressItem>* oox::xls::FormulaBuffer::SheetItem::mpCellFormulas

Definition at line 74 of file formulabuffer.hxx.

Referenced by oox::xls::FormulaBuffer::getSheetItem().

◆ mpCellFormulaValues

std::vector<FormulaValue>* oox::xls::FormulaBuffer::SheetItem::mpCellFormulaValues

Definition at line 76 of file formulabuffer.hxx.

Referenced by oox::xls::FormulaBuffer::getSheetItem().

◆ mpSharedFormulaEntries

std::vector<SharedFormulaEntry>* oox::xls::FormulaBuffer::SheetItem::mpSharedFormulaEntries

Definition at line 77 of file formulabuffer.hxx.

Referenced by oox::xls::FormulaBuffer::getSheetItem().

◆ mpSharedFormulaIDs

std::vector<SharedFormulaDesc>* oox::xls::FormulaBuffer::SheetItem::mpSharedFormulaIDs

Definition at line 78 of file formulabuffer.hxx.

Referenced by oox::xls::FormulaBuffer::getSheetItem().


The documentation for this struct was generated from the following files: