Lines Matching refs:ScBaseCell

1424             ScBaseCell* pTempOldCell, ScDocument* pDoc, const String& sOldValue )  in IMPL_FIXEDMEMPOOL_NEWDEL()
1443 ScBaseCell* pTempNewCell, const ScBigRange& aBigRangeP, in ScChangeActionContent()
1506 void ScChangeActionContent::SetOldValue( const ScBaseCell* pCell, in SetOldValue()
1514 void ScChangeActionContent::SetOldValue( const ScBaseCell* pCell, in SetOldValue()
1522 void ScChangeActionContent::SetNewValue( const ScBaseCell* pCell, in SetNewValue()
1530 void ScChangeActionContent::SetOldNewCells( ScBaseCell* pOldCellP, in SetOldNewCells()
1531 sal_uLong nOldFormat, ScBaseCell* pNewCellP, in SetOldNewCells()
1540 void ScChangeActionContent::SetNewCell( ScBaseCell* pCell, ScDocument* pDoc, const String& rFormatt… in SetNewCell()
1551 void ScChangeActionContent::SetValueString( String& rValue, ScBaseCell*& pCell, in SetValueString()
1636 const ScBaseCell* pCell = GetNewCell(); in GetRefString()
1744 const ScBaseCell* pCell, const ScDocument* pDoc, const ScAddress& rPos ) in GetStringOfCell()
1760 const ScBaseCell* pCell, const ScDocument* pDoc, sal_uLong nFormat ) in GetStringOfCell()
1792 ScChangeActionContentCellType ScChangeActionContent::GetContentCellType( const ScBaseCell* pCell ) in GetContentCellType()
1828 sal_Bool ScChangeActionContent::NeedsNumberFormat( const ScBaseCell* pCell ) in NeedsNumberFormat()
1835 void ScChangeActionContent::SetValue( String& rStr, ScBaseCell*& pCell, in SetValue()
1836 const ScAddress& rPos, const ScBaseCell* pOrgCell, in SetValue()
1845 void ScChangeActionContent::SetValue( String& rStr, ScBaseCell*& pCell, in SetValue()
1846 sal_uLong nFormat, const ScBaseCell* pOrgCell, in SetValue()
1879 void ScChangeActionContent::SetCell( String& rStr, ScBaseCell* pCell, in SetCell()
1907 const String& rValue, const ScBaseCell* pCell ) const in GetValueString()
1971 void ScChangeActionContent::PutValueToDoc( ScBaseCell* pCell, in PutValueToDoc()
2691 ScBaseCell* pCell = aIter.GetFirst(); in LookUpContents()
2725 sal_Bool ScChangeTrack::IsMatrixFormulaRangeDifferent( const ScBaseCell* pOldCell, in IsMatrixFormulaRangeDifferent()
2726 const ScBaseCell* pNewCell ) in IsMatrixFormulaRangeDifferent()
2743 const String& rNewValue, ScBaseCell* pOldCell ) in AppendContent()
2760 const ScBaseCell* pOldCell, sal_uLong nOldFormat, ScDocument* pRefDoc ) in AppendContent()
2767 ScBaseCell* pNewCell = pDoc->GetCell( rPos ); in AppendContent()
2785 ScBaseCell* pOldCell = pRefDoc->GetCell( rPos ); in AppendContent()
2788 ScBaseCell* pNewCell = pDoc->GetCell( rPos ); in AppendContent()
2803 const ScBaseCell* pOldCell ) in AppendContent()
2954 const ScAddress& rPos, ScBaseCell* pOldCell, ScBaseCell* pNewCell, in AppendContentOnTheFly()
2991 const ScAddress& rPos, const ScBaseCell* pCell, in GenerateDelContent()
3085 const ScBaseCell* pCell = ((ScChangeActionContent*)pAct)->GetNewCell(); in Dependencies()
4232 const ScBaseCell* pCell = (bOldest ? pContent->GetOldCell() : in SelectContent()
4530 sal_uLong ScChangeTrack::AddLoadedGenerated(ScBaseCell* pNewCell, const ScBigRange& aBigRange, cons… in AddLoadedGenerated()
4582 const ScBaseCell* pNewCell = pContent->GetNewCell(); in Clone()
4585 ScBaseCell* pClonedNewCell = pNewCell->CloneWithoutNote( *pDocument ); in Clone()
4668 const ScBaseCell* pOldCell = pContent->GetOldCell(); in Clone()
4669ScBaseCell* pClonedOldCell = pOldCell ? pOldCell->CloneWithoutNote( *pDocument ) : 0; in Clone()
4685 const ScBaseCell* pNewCell = pContent->GetNewCell(); in Clone()
4688 ScBaseCell* pClonedNewCell = pNewCell->CloneWithoutNote( *pDocument ); in Clone()