LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ScMyCellInfo Struct Reference

#include <XMLChangeTrackingImportHelper.hxx>

Collaboration diagram for ScMyCellInfo:
[legend]

Public Member Functions

 ScMyCellInfo (ScCellValue aCell, OUString sFormulaAddress, OUString sFormula, const formula::FormulaGrammar::Grammar eGrammar, OUString sInputString, const double &fValue, const sal_uInt16 nType, const ScMatrixMode nMatrixFlag, const sal_Int32 nMatrixCols, const sal_Int32 nMatrixRows)
 
 ~ScMyCellInfo ()
 
const ScCellValueCreateCell (ScDocument &rDoc)
 

Public Attributes

ScCellValue maCell
 
OUString sFormulaAddress
 
OUString sFormula
 
OUString sInputString
 
double fValue
 
sal_Int32 nMatrixCols
 
sal_Int32 nMatrixRows
 
formula::FormulaGrammar::Grammar eGrammar
 
sal_uInt16 nType
 
ScMatrixMode nMatrixFlag
 

Detailed Description

Definition at line 38 of file XMLChangeTrackingImportHelper.hxx.

Constructor & Destructor Documentation

◆ ScMyCellInfo()

ScMyCellInfo::ScMyCellInfo ( ScCellValue  aCell,
OUString  sFormulaAddress,
OUString  sFormula,
const formula::FormulaGrammar::Grammar  eGrammar,
OUString  sInputString,
const double &  fValue,
const sal_uInt16  nType,
const ScMatrixMode  nMatrixFlag,
const sal_Int32  nMatrixCols,
const sal_Int32  nMatrixRows 
)

Definition at line 33 of file XMLChangeTrackingImportHelper.cxx.

References sFormula.

◆ ~ScMyCellInfo()

ScMyCellInfo::~ScMyCellInfo ( )

Definition at line 51 of file XMLChangeTrackingImportHelper.cxx.

Member Function Documentation

◆ CreateCell()

const ScCellValue & ScMyCellInfo::CreateCell ( ScDocument rDoc)

Member Data Documentation

◆ eGrammar

formula::FormulaGrammar::Grammar ScMyCellInfo::eGrammar

Definition at line 47 of file XMLChangeTrackingImportHelper.hxx.

Referenced by CreateCell().

◆ fValue

double ScMyCellInfo::fValue

Definition at line 44 of file XMLChangeTrackingImportHelper.hxx.

Referenced by CreateCell().

◆ maCell

ScCellValue ScMyCellInfo::maCell

Definition at line 40 of file XMLChangeTrackingImportHelper.hxx.

Referenced by CreateCell().

◆ nMatrixCols

sal_Int32 ScMyCellInfo::nMatrixCols

Definition at line 45 of file XMLChangeTrackingImportHelper.hxx.

Referenced by CreateCell().

◆ nMatrixFlag

ScMatrixMode ScMyCellInfo::nMatrixFlag

Definition at line 49 of file XMLChangeTrackingImportHelper.hxx.

Referenced by CreateCell().

◆ nMatrixRows

sal_Int32 ScMyCellInfo::nMatrixRows

Definition at line 46 of file XMLChangeTrackingImportHelper.hxx.

Referenced by CreateCell().

◆ nType

sal_uInt16 ScMyCellInfo::nType

Definition at line 48 of file XMLChangeTrackingImportHelper.hxx.

Referenced by CreateCell().

◆ sFormula

OUString ScMyCellInfo::sFormula

Definition at line 42 of file XMLChangeTrackingImportHelper.hxx.

Referenced by CreateCell().

◆ sFormulaAddress

OUString ScMyCellInfo::sFormulaAddress

Definition at line 41 of file XMLChangeTrackingImportHelper.hxx.

Referenced by CreateCell().

◆ sInputString

OUString ScMyCellInfo::sInputString

Definition at line 43 of file XMLChangeTrackingImportHelper.hxx.

Referenced by CreateCell().


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