Home
last modified time | relevance | path

Searched refs:pListeners (Results 1 – 12 of 12) sorted by relevance

/trunk/main/comphelper/source/misc/
H A Daccessibleeventnotifier.cxx154 EventListeners* pListeners = aClientPos->second; in revokeClientNotifyDisposing() local
162 pListeners->disposeAndClear( aDisposalEvent ); in revokeClientNotifyDisposing()
163 delete pListeners; in revokeClientNotifyDisposing()
235 const Reference< XInterface >* pListeners = aListeners.getConstArray(); in addEvent() local
236 const Reference< XInterface >* pListenersEnd = pListeners + aListeners.getLength(); in addEvent()
237 while ( pListeners != pListenersEnd ) in addEvent()
241 static_cast< XAccessibleEventListener* >( pListeners->get() )->notifyEvent( _rEvent ); in addEvent()
248 ++pListeners; in addEvent()
/trunk/main/sfx2/source/sidebar/
H A DTheme.cxx580 ChangeListenerContainer* pListeners = GetChangeListeners(eItem, true); in addPropertyChangeListener() local
581 if (pListeners != NULL) in addPropertyChangeListener()
582 pListeners->push_back(rxListener); in addPropertyChangeListener()
643 if (pListeners != NULL) in addVetoableChangeListener()
644 pListeners->push_back(rxListener); in addVetoableChangeListener()
984 const VetoableListenerContainer* pListeners, in DoVetoableListenersVeto() argument
987 if (pListeners == NULL) in DoVetoableListenersVeto()
990 VetoableListenerContainer aListeners (*pListeners); in DoVetoableListenersVeto()
1015 const ChangeListenerContainer* pListeners, in BroadcastPropertyChange() argument
1018 if (pListeners == NULL) in BroadcastPropertyChange()
[all …]
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx3698 while (aIter != pListeners->end()) in BeginCursorAction()
3718 while (aIter != pListeners->end()) in EndCursorAction()
3737 if (!pListeners) in ConnectToFields()
3740 m_pFieldListeners = pListeners; in ConnectToFields()
3768 while (pListeners->size()) in DisconnectFromFields()
3771 sal_Int32 nOldSize = pListeners->size(); in DisconnectFromFields()
3773 pListeners->begin()->second->dispose(); in DisconnectFromFields()
3777 delete pListeners; in DisconnectFromFields()
3821 if (!pListeners) in FieldListenerDisposing()
3828 if (aPos == pListeners->end()) in FieldListenerDisposing()
[all …]
/trunk/main/dbaccess/source/ui/inc/
H A Dsbamultiplex.hxx321 ::cppu::OInterfaceContainerHelper* pListeners = m_aListeners.getContainer(e.PropertyName); \
322 if (pListeners) \
323 Notify(*pListeners, e); \
326 pListeners = m_aListeners.getContainer(::rtl::OUString()); \
327 if (pListeners) \
328 Notify(*pListeners, e); \
/trunk/main/toolkit/source/controls/grid/
H A Ddefaultgriddatamodel.cxx88 …::cppu::OInterfaceContainerHelper* pListeners = rBHelper.getContainer( XGridDataListener::static_t… in broadcast()
89 if ( !pListeners ) in broadcast()
93 pListeners->notifyEach( i_listenerMethod, i_event ); in broadcast()
H A Dsortablegriddatamodel.cxx281 …::cppu::OInterfaceContainerHelper* pListeners = rBHelper.getContainer( XGridDataListener::static_t… in impl_broadcast()
282 if ( pListeners == NULL ) in impl_broadcast()
286 pListeners->notifyEach( i_listenerMethod, i_publicEvent ); in impl_broadcast()
/trunk/main/sfx2/inc/sfx2/sidebar/
H A DTheme.hxx268 const VetoableListenerContainer* pListeners,
271 const ChangeListenerContainer* pListeners,
/trunk/main/ucb/source/ucp/file/
H A Dfilnot.cxx215 ListenerMap* pListeners ) in PropertyChangeNotifier() argument
219 m_pListeners( pListeners ) in PropertyChangeNotifier()
H A Dfilnot.hxx108 ListenerMap* pListeners );
/trunk/main/extensions/source/propctrlr/
H A Deventhandler.cxx791 const Type* pListeners = aListeners.getConstArray(); in getSupportedProperties() local
792 for ( sal_Int32 listener = 0; listener < listenerCount; ++listener, ++pListeners ) in getSupportedProperties()
797 sListenerClassName = pListeners->getTypeName(); in getSupportedProperties()
803 … Sequence< ::rtl::OUString > aMethods( comphelper::getEventMethodsForType( *pListeners ) ); in getSupportedProperties()
/trunk/main/sd/source/ui/unoidl/
H A DDrawController.cxx357 OInterfaceContainerHelper* pListeners = BroadcastHelperOwner::maBroadcastHelper.getContainer( in selectionChanged() local
359 if (pListeners) in selectionChanged()
362 OInterfaceIteratorHelper aIterator (*pListeners); in selectionChanged()
/trunk/main/stoc/test/
H A Dtestintrosp.cxx1519 const Type* pListeners = aClassSeq.getConstArray(); in test_introsp() local
1523 const Type& aListenerType = pListeners[i]; in test_introsp()

Completed in 86 milliseconds