summaryrefslogtreecommitdiff
path: root/svtools/source/uno/svtxgridcontrol.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-09-19tdf#42949 Fix IWYU warnings in svtools/Gabor Kelemen1-3/+0
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-2/+2
2019-01-18tdf#42949 Fix remaining IWYU warnings in include/vcl/*Gabor Kelemen1-0/+1
2019-01-15tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen1-1/+0
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-3/+3
2018-08-02Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-07use more Color in sfx2..svtoolsNoel Grandin1-2/+2
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke1-1/+0
2017-11-22loplugin:flatten in svtoolsNoel Grandin1-16/+16
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-2/+2
2017-10-23loplugin:includeform: svtoolsStephan Bergmann1-3/+3
2017-07-06use more begin()/end() for SequenceNoel Grandin1-6/+3
2017-02-14convert svt::table::TableArea to scoped enumNoel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-26/+26
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin1-3/+5
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-05-30Convert SelectionMode to scoped enumNoel Grandin1-7/+7
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-10-30com::sun::star->css in svtoolsNoel Grandin1-31/+31
2015-10-21refactor out some com::sun::star typedefsNoel Grandin1-3/+1
2015-09-09Get rid of OSL_UNUSEDStephan Bergmann1-4/+2
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-04-10svtools: switch UNO pieces to use VclPtr enabled toolkit.Michael Meeks1-29/+29
2015-02-18boost->stdCaolán McNamara1-54/+54
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-05-08svtools: sal_Bool->boolNoel Grandin1-9/+9
2014-05-06Move headers included only in svtools to svtoolsTor Lillqvist1-3/+3
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-26/+26
2014-02-23Remove unneccessary commentsAlexander Wilms1-34/+34
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-12-20Resolves: #i120065# apply patch for Enabled property in grid modelJürgen Schmidt1-0/+15
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-6/+6
2013-04-01remove boilerplate commentsThomas Arnhold1-2/+0
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-2/+2
2012-11-19re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-14gridfixes: ensure removal of a column in grid control adjusts the cursorNorbert Thiebaud1-5/+32
2012-09-14gridfixes: #i117398# allow to specify selection colors in table/gridNorbert Thiebaud1-1/+38
2012-09-14gridfixes: #i117398# cleaned up the row selection APINorbert Thiebaud1-64/+68
2012-09-14gridfixes: copied #i112562#'s fix from CWS gridcontrol06 hereinNorbert Thiebaud1-10/+61
2012-08-15-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-2/+0
2012-01-23Replaced diagnore ENSURE_OR_CONTINUE with regular code.Marcel Metz1-1/+5
2012-01-23Replaced diagnore ENSURE_OR_BREAK with regular code.Marcel Metz1-6/+36