Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dbcaslot.cxx488 ppSlots = new ScBroadcastAreaSlot* [ nBcaSlots ]; in TableSlots()
495 for ( ScBroadcastAreaSlot** pp = ppSlots + nBcaSlots; --pp >= ppSlots; /* nothing */ ) in ~TableSlots()
500 delete [] ppSlots; in ~TableSlots()
574 pp = ppSlots + nOff; in ComputeNextSlot()
605 ScBroadcastAreaSlot** pp = ppSlots + nOff; in StartListeningArea()
657 ScBroadcastAreaSlot** pp = ppSlots + nOff; in EndListeningArea()
725 ScBroadcastAreaSlot** pp = ppSlots + nOff; in AreaBroadcastInRange()
749 ScBroadcastAreaSlot** pp = ppSlots + nOff; in DelBroadcastAreasInRange()
789 ScBroadcastAreaSlot** pp = ppSlots + nOff; in UpdateBroadcastAreas()
834 ScBroadcastAreaSlot** pp = ppSlots + nOff; in UpdateBroadcastAreas()
[all …]
/trunk/main/sc/source/core/inc/
H A Dbcaslot.hxx218 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

Completed in 14 milliseconds