Searched refs:nScCols (Results 1 – 1 of 1) sorted by relevance
1300 SCSIZE nScCols, nScRows; in ProcessMatrix() local1301 pMatrix->GetDimensions( nScCols, nScRows ); in ProcessMatrix()1302 …DBG_ASSERT( (nScCols > 0) && (nScRows > 0), "XclExpFmlaCompImpl::ProcessMatrix - invalid matrix si… in ProcessMatrix()1303 sal_uInt16 nCols = ::limit_cast< sal_uInt16 >( nScCols, 0, 256 ); in ProcessMatrix()1317 for( SCSIZE nScCol = 0; nScCol < nScCols; ++nScCol ) in ProcessMatrix()