Age | Commit message (Expand) | Author |
2016-04-18 | clean-up: unused using declarations and includes | Jochen Nitschke |
2015-11-18 | use unique_ptr for pImpl in svtools/ | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-10-30 | com::sun::star->css in svtools | Noel Grandin |
2015-09-09 | Remove unused function params | Stephan Bergmann |
2015-09-08 | Remove unused function param | Stephan Bergmann |
2015-07-14 | loplugin:unusedmethods svtools | Noel Grandin |
2014-09-17 | callcatcher: update unused code | Caolán McNamara |
2014-05-06 | Move headers included only in svtools to svtools | Tor Lillqvist |
2014-04-09 | Remove unused code | Stephan Bergmann |
2014-04-03 | remove unnecessary scope qualifier from sal_Bool uses | Noel Grandin |
2014-03-03 | SVTOOLS : Remove usage of DBG_CTOR and DBG_DTOR. | Arnaud Versini |
2014-02-25 | Remove visual noise from svtools | Alexander Wilms |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2013-12-20 | Resolves: #i120065# apply patch for Enabled property in grid model | Jürgen Schmidt |
2013-11-07 | fdo#63020: Replace ::comphelper::stl_begin()... | Marcos Paulo de Souza |
2013-04-01 | remove boilerplate comments | Thomas Arnhold |
2012-11-19 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-09-14 | gridfixes: #i117398# allow to specify selection colors in table/grid | Norbert Thiebaud |
2012-06-29 | Remove UNO includes comments | Thomas Arnhold |
2012-01-23 | Replaced diagnore ENSURE_OR_CONTINUE with regular code. | Marcel Metz |
2011-11-27 | remove include of pch header from svtools | Norbert Thiebaud |
2011-03-11 | fix up merging issues, so it compiles | Michael Meeks |
2011-03-11 | Merge commit 'ooo/DEV300_m101' into intm101 | Jan Holesovsky |
2011-03-02 | Move DBG_ERROR to OSL_FAIL | Thomas Arnhold |
2011-01-27 | gridsort: minor changes to the new API: | Frank Schoenheit [fs] |
2011-01-19 | gridsort: introduce XGridColumn::DataModelIndex. this allows for column remov... | Frank Schoenheit [fs] |
2011-01-18 | gridsort: introduce XSortableGridDataModel::removeColumnSort | Frank Schoenheit [fs] |
2011-01-18 | gridsort: #163172# added UNO API support for sorting grid data. Implementatio... | Frank Schoenheit [fs] |
2011-01-18 | gridsort: initial support for sorting the table data (unfinished) | Frank Schoenheit [fs] |
2011-01-16 | gridsort: made the row title a row heading, being an Any instead of a string | Frank Schoenheit [fs] |
2011-01-16 | gridsort: GCC WaE | Frank Schoenheit [fs] |
2011-01-14 | gridsort: re-add tooltip support to X(Mutable)GridDataModel, this time more e... | Frank Schoenheit [fs] |
2011-01-14 | gridsort: respect runtime-changes of the table metrics (in the UNO control mo... | Frank Schoenheit [fs] |
2011-01-13 | gridsort: reworked the notification system for inserted/removed rows | Frank Schoenheit [fs] |
2011-01-12 | gridsort: reworked the color model for grid controls. Now supporting more tha... | Frank Schoenheit [fs] |
2011-01-11 | gridsort: removed XGridControl::setTooltip. It had a rather strange semantics... | Frank Schoenheit [fs] |
2011-01-10 | gridsort: XGridDataModel: moved modifying functionality into XMutableGridData... | Frank Schoenheit [fs] |
2011-01-07 | gridsort: do not retrieve all row headers at once, this doesn't scale. Instea... | Frank Schoenheit [fs] |
2011-01-07 | gridsort: alllow removing columns from a grid control column model | Frank Schoenheit [fs] |
2011-01-07 | gridsort: allow the non-UNO table model to retrieve data which is not known t... | Frank Schoenheit [fs] |
2011-01-06 | gridsort: XGridDataModel: do not provide access to all data at once, instead ... | Frank Schoenheit [fs] |
2011-01-04 | gridsort: don't let the SVTXGridControl listen for XGridColumn changes. Inste... | Frank Schoenheit [fs] |
2011-01-04 | gridsort: make build on unxlngi6 | Frank Schoenheit [fs] |
2011-01-04 | gridsort: getCellContent: (col,row) instead of (row,col) parameters | Frank Schoenheit [fs] |
2011-01-03 | gridsort: IColumnModel: make the ID attribute an css.uno.Any, so it can be ex... | Frank Schoenheit [fs] |
2011-01-03 | gridsort: allow cloning grid columns, and the (default) grid data/column model | Frank Schoenheit [fs] |
2011-01-03 | gridsort: removed methods from ITableModel which exposed implementation detai... | Frank Schoenheit [fs] |
2010-12-23 | gridsort: simplified the scrollbar handling | Frank Schoenheit [fs] |
2010-12-23 | gridsort: re-factoring the column-resizing thingie, step 1 | Frank Schoenheit [fs] |