Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dtokstack.cxx102 ppP_Ext = new EXTCONT*[ nP_Ext ]; in TokenPool()
103 memset( ppP_Ext, 0, sizeof( EXTCONT* ) * nP_Ext ); in TokenPool()
336 EXTCONT** ppNew = new (::std::nothrow) EXTCONT*[ nNewSize ]; in GrowExt()
340 memset( ppNew, 0, sizeof( EXTCONT* ) * nNewSize ); in GrowExt()
341 memcpy( ppNew, ppP_Ext, sizeof( EXTCONT* ) * nP_Ext ); in GrowExt()
463 EXTCONT* p = ( n < nP_Ext )? ppP_Ext[ n ] : NULL; in GetElement()
780 ppP_Ext[ nP_ExtAkt ] = new EXTCONT( e, r ); in Store()
/trunk/main/sc/source/filter/inc/
H A Dtokstack.hxx111 struct EXTCONT struct in TokenPool
115 EXTCONT( const DefTokenId e, const String& r ) : in EXTCONT() argument
118 EXTCONT** ppP_Ext;

Completed in 24 milliseconds