Lines Matching refs:rRange

174 bool ScBroadcastAreaSlot::StartListeningArea( const ScRange& rRange,  in StartListeningArea()  argument
187 ScBroadcastAreas::const_iterator aIter( FindBroadcastArea( rRange)); in StartListeningArea()
192 rpArea = new ScBroadcastArea( rRange); in StartListeningArea()
229 void ScBroadcastAreaSlot::EndListeningArea( const ScRange& rRange, in EndListeningArea() argument
235 ScBroadcastAreas::const_iterator aIter( FindBroadcastArea( rRange)); in EndListeningArea()
254 ScBroadcastAreas::const_iterator aIter( FindBroadcastArea( rRange)); in EndListeningArea()
270 const ScRange& rRange ) const in FindBroadcastArea()
272 aTmpSeekBroadcastArea.UpdateRange( rRange); in FindBroadcastArea()
326 sal_Bool ScBroadcastAreaSlot::AreaBroadcastInRange( const ScRange& rRange, in AreaBroadcastInRange() argument
351 if (rAreaRange.Intersects( rRange )) in AreaBroadcastInRange()
375 void ScBroadcastAreaSlot::DelBroadcastAreasInRange( const ScRange& rRange ) in DelBroadcastAreasInRange() argument
383 if (rRange.In( rAreaRange)) in DelBroadcastAreasInRange()
401 const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateRemove() argument
409 rRange.GetVars( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2); in UpdateRemove()
551 void ScBroadcastAreaSlotMachine::ComputeAreaPoints( const ScRange& rRange, in ComputeAreaPoints() argument
554 rStart = ComputeSlotOffset( rRange.aStart ); in ComputeAreaPoints()
555 rEnd = ComputeSlotOffset( rRange.aEnd ); in ComputeAreaPoints()
558 ScAddress( rRange.aStart.Col(), rRange.aEnd.Row(), 0 ) ) - rStart; in ComputeAreaPoints()
580 void ScBroadcastAreaSlotMachine::StartListeningArea( const ScRange& rRange, in StartListeningArea() argument
584 if ( rRange == BCA_LISTEN_ALWAYS ) in StartListeningArea()
593 for (SCTAB nTab = rRange.aStart.Tab(); in StartListeningArea()
594 !bDone && nTab <= rRange.aEnd.Tab(); ++nTab) in StartListeningArea()
602 ComputeAreaPoints( rRange, nStart, nEnd, nRowBreak ); in StartListeningArea()
617 if (!(*pp)->StartListeningArea( rRange, pListener, pArea)) in StartListeningArea()
629 void ScBroadcastAreaSlotMachine::EndListeningArea( const ScRange& rRange, in EndListeningArea() argument
633 if ( rRange == BCA_LISTEN_ALWAYS ) in EndListeningArea()
648 SCTAB nEndTab = rRange.aEnd.Tab(); in EndListeningArea()
649 for (TableSlotsMap::iterator iTab( aTableSlotsMap.lower_bound( rRange.aStart.Tab())); in EndListeningArea()
654 ComputeAreaPoints( rRange, nStart, nEnd, nRowBreak ); in EndListeningArea()
667 (*pp)->EndListeningArea( rRange, pListener, pArea ); in EndListeningArea()
675 (*pp)->EndListeningArea( rRange, pListener, pArea ); in EndListeningArea()
712 sal_Bool ScBroadcastAreaSlotMachine::AreaBroadcastInRange( const ScRange& rRange, in AreaBroadcastInRange() argument
716 SCTAB nEndTab = rRange.aEnd.Tab(); in AreaBroadcastInRange()
717 for (TableSlotsMap::const_iterator iTab( aTableSlotsMap.lower_bound( rRange.aStart.Tab())); in AreaBroadcastInRange()
722 ComputeAreaPoints( rRange, nStart, nEnd, nRowBreak ); in AreaBroadcastInRange()
729 bBroadcasted |= (*pp)->AreaBroadcastInRange( rRange, rHint ); in AreaBroadcastInRange()
738 const ScRange& rRange ) in DelBroadcastAreasInRange() argument
740 SCTAB nEndTab = rRange.aEnd.Tab(); in DelBroadcastAreasInRange()
741 for (TableSlotsMap::iterator iTab( aTableSlotsMap.lower_bound( rRange.aStart.Tab())); in DelBroadcastAreasInRange()
746 ComputeAreaPoints( rRange, nStart, nEnd, nRowBreak ); in DelBroadcastAreasInRange()
758 (*pp)->DelBroadcastAreasInRange( rRange ); in DelBroadcastAreasInRange()
766 (*pp)->DelBroadcastAreasInRange( rRange ); in DelBroadcastAreasInRange()
777 const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateBroadcastAreas() argument
780 SCTAB nEndTab = rRange.aEnd.Tab(); in UpdateBroadcastAreas()
781 for (TableSlotsMap::iterator iTab( aTableSlotsMap.lower_bound( rRange.aStart.Tab())); in UpdateBroadcastAreas()
786 ComputeAreaPoints( rRange, nStart, nEnd, nRowBreak ); in UpdateBroadcastAreas()
798 (*pp)->UpdateRemove( eUpdateRefMode, rRange, nDx, nDy, nDz ); in UpdateBroadcastAreas()
806 (*pp)->UpdateRemove( eUpdateRefMode, rRange, nDx, nDy, nDz ); in UpdateBroadcastAreas()
850 TableSlotsMap::iterator iDel( aTableSlotsMap.lower_bound( rRange.aStart.Tab())); in UpdateBroadcastAreas()
851 TableSlotsMap::iterator iTab( aTableSlotsMap.lower_bound( rRange.aStart.Tab() - nDz)); in UpdateBroadcastAreas()
868 TableSlotsMap::iterator iStop( aTableSlotsMap.lower_bound( rRange.aStart.Tab())); in UpdateBroadcastAreas()
897 rRange.GetVars( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2); in UpdateBroadcastAreas()