summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun4.cxx
AgeCommit message (Expand)Author
2020-11-18Remove unused SdrGrafObj::SetGraphicLink rReferer, rFilterName parametersStephan Bergmann
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-18ScCellValue::getString never called with a null ScDocument*Caolán McNamara
2020-09-18ScCellIterator 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-16ScEditableTester ctor never passed a null ScDocument*Caolán McNamara
2020-09-16ScImportExport always dereferences it ScDocument* argCaolán McNamara
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara
2020-09-15ScRefFinder ScDocument* argument dereferenced on all pathsCaolán McNamara
2020-09-09improve loplugin:unusedvarsglobalNoel Grandin
2020-05-30pass ScSheetLimits aroundNoel Grandin
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin
2019-11-03loplugin:stringaddNoel Grandin
2019-10-21sc: rowcol: tdf#50916 convert viewfuncNoel Grandin
2019-10-15move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák
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-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-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen
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-11-07move SvTreeListBox to vclCaolán McNamara
2018-11-02tdf#115317 Fix empty url representationPaul Trojahn
2018-10-31cppCheck RedundantAssignment variable pPatternZdibák Zoltán
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
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-24loplugin:useuniqueptr pass ScDocument by unique_ptr in the undo codeNoel Grandin
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-09sc, implement HAVE_FEATURE_AVMEDIAjan Iversen
2017-09-16convert SvxURLFormat to scoped enumNoel Grandin
2017-08-07EditEngine: Removing BIN format from scVarun Dhall
2017-06-08EditEngine: Added ODF_TEXT_FLAT paste for scVarun Dhall
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-19keep the leading '=' equal character, tdf#102525 follow-upEike Rathke