Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dinvmerge.cxx73 size_t nOtherPos = nComparePos + 1; in Flush() local
75 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()
/trunk/main/sc/source/core/data/
H A Dattarray.cxx2008 SCSIZE nOtherPos = 0; in IsVisibleEqual() local
2012 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() local
2050 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 30 milliseconds