Home
last modified time | relevance | path

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

/AOO42X/main/sdext/source/presenter/
H A DPresenterTimer.cxx619 ListenerContainer aListenerCopy (maListeners); in notify() local
629 ::std::back_inserter(aListenerCopy)); in notify()
632 if (aListenerCopy.size() > 0) in notify()
635 ListenerContainer::const_iterator iEnd (aListenerCopy.end()); in notify()
636 for (iListener=aListenerCopy.begin(); iListener!=iEnd; ++iListener) in notify()
H A DPresenterAccessibility.cxx1511 ::std::vector<Reference<XAccessibleEventListener> > aListenerCopy(maListeners); in FireAccessibleEvent()
1513 iListener(aListenerCopy.begin()), in FireAccessibleEvent()
1514 iEnd(aListenerCopy.end()); in FireAccessibleEvent()