Searched refs:nOtherPos (Results 1 – 2 of 2) sorted by relevance
73 size_t nOtherPos = nComparePos + 1; in Flush() local75 while ( nOtherPos < pRects->size() ) in Flush()77 Rectangle aOtherRect = (*pRects)[nOtherPos]; in Flush()93 pRects->erase( pRects->begin() + nOtherPos ); in Flush()98 ++nOtherPos; in Flush()
2008 SCSIZE nOtherPos = 0; in IsVisibleEqual() local2012 rOther.Search( nStartRow, nOtherPos ); in IsVisibleEqual()2015 while ( nThisPos<nCount && nOtherPos<rOther.nCount && bEqual ) in IsVisibleEqual()2018 SCROW nOtherRow = rOther.pData[nOtherPos].nRow; in IsVisibleEqual()2020 const ScPatternAttr* pOtherPattern = rOther.pData[nOtherPos].pPattern; in IsVisibleEqual()2027 ++nOtherPos; in IsVisibleEqual()2046 SCSIZE nOtherPos = 0; in IsAllEqual() local2050 rOther.Search( nStartRow, nOtherPos ); in IsAllEqual()2053 while ( nThisPos<nCount && nOtherPos<rOther.nCount && bEqual ) in IsAllEqual()2056 SCROW nOtherRow = rOther.pData[nOtherPos].nRow; in IsAllEqual()[all …]
Completed in 25 milliseconds