Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dbcaslot.cxx88 static SCSIZE nBcaSlots = BCA_SLOTS_DEFINE; variable
118 static SCSIZE nBcaSlots = initSlotDistribution( aSlotDistribution, nBcaSlotsRow) * BCA_SLOTS_COL; variable
488 ppSlots = new ScBroadcastAreaSlot* [ nBcaSlots ]; in TableSlots()
489 memset( ppSlots, 0 , sizeof( ScBroadcastAreaSlot* ) * nBcaSlots ); in TableSlots()
495 for ( ScBroadcastAreaSlot** pp = ppSlots + nBcaSlots; --pp >= ppSlots; /* nothing */ ) in ~TableSlots()
547 return nBcaSlots - 1; in ComputeSlotOffset()
659 if (nOff == 0 && nEnd == nBcaSlots-1) in EndListeningArea()
750 if (nOff == 0 && nEnd == nBcaSlots-1) in DelBroadcastAreasInRange()
790 if (nOff == 0 && nEnd == nBcaSlots-1) in UpdateBroadcastAreas()

Completed in 18 milliseconds