Home
last modified time | relevance | path

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

/trunk/main/chart2/source/tools/
H A DModifyListenerHelper.cxx111 m_aModifyListeners( m_aMutex ) in ModifyEventForwarder()
117 lcl_fireModifyEvent( m_aModifyListeners, Reference< uno::XWeak >(), & rEvent ); in FireEvent()
135 m_aModifyListeners.addListener( ::getCppuType( &xListenerToAdd ), xListenerToAdd ); in AddListener()
158 m_aModifyListeners.removeListener( ::getCppuType( &aListener ), xListenerToRemove ); in RemoveListener()
168 ::cppu::OInterfaceContainerHelper * pCntHlp = m_aModifyListeners.getContainer( in DisposeAndClear()
/trunk/main/forms/source/richtext/
H A Drichtextmodel.cxx79 ,m_aModifyListeners ( m_aMutex ) in DBG_NAME()
112 ,m_aModifyListeners ( m_aMutex ) in ORichTextModel()
270 m_aModifyListeners.disposeAndClear( EventObject( *this ) ); in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
574 m_aModifyListeners.notifyEach( &XModifyListener::modified, EventObject( *this ) );
605 m_aModifyListeners.addInterface( _rxListener ); in addModifyListener()
611 m_aModifyListeners.removeInterface( _rxListener ); in removeModifyListener()
H A Drichtextmodel.hxx103 m_aModifyListeners;
/trunk/main/dbaccess/source/ui/browser/
H A Dexsrcbrw.cxx94 ,m_aModifyListeners(getMutex()) in DBG_NAME()
165 ::cppu::OInterfaceIteratorHelper aIt(m_aModifyListeners); in modified()
346 m_aModifyListeners.disposeAndClear(aEvt); in disposing()
356 m_aModifyListeners.addInterface(aListener); in addModifyListener()
362 m_aModifyListeners.removeInterface(aListener); in removeModifyListener()
/trunk/main/dbaccess/source/ui/misc/
H A Ddbsubcomponentcontroller.cxx141 m_aModifyListeners;
159 ,m_aModifyListeners( i_rMutex ) in DBSubComponentController_Impl()
618 m_pImpl->m_aModifyListeners.addInterface( i_Listener ); in addModifyListener()
625 m_pImpl->m_aModifyListeners.removeInterface( i_Listener ); in removeModifyListener()
648 m_pImpl->m_aModifyListeners.notifyEach( &XModifyListener::modified, aEvent ); in setModified()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx365 ,m_aModifyListeners(*this, GetMutex()) in DBG_NAME()
449 m_aModifyListeners.disposeAndClear(aEvt); in dispose()
586 if (m_aModifyListeners.getLength()) in createPeer()
587 pPeer->addModifyListener( &m_aModifyListeners ); in createPeer()
667 m_aModifyListeners.addInterface( l ); in addModifyListener()
671 xGrid->addModifyListener( &m_aModifyListeners); in addModifyListener()
747 m_aModifyListeners.removeInterface( l ); in removeModifyListener()
1128 :m_aModifyListeners(m_aMutex) in FmXGridPeer()
1270 m_aModifyListeners.addInterface( l ); in addModifyListener()
1276 m_aModifyListeners.removeInterface( l ); in removeModifyListener()
[all …]
/trunk/main/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx222 ::cppu::OInterfaceContainerHelper m_aModifyListeners;
244 ,m_aModifyListeners( m_aMutex ) in UndoManagerHelper_Impl()
307 m_aModifyListeners.addInterface( i_listener ); in addModifyListener()
312 m_aModifyListeners.removeInterface( i_listener ); in removeModifyListener()
349 m_aModifyListeners.disposeAndClear( aEvent ); in disposing()
372 m_aModifyListeners.notifyEach( &XModifyListener::modified, aEvent ); in impl_notifyModified()
/trunk/main/forms/source/component/
H A DImageControl.cxx726 ,m_aModifyListeners( m_aMutex ) in OImageControlControl()
767 m_aModifyListeners.addInterface( _Listener ); in addModifyListener()
773 m_aModifyListeners.removeInterface( _Listener ); in removeModifyListener()
780 m_aModifyListeners.disposeAndClear( aEvent ); in disposing()
997 m_aModifyListeners.notifyEach( &XModifyListener::modified, aEvent ); in mousePressed()
H A DImageControl.hxx160 ::cppu::OInterfaceContainerHelper m_aModifyListeners;
/trunk/main/sc/source/ui/unoobj/
H A Dcellvaluebinding.cxx85 ,m_aModifyListeners( m_aMutex ) in OCellValueBinding()
516 m_aModifyListeners.addInterface( _rxListener ); in addModifyListener()
523 m_aModifyListeners.removeInterface( _rxListener ); in removeModifyListener()
532 ::cppu::OInterfaceIteratorHelper aIter( m_aModifyListeners ); in notifyModified()
H A Dcellvaluebinding.hxx78 m_aModifyListeners; /// our modify listeners
/trunk/main/basic/source/inc/
H A Dnamecont.hxx160 ::cppu::OInterfaceContainerHelper m_aModifyListeners;
166 :m_aModifyListeners( _rMutex ) in ModifiableHelper()
177 m_aModifyListeners.addInterface( _rxListener ); in addModifyListener()
182 m_aModifyListeners.removeInterface( _rxListener ); in removeModifyListener()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.cxx169 ,m_aModifyListeners( getMutex() ) in ODatabaseDocument()
1245 m_aModifyListeners.addInterface(_xListener); in addModifyListener()
1252 m_aModifyListeners.removeInterface(_xListener); in removeModifyListener()
1292 m_aModifyListeners.notifyEach( &XModifyListener::modified, aEvent ); in impl_setModified_nothrow()
1745 m_aModifyListeners.disposeAndClear( aDisposeEvent ); in disposing()
H A Ddatabasedocument.hxx182 … ::cppu::OInterfaceContainerHelper m_aModifyListeners;
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx579 ::cppu::OInterfaceContainerHelper m_aModifyListeners;
633 ,m_aModifyListeners(_aMutex) in OReportDefinitionImpl()
653 ,m_aModifyListeners(_aMutex) in OReportDefinitionImpl()
817 m_pImpl->m_aModifyListeners.disposeAndClear( aDisposeEvent ); in disposing()
2031 m_pImpl->m_aModifyListeners.notifyEach(&util::XModifyListener::modified,aEvent); in setModified()
2042 m_pImpl->m_aModifyListeners.addInterface(_xListener); in addModifyListener()
2049 m_pImpl->m_aModifyListeners.removeInterface(_xListener); in removeModifyListener()
/trunk/main/svx/source/form/
H A Dformcontroller.cxx560 ,m_aModifyListeners(m_aMutex) in DBG_NAME()
1217 m_aModifyListeners.disposeAndClear(aEvt); in disposing()
1573 m_aModifyListeners.addInterface( l ); in addModifyListener()
1581 m_aModifyListeners.removeInterface( l ); in removeModifyListener()
1631 m_aModifyListeners.notifyEach( &XModifyListener::modified, aEvt ); in impl_onModify()
1795 m_aModifyListeners.notifyEach( &XModifyListener::modified, EventObject( *this ) ); in focusGained()
/trunk/main/dbaccess/source/ui/inc/
H A Dexsrcbrw.hxx43 ::cppu::OInterfaceContainerHelper m_aModifyListeners;
/trunk/main/chart2/source/inc/
H A DModifyListenerHelper.hxx110 ::cppu::OBroadcastHelper m_aModifyListeners;
/trunk/main/svx/inc/svx/
H A Dfmgridif.hxx215 FmXModifyMultiplexer m_aModifyListeners; member in FmXGridControl
349 ::cppu::OInterfaceContainerHelper m_aModifyListeners,
/trunk/main/basic/source/uno/
H A Dnamecont.cxx332 if ( m_aModifyListeners.getLength() == 0 ) in setModified()
336 m_aModifyListeners.notifyEach( &XModifyListener::modified, aModifyEvent ); in setModified()
/trunk/main/svx/source/inc/
H A Dformcontroller.hxx166 m_aModifyListeners,

Completed in 136 milliseconds