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

Represents a shared formula definition. More...

#include <formulabuffer.hxx>

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

Public Member Functions

 SharedFormulaEntry (const ScAddress &rAddress, OUString aTokenStr, sal_Int32 nSharedId)
 

Public Attributes

ScAddress maAddress
 
OUString maTokenStr
 
sal_Int32 mnSharedId
 

Detailed Description

Represents a shared formula definition.

Definition at line 25 of file formulabuffer.hxx.

Constructor & Destructor Documentation

◆ SharedFormulaEntry()

oox::xls::FormulaBuffer::SharedFormulaEntry::SharedFormulaEntry ( const ScAddress rAddress,
OUString  aTokenStr,
sal_Int32  nSharedId 
)

Definition at line 391 of file formulabuffer.cxx.

Member Data Documentation

◆ maAddress

ScAddress oox::xls::FormulaBuffer::SharedFormulaEntry::maAddress

Definition at line 27 of file formulabuffer.hxx.

◆ maTokenStr

OUString oox::xls::FormulaBuffer::SharedFormulaEntry::maTokenStr

Definition at line 28 of file formulabuffer.hxx.

◆ mnSharedId

sal_Int32 oox::xls::FormulaBuffer::SharedFormulaEntry::mnSharedId

Definition at line 29 of file formulabuffer.hxx.


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