Searched refs:m_aChildList (Results 1 – 5 of 5) sorted by relevance
108 m_aChildList.clear(); in updateChildList()116 m_aChildList.resize(nChildren); in updateChildList()119 m_aChildList[n] = pContext->getAccessibleChild(n); in updateChildList()120 OSL_ASSERT(m_aChildList[n].is()); in updateChildList()153 size_t n, nmax = m_aChildList.size(); in handleChildRemoved()156 if( rxChild == m_aChildList[n] ) in handleChildRemoved()191 size_t n = m_aChildList.size(); in handleInvalidateChildren()194 if( m_aChildList[n].is() ) in handleInvalidateChildren()208 size_t nmax = m_aChildList.size(); in handleInvalidateChildren()211 if( m_aChildList[n].is() ) in handleInvalidateChildren()[all …]
50 AccessibleVector m_aChildList; member in AtkListener
201 ChildListVectorType aLocalChildList( m_aChildList ); in NotifyEvent()321 m_aChildList.push_back( xChild ); in AddChild()357 ::std::find( m_aChildList.begin(), m_aChildList.end(), xChild ); in RemoveChildByOId()359 OSL_ENSURE( aVecIter != m_aChildList.end(), in RemoveChildByOId()363 m_aChildList.erase( aVecIter ); in RemoveChildByOId()447 ChildListVectorType aLocalChildList( m_aChildList ); in KillAllChildren()450 m_aChildList.clear(); in KillAllChildren()541 OSL_ENSURE( m_aChildList.empty(), "Child list should be empty" ); in disposing()577 return m_aChildList.size(); in ImplGetAccessibleChildCount()625 xResult.set( m_aChildList[ i ] ); in ImplGetAccessibleChildById()[all …]
185 safe_list< XContent > m_aChildList; member in OFolderContent
339 ChildListVectorType m_aChildList; member in chart::AccessibleBase
Completed in 67 milliseconds