Lines Matching refs:m_aTable

84 … new AccessibleGridControlTableCell(this, m_aTable, nChildIndex/m_aTable.GetColumnCount(), nChildI…  in getAccessibleChild()
95 if(m_aTable.HasRowHeader() && m_aTable.HasColHeader()) in getAccessibleIndexInParent()
97 …else if((!m_aTable.HasRowHeader() && m_aTable.HasColHeader()) || (m_aTable.HasRowHeader() && !m_aT… in getAccessibleIndexInParent()
116 if( m_aTable.ConvertPointToCellAddress( nRow, nColumnPos, VCLPoint( rPoint ) ) ) in getAccessibleAtPoint()
117 … xChild = new AccessibleGridControlTableCell(this, m_aTable, nRow, nColumnPos, TCTYPE_TABLECELL); in getAccessibleAtPoint()
127 m_aTable.GrabFocus(); in grabFocus()
146 return m_aTable.GetRowDescription( nRow ); in getAccessibleRowDescription()
156 return m_aTable.GetColumnDescription( (sal_uInt16)nColumn ); in getAccessibleColumnDescription()
164 if(m_aTable.HasColHeader()) in getAccessibleRowHeaders()
234 sal_Int32 nChildIndex = nRow*m_aTable.GetColumnCount() + nColumn; in getAccessibleCellAt()
242 …AccessibleGridControlTableCell* pCell = new AccessibleGridControlTableCell(this, m_aTable, nRow, n… in getAccessibleCellAt()
268 sal_Int32 nColumns = m_aTable.GetColumnCount(); in selectAccessibleChild()
270 m_aTable.SelectRow( nRow, sal_True ); in selectAccessibleChild()
279 sal_Int32 nColumns = m_aTable.GetColumnCount(); in isAccessibleChildSelected()
289 m_aTable.SelectAllRows( false ); in clearAccessibleSelection()
298 for(int i=0;i<m_aTable.GetRowCount();i++) in selectAllAccessibleChildren()
308 sal_Int32 nColumns = m_aTable.GetColumnCount(); in getSelectedAccessibleChildCount()
364 Window* pParent = m_aTable.GetAccessibleParentWindow(); in implGetBoundingBox()
366 Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( pParent )); in implGetBoundingBox()
367 Rectangle aTableRect( m_aTable.calcTableRect() ); in implGetBoundingBox()
378 Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( NULL )); in implGetBoundingBoxOnScreen()
379 Rectangle aTableRect( m_aTable.calcTableRect() ); in implGetBoundingBoxOnScreen()