Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dtokstack.cxx110 ppP_Matrix = new ScMatrix*[ nP_Matrix ]; in TokenPool()
111 memset( ppP_Matrix, 0, sizeof( ScMatrix* ) * nP_Matrix ); in TokenPool()
148 if( ppP_Matrix[ n ] ) in ~TokenPool()
149 ppP_Matrix[ n ]->DecRef( ); in ~TokenPool()
151 delete[] ppP_Matrix; in ~TokenPool()
381 memcpy( ppNew, ppP_Matrix, sizeof( ScMatrix* ) * nP_Matrix ); in GrowMatrix()
383 delete[] ppP_Matrix; in GrowMatrix()
384 ppP_Matrix = ppNew; in GrowMatrix()
490 ScMatrix* p = ( n < nP_Matrix )? ppP_Matrix[ n ] : NULL; in GetElement()
832 ppP_Matrix[ nP_MatrixAkt ] = pM; in StoreMatrix()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dtokstack.hxx131 ScMatrix** ppP_Matrix; // Pool fuer Matricies member in TokenPool

Completed in 15 milliseconds