Home
last modified time | relevance | path

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

/aoo42x/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()
356 ChildListVectorType::iterator aVecIter = in RemoveChildByOId()
447 ChildListVectorType aLocalChildList( m_aChildList ); in KillAllChildren()
460 ChildListVectorType::const_iterator aEndIter = aLocalChildList.end(); in KillAllChildren()
461 for( ChildListVectorType::const_iterator aIter = aLocalChildList.begin(); in KillAllChildren()
611 static_cast< ChildListVectorType::size_type >( i ) >= m_aChildList.size() ) in ImplGetAccessibleChildById()
727 ChildListVectorType aLocalChildList( m_aChildList ); in getAccessibleAtPoint()
732 for( ChildListVectorType::const_iterator aIter = aLocalChildList.begin(); in getAccessibleAtPoint()
/aoo42x/main/chart2/source/controller/inc/
H A DAccessibleBase.hxx330 typedef ::std::vector< tAccessible > ChildListVectorType; typedef in chart::AccessibleBase
339 ChildListVectorType m_aChildList;

Completed in 26 milliseconds