summaryrefslogtreecommitdiff
path: root/svtools/source/table
AgeCommit message (Expand)Author
2013-12-20#120065# apply patch for Enabled property in grid modelJürgen Schmidt
2013-11-28#i123068# remove implicit conversions from rtl strings to their elementsHerbert Dürr
2013-06-27#122586# recalcuate width when scrolling to last columnJürgen Schmidt
2012-06-25#117461: set row count to 0 and add further checkJürgen Schmidt
2012-06-11119403: AOO 3.4 - GridControl not refreshing after deleting rowsJürgen Schmidt
2012-05-30i119149 - Fix triggering of selection changed eventAriel Constenla-Haile
2011-11-06Update headers to Alv2 headersAndrew Rist
2011-11-06Update headers to Alv2 headersAndrew Rist
2011-04-13CWS-TOOLING: integrate CWS gridfixes_OOO340Kurt Zenker
2011-04-07gridfixes: impl_getColumnForOrdinate: no need to subtract m_nRowHeaderWidthPi...Frank Schoenheit [fs]
2011-04-07gridfixes: impl_ni_calculateColumnWidths: re-calculate the proper values for ...Frank Schoenheit [fs]
2011-04-07gridfixes: ensure removal of a column at the grid control adjusts the cursor,...Frank Schoenheit [fs]
2011-04-01gridfixes: removed useles debug outputFrank Schoenheit [fs]
2011-04-01gridfixes: re-enable the mouse listeners which got lost in a previous change....Frank Schoenheit [fs]
2011-04-01gridfixes: lcl_getAlignmentTextDrawFlags: care for the rare cases that the ta...Frank Schoenheit [fs]
2011-04-01gridfixes: impl_ni_relayout: update the child window position/size as very la...Frank Schoenheit [fs]
2011-03-29gridfixes: GCC WaEFrank Schoenheit [fs]
2011-03-28gridfixes: fixed selection handling, part I: RowSelection::HandleMouseDown: a...Frank Schoenheit [fs]
2011-03-28UNFINISHED: column resizing refactoringFrank Schoenheit [fs]
2011-03-25gridfixes: added forgotten includes (how did this compile?)Frank Schoenheit [fs]
2011-03-22gridfixes: #i117398# allow to specify selection-related colors in table/grid ...Frank Schoenheit [fs]
2011-03-16gridfixes: copied #i112562#'s fix from CWS gridcontrol06 hereinFrank Schoenheit [fs]
2011-03-08gridfixes: #i112465# delegate RequestHelp to the base class, when we do not h...Frank Schoenheit [fs]
2011-03-08gridfixes: when the table controls does not have the focus, use a different c...Frank Schoenheit [fs]
2011-03-07gridfixes: #i117265# use a NumberFormatter for converting cell values to text...Frank Schoenheit [fs]
2011-03-04gridfixes: fixed assertionFrank Schoenheit [fs]
2011-02-15gridsort: post-rebase fixesFrank Schoenheit [fs]
2011-02-14gridsort: pulled and merged DEV300_m100Frank Schoenheit [fs]
2011-02-04gridsort: need another include after the rebase to m99Frank Schoenheit [fs]
2011-02-02gridsort: when cancelling a column sort by releasing the mouse outside the st...Frank Schoenheit [fs]
2011-01-27gridsort: impl_ni_updateColumnWidts: after calculating effective widths, forw...Frank Schoenheit [fs]
2011-01-27gridsort: properly render the sort indicator for right-aligned columnsFrank Schoenheit [fs]
2011-01-26gridsort: let the sort indicator arrow point up when sorted ascending, and do...Frank Schoenheit [fs]
2011-01-25gridsort: pulled CWS dba34bFrank Schoenheit [fs]
2011-01-24gridsort: adjusted ITableModel documentation to the new realitiesFrank Schoenheit [fs]
2011-01-24gridsort: re-did the column resizingFrank Schoenheit [fs]
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner
2011-01-20gridsort: GridTableRenderer::impl_paintCellContent allow for XInterfaces whic...Frank Schoenheit [fs]
2011-01-19gridsort: introduce XGridColumn::DataModelIndex. this allows for column remov...Frank Schoenheit [fs]
2011-01-19gridsort: render indicator for current column sortFrank Schoenheit [fs]
2011-01-18gridsort: fix calculation of nActualRows when rendering the row header area -...Frank Schoenheit [fs]
2011-01-18CWS-TOOLING: integrate CWS gridcontrol07Ivo Hinkelmann
2011-01-18gridsort: initial support for sorting the table data (unfinished)Frank Schoenheit [fs]
2011-01-18gridsort: GCC WaEFrank Schoenheit [fs]
2011-01-17gridsort: fix getRowAtPointFrank Schoenheit [fs]
2011-01-17gridsort: do not activate header cellsFrank Schoenheit [fs]
2011-01-17gridsort: fix impl_getColumnForOrdinate to take row headers into accountFrank Schoenheit [fs]
2011-01-17gridsort: moved the row selection functionality into a IMouseFunction impleme...Frank Schoenheit [fs]
2011-01-17gridsort: outsourced the column-resizing functionality into a dedicated class.Frank Schoenheit [fs]
2011-01-17gridsort: delegated the column resize functionality to the DefaultInputHandle...Frank Schoenheit [fs]