Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/core/data/
H A Ddpoutput.cxx820 long nThisColCount = pRowAry[nRow].getLength(); in Output() local
821 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() local
885 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 34 milliseconds