summaryrefslogtreecommitdiff
path: root/svtools/source/table/tablecontrol_impl.cxx
AgeCommit message (Expand)AuthorFilesLines
2011-02-14gridsort: pulled and merged DEV300_m100Frank Schoenheit [fs]1-17/+17
2011-02-04gridsort: need another include after the rebase to m99Frank Schoenheit [fs]1-1/+1
2011-01-27gridsort: impl_ni_updateColumnWidts: after calculating effective widths, forw...Frank Schoenheit [fs]1-0/+6
2011-01-24gridsort: re-did the column resizingFrank Schoenheit [fs]1-133/+219
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner1-2/+16
2011-01-19gridsort: introduce XGridColumn::DataModelIndex. this allows for column remov...Frank Schoenheit [fs]1-8/+5
2011-01-19gridsort: render indicator for current column sortFrank Schoenheit [fs]1-41/+46
2011-01-18gridsort: fix calculation of nActualRows when rendering the row header area -...Frank Schoenheit [fs]1-7/+6
2011-01-18gridsort: initial support for sorting the table data (unfinished)Frank Schoenheit [fs]1-9/+7
2011-01-18gridsort: GCC WaEFrank Schoenheit [fs]1-4/+1
2011-01-17gridsort: fix getRowAtPointFrank Schoenheit [fs]1-19/+17
2011-01-17gridsort: do not activate header cellsFrank Schoenheit [fs]1-66/+54
2011-01-17gridsort: fix impl_getColumnForOrdinate to take row headers into accountFrank Schoenheit [fs]1-3/+8
2011-01-17gridsort: delegated the column resize functionality to the DefaultInputHandle...Frank Schoenheit [fs]1-148/+85
2011-01-16gridsort: made the row title a row heading, being an Any instead of a stringFrank Schoenheit [fs]1-2/+2
2011-01-14gridsort: moved tabledatawindow from svtools/inc/svtools to svtools/source/ta...Frank Schoenheit [fs]1-1/+1
2011-01-14gridsort: added runtime-checks (non-pro only) for consistency of m_aColumnWidthsFrank Schoenheit [fs]1-9/+26
2011-01-14gridsort: respect runtime-changes of the table metrics (in the UNO control mo...Frank Schoenheit [fs]1-7/+21
2011-01-14gridsort: ouch. Removed IAccessibleTable::GetSelectedRows. It exposed an inte...Frank Schoenheit [fs]1-33/+8
2011-01-14gridsort: fixed invalidateRowRange for some edge casesFrank Schoenheit [fs]1-4/+7
2011-01-13gridsort: rowsRemoved/Inserted: update scrollbarsFrank Schoenheit [fs]1-0/+6
2011-01-13gridsort: added runtime (non-pro) consistency checks for TableControl_Impl::m...Frank Schoenheit [fs]1-0/+14
2011-01-13gridsort: cleaned up (parts of) the selection-related codeFrank Schoenheit [fs]1-229/+263
2011-01-13gridsort: moved *all* members from TableControl to TableControl_Impl - this i...Frank Schoenheit [fs]1-30/+78
2011-01-13gridsort: reworked the notification system for inserted/removed rowsFrank Schoenheit [fs]1-30/+226
2011-01-12removetooltypes01: Exchange misleading type sal_uIntPtr with sal_uLongCarsten Driesner1-1/+1
2011-01-12gridsort: impl_getCellRect: no need to adjust the rect as returned by the Tab...Frank Schoenheit [fs]1-14/+18
2011-01-12gridsort: consolidated and fixed table cell rendering.Frank Schoenheit [fs]1-41/+12
2011-01-12gridsort: reworked the color model for grid controls. Now supporting more tha...Frank Schoenheit [fs]1-12/+16
2011-01-11gridsort: PaintRowHeader's RowPos argument was superfluous - removedFrank Schoenheit [fs]1-1/+1
2011-01-11gridsort: XGridControl: add methods to retrieve the current row/colFrank Schoenheit [fs]1-94/+104
2011-01-11gridsort: IAbstractTableControl renamed to ITableControl, added a few more me...Frank Schoenheit [fs]1-70/+67
2011-01-11gridsort: removed XGridControl::setTooltip. It had a rather strange semantics...Frank Schoenheit [fs]1-72/+3
2011-01-07gridsort: when columns are removed from or inserted into the model, invalidat...Frank Schoenheit [fs]1-21/+6
2011-01-07gridsort: alllow removing columns from a grid control column modelFrank Schoenheit [fs]1-1/+1
2011-01-06gridsort: allow inserting columns into the column model while the control is ...Frank Schoenheit [fs]1-53/+48
2011-01-04gridsort: don't let the SVTXGridControl listen for XGridColumn changes. Inste...Frank Schoenheit [fs]1-0/+35
2011-01-04gridsort: make build on unxlngi6Frank Schoenheit [fs]1-1/+1
2011-01-04gridsort: getCellContent: (col,row) instead of (row,col) parametersFrank Schoenheit [fs]1-2/+2
2011-01-04gridsort: don't decide in the TableControl whether a cell content is a image ...Frank Schoenheit [fs]1-44/+8
2011-01-03gridsort: removed methods from ITableModel which exposed implementation detai...Frank Schoenheit [fs]1-30/+37
2010-12-23gridsort: simplified the scrollbar handlingFrank Schoenheit [fs]1-47/+31
2010-12-23gridsort: re-factoring the column-resizing thingie, step 1Frank Schoenheit [fs]1-326/+469
2010-12-17gridsort: more refactoring of the relationship (especially with respect to li...Frank Schoenheit [fs]1-175/+227
2010-12-17gridsort: removed setter methods from ITableModel - they're an aspect of conc...Frank Schoenheit [fs]1-40/+0
2010-11-10 removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from xml...Xiaofei Zhang1-9/+30
2010-11-09gridcontrol07: some comments addedMihaela Kedikova1-3/+4
2010-11-08gridcontrol07: bugfixes for gridcontrolMihaela Kedikova1-2/+15
2010-11-05removetooltypes01: #i112600# remove tooltypes from toolkit, svtools and frame...Xiaofei Zhang1-18/+18
2010-06-21CWS-TOOLING: integrate CWS gridcontrol04obo1-9/+30