Searched refs:nP_Matrix (Results 1 – 2 of 2) sorted by relevance
109 nP_Matrix = 16; in TokenPool()110 ppP_Matrix = new ScMatrix*[ nP_Matrix ]; in TokenPool()111 memset( ppP_Matrix, 0, sizeof( ScMatrix* ) * nP_Matrix ); in TokenPool()146 for( n = 0 ; n < nP_Matrix ; n++ ) in ~TokenPool()372 sal_uInt16 nNewSize = lcl_canGrow( nP_Matrix); in GrowMatrix()381 memcpy( ppNew, ppP_Matrix, sizeof( ScMatrix* ) * nP_Matrix ); in GrowMatrix()385 nP_Matrix = nNewSize; in GrowMatrix()490 ScMatrix* p = ( n < nP_Matrix )? ppP_Matrix[ n ] : NULL; in GetElement()823 if( nP_MatrixAkt >= nP_Matrix ) in StoreMatrix()
132 sal_uInt16 nP_Matrix; member in TokenPool
Completed in 21 milliseconds