Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dtokstack.cxx106 ppP_Nlf = new NLFCONT*[ nP_Nlf ]; in TokenPool()
107 memset( ppP_Nlf, 0, sizeof( NLFCONT* ) * nP_Nlf ); in TokenPool()
143 delete ppP_Nlf[ n ]; in ~TokenPool()
144 delete[] ppP_Nlf; in ~TokenPool()
361 memcpy( ppNew, ppP_Nlf, sizeof( NLFCONT* ) * nP_Nlf ); in GrowNlf()
363 delete[] ppP_Nlf; in GrowNlf()
364 ppP_Nlf = ppNew; in GrowNlf()
479 NLFCONT* p = ( n < nP_Nlf )? ppP_Nlf[ n ] : NULL; in GetElement()
802 if( ppP_Nlf[ nP_NlfAkt ] ) in StoreNlf()
804 ppP_Nlf[ nP_NlfAkt ]->aRef = rTr; in StoreNlf()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dtokstack.hxx127 NLFCONT** ppP_Nlf; member in TokenPool

Completed in 32 milliseconds