Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dtokstack.cxx201 sal_uInt16 nP_DblNew = lcl_canGrow( nP_Dbl); in GrowDouble() local
202 if (!nP_DblNew) in GrowDouble()
206 double* pP_DblNew = new (::std::nothrow) double[ nP_DblNew ]; in GrowDouble()
213 nP_Dbl = nP_DblNew; in GrowDouble()

Completed in 13 milliseconds