Lines Matching refs:m_nIndexInParent
75 m_nIndexInParent( _nIndexInParent ), in DBG_NAME()
280 return m_nIndexInParent; in getAccessibleIndexInParent()
360 Rectangle aRect( m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ) ); in containsPoint()
379 aRect = AWTRectangle( m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ) ); in getBounds()
392 Rectangle aRect = m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ); in getLocation()
406 Rectangle aRect = m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ); in getLocationOnScreen()
420 aSize = m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ).GetSize(); in getSize()
480 Rectangle aCharRect = m_pListBoxHelper->GetEntryCharacterBounds( m_nIndexInParent, nIndex ); in getCharacterBounds()
481 Rectangle aItemRect = m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ); in getCharacterBounds()
506 Rectangle aItemRect = m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ); in getIndexAtPoint()
510 if ( nI != -1 && (sal_uInt16)m_nIndexInParent == nPos ) in getIndexAtPoint()