Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/access/
H A Dacctable.cxx516 Int32PairList_Impl::const_iterator aCmpIter( rCmp.maExtents.begin() ); in CompareExtents() local
519 if( *aIter != *aCmpIter ) in CompareExtents()
523 ++aCmpIter; in CompareExtents()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx3647 ScCellIterator aCmpIter( pDoc, aCmpRange ); in QueryDifferences_Impl() local
3648 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 80 milliseconds