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

Represents a formula cell that uses shared formula. More...

#include <formulabuffer.hxx>

Collaboration diagram for oox::xls::FormulaBuffer::SharedFormulaDesc:
[legend]

Public Member Functions

 SharedFormulaDesc (const ScAddress &rAddr, sal_Int32 nSharedId, OUString aCellValue, sal_Int32 nValueType)
 

Public Attributes

ScAddress maAddress
 
OUString maCellValue
 
sal_Int32 mnSharedId
 
sal_Int32 mnValueType
 

Detailed Description

Represents a formula cell that uses shared formula.

Definition at line 39 of file formulabuffer.hxx.

Constructor & Destructor Documentation

◆ SharedFormulaDesc()

oox::xls::FormulaBuffer::SharedFormulaDesc::SharedFormulaDesc ( const ScAddress rAddr,
sal_Int32  nSharedId,
OUString  aCellValue,
sal_Int32  nValueType 
)

Definition at line 396 of file formulabuffer.cxx.

References mnValueType.

Member Data Documentation

◆ maAddress

ScAddress oox::xls::FormulaBuffer::SharedFormulaDesc::maAddress

Definition at line 41 of file formulabuffer.hxx.

◆ maCellValue

OUString oox::xls::FormulaBuffer::SharedFormulaDesc::maCellValue

Definition at line 42 of file formulabuffer.hxx.

◆ mnSharedId

sal_Int32 oox::xls::FormulaBuffer::SharedFormulaDesc::mnSharedId

Definition at line 43 of file formulabuffer.hxx.

◆ mnValueType

sal_Int32 oox::xls::FormulaBuffer::SharedFormulaDesc::mnValueType

Definition at line 44 of file formulabuffer.hxx.


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