Lines Matching refs:pThisCell
776 const ScBaseCell* pThisCell = GetCell( ScAddress( nThisCol, nThisRow, nThisTab ) ); in RowDifferences() local
778 if (!ScBaseCell::CellEqual( pThisCell, pOtherCell )) in RowDifferences()
780 if ( pThisCell && pOtherCell ) in RowDifferences()
786 if ( ( pThisCell && pThisCell->GetCellType()!=CELLTYPE_NOTE ) || in RowDifferences()
817 const ScBaseCell* pThisCell = GetCell( ScAddress( nThisCol, nThisRow, nThisTab ) ); in ColDifferences() local
819 if (!ScBaseCell::CellEqual( pThisCell, pOtherCell )) in ColDifferences()
821 if ( pThisCell && pOtherCell ) in ColDifferences()
827 if ( ( pThisCell && pThisCell->GetCellType()!=CELLTYPE_NOTE ) || in ColDifferences()
1173 const ScBaseCell* pThisCell = GetCell( aThisPos ); in CompareDocument() local
1180 if ( !ScBaseCell::CellEqual( pThisCell, pOtherCell ) ) in CompareDocument()
1185 pAction->SetNewValue( pThisCell, this ); in CompareDocument()