Home
last modified time | relevance | path

Searched refs:pOtherCell (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddocumen4.cxx777 const ScBaseCell* pOtherCell = rOtherDoc.GetCell( ScAddress( nOtherCol, nOtherRow, nOtherTab ) ); in RowDifferences() local
778 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() local
1178 pOtherCell = rOtherDoc.GetCell( aOtherPos ); in CompareDocument()
1180 if ( !ScBaseCell::CellEqual( pThisCell, pOtherCell ) ) in CompareDocument()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx3698 const ScBaseCell* pOtherCell = pDoc->GetCell( aCmpAddr ); in QueryDifferences_Impl() local
3701 if ( !ScBaseCell::CellEqual( pCell, pOtherCell ) ) in QueryDifferences_Impl()

Completed in 67 milliseconds