Searched refs:nThisColCount (Results 1 – 1 of 1) sorted by relevance
820 long nThisColCount = pRowAry[nRow].getLength(); in Output() local821 DBG_ASSERT( nThisColCount == nColCount, "count mismatch" ); //! ??? in Output()822 for (long nCol=0; nCol<nThisColCount; nCol++) in Output()884 long nThisColCount = rSequence.getLength(); in Output() local885 DBG_ASSERT( nThisColCount == nColCount, "count mismatch" ); //! ??? in Output()886 for (long nCol=0; nCol<nThisColCount; nCol++) in Output()896 … while ( nEnd+1 < nThisColCount && ( pArray[nEnd+1].Flags & sheet::MemberResultFlags::CONTINUE ) ) in Output()
Completed in 31 milliseconds