Home
last modified time | relevance | path

Searched refs:NLFCONT (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()
356 NLFCONT** ppNew = new (::std::nothrow) NLFCONT*[ nNewSize ]; in GrowNlf()
360 memset( ppNew, 0, sizeof( NLFCONT* ) * nNewSize ); in GrowNlf()
361 memcpy( ppNew, ppP_Nlf, sizeof( NLFCONT* ) * nP_Nlf ); in GrowNlf()
479 NLFCONT* p = ( n < nP_Nlf )? ppP_Nlf[ n ] : NULL; in GetElement()
807 ppP_Nlf[ nP_NlfAkt ] = new NLFCONT( rTr ); in StoreNlf()
/trunk/main/sc/source/filter/inc/
H A Dtokstack.hxx122 struct NLFCONT struct in TokenPool
125 NLFCONT( const ScSingleRefData& r ) : aRef( r ) {} in NLFCONT() function
127 NLFCONT** ppP_Nlf;

Completed in 13 milliseconds