Lines Matching refs:mpFormula

1409         rCell.mpFormula = new ScFormulaCell(  in SetValueString()
1412 rCell.mpFormula->SetInChangeTrack(true); in SetValueString()
1486 rCell.mpFormula->GetMatColsRows( nC, nR ); in GetRefString()
1616 rCell.mpFormula->GetFormula(rStr); in GetStringOfCell()
1632 switch (rCell.mpFormula->GetMatrixFlag()) in GetContentCellType()
1657 const ScFormulaCell* pCell = rCell.mpFormula; in GetContentCellType()
1707 rCell.mpFormula->SetInChangeTrack(true); in SetValue()
1732 rCell.mpFormula->SetInChangeTrack(true); in SetCell()
1763 GetFormulaString(rStr, rCell.mpFormula); in GetValueString()
1831 rCell.mpFormula->GetMatColsRows(nC, nR); in PutValueToDoc()
1843 aDestMark, EMPTY_OUSTRING, rCell.mpFormula->GetCode()); in PutValueToDoc()
1942 maOldCell.mpFormula->aPos = aBigRange.aStart.MakeAddress(); in UpdateReference()
1944 maNewCell.mpFormula->aPos = aBigRange.aStart.MakeAddress(); in UpdateReference()
1976 maOldCell.mpFormula->UpdateReference(aRefCxt); in UpdateReference()
1978 maNewCell.mpFormula->UpdateReference(aRefCxt); in UpdateReference()
1989 ScTokenArray* pArr = maOldCell.mpFormula->GetCode(); in UpdateReference()
2000 ScTokenArray* pArr = maNewCell.mpFormula->GetCode(); in UpdateReference()
2588 …if (rOldCell.meType == CELLTYPE_FORMULA && rOldCell.mpFormula->GetMatrixFlag() == ScMatrixMode::Fo… in IsMatrixFormulaRangeDifferent()
2589 rOldCell.mpFormula->GetMatColsRows(nC1, nR1); in IsMatrixFormulaRangeDifferent()
2591 …if (rNewCell.meType == CELLTYPE_FORMULA && rNewCell.mpFormula->GetMatrixFlag() == ScMatrixMode::Fo… in IsMatrixFormulaRangeDifferent()
2592 rNewCell.mpFormula->GetMatColsRows(nC1, nR1); in IsMatrixFormulaRangeDifferent()
2912 bool bOrgFound = rCell.mpFormula->GetMatrixOrigin(aOrg); in Dependencies()
4048 rCell.mpFormula->GetMatColsRows(nC, nR); in SelectContent()