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