Home
last modified time | relevance | path

Searched refs:aBCs (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svl/source/notify/
H A Dlstner.cxx61 StartListening( *rListener.aBCs[n] ); in SfxListener()
74 SfxBroadcaster *pBC = aBCs[nPos]; in ~SfxListener()
88 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()
143 SfxBroadcaster *pBC = aBCs.GetObject(nNo); in EndListening()
145 aBCs.Remove( nNo, 1 ); in EndListening()
157 while ( aBCs.Count() ) in EndListeningAll()
159 SfxBroadcaster *pBC = aBCs.GetObject(0); in EndListeningAll()
161 aBCs.Remove( 0, 1 ); in EndListeningAll()
[all …]
/trunk/main/svl/inc/svl/
H A Dlstner.hxx44 SfxBroadcasterArr_Impl aBCs; member in SfxListener
63 { return aBCs.Count(); } in GetBroadcasterCount()
65 { return (SfxBroadcaster*) aBCs.GetObject(nNo); } in GetBroadcasterJOE()

Completed in 8 milliseconds