summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* jsc340: merge to dev300m101Juergen Schmidt2011-02-24236-14087/+9692
|\
| * merged DEV300Release Engineering2011-02-18170-13659/+7123
| |\
| | * CWS-TOOLING: integrate CWS gridsortIvo Hinkelmann2011-02-1728-517/+725
| | |\
| | | * gridsort: pulled and merged DEV300_m100Frank Schoenheit [fs]2011-02-142-1/+43
| | | |\ | | |_|/ | |/| |
| | | * pulled and merged DEV300.m99Frank Schoenheit [fs]2011-02-0328-517/+725
| | | |\
| | | | * Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34bFrank Schoenheit [fs]2011-01-3161-725/+1293
| | | | |\
| | | | | * gridsort: i116682: update UnoControlDialog to reflect XDialogJuergen Schmidt2011-01-284-4/+8
| | | | | * gridsort: minor changes to the new API:Frank Schoenheit [fs]2011-01-275-8/+8
| | | | | * gridsort: grid control related unit tests (first set, more to come)Frank Schoenheit [fs]2011-01-261-1/+1
| | | | | * gridsort: pulled and merged DEV300m98Frank Schoenheit [fs]2011-01-2532-429/+996
| | | | | |\
| | | | | | * gridsort: pulled CWS dba34bFrank Schoenheit [fs]2011-01-2548-212/+1222
| | | | | | |\ | | | | | |_|/ | | | | |/| |
| | | | | | * gridsort: re-did the column resizingFrank Schoenheit [fs]2011-01-241-8/+35
| | | | | | * gridsort: document the relationship between soorting the data and notifying X...Frank Schoenheit [fs]2011-01-191-0/+8
| | | | | | * gridsort: introduce XGridColumn::DataModelIndex. this allows for column remov...Frank Schoenheit [fs]2011-01-191-0/+14
| | | | | | * gridsort: introduce XSortableGridDataModel::removeColumnSortFrank Schoenheit [fs]2011-01-184-7/+11
| | | | | | * gridsort: #163172# added UNO API support for sorting grid data. Implementatio...Frank Schoenheit [fs]2011-01-185-4/+232
| | | | | | * gridsort: made the row title a row heading, being an Any instead of a stringFrank Schoenheit [fs]2011-01-163-13/+15
| | | | | | * gridsort: XMutableGridData: renamed updateRow to updateRowData for consistenc...Frank Schoenheit [fs]2011-01-141-1/+12
| | | | | | * gridsort: updateCell->updateCellData, setCellToolTip->updateCellToolTip; in b...Frank Schoenheit [fs]2011-01-141-4/+4
| | | | | | * gridsort: re-add tooltip support to X(Mutable)GridDataModel, this time more e...Frank Schoenheit [fs]2011-01-142-1/+21
| | | | | | * gridsort: ouch. Removed IAccessibleTable::GetSelectedRows. It exposed an inte...Frank Schoenheit [fs]2011-01-141-12/+0
| | | | | | * gridsort: reworked the notification system for inserted/removed rowsFrank Schoenheit [fs]2011-01-134-33/+38
| | | | | | * gridsort: removed the XGridDataModel.removeRows flavour which took an arbitra...Frank Schoenheit [fs]2011-01-121-15/+0
| | | | | | * gridsort: @raises is not recognized by autodoc, use @throws insteadFrank Schoenheit [fs]2011-01-126-14/+14
| | | | | | * gridsort: reworked the color model for grid controls. Now supporting more tha...Frank Schoenheit [fs]2011-01-121-11/+47
| | | | | | * gridsort: XGridCell/Renderer are unused and uselessFrank Schoenheit [fs]2011-01-123-111/+2
| | | | | | * gridsort: XGridControl: add methods to retrieve the current row/colFrank Schoenheit [fs]2011-01-111-6/+20
| | | | | | * gridsort: XGridControl::getItemIndexAtPoint renamed to getRowAtPoint; introdu...Frank Schoenheit [fs]2011-01-111-2/+20
| | | | | | * gridsort: +XGridColumn::HelpText, to be displayed as tooltip for the column h...Frank Schoenheit [fs]2011-01-111-0/+6
| | | | | | * gridsort: removed XGridControl::setTooltip. It had a rather strange semantics...Frank Schoenheit [fs]2011-01-111-16/+1
| | | | | | * gridsort: removed XGridColumn::setIndex - don't really want to have something...Frank Schoenheit [fs]2011-01-101-8/+8
| | | | | | * gridsort: XGridDataModel: moved modifying functionality into XMutableGridData...Frank Schoenheit [fs]2011-01-107-91/+190
| | | | | | * gridsort: do not retrieve all row headers at once, this doesn't scale. Instea...Frank Schoenheit [fs]2011-01-071-5/+15
| | | | | | * gridsort: document ownership of the grid columnsFrank Schoenheit [fs]2011-01-071-1/+6
| | | | | | * gridsort: alllow removing columns from a grid control column modelFrank Schoenheit [fs]2011-01-071-5/+16
| | | | | | * gridsort: added XGridColumnModel::createColumnFrank Schoenheit [fs]2011-01-071-9/+17
| | | | | | * gridsort: RowHeight belongs to the GridControlModel (not the GridDataModel), tooFrank Schoenheit [fs]2011-01-072-4/+6
| | | | | | * gridsort: RowHeaderWidth/ColumnHeaderHeight do not belong to the GridData/Col...Frank Schoenheit [fs]2011-01-074-16/+23
| | | | | | * gridsort: removed css.awt.grid.ScrollBarMode - it was unused, and if it weren...Frank Schoenheit [fs]2011-01-073-72/+0
| | | | | | * gridsort: XGridDataModel: do not provide access to all data at once, instead ...Frank Schoenheit [fs]2011-01-061-8/+12
| | | | | | * gridsort: removed XGridColumnModel::copyColumnFrank Schoenheit [fs]2011-01-061-7/+0
| | | | | | * gridsort: member names usually start with UpperCase - corrected this for Grid...Frank Schoenheit [fs]2011-01-052-13/+13
| | | | | | * gridsort: css.awt.grid.GridControlEvent is unused - removedFrank Schoenheit [fs]2011-01-052-55/+0
| | | | | | * gridsort: allow cloning grid columns, and the (default) grid data/column modelFrank Schoenheit [fs]2011-01-033-4/+25
| | | | | | * gridsort: do not allow NULL/VOID for a grid's columnd/data model - nothing wo...Frank Schoenheit [fs]2010-12-231-0/+6
| | | | | | * gridsort: renamed XGridDataModel::add/removeDataListener to add/removeGridDat...Frank Schoenheit [fs]2010-12-171-3/+3
| | | | | | * gridsort: renamed XGridColumn::add/removeColumnListener to add/removeGridColu...Frank Schoenheit [fs]2010-12-171-2/+2
| | | | | | * gridsort: let XGridColumnModel::getColumn throw an IndexOutOfBoundsException ...Frank Schoenheit [fs]2010-12-171-1/+3
| | | | | | * gridsort: removed XGridColumn::updateColumnFrank Schoenheit [fs]2010-12-171-7/+0
| | | | | | * gridsort: introduced container listeners at the grid model, reworked and fixe...Frank Schoenheit [fs]2010-12-073-22/+19