summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/transobj.cxx
AgeCommit message (Expand)AuthorFilesLines
10 daysFix typoAndrea Gelmini1-1/+1
10 daystdf#160855 fix crash due to Skia's internal maximum pixel limitPatrick Luby1-2/+29
2024-04-10cid#1596245 Explicit null dereferencedCaolán McNamara1-1/+2
2024-04-08cid#1596254 Null pointer dereferences in GetSotStorageStreamNoel Grandin1-2/+2
2024-04-02simplify SotTempStream and lifetimeNoel Grandin1-10/+12
2024-03-23Related: tdf#160056 do calc NumberFormatting via ScInterpreterContextCaolán McNamara1-3/+3
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski1-10/+9
2024-01-14tdf#159171 Prevent crash after selecting unprotected cells 2 timesMatt K1-20/+26
2023-08-25sc: fix crash in ScTransferObj::DragFinishedXisco Fauli1-1/+1
2023-04-03Ensure valid SdrItemPool for drawing stylesMaxim Monastirsky1-2/+1
2023-03-30sc drawstyles: Clipboard supportMaxim Monastirsky1-3/+3
2023-01-23XUnoTunnel->dynamic_cast in ScCellRangesBaseNoel Grandin1-6/+4
2023-01-13XUnoTunnel->dynamic_cast in TransferableHelperNoel Grandin1-13/+1
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-2/+1
2022-09-20simplify usage of TempFile in scNoel Grandin1-8/+5
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin1-2/+3
2022-06-17create getter for ScCellValue::mpEditTextNoel Grandin1-1/+1
2022-06-16make meType in ScCellValue privateNoel Grandin1-1/+1
2022-05-17tdf#142635: use the same ScDocument for clipboard and GlobalDrawPersistMike Kaganski1-4/+4
2022-05-12Simplify ScTransferObj::SetDrawClipDoc a bitMike Kaganski1-6/+2
2022-02-18lok: deglobalize SetDragObjectSzymon Kłos1-1/+4
2021-12-01tdf#145964 related: also drop special-casing in TransferableHelper::SetStringMike Kaganski1-1/+1
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák1-2/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski1-13/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-8/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-4/+4
2021-09-13Resolves: tdf#144135 Rework Sort with area extrasEike Rathke1-4/+18
2021-04-07rtl::Static -> function local staticNoel Grandin1-6/+2
2021-02-21Some more unit conversion unificationMike Kaganski1-4/+5
2020-12-22split SotStorageStream into two classesNoel1-2/+1
2020-12-21Add a comment here, too, that the lists of formats are identicalTor Lillqvist1-0/+1
2020-10-20use tools::Long in scNoel1-10/+10
2020-09-26UpdateOle never called with a null ScViewData*Caolán McNamara1-1/+1
2020-09-25change pointers to references where never possible to be nullptrsCaolán McNamara1-15/+12
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara1-23/+18
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara1-1/+1
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara1-2/+2
2020-09-18ScCellIterator never passed a null ScDocument*Caolán McNamara1-2/+2
2020-09-16ScImportExport always dereferences it ScDocument* argCaolán McNamara1-1/+1
2020-09-15establish ScViewData always ctored from ScDocShell& or ScDocument&Caolán McNamara1-3/+2
2020-09-15setDocument and InitData never called with a null ScDocument*Caolán McNamara1-1/+1
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski1-1/+1
2020-07-30loplugin:flatten in sc/uiNoel Grandin1-114/+114
2020-06-15rhbz#1847031 null-derefCaolán McNamara1-1/+1
2020-05-30pass ScSheetLimits aroundNoel Grandin1-2/+2
2020-03-06Related: tdf#131157 inherit ScDrawTransferObj from TransferDataContainerCaolán McNamara1-2/+2
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in data/Noel Grandin1-1/+1
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara1-3/+3
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin1-2/+2
2019-10-22sc: rowcol: tdf#50916 convert some in uiAron Budea1-4/+4