Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dbcaslot.cxx86 static ScSlotDistribution aSlotDistribution( ScSlotData( 0, MAXROWCOUNT, BCA_SLOT_ROWS, 0)); variable
116 static ScSlotDistribution aSlotDistribution; variable
118 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 15 milliseconds