Lines Matching refs:pParent

138 			SvLBoxEntry* pParent = getListBox()->GetParent( pEntry );  in GetBoundingBox_Impl()  local
139 if ( pParent ) in GetBoundingBox_Impl()
143 aTopLeft -= getListBox()->GetBoundingRect( pParent ).TopLeft(); in GetBoundingBox_Impl()
925 SvLBoxEntry* pParent = getListBox()->GetEntryFromPath( m_aEntryPath ); in isAccessibleChildSelected() local
926 SvLBoxEntry* pEntry = getListBox()->GetEntry( pParent, nChildIndex ); in isAccessibleChildSelected()
940 SvLBoxEntry* pParent = getListBox()->GetEntryFromPath( m_aEntryPath ); in clearAccessibleSelection() local
941 if ( !pParent ) in clearAccessibleSelection()
944 nCount = getListBox()->GetLevelChildCount( pParent ); in clearAccessibleSelection()
947 SvLBoxEntry* pEntry = getListBox()->GetEntry( pParent, i ); in clearAccessibleSelection()
960 SvLBoxEntry* pParent = getListBox()->GetEntryFromPath( m_aEntryPath ); in selectAllAccessibleChildren() local
961 if ( !pParent ) in selectAllAccessibleChildren()
964 nCount = getListBox()->GetLevelChildCount( pParent ); in selectAllAccessibleChildren()
967 SvLBoxEntry* pEntry = getListBox()->GetEntry( pParent, i ); in selectAllAccessibleChildren()
982 SvLBoxEntry* pParent = getListBox()->GetEntryFromPath( m_aEntryPath ); in getSelectedAccessibleChildCount() local
983 if ( !pParent ) in getSelectedAccessibleChildCount()
985 nCount = getListBox()->GetLevelChildCount( pParent ); in getSelectedAccessibleChildCount()
988 SvLBoxEntry* pEntry = getListBox()->GetEntry( pParent, i ); in getSelectedAccessibleChildCount()
1009 SvLBoxEntry* pParent = getListBox()->GetEntryFromPath( m_aEntryPath ); in getSelectedAccessibleChild() local
1010 if ( !pParent ) in getSelectedAccessibleChild()
1012 nCount = getListBox()->GetLevelChildCount( pParent ); in getSelectedAccessibleChild()
1015 SvLBoxEntry* pEntry = getListBox()->GetEntry( pParent, i ); in getSelectedAccessibleChild()
1036 SvLBoxEntry* pParent = getListBox()->GetEntryFromPath( m_aEntryPath ); in deselectAccessibleChild() local
1037 SvLBoxEntry* pEntry = getListBox()->GetEntry( pParent, nSelectedChildIndex ); in deselectAccessibleChild()
1247 SvLBoxEntry* pParent = getListBox()->GetEntryFromPath( m_aEntryPath ); in GetRealChild() local
1248 if (pParent) in GetRealChild()
1250 pEntry = getListBox()->GetEntry( pParent, nIndex ); in GetRealChild()
1253 getListBox()->RequestingChilds(pParent); in GetRealChild()
1254 pEntry = getListBox()->GetEntry( pParent, nIndex ); in GetRealChild()