summaryrefslogtreecommitdiff
path: root/svtools/source/table
AgeCommit message (Expand)Author
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-01-26callcatcher: remove some unused codeCaolán McNamara
2012-01-13Fix for fdo43460 Part XXXVII getLength() to isEmpty()Olivier Hallot
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2011-11-27remove include of pch header from svtoolsNorbert Thiebaud
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-15Drop leftover unused temp variableTor Lillqvist
2011-08-23Work around limitation in the debug version of the MSVC std::lower_boundTor Lillqvist
2011-08-23unusedcode: svt::Matúš Kukan
2011-08-13Some cppcheck cleaningJulien Nabet
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
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-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-02-15gridsort: post-rebase fixesFrank Schoenheit [fs]
2011-02-14gridsort: pulled and merged DEV300_m100Frank Schoenheit [fs]
2011-02-07Remove some dead codeThomas Arnhold
2011-02-04gridsort: need another include after the rebase to m99Frank Schoenheit [fs]
2011-02-02Clean up makefilesThomas Arnhold
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-25WaE: gcc 4.6.0 various warningsCaolán McNamara
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]
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: if the tooltip text contains line breaks, force the tip style to be...Frank Schoenheit [fs]
2011-01-14gridsort: TableDataWindow: use Help::ShowTip instead of Help::ShowQuickHelp.Frank Schoenheit [fs]
2011-01-14gridsort: moved tabledatawindow from svtools/inc/svtools to svtools/source/ta...Frank Schoenheit [fs]
2011-01-14gridsort: fix calculation of auto-alternating-color: Do not adjust towards WH...Frank Schoenheit [fs]
2011-01-14gridsort: added runtime-checks (non-pro only) for consistency of m_aColumnWidthsFrank Schoenheit [fs]