summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh5.cxx
AgeCommit message (Expand)Author
2024-06-01loplugin:ostr in sc/../docshellNoel Grandin
2024-05-12help msvc -analyzer out wrt C6011 Dereferencing NULL pointerCaolán McNamara
2024-01-03tdf#114441 Convert use of sal_uLong to better integer typesgilssonn
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)
2023-07-12Fix typoAndrea Gelmini
2023-07-11tdf#123026 xlsx import: recalc optimal row height on importJustin Luth
2022-05-17Related: tdf#142635 Make ScDocShell reference ScDocument by shared_ptrMike Kaganski
2022-03-03improve ScMark* classes a bitLuboš Luňák
2021-09-17rather return ref from getCharClassPtrNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-06-01no need to allocate these on the heapNoel Grandin
2021-02-02Don't bother shrinking row height when changing just one row interactivelyTor Lillqvist
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-10-20use tools::Long in scNoel
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara
2020-09-17Tokens2RangeStringXML ctor never called with null ScDocument*Caolán McNamara
2020-09-16TransferDrawPage always dereferences its ScDocument* argumentCaolán McNamara
2020-09-16TransferTab always dereferences its ScDocument* argumentCaolán McNamara
2020-07-30loplugin:flatten in sc/uiNoel Grandin
2020-05-30pass ScSheetLimits aroundNoel Grandin
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl
2019-12-02use weld::WaitObjectCaolán McNamara
2019-11-25sc: rowcol: tdf#50916 convert segmenttreeNoel Grandin
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin
2019-10-23sc: rowcol: tdf#50916 convert docshellNoel Grandin
2019-06-21reference childwins are all weldedCaolán McNamara
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2019-02-27tdf#42949 Fix IWYU warnings in sc/source/ui/d*/*cxxGabor Kelemen
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-18use unique_ptr in scNoel Grandin
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-10-08use more std::unique_ptr in ScDBCollection::NamedDBsNoel Grandin
2018-10-06use more std::unique_ptr in ScUndoMoveTab and ScUndoCopyTabNoel Grandin
2018-08-31pass ScDBData by std::unique_ptrNoel Grandin
2018-08-31pass ScDocument by ScDocumentUniquePtrNoel Grandin
2018-08-28loplugin:useuniqueptr pass ScDocument by unique_ptr in undo codeNoel Grandin
2018-06-28loplugin:useuniqueptr in ScUndoDBDataNoel Grandin
2018-06-28loplugin:useuniqueptr in ScDocShellNoel Grandin
2018-06-26loplugin:useuniqueptr in ScConsolidateParamNoel Grandin
2018-06-13Fix typosAndrea Gelmini
2018-06-03sc: prefix members of ScDocShellHenry Castro
2018-05-16loplugin:constantparamNoel Grandin
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-03-28loplugin:useuniqueptr in ScColumnNoel Grandin
2018-03-22loplugin:useuniqueptr in ScDocumentNoel Grandin
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara
2018-02-15Resolves: tdf#115046 don't restore a sheet-local DBData from temporaryEike Rathke
2017-12-07loplugin:constparamsNoel Grandin