Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx189 …inline WindowListenerMultiplexer& getWindowListeners() { return maWindowListeners… in getWindowListeners() function in VCLXWindowImpl
518 if ( mpImpl->getWindowListeners().getLength() ) in ProcessWindowEvent()
523 mpImpl->getWindowListeners().windowMoved( aEvent ); in ProcessWindowEvent()
529 if ( mpImpl->getWindowListeners().getLength() ) in ProcessWindowEvent()
534 mpImpl->getWindowListeners().windowResized( aEvent ); in ProcessWindowEvent()
540 if ( mpImpl->getWindowListeners().getLength() ) in ProcessWindowEvent()
545 mpImpl->getWindowListeners().windowShown( aEvent ); in ProcessWindowEvent()
559 if ( mpImpl->getWindowListeners().getLength() ) in ProcessWindowEvent()
564 mpImpl->getWindowListeners().windowHidden( aEvent ); in ProcessWindowEvent()
1086 mpImpl->getWindowListeners().addInterface( rxListener ); in addWindowListener()
[all …]

Completed in 41 milliseconds