Commit Graph

6 Commits

Author SHA1 Message Date
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
1f5c696c37 add mode-lines to .m files and last round of merged files, etc. 2011-09-30 09:09:25 +01:00
9f89f363dd drop bogus executable flag from [ch]xx/bas/asm files 2011-03-29 21:40:47 +01:00
4a593d1851 gridsort: initial support for sorting the table data (unfinished)
What's there is a IMouseFunction implementation which cares for sorting the ITableModel's data,
by the column whose header was clicked. This is dependent on the model declaring support for sorting,
by exposing a ITableSort interface.

Missing pieces:
- no UNO equivalent, yet (neither as design nor as implementation)
- visualization of the current sort order/column
2011-01-18 11:49:19 +01:00
79610ce242 gridsort: moved the row selection functionality into a IMouseFunction implementation, too 2011-01-17 13:49:08 +01:00
1a31d1f55b gridsort: outsourced the column-resizing functionality into a dedicated class.
Less cluttering in the InputHandler implementation this way.
Same outsourcing is still to happen to the row selection functionality.
The upcoming feature of column sorting will be a IMouseFunction implementation, too.
2011-01-17 13:14:28 +01:00