::com::sun::star::lang::XComponent | XGridDataModel | |
::com::sun::star::util::XCloneable | XGridDataModel | |
acquire() | XInterface | |
addEventListener([in] XEventListener xListener) | XComponent | |
addGridDataListener([in] XGridDataListener Listener) | XMutableGridDataModel | |
addRow([in] any Heading, [in] sequence< any > Data) | XMutableGridDataModel | |
addRows([in] sequence< any > Headings, [in] sequence< sequence< any > > Data) | XMutableGridDataModel | |
ColumnCount | XGridDataModel | attributereadonly |
createClone() | XCloneable | |
dispose() | XComponent | |
getCellData([in] long Column, [in] long RowIndex) | XGridDataModel | |
getCellToolTip([in] long Column, [in] long RowIndex) | XGridDataModel | |
getCurrentSortOrder() | XSortableGridData | |
getRowData([in] long RowIndex) | XGridDataModel | |
getRowHeading([in] long RowIndex) | XGridDataModel | |
insertRow([in] long Index, [in] any Heading, [in] sequence< any > Data) | XMutableGridDataModel | |
insertRows([in] long Index, [in] sequence< any > Headings, [in] sequence< sequence< any > > Data) | XMutableGridDataModel | |
queryInterface([in] type aType) | XInterface | |
release() | XInterface | |
removeAllRows() | XMutableGridDataModel | |
removeColumnSort() | XSortableGridData | |
removeEventListener([in] XEventListener aListener) | XComponent | |
removeGridDataListener([in] XGridDataListener Listener) | XMutableGridDataModel | |
removeRow([in] long RowIndex) | XMutableGridDataModel | |
RowCount | XGridDataModel | attributereadonly |
sortByColumn([in] long ColumnIndex, [in] boolean SortAscending) | XSortableGridData | |
updateCellData([in] long ColumnIndex, [in] long RowIndex, [in] any Value) | XMutableGridDataModel | |
updateCellToolTip([in] long ColumnIndex, [in] long RowIndex, [in] any Value) | XMutableGridDataModel | |
updateRowData([in] sequence< long > ColumnIndexes, [in] long RowIndex, [in] sequence< any > Values) | XMutableGridDataModel | |
updateRowHeading([in] long RowIndex, [in] any Heading) | XMutableGridDataModel | |
updateRowToolTip([in] long RowIndex, [in] any Value) | XMutableGridDataModel | |
XMutableGridDataModel | XSortableMutableGridDataModel | |
XSortableGridData | XSortableMutableGridDataModel | |