Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleBase.cxx201 ChildListVectorType aLocalChildList( m_aChildList ); in NotifyEvent() local
205 ChildListVectorType::iterator aEndIter = aLocalChildList.end(); in NotifyEvent()
206 for( ChildListVectorType::iterator aIter = aLocalChildList.begin() ; in NotifyEvent()
445 ChildListVectorType aLocalChildList( m_aChildList ); in KillAllChildren() local
458 ChildListVectorType::const_iterator aEndIter = aLocalChildList.end(); in KillAllChildren()
459 for( ChildListVectorType::const_iterator aIter = aLocalChildList.begin(); in KillAllChildren()
712 ChildListVectorType aLocalChildList( m_aChildList ); in getAccessibleAtPoint() local
717 for( ChildListVectorType::const_iterator aIter = aLocalChildList.begin(); in getAccessibleAtPoint()
718 aIter != aLocalChildList.end(); ++aIter ) in getAccessibleAtPoint()