Lines Matching refs:m_aTable
76 nChildren = m_aTable.GetRowCount(); in getAccessibleChildCount()
78 nChildren = m_aTable.GetRowCount()*m_aTable.GetColumnCount(); in getAccessibleChildCount()
80 nChildren = m_aTable.GetColumnCount(); in getAccessibleChildCount()
99 return m_aTable.GetRowCount(); in getAccessibleRowCount()
108 return m_aTable.GetColumnCount(); in getAccessibleColumnCount()
221 return m_aTable.GetRowCount()*m_aTable.GetColumnCount(); in implGetChildCount()
226 sal_Int32 nColumns = m_aTable.GetColumnCount(); in implGetRow()
232 sal_Int32 nColumns = m_aTable.GetColumnCount(); in implGetColumn()
239 return nRow * m_aTable.GetColumnCount() + nColumn; in implGetChildIndex()
244 sal_Int32 const selectionCount( m_aTable.GetSelectedRowCount() ); in implGetSelectedRows()
247 rSeq[i] = m_aTable.GetSelectedRowIndex(i); in implGetSelectedRows()
253 if( nRow >= m_aTable.GetRowCount() ) in ensureIsValidRow()
261 if( nColumn >= m_aTable.GetColumnCount() ) in ensureIsValidColumn()