summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/grid/sortablegriddatamodel.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-12new loplugin fragiledestructorNoel Grandin1-1/+1
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-38/+38
2015-09-09Get rid of OSL_UNUSEDStephan Bergmann1-3/+1
2015-09-08toolkit: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2014-12-18toolkit: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-09-25comphelper: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-1/+0
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann1-0/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-7/+7
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-28Remove remaining DBG_CTOR etc. remnants from toolkitStephan Bergmann1-87/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-38/+38
2014-03-10toolkit: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-2/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-70/+70
2014-02-26Remove visual noise from toolkitAlexander Wilms1-2/+2
2014-02-24toolkit: sal_Bool -> boolStephan Bergmann1-6/+6
2014-02-23Remove unneccessary commentsAlexander Wilms1-52/+52
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-01-23tk: Constructor feature for SortableGridDataModel.Matúš Kukan1-44/+179
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-3/+3
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza1-7/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-10/+10
2013-04-01remove boilerplate commentsThomas Arnhold1-2/+0
2013-03-16Remove RTL_CONSTASCII_(U)STRINGPARAM (toolkit)Chr. Rossmanith1-2/+2
2013-03-05doubled usingThomas Arnhold1-1/+0
2012-11-28fdo#46808, use service constructor for i18n::CollatorNoel Grandin1-8/+11
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1
2012-10-03re-base on ALv2 code. Includes:Michael Meeks1-22/+14
2012-09-14gridfixes: GCC WaEFrank Schoenheit [fs]1-2/+2
2012-09-14gridfixes: #i117398# XMutableGridDataModel:Norbert Thiebaud1-0/+28
2012-09-14gridfixes: #i117398# added XGridDataModel::getRowDataFrank Schoenheit [fs]1-0/+13
2012-09-14gridfixes: #i117625# recognize unsuccessful sorting attemptsNorbert Thiebaud1-8/+20
2012-09-14gridfixes: #i117188# remove column sort when rows are insertedFrank Schoenheit [fs]1-41/+16
2012-06-29Remove UNO includes commentsThomas Arnhold1-2/+0
2011-11-27remove include of pch header from toolkitNorbert Thiebaud1-1/+0
2011-08-04add mode-lines to new filessCaolán McNamara1-0/+3
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-01-27gridsort: minor changes to the new API:Frank Schoenheit [fs]1-2/+2
2011-01-24Automated merge with ssh://hg@hg.services.openoffice.org/cws/gridsortFrank Schoenheit [fs]1-1/+1
2011-01-21gridsort: mac WaEFrank Schoenheit [fs]1-1/+1
2011-01-19gridsort: release our mutex before calling into the delegator (in particular ...Frank Schoenheit [fs]1-14/+51
2011-01-18gridsort: respect the collator got in the service ctorFrank Schoenheit [fs]1-1/+1
2011-01-18gridsort: introduce XSortableGridDataModel::removeColumnSortFrank Schoenheit [fs]1-25/+415
2011-01-18gridsort: #163172# added UNO API support for sorting grid data. Implementatio...Frank Schoenheit [fs]1-0/+450