Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/excel/
H A Dtokstack.cxx105 nP_Nlf = 16; in TokenPool()
106 ppP_Nlf = new NLFCONT*[ nP_Nlf ]; in TokenPool()
107 memset( ppP_Nlf, 0, sizeof( NLFCONT* ) * nP_Nlf ); in TokenPool()
142 for( n = 0 ; n < nP_Nlf ; n++ ) in ~TokenPool()
352 sal_uInt16 nNewSize = lcl_canGrow( nP_Nlf); in GrowNlf()
361 memcpy( ppNew, ppP_Nlf, sizeof( NLFCONT* ) * nP_Nlf ); in GrowNlf()
365 nP_Nlf = nNewSize; in GrowNlf()
479 NLFCONT* p = ( n < nP_Nlf )? ppP_Nlf[ n ] : NULL; in GetElement()
795 if( nP_NlfAkt >= nP_Nlf ) in StoreNlf()
/aoo4110/main/sc/source/filter/inc/
H A Dtokstack.hxx128 sal_uInt16 nP_Nlf; member in TokenPool

Completed in 42 milliseconds