Searched refs:ppSlots (Results 1 – 2 of 2) sorted by relevance
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()500 delete [] ppSlots; in ~TableSlots()563 SCSIZE & nStart, ScBroadcastAreaSlot** const & ppSlots, SCSIZE const & nRowBreak ) in ComputeNextSlot() argument574 pp = ppSlots + nOff; in ComputeNextSlot()600 ScBroadcastAreaSlot** ppSlots = (*iTab).second->getSlots(); in StartListeningArea() local605 ScBroadcastAreaSlot** pp = ppSlots + nOff; in StartListeningArea()622 ComputeNextSlot( nOff, nBreak, pp, nStart, ppSlots, nRowBreak); in StartListeningArea()652 ScBroadcastAreaSlot** ppSlots = (*iTab).second->getSlots(); in EndListeningArea() local[all …]
218 inline ScBroadcastAreaSlot** getSlots() { return ppSlots; } in getSlots()225 inline ScBroadcastAreaSlot* getAreaSlot( SCSIZE nOff ) { return *(ppSlots + nOff); } in getAreaSlot()228 ScBroadcastAreaSlot** ppSlots; member in ScBroadcastAreaSlotMachine::TableSlots