Searched refs:aSlotDistribution (Results 1 – 1 of 1) sorted by relevance
86 static ScSlotDistribution aSlotDistribution( ScSlotData( 0, MAXROWCOUNT, BCA_SLOT_ROWS, 0)); variable116 static ScSlotDistribution aSlotDistribution; variable118 static SCSIZE nBcaSlots = initSlotDistribution( aSlotDistribution, nBcaSlotsRow) * BCA_SLOTS_COL;536 for (size_t i=0; i < aSlotDistribution.size(); ++i) in ComputeSlotOffset()538 if (nRow < aSlotDistribution[i].nStopRow) in ComputeSlotOffset()540 const ScSlotData& rSD = aSlotDistribution[i]; in ComputeSlotOffset()
Completed in 14 milliseconds