Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx2214 SCROW nRowsPerSlot = (MAXROWCOUNT) / nMaxSlots; in InitContentRowsPerSlot() local
2215 if ( nRowsPerSlot * nMaxSlots < sal::static_int_cast<SCSIZE>(MAXROWCOUNT) ) in InitContentRowsPerSlot()
2216 ++nRowsPerSlot; in InitContentRowsPerSlot()
2217 return nRowsPerSlot; in InitContentRowsPerSlot()

Completed in 33 milliseconds