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()
447 ChildListVectorType aLocalChildList( m_aChildList ); in KillAllChildren() local
460 ChildListVectorType::const_iterator aEndIter = aLocalChildList.end(); in KillAllChildren()
461 for( ChildListVectorType::const_iterator aIter = aLocalChildList.begin(); in KillAllChildren()
727 ChildListVectorType aLocalChildList( m_aChildList ); in getAccessibleAtPoint() local
732 for( ChildListVectorType::const_iterator aIter = aLocalChildList.begin(); in getAccessibleAtPoint()
733 aIter != aLocalChildList.end(); ++aIter ) in getAccessibleAtPoint()

Completed in 25 milliseconds