summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun4.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-06-24editeng: add convenience creators to ESelection All, NotFoundTomaž Vajngerl1-1/+1
2024-06-01loplugin:ostr in sc/../viewNoel Grandin1-3/+3
2024-04-08cid#1596254 Null pointer dereferences in GetSotStorageStreamNoel Grandin1-2/+2
2024-04-02simplify SotTempStream and lifetimeNoel Grandin1-3/+3
2024-02-20none of these defaults can be hitCaolán McNamara1-2/+2
2023-12-28Added boolean op's to SfxPoolItemHolderArmin Le Grand (allotropia)1-2/+2
2023-12-21Remove DeleteItemOnIdlexArmin Le Grand (allotropia)1-6/+8
2022-06-17create getter for ScCellValue::mpEditTextNoel Grandin1-1/+1
2022-06-16make meType in ScCellValue privateNoel Grandin1-3/+3
2022-03-03improve ScMark* classes a bitLuboš Luňák1-2/+2
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski1-3/+3
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák1-4/+2
2021-10-30Prepare for removal of non-const operator[] from Sequence in scMike Kaganski1-3/+3
2021-07-02can allocate these SfxItemSet on the stackNoel Grandin1-4/+3
2021-06-01no need to allocate these on the heapNoel Grandin1-2/+2
2021-05-17split OutputDevice from WindowNoel Grandin1-2/+2
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-04-06remove Application::GetDefDialogParent call in editengCaolán McNamara1-2/+3
2021-02-02Don't bother shrinking row height when changing just one row interactivelyTor Lillqvist1-1/+1
2020-12-22split SotStorageStream into two classesNoel1-1/+1
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-1/+0
2020-11-18Remove unused SdrGrafObj::SetGraphicLink rReferer, rFilterName parametersStephan Bergmann1-5/+3
2020-09-26UpdateOle never called with a null ScViewData*Caolán McNamara1-2/+2
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara1-1/+1
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara1-6/+6
2020-09-18ScCellValue::getString never called with a null ScDocument*Caolán McNamara1-1/+1
2020-09-18ScCellIterator never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-16ScFormulaCell ctor variants never called with null ScDocument*Caolán McNamara1-1/+1
2020-09-16ScEditableTester ctor never passed a null ScDocument*Caolán McNamara1-3/+3
2020-09-16ScImportExport always dereferences it ScDocument* argCaolán McNamara1-1/+1
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara1-18/+18
2020-09-15ScRefFinder ScDocument* argument dereferenced on all pathsCaolán McNamara1-1/+1
2020-09-09improve loplugin:unusedvarsglobalNoel Grandin1-2/+0
2020-05-30pass ScSheetLimits aroundNoel Grandin1-1/+1
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara1-3/+3
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin1-1/+1
2019-11-03loplugin:stringaddNoel Grandin1-2/+1
2019-10-21sc: rowcol: tdf#50916 convert viewfuncNoel Grandin1-3/+3
2019-10-15move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák1-0/+2
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen1-4/+0
2019-06-21reference childwins are all weldedCaolán McNamara1-1/+1
2019-05-12drop intermediate vcl::WindowCaolán McNamara1-2/+1
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-1/+1
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen1-0/+1
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-5/+4
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-25Simplify containers iterations in sc/source/ui/{view,xmlsource}Arkadiy Illarionov1-16/+11
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1