Searched refs:aCmpIter (Results 1 – 2 of 2) sorted by relevance
516 Int32PairList_Impl::const_iterator aCmpIter( rCmp.maExtents.begin() ); in CompareExtents() local519 if( *aIter != *aCmpIter ) in CompareExtents()523 ++aCmpIter; in CompareExtents()
3647 ScCellIterator aCmpIter( pDoc, aCmpRange ); in QueryDifferences_Impl() local3648 ScBaseCell* pCmpCell = aCmpIter.GetFirst(); in QueryDifferences_Impl()3653 …ROW nCellPos = bColumnDiff ? static_cast<SCCOLROW>(aCmpIter.GetCol()) : static_cast<SCCOLROW>(aCmp… in QueryDifferences_Impl()3679 pCmpCell = aCmpIter.GetNext(); in QueryDifferences_Impl()
Completed in 128 milliseconds