Searched refs:nMaxSlots (Results 1 – 1 of 1) sorted by relevance
2213 const SCSIZE nMaxSlots = 0xffe0 / sizeof( ScChangeActionContent* ) - 2; in InitContentRowsPerSlot() local2214 SCROW nRowsPerSlot = (MAXROWCOUNT) / nMaxSlots; in InitContentRowsPerSlot()2215 if ( nRowsPerSlot * nMaxSlots < sal::static_int_cast<SCSIZE>(MAXROWCOUNT) ) in InitContentRowsPerSlot()
Completed in 29 milliseconds