summaryrefslogtreecommitdiff
path: root/svtools/source/table
AgeCommit message (Expand)AuthorFilesLines
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-1/+1
2012-01-26callcatcher: remove some unused codeCaolán McNamara1-6/+0
2012-01-13Fix for fdo43460 Part XXXVII getLength() to isEmpty()Olivier Hallot2-3/+3
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz2-3/+0
2011-11-27remove include of pch header from svtoolsNorbert Thiebaud8-14/+0
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara4-0/+12
2011-09-15Drop leftover unused temp variableTor Lillqvist1-2/+0
2011-08-23Work around limitation in the debug version of the MSVC std::lower_boundTor Lillqvist2-7/+5
2011-08-23unusedcode: svt::Matúš Kukan4-37/+0
2011-08-13Some cppcheck cleaningJulien Nabet1-4/+4
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito6-0/+0
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky14-2093/+3603
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-11fix up merging issues, so it compilesMichael Meeks1-1/+1
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky14-2093/+3603
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-3/+3
2011-02-15gridsort: post-rebase fixesFrank Schoenheit [fs]3-29/+3
2011-02-14gridsort: pulled and merged DEV300_m100Frank Schoenheit [fs]5-32/+58
2011-02-07Remove some dead codeThomas Arnhold1-1/+0
2011-02-04gridsort: need another include after the rebase to m99Frank Schoenheit [fs]1-1/+1
2011-02-02Clean up makefilesThomas Arnhold1-4/+0
2011-02-02gridsort: when cancelling a column sort by releasing the mouse outside the st...Frank Schoenheit [fs]1-14/+12
2011-01-27gridsort: impl_ni_updateColumnWidts: after calculating effective widths, forw...Frank Schoenheit [fs]1-0/+6
2011-01-27gridsort: properly render the sort indicator for right-aligned columnsFrank Schoenheit [fs]1-1/+1
2011-01-26gridsort: let the sort indicator arrow point up when sorted ascending, and do...Frank Schoenheit [fs]1-1/+1
2011-01-25WaE: gcc 4.6.0 various warningsCaolán McNamara1-3/+0
2011-01-25gridsort: pulled CWS dba34bFrank Schoenheit [fs]1-57/+0
2011-01-24gridsort: adjusted ITableModel documentation to the new realitiesFrank Schoenheit [fs]1-3/+0
2011-01-24gridsort: re-did the column resizingFrank Schoenheit [fs]2-135/+228
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner1-2/+16
2011-01-20gridsort: GridTableRenderer::impl_paintCellContent allow for XInterfaces whic...Frank Schoenheit [fs]1-5/+24
2011-01-19gridsort: introduce XGridColumn::DataModelIndex. this allows for column remov...Frank Schoenheit [fs]3-15/+6
2011-01-19gridsort: render indicator for current column sortFrank Schoenheit [fs]5-49/+146
2011-01-18gridsort: fix calculation of nActualRows when rendering the row header area -...Frank Schoenheit [fs]1-7/+6
2011-01-18CWS-TOOLING: integrate CWS gridcontrol07Ivo Hinkelmann1-2/+16
2011-01-18gridsort: initial support for sorting the table data (unfinished)Frank Schoenheit [fs]5-17/+97
2011-01-18gridsort: GCC WaEFrank Schoenheit [fs]2-4/+3
2011-01-17gridsort: fix getRowAtPointFrank Schoenheit [fs]2-19/+21
2011-01-17gridsort: do not activate header cellsFrank Schoenheit [fs]2-73/+64
2011-01-17gridsort: fix impl_getColumnForOrdinate to take row headers into accountFrank Schoenheit [fs]1-3/+8
2011-01-17gridsort: moved the row selection functionality into a IMouseFunction impleme...Frank Schoenheit [fs]4-64/+104
2011-01-17gridsort: outsourced the column-resizing functionality into a dedicated class.Frank Schoenheit [fs]4-122/+411
2011-01-17gridsort: delegated the column resize functionality to the DefaultInputHandle...Frank Schoenheit [fs]6-277/+267
2011-01-16gridsort: made the row title a row heading, being an Any instead of a stringFrank Schoenheit [fs]3-9/+16
2011-01-16gridsort: GCC WaEFrank Schoenheit [fs]1-0/+2
2011-01-14gridsort: if the tooltip text contains line breaks, force the tip style to be...Frank Schoenheit [fs]1-1/+5
2011-01-14gridsort: TableDataWindow: use Help::ShowTip instead of Help::ShowQuickHelp.Frank Schoenheit [fs]2-24/+56
2011-01-14gridsort: moved tabledatawindow from svtools/inc/svtools to svtools/source/ta...Frank Schoenheit [fs]5-6/+95
2011-01-14gridsort: fix calculation of auto-alternating-color: Do not adjust towards WH...Frank Schoenheit [fs]1-6/+6
2011-01-14gridsort: added runtime-checks (non-pro only) for consistency of m_aColumnWidthsFrank Schoenheit [fs]1-9/+26