Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/data/
H A Dbcaslot.cxx124 ScBroadcastAreaSlotMachine* pBASMa ) : in ScBroadcastAreaSlot()
486 ScBroadcastAreaSlotMachine::TableSlots::TableSlots() in TableSlots()
493 ScBroadcastAreaSlotMachine::TableSlots::~TableSlots() in ~TableSlots()
504 ScBroadcastAreaSlotMachine::ScBroadcastAreaSlotMachine( in ScBroadcastAreaSlotMachine() function in ScBroadcastAreaSlotMachine
515 ScBroadcastAreaSlotMachine::~ScBroadcastAreaSlotMachine() in ~ScBroadcastAreaSlotMachine()
526 inline SCSIZE ScBroadcastAreaSlotMachine::ComputeSlotOffset( in ComputeSlotOffset()
551 void ScBroadcastAreaSlotMachine::ComputeAreaPoints( const ScRange& rRange, in ComputeAreaPoints()
580 void ScBroadcastAreaSlotMachine::StartListeningArea( const ScRange& rRange, in StartListeningArea()
629 void ScBroadcastAreaSlotMachine::EndListeningArea( const ScRange& rRange, in EndListeningArea()
684 sal_Bool ScBroadcastAreaSlotMachine::AreaBroadcast( const ScHint& rHint ) const in AreaBroadcast()
[all …]
H A Ddocumen2.cxx240 pBASM = new ScBroadcastAreaSlotMachine( this ); in ScDocument()
/AOO41X/main/sc/source/core/inc/
H A Dbcaslot.hxx120 class ScBroadcastAreaSlotMachine;
129 ScBroadcastAreaSlotMachine* pBASM;
145 ScBroadcastAreaSlotMachine* pBASM );
197 class ScBroadcastAreaSlotMachine class
252 ScBroadcastAreaSlotMachine( ScDocument* pDoc );
253 ~ScBroadcastAreaSlotMachine();
280 ScBroadcastAreaSlotMachine* pBASM;
282 explicit ScBulkBroadcast( ScBroadcastAreaSlotMachine* p ) : pBASM(p) in ScBulkBroadcast()
/AOO41X/main/sc/inc/
H A Ddocument.hxx85 class ScBroadcastAreaSlotMachine;
285 ScBroadcastAreaSlotMachine* pBASM; // BroadcastAreas
1604 ScBroadcastAreaSlotMachine* GetBASM() const { return pBASM; } in GetBASM()