diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-01-18 11:49:20 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-01-18 11:49:20 +0100 |
commit | 961e924dbc7ebd1cea9927134524a443a7666240 (patch) | |
tree | 1ea8728c48000481196d1884308dc30c5867ce3a /toolkit/util/tk.component | |
parent | e4e1fd5c1946b7ae2c774fc3e21dd2008efc5be9 (diff) |
gridsort: #163172# added UNO API support for sorting grid data. Implementation still unfinished.
Things missing in the SortableGridData implementation
- add as listener to the delegator, so we're notified of changes
- translate and multiplex those changes
- do own notifications (XGridDataListener.dataChanged) when the sort order changed
- (possibly) update the sort order when the data in the current sort-column changed
Diffstat (limited to 'toolkit/util/tk.component')
-rw-r--r-- | toolkit/util/tk.component | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolkit/util/tk.component b/toolkit/util/tk.component index e919e8451dbb..ef6e8abfc268 100644 --- a/toolkit/util/tk.component +++ b/toolkit/util/tk.component @@ -44,6 +44,9 @@ <implementation name="org.openoffice.comp.toolkit.GridColumn"> <service name="com.sun.star.awt.grid.GridColumn"/> </implementation> + <implementation name="org.openoffice.comp.toolkit.SortableGridDataModel"> + <service name="com.sun.star.awt.grid.SortableGridDataModel"/> + </implementation> <implementation name="stardiv.Toolkit.GridControl"> <service name="com.sun.star.awt.grid.UnoControlGrid"/> </implementation> |