summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/grid
AgeCommit message (Expand)AuthorFilesLines
2011-01-27gridsort: minor changes to the new API:Frank Schoenheit [fs]5-8/+8
2011-01-26gridsort: grid control related unit tests (first set, more to come)Frank Schoenheit [fs]1-1/+1
2011-01-24gridsort: re-did the column resizingFrank Schoenheit [fs]1-10/+37
2011-01-19gridsort: document the relationship between soorting the data and notifying X...Frank Schoenheit [fs]1-0/+8
2011-01-19gridsort: introduce XGridColumn::DataModelIndex. this allows for column remov...Frank Schoenheit [fs]1-0/+14
2011-01-18gridsort: introduce XSortableGridDataModel::removeColumnSortFrank Schoenheit [fs]4-7/+11
2011-01-18gridsort: #163172# added UNO API support for sorting grid data. Implementatio...Frank Schoenheit [fs]5-4/+232
2011-01-16gridsort: made the row title a row heading, being an Any instead of a stringFrank Schoenheit [fs]3-13/+15
2011-01-14gridsort: XMutableGridData: renamed updateRow to updateRowData for consistenc...Frank Schoenheit [fs]1-1/+12
2011-01-14gridsort: updateCell->updateCellData, setCellToolTip->updateCellToolTip; in b...Frank Schoenheit [fs]1-4/+4
2011-01-14gridsort: re-add tooltip support to X(Mutable)GridDataModel, this time more e...Frank Schoenheit [fs]2-1/+21
2011-01-14gridsort: ouch. Removed IAccessibleTable::GetSelectedRows. It exposed an inte...Frank Schoenheit [fs]1-12/+0
2011-01-13gridsort: reworked the notification system for inserted/removed rowsFrank Schoenheit [fs]4-33/+38
2011-01-12gridsort: removed the XGridDataModel.removeRows flavour which took an arbitra...Frank Schoenheit [fs]1-15/+0
2011-01-12gridsort: @raises is not recognized by autodoc, use @throws insteadFrank Schoenheit [fs]2-5/+5
2011-01-12gridsort: reworked the color model for grid controls. Now supporting more tha...Frank Schoenheit [fs]1-12/+48
2011-01-12gridsort: XGridCell/Renderer are unused and uselessFrank Schoenheit [fs]3-111/+2
2011-01-11gridsort: XGridControl: add methods to retrieve the current row/colFrank Schoenheit [fs]1-6/+20
2011-01-11gridsort: XGridControl::getItemIndexAtPoint renamed to getRowAtPoint; introdu...Frank Schoenheit [fs]1-2/+20
2011-01-11gridsort: +XGridColumn::HelpText, to be displayed as tooltip for the column h...Frank Schoenheit [fs]1-0/+6
2011-01-11gridsort: removed XGridControl::setTooltip. It had a rather strange semantics...Frank Schoenheit [fs]1-16/+1
2011-01-10gridsort: removed XGridColumn::setIndex - don't really want to have something...Frank Schoenheit [fs]1-8/+8
2011-01-10gridsort: XGridDataModel: moved modifying functionality into XMutableGridData...Frank Schoenheit [fs]7-110/+209
2011-01-07gridsort: do not retrieve all row headers at once, this doesn't scale. Instea...Frank Schoenheit [fs]1-5/+15
2011-01-07gridsort: document ownership of the grid columnsFrank Schoenheit [fs]1-1/+6
2011-01-07gridsort: alllow removing columns from a grid control column modelFrank Schoenheit [fs]1-5/+16
2011-01-07gridsort: added XGridColumnModel::createColumnFrank Schoenheit [fs]1-10/+18
2011-01-07gridsort: RowHeight belongs to the GridControlModel (not the GridDataModel), tooFrank Schoenheit [fs]2-4/+6
2011-01-07gridsort: RowHeaderWidth/ColumnHeaderHeight do not belong to the GridData/Col...Frank Schoenheit [fs]4-16/+23
2011-01-07gridsort: removed css.awt.grid.ScrollBarMode - it was unused, and if it weren...Frank Schoenheit [fs]3-72/+0
2011-01-06gridsort: XGridDataModel: do not provide access to all data at once, instead ...Frank Schoenheit [fs]1-8/+12
2011-01-06gridsort: removed XGridColumnModel::copyColumnFrank Schoenheit [fs]1-7/+0
2011-01-05gridsort: member names usually start with UpperCase - corrected this for Grid...Frank Schoenheit [fs]2-13/+13
2011-01-05gridsort: css.awt.grid.GridControlEvent is unused - removedFrank Schoenheit [fs]2-55/+0
2011-01-03gridsort: allow cloning grid columns, and the (default) grid data/column modelFrank Schoenheit [fs]3-4/+25
2010-12-23gridsort: do not allow NULL/VOID for a grid's columnd/data model - nothing wo...Frank Schoenheit [fs]1-0/+6
2010-12-17gridsort: renamed XGridDataModel::add/removeDataListener to add/removeGridDat...Frank Schoenheit [fs]1-3/+3
2010-12-17gridsort: renamed XGridColumn::add/removeColumnListener to add/removeGridColu...Frank Schoenheit [fs]1-2/+2
2010-12-17gridsort: let XGridColumnModel::getColumn throw an IndexOutOfBoundsException ...Frank Schoenheit [fs]1-2/+4
2010-12-17gridsort: removed XGridColumn::updateColumnFrank Schoenheit [fs]1-7/+0
2010-12-07gridsort: introduced container listeners at the grid model, reworked and fixe...Frank Schoenheit [fs]3-22/+19
2010-12-07gridsort: derive XGridColumnListener from XEventListenerFrank Schoenheit [fs]1-22/+3
2010-12-07gridsort: removed unused and empty XGridControlListener interfaceFrank Schoenheit [fs]2-50/+0
2010-11-08gridcontrol07: bugfixes for gridcontrolMihaela Kedikova1-1/+1
2010-04-23gridcontrol_03:bug fix for #i111107#, added update methods to xgriddatamodelMihaela Kedikova2-1/+21
2010-03-23gridcontrol_03: merge with DEV300_m75Mihaela Kedikova23-92/+23
2010-03-22resolved conflicts rev 265602Mihaela Kedikova8-70/+91
2010-03-22recent changes for grid controlMihaela Kedikova7-61/+83
2010-03-12changes in XGridColumnListenerMihaela Kedikova1-9/+9
2010-03-11bugs fixed for build on macOSMihaela Kedikova19-40/+57