Lines Matching refs:ScBaseCell
202 pTab[i]->PutCell(j, k, (ScBaseCell*) pCell); in InsertMatrixFormula()
625 ScBaseCell* pCell = ((ScDocument*)this)->GetCell(ScAddress(nCol,nRow,nTab)); in GetEffItem()
649 ScBaseCell* pCell = ((ScDocument*)this)->GetCell(ScAddress(nCol,nRow,nTab)); in GetCondResult()
776 const ScBaseCell* pThisCell = GetCell( ScAddress( nThisCol, nThisRow, nThisTab ) ); in RowDifferences()
777 … const ScBaseCell* pOtherCell = rOtherDoc.GetCell( ScAddress( nOtherCol, nOtherRow, nOtherTab ) ); in RowDifferences()
778 if (!ScBaseCell::CellEqual( pThisCell, pOtherCell )) in RowDifferences()
817 const ScBaseCell* pThisCell = GetCell( ScAddress( nThisCol, nThisRow, nThisTab ) ); in ColDifferences()
818 … const ScBaseCell* pOtherCell = rOtherDoc.GetCell( ScAddress( nOtherCol, nOtherRow, nOtherTab ) ); in ColDifferences()
819 if (!ScBaseCell::CellEqual( pThisCell, pOtherCell )) in ColDifferences()
1173 const ScBaseCell* pThisCell = GetCell( aThisPos ); in CompareDocument()
1174 const ScBaseCell* pOtherCell = NULL; in CompareDocument()
1180 if ( !ScBaseCell::CellEqual( pThisCell, pOtherCell ) ) in CompareDocument()