summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/drawvie4.cxx
AgeCommit message (Expand)Author
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
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-26loplugin:constparam in sc part7Noel Grandin
2017-08-05coverity#1416135 Dereference after null checkCaolán McNamara
2017-07-27tdf#108887 : Move the code of ScDrawView::CheckOle()...Dennis Francis
2017-07-19tdf#108881 : do not assume that chart objects always...Dennis Francis
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek