Home
last modified time | relevance | path

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

/trunk/main/svtools/source/uno/
H A Dsvtxgridcontrol.cxx88 ,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 Dsvtxgridcontrol.hxx60 SelectionListenerMultiplexer m_aSelectionListeners; member in SVTXGridControl
/trunk/main/toolkit/source/controls/grid/
H A Dgridcontrol.cxx282 ,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 Dgridcontrol.hxx125 SelectionListenerMultiplexer m_aSelectionListeners; member in toolkit::UnoGridControl
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx368 ,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 DAppController.cxx228 ::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 Dunodatbr.cxx226 ,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 Dfmgridif.hxx218 FmXSelectionMultiplexer m_aSelectionListeners; member in FmXGridControl
352 m_aSelectionListeners,
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx298 ,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 Dunodatbr.hxx149 ::cppu::OInterfaceContainerHelper m_aSelectionListeners;
/trunk/main/reportdesign/source/ui/inc/
H A DReportController.hxx99 m_aSelectionListeners;

Completed in 138 milliseconds