Searched refs:pOtherCell (Results 1 – 2 of 2) sorted by relevance
777 const ScBaseCell* pOtherCell = rOtherDoc.GetCell( ScAddress( nOtherCol, nOtherRow, nOtherTab ) ); in RowDifferences() local778 if (!ScBaseCell::CellEqual( pThisCell, pOtherCell )) in RowDifferences()780 if ( pThisCell && pOtherCell ) in RowDifferences()787 ( pOtherCell && pOtherCell->GetCellType()!=CELLTYPE_NOTE ) ) in RowDifferences()819 if (!ScBaseCell::CellEqual( pThisCell, pOtherCell )) in ColDifferences()821 if ( pThisCell && pOtherCell ) in ColDifferences()828 ( pOtherCell && pOtherCell->GetCellType()!=CELLTYPE_NOTE ) ) in ColDifferences()1174 const ScBaseCell* pOtherCell = NULL; in CompareDocument() local1178 pOtherCell = rOtherDoc.GetCell( aOtherPos ); in CompareDocument()1180 if ( !ScBaseCell::CellEqual( pThisCell, pOtherCell ) ) in CompareDocument()[all …]
3698 const ScBaseCell* pOtherCell = pDoc->GetCell( aCmpAddr ); in QueryDifferences_Impl() local3701 if ( !ScBaseCell::CellEqual( pCell, pOtherCell ) ) in QueryDifferences_Impl()
Completed in 51 milliseconds