Searched refs:nThisRowCount (Results 1 – 1 of 1) sorted by relevance
940 long nThisRowCount = rSequence.getLength(); in Output() local941 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 25 milliseconds