Lines Matching refs:pContainer
222 OInterfaceContainerHelper* pContainer = in impl_notifyPropertyChangeListeners() local
224 if( pContainer ) in impl_notifyPropertyChangeListeners()
226 OInterfaceIteratorHelper aIter( *pContainer ); in impl_notifyPropertyChangeListeners()
237 pContainer = m_pPropertyChangeListeners->getContainer( OUString() ); in impl_notifyPropertyChangeListeners()
238 if( pContainer ) in impl_notifyPropertyChangeListeners()
240 OInterfaceIteratorHelper aIter( *pContainer ); in impl_notifyPropertyChangeListeners()
263 OInterfaceContainerHelper* pContainer = in impl_notifyVetoableChangeListeners() local
265 if( pContainer ) in impl_notifyVetoableChangeListeners()
267 OInterfaceIteratorHelper aIter( *pContainer ); in impl_notifyVetoableChangeListeners()
278 pContainer = m_pVetoableChangeListeners->getContainer( OUString() ); in impl_notifyVetoableChangeListeners()
279 if( pContainer ) in impl_notifyVetoableChangeListeners()
281 OInterfaceIteratorHelper aIter( *pContainer ); in impl_notifyVetoableChangeListeners()
687 OInterfaceContainerHelper* pContainer = in removePropertyChangeListener() local
690 if( !pContainer ) in removePropertyChangeListener()
746 OInterfaceContainerHelper* pContainer = in removeVetoableChangeListener() local
749 if( !pContainer ) in removeVetoableChangeListener()