LibreOffice Module sc (master) 1
|
#include <XMLChangeTrackingImportHelper.hxx>
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 ScCellValue & | CreateCell (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 |
Definition at line 38 of file XMLChangeTrackingImportHelper.hxx.
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 | ( | ) |
Definition at line 51 of file XMLChangeTrackingImportHelper.cxx.
const ScCellValue & ScMyCellInfo::CreateCell | ( | ScDocument & | rDoc | ) |
Definition at line 53 of file XMLChangeTrackingImportHelper.cxx.
References formula::FormulaGrammar::CONV_OOO, condformat::entry::DATE, eGrammar, ScGlobal::eLnge, fValue, ScRangeStringConverter::GetAddressFromString(), ScDocument::GetFormatTable(), ScCellValue::getFormula(), SvNumberFormatter::GetInputLineString(), SvNumberFormatter::GetStandardFormat(), ScCellValue::isEmpty(), maCell, nMatrixCols, nMatrixFlag, nMatrixRows, nType, ScCellValue::set(), ScFormulaCell::SetMatColsRows(), sFormula, sFormulaAddress, and sInputString.
formula::FormulaGrammar::Grammar ScMyCellInfo::eGrammar |
Definition at line 47 of file XMLChangeTrackingImportHelper.hxx.
Referenced by CreateCell().
double ScMyCellInfo::fValue |
Definition at line 44 of file XMLChangeTrackingImportHelper.hxx.
Referenced by CreateCell().
ScCellValue ScMyCellInfo::maCell |
Definition at line 40 of file XMLChangeTrackingImportHelper.hxx.
Referenced by CreateCell().
sal_Int32 ScMyCellInfo::nMatrixCols |
Definition at line 45 of file XMLChangeTrackingImportHelper.hxx.
Referenced by CreateCell().
ScMatrixMode ScMyCellInfo::nMatrixFlag |
Definition at line 49 of file XMLChangeTrackingImportHelper.hxx.
Referenced by CreateCell().
sal_Int32 ScMyCellInfo::nMatrixRows |
Definition at line 46 of file XMLChangeTrackingImportHelper.hxx.
Referenced by CreateCell().
sal_uInt16 ScMyCellInfo::nType |
Definition at line 48 of file XMLChangeTrackingImportHelper.hxx.
Referenced by CreateCell().
OUString ScMyCellInfo::sFormula |
Definition at line 42 of file XMLChangeTrackingImportHelper.hxx.
Referenced by CreateCell().
OUString ScMyCellInfo::sFormulaAddress |
Definition at line 41 of file XMLChangeTrackingImportHelper.hxx.
Referenced by CreateCell().
OUString ScMyCellInfo::sInputString |
Definition at line 43 of file XMLChangeTrackingImportHelper.hxx.
Referenced by CreateCell().