Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dtokstack.cxx295 sal_uInt16 nElementNew = lcl_canGrow( nElement); in GrowElement() local
296 if (!nElementNew) in GrowElement()
300 sal_uInt16* pElementNew = new (::std::nothrow) sal_uInt16[ nElementNew ]; in GrowElement()
301 E_TYPE* pTypeNew = new (::std::nothrow) E_TYPE[ nElementNew ]; in GrowElement()
302 sal_uInt16* pSizeNew = new (::std::nothrow) sal_uInt16[ nElementNew ]; in GrowElement()
318 nElement = nElementNew; in GrowElement()

Completed in 16 milliseconds