summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabview2.cxx
AgeCommit message (Expand)Author
2023-09-04sc: ui: view: Use conditional assignmentAron Budea
2023-08-08tdf#155799: sc: fix formula reference "key up"Henry Castro
2023-08-08tdf#155799: sc: abstraction "moveRefByCell"Henry Castro
2023-07-26cool#6931 on ctrl+[right/down] don't leap to the limits of the documentCaolán McNamara
2023-07-08Fix typoAndrea Gelmini
2023-07-07tdf#155796 sc: fix select with merged cellsJaume Pujantell
2023-04-14lok: setup LOK notifier for invalid range errorSzymon Kłos
2022-04-28fix horizontal Calc cursor skippingLuboš Luňák
2022-03-08optimize ScTabView::SkipCursorVertical() for many rowsLuboš Luňák
2022-03-08revert/fix the incorrect fix for tdf#126904Luboš Luňák
2022-03-03improve ScMark* classes a bitLuboš Luňák
2022-02-18Revert tdf#64345: EDITING: Selected area looses selection when switching sheetAhmet Hakan Çelik
2022-02-08optimize ScTabView::SkipCursorVertical() for many hidden rowsLuboš Luňák
2022-02-01tdf#64345: EDITING: Selected area looses selection when switching sheetAhmet Hakan Çelik
2022-01-30Resolves: tdf#146994 InitOwnBlockMode() with current mark range or cursor posEike Rathke
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen
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
2020-07-09tdf#134688 run error dialog async and keep the events in the one event loopCaolán McNamara
2020-05-29loplugin:simplifybool in oox..sdNoel Grandin
2020-03-02tdf#126904 calc right arrow large unexpected column jump in protected sheetNoel Grandin
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin
2019-10-21sc: rowcol: tdf#50916 convert tabviewNoel Grandin
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen
2019-08-03Fix typosAndrea Gelmini
2019-06-21reference childwins are all weldedCaolán McNamara
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2018-10-31cppCheck RedundantAssignment variable pMergeAttrZdibák Zoltán
2018-07-04loplugin:useuniqueptr in ScTabViewNoel Grandin
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara
2018-02-17Revert "loplugin:changetoolsgen in sc" and reapply pluginNoel Grandin
2018-02-14loplugin:changetoolsgen in scNoel Grandin
2018-02-03TypedWhichId in scNoel Grandin
2018-01-26nMovX is SCCOLMike Kaganski
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-26loplugin:constparam in sc part7Noel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin
2017-02-15convert ScUpdateMode to scoped enumNoel Grandin
2016-11-19LOK - calc: now PgUp/PgDn offset is used only when PgUp/PgDn are pressedMarco Cecchetti
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin