Searched refs:ScCompressedArrayIterator (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sc/inc/ |
H A D | compressedarray.hxx | 125 friend class ScCompressedArrayIterator<A,D>; 272 ScCompressedArrayIterator<A,D>::ScCompressedArrayIterator( in ScCompressedArrayIterator() function in ScCompressedArrayIterator 300 A ScCompressedArrayIterator<A,D>::GetIterEnd() const in GetIterEnd() 307 bool ScCompressedArrayIterator<A,D>::operator++() in operator ++() 320 A ScCompressedArrayIterator<A,D>::GetPos() const in GetPos() 327 bool ScCompressedArrayIterator<A,D>::NextRange() in NextRange() 345 ScCompressedArrayIterator<A,D>::operator bool() const 370 A ScCompressedArrayIterator<A,D>::GetRangeEnd() const in GetRangeEnd() 378 void ScCompressedArrayIterator<A,D>::Resync( A nPos ) in Resync() 593 ScCompressedArrayIterator<A,D> aIter1; [all …]
|
/aoo41x/main/sc/source/core/data/ |
H A D | compressedarray.cxx | 786 void ScCompressedArrayIterator<A,D>::Follow( in Follow() 787 const ScCompressedArrayIterator<A,X>& rIter ) in Follow() 898 template void ScCompressedArrayIterator< SCROW, sal_uInt16>::Follow( 899 const ScCompressedArrayIterator< SCROW, sal_uInt8>&);
|
Completed in 47 milliseconds