Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/controls/
H A Dunocontrol.cxx156 ,maFocusListeners( *this ) in DBG_NAME()
174 , maFocusListeners( *this ) in UnoControl()
413 maFocusListeners.disposeAndClear( aDisposeEvent ); in dispose()
889 maFocusListeners.addInterface( rxListener ); in addFocusListener()
890 if ( maFocusListeners.getLength() == 1 ) in addFocusListener()
894 xPeerWindow->addFocusListener( &maFocusListeners ); in addFocusListener()
902 if ( maFocusListeners.getLength() == 1 ) in removeFocusListener()
904 maFocusListeners.removeInterface( rxListener ); in removeFocusListener()
907 xPeerWindow->removeFocusListener( &maFocusListeners ); in removeFocusListener()
1106 if ( maFocusListeners.getLength() ) in peerCreated()
[all …]
/trunk/main/svx/source/accessibility/
H A DAccessibleFrameSelector.cxx93 maFocusListeners( maFocusMutex ), in AccFrameSelector()
477 maFocusListeners.addInterface( xListener ); in addFocusListener()
484 maFocusListeners.removeInterface( xListener ); in removeFocusListener()
667 ::cppu::OInterfaceIteratorHelper aIter( maFocusListeners ); in NotifyFocusListeners()
755 maFocusListeners.disposeAndClear( aEvent ); in Invalidate()
/trunk/main/dbaccess/source/ui/uno/
H A DColumnControl.cxx123 if (maFocusListeners.getLength()) in createPeer()
124 xW->addFocusListener( &maFocusListeners ); in createPeer()
/trunk/main/avmedia/source/java/
H A DWindowAdapter.java35 private LinkedList maFocusListeners = new LinkedList(); field in WindowAdapter
334 ListIterator aIter = maFocusListeners.listIterator( 0 ); in fireFocusEvent()
430 maFocusListeners.add( xListener ); in addFocusListener()
438 maFocusListeners.remove( xListener ); in removeFocusListener()
H A Davmedia.jarMETA-INF/MANIFEST.MF MediaUno.class MediaUno.java package public MediaUno extends java.lang ...
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx115 FocusListenerMultiplexer maFocusListeners; member in VCLXWindowImpl
188 …nline FocusListenerMultiplexer& getFocusListeners() { return maFocusListeners; } in getFocusListeners()
224 ,maFocusListeners( _rAntiImpl ) in VCLXWindowImpl()
263 maFocusListeners.disposeAndClear( aEvent ); in disposing()
/trunk/main/svx/source/inc/
H A DAccessibleFrameSelector.hxx127 ::cppu::OInterfaceContainerHelper maFocusListeners;
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrol.hxx98 FocusListenerMultiplexer maFocusListeners; member in UnoControl
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx571 if (maFocusListeners.getLength()) in createPeer()
572 pPeer->addFocusListener( &maFocusListeners ); in createPeer()

Completed in 67 milliseconds