Lines Matching refs:pBC
74 SfxBroadcaster *pBC = aBCs[nPos]; in ~SfxListener() local
75 pBC->RemoveListener(*this); in ~SfxListener()
87 const SfxBroadcaster *pBC = &rBC; in RemoveBroadcaster_Impl() local
88 aBCs.Remove( aBCs.GetPos(pBC), 1 ); in RemoveBroadcaster_Impl()
103 const SfxBroadcaster *pBC = &rBroadcaster; in StartListening() local
104 aBCs.Insert( pBC, aBCs.Count() ); in StartListening()
128 const SfxBroadcaster *pBC = &rBroadcaster; in EndListening() local
129 aBCs.Remove( aBCs.GetPos(pBC), 1 ); in EndListening()
143 SfxBroadcaster *pBC = aBCs.GetObject(nNo); in EndListening() local
144 pBC->RemoveListener(*this); in EndListening()
159 SfxBroadcaster *pBC = aBCs.GetObject(0); in EndListeningAll() local
160 pBC->RemoveListener(*this); in EndListeningAll()
169 const SfxBroadcaster *pBC = &rBroadcaster; in IsListening() local
170 return USHRT_MAX != aBCs.GetPos( pBC ); in IsListening()
184 const SfxBroadcaster *pBC = &rBC; in Notify() local
185 DBG_ASSERT( USHRT_MAX != aBCs.GetPos(pBC), in Notify()