summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfunc.cxx
AgeCommit message (Expand)Author
2020-09-26UpdateOle never called with a null ScViewData*Caolán McNamara
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara
2020-09-23ScRefAddress::GetRefString never passed a null ScDocument*Caolán McNamara
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara
2020-09-16ScFormulaCell ctor variants never called with null ScDocument*Caolán McNamara
2020-09-16ScFormulaCell ctor variant never called with null ScDocument*Caolán McNamara
2020-09-16ScEditableTester ctor never passed a null ScDocument*Caolán McNamara
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara
2020-09-14both branches dereference ScDocument* argCaolán McNamara
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-08-12loplugin:flatten in sc/ui/viewNoel Grandin
2020-07-04lokit: add new callback type LOK_CALLBACK_INVALIDATE_SHEET_GEOMETRYDennis Francis
2020-06-15tdf#103414 Add/Delete decimal for 100th secondLaurent BP
2020-06-09tdf#128502: Try to support multiple documents in LibreOfficeKit-using processTor Lillqvist
2020-05-30pass ScSheetLimits aroundNoel Grandin
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl
2019-12-20loplugin:duplicate-definesNoel Grandin
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-12-11Related: tdf#129300 add ScIndentItem to provide a descriptionCaolán McNamara
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara
2019-11-25sc: rowcol: tdf#50916 convert segmenttreeNoel Grandin
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin
2019-11-06loplugin:indentation find broken if statementsNoel Grandin
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin
2019-10-21sc: rowcol: tdf#50916 convert viewfuncNoel Grandin
2019-10-01loplugin:stringadd in scNoel Grandin
2019-09-01Fix '..'Andrea Gelmini
2019-08-20loplugin:constvars in package..scNoel Grandin
2019-08-19uitest: pass OUString by const reference and formatting fixesMarkus Mohrhard
2019-08-19uitest: log more eventsAhmed ElShreif
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen
2019-06-21reference childwins are all weldedCaolán McNamara
2019-05-15tdf#123762 Cell anchored object is deleted if cell is deletedIlhan Yesil
2019-05-12drop intermediate vcl::WindowCaolán McNamara
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2019-03-12fix a possible ScTokenArray leakLuboš Luňák
2019-02-08tdf#120703 PVS: fix conditionMike Kaganski
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin
2018-12-25Simplify containers iterations in sc/source/ui/{view,xmlsource}Arkadiy Illarionov
2018-11-06tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[m-z]*Gabor Kelemen
2018-11-02tdf#115317 Fix empty url representationPaul Trojahn
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-08-30pass ScRefUndoData around by std::unique_ptrNoel Grandin
2018-08-28loplugin:useuniqueptr pass ScDocument by unique_ptr in undo codeNoel Grandin
2018-08-25loplugin:useuniqueptr in ScMoveUndoNoel Grandin