Home
last modified time | relevance | path

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

/trunk/main/sc/inc/
H A Dcompressedarray.hxx241 void NewLimits( A nStart, A nEnd );
277 NewLimits( nStart, nEnd); in ScCompressedArrayIterator()
282 void ScCompressedArrayIterator<A,D>::NewLimits( A nStart, A nEnd ) in NewLimits() function in ScCompressedArrayIterator
580 void NewLimits( A nStart, A nEnd );
/trunk/main/sc/source/core/data/
H A Dcompressedarray.cxx839 void ScCoupledCompressedArrayIterator<A,D,S>::NewLimits( A nStart, A nEnd ) in NewLimits() function in ScCoupledCompressedArrayIterator
841 aIter1.NewLimits( nStart, nEnd); in NewLimits()
842 aIter2.NewLimits( nStart, nEnd); in NewLimits()

Completed in 19 milliseconds