summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/grid/grideventforwarder.hxx
AgeCommit message (Collapse)Author
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2011-08-04add mode-lines to new filessCaolán McNamara
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-01-16gridsort: made the row title a row heading, being an Any instead of a stringFrank Schoenheit [fs]
2011-01-13gridsort: reworked the notification system for inserted/removed rowsFrank Schoenheit [fs]
In this course, more code which was in SVTXGridControl was moved to the places it belongs to, effectively meaning that the TableControl has better chances than before to be used outside an SVTXGridControl (though we're not there, yet). Also, the selection-related methods in TableControl/_Impl got some refactoring love, so the implementation details are hidden in the Impl class now, instead of being exposed to an exploited by the TableControl. And while we were there ... The XGridSelection does not provide a |selectColumn| anymore (there was no preparation whatsoever for column selection, anywhere, thus it was a complete dummy.) Also, its de/selectRows methods have been removed: They have questionable use, and make implementation rather difficult, compared with multiple calls to de/selectRow.
2011-01-10gridsort: XGridDataModel: moved modifying functionality into ↵Frank Schoenheit [fs]
XMutableGridDataModel.
2011-01-04gridsort: make build on unxlngi6Frank Schoenheit [fs]
2010-12-07gridsort: introduced container listeners at the grid model, reworked and ↵Frank Schoenheit [fs]
fixed listener relationship between grid model/control/peer