summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun3.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-24cool#8789 sc lok: classify multi-selection with 2 cells as simpleMiklos Vajna1-1/+1
2024-04-24tdf#160765 - Save content for undo when pasting notesAndreas Heinisch1-1/+2
2024-04-19cool#8789 sc lok: fix copy for multi-selectionsMiklos Vajna1-0/+8
2024-04-08cid#1596254 Null pointer dereferences in GetSotStorageStreamNoel Grandin1-13/+11
2024-04-02simplify SotTempStream and lifetimeNoel Grandin1-1/+1
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski1-2/+2
2024-02-13pass width hint around as twips and convert to pixel at the endCaolán McNamara1-2/+2
2024-02-08lok: calc: missing invalidation of cached positionsMarco Cecchetti1-2/+5
2024-01-22don't always invalidate the entire width of the calc windowCaolán McNamara1-1/+17
2024-01-07Resolves: tdf#159046 hang on export of math objects in cellsCaolán McNamara1-3/+0
2023-10-06crash copying text + chart to clipboard with InputOptions::TextWysiwygCaolán McNamara1-0/+3
2023-09-15reduce casting around ScDocShellNoel Grandin1-1/+1
2023-07-12lok: copy simple selection even when filteredSzymon Kłos1-1/+2
2023-06-26problem pasting to calc an image copied from firefox (windows)Luigi Iucci1-0/+2
2023-02-16This bool is redundantMike Kaganski1-6/+4
2023-01-31svx: Refactor (sdr) views to access the SdrModel by referenceTomaž Vajngerl1-1/+1
2023-01-13XUnoTunnel->dynamic_cast in TransferableHelperNoel Grandin1-4/+2
2023-01-12override GetModel in ScDocShellNoel Grandin1-2/+2
2022-11-21calc: cache GetCellArea resultsSzymon Kłos1-4/+6
2022-08-18loplugin:moveitNoel Grandin1-3/+3
2022-05-17tdf#142635: use the same ScDocument for clipboard and GlobalDrawPersistMike Kaganski1-3/+5
2022-05-12fix up order of some ScDocument functionsLuboš Luňák1-2/+2
2022-05-12Simplify this a bitMike Kaganski1-2/+1
2022-03-25loplugin:constantparamNoel Grandin1-6/+6
2022-03-03improve ScMark* classes a bitLuboš Luňák1-2/+1
2022-01-30Resolves: tdf#146994 InitOwnBlockMode() with current mark range or cursor posEike Rathke1-2/+2
2022-01-29Standardize the flag name on bSkipEmptyCells.Kohei Yoshida1-19/+19
2021-10-22lok: invalidate sheet-geometry sizes on clip pasteDennis Francis1-0/+9
2021-10-11loplugin:moveparam in scNoel Grandin1-2/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski1-16/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-1/+1
2021-06-04tdf#141683 fix missing flag in multi sel pasted transposed as linksscito1-2/+4
2021-05-24Resolves: tdf#134675 Allow unrestricted pastes of same size in one dimensionEike Rathke1-1/+1
2021-04-24Removed executable bits on source filesAndrea Gelmini1-0/+0
2021-04-22tdf#107348 tdf#45958 tdf#141215 tdf#141683 fix filtered/transpose pastescito1-15/+15
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-03-15sc_uicalc: use UNO commands for copy, cut or paste everywhereXisco Fauli1-2/+2
2021-02-21loplugin:refcounting in scNoel1-3/+2
2021-02-02Don't bother shrinking row height when changing just one row interactivelyTor Lillqvist1-1/+1
2021-01-21tdf#118207: tdf#118189: sc: Move UItest to CppUnitTestXisco Fauli1-2/+2
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl1-2/+3
2020-12-22split SotStorageStream into two classesNoel1-1/+1
2020-11-18Remove unused SdrGrafObj::SetGraphicLink rReferer, rFilterName parametersStephan Bergmann1-3/+3
2020-11-17loplugin:stringviewparam check methods tooNoel1-3/+3
2020-10-28Improve spell checking performance and impl. in several ways:Dennis Francis1-4/+11
2020-09-26UpdateOle never called with a null ScViewData*Caolán McNamara1-4/+4
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara1-9/+9
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara1-11/+11
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara1-10/+10
2020-09-18ScCellIterator never passed a null ScDocument*Caolán McNamara1-1/+1