summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/grid/defaultgriddatamodel.cxx
AgeCommit message (Expand)Author
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski
2020-01-28tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorMehmet Emin Başoğlu
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2019-09-18tdf#42949 Fix IWYU warnings in toolkit/Gabor Kelemen
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): toolkitStephan Bergmann
2019-06-30Simplify Sequence iterations in toolkitArkadiy Illarionov
2018-11-22remove unused broadcast_type enumNoel Grandin
2018-10-24Simplify containers iterations in test..toolsArkadiy Illarionov
2018-08-19toolkit: a micro-optimization taking min and max simulnateouslyTakeshi Abe
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-01loplugin:unnecessaryoverride (dtors) in toolkitStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-09com::sun::star->css in toolkit/Noel Grandin
2015-11-01tdf#93243 replace boost::bind with c++11 lambdas in toolkit/Fabio Buso
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-08toolkit: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2014-12-08fdo#38835 strip out OUString globalsNoel Grandin
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-23tk: Constructor feature for DefaultGridDataModel.Matúš Kukan
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-01remove boilerplate commentsThomas Arnhold
2013-03-16Remove RTL_CONSTASCII_(U)STRINGPARAM (toolkit)Chr. Rossmanith
2012-10-03re-base on ALv2 code. Includes:Michael Meeks
2012-09-14gridfixes: #i117398# XMutableGridDataModel:Norbert Thiebaud
2012-09-14gridfixes: #i117398# allow to specify selection colors in table/gridNorbert Thiebaud
2012-09-14DefaultGridDataModel::getRowData: use o3tl::select1stMiklos Vajna
2012-09-14gridfixes: #i117398# added XGridDataModel::getRowDataFrank Schoenheit [fs]
2011-11-27remove include of pch header from toolkitNorbert Thiebaud
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky
2011-01-27gridsort: minor changes to the new API:Frank Schoenheit [fs]
2011-01-18gridsort: GCC WaEFrank Schoenheit [fs]
2011-01-16gridsort: made the row title a row heading, being an Any instead of a stringFrank Schoenheit [fs]
2011-01-16gridsort: add disposal checks and some rudimentary mutex lockingFrank Schoenheit [fs]
2011-01-14gridsort: XMutableGridData: renamed updateRow to updateRowData for consistenc...Frank Schoenheit [fs]
2011-01-14gridsort: re-add tooltip support to X(Mutable)GridDataModel, this time more e...Frank Schoenheit [fs]
2011-01-13gridsort: reworked the notification system for inserted/removed rowsFrank Schoenheit [fs]
2011-01-12gridsort: removed the XGridDataModel.removeRows flavour which took an arbitra...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: RowHeight belongs to the GridControlModel (not the GridDataModel), tooFrank Schoenheit [fs]