Lines Matching refs:pNewCell

1429 		pNewCell(NULL),  in IMPL_FIXEDMEMPOOL_NEWDEL()
1449 pNewCell(pTempNewCell), in ScChangeActionContent()
1455 if (pNewCell) in ScChangeActionContent()
1456 ScChangeActionContent::SetCell( aNewValue, pNewCell, 0, pDoc ); in ScChangeActionContent()
1525 ScChangeActionContent::SetValue( aNewValue, pNewCell, in SetNewValue()
1535 pNewCell = pNewCellP; in SetOldNewCells()
1537 ScChangeActionContent::SetCell( aNewValue, pNewCell, nNewFormat, pDoc ); in SetOldNewCells()
1542 DBG_ASSERT( !pNewCell, "ScChangeActionContent::SetNewCell: overwriting existing cell" ); in SetNewCell()
1543 pNewCell = pCell; in SetNewCell()
1544 ScChangeActionContent::SetCell( aNewValue, pNewCell, 0, pDoc ); in SetNewCell()
1579 SetValueString( aNewValue, pNewCell, rNew, pDoc ); in SetNewValue()
1591 GetValueString( rStr, aNewValue, pNewCell ); in GetNewString()
1967 PutValueToDoc( pNewCell, aNewValue, pDoc, nDx, nDy ); in PutNewValueToDoc()
2090 sal_Bool bNewFormula = ( pNewCell && pNewCell->GetCellType() == CELLTYPE_FORMULA ); in UpdateReference()
2130 ((ScFormulaCell*)pNewCell)->aPos = aBigRange.aStart.MakeAddress(); in UpdateReference()
2157 ((ScFormulaCell*)pNewCell)->UpdateReference( eMode, aRange, in UpdateReference()
2179 ScTokenArray* pArr = ((ScFormulaCell*)pNewCell)->GetCode(); in UpdateReference()
2726 const ScBaseCell* pNewCell ) in IsMatrixFormulaRangeDifferent() argument
2735 if ( pNewCell && (pNewCell->GetCellType() == CELLTYPE_FORMULA) && in IsMatrixFormulaRangeDifferent()
2736 ((const ScFormulaCell*)pNewCell)->GetMatrixFlag() == MM_FORMULA ) in IsMatrixFormulaRangeDifferent()
2737 ((const ScFormulaCell*)pNewCell)->GetMatColsRows( nC1, nR1 ); in IsMatrixFormulaRangeDifferent()
2767 ScBaseCell* pNewCell = pDoc->GetCell( rPos ); in AppendContent() local
2768 ScChangeActionContent::GetStringOfCell( aNewValue, pNewCell, pDoc, rPos ); in AppendContent()
2770 IsMatrixFormulaRangeDifferent( pOldCell, pNewCell ) ) in AppendContent()
2775 pAct->SetNewValue( pNewCell, pDoc ); in AppendContent()
2788 ScBaseCell* pNewCell = pDoc->GetCell( rPos ); in AppendContent() local
2789 ScChangeActionContent::GetStringOfCell( aNewValue, pNewCell, pDoc, rPos ); in AppendContent()
2791 IsMatrixFormulaRangeDifferent( pOldCell, pNewCell ) ) in AppendContent()
2796 pAct->SetNewValue( pNewCell, pDoc ); in AppendContent()
2954 const ScAddress& rPos, ScBaseCell* pOldCell, ScBaseCell* pNewCell, in AppendContentOnTheFly() argument
2959 pAct->SetOldNewCells( pOldCell, nOldFormat, pNewCell, nNewFormat, pDoc ); in AppendContentOnTheFly()
2998 ScChangeActionContent::SetValue( pContent->aNewValue, pContent->pNewCell, in GenerateDelContent()
4530 sal_uLong ScChangeTrack::AddLoadedGenerated(ScBaseCell* pNewCell, const ScBigRange& aBigRange, cons… in AddLoadedGenerated() argument
4532 …ScChangeActionContent* pAct = new ScChangeActionContent( --nGeneratedMin, pNewCell, aBigRange, pDo… in AddLoadedGenerated()
4582 const ScBaseCell* pNewCell = pContent->GetNewCell(); in Clone() local
4583 if ( pNewCell ) in Clone()
4585 ScBaseCell* pClonedNewCell = pNewCell->CloneWithoutNote( *pDocument ); in Clone()
4685 const ScBaseCell* pNewCell = pContent->GetNewCell(); in Clone() local
4686 if ( pNewCell ) in Clone()
4688 ScBaseCell* pClonedNewCell = pNewCell->CloneWithoutNote( *pDocument ); in Clone()