Lines Matching refs:m_aTable
94 m_aTable.GoToCell( m_nColPos, m_nRowPos ); in grabFocus()
101 return m_aTable.GetAccessibleCellText( getRowPos(), getColumnPos() ); in implGetText()
107 return m_aTable.GetAccessible()->getAccessibleContext()->getLocale(); in implGetLocale()
161 if ( &m_aTable ) in getCharacterBounds()
162 aRect = AWTRectangle( m_aTable.GetFieldCharacterBounds( getRowPos(), getColumnPos(), nIndex ) ); in getCharacterBounds()
172 return m_aTable.GetFieldIndexAtPoint( getRowPos(), getColumnPos(), VCLPoint( _aPoint ) ); in getIndexAtPoint()
219 …m_aTable.FillAccessibleStateSetForCell( *pStateSetHelper, getRowPos(), static_cast< sal_uInt16 >( … in implCreateStateSetHelper()
246 return ( getRowPos() * m_aTable.GetColumnCount() ) + getColumnPos(); in getAccessibleIndexInParent()
359 Window* pParent = m_aTable.GetAccessibleParentWindow(); in implGetBoundingBox()
361 Rectangle aGridRect = m_aTable.GetWindowExtentsRelative( pParent ); in implGetBoundingBox()
363 …Rectangle aCellRect = m_aTable.calcCellRect(nIndex%m_aTable.GetColumnCount(), nIndex/m_aTable.GetC… in implGetBoundingBox()
372 Rectangle aGridRect = m_aTable.GetWindowExtentsRelative( NULL ); in implGetBoundingBoxOnScreen()
374 …Rectangle aCellRect = m_aTable.calcCellRect(nIndex%m_aTable.GetColumnCount(), nIndex/m_aTable.GetC… in implGetBoundingBoxOnScreen()