Searched refs:m_aSelectionListeners (Results 1 – 11 of 11) sorted by relevance
/trunk/main/svtools/source/uno/ |
H A D | svtxgridcontrol.cxx | 88 ,m_aSelectionListeners( *this ) in SVTXGridControl() 183 m_aSelectionListeners.addInterface(listener); in addSelectionListener() 189 m_aSelectionListeners.removeInterface(listener); in removeSelectionListener() 776 m_aSelectionListeners.disposeAndClear( aObj ); in dispose() 795 if ( m_aSelectionListeners.getLength() ) in ProcessWindowEvent() 877 if ( m_aSelectionListeners.getLength() ) in ImplCallItemListeners() 886 m_aSelectionListeners.selectionChanged( aEvent ); in ImplCallItemListeners()
|
H A D | svtxgridcontrol.hxx | 60 SelectionListenerMultiplexer m_aSelectionListeners; member in SVTXGridControl
|
/trunk/main/toolkit/source/controls/grid/ |
H A D | gridcontrol.cxx | 282 ,m_aSelectionListeners( *this ) in UnoGridControl() 303 m_aSelectionListeners.disposeAndClear( aEvt ); in dispose() 313 xGrid->addSelectionListener( &m_aSelectionListeners ); in createPeer() 446 m_aSelectionListeners.addInterface( listener ); in addSelectionListener() 452 m_aSelectionListeners.removeInterface( listener ); in removeSelectionListener()
|
H A D | gridcontrol.hxx | 125 SelectionListenerMultiplexer m_aSelectionListeners; member in toolkit::UnoGridControl
|
/trunk/main/svx/source/fmcomp/ |
H A D | fmgridif.cxx | 368 ,m_aSelectionListeners(*this, GetMutex()) in DBG_NAME() 694 m_aSelectionListeners.addInterface( _rxListener ); in addSelectionChangeListener() 695 if( getPeer().is() && 1 == m_aSelectionListeners.getLength() ) in addSelectionChangeListener() 698 xGrid->addSelectionChangeListener( &m_aSelectionListeners); in addSelectionChangeListener() 705 if( getPeer().is() && 1 == m_aSelectionListeners.getLength() ) in removeSelectionChangeListener() 708 xGrid->removeSelectionChangeListener( &m_aSelectionListeners); in removeSelectionChangeListener() 710 m_aSelectionListeners.removeInterface( _rxListener ); in removeSelectionChangeListener() 1105 m_aSelectionListeners.notifyEach( &XSelectionChangeListener::selectionChanged, aSource); in selectionChanged() 1131 ,m_aSelectionListeners(m_aMutex) in FmXGridPeer() 2722 m_aSelectionListeners.addInterface( _rxListener ); in addSelectionChangeListener() [all …]
|
/trunk/main/dbaccess/source/ui/app/ |
H A D | AppController.cxx | 228 ::cppu::OInterfaceContainerHelper m_aSelectionListeners; 234 :m_aSelectionListeners( _rMutex ) in SelectionNotifier() 242 m_aSelectionListeners.addInterface( _Listener ); in addListener() 247 m_aSelectionListeners.removeInterface( _Listener ); in removeListener() 253 m_aSelectionListeners.disposeAndClear( aEvent ); in disposing() 284 m_aSelectionListeners.notifyEach( &XSelectionChangeListener::selectionChanged, aEvent ); in leaveSelection()
|
/trunk/main/dbaccess/source/ui/browser/ |
H A D | unodatbr.cxx | 226 ,m_aSelectionListeners( getMutex() ) in SbaTableQueryBrowser() 321 m_aSelectionListeners.disposeAndClear(aEvt); in disposing() 1545 m_aSelectionListeners.addInterface(_rxListener); in addSelectionChangeListener() 1551 m_aSelectionListeners.removeInterface(_rxListener); in removeSelectionChangeListener() 1698 m_aSelectionListeners.notifyEach( &XSelectionChangeListener::selectionChanged, aEvent ); in LoadFinished()
|
/trunk/main/svx/inc/svx/ |
H A D | fmgridif.hxx | 218 FmXSelectionMultiplexer m_aSelectionListeners; member in FmXGridControl 352 m_aSelectionListeners,
|
/trunk/main/reportdesign/source/ui/report/ |
H A D | ReportController.cxx | 298 ,m_aSelectionListeners( getMutex() ) in DBG_NAME() 391 m_aSelectionListeners.disposeAndClear( aDisposingEvent ); in IMPLEMENT_FORWARD_XTYPEPROVIDER2() 2600 m_aSelectionListeners.forEach<view::XSelectionChangeListener>( in Notify() 3123 m_aSelectionListeners.addInterface( _Listener ); in addSelectionChangeListener() 3128 m_aSelectionListeners.removeInterface( _Listener ); in removeSelectionChangeListener()
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | unodatbr.hxx | 149 ::cppu::OInterfaceContainerHelper m_aSelectionListeners;
|
/trunk/main/reportdesign/source/ui/inc/ |
H A D | ReportController.hxx | 99 m_aSelectionListeners;
|
Completed in 100 milliseconds