summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/select.cxx
AgeCommit message (Expand)Author
2022-08-18loplugin:moveitNoel Grandin
2022-02-15lok: sc: introduce LocalStartDrag methodHenry Castro
2022-02-10replace various sal_uLong that might overflow with huge sheetsLuboš Luňák
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-02-07prevent reference range resetting on panning in mobilePranam Lashkari
2021-02-07LOK: stop range selection with mouse/touch move in mobilePranam Lashkari
2021-01-07ScTable::GetProtection and ScDocument::GetTabProtection can be constMike Kaganski
2020-10-20use tools::Long in scNoel
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-12loplugin:flatten in sc/ui/viewNoel Grandin
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin
2019-10-19sc: rowcol: tdf#50916 chip away at some more call sites.Michael Meeks
2019-09-26loplugin:constmethod in scNoel Grandin
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen
2018-08-24loplugin:useuniqueptr in ScTransferObjNoel Grandin
2018-04-10Resolves: tdf#116813 Height/Width swappedCaolán McNamara
2018-03-16Resolves: tdf#115923 try a different approach to solving tdf#46637Caolán McNamara
2018-02-14loplugin:changetoolsgen in scNoel Grandin
2018-01-24loplugin:unused-returns in vclNoel Grandin
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-10-23loplugin:includeform: scStephan Bergmann
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-02-15convert ScUpdateMode to scoped enumNoel Grandin
2017-01-09New loplugin:externvar: scStephan Bergmann
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin
2016-07-11Related: tdf#100573 try a different approach to solving tdf#46637Caolán McNamara
2016-06-20tdf#96540 dragging between sheets can change the current cursor positionCaolán McNamara
2016-05-30Convert SelectionMode to scoped enumNoel Grandin
2016-02-22loplugin:commaoperator in sc/Noel Grandin
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-09-20convert SC_FILL constants to scoped enumNoel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-05-13convert ENDTRACK_ constants to scoped enumNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-05-19Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-27coverity#1187677 Dereference null return valueCaolán McNamara
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21Translate German comments and remove superfluous ones as well as visual noiseAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann