Searched refs:pElementNew (Results 1 – 1 of 1) sorted by relevance
300 sal_uInt16* pElementNew = new (::std::nothrow) sal_uInt16[ nElementNew ]; in GrowElement() local303 if (!pElementNew || !pTypeNew || !pSizeNew) in GrowElement()305 delete [] pElementNew; in GrowElement()313 pElementNew[ nL ] = pElement[ nL ]; in GrowElement()323 pElement = pElementNew; in GrowElement()
Completed in 14 milliseconds