summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwsha.cxx
AgeCommit message (Expand)Author
2021-02-01cppcheck: Clean up signed 32 bit shift by 31Dr. David Alan Gilbert
2021-01-11MakeNumberInfoItem always passed a non-null ScViewData*Caolán McNamara
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-13loplugin:toolslongJulien Nabet
2020-11-13tdf#45705 rework zoom in and zoom out UI commands in CalcJim Raykowski
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin
2020-11-12remove Fraction::operator tools::Long()Noel
2020-10-20use tools::Long in scNoel
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-21lok: remove .uno:ModifiedStatus message from deduplication mechanismGabriel Masei
2020-09-18ScCellValue::getString never called with a null ScDocument*Caolán McNamara
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-08-28lok-freezepanes: fixed freeze row and column handlingPranam Lashkari
2020-07-24lok-freezepanes: Generalize FreezePanes* uno-commands...Dennis Francis
2020-04-30loplugin:makeshared in scNoel Grandin
2020-01-10use more std::make_sharedNoel Grandin
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-10-01loplugin:stringadd in scNoel Grandin
2019-09-24Allow to use multiple Formula dialog instancesSzymon Kłos
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand
2019-03-27return unique_ptr from MakeNumberInfoItemNoel Grandin
2018-12-17Resolve deprecated implicit capture of *this by reference in C++20Stephan Bergmann
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen
2018-11-05tdf#105225 new background tab pageJim Raykowski
2018-09-28weld ScAttrDlgCaolán McNamara
2018-08-12Use o3tl::temporaryMike Kaganski
2018-08-12Sort includesMike Kaganski
2018-08-07tdf#42949 Fix remaining IWYU warnings in sc/incGabor Kelemen
2018-08-01loplugin:stringloop in scNoel Grandin
2018-07-05tdf#105225 fix new background tab page in calc format cells dialogJim Raykowski
2018-06-25tdf#105225 new background tab page for Calc Format Cells dialogJim Raykowski
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-03-20drop unnecessary includesCaolán McNamara
2018-02-03TypedWhichId in scNoel Grandin
2018-01-22StartExecuteAsync doesn't need a second paramNoel Grandin
2018-01-19SfxReqest::Done takes a SfxItemSet& or a boolean, not a SfxItemSet*Caolán McNamara
2018-01-17coverity#1427628 Dereference before null checkCaolán McNamara
2018-01-16lokdialog: Don't output anything for the incoming SfxRequest.Jan Holesovsky
2018-01-15lokdialog: Allow closing the Format Cell dialogs in any order.Jan Holesovsky
2018-01-15More loplugin:cstylecast: scStephan Bergmann
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2018-01-06lok: send modified status when applying cell-formula before savingAshod Nakashian
2017-12-08simplify construction of a const vectorJochen Nitschke
2017-11-23Disabled slot with Put leaks entry (tabvwsha/sc)Julien Nabet