Searched refs:nRowsPerSlot (Results 1 – 1 of 1) sorted by relevance
2214 SCROW nRowsPerSlot = (MAXROWCOUNT) / nMaxSlots; in InitContentRowsPerSlot() local2215 if ( nRowsPerSlot * nMaxSlots < sal::static_int_cast<SCSIZE>(MAXROWCOUNT) ) in InitContentRowsPerSlot()2216 ++nRowsPerSlot; in InitContentRowsPerSlot()2217 return nRowsPerSlot; in InitContentRowsPerSlot()
Completed in 21 milliseconds