Searched refs:nElementNew (Results 1 – 1 of 1) sorted by relevance
295 sal_uInt16 nElementNew = lcl_canGrow( nElement); in GrowElement() local296 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