Home
last modified time | relevance | path

Searched refs:aListenerLoop (Results 1 – 5 of 5) sorted by relevance

/trunk/main/connectivity/source/sdbcx/
H A DVCollection.cxx444 OInterfaceIteratorHelper aListenerLoop(m_aContainerListeners); in notifyElementRemoved() local
445 while (aListenerLoop.hasMoreElements()) in notifyElementRemoved()
446 static_cast<XContainerListener*>(aListenerLoop.next())->elementRemoved(aEvent); in notifyElementRemoved()
542 OInterfaceIteratorHelper aListenerLoop(m_aContainerListeners); in renameObject() local
543 while (aListenerLoop.hasMoreElements()) in renameObject()
544 static_cast<XContainerListener*>(aListenerLoop.next())->elementReplaced(aEvent); in renameObject()
/trunk/main/connectivity/source/drivers/ado/
H A DATables.cxx105 OInterfaceIteratorHelper aListenerLoop(m_aContainerListeners); in appendNew() local
106 while (aListenerLoop.hasMoreElements()) in appendNew()
107 static_cast<XContainerListener*>(aListenerLoop.next())->elementInserted(aEvent); in appendNew()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHTables.cxx185 OInterfaceIteratorHelper aListenerLoop(m_aContainerListeners); in appendNew() local
186 while (aListenerLoop.hasMoreElements()) in appendNew()
187 static_cast<XContainerListener*>(aListenerLoop.next())->elementInserted(aEvent); in appendNew()
/trunk/main/connectivity/source/drivers/mysql/
H A DYTables.cxx218 OInterfaceIteratorHelper aListenerLoop(m_aContainerListeners); in appendNew() local
219 while (aListenerLoop.hasMoreElements()) in appendNew()
220 static_cast<XContainerListener*>(aListenerLoop.next())->elementInserted(aEvent); in appendNew()
/trunk/main/connectivity/source/drivers/adabas/
H A DBTables.cxx363 OInterfaceIteratorHelper aListenerLoop(m_aContainerListeners); in appendNew() local
364 while (aListenerLoop.hasMoreElements()) in appendNew()
365 static_cast<XContainerListener*>(aListenerLoop.next())->elementInserted(aEvent); in appendNew()

Completed in 21 milliseconds