Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dtokstack.cxx158 static sal_uInt16 lcl_canGrow( sal_uInt16 nOld, sal_uInt16 nByMin = 1 ) in lcl_canGrow() argument
161 return nByMin ? nByMin : 1; in lcl_canGrow()
165 static_cast<sal_uInt32>(nOld) + nByMin); in lcl_canGrow()
168 if (nNew - nByMin < nOld) in lcl_canGrow()
246 bool TokenPool::GrowTripel( sal_uInt16 nByMin ) in GrowTripel() argument
248 sal_uInt16 nP_RefTrNew = lcl_canGrow( nP_RefTr, nByMin); in GrowTripel()
/trunk/main/sc/source/filter/inc/
H A Dtokstack.hxx179 bool GrowTripel( sal_uInt16 nByMin = 1 );

Completed in 13 milliseconds