Lines Matching refs:nColCount

45 	nColCount = nC;  in CreateMatrix()
47 SCSIZE nCount = nColCount * nRowCount; in CreateMatrix()
51 nColCount = nRowCount = 1; in CreateMatrix()
74 ScMatrix* pScMat = new ScMatrix( nColCount, nRowCount); in Clone()
128 SCSIZE nCount = nColCount * nRowCount; in ScMatrix()
171 SCSIZE nCount = nColCount * nRowCount; in Store()
189 rStream << (sal_uInt16) nColCount; in Store()
223 SCSIZE nCount = nColCount * nRowCount; in ResetIsString()
242 SCSIZE nCount = nColCount * nRowCount; in DeleteIsString()
508 if (nColCount > mRes.nColCount || nRowCount > mRes.nRowCount) in MatCopy()
512 else if ( nColCount == mRes.nColCount && nRowCount == mRes.nRowCount ) in MatCopy()
518 for (SCSIZE i = 0; i < nColCount; i++) in MatCopy()
536 SCSIZE nCount = nColCount * nRowCount; in MatCopy()
548 for (SCSIZE i = 0; i < nColCount; i++) in MatCopy()
567 for (SCSIZE i = 0; i < nColCount; i++) in MatCopy()
580 if (nColCount != mRes.nRowCount || nRowCount != mRes.nColCount) in MatTrans()
590 for ( SCSIZE i = 0; i < nColCount; i++ ) in MatTrans()
608 for ( SCSIZE i = 0; i < nColCount; i++ ) in MatTrans()
667 if ( nC1 == 0 && nR1 == 0 && nC2 == nColCount-1 && nR2 == nRowCount-1 ) in FillDouble()
669 SCSIZE nEnd = nColCount * nRowCount; in FillDouble()
692 SCSIZE n = nColCount * nRowCount; in CompareEqual()
710 SCSIZE n = nColCount * nRowCount; in CompareNotEqual()
728 SCSIZE n = nColCount * nRowCount; in CompareLess()
746 SCSIZE n = nColCount * nRowCount; in CompareGreater()
764 SCSIZE n = nColCount * nRowCount; in CompareLessEqual()
782 SCSIZE n = nColCount * nRowCount; in CompareGreaterEqual()
800 SCSIZE n = nColCount * nRowCount; in And()
831 SCSIZE n = nColCount * nRowCount; in Or()
860 SCSIZE n = nColCount * nRowCount; in Xor()