Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/awt/
H A Dvclxwindow.cxx182 PaintListenerMultiplexer& getPaintListeners() { return maPaintListeners; } in getPaintListeners() function in VCLXWindowImpl
448 if ( mpImpl->getPaintListeners().getLength() ) in ProcessWindowEvent()
454 mpImpl->getPaintListeners().windowPaint( aEvent ); in ProcessWindowEvent()
1130 mpImpl->getPaintListeners().addInterface( rxListener ); in addPaintListener()
1138 mpImpl->getPaintListeners().removeInterface( rxListener ); in removePaintListener()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/awt/
H A Dvclxwindow.cxx181 PaintListenerMultiplexer& getPaintListeners() { return maPaintListeners; } in getPaintListeners() function in VCLXWindowImpl
442 if ( mpImpl->getPaintListeners().getLength() ) in ProcessWindowEvent()
448 mpImpl->getPaintListeners().windowPaint( aEvent ); in ProcessWindowEvent()
1097 mpImpl->getPaintListeners().addInterface( rxListener ); in addPaintListener()
1103 mpImpl->getPaintListeners().removeInterface( rxListener ); in removePaintListener()