summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/select.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-11-24Turn SC_MOD macro to a functionMike Kaganski1-9/+8
2024-04-06Disable dragging in readonly view mode.Gökay Şatır1-0/+3
2023-10-25tdf#114441 - Convert use of sal_uLong to better integer typessahil1-6/+6
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin1-2/+2
2023-06-28sc: prefix m_* ScViewFunctionSet class membersHenry Castro1-134/+134
2023-04-21tdf#154578 sc fix: fill square is reduced when pulling selection with CTRLBalazs Varga1-0/+3
2022-08-18loplugin:moveitNoel Grandin1-1/+1
2022-02-15lok: sc: introduce LocalStartDrag methodHenry Castro1-0/+4
2022-02-10replace various sal_uLong that might overflow with huge sheetsLuboš Luňák1-1/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-02-07prevent reference range resetting on panning in mobilePranam Lashkari1-1/+12
2021-02-07LOK: stop range selection with mouse/touch move in mobilePranam Lashkari1-1/+4
2021-01-07ScTable::GetProtection and ScDocument::GetTabProtection can be constMike Kaganski1-1/+1
2020-10-20use tools::Long in scNoel1-4/+4
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara1-19/+19
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-08-12loplugin:flatten in sc/ui/viewNoel Grandin1-47/+47
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin1-2/+2
2019-10-19sc: rowcol: tdf#50916 chip away at some more call sites.Michael Meeks1-2/+2
2019-09-26loplugin:constmethod in scNoel Grandin1-1/+1
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen1-2/+0
2018-08-24loplugin:useuniqueptr in ScTransferObjNoel Grandin1-5/+3
2018-04-10Resolves: tdf#116813 Height/Width swappedCaolán McNamara1-2/+2
2018-03-16Resolves: tdf#115923 try a different approach to solving tdf#46637Caolán McNamara1-5/+20
2018-02-14loplugin:changetoolsgen in scNoel Grandin1-2/+2
2018-01-24loplugin:unused-returns in vclNoel Grandin1-8/+6
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-9/+9
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-28/+28
2017-05-12remove unused uno::Reference varsNoel Grandin1-3/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-02-15convert ScUpdateMode to scoped enumNoel Grandin1-1/+1
2017-01-09New loplugin:externvar: scStephan Bergmann1-2/+0
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin1-1/+1
2016-07-11Related: tdf#100573 try a different approach to solving tdf#46637Caolán McNamara1-3/+8
2016-06-20tdf#96540 dragging between sheets can change the current cursor positionCaolán McNamara1-0/+1
2016-05-30Convert SelectionMode to scoped enumNoel Grandin1-2/+2
2016-02-22loplugin:commaoperator in sc/Noel Grandin1-8/+36
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-2/+2
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-09-20convert SC_FILL constants to scoped enumNoel Grandin1-7/+7
2015-08-14loplugin: defaultparamsNoel Grandin1-4/+4
2015-05-13convert ENDTRACK_ constants to scoped enumNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-05-19Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida1-0/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1