Searched refs:pBC (Results 1 – 8 of 8) sorted by relevance
74 SfxBroadcaster *pBC = aBCs[nPos]; in ~SfxListener() local75 pBC->RemoveListener(*this); in ~SfxListener()87 const SfxBroadcaster *pBC = &rBC; in RemoveBroadcaster_Impl() local88 aBCs.Remove( aBCs.GetPos(pBC), 1 ); in RemoveBroadcaster_Impl()104 aBCs.Insert( pBC, aBCs.Count() ); in StartListening()129 aBCs.Remove( aBCs.GetPos(pBC), 1 ); in EndListening()144 pBC->RemoveListener(*this); in EndListening()159 SfxBroadcaster *pBC = aBCs.GetObject(0); in EndListeningAll() local160 pBC->RemoveListener(*this); in EndListeningAll()170 return USHRT_MAX != aBCs.GetPos( pBC ); in IsListening()[all …]
1602 SvtBroadcaster* pBC = NULL; in StartListening() local1609 pBC = pCell->GetBroadcaster(); in StartListening()1617 if (!pBC) in StartListening()1619 pBC = new SvtBroadcaster; in StartListening()1622 rLst.StartListening(*pBC); in StartListening()1627 SvtBroadcaster* pBC = NULL; in MoveListeners() local1642 if (!pBC) in MoveListeners()1644 pBC = new SvtBroadcaster; in MoveListeners()1666 if (pBC) in EndListening()1668 rLst.EndListening(*pBC); in EndListening()[all …]
108 SvtBroadcaster* pBC = pCell->GetBroadcaster(); in Broadcast() local109 if ( pBC ) in Broadcast()111 pBC->Broadcast( rHint ); in Broadcast()454 SvtBroadcaster* pBC; in TrackFormulas() local461 if ( ( pBC = pTrack->GetBroadcaster() ) != NULL ) in TrackFormulas()462 pBC->Broadcast( aHint ); in TrackFormulas()
216 if ( SvtBroadcaster* pBC = pCell->ReleaseBroadcaster() ) in Delete() local218 pNoteCell->TakeBroadcaster( pBC ); in Delete()297 SvtBroadcaster* pBC = pCell->GetBroadcaster(); in DeleteRow() local298 if (pBC) in DeleteRow()475 SvtBroadcaster* pBC = pOldCell->GetBroadcaster(); in DeleteRange() local476 if( pNote || pBC ) in DeleteRange()477 pNoteCell = new ScNoteCell( pNote, pBC ); in DeleteRange()1439 SvtBroadcaster* pBC = pOldCell->ReleaseBroadcaster(); in SetString() local1440 if (pNewCell || pNote || pBC) in SetString()1446 if (pBC) in SetString()[all …]
822 void lclTakeBroadcaster( ScBaseCell*& rpCell, SvtBroadcaster* pBC ) in lclTakeBroadcaster() argument824 if( pBC ) in lclTakeBroadcaster()827 rpCell->TakeBroadcaster( pBC ); in lclTakeBroadcaster()829 rpCell = new ScNoteCell( pBC ); in lclTakeBroadcaster()1208 SvtBroadcaster* pBC = pCell->GetBroadcaster(); in InsertRow() local1209 if (pBC) in InsertRow()1211 MoveListeners( *pBC, pDelRows[i] - nSize ); in InsertRow()
556 ScNoteCell::ScNoteCell( SvtBroadcaster* pBC ) : in ScNoteCell() argument559 TakeBroadcaster( pBC ); in ScNoteCell()562 ScNoteCell::ScNoteCell( ScPostIt* pNote, SvtBroadcaster* pBC ) : in ScNoteCell() argument566 TakeBroadcaster( pBC ); in ScNoteCell()
988 const SfxBroadcaster* pBC = pCandidate->GetBroadcaster(); in ImpForceEdgesOfMarkedNodes() local990 if(pBC) in ImpForceEdgesOfMarkedNodes()992 sal_uInt16 nLstAnz(pBC->GetListenerCount()); in ImpForceEdgesOfMarkedNodes()996 SfxListener* pLst = pBC->GetListener(nl); in ImpForceEdgesOfMarkedNodes()
182 explicit ScNoteCell( SvtBroadcaster* pBC = 0 );184 explicit ScNoteCell( ScPostIt* pNote, SvtBroadcaster* pBC = 0 );
Completed in 68 milliseconds