summaryrefslogtreecommitdiff
path: root/svtools/source/uno/unocontroltablemodel.cxx
AgeCommit message (Expand)Author
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2015-11-18use unique_ptr for pImpl in svtools/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30com::sun::star->css in svtoolsNoel Grandin
2015-09-09Remove unused function paramsStephan Bergmann
2015-09-08Remove unused function paramStephan Bergmann
2015-07-14loplugin:unusedmethods svtoolsNoel Grandin
2014-09-17callcatcher: update unused codeCaolán McNamara
2014-05-06Move headers included only in svtools to svtoolsTor Lillqvist
2014-04-09Remove unused codeStephan Bergmann
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-03SVTOOLS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2014-02-25Remove visual noise from svtoolsAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-12-20Resolves: #i120065# apply patch for Enabled property in grid modelJürgen Schmidt
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza
2013-04-01remove boilerplate commentsThomas Arnhold
2012-11-19re-base on ALv2 code. Includes:Michael Meeks
2012-09-14gridfixes: #i117398# allow to specify selection colors in table/gridNorbert Thiebaud
2012-06-29Remove UNO includes commentsThomas Arnhold
2012-01-23Replaced diagnore ENSURE_OR_CONTINUE with regular code.Marcel Metz
2011-11-27remove include of pch header from svtoolsNorbert Thiebaud
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-01-27gridsort: minor changes to the new API:Frank Schoenheit [fs]
2011-01-19gridsort: introduce XGridColumn::DataModelIndex. this allows for column remov...Frank Schoenheit [fs]
2011-01-18gridsort: introduce XSortableGridDataModel::removeColumnSortFrank Schoenheit [fs]
2011-01-18gridsort: #163172# added UNO API support for sorting grid data. Implementatio...Frank Schoenheit [fs]
2011-01-18gridsort: initial support for sorting the table data (unfinished)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: re-add tooltip support to X(Mutable)GridDataModel, this time more e...Frank Schoenheit [fs]
2011-01-14gridsort: respect runtime-changes of the table metrics (in the UNO control mo...Frank Schoenheit [fs]
2011-01-13gridsort: reworked the notification system for inserted/removed rowsFrank Schoenheit [fs]
2011-01-12gridsort: reworked the color model for grid controls. Now supporting more tha...Frank Schoenheit [fs]
2011-01-11gridsort: removed XGridControl::setTooltip. It had a rather strange semantics...Frank Schoenheit [fs]
2011-01-10gridsort: XGridDataModel: moved modifying functionality into XMutableGridData...Frank Schoenheit [fs]
2011-01-07gridsort: do not retrieve all row headers at once, this doesn't scale. Instea...Frank Schoenheit [fs]
2011-01-07gridsort: alllow removing columns from a grid control column modelFrank Schoenheit [fs]
2011-01-07gridsort: allow the non-UNO table model to retrieve data which is not known t...Frank Schoenheit [fs]
2011-01-06gridsort: XGridDataModel: do not provide access to all data at once, instead ...Frank Schoenheit [fs]
2011-01-04gridsort: don't let the SVTXGridControl listen for XGridColumn changes. Inste...Frank Schoenheit [fs]
2011-01-04gridsort: make build on unxlngi6Frank Schoenheit [fs]
2011-01-04gridsort: getCellContent: (col,row) instead of (row,col) parametersFrank Schoenheit [fs]
2011-01-03gridsort: IColumnModel: make the ID attribute an css.uno.Any, so it can be ex...Frank Schoenheit [fs]
2011-01-03gridsort: allow cloning grid columns, and the (default) grid data/column modelFrank Schoenheit [fs]
2011-01-03gridsort: removed methods from ITableModel which exposed implementation detai...Frank Schoenheit [fs]
2010-12-23gridsort: simplified the scrollbar handlingFrank Schoenheit [fs]
2010-12-23gridsort: re-factoring the column-resizing thingie, step 1Frank Schoenheit [fs]