summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabview2.cxx
AgeCommit message (Expand)Author
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
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-02-02Fix for tdf#97084 : Scroll view to the ref boundary...Dennis Francis
2016-01-06Fix tdf#96524 : Do not change view when...Dennis Francis
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-07tdf#39468 translated german comments in tabview.cxx and tabview2.cxxAlbert Thuswaldner
2015-08-14loplugin: defaultparamsNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-14sc: 0 as the default zoom is curious, should be 100.Jan Holesovsky
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-03-24convert SvxZoomType to enum classNoel Grandin
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky