summaryrefslogtreecommitdiff
path: root/svtools/source/uno/unocontroltablemodel.cxx
AgeCommit message (Expand)Author
2011-03-11fix up merging issues, so it compilesMichael Meeks
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-01-27gridsort: minor changes to the new API:Frank Schoenheit [fs]
2011-01-19gridsort: introduce XGridColumn::DataModelIndex. this allows for column remov...Frank Schoenheit [fs]
2011-01-18gridsort: introduce XSortableGridDataModel::removeColumnSortFrank Schoenheit [fs]
2011-01-18gridsort: #163172# added UNO API support for sorting grid data. Implementatio...Frank Schoenheit [fs]
2011-01-18gridsort: initial support for sorting the table data (unfinished)Frank Schoenheit [fs]
2011-01-16gridsort: made the row title a row heading, being an Any instead of a stringFrank Schoenheit [fs]
2011-01-16gridsort: GCC WaEFrank Schoenheit [fs]
2011-01-14gridsort: re-add tooltip support to X(Mutable)GridDataModel, this time more e...Frank Schoenheit [fs]
2011-01-14gridsort: respect runtime-changes of the table metrics (in the UNO control mo...Frank Schoenheit [fs]
2011-01-13gridsort: reworked the notification system for inserted/removed rowsFrank Schoenheit [fs]
2011-01-12gridsort: reworked the color model for grid controls. Now supporting more tha...Frank Schoenheit [fs]
2011-01-11gridsort: removed XGridControl::setTooltip. It had a rather strange semantics...Frank Schoenheit [fs]
2011-01-10gridsort: XGridDataModel: moved modifying functionality into XMutableGridData...Frank Schoenheit [fs]
2011-01-07gridsort: do not retrieve all row headers at once, this doesn't scale. Instea...Frank Schoenheit [fs]
2011-01-07gridsort: alllow removing columns from a grid control column modelFrank Schoenheit [fs]
2011-01-07gridsort: allow the non-UNO table model to retrieve data which is not known t...Frank Schoenheit [fs]
2011-01-06gridsort: XGridDataModel: do not provide access to all data at once, instead ...Frank Schoenheit [fs]
2011-01-04gridsort: don't let the SVTXGridControl listen for XGridColumn changes. Inste...Frank Schoenheit [fs]
2011-01-04gridsort: make build on unxlngi6Frank Schoenheit [fs]
2011-01-04gridsort: getCellContent: (col,row) instead of (row,col) parametersFrank Schoenheit [fs]
2011-01-03gridsort: IColumnModel: make the ID attribute an css.uno.Any, so it can be ex...Frank Schoenheit [fs]
2011-01-03gridsort: allow cloning grid columns, and the (default) grid data/column modelFrank Schoenheit [fs]
2011-01-03gridsort: removed methods from ITableModel which exposed implementation detai...Frank Schoenheit [fs]
2010-12-23gridsort: simplified the scrollbar handlingFrank Schoenheit [fs]
2010-12-23gridsort: re-factoring the column-resizing thingie, step 1Frank Schoenheit [fs]
2010-12-17gridsort: no need for the param-less UnoControlTableColumn anymore - the rece...Frank Schoenheit [fs]
2010-12-17gridsort: properly react on elementInserted notificationsFrank Schoenheit [fs]
2010-12-17gridsort: removed XGridColumn::updateColumnFrank Schoenheit [fs]
2010-12-17gridsort: more refactoring of the relationship (especially with respect to li...Frank Schoenheit [fs]
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
2010-03-26gridcontrol_03:improvementsMihaela Kedikova
2010-03-23gridcontrol_03: merge with DEV300_m75Mihaela Kedikova
2010-03-22fixed bugs for linux buildMihaela Kedikova
2010-03-22recent changes for grid controlMihaela Kedikova
2010-02-12recent changes for grid controlMihaela Kedikova
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2009-11-03fixes for i106470Mihaela Kedikova
2009-10-30fixes for i106470Mihaela Kedikova
2009-08-26CWS-TOOLING: integrate CWS gridcontrol_01Release Engineers