Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dtokstack.cxx254 ScSingleRefData** ppP_RefTrNew = new (::std::nothrow) ScSingleRefData *[ nP_RefTrNew ]; in GrowTripel() local
255 if (!ppP_RefTrNew) in GrowTripel()
259 ppP_RefTrNew[ nL ] = ppP_RefTr[ nL ]; in GrowTripel()
261 ppP_RefTrNew[ nL ] = NULL; in GrowTripel()
266 ppP_RefTr = ppP_RefTrNew; in GrowTripel()

Completed in 19 milliseconds