Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dtokstack.cxx248 sal_uInt16 nP_RefTrNew = lcl_canGrow( nP_RefTr, nByMin); in GrowTripel() local
249 if (!nP_RefTrNew) in GrowTripel()
254 ScSingleRefData** ppP_RefTrNew = new (::std::nothrow) ScSingleRefData *[ nP_RefTrNew ]; in GrowTripel()
260 for( nL = nP_RefTr ; nL < nP_RefTrNew ; nL++ ) in GrowTripel()
263 nP_RefTr = nP_RefTrNew; in GrowTripel()

Completed in 18 milliseconds