Lines Matching refs:CAccTable

47 STDMETHODIMP CAccTable::get_accessibleAt(long row, long column, IUnknown * * accessible)  in get_accessibleAt()
102 STDMETHODIMP CAccTable::get_caption(IUnknown * *) in get_caption()
119 STDMETHODIMP CAccTable::get_columnDescription(long column, BSTR * description) in get_columnDescription()
153 STDMETHODIMP CAccTable::get_columnExtentAt(long row, long column, long * nColumnsSpanned) in get_columnExtentAt()
187 STDMETHODIMP CAccTable::get_columnHeader(IAccessibleTable __RPC_FAR *__RPC_FAR *accessibleTable, lo… in get_columnHeader()
242 STDMETHODIMP CAccTable::get_nColumns(long * columnCount) in get_nColumns()
268 STDMETHODIMP CAccTable::get_nRows(long * rowCount) in get_nRows()
294 STDMETHODIMP CAccTable::get_nSelectedColumns(long * columnCount) in get_nSelectedColumns()
321 STDMETHODIMP CAccTable::get_nSelectedRows(long * rowCount) in get_nSelectedRows()
349 STDMETHODIMP CAccTable::get_rowDescription(long row, BSTR * description) in get_rowDescription()
384 STDMETHODIMP CAccTable::get_rowExtentAt(long row, long column, long * nRowsSpanned) in get_rowExtentAt()
419 STDMETHODIMP CAccTable::get_rowHeader(IAccessibleTable __RPC_FAR *__RPC_FAR *accessibleTable, long … in get_rowHeader()
476 STDMETHODIMP CAccTable::get_selectedRows(long, long ** rows, long * nRows) in get_selectedRows()
516 STDMETHODIMP CAccTable::get_selectedColumns(long, long ** columns, long * numColumns) in get_selectedColumns()
554 STDMETHODIMP CAccTable::get_summary(IUnknown * * accessible) in get_summary()
593 STDMETHODIMP CAccTable::get_isColumnSelected(long column, unsigned char * isSelected) in get_isColumnSelected()
620 STDMETHODIMP CAccTable::get_isRowSelected(long row, unsigned char * isSelected) in get_isRowSelected()
649 STDMETHODIMP CAccTable::get_isSelected(long row, long column, unsigned char * isSelected) in get_isSelected()
676 STDMETHODIMP CAccTable::selectRow(long row) in selectRow()
722 STDMETHODIMP CAccTable::selectColumn(long column) in selectColumn()
769 STDMETHODIMP CAccTable::unselectRow(long row) in unselectRow()
818 STDMETHODIMP CAccTable::unselectColumn(long column) in unselectColumn()
866 STDMETHODIMP CAccTable::put_XInterface(long pXInterface) in put_XInterface()
897 STDMETHODIMP CAccTable::get_columnIndex(long childIndex, long * columnIndex) in get_columnIndex()
922 STDMETHODIMP CAccTable::get_rowIndex(long childIndex, long * rowIndex) in get_rowIndex()
947 STDMETHODIMP CAccTable::get_childIndex(long RowIndex , long columnIndex, long * childIndex ) in get_childIndex()
968 STDMETHODIMP CAccTable::get_rowColumnExtentsAtIndex(long, in get_rowColumnExtentsAtIndex()
985 STDMETHODIMP CAccTable::get_modelChange(IA2TableModelChange *) in get_modelChange()
994 STDMETHODIMP CAccTable::get_nSelectedChildren(long *childCount) in get_nSelectedChildren()
1026 STDMETHODIMP CAccTable::get_selectedChildren(long, long **children, long *nChildren) in get_selectedChildren()