Lines Matching refs:SfxBroadcaster
36 SV_DECL_PTRARR( SfxBroadcasterArr_Impl, SfxBroadcaster*, 0, 2 )
74 SfxBroadcaster *pBC = aBCs[nPos]; in ~SfxListener()
83 void SfxListener::RemoveBroadcaster_Impl( SfxBroadcaster& rBC ) in RemoveBroadcaster_Impl()
87 const SfxBroadcaster *pBC = &rBC; in RemoveBroadcaster_Impl()
95 sal_Bool SfxListener::StartListening( SfxBroadcaster& rBroadcaster, sal_Bool bPreventDups ) in StartListening()
103 const SfxBroadcaster *pBC = &rBroadcaster; in StartListening()
118 sal_Bool SfxListener::EndListening( SfxBroadcaster& rBroadcaster, sal_Bool bAllDups ) in EndListening()
128 const SfxBroadcaster *pBC = &rBroadcaster; in EndListening()
143 SfxBroadcaster *pBC = aBCs.GetObject(nNo); in EndListening()
159 SfxBroadcaster *pBC = aBCs.GetObject(0); in EndListeningAll()
167 sal_Bool SfxListener::IsListening( SfxBroadcaster& rBroadcaster ) const in IsListening()
169 const SfxBroadcaster *pBC = &rBroadcaster; in IsListening()
178 void SfxListener::Notify( SfxBroadcaster& rBC, const SfxHint& ) in Notify()
180 void SfxListener::Notify( SfxBroadcaster&, const SfxHint& ) in Notify()
184 const SfxBroadcaster *pBC = &rBC; in Notify()