summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/drawvie4.cxx
AgeCommit message (Expand)Author
2024-07-18make ScRange single-arg constructor explicitNoel Grandin
2024-06-01loplugin:ostr in sc/../viewNoel Grandin
2024-05-31sc: Reduce number of calls to GetMarkedObjectList()Xisco Fauli
2024-05-30AreObjectsMarked -> GetMarkedObjectList().GetMarkCount() != 0Xisco Fauli
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski
2023-06-27tdf#54768 sc: fix resizing of cropped images to original sizeTibor Nagy
2023-04-23use more TOOLS_WARN_EXCEPTIONNoel Grandin
2023-01-31svx: Refactor (sdr) views to access the SdrModel by referenceTomaž Vajngerl
2022-08-18loplugin:moveitNoel Grandin
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin
2021-10-14use std::vector::insert instead of push_backNoel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-02-21loplugin:refcounting in scNoel
2020-10-20use tools::Long in scNoel
2020-09-30loplugin:reducevarscope in scNoel
2020-09-18ScAddress::Parse never passed a null ScDocument*Caolán McNamara
2020-09-16CalcScale never passed a null ScDocument*Caolán McNamara
2020-09-16CopyStaticToDocument never passed a null ScDocument*Caolán McNamara
2020-09-16copyChartRefDataToClipDoc never passed a null ScDocument*Caolán McNamara
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara
2020-09-15ScRangeList::Parse ScDocument* argument dereferenced on all used pathsCaolán McNamara
2020-08-12loplugin:flatten in sc/ui/viewNoel Grandin
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2020-01-28remove some unused local varsNoel Grandin
2019-12-11tdf#119191 Implement SdrObjCustomShape::AdjustToMaxRectRegina Henschel
2019-08-12Mark Sequence const in scArkadiy Illarionov
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov
2019-07-20loplugin:referencecasting in scNoel Grandin
2019-02-09loplugin:indentation in scNoel Grandin
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-25Simplify containers iterations in sc/source/ui/{view,xmlsource}Arkadiy Illarionov
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin
2018-10-15loplugin:constfields in scNoel Grandin
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-10-09use unique_ptr in SdrUndoGroupNoel Grandin
2018-08-30rename GetMarkedObjModel to CreateMarkedObjModelNoel Grandin
2018-08-29loplugin:useuniqueptr in ScDrawTransferObjNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-06-27tdf#118308: Incorrect Paste Special dialog when ...Henry Castro
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen
2018-05-23tdf#117228: crash in SfxItemSet::GetItemState...Henry Castro
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-03-19coverity#1430097 Dereference null return valueCaolán McNamara
2018-03-19coverity#1430077 add assert for 'Division or modulo by zero'Caolán McNamara
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-03-07tdf#116108 Add option to fit images into their cellSamuel Mehrbrodt
2017-12-08sc lok: 1 view has 1 clipboard to transfer dataHenry Castro