Lines Matching refs:j

275 	for ( sal_uLong j = 0; j < nListCount; j++ )  in Find()  local
277 ScRange* pR = GetObject( j ); in Find()
290 for ( sal_uLong j = 0; j < nListCount; j++ ) in ScRangeList() local
291 Append( *rList.GetObject( j ) ); in ScRangeList()
300 for ( sal_uLong j = 0; j < nListCount; j++ ) in operator =() local
301 Append( *rList.GetObject( j ) ); in operator =()
310 for ( sal_uLong j = 0; j < nListCount; j++ ) in Intersects() local
311 if ( GetObject(j)->Intersects( rRange ) ) in Intersects()
321 for ( sal_uLong j = 0; j < nListCount; j++ ) in In() local
322 if ( GetObject(j)->In( rRange ) ) in In()
333 for ( sal_uLong j = 0; j < nListCount; j++ ) in GetCellCount() local
335 ScRange* pR = GetObject( j ); in GetCellCount()
496 for ( sal_uInt16 j=0; j<2; j++ ) in UpdateReference() local
498 ScRange& rRange = pR->GetRange(j); in UpdateReference()
548 for ( sal_uLong j = 0; j < nListCount; j++ ) in Find() local
550 ScRangePair* pR = GetObject( j ); in Find()
561 for ( sal_uLong j = 0; j < nListCount; j++ ) in Find() local
563 ScRangePair* pR = GetObject( j ); in Find()
575 for ( sal_uLong j = 0; j < nListCount; j++ ) in Clone() local
577 pNew->Append( *GetObject( j ) ); in Clone()
671 sal_uLong j; in CreateNameSortedArray() local
672 for ( j=0; j < nListCount; j++ ) in CreateNameSortedArray()
674 pSortArray[j].pPair = GetObject( j ); in CreateNameSortedArray()
675 pSortArray[j].pDoc = pDoc; in CreateNameSortedArray()
684 for ( j=0; j < nListCount; j++ ) in CreateNameSortedArray()
686 ppSortArray[j] = pSortArray[j].pPair; in CreateNameSortedArray()