Lines Matching refs:pIterator

213     ::cppu::OInterfaceContainerHelper* pIterator  in disposing()
215 if (pIterator != NULL) in disposing()
216 pIterator->disposeAndClear(aEvent); in disposing()
618 ::cppu::OInterfaceContainerHelper* pIterator in mousePressed()
620 if (pIterator != NULL) in mousePressed()
622 pIterator->notifyEach(&awt::XMouseListener::mousePressed, aEvent); in mousePressed()
641 ::cppu::OInterfaceContainerHelper* pIterator in mouseReleased()
643 if (pIterator != NULL) in mouseReleased()
645 pIterator->notifyEach(&awt::XMouseListener::mouseReleased, aEvent); in mouseReleased()
657 ::cppu::OInterfaceContainerHelper* pIterator in mouseEntered()
659 if (pIterator != NULL) in mouseEntered()
661 pIterator->notifyEach(&awt::XMouseListener::mouseEntered, aEvent); in mouseEntered()
673 ::cppu::OInterfaceContainerHelper* pIterator in mouseExited()
675 if (pIterator != NULL) in mouseExited()
677 pIterator->notifyEach(&awt::XMouseListener::mouseExited, aEvent); in mouseExited()
691 ::cppu::OInterfaceContainerHelper* pIterator in mouseDragged()
693 if (pIterator != NULL) in mouseDragged()
695 pIterator->notifyEach(&awt::XMouseMotionListener::mouseDragged, aEvent); in mouseDragged()
707 ::cppu::OInterfaceContainerHelper* pIterator in mouseMoved()
709 if (pIterator != NULL) in mouseMoved()
711 pIterator->notifyEach(&awt::XMouseMotionListener::mouseMoved, aEvent); in mouseMoved()
939 ::cppu::OInterfaceContainerHelper* pIterator in PaintInnerWindow()
941 if (pIterator != NULL) in PaintInnerWindow()
943 pIterator->notifyEach(&awt::XPaintListener::windowPaint, aEvent); in PaintInnerWindow()
1061 ::cppu::OInterfaceContainerHelper* pIterator in Resize()
1063 if (pIterator != NULL) in Resize()
1065 pIterator->notifyEach(&util::XModifyListener::modified, aEvent); in Resize()