Lines Matching refs:pIterator
194 ::cppu::OInterfaceIteratorHelper pIterator(*pContainer); in implts_SendNotification()
195 while (pIterator.hasMoreElements()) in implts_SendNotification()
202 ((css::awt::XTabListener*)pIterator.next())->inserted( ID ); in implts_SendNotification()
205 ((css::awt::XTabListener*)pIterator.next())->removed( ID ); in implts_SendNotification()
208 ((css::awt::XTabListener*)pIterator.next())->activated( ID ); in implts_SendNotification()
211 ((css::awt::XTabListener*)pIterator.next())->deactivated( ID ); in implts_SendNotification()
219 pIterator.remove(); in implts_SendNotification()
231 ::cppu::OInterfaceIteratorHelper pIterator(*pContainer); in implts_SendNotification()
232 while (pIterator.hasMoreElements()) in implts_SendNotification()
239 ((css::awt::XTabListener*)pIterator.next())->changed( ID, rSeq ); in implts_SendNotification()
247 pIterator.remove(); in implts_SendNotification()