Searched refs:nRowsP (Results 1 – 2 of 2) sorted by relevance
78 ScJumpMatrix( SCSIZE nColsP, SCSIZE nRowsP ) in ScJumpMatrix() argument79 : pJump( new ScJumpMatrixEntry[ nColsP * nRowsP ] ) in ScJumpMatrix()80 , pMat( new ScMatrix( nColsP, nRowsP) ) in ScJumpMatrix()83 , nRows( nRowsP ) in ScJumpMatrix()87 , nResMatRows( nRowsP ) in ScJumpMatrix()
148 void ScXMLDDELinkContext::AddRowsToTable(const sal_Int32 nRowsP) in AddRowsToTable() argument150 for (sal_Int32 i = 0; i < nRowsP; ++i) in AddRowsToTable()
Completed in 32 milliseconds