summaryrefslogtreecommitdiff
path: root/svtools/source/table/tablecontrol.cxx
AgeCommit message (Expand)Author
2012-09-14gridfixes: fixed assertionFrank Schoenheit [fs]
2012-09-14gridfixes: ensure removal of a column in grid control adjusts the cursorNorbert Thiebaud
2012-09-14gridfixes: re-enable the mouse listeners which got lostNorbert Thiebaud
2012-09-14gridfixes: copied #i112562#'s fix from CWS gridcontrol06 hereinNorbert Thiebaud
2012-09-14gridfixes: when the table controls doesn't have the focus use diff. color.Norbert Thiebaud
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-01-26callcatcher: remove some unused codeCaolán McNamara
2011-11-27remove include of pch header from svtoolsNorbert Thiebaud
2011-08-23unusedcode: svt::Matúš Kukan
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-11fix up merging issues, so it compilesMichael Meeks
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky
2011-02-14gridsort: pulled and merged DEV300_m100Frank Schoenheit [fs]
2011-02-07Remove some dead codeThomas Arnhold
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-16gridsort: made the row title a row heading, being an Any instead of a stringFrank Schoenheit [fs]
2011-01-14gridsort: moved tabledatawindow from svtools/inc/svtools to svtools/source/ta...Frank Schoenheit [fs]
2011-01-14gridsort: ouch. Removed IAccessibleTable::GetSelectedRows. It exposed an inte...Frank Schoenheit [fs]
2011-01-14gridsort: replaced RemoveSelectedRow by ClearSelection - the first implementa...Frank Schoenheit [fs]
2011-01-13gridsort: cleaned up (parts of) the selection-related codeFrank Schoenheit [fs]
2011-01-13gridsort: moved *all* members from TableControl to TableControl_Impl - this i...Frank Schoenheit [fs]
2011-01-13gridsort: reworked the notification system for inserted/removed rowsFrank Schoenheit [fs]
2011-01-12gridsort: impl_getCellRect: no need to adjust the rect as returned by the Tab...Frank Schoenheit [fs]
2011-01-11gridsort: XGridControl: add methods to retrieve the current row/colFrank Schoenheit [fs]
2011-01-11gridsort: IAbstractTableControl renamed to ITableControl, added a few more me...Frank Schoenheit [fs]
2011-01-11gridsort: removed XGridControl::setTooltip. It had a rather strange semantics...Frank Schoenheit [fs]
2011-01-04gridsort: getCellContent: (col,row) instead of (row,col) parametersFrank Schoenheit [fs]
2011-01-03gridsort: removed methods from ITableModel which exposed implementation detai...Frank Schoenheit [fs]
2010-12-23gridsort: re-factoring the column-resizing thingie, step 1Frank Schoenheit [fs]
2010-12-17gridsort: more refactoring of the relationship (especially with respect to li...Frank Schoenheit [fs]
2010-11-19EasyHack: RTL_CONST macro from createFromAsciiKevin Hunter
2010-11-10 removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from xml...Xiaofei Zhang
2010-11-05removetooltypes01: #i112600# remove tooltypes from toolkit, svtools and frame...Xiaofei Zhang
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
2010-06-21CWS-TOOLING: integrate CWS gridcontrol04obo
2010-06-09gridcontrol04: fix for #i112217#Mihaela Kedikova
2010-06-04gridcontrol04: fixes for #i111279#, #i111957#, #i112114#Mihaela Kedikova
2010-05-05os141: background handling: ue a reasonable default background (so we don not...Frank Schoenheit [fs]
2010-04-23gridcontrol_03:bug fix for #i111107#, added update methods to xgriddatamodelMihaela Kedikova
2010-04-16gridcontrol_03:fixes for #i110947#, #i110521#Mihaela Kedikova
2010-04-09export TableControl for usage in VCLTestToolGregor Hartmann
2010-03-26gridcontrol_03:improvementsMihaela Kedikova
2010-03-25gridcontrol_03:scrollbar update after resizing bug fixedMihaela 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: #i10000#: convert files with CR/LF characters to CR onlyJens-Heiner Rechtien