summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cliputil.cxx
AgeCommit message (Expand)Author
2024-05-31sc: Reduce number of calls to GetMarkedObjectList()Xisco Fauli
2024-05-30GetMarkedObjectByIndex -> GetMarkedObjectList().GetMark()->GetMarkedSdrObj()Xisco Fauli
2024-05-29GetMarkedObjectCount() -> GetMarkedObjectList().GetMarkCount()Xisco Fauli
2024-02-08lok: calc: missing invalidation of cached positionsMarco Cecchetti
2023-09-15reduce casting around ScDocShellNoel Grandin
2022-08-15tdf#133299 Anchor pasted images 'to cell' by defaultThierry Emery
2022-02-25convert more MAXCOLCOUNT/MAXROWCOUNTLuboš Luňák
2021-04-13Calc: Send sheet invalidation for full row/col opsGökay Şatır
2021-01-21lok: Send rows heights invalidation on pasteDennis Francis
2021-01-11PasteFromClipboard never passed a null ScViewData*Caolán McNamara
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-16lcl_checkClassification never passed a null ScDocument* destination docCaolán McNamara
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen
2019-06-21reference childwins are all weldedCaolán McNamara
2018-12-25Simplify containers iterations in sc/source/ui/{view,xmlsource}Arkadiy Illarionov
2018-06-27tdf#118308: Incorrect Paste Special dialog when ...Henry Castro
2018-05-23tdf#117228: crash in SfxItemSet::GetItemState...Henry Castro
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-29loplugin:constparam in sc part8Noel Grandin
2017-08-26loplugin:constparam in sc part7Noel Grandin
2016-03-11sc: handle classification during copy&pasteMiklos Vajna
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin
2015-09-22convert SC_PASTE constants to scoped enumNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin
2014-05-19Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2012-08-28allow paste & paste special for unmatching dest (single) rangeNoel Power
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida
2011-09-29add modelinesCaolán McNamara
2011-09-12Moved the code that checks destination ranges to ScClipUtil.Kohei Yoshida
2011-09-12Moved PasteFromClipboard() from ScCellShell to ScClipUtil (new class).Kohei Yoshida