summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh5.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-06-01no need to allocate these on the heapNoel Grandin1-3/+3
2021-02-02Don't bother shrinking row height when changing just one row interactivelyTor Lillqvist1-1/+1
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-1/+0
2020-10-20use tools::Long in scNoel1-1/+1
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara1-3/+3
2020-09-17Tokens2RangeStringXML ctor never called with null ScDocument*Caolán McNamara1-1/+1
2020-09-16TransferDrawPage always dereferences its ScDocument* argumentCaolán McNamara1-1/+1
2020-09-16TransferTab always dereferences its ScDocument* argumentCaolán McNamara1-1/+1
2020-07-30loplugin:flatten in sc/uiNoel Grandin1-22/+22
2020-05-30pass ScSheetLimits aroundNoel Grandin1-2/+2
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-1/+1
2019-12-02use weld::WaitObjectCaolán McNamara1-1/+0
2019-11-25sc: rowcol: tdf#50916 convert segmenttreeNoel Grandin1-2/+2
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin1-2/+2
2019-10-23sc: rowcol: tdf#50916 convert docshellNoel Grandin1-12/+12
2019-06-21reference childwins are all weldedCaolán McNamara1-12/+9
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+2
2019-02-27tdf#42949 Fix IWYU warnings in sc/source/ui/d*/*cxxGabor Kelemen1-1/+0
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-10/+9
2019-01-18use unique_ptr in scNoel Grandin1-4/+4
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-8/+8
2018-10-08use more std::unique_ptr in ScDBCollection::NamedDBsNoel Grandin1-1/+1
2018-10-06use more std::unique_ptr in ScUndoMoveTab and ScUndoCopyTabNoel Grandin1-2/+2
2018-08-31pass ScDBData by std::unique_ptrNoel Grandin1-4/+4
2018-08-31pass ScDocument by ScDocumentUniquePtrNoel Grandin1-4/+4
2018-08-28loplugin:useuniqueptr pass ScDocument by unique_ptr in undo codeNoel Grandin1-2/+2
2018-06-28loplugin:useuniqueptr in ScUndoDBDataNoel Grandin1-4/+6
2018-06-28loplugin:useuniqueptr in ScDocShellNoel Grandin1-9/+5
2018-06-26loplugin:useuniqueptr in ScConsolidateParamNoel Grandin1-11/+11
2018-06-13Fix typosAndrea Gelmini1-1/+1
2018-06-03sc: prefix members of ScDocShellHenry Castro1-114/+114
2018-05-16loplugin:constantparamNoel Grandin1-1/+1
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-6/+7
2018-03-28loplugin:useuniqueptr in ScColumnNoel Grandin1-1/+1
2018-03-22loplugin:useuniqueptr in ScDocumentNoel Grandin1-3/+3
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-1/+1
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara1-12/+21
2018-02-15Resolves: tdf#115046 don't restore a sheet-local DBData from temporaryEike Rathke1-3/+18
2017-12-07loplugin:constparamsNoel Grandin1-1/+1
2017-11-01Simplify OUString and return earlyMatteo Casalin1-14/+6
2017-10-23loplugin:includeform: scStephan Bergmann1-23/+23
2017-07-21migrate to boost::gettextCaolán McNamara1-5/+5
2017-07-14use more OUString::operator== in scNoel Grandin1-2/+2
2017-07-13loplugin:oncevar: empty strings: scStephan Bergmann1-2/+1
2017-05-10partial revert of "loplugin:checkunusedparams in sc(part4)"Noel Grandin1-5/+6
2017-05-10loplugin:checkunusedparams in sc(part4)Noel Grandin1-3/+3
2017-05-10loplugin:checkunusedparams in sc(part1)Noel Grandin1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-06Fix typosAndrea Gelmini1-3/+3