Lines Matching refs:aIter
867 cppu::OInterfaceIteratorHelper aIter( *pAllPropsContainer ); in notifyPropertiesChange() local
868 while ( aIter.hasMoreElements() ) in notifyPropertiesChange()
872 aIter.next(), uno::UNO_QUERY ); in notifyPropertiesChange()
891 cppu::OInterfaceIteratorHelper aIter( *pPropsContainer ); in notifyPropertiesChange() local
892 while ( aIter.hasMoreElements() ) in notifyPropertiesChange()
898 aIter.next() ); in notifyPropertiesChange()
945 cppu::OInterfaceIteratorHelper aIter( *m_pImpl->m_pPropSetChangeListeners ); in notifyPropertySetInfoChange() local
946 while ( aIter.hasMoreElements() ) in notifyPropertySetInfoChange()
950 xListener( aIter.next(), uno::UNO_QUERY ); in notifyPropertySetInfoChange()
964 cppu::OInterfaceIteratorHelper aIter( in notifyCommandInfoChange() local
966 while ( aIter.hasMoreElements() ) in notifyCommandInfoChange()
970 xListener( aIter.next(), uno::UNO_QUERY ); in notifyCommandInfoChange()
984 cppu::OInterfaceIteratorHelper aIter( *m_pImpl->m_pContentEventListeners ); in notifyContentEvent() local
985 while ( aIter.hasMoreElements() ) in notifyContentEvent()
990 aIter.next(), uno::UNO_QUERY ); in notifyContentEvent()