Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxeformula.cxx1300 SCSIZE nScCols, nScRows; in ProcessMatrix() local
1301 pMatrix->GetDimensions( nScCols, nScRows ); in ProcessMatrix()
1302 …DBG_ASSERT( (nScCols > 0) && (nScRows > 0), "XclExpFmlaCompImpl::ProcessMatrix - invalid matrix si… in ProcessMatrix()
1304 sal_uInt16 nRows = ::limit_cast< sal_uInt16 >( nScRows, 0, 1024 ); in ProcessMatrix()
1315 for( SCSIZE nScRow = 0; nScRow < nScRows; ++nScRow ) in ProcessMatrix()