Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/core/data/
H A Ddpoutput.cxx940 long nThisRowCount = rSequence.getLength(); in Output() local
941 DBG_ASSERT( nThisRowCount == nRowCount, "count mismatch" ); //! ??? in Output()
942 for (long nRow=0; nRow<nThisRowCount; nRow++) in Output()
952 … while ( nEnd+1 < nThisRowCount && ( pArray[nEnd+1].Flags & sheet::MemberResultFlags::CONTINUE ) ) in Output()

Completed in 26 milliseconds