LibreOffice Module vcl (master) 1
Classes | Typedefs | Enumerations
vcl::table Namespace Reference

Classes

class  IAccessibleTable
 This abstract class provides methods to implement an accessible table object. More...
 
class  IAccessibleTableControl
 interface for an implementation of a table control's Accessible component More...
 

Typedefs

typedef sal_Int32 RowPos
 

Enumerations

enum  AccessibleTableControlObjType {
  TCTYPE_GRIDCONTROL ,
  TCTYPE_TABLE ,
  TCTYPE_ROWHEADERBAR ,
  TCTYPE_COLUMNHEADERBAR ,
  TCTYPE_TABLECELL ,
  TCTYPE_ROWHEADERCELL ,
  TCTYPE_COLUMNHEADERCELL
}
 

Typedef Documentation

◆ RowPos

typedef sal_Int32 vcl::table::RowPos

Definition at line 33 of file accessibletable.hxx.

Enumeration Type Documentation

◆ AccessibleTableControlObjType

Enumerator
TCTYPE_GRIDCONTROL 
TCTYPE_TABLE 

The GridControl itself.

TCTYPE_ROWHEADERBAR 

The data table.

TCTYPE_COLUMNHEADERBAR 

The row header bar.

TCTYPE_TABLECELL 

The horizontal column header bar.

TCTYPE_ROWHEADERCELL 

A cell of the data table.

TCTYPE_COLUMNHEADERCELL 

A cell of the row header bar.

Definition at line 35 of file accessibletable.hxx.