summaryrefslogtreecommitdiff
path: root/svtools/source/table/tablecontrol_impl.cxx
AgeCommit message (Expand)Author
2014-09-10callcatcher: update unused codeCaolán McNamara
2014-06-04new loplugin: inlinesimpleaccessmethodsNoel Grandin
2014-05-11fix-includes.pl: svtoolsThomas Arnhold
2014-05-06Move headers included only in svtools to svtoolsTor Lillqvist
2014-04-09Remove unused codeStephan Bergmann
2014-04-03vcl: sal_Bool->bool and cleanupNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-03Use cstdlib std::abs instead of stdlib.h absStephan Bergmann
2014-03-03SVTOOLS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-25Remove visual noise from svtoolsAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-01-10Unused memberStephan Bergmann
2013-12-20Resolves: #i120065# apply patch for Enabled property in grid modelJürgen Schmidt
2013-12-16svtools: rename IAccessibleTableControl::dispose()Michael Stahl
2013-06-27Resolves: #i122586# recalcuate width when scrolling to last columnJürgen Schmidt
2013-05-02Resolves: #i117461# set row count to 0 and add further checkJürgen Schmidt
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-01remove boilerplate commentsThomas Arnhold
2013-04-01Related: #i119403# take transparency into account in both InvalidatesCaolán McNamara
2013-04-01Resolves: #i119403# GridControl not refreshing after deleting rowsJürgen Schmidt
2013-03-20WaE: 'DBG_UTIL' is not defined, evaluates to 0Tor Lillqvist
2013-03-03fdo#60724: fix resizeable -> resizable misspelling found by lintianBjoern Michaelsen
2012-11-19re-base on ALv2 code. Includes:Michael Meeks
2012-09-14gridfixes: impl_getColumnForOrdinate:no need to subs m_nRowHeaderWidthPixelNorbert Thiebaud
2012-09-14gridfixes: impl_ni_calculateColumnWidths: re-calculate the proper valuesNorbert Thiebaud
2012-09-14gridfixes: ensure removal of a column in grid control adjusts the cursorNorbert Thiebaud
2012-09-14gridfixes: impl_ni_relayout: update the child window position/size lastNorbert Thiebaud
2012-09-14UNFINISHED: column resizing refactoringFrank Schoenheit [fs]
2012-09-14gridfixes: #i117398# allow to specify selection colors in table/gridNorbert 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-09-14gridfixes: #i117265# use a NumberFormatter for converting cell values to text.Norbert Thiebaud
2012-06-29Remove UNO includes commentsThomas Arnhold
2011-11-27remove include of pch header from svtoolsNorbert Thiebaud
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-13Some cppcheck cleaningJulien Nabet
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-02-14gridsort: pulled and merged DEV300_m100Frank Schoenheit [fs]
2011-02-04gridsort: need another include after the rebase to m99Frank Schoenheit [fs]
2011-01-27gridsort: impl_ni_updateColumnWidts: after calculating effective widths, forw...Frank Schoenheit [fs]
2011-01-25WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-24gridsort: re-did the column resizingFrank Schoenheit [fs]
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner
2011-01-19gridsort: introduce XGridColumn::DataModelIndex. this allows for column remov...Frank Schoenheit [fs]