Home
last modified time | relevance | path

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

/trunk/main/sc/inc/
H A Dcompressedarray.hxx250 bool NextRange();
315 return NextRange(); in operator ++()
327 bool ScCompressedArrayIterator<A,D>::NextRange() in NextRange() function in ScCompressedArrayIterator
587 SC_DLLPUBLIC bool NextRange();
640 return NextRange(); in operator ++()
/trunk/main/sc/source/core/data/
H A Dcompressedarray.cxx798 bAdv = NextRange(); in Follow()
830 bFound = aIter1.NextRange(); in InitLimits()
848 bool ScCoupledCompressedArrayIterator<A,D,S>::NextRange() in NextRange() function in ScCoupledCompressedArrayIterator
857 bAdv = aIter1.NextRange(); in NextRange()
867 bAdv = aIter2.NextRange(); in NextRange()

Completed in 16 milliseconds