Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleBase.cxx201 ChildListVectorType aLocalChildList( m_aChildList ); in NotifyEvent()
205 ChildListVectorType::iterator aEndIter = aLocalChildList.end(); in NotifyEvent()
206 for( ChildListVectorType::iterator aIter = aLocalChildList.begin() ; in NotifyEvent()
354 ChildListVectorType::iterator aVecIter = in RemoveChildByOId()
445 ChildListVectorType aLocalChildList( m_aChildList ); in KillAllChildren()
458 ChildListVectorType::const_iterator aEndIter = aLocalChildList.end(); in KillAllChildren()
459 for( ChildListVectorType::const_iterator aIter = aLocalChildList.begin(); in KillAllChildren()
604 static_cast< ChildListVectorType::size_type >( i ) >= m_aChildList.size() ) in ImplGetAccessibleChildById()
712 ChildListVectorType aLocalChildList( m_aChildList ); in getAccessibleAtPoint()
717 for( ChildListVectorType::const_iterator aIter = aLocalChildList.begin(); in getAccessibleAtPoint()
/trunk/main/chart2/source/controller/inc/
H A DAccessibleBase.hxx301 typedef ::std::vector< tAccessible > ChildListVectorType; typedef in chart::AccessibleBase
310 ChildListVectorType m_aChildList;