Lines Matching refs:mpFormula

103             return equalsFormulaCells(left.mpFormula, right.mpFormula);  in equalsWithoutFormatImpl()
126 … rColumn.SetFormulaCell(nRow, new ScFormulaCell(*rCell.mpFormula, rColumn.GetDoc(), aDestPos)); in commitToColumn()
175 return rCell.mpFormula->GetString().getString(); in getStringImpl()
196 return rCell.mpFormula->GetRawString().getString(); in getRawStringImpl()
218 mpFormula = rCell.mpFormula->Clone(); in ScCellValue()
240 mpFormula = r.mpFormula->Clone(); in ScCellValue()
260 mpFormula = r.mpFormula; in ScCellValue()
284 delete mpFormula; in clear()
327 mpFormula = pFormula; in set()
350 mpFormula = aRefVal.mpFormula->Clone(); in assign()
395mpFormula = new ScFormulaCell(*rOther.mpFormula, rDestDoc, rOther.mpFormula->aPos, nCloneFlags); in assign()
420 rDoc.SetFormulaCell(rPos, mpFormula->Clone()); in commit()
454 rDoc.SetFormulaCell(rPos, mpFormula); in release()
484 rColumn.SetFormulaCell(nRow, mpFormula, eListenType); in release()
531 mpFormula = rCell.mpFormula; in operator =()
563 ScRefCellValue::ScRefCellValue( ScFormulaCell* pFormula ) : meType(CELLTYPE_FORMULA), mpFormula(pFo… in ScRefCellValue()
610 rDoc.SetFormulaCell(rPos, new ScFormulaCell(*mpFormula, rDoc, rPos)); in commit()
619 return hasStringImpl(meType, mpFormula); in hasString()
624 return hasNumericImpl(meType, mpFormula); in hasNumeric()
629 return meType == CELLTYPE_FORMULA && mpFormula->GetErrCode() != FormulaError::NONE; in hasError()
639 return mpFormula->GetValue(); in getValue()
653 return mpFormula->GetRawValue(); in getRawValue()
681 return mpFormula->IsEmpty(); in hasEmptyValue()