Lines Matching refs:pLast
57 SvtListener* pLast = aIter.GoStart(); in SvtBroadcaster() local
58 if( pLast ) in SvtBroadcaster()
60 pLast->StartListening( *this ); in SvtBroadcaster()
61 } while( 0 != ( pLast = aIter.GoNext() )); in SvtBroadcaster()
73 SvtListener* pLast = aIter.GoStart(); in ~SvtBroadcaster() local
74 if( pLast ) in ~SvtBroadcaster()
76 pLast->EndListening( *this ); in ~SvtBroadcaster()
79 } while( 0 != ( pLast = aIter.GoNext() )); in ~SvtBroadcaster()
95 SvtListener* pLast = aIter.GoStart(); in Broadcast() local
96 if( pLast ) in Broadcast()
98 pLast->Notify( *this, rHint ); in Broadcast()
101 } while( 0 != ( pLast = aIter.GoNext() )); in Broadcast()
130 SvtListener* pLast = aIter.GoStart(); in Forward() local
131 if( pLast ) in Forward()
133 pLast->Notify( rBC, rHint ); in Forward()
136 } while( 0 != ( pLast = aIter.GoNext() )); in Forward()