Lines Matching refs:pIterator
173 ::cppu::OInterfaceIteratorHelper pIterator(*pContainer); in MakeEventListenerNotification_Impl()
174 while (pIterator.hasMoreElements()) in MakeEventListenerNotification_Impl()
178 ((document::XEventListener*)pIterator.next())->notifyEvent( aEvent ); in MakeEventListenerNotification_Impl()
198 ::cppu::OInterfaceIteratorHelper pIterator(*pContainer); in StateChangeNotification_Impl()
200 while (pIterator.hasMoreElements()) in StateChangeNotification_Impl()
206 … ((embed::XStateChangeListener*)pIterator.next())->changingState( aSource, nOldState, nNewState ); in StateChangeNotification_Impl()
217 … ((embed::XStateChangeListener*)pIterator.next())->stateChanged( aSource, nOldState, nNewState ); in StateChangeNotification_Impl()
479 ::cppu::OInterfaceIteratorHelper pIterator(*pContainer); in close()
480 while (pIterator.hasMoreElements()) in close()
484 … ((util::XCloseListener*)pIterator.next())->queryClosing( aSource, bDeliverOwnership ); in close()
488 pIterator.remove(); in close()